/**
-----------------------------------------------------------------------------------------------------
------------------------------------------ EDUCATION PART -------------------------------------------
-----------------------------------------------------------------------------------------------------
 */
.content-container #content-container-education > .container-img-bg{
    width: 100%;
}
.content-container #content-container-education > .container-img-bg > img{
    width: 100%;
}
.content-container #content-container-education{
    position:relative;

}
.content-container #content-container-education .container-body-education-top{
    width: 100%;
    height: 100px;
    transform-origin: 0% 100%;
    background: #f1ece9;
}
.content-container #content-container-education .container-bloc-education{
    background: #f1ece9;
}
.content-container #content-container-education .container-bloc-education.presentation,
.content-container #content-container-education .container-bloc-education.presentation .container-body-education-top{
    background: #ffffff;
}
.content-container #content-container-education .container-bloc-education.presentation .container-body-education p{
    color: #b486b7;
    line-height: 30px;
    text-align:center;
    font-size: 18px;
}
.content-container #content-container-education .container-bloc-education .container-body-education div{
    margin-bottom: 25px;
}
.content-container #content-container-education .container-bloc-education .container-body-education p{
    color: #868bbe;
    font-size: 16px;
    text-align:left;
}
.content-container #content-container-education .container-bloc-education .container-body-education.header{
    margin-bottom: 80px;
}
.content-container #content-container-education .container-bloc-education .container-body-education.header p{
    text-align: center;
    color: #b486b7;
}
.content-container #content-container-education .container-bloc-education .container-body-education h1,
.content-container #content-container-education .container-bloc-education .container-body-education h2{
    color: #817eb2;
}
.content-container #content-container-education .container-bloc-education .container-body-education h3{
    text-align:left;
    color: #917a6f;
    margin: 0px;
    font-size: 20px;
    margin-bottom: 10px;
}
.content-container.education #footer .footer-top{
    display: none;
}
.content-container #content-container-education .container-img-bg img{
    display: block;
}
.content-container #content-container-education .container-img-bg img.bg-img-mobile{
    display: none;
}
@media (max-width: 640px){
    .content-container #content-container-education .container-img-bg img{
        display: none;
    }
    .content-container #content-container-education .container-img-bg img.bg-img-mobile{
        display: block;
    }
    .content-container #content-container-education .container-img-bg img{
        transform: scale(1.8);
        top: 12px;
        left: -56px;
    }
}