.hidden {
    display: none;
}

.modal {
    background: rgba(0, 0, 0, 0.5)!important;
}

.modal-backdrop {
    display: none!important;
    z-index: -1!important;
    opacity: 0!important;
}

/* ===========================================
   Fix scroll tactile mobile - PRIORITÉ MAXIMALE
   =========================================== */
html, html.st-layout {
    overflow: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y pan-x !important;
}

body {
    overflow: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y pan-x !important;
}

.st-container {
    overflow: visible !important;
    touch-action: pan-y pan-x !important;
}

.st-pusher, .st-content, .st-content-inner {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y pan-x !important;
}
