/* --- style-desktop.css --- */
.entete-langue-reseaux {
  position: absolute;
  top: 8px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 100;
}

.reseaux-sociaux {
  display: flex;
  gap: 8px;
}

.reseaux-sociaux a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #26272c;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.reseaux-sociaux a:hover {
  background-color: #31aae1;
}

.choix-langue a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}

.centre {
  padding-top: 32px;
}

#entete #logo {
  margin-top: -55px;
}

/* Caché par défaut */
.menu-reseaux-mobile,
.icones-mobile {
  display: none;
}  

/* Cacher les icônes mobiles en desktop */
.icones-mobile {
  display: none !important;
}




