body{
    overflow: hidden;
}


/*==================     Top bar header/banner/marquee vfooter    =======================*/
.top-bar-header .offre {
    font-size: 12px;
}
.top-bar-header .spacer {
    position: relative;
    bottom: 3px;
}

.offre span{
    text-decoration: underline;
}
.container_limit{
    width: 100%;
    overflow-x: hidden;
    position: relative;
    height: 37px;
}
.top-bar-header{
    background-color: #000;
    color: #fff;
    position: fixed;
    z-index: 10000;
}
.top-bar-header a{
    color: #fff;
    font-style: italic
}

.top-bar-header .liste_promotions {
    padding-top: 6px;
    display: flex;
    position: relative;
    width: 100%;
    height: 30px;
    top: 0px;
}

.top-bar-header .offre{
    margin: 0px 27px;
    white-space: nowrap;

}
#navbar_id{
    padding-top: 64px;
    padding-bottom: 25px;
}
.liste_promotions .spacer .cercle{
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #fff;
    position: relative;
    top: 9px;
}
.banner{
    height: 102vh;
    position:relative;
    top: 78px;
}
.nos_services_span{
    font-family: "DM Serif Display", serif!important;
}
.offcanvas.offcanvas-end {
    right: 1px;
}
.marquee-content.liste_promotions:hover {
	animation-play-state: paused;
}
@media screen and (max-width: 900px) {
   .menu_footer_col_3{
        margin-bottom: 50px;
   }
}
@media screen and (max-width: 650px) {
    .recommande_blogue_container{
        padding-bottom: 30px;
    }
    .header_spacer {
        height: 84px;
        width: 100%;
    }
    #navbar_id {
        padding-top: 47px;
        padding-bottom: 5px;
    }
    header #container-droit-main-menu_black{
        position: relative;
        bottom: 9px;
    }
    header .offcanvas-header{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .header_spacer_home {
        height: 0px;
    }
}