<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#langue .liste-langue {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
}
#langue .item-langue {
    width: 40px;
    height: 40px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Antipasto Pro';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 19px;
    text-decoration: none;
}
#langue .liste-langue li {
    padding-left: 20px;
}
#langue .liste-langue li:first-child {
    padding-left: 0;
}
#langue .item-langue.active {
    background: #fff;
    color: #1485c4;
    text-decoration: none;
}
#langue .item-langue:hover {
    background: #fff;
    color: #1485c4;
}
@media screen and (max-width: 1280px) {
#langue .liste-langue li {
    padding-left: 10px;
}
}
@media screen and (max-width: 1024px) {
#langue .item-langue {
    width: 30px;
    height: 30px;
    font-size: 16px;
}
}
@media screen and (max-width: 991px) {
#langue .item-langue {
    width: 40px;
    height: 40px;
}
}
@media screen and (max-width: 400px) {
#langue .item-langue {
    width: 30px;
    height: 30px;
}
}

</pre></body></html>