/* ================= SIDEBAR CONTRACTED MODE ================= */

#sidebarMenu.contracted .sidebar-text,
#sidebarMenu.contracted .sidebar-heading,
#sidebarMenu.contracted .sidebar-divider,
#sidebarMenu.contracted .link-arrow {
    display: none !important;
}

/* Centre les icônes */
#sidebarMenu.contracted .nav-link {
    justify-content: center;
}

/* Supprime l’espace à droite des icônes */
#sidebarMenu.contracted .sidebar-icon {
    margin-right: 0 !important;
}

/* Logo en mode mini */
#sidebarMenu.contracted .navbar-brand-box img {
    width: 36px !important;
}

.text-sgs {
    color: #F37021 !important;
}

.text-sgs:hover {
    color: #FF8C42 !important;
}