/* styles.css pour ScalaBoost */

/* Styles extraits de index.html */
body {
  background-color: #f8f9fa;
}

.hero-section {
  padding: 5rem 0;
  background-color: #ffffff;
}

.hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.scala-logo {
  max-height: 60px;
}

.slogan {
  font-size: 2rem;
  font-weight: bold;
  color: #2c3e50;
}

footer {
  background-color: #2c3e50;
  color: #ffffff;
  padding: 2rem 0;
}

.licence {
  font-size: 0.7rem;
}

/* Styles pour la nouvelle section des modules */
.modules-section {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.modules-section p {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: #2c3e50;
}

.modules-section ul {
  list-style-type: disc;
  margin-left: 2rem;
}

.modules-section li {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #333;
}