/* RESPONSIVE MOBILE — Reflex Signa
   (vidé : l'approche width:auto cassait le layout Wix. À refaire proprement.)
   Desktop jamais affecté (tout reste sous @media mobile). */
@media (max-width: 768px) {
  html, body { overflow-x: hidden; }
}
