:root {
    --noir: #262626;
    --orange: #EF7D00;
    --rouge_bordeau: #902539;
    --marron_clair: #c3a366;
    --vert-drapeau: #3FA535;
    --vert: #0f7705;
    --vert-fonce:#143c3b; /** /* rgba(20, 60, 59, 1)*/
    --blanc: #FFF;
}
.container-fluid{
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
}
.banniere > .row{
    padding: 0px !important;
    margin-top: 0px !important;
}
.banniere .wrapper{
    position: relative;
    width: 1480px;
    margin: auto;
}
.banniere .items{
    position: relative;
    width: 100%;
    padding: 25px !important;
    display: flex;
    justify-content: space-between;
    padding: 25px !important;
    background-color: rgb(240, 240, 240);
}
.banniere .items .item{
    position: relative;
    width: 50%;
}
.banniere .items .item .box{
    position: relative;
    
    width: 100%;
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}





/**********************************************************************************************/
/***                               Responsive                                                 */
@media (max-width: 1800px){

} 
@media (max-width: 1700px){

}
@media (max-width: 1620px){

}
@media (max-width: 1550px){
    .banniere .wrapper{
        position: relative;
        width: 1350px;
        margin: auto;
    }

}
@media (max-width: 1460px){
    .banniere .wrapper{
        position: relative;
        width: 1150px;
        margin: auto;
    }
} 
@media (max-width: 1250px){
    .banniere .wrapper{
        position: relative;
        width: 100%;
        margin: auto;
    }

}
@media (max-width: 992px){

    
}
@media (max-width: 768px){


    .banniere .items{
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 20px !important;
        background-color: rgb(240, 240, 240);
    }
    .banniere .items .item{
        position: relative;
        width: 100%;
        margin-bottom: 7px;
    }
    .banniere .items .item .box{
        position: relative;
        
        width: 100%;
        overflow: hidden;
    }

}

@media (max-width: 520px) {

    .banniere .items{
        display: none !important;
    }

}