.hamburger-icon {
    width: 20px !important;
    height: 14px !important;
    position: relative !important;
    display: inline-block !important;
    transform: none !important;
}
.hamburger-icon span {
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background: #888 !important;
    border-radius: 2px !important;
    display: block !important;
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
}
.hamburger-icon span:nth-child(1) {
    top: 0 !important;
    transform: none !important;
}
.hamburger-icon span:nth-child(2) {
    top: 6px !important;
    transform: none !important;
    opacity: 1 !important;
}
.hamburger-icon span:nth-child(3) {
    top: 12px !important;
    transform: none !important;
}
.hamburger-icon.open {
    transform: none !important;
}
.hamburger-icon.open span {
    background: #333 !important;
    transform: none !important;
    opacity: 1 !important;
}
.hamburger-icon.open span:nth-child(1) {
    top: 0 !important;
    transform: none !important;
}
.hamburger-icon.open span:nth-child(2) {
    top: 6px !important;
    transform: none !important;
    opacity: 1 !important;
}
.hamburger-icon.open span:nth-child(3) {
    top: 12px !important;
    transform: none !important;
}

/* Styles de la sidebar - force la couleur marron partout */
#menu-side-bar{
    background-color: rgb(121, 70, 28) !important;
    border-right: rgb(121, 70, 28) !important;
}
#navbar-brand-box{
    background-color: rgb(121, 70, 28) !important;
    border-right: rgb(121, 70, 28) !important;
}

/* Force la couleur blanche pour les icônes et texte de la sidebar */
#navbar-nav .nav-item .nav-link.menu-link {
    color: #fafafa !important;
}
#navbar-nav .nav-item .nav-link.menu-link:hover {
    color: #c99d74 !important;
}
#menu-title{
    color: #fafafa !important;
}
.icon-white {
    color: white !important;
}
/* Force la couleur blanche pour toutes les icônes dans la sidebar */
#menu-side-bar i,
#navbar-brand-box i {
    color: white !important;
}
/* Force la couleur blanche pour le texte dans la sidebar */
#menu-side-bar span,
#navbar-brand-box span {
    color: white !important;
}

/* Augmente la taille des icônes dans la sidebar pour correspondre aux pages modules */
#menu-side-bar i,
#navbar-brand-box i {
    font-size: 24px !important;
}
