.selectLangue {
  position: fixed;
  top: 10px;
  right: 16px;
  z-index: 100003;
}

.selectLangue a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: rgba(232, 222, 208, 0.95);
  text-decoration: none;
  font-size: 1.35rem;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
}

.selectLangue a:hover,
.selectLangue a:focus-visible {
  outline: 2px solid #c9a24a;
  outline-offset: 3px;
  background: #fff;
}