/*
 Theme Name:   Divi Child
 Theme URI:    https://www.elegantthemes.com/gallery/divi/
 Description:  Thème enfant pour Divi
 Author:       Ton Nom ou Agence
 Template:     Divi
 Version:      1.0.0
*/

/* 🔷 Conteneur header droit */
#header-right {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
}

/* 🔷 WPML en ligne, langue active en gras */
#header-right .wpml-switcher a {
  color: #fff !important;
  text-decoration: none;
  font-weight: normal;
  transition: font-weight 0.2s ease;
}

#header-right .wpml-switcher a:hover {
  text-decoration: underline;
}

/* 🔷 Bouton Réserver */
#header-right .btn-reserver {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border: 1px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff !important;
  text-decoration: none;
  transition: background 0.3s ease;
}

#header-right .btn-reserver:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* 🔷 Icône Instagram */
#header-right .social-icon {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
