/* ===== SECTION DES LANGUES (adapté du Top Bar) ===== */
.languages-section-wrapper {
  background: #3a73b4;
  color: #fff;
  font-size: 13px;
}

.languages-section {
  max-width: 1320px;
  margin: auto;
  padding: 4px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.languages-section a {
  margin-left: 12px;
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}

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


.contact-phone-section-wrapper {
    background: #3a73b4;
    color: #fff;
    font-size: 13px;
}

.contact-phone-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4px 20px;
    font-size: 1.08em;
}

.phone-left {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #fff; /* texte blanc */
}

.phone-left i {
    color: #fff; /* icône blanche */
}

.social-right a {
    color: #fff; /* icônes blanches */
    margin-left: 14px;
    font-size: 1.2em;
    transition: color 0.2s;
    text-decoration: none;
}

.social-right a:hover {
    color: #f0f0f0; /* légèrement plus clair au survol */
}
