/* Adaptation mobile : surcharge les styles inline sous 760px */
@media (max-width: 760px) {
  html { -webkit-text-size-adjust: 100%; }
  body { overflow-x: hidden; }

  /* Toutes les grilles multi-colonnes passent en une colonne */
  [style*="grid-template-columns"] { grid-template-columns: minmax(0,1fr) !important; }
  [style*="grid-template-columns: repeat(2"] { grid-template-columns: repeat(2, minmax(0,1fr)) !important; }
  [style*="gap: 24px"], [style*="gap: 32px"], [style*="gap: 40px"] { gap: 16px !important; }

  /* Header : plus sticky, logo + nav en 2 colonnes */
  header { position: relative !important; grid-template-columns: repeat(2, minmax(0,1fr)) !important; gap: 14px 18px !important; padding: 14px 18px !important; }
  header > :first-child { grid-column: 1 / -1; }
  header nav { font-size: 11px !important; }

  /* Marges latérales 28px -> 18px, grosses marges verticales réduites */
  [style*="padding: 84px 28px 44px"] { padding: 44px 18px 28px !important; }
  [style*="padding: 40px 28px 80px"] { padding: 28px 18px 48px !important; }
  [style*="padding: 0 28px 96px"] { padding: 0 18px 56px !important; }
  [style*="padding: 0 28px 72px"] { padding: 0 18px 44px !important; }
  [style*="padding: 0 28px 40px"], [style*="padding: 26px 28px 40px"] { padding: 18px 18px 28px !important; }
  [style*="padding: 26px 28px 36px"] { padding: 18px 18px 24px !important; }
  [style*="padding: 0 28px 24px"] { padding: 0 18px 18px !important; }
  [style*="padding: 28px"] { padding: 18px !important; }
  [style*="padding: 30px 32px"] { padding: 20px 18px !important; }

  /* Hauteurs de sections pleine page réduites */
  [style*="min-height: 92vh"], [style*="min-height: 84vh"], [style*="min-height: 74vh"] { min-height: 60vh !important; }
  [style*="min-height: 480px"] { min-height: 320px !important; }

  /* Largeurs fixes -> 100% */
  [style*="width: 1100px"], [style*="width: 760px"] { width: 100% !important; max-width: 100% !important; }

  /* Lisibilité */
  [style*="font-size: 12px"] { font-size: 13px !important; }
  [style*="font-size: 11px"] { font-size: 12px !important; }
  [style*="font-size: 40px"] { font-size: 30px !important; }
  [style*="font-size: 30px"] { font-size: 24px !important; }
  [style*="font-size: 22px"], [style*="font-size: 21px"] { font-size: 19px !important; }

  /* Sécurité : rien ne dépasse horizontalement */
  img, video, figure { max-width: 100% !important; height: auto; }
  [style*="white-space: nowrap"]:not([style*="marquee"]) { white-space: normal !important; }
}

/* Page d'accueil (hero) */
@media (max-width: 760px) {
  [style*="font-size: 44px"][style*="en-marquee"] { font-size: 26px !important; gap: 24px !important; padding: 12px 0 !important; }
  [style*="height: calc(100vh - 240px)"] { height: auto !important; min-height: 70vh !important; padding: 36px 0 22px !important; }
  [style*="height: calc(100vh - 240px)"] > [style*="padding: 24px 28px 64px"] { padding: 12px 18px 24px !important; gap: 18px !important; height: auto !important; }
  [style*="max-width: min(50vw, 520px)"] { max-width: 72vw !important; max-height: 34vh !important; }
  [style*="max-width: min(78vw, 860px)"] { max-width: 92vw !important; font-size: 11px !important; gap: 6px 12px !important; margin-top: 12px !important; line-height: 1.5; }
  [style*="height: calc(100vh - 240px)"] > a[style*="left: 28px; bottom: 26px"],
  [style*="height: calc(100vh - 240px)"] > div[style*="right: 28px; bottom: 26px"] {
    position: static !important; text-align: center !important; margin-top: 8px; font-size: 11px !important; justify-self: center;
  }
}
