/***** 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--img-txt.par--view-mode--img-texte- {
  width: 330px;
}
.par--type--img-txt.par--view-mode--img-texte- .img-txt__field-image {
  width: 100%;
  height: 219px;
  margin-bottom: 16px;
}
.par--type--img-txt.par--view-mode--img-texte- .img-txt__field-image .media--type-image {
  width: 100%;
  height: 100%;
}
.par--type--img-txt.par--view-mode--img-texte- .img-txt__field-image .media--type-image .image__field-media-image {
  width: 100%;
  height: 100%;
}
.par--type--img-txt.par--view-mode--img-texte- .img-txt__field-image .media--type-image .image__field-media-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.par--type--img-txt.par--view-mode--img-texte- .img-txt__field-texte-court {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #071E22;
  color: #FFFFFF;
  margin-bottom: 8px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .par--type--img-txt.par--view-mode--img-texte- .img-txt__field-texte-court {
    font-size: 20px;
  }
}
.par--type--img-txt.par--view-mode--img-texte- .img-txt__field-texte {
  width: 100%;
}
.par--type--img-txt.par--view-mode--img-texte- .img-txt__field-texte .field__item p {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: #071E22;
  color: #97A0A2;
  margin-bottom: 5px;
}
.par--type--img-txt.par--view-mode--img-texte- .img-txt__field-texte .field__item p:last-child {
  margin-bottom: 0px;
}
.par--type--img-txt.par--view-mode--img-texte- .img-txt__field-texte .field__item p > a {
  color: #7D714F;
}
/*# sourceMappingURL=paragraph--img-txt--img-texte-.css.map */
