/*
--------------------------------------
Style généraux
--------------------------------------
*/
.bwa-menu__top__wrapper {
    /*--primary-color         : #000000;*/
    --primary-color-lighter : #5a5a5a;
    --primary-grey-color    : #e5e5e5;
}

/*
--------------------------------------
Style Burger
--------------------------------------
*/
#bwa-menu__burger {
    /*margin : 0 14px 0 8px;*/
    cursor : pointer;
    flex   : 0 0 auto;
}

/*
--------------------------------------
Style overlay
--------------------------------------
*/

.overlay_global {
    z-index        : -1;
    display        : block;
    position       : fixed;
    top            : 0;
    width          : 100%;
    height         : 100vh;
    background     : rgba(0, 0, 0, 0);
    pointer-events : none;
    transition     : all 0.4s;
}

/*.header-main__menu__wrapper:hover + .overlay_global,*/
.bwa-menu__top__wrapper.is--active + .overlay_global,
.overlay_global.is--active {
    background     : rgba(0, 0, 0, .4);
    pointer-events : all;
}

/*
--------------------------------------
Style top main menu General
--------------------------------------
*/

.bwa-menu__top__wrapper[data-is-desktop="false"] {
    position         : fixed;
    top              : 0;
    left             : 0;
    bottom           : 0;

    max-height       : 100vh;
    overflow         : auto;
    z-index          : 6;
    background-color : #fff;

    width            : 100%;
    max-width        : 768px;
    transform        : translate3d(-100%, 0, 0);
    border-right     : 1px solid #242425;
    transition       : all .4s;
}

.bwa-menu__top__wrapper[data-is-desktop="false"].is--active {
    transform : translate3d(0, 0, 0);
}

.bwa-menu__top__wrapper .bwa-menu__top {
    display        : flex;
    flex-direction : column;
    margin         : 0 auto;
    /*position       : relative;*/
}

/*.bwa-menu__top__wrapper .bwa-menu__main-item {*/
/*!*flex-grow     : 1;*!*/
/*border-bottom : 1px solid #e5e5e5;*/
/*border-bottom : 1px solid var(--primary-grey-color);*/
/*}*/

.bwa-menu__actions {
    display : flex;
}

.bwa-menu__actions > .search-trigger {
    margin-left : 1rem;
}

.bwa-menu__top__wrapper[data-is-desktop="false"] .bwa-menu__actions {
    padding : 1.56rem 1rem;
}

.bwa-menu__top__wrapper[data-is-desktop="false"] .bwa-menu__image {
    padding         : 2.4rem 1rem 0;
    text-align      : center;
    justify-content : center;
}

.bwa-menu__top__wrapper[data-is-desktop="false"] .bwa-menu__top > .bwa-menu__main-item {
    width     : 100%;
    max-width : calc(100% - (2 * 1.85rem));
    margin    : 0 auto;
}

.bwa-menu__actions > .header-actions {
    margin-left : auto;
}

/*.bwa-menu__close {*/
/*color           : #fff;*/
/*font-size       : 16px;*/
/*font-weight     : 700;*/
/*text-transform  : uppercase;*/
/*background      : #ef1860;*/
/*background      : var(--primary-color);*/
/*padding         : 0 13px 0 20px;*/
/*line-height     : 42px;*/

/*display         : flex;*/
/*justify-content : space-between;*/
/*align-items     : center;*/
/*}*/

.bwa-menu__close i {
    font-size   : 32px;
    font-weight : 400;
    line-height : 1;
    color       : white;
}

.bwa-menu__top__wrapper .gray-bg {
    background : #f4f4f4;
}

.bwa-menu__top__wrapper .mobile_only {
    position    : relative;
    display     : flex;
    align-items : center;
    padding     : 0;
}

.bwa-menu__top__wrapper .mobile_only:before {
    pointer-events : none;
    position       : absolute;
    left           : 20px;
}

#tab_mon_compte.mobile_only:before {
    content : url(/modules/bwa_menu/views/assets/img/icon_login_top.png);
}

#tab_mon_panier.mobile_only:before {
    content : url(/modules/bwa_menu/views/assets/img/icon_panier_top.png);
}

#tab_acces_pro.mobile_only:before {
    content : url(/modules/bwa_menu/views/assets/img/icon_pros_top.png);
}

.bwa-menu__close.mobile_only {
    padding : 0 10px 0 10px;
    cursor  : pointer;
}

#tab_mon_compte.mobile_only > a,
#tab_mon_panier.mobile_only > a,
#tab_acces_pro.mobile_only > a {
    padding : 0 10px 0 60px;
}

.bwa-menu__top__wrapper .bwa-menu__sub-menu__title__wrapper,
.bwa-menu__top__wrapper .subMenu_title__wrapper {
    position        : relative;
    display         : flex;
    /*align-items     : center;*/
    justify-content : space-between;
}

.bwa-menu__top__wrapper .bwa-menu__link-title[data-depth="0"] {
    width           : 100%;
    display         : block;
    color           : #262626;
    /*text-transform  : uppercase;*/
    font-style      : normal;
    /*font-size       : calc(14px + (16 - 14) * ((100vw - 320px) / (1200 - 320)));*/
    font-size       : var(--font-size-400);
    text-decoration : none;
    font-weight     : 700;
    line-height     : 3em;
    padding         : 0;
}

.bwa-menu__top__wrapper .bwa-menu__main-item[data-depth="0"].rose .bwa-menu__link-title[data-depth="0"] {
    color : #ef1860;
    color : var(--primary-color);
}

.bwa-menu__top__wrapper .bwa-menu__title[data-depth="0"] {
    width           : 100%;
    display         : flex;
    justify-content : space-between;
    align-items     : center;
    color           : currentColor;
}

.bwa-menu__top__wrapper .sub-menu__trigger {
    flex            : 0 0 40px;
    display         : flex;
    align-items     : center;
    justify-content : center;
    /*position        : absolute;*/
    /*height          : 100%;*/
    z-index         : 2;
    width           : 40px;
    top             : 0;
    right           : 0;
}

.bwa-menu__top__wrapper .sub-menu__trigger .plus-icon {
    color : black;
}

.bwa-menu__top__wrapper .bwa-menu__title__wrapper {
    position        : relative;
    display         : flex;
    /*align-items     : center;*/
    justify-content : space-between;
    width           : 100%;
    text-align      : left;
}

.bwa-menu__sub-menu__wrapper {
    height     : 0;
    overflow   : hidden;
    transition : all 0.3s;
}

/*.bwa-menu__sub-menu {*/
/*!*display : none;*!*/
/*background : #f4f4f4;*/
/*}*/

.bwa-menu__top__wrapper[data-is-desktop="false"] .bwa-menu__sub-menu {
    max-width : 100%;
    padding   : 0 12px;
}

/*.bwa-menu__top__wrapper .bwa-menu__sub-menu__item,*/
/*.bwa-menu__top__wrapper .subMenu__item {*/
/*border-bottom : 1px solid #e5e5e5;*/
/*border-bottom : 1px solid var(--primary-grey-color);*/
/*}*/

.bwa-menu__top__wrapper .bwa-menu__sub-menu__link-title[data-depth="1"] {
    width       : 100%;
    display     : block;
    line-height : 18px;
    font-weight : 500;
    /*text-transform : uppercase;*/
    font-style  : normal;
    font-size   : var(--font-size-200);
    /*padding        : 0 10px 0 12px;*/
    position    : relative;
}

/*.bwa-menu__top__wrapper .bwa-menu__sub-menu__link-title[data-depth="1"]:after {*/
/*content       : '';*/
/*width         : .6em;*/
/*height        : .6em;*/
/*border-bottom : 2px solid black;*/
/*!*border-bottom : 2px solid var(--primary-color);*!*/
/*border-right  : 2px solid black;*/
/*!*border-right  : 2px solid var(--primary-color);*!*/
/*display       : inline-block;*/
/*!* margin-right: 8px; *!*/
/*position      : absolute;*/
/*right         : 1px;*/
/*top           : 50%;*/
/*transform     : translate3d(0, -50%, 0) rotate(*/
/*-45deg*/
/*);*/

/*}*/

.bwa-menu__top__wrapper .bwa-menu__sub-menu__title[data-depth="1"] {
    display   : block;
    font-size : 14px;
    color     : #5f5f5f;
    padding   : 12px 5px 12px 0;
}

.bwa-menu__top__wrapper .bwa-menu__sub-menu__link-title[data-depth="2"] .bwa-menu__sub-menu__title__wrapper {
    background    : #e6e6e6;
    padding       : 12px 20px 12px 40px;
    border-bottom : 1px solid #fff;
    font-weight   : 700;
}

/*
--------------------------------------
Style menu bottom
--------------------------------------
*/
.menu__bottom {
    display         : flex;
    flex-wrap       : wrap;
    justify-content : center;
    padding         : 0 15px 5.86vh 15px;
}

.menu__bottom .menu__bottom__list-item {
    flex-grow     : 1;
    list-style    : none;
    padding-right : 15px;
}

.menu__bottom__list-item h4 {
    font-size     : 18px;
    line-height   : 1.5;
    margin-bottom : 8px;
    margin-top    : 10px;
}

.menu__bottom__list-item .bottom-menu__cat-list {
    margin : 0;
}

.menu__bottom__list-item .bottom-menu__cat-list a {
    color     : #a0a3a3;
    font-size : 11px;
}

.menu__bottom__list-item .link_see_all {
    font-family : Roboto-LightItalic, serif;
    font-size   : 11px;
}
