#main_services{
    margin-top: 30px;
}

.container{
    width: 100% !important;
}

.footer{
    position: absolute !important;
}

.master{
    min-height: auto !important;
}

#main_services a:visited {
    color: #FFFFFF !important;
}

#head_page{
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.btn-link{
    /* button bg: */
    background: #7DBE78;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
    border-radius: 2px;
    height: 35px;
    line-height: 37px;
    /* CREER UN MANDAT: */
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.btn-link-mandat{
    width: 130px;
}

.btn-link-register{
    width: 100px;
}

.btn-link-tel{
    width: 140px;
}

.btn-mandat-float{
    position: absolute;
    right: 40px;
    z-index: 10;
    margin-right: 5px;
}

.contener-big_img{
    position: relative;
    width: 100%;
    height: 600px;
    margin-top: -35px;
    margin-bottom: -240px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}

#ciblereve{
    background-image: url('/images/businessman-cape.jpg');
    background-size: 100%;
}

#pas_le_temps{
    background-image: url('/images/pas_le_temps.png');
    background-size: 100%;

}
#plus_disponible{
    background-image: url('/images/plus_disponible.png');
    background-size: 100%;
}

#absent{
    background-image: url('/images/absent.png');
    background-size: 100%;
}
#vous_perdez{
    background-image: url('/images/vous_perdez.png');
    background-size: 100%;
}
#dossier_refuse{
    background-image: url('/images/dossier_refuse.png');
    background-size: 100%;
}
#vous_devez{
    background-image: url('/images/vous_devez.png');
    background-size: 100%;
}
#comment_proceder{
    background-image: url('/images/comment_proceder.png');
    background-size: 100%;
}

.topic_img{
    width: 64px;
    height: 64px;
    margin-left: 30px;
    margin-right: 15px;
    background-repeat: no-repeat;
    border: 1px solid #ddd;
}

#container-services{
    width: 100%;
    position: relative;
}

#container-background{
    width: 100%;
    background-color: #F5F5F5;
    position: absolute;
    z-index:1;
}

#content-services{
    width: 100%;
    position: absolute;
    z-index:2;
    padding-left: 50px;
    padding-right: 50px;
}

#triangle-back{
    background-color: #F5F5F5;
    background-image: -webkit-linear-gradient(101deg, #F5F5F5 48%, #FFFFFF 35%);
    min-height: 300px;
}

#description-services{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.desc-line{
    margin-bottom: 8px;
}

.accordion {
    color: #7DBE78;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 35px;
    font-weight: bold;
    transition: 0.4s;
    background-color: transparent;
}

.green-title {
    color: #7DBE78;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 35px;
    font-weight: bold;
    transition: 0.4s;
    background-color: transparent;
}

.accordion:after {
    content: '\002B  En savoir plus';
    font-weight: 300;
    font-size: 20px;
    margin-left: 20px;
}

.active:after {
    content: "\2212  Réduire";
}

.panel-accord {
    padding: 0 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.section-title{
    font-weight: 700;
    font-size: 21px;
}

.panel-accord hr{
    width: 70px;
    height: 5px;
    border: 0;
    background-color: #7DBE78;
    margin: 4px 0;
}

.panel-content{
    margin-left: 7px;
    margin-top: 10px;
    margin-bottom: 30px;
    display: block;
}

.service-example{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}

.service-example:last-child{
    margin-left: 3%;
}

.example-solo{
    margin-left: 0% !important;
}

.example-title{
    font-size: 18px;
    color: #7DBE78;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.pricing-card{
    width: 30%;
    margin-top: 15px;
    margin-right: 4.5%;
    display: inline-block;
    /* dialog bg: */
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.22), 0 12px 12px 0 rgba(0,0,0,0.30);
    border-radius: 2px;
    vertical-align: top;
    padding: 25px;
}

.pricing-card:last-child{
    margin-right: 0;
}

.pricing-title{
    width: 100%;
    display: block;
    text-align: center;
    color: #7DBE78;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 15px;
}

.pricing-section-title{
    font-size: 17px;
    color: rgba(0,0,0,0.65);
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
    margin-top: 10px;
}

.pricing-section-content{
    font-size: 16px;
    color: rgba(0,0,0,0.54);
    line-height: 20px;
}

.pricing-accordion {
    color: #4A4A4A;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-weight: bold;
    transition: 0.4s;
    background-color: transparent;
}

.pricing-accordion:after {
    content: '\002B  En savoir plus';
    font-weight: 300;
    font-size: 14px;
}

.pricing-text{
    font-weight: 500;
    color: rgba(0,0,0,0.65);
}

.pricing-text:after{
    margin-left: 20px;
}

.active:after {
    content: "\2212  Réduire";
}

.pricing-panel-accord {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.pricing-option{
    font-size: 16px;
    font-weight: 600;
    color: #7DBE78;
}

.highlight{
    font-weight: 500;
    color: #7DBE78;
}

.pricing-sub{
    font-size: 16px;
    font-weight: 600;
    margin-top: 8px;
}

.btn-pricing{
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 25px;
}

.btn-pricing:last-child{
    margin-bottom: 0px;
}

.btn-link-tel span{
    margin-right: 8px;
}

.pricing-complement{
    margin-left: 20px;
    margin-bottom: 30px;
}

.pricing-card-big{
    width: 70%;
    margin-top: 15px;
    margin-left: 15%;
    /* dialog bg: */
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.22), 0 12px 12px 0 rgba(0,0,0,0.30);
    border-radius: 2px;
    vertical-align: top;
    padding: 25px;
}

@media screen and (max-width: 1170px) {
    .pricing-card{
        width: 45%;
        margin-right: 9.5%;
    }

    .pricing-card:nth-last-child(2){
        margin-right: 0;
    }
}

@media screen and (max-width: 940px) {
    .btn-mandat-float{
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
    }

    .contener-big_img{
        width: 96%;
        margin-left: 2%;
        display: block;
    }
}

@media screen and (max-width: 838px) {
    .pricing-card{
        width: 90%;
        margin-left: 5%;
        margin-right: 0;
    }

    #content-services{
        padding-left: 4px;
        padding-right: 4px;
    }

    .service-example{
        width: 100%;
        margin-bottom: 25px;
    }
    
    .service-example:last-child{
        margin-left: 0;
        margin-bottom: 15px;
    }

    .pricing-card-big{
        width: 94%;
        margin-left: 3%;
    }
}


.date_validity{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-top: 15px;
}

.topic_list{
    text-align: left;
    margin-left: 250px;
    margin-bottom: 25px;
    display: block;
}
.topic{
    float: left;
}

.topic p{
    text-align: justify;
}