/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#leads_simu_form {
    padding: 15px;
    background: #fff;
}
.leads-form-widget .leads-simu-btn input[type=radio] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
.leads-form-widget .leads-simu-btn input[type=radio]+label {
    padding: 20px 10px;
    display: block;
    border: solid 3px #d0001a;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 18px;
    border-bottom-width: 6px;
    color: #023f75;
    max-width: 100%;
    cursor: pointer;
    text-align: center;
}
.leads-form-widget .leads-simu-btn input[type=radio]+label:hover, .leads-form-widget .leads-simu-btn input[type=radio]:checked+label {
    cursor: pointer;
    background-color: #d0001a;
    color: #fff;
    border-bottom-color: #97000e;
}
.leads_simu-btn-prev, .leads_simu-btn-next {
    width: 200px;
    background-color: #fff;
    color: #003f74;
    display: block;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    z-index: 3;
    margin: 0;
    padding: 6px;
    border: 2px solid #003f74;
    cursor: pointer;
}
.leads_simu_navigation-bar {
    width: calc(100% - 80px);
    background-color: #ddd;
    position: relative;
    margin: auto;
    height: 14px;
    border-radius: 10px;
}
.leads_simu_navigation-bar .leads_simu_navigation-progress {
    background-color: #999;
    width: 0;
    height: 100%;
    border-radius: 10px;
    overflow: visible!important;
}
.leads_simu_navigation-bar .leads_simu_navigation-progress .bc-pin {
    position: absolute;
    left: 0;
    margin-top: -5px;
    margin-left: -15px;
    width: 25px;
    height: 25px;
    background-color: #999;
    border-radius: 20px;
}
.leads_simu_navigation-bar .leads_simu_navigation-progress .bc-pin:after {
    content: ' ';
    display: inline-block;
    background-image: url(img/check-mark.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 4px;
    margin-left: 4px;
}
.leads-simu-cinil div {
    background-color: #eaeaea;
    border-radius: 8px;
    text-align: center;
    padding: 40px 20px;
    height: 315px;
    font-size: 14px;
}
.leads-simu-cinil img {
    width: 80%;
    margin-bottom: 10%;
}
.leads-form-widget .leads_step input[type=email], .leads-form-widget .leads_step input[type=number], .leads-form-widget .leads_step input[type=tel], .leads-form-widget .leads_step input[type=text] {
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: 300;
    padding: 6px!important;
    margin-bottom: 10px;
    width: 100%;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: inherit;
    box-sizing: border-box;
    box-shadow: none;
}
.leads-form-widget .leads_step input.parsley-error{
    border: 1px solid #d50505;
}
.leads-form-widget .leads_step .parsley-errors-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.leads-form-widget .leads_step .parsley-errors-list li{
    font-size: 14px;
    color: #d50505;
    margin: 0 0 10px 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.leads-form-widget{
    position: relative;
}
.submit button{
    float: right;
    margin-top: 50px;
    width: 200px;
    background-color: #003f74;
    color: #fff;
    display: block;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    z-index: 3;
    margin: 0;
    padding: 6px;
    border: 2px solid #003f74;
    cursor: pointer;  
}

/*********************

Lead form 2

*********************/

.leads_panneau_progress {
    background-color: #e4e4e4;
    margin-bottom: 15px;
    overflow: hidden;
}
.leads_panneau_progress_bar {
    background-color: #feb400;
    float: left;
    width: 0;
    height: 100%;
    font-size: 11px;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}
.leads_panneau_progress_text {
    float: right;
    margin-right: 8px;
}
.leads-form-panneau-widget {
    padding: 30px 60px 33px 60px;
    background-color: #FFFFFF;
    border-radius: 18px 18px 18px 18px;
   -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.leads_panneau_step_title {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #1e3674;
}
.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: 6px;
    border-color: #c7c7c7;
    box-shadow: 0 1px 0 #454545, 0 2px 2px #FFF;
    border: 1px solid #c7c7c7;
    margin-bottom: 10px;
    display: inline-block;
    margin: 0 0 3px 0;
    width: 100%;    
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 30px;
    min-height: 30px;
    min-width: 30px;
    background-color: #fff;
    position: relative;
    vertical-align: middle;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    max-width: 100%;
	font-size: 14px;
    font-weight: 600;
    color: #1e3674;
}
.leads-panneau-btn input[type=radio]+label.active {
	background-color: #32CD32;
	border-color: #32CD32;
	border: 3px solid #32CD32;
	color: #ffffff;
}
.has-picto .leads-panneau-btn input[type=radio]+label {
    height: 200px;
}
.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-weight: bold;
    color: #1e3674;
    background: #fff;
}
.leads-panneau-label-prop{
    background-image: url(img/proprietaire.png);
}
.leads-panneau-label-loc{
    background-image: url(img/locataire.png);
}
.leads-panneau-label-maison{
    background-image: url(img/maison.png);
}
.leads-panneau-label-appart{
    background-image: url(img/appartement.png);
}
.leads-notice {
    background-color: #0485e0;
    color: #fff;
    box-shadow: none;
    border-radius: .4rem;
    font-size: 15px;
    padding: .5rem .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;
    border: 2px solid #1e3674;
    margin-bottom: 10px;
    display: inline-block;
    min-width: 10px;
    max-width: 100%;
    width: 100%;
    padding: 8px;
    height: auto;
    line-height: 1.5;
    font-size: 1em;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    color: #666;
}
.info-send{
    display: block;
    margin: 0;
    cursor: pointer;
    line-height: 1.2;
    max-width: 100%;
    border-radius: .4rem;
    border: 2px solid #feb400;
    background-color: #feb400;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    -webkit-transition: background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out;
    transition: transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
	color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.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: .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 .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out;
    transition: transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .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;
}