.module_sodefin{float: left;}

.stepform-page .module_sodefin {
	background:#fff;
    width: 100%;
    padding: 20px 10px;
}
/*-----------------------------------------
	BARRE RECAP CREDIT
-----------------------------------------*/
ul.recap-barre{
	border: 1px solid #e4e4e3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0;
	margin-top: 10px;
	float: left;
	width: 100%;
}

ul.recap-barre li:first-child {
    border-left: none;
}

ul.recap-barre li {
    float: left;
    list-style: none;
    padding: 10px;
    border-left: 1px solid #e4e4e3;
    width: 20%;
}

ul.recap-barre li span{font-weight: bold;}

ul.recap-barre li span.total-mensualite{
	color:#fff;
	background:#004b88;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 3px;
}
/*-----------------------------------------
	BARRE ETAPES DU FORMULAIRE
-----------------------------------------*/
ul#stepbar {
    float: left;
    width: 100%;
   	padding-left: 0;
   	margin-bottom: 50px;
}

ul#stepbar li {
    list-style: none;
    width: 25%;
    float: left;
    box-sizing: border-box;
    display: block;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	text-decoration: none;
	background:#f2f2f2;
}

ul#stepbar li a, ul#stepbar li a span{color: #004b88;}

ul#stepbar li.active{
	color:#fff;
	background:#004b88;
	font-weight: bold; 
}

ul#stepbar li:before {
    content: "";
    border-top: 20px solid #f2f2f2;
	border-bottom: 20px solid #f2f2f2;
	border-left: 20px solid #fff;
	border-right: 20px solid #f2f2f2;
	position: absolute;
	top: 0;
	left:0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

ul#stepbar li.active:before{
	border-top: 20px solid #004b88;
	border-bottom: 20px solid #004b88;
	border-left: 20px solid #fff;
	border-right: 0px solid #004b88;
}

ul#stepbar li:after {
    content: "";
    border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
	border-left: 20px solid #f2f2f2;
	border-right: 0px solid #fff;
	position: absolute;
	top: 0;
	right:0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

ul#stepbar li.active:after {
    border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
	border-left: 20px solid #004b88;
	border-right: 0px solid #fff;
}

ul#stepbar li a{
	text-decoration: none;
	display: block;
	position: relative;
}
/*-----------------------------------------
	MESSAGE D'INFORMATION - WARNING
-----------------------------------------*/
.p-warning{
	float: left;
	clear: both;
	background-color: #fcf8e3;
	color: #8a6d3b;
	border-radius: 3px;
	background-image: none;
	padding: 10px;
	position: relative;
	font-size: 0.9em;
	width: 100%;
	margin-bottom: 40px;
}
.p-warning:before{
	content: "\f12a";
	margin-right: 10px;
	font: normal normal normal 14px/1 FontAwesome;
}

/*-----------------------------------------
	MESSAGE D'INFORMATION - EN FONCTION DU PRET CHOISI
-----------------------------------------*/
#loan-examples{
	float: left;
	clear: both;
	background: #aaa;
	padding: 0 15px;
	color: #fff;
}
#loan-examples p{ text-align: center; margin-bottom: 0; }
/*-----------------------------------------
	FORMULAIRES
-----------------------------------------*/
.form-step{
	clear: both;
	max-width: 670px;
}

.form-step .form-group{
	float: left;
	clear: both;
	width: 100%;
	padding: 5px 0 0;
	position: relative;
}

.form-step label{
	width: 40%;
	float: left;
	margin-top: 9px;
	/*line-height: 41px;*/
}

.form-step label.label-full-width{width: 100%;}

.form-step .input{
	width: 60%;
	float: left;
	padding: 0;
}

.form-step .input-float{float: right;}

.form-step #other_cohabitant_explanation1{
	width: 60%;
	float: left;
	padding: 0;
	margin-bottom: 5px;
}
.form-step .type_select .input:after{top:0px; line-height: 40px;}




.radio-type-credit a {
    width: 48%;
    float: left;
    background: #fff;
    color: #000;
    margin: 5px 1%;
    text-align: center;
    border-radius: 7px;
    height: 110px;
}

.radio-type-credit a span{
    line-height: 20px;
    display: inline-block;
    padding: 0 5px 10px;
    width: 100%;
    text-align: center;
}

.radio-type-credit a:hover{
    background: #004b88;
    color: #fff;
     -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.radio-type-credit a img {
    width: 50px;
    display: block;
    width: auto;
    height: 40px;
    margin: 10px auto .5rem;
    -webkit-transition: all .5s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid transparent;
}


.radio-type-credit a:hover img{
	filter: brightness(3);
	color: #fff;
    border: 1px solid transparent;
}

a.radio {
	font-size: 14px;
}

#asterisk_sentence{
	clear: both;
    font-size: 12px;
    padding: 0px 0 0 20px;
}

#asterisk{
	color: red;
    font-size: 22px;
    line-height: 20px;
}



/*-----------TEXTAREA-----------*/
form textarea.textarea-final {
    resize: vertical;
    max-height: 130px;
}
/*-----------CHECKBOX VALIDATION-----------*/
.form-step label.notice_data_information-form-step{
	font-size: 0.9em;
	width: 100% !important;
	float: left;
	border: 1px solid #8dc63f;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 15px;
	line-height: 23px;
}
.checkbox-gdpr-form-step{
	float: right;
	width: 25px;
	min-height: 22px;
	padding: 0;
	margin: 2px 0 0 0;
}
.notice_data_information-form-step input:before, .notice_data_information-form-step label input:before {
    font-size: 20px;
    font-family: 'FontAwesome';
    content: '\f096';
    background:#fff;
}
.notice_data_information-form-step input{padding-left: 5px; background: #fff;}

.notice_data_information-form-step input:checked:after {
    font-size: 20px;
    font-family: 'FontAwesome';
    content: '\f046';
    color: #8dc63f;
}

.notice_data_information-form-step input:focus{
	border-color: transparent;
}

.notice_data_information-form-step input{
	border: transparent;
}

.notice_data_information-form-step input:checked:before, .notice_data_information-form-step label input:checked:before {
    display: none;
}
/*-----------BOUTON RADIO-----------*/
form input[type="radio"] + label:after {
    content: '';
    display: block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    background: #004b88;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
form input[type="radio"] + label::before{border: 2px solid #004b88;}
.form-step label.label-yes-no{width: 90px;}
/*---------SELECT---------*/
.form-step .form-group .input select{line-height: 30px;}
.form-step .form-group.type_select .input select:after{line-height: 30px;}
/*.form-step .form-group.type_select .input:after{
    display: none;
}
.form-step .form-group.type_select .input select:after{
    content: '\f078';
    display: block;
    position: absolute;
    color: #ccc;
	right: 12px;
	top: 10px;
	font-family: 'FontAwesome';
	font-weight: 900;
	font-size: 12px;
	pointer-events: none;
}*/
/*--------ERROR----------*/
.form-step .form-group.error label{color: red;}
.form-step .form-group.error .input input, .simulator-home .form-group div .error input{border: 1px solid red;}
/**/
.form-step label.label-100-width{width: 100%;}
.input-select-more{margin-top: 10px;}
.form-1-col .input-select-more{margin-bottom: 10px; float: right;}
.form-step .input input[type="date"]{background-repeat: #fff;} 
/*--------FORMULAIRE DEUX COLONNES--------*/
#div_with_another_person{
	border: 1px solid #efefef;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#div_with_another_person label {
    width: auto;
    line-height: 32px;
    min-height: auto;
    margin-top: 0;
}
#div_with_another_person .input label {
    padding-left: 30px;
    padding-right: 15px;
}
#div_with_another_person .input label:before{}
form input[type="radio"] + label{}
#div_with_another_person .input{width: 30%;}
/*--------FORMULAIRE DEUX COLONNES--------*/
.form-2-col .form-group {padding: 7px 0;}
.form-2-col .form-group label,
.form-2-col .form-group .input{width: 100%; line-height: 24px;}
.form-step .form-2-col #other_cohabitant_explanation1{width: 100%;}

.with_another_person_title{color:#004b88; font-weight: bold;}
/*--------FORMULAIRE UNE COLONNE--------*/
.form-1-col{padding-left: 0;
padding-right: 0;}
/*--------AJOUT DE CREDIT--------*/
.box-credit {
    float: left;
	width: 100%;
	margin: 18px 0;
	border-bottom: 1px solid #004b88;
	padding: 0 0 30px 0;
}
#add_credit {
    float: right;
    margin: 0 0 20px 0;
	padding: 6px 20px;
	font-size: 14px;
	font-weight: normal;
}
/*-----------SUBMIT-----------*/
.form-step .type_submit{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 40px;
}

.form-step .type_submit a.btn{
	margin: 0;
	float: left;
	padding: 6px 20px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 25px;
}

.form-step .type_submit button{
	float: right;
	min-width: 240px;
}
/*-------------------------------------------------
		FORMULAIRE SIMULATEUR HOME
--------------------------------------------------*/
.module_sodefin{width: 100%;}

form.simulator-home{
	width: 100%; 
	max-width: 100%;
	padding: 0 10px 0 0;
	background:#eaeaea;
	float: left;
	margin-bottom: 0;
}

.form-simulator-home-h3{
	margin-top: 0;
	font: 700 19px/30px 'Roboto', sans-serif;
	letter-spacing: 0;
	text-transform: uppercase;
}

.form-simulator-home-h3-number{color:#004b88;}

.form-simulator-home{
	float: left; 
	border-right: 1px solid #d0d0d0;
	min-height: 400px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin:20px 0;
}

.form-simulator-home:last-child{
	border-right: none;
}

.radio-type-credit  input[type="radio"] + label{
	width: 48%;
	float: left;
	background: #fff;
	color: #000;
	margin:5px 1%;
	text-align: center;
	padding-left: 0;
	border-radius: 7px;
	height: 110px;
}

.radio-type-credit  input[type="radio"] + label span{
	line-height: 20px; 
	display: inline-block;
	padding: 0 5px 10px;
}

.radio-type-credit  input[type="radio"]:checked + label, .radio-type-credit label:hover, .radio-type-credit input[type="radio"]:hover + label {
	background:#004b88 !important;
}

.radio-type-credit  input[type="radio"] + label:after, .radio-type-credit  input[type="radio"] + label:before {
	display: none;
}

.radio-type-credit  input[type="radio"] + label img {
    width: 50px;
    display: block;
	width: auto;
	height: 44px;
	margin: 10px auto .5rem;
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
	border: 1px solid transparent;
}

.radio-type-credit  input[type="radio"]:checked + label img, .radio-type-credit  input[type="radio"]:hover + label img {
	filter: brightness(3);
	border: 1px solid transparent;
   	filter: brightness(3);
    -webkit-filter: brightness(3);
    -moz-filter: brightness(3);
    -o-filter: brightness(3);
    -ms-filter: brightness(3);
}

.radio-type-credit label:hover span, .radio-type-credit input[type="radio"]:checked + label span{
	color: #fff;
}
.radio-type-credit label:hover {background: #004b88; }
/*Colonne montant et durée*/
#form-simulator-home-amount-duration label{
	padding-top: 30px;
}
.form-simulator-home-montant{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.form-simulator-home-montant-div{width: 100%;}
.form-simulator-home-montant div span{
	color:#96969a;
	height: 100%;
	pointer-events: none;
	position: absolute;
	left: 0;
	width:30px;
	z-index: 4;
	align-items: center;
	display: inline-flex;
	justify-content: center;
}
.form-simulator-home-montant input{padding-left: 30px;}

.form-simulator-home-montant .control{
	color:#fff;
	background:#004b88;
	border: 1px solid #004b88;
	cursor: pointer;
	margin: 0 0 0 16px; 
	padding: 8px 17px;
	border-radius: 0;
}
.form-simulator-home-montant .control:hover{
	color:#004b88;
	background:#fff;
}

/*Colonne résumé*/
.form-simulator-home ul{
	list-style: none;
	padding-left: 0;
}
.form-simulator-home ul li{padding: 3px 0;}
.form-simulator-home ul li span.pull-right{padding-right: 5px;}
#form-simulator-home-monthly{font-weight: bold; margin-top: 25px; font-size: 1.1em;}
#form-simulator-home-monthly span{color:#004b88;}

.form-simulator-home .btn-success{
	cursor: pointer;
	background: #8dc63f url(../img/construct/cheat.png) repeat;
	border:2px solid #8dc63f;
	position: absolute;
	margin: 0 auto;
	bottom: 16px;
	border-radius: 10px;
	color: #ffffff;
	display: flex;
	width: 90%;
	left: 0;
	right: 0;
	font-size: 20px;
}

.form-simulator-home .btn-success:hover, .form-simulator-home .disabled{
	background: transparent;
	border:2px solid #004b88;
	color: #004b88;
}

.form-simulator-home .btn.disabled:hover i {
	left:0px;
}

.btn i {
    font-size: 12px;
    vertical-align: top;
    margin: 0 0 0 10px;
    line-height: inherit;
    position: relative;
    left: 0;
}

.form-simulator-home .btn-success i {
	float: right; 
	line-height: 49px;
	margin: 0 0 0 20px;
}

/*-----------------------------
		POP UP INFO
-------------------------------*/
.label-pop-up-info{

}
.lien-pop-up-info{
background:transparent;
color:#004b88;
text-decoration: none !important;
padding: 3px 8px; 
position: absolute;
left: 226px;
top: 13px;
border: 1px solid #004b88;
font-weight: bold;
cursor: pointer;
border-radius: 100%;
width: 28px;height: 28px;
line-height: 19px;
text-align: center;
}

.lien-pop-up-info:hover{
	background:#004b88;
	color:#fff;
}

.popover.right > .arrow:after, .popover.right > .arrow {
    display: none;}

#cat_etape-2-vos-coordonnnees .popover{
 	top: -158px !important; left: 102px !important; display: block !important;
}

#cat_etape-4-informations-personnelles-et-professionnelles .popover{
	top: -89px !important;
    left: 102px !important;
    display: block !important;
}

/*Colonnes*/
.form-2-col .lien-pop-up-info{top: 10px;}
.form-2-col .popover{
 	top: -108px !important; left: 112px !important; display: block !important;
 }
 .form-2-col .popover .arrow{display: none;}
/*
.popover .arrow{top:20px !important;}*/
/*-----------------------------
		RESPONSIVE
-------------------------------*/
@media (max-width : 1200px) {
.form-simulator-home{min-height: 450px;}
form .radio-type-credit input[type="radio"] + label{min-height: 110px;}
/*-----------------------------------------
	BARRE RECAP CREDIT
-----------------------------------------*/
ul.recap-barre li{width: 20%;height: 90px;}
ul.recap-barre li span{display: table; clear: both;}

}

/* Medium Devices, Desktops */
@media (max-width : 992px) {
/*-----------------------------------------
	FORMULAIRE DEPART
-----------------------------------------*/

.form-simulator-home:first-child{border-right: 0;}
.form-simulator-home .btn-success{
	position: relative;
	bottom: 0;
}
.radio-type-credit input[type="radio"] + label {
    width: 31%;
}

.radio-type-credit a {
    width: 31%;
}

.form-simulator-home {
    min-height: 350px;
}
.form-simulator-home:first-child {
    min-height: auto;
    margin-bottom: 0;
}
#form-simulator-home-amount-duration label {
    padding-top: 10px;
}
.form-simulator-home .btn-success i{
	position: absolute;
	right: 30px;
	text-align: right;
}
.form-simulator-home .btn-success{
	padding: 15px 27% 15px 30px;
	font-size: 19px;
}
.form-simulator-home .btn-success i{line-height: 50px;}
/*-----------------------------------------
	BARRE ETAPES DU FORMULAIRE
-----------------------------------------*/

/*-----------------------------------------
	BARRE RECAP CREDIT
-----------------------------------------*/
ul.recap-barre li{width: 33%;}

ul.recap-barre li:nth-child(4),
ul.recap-barre li:nth-child(5){
	width: 50%;
	border-top: 1px solid #e4e4e3;
}

}


/* Small Devices, Tablets */
 @media (max-width : 767px) {
/*-----------------------------------------
	FORMULAIRE DEPART
-----------------------------------------*/
form.simulator-home{padding: 0; margin: 0;}

.form-simulator-home{
	border-right: 0;
	min-height: auto;
	margin:0;
}

.form-simulator-home .btn-success{
	width: 257px;
	padding: 15px 50px 15px 10px;
	position: relative;
}

.form-simulator-home .btn-success i {
    line-height: 0;
}

.form-simulator-home:last-child{margin-bottom: 20px;}

#form-simulator-home-amount-duration label {
    padding-top: 0;
}

.form-simulator-home-montant .control{margin-left: 8px;}

.form-simulator-home .btn-success{
	margin: 0 auto; 
	bottom: 0; 
	display: block;
}
.form-step .type_submit a.btn{
	padding: 6px 10px;
}
/*-----------------------------------------
	BARRE ETAPES DU FORMULAIRE
-----------------------------------------*/
ul.recap-barre li{height: 89px;}
ul#stepbar li:after, ul#stepbar li.active:after{border-right: 0px solid #fff;}

/*-----------------------------------------
	FORMULAIRE
-----------------------------------------*/
#div_with_another_person label{line-height: 30px;}

.form-step label {
    width: 100%;
    line-height: 24px;
}
.form-step .input {
    width: 100%;
}
.form-step .form-group.type_select .input:after{/*line-height: 20px;*/}

#part2.form-2-col, #part1.form-2-col{clear: both;float: left;}

/*-----------------------------
		POP UP INFO
-------------------------------*/
.lien-pop-up-info{top: 5px;}

.popover{
	max-width: 186px;
	top: -112px !important;
	left: 70px !important;
}

.popover .arrow{display: none;}

.form-2-col .popover{
 	top: -112px !important; left: 70px !important; display: block !important;
}

}

@media (max-width : 600px){
	ul#stepbar li a span, ul#stepbar li span{display: none;}
}

/* Extra Small Devices, Phones */ 
@media (max-width : 480px) {
/*-----------------------------------------
	FORMULAIRE DEPART
-----------------------------------------*/
.radio-type-credit input[type="radio"] + label{
	height: 111px;
	width: 48%;
}

.radio-type-credit a {
    height: 111px;
    width: 48%;
}
/*-----------------------------------------
	BARRE ETAPES DU FORMULAIRE
-----------------------------------------*/

ul#stepbar li{text-align: left; padding-left: 20px;}

ul#stepbar li:before {
    content: "";
    border-top: 10px solid #f2f2f2;
	border-bottom: 10px solid #f2f2f2;
	border-left: 0px solid #fff;
	border-right: 10px solid #f2f2f2;
}

ul#stepbar li.active::before {
    border-top: 20px solid #004b88;
	border-bottom: 20px solid #004b88;
	border-left: 0px solid #fff;
	border-right: 20px solid #004b88;
}

ul#stepbar li.active:after, ul#stepbar li:after{border-right: 13px solid #fff;}

ul#stepbar li a span, ul#stepbar li span{display: none;}

/*-----------------------------------------
	BARRE RECAP CREDIT
-----------------------------------------*/
ul.recap-barre li {
    width: 50%;
    border-top: 1px solid #e4e4e3;
    height: 75px;
}
ul.recap-barre li:first-child {
    width: 100%;
    border-top: 0px solid #e4e4e3;
    height: auto;
}
/*-----------SUBMIT-----------*/
.form-step .type_submit a.btn{width: 102px;padding: 6px 10px;}
.form-step .type_submit button { width: 148px; min-width: 148px;font-size: 18px;line-height: 24px;padding: 6px 13px;}

}