/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 01 2021 | 14:26:52 */
.itemBloc {
	padding: 10px 0 !important;
}

#estimation_popup.wpe_bootstraped  p {
    line-height: 1.2;
 }

.itemBloc > div > label {
  font-size: 18px !important;
  vertical-align: middle !important;
  margin-right: 10px !important;
  color: #000 !important;
  line-height: 1.2 !important;
}


#estimation_popup .genSlide {
  //max-width: 600px;
  //position: relative;
  
  .itemBloc[data-itemtype="button"]{
    margin: 5px !important;
  }
  
  .itemBloc[data-itemtype = 'numberfield']{
    .form-group {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      
      label {
        color: #e9571e !important;
        text-align: left !important;
        width:auto !important;
      }
      
      input[data-type = 'numberfield'] {
        width: 80px !important;
        margin: inherit !important;
        margin-left: auto !important;
      } 
    }
  }
  
  .itemBloc[data-itemtype = 'checkbox']{
    
    & > div {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      
      & > label {
        color: #e9571e !important;
        text-align: left !important;
        width:auto !important;
      }
      
      .switch {
        height: 29px;
         overflow: visible;
        margin: inherit !important;
        margin-left: auto !important; 
      } 
    }
  }
  
  .itemBloc[data-itemtype = 'select']{
    .form-group {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin: 0;
      
      label {
        color: #e9571e !important;
        text-align: left !important;
        width:auto !important;
      }
      
      select {
        width: auto !important;
        margin: inherit !important;
        margin-left: auto !important;
        font-size: 16px !important;
      } 
    }
  }
  
  .itemBloc[data-title="Prix estimé"] {
    background-color: lightgrey;
    border-radius: 15px;
    margin: 30px 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    
    p {
      color: #000 !important;
      
      .lfb_richVariable {
        color: #e9571e !important;
        font-weight: bold;
      }
    }
    
    p:last-child {
      margin-bottom: 0 !important;
    }
  }
}

div[data-toggle = "tooltip"] 
  label:after {
    content: '';
    display: inline-block;
    background: url(https://neuchatel.vivatax.ch/wp-content/uploads/2021/10/info_texte.png) center center no-repeat;
    background-size: 100%;
    width: 15px;
    height: 15px;
    margin-left: 5px;
  }


#estimation_popup.wpe_bootstraped #mainPanel .genSlide .stepTitle {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  opacity: 0;
  transition: all 1s !important;
  height: auto !important;
  top: inherit;
  font-size: 45px;
  
  @media all and (max-width:540px){
    font-size: 30px;
  }
}



#estimation_popup.wpe_bootstraped[data-animspeed="0"] #mainPanel .genSlide .stepTitle, #estimation_popup.wpe_bootstraped #mainPanel .genSlide .stepTitle.positioned {
  margin-top: -200px !important;
  opacity: 1;
  margin-bottom: 0px !important;
  height: auto !important;
  top: inherit;
}



#estimation_popup.wpe_bootstraped #mainPanel .genSlide .genContent.lfb_noDes {
    padding-top: 50px !important;
}
#estimation_popup.wpe_bootstraped .lfb_stepDescription {
  padding-top: 0px !important;
  top: 50px !important;
  
  
} 

/*
body #estimation_popup.wpe_bootstraped[data-form="8"] #lfb_stepper {
  position: relative;
}
*/

#estimation_popup.wpe_bootstraped #mainPanel .genSlide[data-stepid="70"] {
  .stepTitle.positioned {
  	margin-top: -200px !important;
  }
}

#estimation_popup.wpe_bootstraped #mainPanel .genSlide[data-stepid="58"] .form-group select {
  width: 220px !important;
}

#estimation_popup.wpe_bootstraped #mainPanel .genSlide[data-stepid="66"] .genContent {
  padding-top: 165px !important;
}

#estimation_popup .genSlide .itemBloc[data-itemtype = 'checkbox'] > div .switch {
  overflow: hidden;
}

/*
#estimation_popup.wpe_bootstraped .tooltip.bottom {
  left: inherit !important;
  right: 0 !important;
  
  .tooltip-arrow {
    right: 30px !important;
    left: inherit;
  }
}*/

#estimation_popup.wpe_bootstraped .form-control, .bootstrap-datetimepicker-widget .form-control {
  //font-size: 16px !important;
}


/*** iPhone and iOS Form Input Zoom Fixes ***/
/* Fix Input Zoom on devices older than iPhone 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

#estimation_popup .lfb_stepDescription a {
  text-decoration: underline;
}