#container-form{
    padding-top: 0!important;
    margin-top: 68px!important;
}

#title{
    font-size: 1.7em;
    text-align: center;
}

.percent_title{
    font-size: 2em;
    color: #f7c003;
}

.light{
    font-weight: 300;
    font-size: 0.9em;
}

#title hr{
    margin: 20px auto;
    width: 50%;
}

#container-title{
    padding: 45px;
}

.right-bnr h2.bnr-frm{
    margin: 20px 0px;
}

#main-header{
    top: 16px!important;
}

#container-cadre{
    padding: 0!important;
}

#cadre{
    display: flex;
    justify-content: center;
    align-items: center;
}

#title-formulaire{
    font-size: 24px!important;
}

.landing_button{
    background-color: #f7c003!important;
    color: white!important;
    padding: 10px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
}

.select_check{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    width: 24%!important;
    flex: none!important;
    margin-right: 5px;
    padding: 0!important;
}

.select_check p{
    padding-bottom: 0;
    position: absolute;
    top: 100%;
    font-size: 0.9em;
    font-weight: 600;
    margin-top: 3px;
}

.select_check:last-of-type{
    margin-right: 0;
}

.select_check label{
    width: 100%;
    height: 100px;
    background-color: white;
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

[type="radio"]:checked+label:before {
    position: absolute!important;
    border: 1px solid #fff!important;
    background: #4486A6!important;
    left: 50%!important;
    bottom: 5px!important;
    top: inherit!important;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}

[type="radio"]:checked+label, [type="radio"]:not(:checked)+label{
    padding: 0!important;
}

[type="radio"]:not(:checked)+label:before {
    border: 1px solid #4486A6!important;
    background: transparent!important;
    left: 50%!important;
    bottom: 5px!important;
    top: inherit!important;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}


[type="radio"]:not(:checked)+label:hover:before {
    position: absolute!important;
    border: 1px solid #fff!important;
    background: #4486A6!important;
    left: 50%!important;
    bottom: 5px!important;
    top: inherit!important;
   -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
   -o-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
}

[type="radio"]:not(:checked)+label{
    border:1px solid transparent;
}

[type="radio"]:not(:checked)+label:hover{
    border:1px solid #4486A6;
    background-color: #d7e5eb;
}

#container-options-form label img{
    padding-bottom: 10px;
}

#alert_message_1{
    color: red;
    font-weight: 500;
}

#container-options-form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

#subtitle-form{
    font-weight: 400!important;
    text-align: center!important;
    width: 100%;
    margin-bottom: 5px;
}

#title-container{
    color: #4387a6;
    line-height: 120%;
    margin-bottom: 10px;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea{
    max-width: 100%;
}

#active_step_2 .champ_form{
    display: flex;
    flex-direction: column;
}

.medium_text{
    font-size: 1.3em;
}

.blue{
    color: #4486A6!important;
}

#large-title-step3{
    font-size: 1.3em;
    margin-bottom: 10px;
    font-weight: bold;
}

#second-title-step3{
    font-size: 1.0em;
    font-weight: 400;
}

#btn-step3{
    text-align: center;
    display: inline-flex;
}

#container-fond-noir{
    position: relative;
}

#container-fond-noir:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    left: 0px;
    top: 0px;
}

#subtitle-footer{
    text-transform: uppercase;
}

#main-footer #footer-widgets .footer-widget{
    max-width: inherit!important;
}

#text-3 .address, .footer-widget .address{
    font-size: 11px!important;
}

#container-rating {
    margin-right: 0%!important;
    margin-left: 10%!important;
}

@media (max-width:980px) {

    #container-form{
        padding-top: 0!important;
        margin-top: 0px!important;
    }

    #container-cadre {
        margin-top: 27px;
    }
}

@media (max-width:767px) {

    #container-cadre {
        margin-top: 27px;
    }

    #container-cadre .bnr{
        padding: 35px 10px!important;
    }

    .headertxt1 .headertxt {
        font-size: 1em!important;
    }

    #active_step_2 .champ_form {
        display: flex;
        width: 100%!important;
        max-width: 100%!important;
        flex: inherit!important;
        flex-direction: column;
    }

    #active_step_2 .champ_form input{
        width: 100%!important;
    }

    #title-container span, #title-step3 span{
        display: block;
        margin-bottom: 6px;
    }

    #container-form{
        margin-top: 0px!important;
    }

    #container-fond-noir p{
        margin-left: 0!important;
        text-align: left!important;
    }

}








