/* Extrait automatiquement de main.css lignes 1347-1357 — SECTION GÉNÉRIQUE */
/* =============================================
   SECTION GÉNÉRIQUE
   ============================================= */
.section { padding: 6rem 0; }
.section--sm { padding: 4rem 0; }
.section--creme { background: var(--creme); }
.section--creme2 { background: var(--creme-2); }
.section--noir { background: var(--marine); color: var(--creme); }
.section__head { margin-bottom: 3.5rem; }
.section__head .label { margin-bottom: .75rem; }

