/* Barre des langues */
.languages-section-wrapper {
    background-color: #1c1c1c;
    padding: 5px 15px;
}

.languages-section {
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.languages-section a {
    color: #f4f4f4;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s;
}

.languages-section a:hover {
    color: #f39c12;
}