/***** BUTTONS *****/
/* BUTTONS : COLOR AND FONT*/
/* BUTTONS : SIZE*/
/* BEFORE OR AFTER BUTTON*/
/* NO TEXT BUTTON*/
/* BUTTON : GENERIC BUTTON - DO NOT USE */
/* Arrows Slider */
/* ICONS LIST */ /**
* font-family: 'Outfit', sans-serif;
* 400, 500, 600, 700  
*/
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap");
h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 66px;
  color: #071E22;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h4 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #071E22;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

[role*=contentinfo] {
  z-index: 6;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  padding: 16px;
  border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  color: #071E22;
  font-size: 15px;
  line-height: 150%;
  margin-top: 8px;
  max-width: 327px;
}
[role*=contentinfo] > div {
  position: relative;
  padding-right: 24px;
}
[role*=contentinfo] > div button {
  padding: unset;
  opacity: 1;
  width: 16px;
  height: 16px;
  background: unset;
  border: unset;
  color: transparent;
  cursor: pointer;
  position: absolute;
  right: 0px;
  margin: auto;
  top: 4px;
}
[role*=contentinfo] > div button::after {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-image: url("../../img/icones/close.svg");
          mask-image: url("../../img/icones/close.svg");
}
[role*=contentinfo] > div button:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #071E22;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/*# sourceMappingURL=block--messages.css.map */
