/* ---------- PRESENTATION ---------- */
.section-presentation {
  padding: 3rem 2rem;
  background-color: var(--blanc);
}

#presentation {
  scroll-margin-top: 50px;
}

.presentation-container {
  max-width: 1000px;
  margin: 0 auto;
  color: var(--noir);
}

.presentation-text {
  max-width: 780px;
  margin: 3rem auto 5rem;
  text-align: justify;
}

.presentation-text p {
  font-size: 16pt;
  line-height: 1.9;
  margin-bottom: 1.6rem;
  color: var(--noir);
}