#langue .item-lang {
    border: none;
    background: none;
    color: #000;
    font-size: 13px;
    padding: 0;
    line-height: initial;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
}
#langue .listelang li {
    margin-top: 10px;
}
#langue .item-lang.active {
    color: #000;
}
#langue .dropdown-menu.listelang {
    z-index: 23333;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    min-width: auto;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgb(212 212 212);
    -moz-box-shadow: 1px 1px 5px 0px rgb(212 212 212);
    box-shadow: 1px 1px 5px 0px rgb(212 212 212);
    padding: 10px 15px;
}
#langue .item-lang img {
    margin-right: 5px;
}
#langue .item-lang .caret {
    border-top: 5px dashed;
    border-top: 5px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-top: -2px;
    margin-left: 10px;
}
@media screen and (max-width: 1280px) {
#langue .item-lang {
    font-size: 11px;
}
}

