.menu-side-btn{
    position:fixed;
    left:20px;
    top:15px;
    cursor: pointer;
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #e6e6e6; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 40px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    z-index: 1000;
}
/* The navigation menu links */
.sidenav a {
    width: 100%!important;
    padding: 5px 8px 5px 15px!important;
    text-decoration: none!important;
    font-size: 18px!important;
    color: #707070!important;
    display: block!important;
    transition: 0.3s!important;
    text-align: left!important;
    background-color: #e6e6e6!important;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    width: 100%;
    color: black!important;
    background-color: #cecece!important;
}
/* Position and style the close button (top right corner) */
.sidenav .iconClose {
    position: absolute;
    top: 0;
    right: 2px;
    font-size: 36px;
    margin-left: 50px;
    background-color: none!important;
    text-align: right !important;
}
.sidenav .iconClose:hover {
    color: black!important;
    background-color: #e6e6e6!important;
}
.submenuMobile{
    background-color: #e6e6e6!important;
    font-size: 15px!important;
    margin-left: 15px!important;
}
#submenu-catalogueTextile, #submenu-personnalisationTextile, #submenu-marques, #submenu-quiSommesNous{
  display: none;
}
#catalogueTextile, #personnalisationTextile, #marques, #quiSommesNous{
    margin-left: 0px!important;
}
/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
@media only screen and (max-width: 992px) {
    #menu-mobile{
        display: inline!important;
    }
}