/* Force comportement scroll normal */
html, body {
    scroll-behavior: auto !important;
    overflow-y: auto !important;
}

/* Désactiver tout blocage potentiel */
* {
    overscroll-behavior: auto !important;
}

/* Pour les cartes Google Maps spécifiquement */
#gmap, [id*="map"], [class*="map"] {
    touch-action: pan-y !important;
}
