@charset "UTF-8";
/**
 * Style du switcher de langue
 * Styles du thème ne pouvant pas être configurés dans theme.json ou qui n'est pas lié à un block spécifique
 */
/**
 * Mixin
 * Fonctions qui aide à faire du CSS
 */
body header .popup-redirection-windows {
  display: none;
  padding: 0 !important;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
body header .popup-redirection-windows .content-popup {
  max-width: 90%;
  padding: 18px 36px;
  position: absolute;
  left: 5%;
  top: 25%;
  margin: auto;
  background-color: #fff;
  border-radius: 30px;
}
@media (min-width: 900px) {
  body header .popup-redirection-windows .content-popup {
    left: calc(50% - 260px);
    max-width: 520px;
  }
}
body header .popup-redirection-windows .content-popup .btn-fermer {
  cursor: pointer;
  height: 35px;
  background-color: rgba(230, 230, 230, 0);
  width: 35px;
  border-radius: 50%;
  transition: 0.3s;
}
body header .popup-redirection-windows .content-popup .btn-fermer:before {
  background-color: black;
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../../assets/icones/x.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 35px 35px;
  mask-image: url("../../assets/icones/x.svg");
  mask-repeat: no-repeat;
  mask-size: 35px 35px;
  height: 35px;
  width: 35px;
}
body header .popup-redirection-windows .content-popup .btn-fermer svg {
  display: none;
}
body header .popup-redirection-windows .content-popup .btn-fermer:hover {
  background-color: rgb(230, 230, 230);
}
body header .popup-redirection-windows .content-popup .btn-fermer a {
  visibility: hidden;
  display: none;
}
body header .popup-redirection-windows .content-popup h2 {
  padding-left: 34px;
  display: flex;
  border-bottom: 1px solid #8B8B8B;
  padding-bottom: 23px;
  font-size: 1.75rem;
  font-weight: 500;
  color: #333333;
  margin-bottom: 23px;
}
body header .popup-redirection-windows .content-popup h2:before {
  background-color: black;
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../../assets/icones/globe.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 24px 24px;
  mask-image: url("../../assets/icones/globe.svg");
  mask-repeat: no-repeat;
  mask-size: 24px 24px;
  height: 24px;
  width: 24px;
}
body header .popup-redirection-windows .content-popup h2:before {
  content: "";
  width: 94px;
  margin-left: -34px;
  margin-right: 14px;
  margin-top: 7px;
}
@media (min-width: 900px) {
  body header .popup-redirection-windows .content-popup h2:before {
    width: 40px;
  }
}
body header .switcher {
  font-weight: 500;
}
body header .switcher a {
  color: #000;
}
body header .switcher a:first-child {
  text-decoration: underline;
}

/*# sourceMappingURL=langue.css.map */
