/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .brush:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: -24px;
  right: -12px;
  width: 140px;
  height: 12px;
  margin: 0 auto;
  background-image: url(/wp-content/uploads/2023/03/yellow_brush.svg);
  background-repeat: no-repeat;
}
ul.steps {
  color: #B5AA99;
  list-style-type: none!important;
  padding: 1em 0;
}
.steps-marker .icon i {
color: #fff;
font-weight: bold
}


.leads_panneau_step {
  background-color:#fffdfc;
}
#form-classic .input-text input {
border: 2px solid #fffdfc;
z-index: 3
}
#form-classic .input-text input:hover {
border: 2px solid #97B92D
}
#form-4 .input-text input:hover {
  border: 2px solid #00a48e;
}

#form-classic .input-text input:focus {
border: 2px solid #97B92D;
background: #F9FBED
}
#form-4 .input-text input:focus {
  border: 2px solid #00a48e;
  background: #F9FBED
  }

#form-classic .input-text input:focus::placeholder {
color:transparent
}

.input-text input[type="text"], .input-text input[type="email"],
.input-text input[type="tel"],
.input-text input[type="number"]{
font-size: 1em;
font-weight:600;
}

.input-text {
position:relative;
}

.input-text label {
  position: absolute;
  font-size: .75rem;
  color: #00CE97;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: .3s bottom, .3s opacity;
}

.input-text input:focus+label, .input-text input:hover+label {
bottom: 105%;
opacity: 1;
}

#form-classic .leads-panneau-btn input[type="radio"] + label {
  border-radius: 10px;
  padding: 15px 20px 15px 60px;
  border: 2px solid #b5aa99;
  background-color: #faf6f5;
  display: inline-block;
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: hsl(36 16% 45% / 1);
  transition: all 0.3s ease-out;
}
#form-4 .leads-panneau-btn input[type="radio"] + label {
  border-radius: 10px;
  padding: 15px 20px 15px 60px;
  border: 2px solid #b5aa99;
  background-color: #faf6f5;
  display: inline-block;
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 1em;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: hsl(36 16% 45% / 1);
  transition: all 0.3s ease-out;
}

.control.has-icons-left .input {
  padding-left: 2.8em;
}

.control.has-icons-left .icon {
color: #b5a999;
top: 5px;
}
#form-4 .control.has-icons-left .icon {
  color: #00a48e;
  top: 5px;
  }

.control.has-icons-left .input:focus~.icon {
color: #97b92d;
}

ul.parsley-errors-list li:before {
content: '\72';
font-family: 'ETMODULES'!important;
font-size: 0.8em;
margin-right: 5px;
margin-left: -14px;
}

ul.parsley-errors-list li {
  list-style: none;
  text-align: left;
  color: #FE8A7E;
  font-size: 0.8em;
}

#leads_panneau_form {
overflow:hidden;
}
.leads_panneau_steps {
position:relative;
z-index:1
}


.leads_panneau_progress {
background-color: #b5aa99;
margin-bottom: 30px;
border-radius: 10px;
line-height: 0.8em;
overflow: hidden;
}
#form-4 .leads_panneau_progress {
  background-color: hsl(150 8% 95% / 1);
  margin-bottom: 30px;
  border-radius: 10px;
  line-height: 0.8em;
  overflow: hidden;
}

#form-4 .leads_panneau_progress_bar {
  background-color: hsl(172 100% 32% / 1);
  float: left;
  width: 0;
  height: 100%;
  font-size: 0px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.leads_panneau_progress {background-color: hsl(150 8% 95% / 1);margin-bottom: 30px;border-radius: 10px;line-height: 0.8em;overflow: hidden;}
.leads_panneau_progress_bar {background-color: hsl(172 100% 32% / 1);float: left;width: 0;height: 100%;font-size: 0px;color: #fff;text-align: center;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition: width 0.6s ease;transition: width 0.6s ease;}

.leads-form-panneau-widget {
-webkit-transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s,
-webkit-box-shadow 0.3s;
transition: background 0.3s, border 0.3s, -webkit-border-radius 0.3s,
-webkit-box-shadow 0.3s;
-o-transition: background 0.3s, border 0.3s, border-radius 0.3s,
box-shadow 0.3s;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
-webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}

#form-classic .leads_panneau_step_title {
font-size: 1.3em;
line-height: 1.5em;
margin-bottom: 30px;
font-weight: bold;
color: #005249;
padding-bottom: 5px !important;
}
.intro_question {
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap; 
  animation: animate 5s linear forwards;
}
@keyframes animate {
  0% { 
    width: 0px;
  }
  100% {
    width: 100%;
  }
}
@media (max-width: 767px) {
#form-classic .leads_panneau_step_title {
font-size: 1.2em;
}
#form-4 .leads_panneau_step_title {
font-size: 1.4em;
}
}

#form-modal .leads_panneau_step_title {
font-size: 2.4em;
line-height: 1.3em;
margin-bottom: 30px;
font-weight: bold;
color: #005249;
padding-bottom: 4px !important;
}
@media (max-width: 767px) {
#form-modal .leads_panneau_step_title {
font-size: 1.8em;
}
}
.leads_panneau_step_title .leads_panneau-required {
color: #cc0101;
margin: 0 0 0 5px;
font-size: 90%;
}
.leads-panneau-btn input[type="radio"] {
position: absolute;
left: -9999px;
visibility: hidden;
}
.leads-panneau-btn input[type="radio"] + label {
border-radius: 10px;
padding: 20px 20px 20px 60px;
border: 2px solid #b5aa99;
background-color: #faf6f5;
display: inline-block;
width: 100%;
position: relative;
cursor: pointer;
font-size: 1.3em;
font-weight: 700;
text-align: left;
text-transform: uppercase;
color: hsl(36 16% 45% / 1);
transition: all 0.3s ease-out;
}
.leads-panneau-btn input[type="radio"] + label:after {
content: "";
display: inline-block;
width: 25px;
height: 25px;
min-width: 25px;
min-height: 25px;
border-radius: 50%;
background-color: hsl(36 16% 85% / 1);
position: absolute;
left: 20px;
border: 10px hsl(36 16% 85% / 1) solid;
background: hsl(36 16% 85% / 1);
box-shadow: 0 0 0 1px #4b827b;
transition: border-width 0.3s, box-shadow 0.1s;
}
#form-4 .leads-panneau-btn input[type="radio"] + label:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  border-radius: 50%;
  background-color: hsl(36 16% 85% / 1);
  position: absolute;
  left: 20px;
  top: 33%;
  border: 10px #FFF solid;
  background: #FFF;
  box-shadow: 0 0 0 1px #96B1AB;
  transition: border-width 0.3s, box-shadow 0.1s; 
}
#form-4 .leads-panneau-btn input[type="radio"] + label {
  border-radius: 10px;
  padding: 15px 20px 15px 60px;
  border: 2px solid #005249;
  background-color: #f2f4f3;
  display: inline-block;
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 1em;
  font-weight: 800;
  text-align: left;
  text-transform: uppercase;
  color: #005249;
  transition: all 0.3s ease-out;
}
#form-4 .leads-panneau-btn input[type="radio"] + label:hover {
  background-color: #005249;
  color:#f2f4f3;
}
.leads-panneau-btn input[type="radio"] + label:hover {
border-color: #98b92d;
color: #98b92d;
}
.leads-panneau-btn input[type="radio"] + label:hover:after {
background: #98b92d;
border: 5px hsl(36 16% 85% / 1) solid;
}
#form-4 .leads-panneau-btn input[type="radio"] + label:hover:after {
  background: hsl(173 100% 26% / 1);
  border: 5px hsl(0deg 0% 100%) solid;
  }


.leads-panneau-btn input[type="radio"] + label.active {
background-color: #98b92d;
border-color: #98b92d;
border: 2px solid #98b92d;
color: #ffffff;
}
.has-picto .leads-panneau-btn input[type="radio"] + label {
background-repeat: no-repeat;
background-position: center;
height: 200px;
max-width: 200px;
background-color: #f9fbed;
border-radius: 10px;
border: 1px solid #ffffff;
border-left: none;
border-right: none;
border-bottom: none;
box-shadow: 0px 1px 0px 1px rgb(181 170 153 / 20%);
}
.has-picto .leads-panneau-btn input[type="radio"] + label.active {
border-color: #32cd32;
border: 3px solid #32cd32;
background-color: transparent;
}
.leads-panneau-btn input[type="radio"] + label .leads-panneau-option-text {
position: absolute;
bottom: 0;
right: 0;
left: 0;
text-align: center;
text-transform: uppercase;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
font-size: 0.8em;
font-weight: bold;
color: #fff;
background: #97b92d;
}
.leads-panneau-label-prop {
background-image: url(img/proprietaire.png);
background-size: 128px;
}
.leads-panneau-label-loc {
background-image: url(img/locataire.png);
background-size: 128px;
}
.leads-panneau-label-maison {
background-image: url(img/maison.png);
background-size: 128px;
}
.leads-panneau-label-appart {
background-image: url(img/appartement.png);
background-size: 128px;
}
.leads-notice {
background-color: #f9fbed;
color: #97b92d;
text-shadow: none;
box-shadow: none;
border-radius: 0.4rem;
font-size: 0.8em;
padding: 0.5rem 0.875rem;
margin-bottom: 20px;
}
.input-text input[type="number"],
.input-text input[type="tel"],
.input-text input[type="email"],
.input-text input[type="text"] {
border-radius: 6px;
margin-bottom: 10px;
display: inline-block;
min-width: 10px;
max-width: 100%;
width: 100%;
padding: 18px;
height: auto;
line-height: 1.5;
background: #f4f3f0;
box-sizing: border-box;
transition: all 0.2s linear;
color: #666;
border: none;
font-size: 0.8em;
}
#form-4 .input-text input[type="number"],
.input-text input[type="tel"],
.input-text input[type="email"],
.input-text input[type="text"] {
  background: #F2F3F3;
  color: #005249;
}
.info-send {
display: block;
margin: 0 auto;
cursor: pointer;
max-width: 100%;
border-radius: 0.4rem;
border: 2px solid #97b92d;
background-color: #97b92d;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 12px;
padding-right: 12px;
width: 100%;
-webkit-transition: background-color 0.4s ease-in-out,
border-color 0.4s ease-in-out, color 0.4s ease-in-out,
-webkit-transform 0.4s ease-in-out;
transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out,
color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out,
border-color 0.4s ease-in-out, color 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out,
border-color 0.4s ease-in-out, color 0.4s ease-in-out,
-webkit-transform 0.4s ease-in-out;
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
}
#form-4 .info-send {
  border: 2px solid #ffbe01;
    background-color: #ffbe01;
    font-weight: 800;
    text-shadow: 0px 1px 1px #FE8A7E;
}

.info-send:hover {
border: 2px solid #b8b900;
}
#form-4 .info-send:hover {
  border: 2px solid #ffad42;
  background-color: #ffad42;
}
.leads_panneau_error {
background-color: #f9d9db;
border-color: #f9d9db;
border: solid 1px #e3e3e3;
padding: 20px 20px 0;
}
.leads_panneau_error h3 {
font-weight: bold;
font-size: 1.6rem;
color: #173870 !important;
line-height: 1.1;
margin-bottom: 20px;
}

.leads_simu-btn-prev-two {
display: none;
margin: 30px 0 0;
cursor: pointer;
line-height: 1.2;
max-width: 100%;
border-radius: 0.4rem;
border: 2px solid #a82628;
background-color: #fff;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 12px;
padding-right: 12px;
width: 100%;
-webkit-transition: background-color 0.4s ease-in-out,
border-color 0.4s ease-in-out, color 0.4s ease-in-out,
-webkit-transform 0.4s ease-in-out;
transition: background-color 0.4s ease-in-out, border-color 0.4s ease-in-out,
color 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out,
border-color 0.4s ease-in-out, color 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, background-color 0.4s ease-in-out,
border-color 0.4s ease-in-out, color 0.4s ease-in-out,
-webkit-transform 0.4s ease-in-out;
color: #e31f25;
text-transform: uppercase;
font-weight: bold;
font-size: 20px;
}
.leads_panneau_step_wrapper ul.parsley-errors-list {
padding: 0 0 0 1em;
}
.leads_panneau_step_wrapper {
padding: 0 10px;
}
.rangeslider--horizontal {
width: 80%;
margin: 30px auto;
}
.rangeslider__fill {
background-color: #97b92d;
}
output {
display: block;
font-size: 30px;
font-weight: bold;
text-align: center;
margin: 30px 0;
}

.is-gone {
opacity: 0;
height: 0;
overflow: hidden;
}

.leads_panneau_step {
transition: opacity 0.5s ease-out, height 0.5s ease-out;
}
.leads_panneau_steps {
margin-top: 60px;
}

.input-text input[type="text"], .input-text input[type="email"], .input-text input[type="tel"], .input-text input[type="number"] {
  font-size: 1em;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .dsm_icon_list_0 .dsm_icon_list_items.dsm_icon_list_layout_horizontal, .dsm_icon_list_1 .dsm_icon_list_items.dsm_icon_list_layout_horizontal {
      text-align: center!important;
  }
}

.otp-field {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  column-gap: 10px;
}

input[type=number].otp-input  {
  max-width: 60px;
  border-radius: 10px;
  outline: none;
  font-size: 1.125rem;
  text-align: center;
  border: 2px solid #96B0B7;
}
input[type=number].otp-input {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
input[type=number].otp-input::-webkit-inner-spin-button,
input[type=number].otp-input::-webkit-outer-spin-button {
  display: none;
}
#check-otp {
  margin-top: 15px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
	line-height: 1.2;
  border: none;
  padding: 12px 0;
  cursor: pointer;
  border-radius: 6px;
  pointer-events: none;
  background: #A2D897;
  transition: all 0.2s ease;
}
#check-otp.active {
  background: #2fb500;
  pointer-events: auto;
}
#check-otp:hover {
  background: #00A454;
}