body {
    margin: 0;
}

nav {
    height: 102px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidepanel-header {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    background-color: white;
}

#bloc_page {
    transition: 0.5s;
}

.menu-category-button {
    right: 60px;
    position: absolute;
    cursor: pointer;
}

/*ul {
    padding-left: 32px;
    margin: 0;
}*/

ul.menu-items {
    padding: 0 32px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

ul.menu-items.active {
    position: static;
    opacity: 1;
    transition: opacity 0.5s linear;
    pointer-events: auto;
}

.menu-item-li {
    padding: 0;
}


li {
    list-style-type: none;
    padding: 4px 0;
    cursor: pointer;
}

li.menu-section {
    border-bottom: 1px solid #ebebeb;
}

.menu-category {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.sidepanel {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    /*left: 0;*/
    overflow-y: scroll;
    /* bottom: 0; */
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    border-right: solid 1px black;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #262626;
    background-color: white;
}

.sidepanel a {
    padding: 8px 32px 8px 32px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    color: #262626;
    width: calc(100vw - 200px);
}

.sidepanel .closebtn {
    width: 18px;
    height: 18px;
}

.openbtn {
    font-size: 32px;
    cursor: pointer;
    color: black;
    padding: 10px 15px;
    border: none;
    background: white;
    margin-left: 20px;
}

#search-icon {
    width: 24px;
    padding-right: 18px;
    cursor: pointer;
    margin-left: 40px;
    top: 5px;
    display: inline-block;
    position: relative;
}

#main-ul {
    padding: 0;
    text-transform: uppercase;
}

input {
    display: inline-block;
    padding: 10px 40px 10px 10px;
    margin: 0;
    font-size: .92857rem;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    border-radius: 2px;
}

#nav-search {
    display: none;
    margin-right: 40px;
    width: 160px;
}

#close-search-icon {
    display: none;
    width: 16px;
    cursor: pointer;
    top: 8px;
    position: relative;
    right: 10px;
}


#right-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 46px;
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
    background: white;
    width: 30%;
    left: 70%;
}

.right-menu-item {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: .92857rem;
    margin-right: 25px;
    cursor: pointer;
}

.right-menu-li {
    text-transform: none;
    color: #d59d45 !important;
}

#compte-menu-item-content,
#panier-menu-item-content {
    position: absolute;
    border: 1px solid #ebebeb;
    padding: 10px;
    background-color: white;
    z-index: 1000;
}

#compte-menu-item-content {
    width: 200px;
    right: 100px;
}

#panier-menu-item-content {
    width: 280px;
    right: 20px;
}

.right-menu-content {
    display: none;
    height: 0;
}

.right-menu-content:before {
    content: "";
    position: absolute;
    top: -20px;
    height: 20px;
    width: 100%;
}

.right-menu-content .arrow {
    position: relative;
    /*top: -8px;
    right: 117px;*/
    z-index: 1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
}

.right-menu-content .arrow:before {
    content: "";
    display: block;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #ebebeb;
    z-index: -1;
    left: 50%;
    position: absolute;
    margin-left: -9px;
    top: -1px;
}






























.mega-menu {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    top: 0px;
    position: relative;
    z-index: 1;
    background: white;
}

.mega-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.mega-menu li {
    position: relative;
}

.mega-menu li.sub {
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

a,
a:visited {
    color: #333;
}

a:hover {
    color: #666;
}

.mega-menu li a {
    display: block;
    text-decoration: none;
}

.mega-menu-section-links li a {
    font-size: 12px;
}

.section-actu {
    font-size: 16px !important;
    font-weight: 700;
    padding-top: 10px;
}

.mega-menu li a.section-link {
    padding: 16px;
}

.mega-menu li ul {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
}

.mega-menu li:hover ul {
    display: flex;
    width: max-content;
    background: white;
    flex-wrap: wrap;
    max-width: 900px;
}

.sub-ul-actu {
    width: 160px !important;
}

.mega-menu li {
    border: solid 1px white;
}

.mega-menu li.main:hover {
    border: 1px solid #ebebeb;
    z-index: 999;
}

ul.sub-ul {
    left: -1px !important;
    border: 1px solid #ebebeb;
    z-index: 1;
    padding: 0 10px 10px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

li.sub {
    border: none;
}


.mega-menu li {
    font-family: Roboto, sans-serif;
    color: #262626;
    position: relative;
    top: 2px;
    padding: 0;
}

.mega-menu-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-right: 24px;
    width: 275px;
}

.mega-menu-section-title {
    font-weight: 700;
    margin-top: 10px;
}

.nav-button {
    width: 14px;
    transform: rotate(90deg);
}

.menu-category-lvl-1 {
    z-index: 1;
}


@media screen and (max-width: 1400px) {
    #mega-menu {
        display: none;
    }
}

@media screen and (min-width: 1400px) {
    nav.nav-oshadhi {
        display: none;
    }
}

@media only screen and (max-width: 1000px) {
    .sidepanel {
        left: 0;
    }
}


.tooltip-content {
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px !important;
    display: flex;
    flex-direction: column;
}

.tooltip-content li {
    display: block !important;
    /* Afficher les liens les uns sous les autres */
}

.tooltip-trigger:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}

.tooltip-trigger.show-background .tooltip-text {
    background-color: #f0f0f0 !important;
}