.page-template-work .main-header h1 {
    max-width: 680px;
    padding: 20px 20px 50px 20px;
}

.work-objectif {
    background-image: url(../images/photos/work/objectif-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    padding: 80px 0px 70px 0px;
    text-align: center;
}
.work-objectif .multitexte {
    max-width: inherit;
    font-weight: 300 !important;
}
.work-objectif .multitexte h2, .work-objectif .multitexte p {
    letter-spacing: 0.02em;
    color: #f0f0f0;
}

.page-template-work .tem {
    background-image: url(../images/photos/work/tem-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0px;
}
.page-template-work .tem .tem-text-content div, .page-template-work .tem .tem-text-content p, .page-template-work .tem-people .tem-people-name, .page-template-work .tem-people .tem-people-cie {
    color: #f0f0f0;
    line-height: 35px;
}

#work-adv {
    text-align: left;
    padding: 80px 0px 70px 0px;
    color: black;
}

#work-adv h2{
    color: black;
    line-height: 40px;
}

#work-adv .adv-title{
    max-width: inherit;
    text-align: left;
}

#work-adv .adv-list{
    max-width: inherit;
}

#work-adv li{
    line-height: 42px;
    list-style: none;
    color: black;
}

.page-template-work .features {
    padding-top: 80px;
}
.page-template-work .features h2 {
    font-size: 24px;
}
.page-template-work .features .ar-button {
    margin-top: 20px;
}

@media screen and (max-width:990px) {
    .work-objectif {
        background-image: url(../images/photos/work/objectif-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        text-align: left;
        padding: 45px 0px 20px 0px;
        text-align: center;
    }
    #work-adv {
        padding: 45px 0px 0px 0px;
    }
    #work-adv .adv-title {
        max-width: inherit;
        text-align: center;
        padding: 20px 20px 20px 20px;
        width: 100%;
    }
    .page-template-work .tem {
        padding: 40px 0px 80px 0px;
    }
}

@media screen and (max-width:768px) {
    #work-adv .adv-list ul {
        margin-left: inherit;
    }
    #work-adv .adv-list {
        padding: 20px 20px 50px 20px;
    }
}

@media screen and (max-width:460px) {
    .work-objectif {
        padding: 0px 20px 0px 20px;
    }
    #work-adv {
        padding: 25px 0px 0px 0px;
    }
    #work-adv .adv-title {
        max-width: inherit;
        text-align: center;
        padding: 20px 20px 20px 20px;
        width: 100%;
    }
    .page-template-work .tem {
        padding: 40px 0px 80px 0px;
    }
}