
:root {
    --noir: #000;
    --rouge: #FF0000;
    --blanc: #FFF;
    --gris-clair : #f2f4f7;

    --noir: #262626;
    --orange: #EF7D00;
    --vert-drapeau: #3FA535;
    --vert: #0f7705;
    --vert-fonce:#023A05;
    --blanc: #FFF;
}

body{
    margin: 0 !important;
    padding: 0 !important;
}
#mega_banner{
    position: relative;
    width: 100%;
    padding: 0 !important;
    margin:  0 !important;
    /* border: 1px solid red; */
}
#mega_banner .content{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    margin-bottom: 75px;
}
#mega_banner .content .inner{
    position: relative;
    width: 100%;
}
#mega_banner .content .inner img{
    position: relative;
    width: 100%;
}



/*************** small_banner  ***********/
#small_banner .content{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 75px;
    margin-bottom: 75px;
}
#small_banner .content .inner{
    position: relative;
    width: 48%;
}
#small_banner .content .inner img{
    position: relative;
   /* width: 100%;*/
}

@media screen and (max-width: 992px) {

    #small_banner .content .inner{
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 768px) {

    #small_banner .content{
        margin-top: 35px;
        margin-bottom: 35px;
    }
}
