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

.contact--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 965px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 200px;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .contact--full {
    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;
  }
}
.contact--full .group-1 .contact__field-titre {
  margin-bottom: 40px;
}
.contact--full .group-1 .contact__field-titre p {
  color: #000;
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 78.125% */
  border-bottom: 1px solid #7B7153;
  padding-bottom: 40px;
}
.contact--full .group-1 .contact__field-adresse p {
  width: 100%;
  max-width: 323px;
  color: #000;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 166.667% */
}
.contact--full .contact__field-texte-court-1 {
  margin-bottom: 40px;
  color: #000;
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 166.667% */
  width: 100%;
  /*&:after{
    width:100%;
    height: 2Px;
    background-color: $grey;
    display: block;
    object-fit: contain;
    margin:48px 0px;
    display: block;
    content:'';
  }*/
}
.contact--full .contact__field-texte-long-5 {
  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;
}
.contact--full .contact__field-texte-long-5 h2 {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 48px;
  color: #071E22;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .contact--full .contact__field-texte-long-5 h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.contact--full .contact__field-mailto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact--full .contact__field-mailto a {
  background-color: #84754E;
  color: #FFFFFF;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-family: "Outfit";
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  gap: 10px;
  cursor: pointer;
}
/*# sourceMappingURL=node--contact--full.css.map */
