/* Styles propres aux pages légales (mentions, CGU, CGV, confidentialité) */

.contenu-legal {
  max-width: 46rem;
  padding-block: 2.5rem 4rem;
}
.contenu-legal h2 {
  font-family: var(--font-texte);
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 0.6rem;
}
.contenu-legal h2:first-of-type { margin-top: 1.5rem; }
.contenu-legal p { color: rgba(0, 43, 69, 0.85); }
.contenu-legal .mention-projet-fictif { margin-bottom: 1rem; }
