.header__cta a {
  font-size: 20px;
  font-weight: 900;
  padding: 12px 23px 12px 50px;
  border: 2px solid #F86740;
  color: #F86740;
  text-decoration: none;
  line-height: 1;
  background-image : url('https://blog.goodbuy-media.fr/hubfs/WIA/tel%20(2).svg');
  background-repeat: no-repeat;
  background-position: left 22px center;
}
.hero {
    background-color: #031635;
    padding: 50px 0 128px 0;
    background-image: url('https://blog.goodbuy-media.fr/hubfs/WIA/frise-footer.svg');
    background-position: bottom center;
    background-repeat: repeat-x;
}

.hero__titre {
    color: #fff;
    font-size: 48px;
    font-weight: 900;
    line-height: calc(58 / 48);
    text-transform: uppercase;
    margin: 55px 0 42px;
}

.hero__titre span.jaune {
  color: #FFAE42;
}

.hero__titre span.orange {
  color: #F86740;
  
}

.hero__texte {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}

.hero__form {
  background-color: #FFFFFF;
  padding: 30px 40px;;
  border-radius: 30px;
  box-shadow: 7px 6px 8px -2px rgba(0,0,0, 0.25);
}

.hero__formTitre {
  text-align: center;
  font-size: 25px;
  line-height calc(29 / 25);
  color: #031635;
  margin: 0 0 30px 0;
}


.hero__form fieldset {
  max-width: 100%!important;
}
.hero__form input[type=text], .hero__form input[type=email],.hero__form input[type=tel],.hero__form input[type=number], .hero__form select, .hero__form textarea {
  width: 100% !important;
  background-color: #ECECEC;
  border: none;
  border-radius: 5px;
  min-height: 60px;
  padding: 0 17px;
  color: #031635;
}


.hero__form .hs-form-field {
  position: relative;
  margin: 0 0 25px 0;
}

.hero__form ::placeholder {
  color: #031635;
}

.hero__form label{
  font-size: 18px;
  color: #031635;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.hero__form .legal-consent-container {
  font-size: 12px;
  font-weight: 300;
  line-height: calc(20/12);
}

.hero__form .hs_submit {
  text-align: center;
}

.hero__form .hs-button {
  background-color: #F86740;
  border-radius : 0px;
  color: #FFFFFF;
  padding: 20px 23px;
  line-height: 1;
  font-size: 20px;
  font-weight: 900;
  margin: 30px 0 0 0;
  border: none;
  text-transform: uppercase;
}

.hero__form .hs-richtext {
    font-size: 11px;
  line-height: calc(16/11);
  color: #031635;
}

.hero__form .hs-fieldtype-radio .inputs-list {
  list-style : none;
  margin: 0;
  padding: 0;
}

.hero__form .hs-fieldtype-radio .inputs-list label {
  font-size: 11px;
  color: #031635;
}
.hero__form .hs-fieldtype-radio .inputs-list input[type="radio"] {
  display: none;
}
.hero__form .hs-fieldtype-radio .inputs-list input[type="radio"]+span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
}
.hero__form .hs-fieldtype-radio .inputs-list input[type="radio"]+span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  border: 1px solid #031635;
}
.hero__form .hs-fieldtype-radio .inputs-list input[type="radio"]:checked+span::before {
  background: #031635;
}
.hero__form .hs-error-msgs {
  position: absolute;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero__form .hs-error-msgs label {
  color: #031635;
  font-size: 10px;
}
.hero__form .inputs-list {
  list-style : none;
  margin: 0;
  padding: 0;
}

.hero__form .inputs-list label {
  font-size: 12px;
  font-weight: 400;
  color: #031635;
}
.hero__form .inputs-list input[type="checkbox"] {
  display: none;
}
.hero__form .inputs-list input[type="checkbox"]+span {
  display: inline-block;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0;
}
.hero__form .inputs-list input[type="checkbox"]+span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  border: 1px solid #031635;
  transform: translate3d(0, -50%, 0);
}
.hero__form .inputs-list input[type="checkbox"]:checked+span::before {
  background: #031635;
}
@media screen and (max-width : 1200px){
  .hero__form input[type=text], .hero__form input[type=email], .hero__form input[type=tel], .hero__form input[type=number], .hero__form select, .hero__form textarea {
    min-height: 47px;
  }
  .header {
      text-align: center;
  }
  .hero {
    padding: 20px 0 30px 0;
    margin: 0 15px;
  }
  .hero__logo {
      margin: 0 0 40px 0;
  }
  .hero__titre {
    font-size: 38px; 
  }
  .hero__formTitre {
    font-size: 22px;  
  }
  .hero__form {
    margin: 20px 0;
    padding: 50px 20px;
  }
  .header__logo {
    max-width: 130px;  
  }
  .header__cta a {
    font-size: 12px;  
  }
}