/* Styles propres à la page "Qui sommes-nous" (/a-propos) */

.section-histoire { padding-block: 3.5rem; }
.section-histoire > div { max-width: 46rem; }
.section-histoire h2 { margin-bottom: 1rem; }
.section-histoire p:not(.eyebrow) { color: rgba(0, 43, 69, 0.85); }

.bloc-mission { background: var(--bleu-ciel); padding-block: 3.5rem; }
.bloc-mission .container { max-width: 46rem; }
.bloc-mission h2 { margin-bottom: 1rem; }
.bloc-mission p:not(.eyebrow) { color: rgba(0, 43, 69, 0.85); }

.section-cta-apropos { padding-block: 4rem; text-align: center; }
.section-cta-apropos h2 { margin-bottom: 0.75rem; }
.section-cta-apropos p { max-width: 40ch; margin-inline: auto; color: rgba(0, 43, 69, 0.75); }
.cta-apropos-actions {
  margin-top: 1.75rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
