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

@media screen and (max-width: 768px) {
  .par--type--s-titre-txt.par--view-mode--titretxt-chiffres {
    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;
  }
  .par--type--s-titre-txt.par--view-mode--titretxt-chiffres .s-titre-txt__field-titre-court {
    font-size: 32px;
    line-height: 40px;
  }
  .par--type--s-titre-txt.par--view-mode--titretxt-chiffres .s-titre-txt__field-texte .field__item p {
    margin-bottom: 16px;
  }
  .par--type--s-titre-txt.par--view-mode--titretxt-chiffres .s-titre-txt__field-titre p {
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    color: #071E22;
    font-size: 15px;
    line-height: 150%;
    color: #97A0A2;
    text-align: center;
  }
}
/*# sourceMappingURL=paragraph--s-titre-txt--titretxt-chiffres.css.map */
