section{
    margin-top: 60px;
}
section.headBanner{
    margin-top: 0;
}
h2.section-titre{
    color: #000;
    font-family: 'Encode Sans', sans-serif;
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.imgC img{
    width: 100%;
}
.infoC.rightP{
    padding-left: 80px;
}
.infoC.leftP{
    padding-right: 80px;
}
#section-3{
    padding: 60px 0;
    color: #fff;
}
#section-3 h2.section-titre{
    color: #fff;
}
@media (max-width: 767px){
    .headBanner .container-fluid {
        min-height: 150px;
    }
    .headBanner .container-fluid h1 {
        font-size: 32px;
    }
    .container-fluid {
        width: 100%;
    }
    #section-1 .imgC,#section-2 .imgC,#section-4 .imgC,#section-5 .imgC{
        margin-bottom: 20px;
    }
    #section-2 .row,#section-4 .row {
        flex-direction: column-reverse;
    }
    #section-5 .row{
        flex-direction: column !important;
    }
    .separator-1{
        margin: 40px 0;
    }
}