/* Menu de langue*/
#formulaire_menu_lang{
    display: inline-block;
    /* transform: translate(0,-9px); */
    width:100%;
    height:100%;
    border: 1px solid black;
}

#formulaire_menu_lang form, #formulaire_menu_lang form>div{
    height:100%;
}

#formulaire_menu_lang select, #formulaire_menu_lang select:hover{
    border: none;
    outline: 0px;
    width:100%;
    height:100%;
}

#formulaire_menu_lang select{
    font-size: var(--texte-taille-7);
    text-transform: uppercase;

    font-family: var(--police-texte);

    font-style: italic;


    font-weight: bold;
    text-align: center;
}

#formulaire_menu_lang select option{
    font-size: 40px;
}

#formulaire_menu_lang label{ 
    display: none;
}


/* Menu Langue dans l'article*/

.menu-lang-article{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width:100%;
    
}

.menu-lang-article-icone{
    
    
    /* height:100%; */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding:0 10px 0 10px;
    background-color: black;
}
.menu-lang-article-icone svg{
    fill:white;
}
.menu-lang-article-titres{
    width:100%;
    border: 3px solid black;
    border-left: none;
    font-size: var(--texte-taille-6);   
}


.menu-lang-article a{
    display: flex;
    flex-direction: column;
    padding: var(--espace-3);
    border-bottom: 1px solid black;
}

.menu-lang-article a:hover{
    color:white;
    background-color: black;
}

.menu-lang-article-titres p:last-child{
    border-bottom: none;
}
.menu-lang-article-titres strong{
    font-weight: bold;
}