/* Chargé après theme-1.css (post-Bootstrap) : corrige height:100% sans écraser les styles du thème */

html {
    overflow-x: clip;
    overscroll-behavior-x: none;
    max-width: 100%;
    height: auto;
    min-height: 100%;
}

body {
    max-width: 100%;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(199, 164, 94, 0.25);
    height: auto;
    min-height: 100%;
}
