
/* Style du sélecteur de langue */
.lang-select {
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #ddd;
    background-color: white;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: bold;
    outline: none;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.lang-select:hover {
    border-color: var(--primary-color);
}

[dir="rtl"] .footer-col p{
        margin-right: 0px;
    }

/* Ajustements pour le Mobile */
@media (max-width: 1025px) {
    .lang-selector-container {
        margin-top: 20px;
        text-align: center;
    }
    [dir="rtl"] .footer-col p{
        margin-right: 0px;
    }
}
