/* Garde-fous mobile */
@media (max-width: 559px) {
  .section { padding: 48px 0; }
  .section-title { font-size: clamp(1.55rem, 7vw, 2rem); }
  .section-lede { font-size: 0.98rem; }
  .gal-feat__big { grid-column: span 2; grid-row: span 1; }
}

/* Garantit: pas de scroll horizontal */
body { overflow-x: clip; }
img, video, iframe, table { max-width: 100%; }

/* wf-noxoverflow : reveal vertical (le slide horizontal deborde la largeur sur mobile) */
[data-reveal]:not(.in){ transform: translateY(18px) !important; }
