body {
    font-size: 12px;
}
body p {
    font-size: 12px;
}
body span{
    font-size: 12px;
}
.main_form_section{
    max-width: 695px;
    margin: auto;
    border: 1px solid #CCC;
    margin-top: 0px;
    overflow: visible;
    height: auto;
    padding-left: 0px;
    transform: translateY(0%);
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}

.img_building_houses{
    padding: 0px 10px;
    margin-bottom: 10px;
    float: left;
}
.img_building_houses .img_item{
    float: left;
    width: 25%;
    padding: 0px 5px;
    box-sizing: border-box;
}
.img_building_houses .img_item img{
    width: 100%;
}
#form-immo-fond-header {
    background-color: #e86628;
    margin: 0px;
    padding: 10px 20px;
    max-width: 656px;
    margin: auto;
}
#form-immo-fond-header h1{
    color: #FFF;
    font-size: 30px;
    font-weight: 300;
}
#form-immo-fond-header h1 b{
    color: #FFF;
    font-size: 30px;
    font-weight: bold;    
}
.steps_wrapper{
    max-width: 670px;
    width: 100%;
    margin: auto;
    user-select: auto;
}
.step_item_content{
    padding: 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.02);
    /* border: 1px solid #e6e6e6; */
    border-radius: 1px;
} 
.step_item_content .left{
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
} 
body .intContentFormEtapeToo .formToEtapeToo{
    padding: 0px;
    background: transparent;
}
body .intContentFormEtapeToo .formToEtapeToo:hover{
    box-shadow: none;
}
.intContentFormEtapeToo > .left .titreBloc, 
.intContentFormEtapeToo > .right .titreBloc{
    margin: 0px 0;
    text-align: center;
    font-size: 20px;
    color: #e86628;
    font-weight: bold;
    padding-bottom: 28px;
    padding-top: 10px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}
.step_tab_level .titreBloc.achete{
    text-align: right;
}
.step_tab_level .titreBloc.contacte{
    text-align: center;
}
.step_tab_level .titreBloc.contacte .titreicon{
    left: 30px;
}
.step_tab_level .titreBloc.achete .titreicon{
    right: 85px;
    left: unset;
}
.intContentFormEtapeToo > .left .titreBloc span, 
.intContentFormEtapeToo > .right .titreBloc span{
    margin: 0px 0;
    text-align: center;
    font-size: 12px;
    color: #333;
    font-weight: 300;
    padding-bottom: 0px;
    padding-top: 0px;
    display: block;
}
.intContentFormEtapeToo > .left .titreBloc span strong, 
.intContentFormEtapeToo > .right .titreBloc span strong{
    font-size: 14px;
    margin-bottom: -20px;
    display: inline-block;
    font-weight: bold;
    margin-top: 6px;
    letter-spacing: 1px;
    border: 2px solid #e86628;
    color: #333;
    padding: 7px 15px;
    border-radius: 25px;
}
body .intContentFormEtapeToo .formToEtapeToo .contentFormInt label{
    font-size: 12px;
}
body .intContentFormEtapeToo .formToEtapeToo .contentFormInt {
    margin-bottom: 1px;
}
body .intContentFormEtapeToo .formToEtapeToo .contentFormInt p > input[type=text],
body .intContentFormEtapeToo .formToEtapeToo .contentFormInt p > span input[type=text] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #CCC;
    padding: 5px 0px;
    outline: none !important;
    margin-top: 4px;
}
body .intContentFormEtapeToo .formToEtapeToo .contentFormInt p input[type=file] {
    background-color: transparent;
    border: none;
    margin-top: 20px;
}
body .intContentFormEtapeToo {
    padding-bottom: 10px;
    border-bottom: none;
}
.step_item_content .right{
    width: 100%;
    float: left !important;
} 
/* step1_item1  */
.btn_control_steps_wrapper {
    position: relative;
    max-width: 650px;
    width: 100%;
    margin: 10px auto;
}
.btn_control_steps {
    max-width: 650px;
    margin: 10px auto;
    height: 30px;
    padding-right: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    z-index: 999;
}
.btn_step {
	font-size: 12px;
    padding: 10px 15px;
    box-shadow: 0px 4px 42px 0px rgba(0,0,0,0.1);
    background: #FFF;
    border-radius: 5px;
}
.btn_step span {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bolder;
	display: block;
	margin-bottom: 2px;
}
.btn_step.slick-disabled{
    background-color: #ddd !important;
    color: #b3b3b3 !important;
}
.btn_step.slick-disabled span{
    color: #b3b3b3 !important;
}
.btn_step.active{
    background-color: #e86628;
    color: #FFF;
}
.btn_step.active span{
    color: #FFF;
}
.btn_step:hover {
    background-color: #e86628;
    color: #FFF;
}
.btn_step:hover span {
    color: #FFF;
}
.prev_step {
	float: left;
}
.next_step {
	float: right;
    display: none !important;
}
#container{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	max-width: 647px;
	width: 100% !important;
}
#section_etape_1,#section_etape_2,#section_etape_3,#section_etape_4{display: none !important;}
.step_tab_level{
	margin: 20px auto;
	text-align: center;
    padding: 0px 15px;
}
.steps_wrapper.sticky{
/*     margin-top: 140px;
    padding-top: 114px; */
}
.step_tab_level.sticky {
/*     margin: 0px auto;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 663px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #FFF;
    z-index: 999999;
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.08);
 */}
.step_tab_level .titreBloc{
    display: flex;
    width: 33.33%;
    position: relative;
    cursor: pointer;
	justify-content: center;
	padding: 30px 0 10px;
}
.step_tab_level .titreBloc span{
	padding: 10px 15px;
	background-color: #F2AC4B;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
}
.step_tab_level .titreBloc.active span.titreEtape, .step_tab_level .titreBloc:hover span.titreEtape{
	background-color: #444;
}
/* .step_tab_level .titreBloc.active{
    background: rgba(0,0,0,0.07);
    border: 2px solid #e86628;
} */
/* .step_tab_level .titreBloc.active:hover{
    background: rgba(0,0,0,0.07);
} */
.step_tab_level .titreBloc:hover{
    /* background: rgba(0,0,0,0.04); */
    box-shadow: 0px 4px 42px 0px rgba(0,0,0,0.05);
}
.step_tab_level .titreicon{
	width: 30px;
}
.step_tab_level .etape1Bc{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bolder;
	display: none;
	margin-bottom: 5px;
	color: #e86628;
}
.step_tab_level .titreBloc.active .etape1Bc{
}

.step_tab_level .titreEtape{
	font-size: 16px;
    line-height: 32px;
}

.body_content {
    float: left;
    width: 100%;
}
.body_content .champ_reponse{
    margin: 14px 0px 14px 0px;
    padding: 0px
}
.body_content .champ_reponse label{
    width: 100%;
    background-color: #f6e4e4;
    font-size: 16px;
    display: block;
    cursor: pointer;
    padding: 11px 30px 11px 12px;
    border: 1px solid #aeaeae;
    position: relative;
    box-sizing: border-box;
}
.body_content .champ_reponse label::before{
    content: "";
    background: url(../img/running.svg) no-repeat center center;
    /* width: 30px;
    height: 30px;
    background-size: 30px;
    position: absolute;
    right: 10px;
    top: 8px; */
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: absolute;
    right: 6px;
    top: 12px;
    opacity: 0;
    -webkit-transition: transform .5s ease;
       -moz-transition: transform .5s ease;
        -ms-transition: transform .5s ease;
         -o-transition: transform .5s ease;
            transition: transform .5s ease;
    -webkit-transform: translateX(-5px);
       -moz-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
         -o-transform: translateX(-5px);
            transform: translateX(-5px);
}
.body_content .champ_reponse label:hover::before{
   opacity: 0.5;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px);
}

.body_content .champ_reponse label:hover{
    background-color: #e86628;
}
.body_content .champ_reponse label:hover span{
    color: #FFF;
}
.body_content .champ_reponse label span{
    margin: 0px 0px 0px 9px;
    font-size: 16px;
    vertical-align: middle;
}
.body_content .champ_reponse input,.body_content .champ_reponse select{
    text-transform: lowercase;
    height: 28px;
    display: inline-block;
    padding: 0px 10px;
    margin-top: -2px;
    margin-bottom: -3px;
    border-radius: 4px;
    border: none;
}
.sous_rubrique_cp,.aide_Q{
    margin-top: 7px;
}
.sous_rubrique_cp p,
.aide_Q p,
.sous_rubrique_cp span,
.aide_Q span{
    font-size: 12px;
}
.btp_valider{
    font-size: 15px;
    padding: 10px 15px;
    box-shadow: 0px 4px 42px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    display: inline-block;
    max-width: 130px;
    height: 35px;
    line-height: 17px;
    background: url(../img/check-symbol.svg) #F2AC4B no-repeat 10px 7px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 1px;
    box-sizing: border-box;
    background-size: 20px;
    padding-left: 42px;
}
.btp_valider:hover,
.btp_valider:focus{
    background-color: #333;
}
body .body_content .champ_reponse label span{
    margin-left: 0px;
}
.body_content .champ_reponse input[type="radio"]{
    margin-right: 10px;
}
.body_content .champ_reponse.transparent label{
    background-color: transparent !important;
    border: none;
}
.body_content .champ_reponse.transparent label span{
    color: #000 !important;
}
.body_content .champ_reponse label .reponse_txt_droite,
.body_content .champ_reponse label .couleur,
.body_content .champ_reponse label .labelPosDroite,
.body_content .champ_reponse label .spec_ret2_Q7,
.body_content .champ_reponse label .spec_ret2_Q8,
.body_content .champ_reponse label .type_credit,
.body_content .champ_reponse label .spec_ret2_Q17{
    float: right;
    position: relative;
    top: -3px;
}
.body_content .champ_reponse label .spec_ret1_Q8{
    display: inline-block;
}
.sous_rubrique_cp{
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 0px !important;
    margin-bottom: 40px;
}
.body_content .champ_reponse .sous_rubrique_cp label{
    padding-left: 0;
    border-top: none;
    border-bottom: none;
}
.body_content .champ_reponse .sous_rubrique_cp label.labelSous_Rub{
    margin-top: -15px;
    box-sizing: border-box;
    height: 50px;
    padding-left: 10px !important;
    background-color: #F6E4E3 !important;
}
.body_content .champ_reponse .sous_rubrique_cp label.labelSous_Rub p,
.body_content .champ_reponse .sous_rubrique_cp label.labelSous_Rub span{
    color: #333 !important;
}

.champ_reponse.add_credit{
    position: relative;
}
.rmv_me{
    position: absolute;
    left: 50%;
    top: 0px;
    z-index: 9;
    font-size: 12px;
    font-weight: bold;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    padding: 6px 10px;
    box-shadow: 0px 4px 42px 0px rgba(0,0,0,0.1);
    background: #FFF;
    display: none;
    border-radius: 5px;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.rmv_me:hover,
.rmv_me:focus{
    background-color: #333;
    color: #FFF;
}
a.ajout_credit{
    font-size: 15px;
    padding: 10px 15px;
    box-shadow: 0px 4px 42px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    display: inline-block;
    max-width: 240px;
    margin: 0 auto;
    height: 35px;
    line-height: 17px;
    background: url(../img/add.svg) #e86628 no-repeat 10px 6px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 1px;
    box-sizing: border-box;
    background-size: 20px;
    padding-left: 42px;
    /* margin-top: 40px; */
    margin-bottom: 20px;
}
a.ajout_credit:hover,
a.ajout_credit:focus{
    background-color: #333;
}
.ul_champ_question {
    margin: 0;
    padding: 0;
    width: 100%;
}
.ul_champ_question .li_champ_recap {
    margin: 8px 0px;
    padding: 0px;
    list-style: none;
}
.ul_champ_question .li_champ_recap .back_Sel {
    background-color: #f6e4e4;
}
.ul_champ_question .li_champ_recap .label_recap {
    width: 98%;
}
.ul_champ_question .li_champ_recap .label_recap {
    border: none;
    border-radius: 0px;
    padding: 4px 8px 4px 4px;
    margin: 0;
    cursor: auto;
}
.ul_champ_question .li_champ_recap .reponse_txt {
    float: left;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 10px 0px 6px;
}
.ul_champ_question .li_champ_recap  #zone_ville, 
.ul_champ_question .li_champ_recap .reponse_txt_droite {
    float: right;
    font-size: 16px;
    display: block;
    margin: 2px 0px;
}
@media screen and (max-width: 1000px){
    body .intContentFormEtapeToo > .left,body .intContentFormEtapeToo > .right {
        width: 100%;
        margin: 0px 0;
        margin-bottom: -10px;
    }
}
p.ajout_credit{
    margin-bottom: 20px;
}
.champ_reponse .banque ul li {
    float: left;
    list-style: none;
    margin: 14px 0;
    width: 87px;
    height: 50px;
    text-align: center;
    padding: 1px;
    border: 1px solid #e0dfdf;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 38px;
}
.champ_reponse .banque a {
    display: block;
    opacity: 0.7;
}
.champ_reponse .banque a:hover {
    opacity: 1;
}
.img_banque {
    background: url(../img/logo_banque_2.png)
}

.champ_reponse .banque #banque_5 a,
.champ_reponse .banque #banque_conj_5 a {
    background: url(../img/logo_banque_2.png) 0px 0px no-repeat;
}

.champ_reponse .banque #banque_17 a,
.champ_reponse .banque #banque_conj_17 a {
    background: url(../img/logo_banque_2.png) -88px 0px no-repeat;
}

.champ_reponse .banque #banque_15 a,
.champ_reponse .banque #banque_conj_15 a {
    background: url(../img/logo_banque_2.png) -176px 0px no-repeat;
}

.champ_reponse .banque #banque_9 a,
.champ_reponse .banque #banque_conj_9 a {
    background: url(../img/logo_banque_2.png) -264px 0px no-repeat;
}

.champ_reponse .banque #banque_12 a,
.champ_reponse .banque #banque_conj_12 a {
    background: url(../img/logo_banque_2.png) 0px -51px no-repeat;
}

.champ_reponse .banque #banque_18 a,
.champ_reponse .banque #banque_conj_18 a {
    background: url(../img/logo_banque_2.png) -88px -51px no-repeat;
}

.champ_reponse .banque #banque_7 a,
.champ_reponse .banque #banque_conj_7 a {
    background: url(../img/logo_banque_2.png) -176px -51px no-repeat;
}

.champ_reponse .banque #banque_16 a,
.champ_reponse .banque #banque_conj_16 a {
    background: url(../img/logo_banque_2.png) -264px -51px no-repeat;
}

.champ_reponse .banque #banque_11 a,
.champ_reponse .banque #banque_conj_11 a {
    background: url(../img/logo_banque_2.png) 0px -102px no-repeat;
}

.champ_reponse .banque #banque_14 a,
.champ_reponse .banque #banque_conj_14 a {
    background: url(../img/logo_banque_2.png) -88px -102px no-repeat;
}

.champ_reponse .banque #banque_24 a,
.champ_reponse .banque #banque_conj_24 a {
    background: url(../img/logo_banque_2.png) -176px -102px no-repeat;
}

.champ_reponse .banque #banque_1 a,
.champ_reponse .banque #banque_conj_1 a {
    background: url(../img/logo_banque_2.png) -264px -102px no-repeat;
}

.champ_reponse .banque #banque_3 a,
.champ_reponse .banque #banque_conj_3 a {
    background: url(../img/logo_banque_2.png) 0px -153px no-repeat;
}

.champ_reponse .banque #banque_26 a,
.champ_reponse .banque #banque_conj_26 a {
    background: url(../img/logo_banque_2.png) -88px -153px no-repeat;
}

.champ_reponse .banque #banque_10 a,
.champ_reponse .banque #banque_conj_10 a {
    background: url(../img/logo_banque_2.png) -176px -153px no-repeat;
}

.champ_reponse .banque #banque_27 a,
.champ_reponse .banque #banque_conj_27 a {
    background: url(../img/logo_banque_2.png) -264px -153px no-repeat;
}

.champ_reponse .banque #banque_25 a,
.champ_reponse .banque #banque_conj_25 a {
    background: url(../img/logo_banque_2.png) 0px -204px no-repeat;
}

.champ_reponse .banque #banque_28 a,
.champ_reponse .banque #banque_conj_28 a {
    background: url(../img/logo_banque_2.png) -88px -204px no-repeat;
}
.sous_rubrique_coordonnees{
    margin-top: 0px;
    padding-right: 0px;
    border: 1px solid #aeaeae;
    padding-top: 15px;
    border-top: none;
}
.label_coordonnees_Sel{
    background-color: #f6e4e4 !important;
    padding-left: 10px !important;
}
.label_coordonnees_Sel span,
.label_coordonnees_Sel p{
    color: #333 !important;
}
.body_content .champ_reponse .sous_rubrique_cp .sous_rubrique_coordonnees label.labelSous_Rub{
    background-color: #f3f3f3 !important;
    border: none !important;
    padding-right: 10px !important;
}
.sous_rubrique_cp2{
    border-top: 1px solid #aeaeae;
    border-bottom: none !important;
}
.coordonnees_txt_tel{
    margin-bottom: 20px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.body_content .champ_reponse .recommandation_cci label{
    background-color: #f3f3f3 !important;
    border: none !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.body_content .champ_reponse .recommandation_cci label span,
.body_content .champ_reponse .recommandation_cci label p{
    color: #333 !important;
}
.coordonnees_txt_proj{
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.commentaire textarea{
    text-transform: lowercase;
    height: 118px;
    width: 93%;
    display: block;
    padding: 0px 10px;
    margin-top: -2px;
    border-radius: 4px;
    border: none;
    margin-left: 10px;
    margin-bottom: 20px;
    padding: 5px 10px;
}
.btp_valider_2{
    width: 100%;
    max-width: 290px;
    margin-left: -20px;
    margin-top: 30px;
}
.intitule_DQ.intitule_rep{
    background: url(../img/test.svg) no-repeat center top;
    background-size: 85px;
    height: 120px;
    padding-top: 100px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 20px;
}
.txt_confirmation{
    font-size: 15px;
    padding-top: 20px;
    line-height: 20px;
}
.txt_confirmation .fond_info{
    font-size: 15px;
    color: #FFF;
    background: #e86628;
    padding: 4px 14px;
    border-radius: 3px;
    font-weight: bold;
}
.txt_confirmation b{
    font-size: 15px;
    font-weight: bold;
}
.txt_confirmation .fond_info b{
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
}
.cover-edition-special{
    width: 100%;
}
#preloader{
    display: block;
    margin: 0 auto;
    margin-top: -10px;
    max-width: 647px;
}
.main_form_section .img_building_houses{
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.main_form_section #form_ci{
    -webkit-transition-delay: .25s;
       -moz-transition-delay: .25s;
        -ms-transition-delay: .25s;
         -o-transition-delay: .25s;
            transition-delay: .25s;
}
.main_form_section .img_building_houses,
.main_form_section #form_ci{
    opacity: 0;
    -webkit-transform: translateY(30px);
       -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}
.main_form_section.show_elements .img_building_houses,
.main_form_section.show_elements #form_ci{
    opacity: 1;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px);
}
body .co_emprunteur.hide_them_well{
    display: none !important;
    opacity: 0 !important;
}
.credit_immo_form_steps{
    margin-bottom: 100px;
}
label.error{
    position: absolute !important;
    top: -21px;
    background-color: red !important;
    color: #000;
    font-size: 11px !important;
    font-family: 'Open Sans', sans-serif;
    border: none !important;
    width: auto !important;
    padding: 5px 7px !important;
    border-radius: 4px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.12);
}
.step1_item22 label.error{
    left: -190px;
    top: 0px;
}
label.error::before{
    display: none;
}
.body_content .champ_reponse input[type="radio"]{
    outline: none !important;
    outline-color: transparent !important;
}
@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:.5; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:.5; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:.5; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:.5; }
  100% { opacity:1; }
}
#preloader {
   -webkit-animation: flickerAnimation 1s infinite;
   -moz-animation: flickerAnimation 1s infinite;
   -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}
@media (max-width: 768px) {
     .contenuPage a img {
        width: 100%;
        max-width: 524px;
    }
    .main_form_section.activate .contenuPage a img {
        width: 524px;
        max-width: 524px;
    }
    .step_tab_level .titreBloc{
        padding: 0px;
        text-align: center;
        padding-top: 10px;
        height: auto;
        border: 1px solid #eee;
        border-radius: 5px;
    }
    .step_tab_level .titreicon {
        width: 20px;
        display: block;
        position: relative;
        left: 0px;
        top: 0px;
        margin: auto;
    }
    .step_tab_level .titreEtape {
        font-size: 12px;
        line-height: 13px;
        margin-top: 10px;
        margin-bottom: -3px;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
    }
    .step_tab_level .titreBloc.achete .titreicon {
        right: 0px;
        left: unset;
    }
    .step_tab_level .titreBloc.achete {
        text-align: center;
    }
    .step_tab_level .titreBloc.contacte .titreicon {
        left: 0px;
    }
    .btn_control_steps_wrapper {
        position: relative;
        max-width: 90%;
        width: 100%;
        height: 60px;
        margin: 10px auto;
        margin-top: -15px;
    }
    .step_tab_level .titreBloc.contacte .titreEtape{
        margin-top: 3px;
        line-height: 10px;
    }
    .body_content .champ_reponse label {
        font-size: 12px;
        padding: 8px 20px 8px 10px;
        box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
        border: none;
    }
    .intContentFormEtapeToo > .left .titreBloc, .intContentFormEtapeToo > .right .titreBloc{
        font-size: 16px;
        padding-bottom: 18px;
    }
    .btp_valider{
        margin: auto;
        display: block;
        margin-bottom: 20px;
        margin-top: 40px;
    }
    .body_content .champ_reponse label .reponse_txt_droite,
    .body_content .champ_reponse label .couleur,
    .body_content .champ_reponse label .labelPosDroite,
    .body_content .champ_reponse label .spec_ret2_Q7,
    .body_content .champ_reponse label .spec_ret2_Q8,
    .body_content .champ_reponse label .type_credit,
    .body_content .champ_reponse label .spec_ret2_Q17 {
        float: none;
        position: relative;
        top: 0px;
        margin-top: 14px !important;
        display: block;
    }

    .body_content .champ_reponse label .reponse_txt_droite input,
    .body_content .champ_reponse label .reponse_txt_droite select,
    .body_content .champ_reponse label .couleur input,
    .body_content .champ_reponse label .couleur select,
    .body_content .champ_reponse label .labelPosDroite input,
    .body_content .champ_reponse label .labelPosDroite select,
    .body_content .champ_reponse label .spec_ret2_Q7 input,
    .body_content .champ_reponse label .spec_ret2_Q7 select,
    .body_content .champ_reponse label .spec_ret2_Q8 input,
    .body_content .champ_reponse label .spec_ret2_Q8 select,
    .body_content .champ_reponse label .type_credit input,
    .body_content .champ_reponse label .type_credit select,
    .body_content .champ_reponse label .spec_ret2_Q17 input,
    .body_content .champ_reponse label .spec_ret2_Q17 select{
        text-transform: lowercase;
        height: 28px;
        display: inline-block;
        padding: 0px 10px;
        margin-top: 6px;
        margin-bottom: 7px;
        border-radius: 4px;
        border: none;
    }
    .body_content .champ_reponse label span{
        font-size: 14px;
    }
    .body_content .champ_reponse .sous_rubrique_cp label.labelSous_Rub{
        height: auto;
    }
    .ul_champ_question .li_champ_recap .reponse_txt{
        font-size: 13px;
        line-height: 18px;
        max-width: 70%;
        display: inline-block;
    }
    .body_content .champ_reponse .sous_rubrique_cp label{
        /* border-left: 1px solid #a7a7a7; */
        /* border-right: 1px solid #a7a7a7; */
    }
    .body_content .champ_reponse label::before{
        height: 23px;
        background-size: 20px;
    }
    .sous_rubrique_cp2 {
        border: none !important;
        border-bottom: none !important;
    }
    .intContentFormEtapeToo > .left .titreBloc span strong, .intContentFormEtapeToo > .right .titreBloc span strong{
        margin-bottom: 0px;
    }
    .sous_rubrique_coordonnees,
    .sous_rubrique_cp{
        border: none;
    }
}
span#et_12 {
    color: #3100ff !important;
    position: relative;
    top: -3px;
    left: -1px;
}
.construction_terrain_show{
    display: none;
}
.prix_achat_show{
    display: none;
}

/*btn */

.btp_redirect{
    font-size: 12px;
    padding: 10px 15px;
    box-shadow: 0px 4px 42px 0px rgba(0,0,0,0.1);
    border-radius: 5px;
    display: inline-block;
    max-width: 230px;
    height: 35px;
    line-height: 17px;
    background: url(../img/check-symbol.svg) #333 no-repeat 10px 7px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 1px;
    box-sizing: border-box;
    background-size: 20px;
	float: right;
    padding-left: 42px;
}
.btp_redirect:hover,
.btp_redirect:focus{
    background-color: #e86628;
}



















































