/***** 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;
  }
}

.par--type--s-header.par--view-mode--h-trois-champs {
  position: relative;
}
.par--type--s-header.par--view-mode--h-trois-champs:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  content: "";
  z-index: 1;
}
.par--type--s-header.par--view-mode--h-trois-champs .container_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 82px 50px;
  min-height: 396px;
}
.par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-texte-court {
  position: relative;
  z-index: 2;
}
.par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-texte-court .field__item {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 2px;
  color: #071E22;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-texte-court .field__item {
    font-size: 15px;
    line-height: 19px;
  }
}
.par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-texte-court .field__item:after {
  content: "";
  display: block;
  position: relative;
  z-index: 2;
  margin: 24px auto;
  width: 150px;
  height: 2px;
  background-color: #FFFFFF;
}
.par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-titre {
  position: relative;
  z-index: 2;
  max-width: 947px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-bottom: 16px;
}
.par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-titre h1 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 60px;
  line-height: 66px;
  color: #071E22;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-titre h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-texte {
  padding: 0px 98px;
  max-width: 947px;
  position: relative;
  z-index: 2;
}
.par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-texte .field__item p {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #071E22;
  color: white;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-texte .field__item p {
    font-size: 20px;
  }
}
.par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-image .media--type-image {
  width: 100%;
  height: 100%;
}
.par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-image .media--type-image .image__field-media-image {
  width: 100%;
  height: 100%;
}
.par--type--s-header.par--view-mode--h-trois-champs .container_header .s-header__field-image .media--type-image .image__field-media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=paragraph--s-header--h-trois-champs.css.map */
