#langue .listelang li {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
#langue .elementlang img {display: none;}
#langue .elementlang {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
}

#langue .elementlang.active {
    border: 1px solid #fff;
}

#langue .elementlang:hover {
    border: 1px solid #fff;
    text-decoration: none;
}

#langue .listelang li:last-child {
    margin-right: 0;
}
@media screen and (max-width: 991px) { 
#langue .elementlang {
    color: #0d4c91;
    font-weight: 500;
}
#langue .elementlang.active {
    border: 1px solid #e41e26;
    color: #e41e26;
}
}
@media screen and (max-width: 400px) { 
#langue .elementlang {
    height: 25px;
    width: 25px;
    font-size: 13px;
}
#langue .listelang li {
    width: 25px;
    height: 25px;
    margin-right: 0px;
}
}

