.lead-paragraph {
  font-size: 1.2em;
  color: #63313a;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center;
}

.section-bloc {
  margin-bottom: 40px;
}

.section-bloc h2 {
  font-size: 1.3em;
  margin-bottom: 14px;
  color: var(--accent);
}

.list-standard, .list-souvenences {
  padding-left: 1.2em;
  margin: 0;
}

.list-standard li {
  margin-bottom: 8px;
  color: #86576c;
  font-size: 1em;
}

.list-souvenences li {
  margin-bottom: 10px;
  font-size: 1.05em;
  color: var(--texte);
  font-weight: 500;
}

.quote-block {
  font-style: italic;
  font-size: 1.05em;
  text-align: center;
  margin: 30px auto;
  padding: 18px 16px;
  background: #fff4;
  border-left: 4px solid var(--accent);
  border-radius: 10px;
  max-width: 600px;
  color: #63313a;
}
