select#select_lang:hover {
    background-color:#1a2733!important;
    border-color:transparent ;
}
select#select_lang {
    background-color:#1a2733!important;
    border-color: transparent;
    padding: 5px;

}


select#select_lang_nav:hover{
    border-color: transparent !important;
    background-color: transparent !important;
}
select#select_lang_nav:focus {
    border-color: transparent !important;
    outline: none; /* Supprimer la bordure d'accentuation par défaut */
    /* Autres styles pour le focus si nécessaire */
}
select#select_lang_nav{
    background-color:transparent!important;
    border-color: transparent!important;
    font-size: 15px;
    padding: 5px;
    margin-left: -10px;

}
.select_lang{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    cursor:pointer

}
.language_select{
    display:flex;
    justify-content:flex-end;
    margin-right: -50px;
    margin-top: -50px;
    margin-bottom:0px
}
.language_select_nav {
    color: gray;
    margin-top: 38px;
}
select#select_lang_admin{
    background-color:#17242f;
    border-color: transparent !important;
    font-size: 15px;
}
select#select_lang_admin:focus {
    border-color: transparent !important;
    outline: none; /* Supprimer la bordure d'accentuation par défaut */
    /* Autres styles pour le focus si nécessaire */
}
/* Pour les écrans de bureau (desktop) */
.desktop-only {
display: block;
}
/* Pour les smartphones */
.mobile-only {
    display: none;
}

@media only screen and (min-width: 280px) and (max-width: 667px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .nav-profile .nav-right-item.nav-user-profile {
        margin-left: 0px;
    }


    .language_select_nav_en,.language_select_nav_fr {
        color: gray;
        margin-top: 0px!important;
        margin-left:11px;
    }
   
}
/* Utilisation de médias queries pour inverser l'affichage sur les smartphones */
@media only screen and (min-width: 668px) and (max-width: 1023px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .nav-profile .nav-right-item.nav-user-profile {
        margin-left: 0px;
    }
    .language_select_nav {
        color: gray;
        margin-top:0;
        margin-left:11px;
    }
    .language_select_nav_en{
        color: gray;
        margin-top: 38px!important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1024px) {

    .language_select_nav {
        color: gray;
        margin-top: 36px!important;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .nav-profile .nav-right-item.nav-user-profile {
        margin-left: 0px;
    }
   
}


