/*Fichier de style pour les icônes dans le menu + En tete*/
/*--color-theme-menu: #ffffff; /* Couleur des icones des thèmes du menu de gauche */
/*--color-theme-entete: #a12323; /* Couleur des icones de thème dans l'entete*/
.fondNewTheme { /* Thème */
    width: 30px;
    min-width: 30px;
    height: 30px;
    position: absolute;
    display: flex;
    align-items: center;
    margin: 0px;
    left: 19px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.actif .fondNewTheme {
    left: 16px !important;
}

.newicontheme {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: relative;
    background-color: var(--color-theme-menu);
}
.newicontheme.menu {
    width: calc(100% - 6px) !important;
    height: calc(100% - 6px) !important;
}
.fondNewThemeEntete {
    display: flex;
    align-items: center;
    margin: 0px;
    min-width: 30px;
}
.newiconthemeEntete {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: var(--color-theme-entete);
}