/* OBT v2.1.28 — Barres de défilement masquées, défilement conservé. */

* {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

*::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}
