@charset "UTF-8";
/*
*
* Variables générales
*
*/
@font-face {
  font-family: "Montserrat";
  src: url("../Fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Raleway";
  src: url("../Fonts/Raleway/Raleway-VariableFont_wght.ttf");
}
@font-face {
  font-family: "Open Sans";
  src: url("../Fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf");
}
* {
  font-family: "Montserrat", sans-serif;
  color: #384247;
}

.raleway {
  font-family: "Raleway", sans-serif;
}

:root {
  --bs-link-color-rgb: #006BB6;
}

.fill_gris {
  fill: #384247;
}
.fill_gris_fonce {
  fill: #1D1D1B;
}
.fill_vert {
  fill: #C8CA00;
}
.fill_bleu {
  fill: #006BB6;
}
.fill_blanc {
  fill: white;
}

.page_style_bleu h2, .page_style_bleu h2 span {
  color: #006BB6;
}
.page_style_green h2, .page_style_green h2 span {
  color: #C8CA00;
}

.bg_linear_couleur {
  background: transparent linear-gradient(90deg, #C8CA00 0%, #006BB6 100%) 0% 0% no-repeat padding-box;
}
.bg_gris {
  background: #384247;
}
.bg_gris * {
  color: white;
}
.bg_vert {
  background: #C8CA00;
}
.bg_bleu {
  background: #006BB6;
}

.texte_blanc {
  color: white !important;
}
.texte_gris {
  color: #384247 !important;
}
.texte_gris_clair {
  color: #707070 !important;
}
.texte_gris_tres_clair {
  color: #DBDBDB !important;
}
.texte_vert {
  color: #C8CA00 !important;
}
.texte_bleu {
  color: #006BB6 !important;
}
.texte_outline_gris {
  color: white !important;
  -webkit-text-stroke-color: #384247;
}
.texte_outline_vert {
  color: white !important;
  -webkit-text-stroke-color: #C8CA00;
}
.texte_outline_bleu {
  color: white !important;
  -webkit-text-stroke-color: #006BB6;
}
.texte_extra_light {
  font-weight: 200;
}
.texte_light {
  font-weight: 300;
}
.texte_regular {
  font-weight: 400;
}
.texte_medium {
  font-weight: 500;
}
.texte_bold {
  font-weight: 700;
}
.texte_black {
  font-weight: 800;
}
.texte_ultra {
  font-weight: 900;
}
.texte_italic {
  font-style: italic;
}

.g-5-custom {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.pulse {
  animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
.slide {
  animation: slide 1s 4 ease-in-out alternate;
}

@keyframes slide {
  from {
    translate: -20px;
    -webkit-transform: translate(-20px);
  }
  to {
    translate: 20px;
    -webkit-transform: translate(20px);
  }
  100% {
    translate: 0;
  }
}
/* Test */
#bloc_contact_devis {
  font-weight: 700;
  margin-bottom: 110px;
}
#bloc_contact_devis a {
  text-decoration: none;
}
#bloc_contact_devis .btn_nouveau_proj {
  color: white;
  border-radius: 10px;
  outline: unset;
  box-shadow: unset;
  border: 2px solid;
  padding: 15px;
  width: auto;
  font-weight: 700;
  background-color: #006BB6;
  border-color: #006BB6;
}
#bloc_contact_devis .btn_nouveau_proj:hover {
  background-color: white !important;
  color: #006BB6 !important;
}
#bloc_contact_devis .btn_step {
  color: white;
  border-radius: 10px;
  outline: unset;
  box-shadow: unset;
  border: 2px solid;
  padding: 15px 50px;
  min-width: calc(50% - 8px);
  font-weight: 700;
}
#bloc_contact_devis .btn_step.previous-step {
  background-color: #C8CA00;
  border-color: #C8CA00;
}
#bloc_contact_devis .btn_step.previous-step:hover {
  background-color: white;
  color: #C8CA00;
}
#bloc_contact_devis .btn_step.next-step {
  background-color: #006BB6;
  border-color: #006BB6;
}
#bloc_contact_devis .btn_step.next-step:hover {
  background-color: white !important;
  color: #006BB6 !important;
}
#bloc_contact_devis .contact_image {
  height: 50vw;
  background-position: center;
  background-size: cover;
  border-top-right-radius: 200px;
  max-height: 640px;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm {
  padding-top: 20px;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .form-header {
  text-align: center;
  position: relative;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .form-header #progress {
  -webkit-appearance: none;
  position: absolute;
  height: 5px;
  background-color: #006BB6;
  border: unset;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: 100%;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .form-header #progress #progressbar-steps {
  background-color: #DBDBDB !important;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .form-header .stepIndicator {
  position: relative;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .form-header .stepIndicator.active::before {
  background-color: transparent;
  background-image: url("../images/PNG/Icone_VEP.png");
  background-size: 40px;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .form-header .stepIndicator.finish::before {
  background-color: transparent;
  background-image: url("../images/PNG/Icone_VEP_gris.png");
  background-size: 30px;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .form-header .stepIndicator::before {
  width: 50px;
  height: 50px;
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% + 2px);
  transform: translate(-50%, -50%);
  background-color: transparent;
  z-index: -1;
  background-image: url("../images/PNG/Icone_VEP_bleu.png");
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .step {
  display: none;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .step .validation_devis_content {
  max-width: 550px;
  text-align: center;
  margin: auto;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .step .validation_devis_content .img_bg {
  width: 100px;
  height: 100px;
  background: #C8CA00;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: auto;
  margin-bottom: 20px;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .step .validation_devis_content .img_bg img {
  width: 50px;
  height: 50px;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .step .last_btns {
  /* .wpcf7-form-control .wpcf7-submit .has-spinner .btn .btn_custom_next #submit_devis {

  } */
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .step .last_btns p {
  display: flex;
  gap: 20px;
  justify-content: center;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .step .last_btns #submit_devis {
  position: relative;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .step .last_btns .wpcf7-spinner {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translate(0, -50%);
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .form-footer {
  /* overflow:auto;
  gap: 16px;
  justify-content: flex-end; */
  /* .btn .btn_step .previous-step .btn_custom_prev #prevBtn {

  }
  .btn .btn_step .next-step .btn_custom_next #nextBtn {

  }
  .btn .btn_custom #backHomeBtn {

  } */
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .form-footer p {
  display: flex;
  overflow: auto;
  gap: 16px;
  width: 100% !important;
  flex-wrap: wrap;
  justify-content: center;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm .form-footer .wpcf7-submit:hover {
  animation: unset;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap {
  width: 100%;
  height: 100%;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap .wpcf7-form-control {
  display: block;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  position: relative;
  width: 100%;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label:hover {
  cursor: pointer;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label:hover:not(:has(input:checked)) .checkmark {
  border: 2px solid #384247;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label:has(input:checked) .wpcf7-list-item-label {
  color: white;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  opacity: 0;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input:checked ~ .checkmark {
  border: 1px solid #384247;
  background-color: #384247;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .checkmark {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: white;
  border-radius: 10px;
  border: 1px solid #384247;
  height: 100%;
  width: 100% !important;
}
#bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  display: block;
  margin-top: -24px;
  width: 100% !important;
  text-align: center;
  padding: 15px;
  color: #384247;
}
#bloc_contact_devis .btn_contact {
  outline: none;
  border: none;
  width: 90px;
  height: 30px;
  background: transparent;
  color: #384247;
  position: relative;
  margin: 17px 0;
  padding: 10px 20px;
  width: fit-content;
  height: auto;
}
#bloc_contact_devis .btn_contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: #384247;
  z-index: -2;
  transform-origin: bottom;
  transform: scaleY(0.1);
  transition: all 0.2s ease;
  border-radius: 5px;
}
#bloc_contact_devis .btn_contact:hover {
  color: white;
}
#bloc_contact_devis .btn_contact:hover:before {
  transform: scaleY(1);
  border-radius: 35px;
}
#bloc_contact_devis .btn_contact_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#bloc_contact_devis .btn_contact_container .picto_container {
  position: relative;
  width: 40px;
  display: inline-block;
  margin-right: 20px;
}
#bloc_contact_devis .btn_contact_container .picto_container svg {
  max-height: 35px;
  max-width: 40px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#bloc_contact_devis .checkbox_btns .wpcf7-list-item {
  display: block;
  margin: 0;
  width: fit-content;
  position: relative;
  display: flex;
}
#bloc_contact_devis .checkbox_btns .wpcf7-list-item .checkmark {
  position: absolute;
  left: 0;
  top: 50%;
  height: 30px;
  width: 30px;
  transform: translate(0, -50%);
  background-color: white;
  border-radius: 5px;
  border: 1px solid #384247;
  display: table;
}
#bloc_contact_devis .checkbox_btns .wpcf7-list-item input {
  width: 100% !important;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 50%;
  height: 30px;
  transform: translate(0, -50%);
  opacity: 0;
}
#bloc_contact_devis .checkbox_btns .wpcf7-list-item input:hover {
  cursor: pointer;
}
#bloc_contact_devis .checkbox_btns .wpcf7-list-item:hover {
  cursor: pointer;
}
#bloc_contact_devis .checkbox_btns .wpcf7-list-item:hover:not(:has(input:checked)) .checkmark {
  background-color: #DBDBDB;
}
#bloc_contact_devis .checkbox_btns .wpcf7-list-item:has(input:checked) .checkmark {
  background: url("../images/SVG/Valide_picto_vert.svg");
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
}
#bloc_contact_devis .checkbox_btns .wpcf7-list-item .wpcf7-list-item-label {
  display: block;
  margin-left: 40px;
}
#bloc_contact_devis .wpcf7-form-control-wrap {
  width: 100%;
  display: inline-block;
}
#bloc_contact_devis .wpcf7-form-control-wrap .wpcf7-select {
  margin-bottom: 20px;
}
#bloc_contact_devis .infos_prospect p {
  margin-bottom: 0;
}
#bloc_contact_devis .infos_prospect input[type=text],
#bloc_contact_devis .infos_prospect input[type=email],
#bloc_contact_devis .infos_prospect input[type=tel],
#bloc_contact_devis .infos_prospect textarea {
  padding: 7px 16px;
}
#bloc_contact_devis input[type=text],
#bloc_contact_devis input[type=email],
#bloc_contact_devis input[type=tel],
#bloc_contact_devis textarea {
  border-radius: 10px;
  border: 1px solid #384247;
  width: 100%;
}
#bloc_contact_devis input[type=text]::placeholder,
#bloc_contact_devis input[type=email]::placeholder,
#bloc_contact_devis input[type=tel]::placeholder,
#bloc_contact_devis textarea::placeholder,
#bloc_contact_devis select option:first-child {
  color: #707070;
  opacity: 0.5;
  font-style: italic;
}
#bloc_contact_devis .validation_devis_content {
  border: 1px solid #384247;
  border-radius: 10px;
}
#bloc_contact_devis .div_recap {
  border: 1px solid #384247;
  border-radius: 10px;
  padding: 10px;
}
#bloc_contact_devis .wpcf7-select {
  padding: 15px;
  border-radius: 10px;
  outline: unset;
  width: 100%;
  text-align: center;
  font-weight: bold;
  border: 1px solid #384247;
  color: #384247;
  font-style: italic;
}
#bloc_contact_devis .wpcf7-select option {
  background: white;
  font-style: normal;
}
#bloc_contact_devis .wpcf7-select:has(option:checked:not([value])), #bloc_contact_devis .wpcf7-select:has(option:checked:not([value=""])) {
  background: white;
  font-style: normal;
}
#bloc_contact_devis .wpcf7-select:has(option:checked:not([value])) option, #bloc_contact_devis .wpcf7-select:has(option:checked:not([value=""])) option {
  background: white;
  font-style: normal;
}
#bloc_contact_devis .step {
  margin-bottom: 20px;
}
#bloc_contact_devis .step p {
  margin-bottom: 0;
}
#bloc_contact_devis .screen-reader-response {
  position: fixed;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#bloc_contact_devis #blocDemandeSend {
  border: 1px solid #384247;
  border-radius: 30px;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
}
#bloc_contact_devis #blocDemandeSend .picto_rotate {
  transform: rotate(90deg);
  width: 30px;
}
#bloc_contact_devis .h4_content {
  display: none;
}

@media (min-width: 576px) {
  #bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap .wpcf7-form-control {
    columns: 2;
  }
}
@media (min-width: 768px) {
  #bloc_contact_devis .blocs_texte {
    margin-left: 30px;
  }
  #bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap .wpcf7-form-control {
    columns: 1;
  }
}
@media (min-width: 1200px) {
  #bloc_contact_devis .blocs_texte {
    margin-left: 50px;
  }
  #bloc_contact_devis .blocs_texte #demandeDevisForm form .step .radio_btns .wpcf7-form-control-wrap .wpcf7-form-control {
    columns: 2;
  }
}

/*# sourceMappingURL=form_devis.css.map */
