@charset "UTF-8";
/**
 * Style du header UQAM
 * 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
 */
.header-rangee-recherche {
  height: 0;
  opacity: 0;
  transition: height 0.12s, opacity 0.25s;
  position: relative;
  top: -500px;
  margin-block-start: 0;
}
.header-rangee-recherche > .wp-block-group {
  flex-wrap: wrap !important;
}
.header-rangee-recherche > .wp-block-group form {
  flex-basis: 80%;
}
@media (min-width: 900px) {
  .header-rangee-recherche > .wp-block-group form {
    flex-basis: calc(50% + 125px);
  }
}
.header-rangee-recherche > .wp-block-group form .wp-block-search__inside-wrapper {
  position: relative;
}
.header-rangee-recherche > .wp-block-group form .wp-block-search__inside-wrapper input {
  border-radius: 100px;
  border: none;
  padding: var(--wp--preset--spacing--small) 80px var(--wp--preset--spacing--small) var(--wp--preset--spacing--large);
}
.header-rangee-recherche > .wp-block-group form .wp-block-search__inside-wrapper button {
  border-radius: 100px;
  background-color: transparent;
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--etudiant);
}
@media (max-width: 599px) {
  .header-rangee-recherche > .wp-block-group form .wp-block-search__inside-wrapper button.wp-block-search__button {
    padding: 0;
    font-size: 0;
    border: none;
  }
}
.header-rangee-recherche > .wp-block-group form .wp-block-search__inside-wrapper button:after {
  background-color: var(--wp--preset--color--nuance);
  content: "";
  display: inline-block;
  -webkit-mask-image: url("../../assets/icones/loupe.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 32px 32px;
  mask-image: url("../../assets/icones/loupe.svg");
  mask-repeat: no-repeat;
  mask-size: 32px 32px;
  height: 32px;
  width: 32px;
}
.header-rangee-recherche > .wp-block-group form .wp-block-search__inside-wrapper button:after {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  right: 156px;
}
@media (max-width: 599px) {
  .header-rangee-recherche > .wp-block-group form .wp-block-search__inside-wrapper button:after {
    right: 29px;
  }
}
.header-rangee-recherche.opened {
  height: 100%;
  opacity: 1;
  top: 0;
}
.header-rangee-recherche .wp-block-button a {
  background-color: var(--wp--preset--color--faculte-alt);
}
.header-rangee-recherche .wp-block-button a:after {
  background-color: white;
}
.header-rangee-recherche .wp-block-button.icon-x a:after {
  -webkit-mask-image: url(../../assets/icones/x.svg);
  mask-image: url(../../assets/icones/x.svg);
}

.wp-block-search.is-style-uqam-esg-nouvelle {
  height: 100%;
}
.wp-block-search.is-style-uqam-esg-nouvelle .wp-block-search__inside-wrapper {
  height: 100%;
}
.wp-block-search.is-style-uqam-esg-nouvelle button {
  border: none;
  color: white;
  height: 100%;
  padding: 0 var(--wp--style--root--padding-right);
  margin: 0;
}
.wp-block-search.is-style-uqam-esg-nouvelle button:hover {
  background-color: var(--wp--preset--color--faculte-alt);
}
.wp-block-search.is-style-uqam-esg-nouvelle input {
  display: none;
  margin: 10px;
}

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