/* Responsive tweaks */
@media (max-width:560px){
  .section,.realisations-section,.avis-section,.about-section,.contact-section,.stats-section{padding-top:48px;padding-bottom:48px;}
  .section-title{font-size:clamp(1.7rem,7vw,2.4rem);}
  .hero-centre__title{font-size:clamp(2.4rem,11vw,3.6rem);}
  body{font-size:15px;}
  .about-grid{gap:28px;}
  .footer-grid{gap:28px;}
}
@media (max-width:380px){
  .hero-centre__title{font-size:2.1rem;}
  .container{padding:0 16px;}
}

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