@media (min-width:768px){
  html{scroll-padding-top:calc(var(--header-h) + 8px);}
}

@media (max-width:560px){
  .section-head{margin-bottom:24px;}
  .container{padding:0 18px;}
  .hero-immersif{border-radius:0 0 18px 18px;}
  .apropos__photo::before{display:none;}
  .stats{padding:38px 0;}
  .horaires-table td{padding:10px 12px;font-size:.9rem;}
}

/* lazy-safe images */
img[loading="lazy"]{background:var(--bg-alt);}

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