/* Garde-fous responsive */

@media (max-width: 600px){
  /* Hero CTA empile pleine largeur (PIEGE PROD #2) */
  .hero-grid75__cta{ flex-direction: column; }
  .hero-grid75__cta .btn{ width: 100%; }
  .contact-cta{ flex-direction: column; }
  .contact-cta .btn{ width: 100%; }
}

@media (max-width: 460px){
  .section-title{ font-size: 1.7rem; }
}

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