/* =============================================
   BWITIX — Custom Scrollbar (Global)
   Appliqué sur toutes les pages du site
   ============================================= */

/* Webkit (Chrome, Safari, Edge, Opera) */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #0A0A0A;
}

::-webkit-scrollbar-thumb {
    background: #FDC02A;
    border-radius: 6px;
    border: 2px solid #0A0A0A;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffd54f;
}
