/* 1 — Barre d'action mobile en bas : masquée partout (on garde les CTA du hero) */
@media (max-width: 760px){
  .mobile-bar,[class*="mobile-bar"],[class*="mobilebar"],[class*="mobile-cta"]{display:none !important}
  body{padding-bottom:0 !important}
  /* Les CTA du hero restent la seule action : on évite les débordements/retours à la ligne disgracieux */
  .hero-actions{gap:10px}
  .hero-actions .btn{white-space:nowrap}
}
/* 2 — Vidéos hero : pas de bouton play natif (iOS), repli propre sur le poster */
.hero video,video.hero-media,[class*="hero"] video{background:#000}
.hero video::-webkit-media-controls-start-playback-button,
video.hero-media::-webkit-media-controls-start-playback-button,
[class*="hero"] video::-webkit-media-controls-start-playback-button{display:none !important;-webkit-appearance:none}
.hero video::-webkit-media-controls,
video.hero-media::-webkit-media-controls,
[class*="hero"] video::-webkit-media-controls{display:none !important}
/* 6 — Boutons du hero : texte parfaitement centré (horizontal + vertical), tous appareils */
.hero-actions .btn,.hero .btn,[class*="hero"] .btn,.hero-actions a.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center}