.menu-list-container {
    height: calc(100vh - 114px);
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    background-color: #fff;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.menu-list-container::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.menu-list-container {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

a.menu-link{
    position: relative;
}

.menu-list-container a.menu-link:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    z-index:-1;
    height: 100%;
    background: #eef5fb;
    transition: all .2s;
}

a.menu-link:hover:after{
    width: 100%;
}

li.link.menu-item.menu-depth0-item:focus {
    background: #eef5fb;
}

#header .header-top #top-menu a.menu-link,
#top-menu a.menu-link {
    font-size: 0.875rem;
    color: var(--basic-light-700);
    font-family: SanaSansAlt-Regular;
    text-transform: unset;
}

/* #top-menu .menu-depth1-top-block .short-link {
    display: inline-block;
    border: 1px solid #00985F;
    border-radius: 2rem;
    color: #00985F;
    margin-right: 0.8rem;
    padding: 1px 10px;
}
    #top-menu .menu-depth1-top-block .short-link:hover {
        color: var(--basic-light-100);
        background-color: #00985F;
    }

    #top-menu .menu-depth1-top-block .short-link .material-icons {
        font-size: 0.8rem;
    } */


    #header .top-menu a.menu-link:hover {
        color: var(--basic-light-700);
        text-decoration: none;
    }
.top-menu .sub-menu a:hover {
    color: var(--basic-light-700);
}

#header .header-top .menu {
    margin-bottom: 0;
}
#header .header-top .menu ul {
    margin-bottom: 0;
}

#top-menu .menu-depth0-icon {
    width: 1.25rem;
    margin-right: 0.5rem;
}

/* #top-menu .menu-depth0-item.season-category:not(:hover) {
    background-color: var(--basic-dark-400);
}
#top-menu .menu-depth0-item.season-category:not(:hover) .menu-depth0-link .link-label {
    color: #fff;
}
#top-menu .menu-depth0-item.season-category:not(:hover) .menu-depth0-link .icon {
    background-color: #fff;
} */

@media (min-width: 992px) {
    /*temp*/
	/* #top-menu>li:first-child>.sub-menu.collapse {
		display: block !important;
	} */

	#top-menu li:hover > div {
		display: block;
	}

	#top-menu {
	    margin: 0;
	}

	.top-menu .sub-menu.collapse {
		margin: 0;
		background: var(--basic-light-100);
		box-shadow: none;
	}

    #header .menu>ul>li {
        display: block;
        /* border-bottom: 1px solid var(--basic-light-300); */
    }
    #header .menu hr.spliter {
        margin: 0 auto;
        border-top: 1px solid var(--basic-light-300);
        width: 88%;
    }

	#header .menu ul>li:hover {
	    background: var(--basic-light-200);
	}

	/* #top-menu>li:hover>a,
	#top-menu>li>a:hover {
		color: var(--basic-light-300);
	} */
	/* #top-menu>li:hover .menu-depth0-icon {
		    filter: invert(1) brightness(2) saturate(0);
	} */

	#top-menu .menu-link {
		padding: 0.75rem 1rem;
        font-weight: normal;
	}
    

	#top-menu .menu-block {
        width: calc(100% - 20px);
        min-width: auto;
        min-height: 300px;
        position: absolute;
        top: 47px;
        margin: auto;
        padding:0;
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 2px 5px 5px 0px rgba(0,0,0,.1);
    }

    #top-menu.menu-list {
		position: relative;
		margin: 0;
		background-color: #fff;
        display: inline-block;
        height: calc(100vh);
	}

	#top-menu.menu-depth0-item:hover {
		background-color: #e0001a;
	}

    .top-menu .sub-menu ul[data-depth="1"]>li {
    	float: none;
    	margin: 0;
    }
    /* .top-menu .sub-menu ul[data-depth="1"]>li {
        float: none;
        margin: 0;
        width: 100%;
    }
    .top-menu .sub-menu ul[data-depth="1"]>li:after {
        clear: both;
    } */

	#top-menu .menu-depth1-block,
	#top-menu .menu-depth2-block {
		display: none;
        position: fixed;
        top: 70px;
        width: 295px;
		height: 100%;
		min-width: auto;
        border-left: 1px solid var(--basic-light-300);	
	}

    #top-menu .menu-depth1-block {
        margin-left: 295px;
    }
	#top-menu .menu-depth2-block {
        margin-left: 590px;
    }

    #top-menu .menu-depth1-block .links-container{
        height: calc(100vh);
        width: 100%;
        overflow: auto;
        overflow-x: hidden;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    #top-menu .menu-depth1-block .links-container::-webkit-scrollbar {
        display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    #top-menu .menu-depth1-block .links-container {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    #top-menu .menu-depth1-block .image-container {
        padding: 1rem;
    }
    #top-menu .menu-depth1-block .image-container img {
        width: 100%;
    }  
    
    #top-menu .menu-top-block {
        padding: 1rem;
    }
    #top-menu .menu-category-top-block {
        display: inline-block;
        vertical-align: middle;
    }
    #top-menu .menu-category-icon-block img {
        width: 1.5rem;
        height:1.5rem;
        margin-right: 0.75rem;
    }
    #top-menu .menu-category-title {
        font-size: 1rem;
        font-family: SanaSansAlt-Regular;
        color: var(--basic-light-700);
    }
    #top-menu .view-all-link {
        font-size: 0.75rem;
        text-decoration: underline;
        color: var(--basic-light-500);
    }
    #top-menu .menu-top-block-link:hover {
        color: inherit;
        background-color: var(--basic-light-200);
    }

    #top-menu .menu-category-back-block {
        display: none;
    }

    #top-menu .menu-depth1-list {
        margin: 0;
    }

	#top-menu .menu-depth1-item>a,
	#top-menu .menu-depth2-item>a {
		font-family: sanaSansRegular;
        padding: 0.75rem 1rem;
	}
    #top-menu .menu-depth1-item>a .view-all-link {
		font-family: sanaSansBook;
        font-weight: normal;
        text-transform: none;
        color: #00985F;
        font-weight: normal;
        font-size: 0.7rem;
        display: block;
	}
    #top-menu .menu-depth1-item>a:hover .view-all-link {
        text-decoration: underline;
    }
    #top-menu .menu-depth1-item .menu-depth1-link,
    #top-menu .menu-depth1-item .menu-depth2-block {
        white-space: normal;
        text-transform: none;
    }

	.top-menu a:not([data-depth="0"]) {
		padding:0;
	}

	.top-menu .menu-depth0-link {
		width: 296px;
	}

	.top-menu .depth-0-arrow {
		float: right;
        color: var(--basic-light-300);
        height: 1.2rem;
        width: 1.2rem;
	}
    #top-menu .menu-depth0-link:hover .icon {
		background-color: var(--basic-light-700) !important;
	}

	#top-menu .menu-depth1-block.open {
		display: block;
	}

	#top-menu .menu-depth2-link {
		text-transform: none;
        font-family: 'sanaSansBook';
        font-weight: normal;
	}

    #top-menu .menu-depth3-block {
        display: none !important;
    }

    #top-menu .menu-depth0-block .menu-depth0-block {
	    width: 960px;
	    max-width: 100%;
	}

    a.menu-link:focus {
        background: #eef5fb;
    }
}

/* /!\ use this custom media query only for menu style /!\ */
/* use this code to align menu to header button */
/* @media (min-width: 1640px) {
    #header .menu-container {
        position: relative;
    }
    
	#header #_desktop_top_menu {
        padding-left: 50vw;
        margin-left: -50vw;
        left: -50vw;
        background: #fff;
        height: calc(100vh - 74px);
	}

    #header #_desktop_top_menu.open {
        left: -240px;
    }
    
} */

@media screen and (max-width: 991px) {
    #header #mobile_top_menu_wrapper{
        position: absolute;
        padding: 0;
        height: 100vh;
        width: 100%;
        left: -100%;
        transition: left 200ms ease;
        margin: 0;
        display: block !important;
        z-index: 10;
    }
    #header.is-open #mobile_top_menu_wrapper {
        left:0;
    }
    #wrapper {
        display:block !important;
    }
    #header #top-menu {
        overflow-y: scroll;
        overflow-x: hidden;
        height: calc(100vh - 218px);
        width: 100%;
        position: inherit;
    }

    #top-menu .menu-depth0-item.season-category {
        display: none;
    }

	#header #top-menu .menu-depth0-item {
	    border-bottom: 1px solid var(--basic-light-300);
        padding-bottom: 0.75rem;
	}
    #header #top-menu .menu-depth1-top-block {
        text-align: center;
        padding-top: 0.875em;
        padding-bottom: 0.875rem;
    }
    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
        border: none;
        padding: 0.875rem 1rem 0;
    }
    .top-menu a:not([data-depth="0"]) {
        padding-top: 0;
        padding-left: 2.825rem;
    }
    .top-menu .menu-depth2-block  a:not([data-depth="0"]) {
        padding-left: 1.25rem;
    }
    .top-menu .menu-depth2-block .view-all-link {
        padding-left: 1.25rem;
    }
    #mobile_top_menu_wrapper .top-menu .menu-arrow-container {
        height:0;   
        margin-top: -2px;     
    }
    
    #mobile_top_menu_wrapper .top-menu .link-label {
        font-size: 0.875rem;
        color: var(--basic-light-700);
        font-family: SanaSansAlt-Regular;
        text-transform: none;
        font-weight: normal;
    }
    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] .link-label {
        font-size: 1rem;
    }
    #mobile_top_menu_wrapper .menu-depth2-block .menu-category-back-block {
        color: var(--basic-light-500);
        font-size: 0.75rem;
        padding: 1rem 0 1.5rem 1.25rem;
    }
    #mobile_top_menu_wrapper .menu-depth2-block .menu-category-back-block .btn-link {
        padding: 0;
        font-size: 0.75rem;
        color: var(--basic-light-500);
    }

    #top-menu .view-all-link {
        color: var(--basic-light-500);
        text-decoration: underline;
        font-size: 0.75rem;
    }

    #top-menu .menu-category-top-block {
        display: inline-block;
        vertical-align: middle;
    }
    #top-menu .menu-category-icon-block img {
        width: 1.5rem;
        height:1.5rem;
        margin-right: 0.75rem;
    }
    #top-menu .menu-category-title {
        font-size: 1rem;
        font-family: SanaSansAlt-Regular;
        color: var(--basic-light-700);
    }
    #top-menu .view-all-link {
        font-size: 0.75rem;
        text-decoration: underline;
        color: var(--basic-light-500);
    }
    #top-menu .menu-top-block-link:hover {
        color: inherit;
        background-color: var(--basic-light-200);
    }

    #mobile_top_menu_wrapper .top-menu .navbar-toggler {
        width:auto;
        height:auto;
    }

    #mobile_top_menu_wrapper .top-menu .collapse-icons .icon {
        width: 1.5rem;
        height: 1.5rem;
        background-color: var(--basic-light-400);
    }
    #mobile_top_menu_wrapper .top-menu .menu-depth1-list .collapse-icons .add {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    #mobile_top_menu_wrapper .top-menu .menu-depth2-block {
        visibility:hidden;
        position: absolute;
        top: 0;
        left: 100%;
        background: #fff;
        height: calc(100vh - 140px);
        z-index: 1;
        display: block !important;
        overflow-y: scroll;

        transition: left 200ms ease;
        touch-action: none;
    }
    #mobile_top_menu_wrapper .top-menu .menu-depth2-block.in {
        visibility:visible;
        left: 0;
    }

    #top-menu .menu-depth3-block {
        display: none !important;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"],
    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] {
        padding-left: 2.225rem;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] {
        overflow-y: scroll;
        height: calc(100vh - 251px);
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu li>a {
        position: relative;
        padding: 0.5rem 0.625rem;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li>a:before,
    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"]>li>a:before {
        content: "";
        display: inline-block;
        border-bottom: 1px solid var(--basic-light-300);
        width: 1rem;
        height: 40px;
        border-left: 1px solid var(--basic-light-300);
        position: absolute;
        top: -21px;
        left: -0.625rem;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"]>li:first-child>a:before {
        top:-1px;
        height: 20px;
    }

    #menu-shortcuts {
        background-color: var(--basic-light-200);
        padding: 0.5rem;
        gap: 0.5rem;
    }

    #menu-shortcuts .btn {
        color: var(--basic-light-700) !important;
        font-size: 0.825rem;
        min-width: 100px;
    }
    #menu-shortcuts .btn .icon {
        width: 1.25rem;
        height: 1.25rem;
    }
    #header #mobile_top_menu_wrapper hr.spliter {
        display: none;
    }

}

