#paveCatalogueFiltre,
#paveCatalogueFiltre .catalog-sticky-wrap,
#paveCatalogueFiltre #cssmenu-wrap,
#paveCatalogueFiltre .row,
#paveCatalogueFiltre .container {
    overflow: visible !important;
    transform: none !important;
}

#paveCatalogueFiltre {
    position: relative;
}

#cssmenu-wrap {
    position: relative;
    overflow: visible !important;
}

#cssmenu {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 20px;
    z-index: 50;
    width: 100%;
    box-sizing: border-box;

    margin: 0 0 20px 0;
    line-height: 1;
    background: #1c3323;
    padding: 10px;
    border-radius: 6px;
}

/* neutralise les anciennes classes si elles existent encore */
#cssmenu.menu-float,
#cssmenu.menu-bottom {
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 20px !important;
    left: auto !important;
    bottom: auto !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important;
}

body,
html {
    overflow-x: hidden;
}

@media (max-width: 991px) {
    #cssmenu,
    #cssmenu.menu-float,
    #cssmenu.menu-bottom {
        position: static !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        width: 100% !important;
    }
}


#paveCatalogueFiltre {
    position: relative;
}

.catalog-sticky-wrap {
    position: relative;
}

#cssmenu-wrap {
    position: relative;
}

#cssmenu {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    margin: 0 0 20px 0;
    line-height: 1;
    background: #1c3323;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    z-index: 20;
}

/* on neutralise les anciennes classes si jamais elles restent */
#cssmenu.menu-float,
#cssmenu.menu-bottom {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: auto;
    bottom: auto;
    width: 100%;
    margin: 0 0 20px 0;
}

.align-right {
    float: right;
}

#cssmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#cssmenu ul li {
    position: relative;
    margin: 0;
    padding: 0;
}

#cssmenu ul li a {
    text-decoration: none;
    cursor: pointer;
}

#cssmenu > ul > li > a {
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    transition: all 0.25s ease-in;
    position: relative;
    box-sizing: border-box;
}

#cssmenu > ul > li:first-child > a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#cssmenu > ul > li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.open > a,
#cssmenu > ul > li.active > a {
    background: #294932;
    color: #ffc53c;
}

#cssmenu ul > li.has-sub::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-top-color: #fff;
    z-index: 2;
    right: 20px;
    top: 15.5px;
    pointer-events: none;
}

#cssmenu ul > li:hover::after,
#cssmenu ul > li.active::after,
#cssmenu ul > li.open::after {
    border-top-color: #ffffff;
}

#cssmenu ul ul {
    display: none;
}

#cssmenu ul ul li a {
    background: #294932;
    display: block;
    position: relative;
    font-size: 13px;
    padding: 10px 10px 10px 20px;
    margin-left: 10px;
    border: 1px solid #1c3323;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
    transition: all 0.25s ease-in;
    box-sizing: border-box;
}

#cssmenu ul ul ul ul li a {
    color: #ff0000;
}

#cssmenu ul ul ul li {
    border: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
    background: #3f704e;
    color: #ffc53c;
}

#cssmenu ul ul ul li a {
    margin-left: 20px;
}

#cssmenu ul ul > li.has-sub::after {
    top: 18.5px;
    border-width: 5px;
    border-top-color: #fff;
}

#cssmenu ul ul > li:hover::after,
#cssmenu ul ul > li.active::after,
#cssmenu ul ul > li.open::after {
    border-top-color: #fff;
}

.bulletCategorie {
    background: #ffc53c;
    color: #1c3323;
    text-align: center;
    width: 30px;
}

body {
    overflow-x: hidden;
}

@media (max-width: 991px) {
    #cssmenu {
        position: static;
        top: auto;
    }

    #cssmenu.menu-float,
    #cssmenu.menu-bottom {
        position: static;
        top: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        margin: 0 0 20px 0;
    }
}