/*     PRE-HEADER     */
#pre-header{
    position: relative;
    height: 32px;
    background-color: #FFFFFF;
    padding: 0 20px;
    border-bottom: 1px solid #F2F2F2;
    z-index: 1000;
}
#pre-header #region_logo{
    display: none;
}
@media screen and (max-width: 800px){
    #pre-header{
        background: linear-gradient(180deg,#ECECED,#ECECED);
        background-repeat: no-repeat;
        background-size: 64px 100%;
        background-position: bottom left;
        background-color: #FFFFFF;
        padding: 0 0 0 11px;
    }
    #pre-header #region_logo{
        display: block;
        margin-top: 92px;
    }
}
@media screen and (max-width: 500px){
    #pre-header #region_logo{
        margin-top: 70px;
    }
    #pre-header #region_logo img{
        max-width: 160px;
    }
}
/*     HEADER     */
#header{
    position: relative;
    height: 151px;
    background: linear-gradient(180deg,#1A1F26,#1A1F26);
    background-repeat: no-repeat;
    background-size: 100% 1px;
    background-position: bottom left;
    background-color: #FFFFFF;
    padding: 0 20px;
    z-index: 999;
    transition: all ease 0.3s;
}
@media screen and (max-width: 1250px){
    #header{
        height: 121px;
    }
}
@media screen and (max-width: 800px){
    #header{
        height: 63px;
        padding-left: 0;
        padding-right: 15px;
    }
}
/* Région Logo */
#header #region_logo img{
    max-width: inherit !important;
}
@media screen and (max-width: 1250px){
    #header #region_logo img{
        max-width: 100% !important;
    }
}
@media screen and (max-width: 800px){
    #header #region_logo{
        display: none;
    }
}
/* Région Menu */
#header #region_menu{
    height: 100%;
    width: 100%;
}
@media screen and (max-width: 800px){
    #header #region_menu{
        display: none;
    }
}
#header #region_menu nav{
    height: 100%;
}
#header #region_menu ul{
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    transition: all ease 0.3s;
}
@media screen and (max-width: 1250px){
    #header #region_menu ul{
        justify-content: space-around;
    }
}
@media screen and (max-width: 1000px){
    #header #region_menu ul li#menu_li_4,
    #header #region_menu ul li#menu_li_5,
    #header #region_menu ul li#menu_li_6{
        display: none;
    }
}
#header #region_menu ul li a{
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 19px;
    font-weight: 700;
    background: linear-gradient(180deg,#1A1F26,#1A1F26),linear-gradient(180deg,#EAAA2E,#EAAA2E);
    background-repeat: no-repeat,no-repeat;
    background-size: 100% 1px,100% 0px;
    background-position: bottom left,bottom left;
    color: #1A1F26;
    text-transform: uppercase;
    transition: all ease 0.3s;
}
#header #region_menu ul li a:hover,
#header #region_menu ul li.is-active-mega-menu a,
#header #region_menu ul li.is-active-li a{
    background-size: 100% 1px,100% 7px;
}
@media screen and (max-width: 1250px){
    #header #region_menu ul li a{
        font-size: 16px;
    }
}
#header #region_menu ul li ul{
    display: none;
}
/* Recherche */
#header #searchHeader{
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all ease 0.3s;
}
#header #searchHeader.showSearchHeader{
    bottom: -59px;
}
#header #searchHeader form input{
    width: 100%;
    height: 60px;
    color: #EAAA2E !important;
    text-align: center;
    padding: 20px !important;
    border-bottom: 2px solid #EAAA2E;
    border-top: 1px solid #1A1F26;
    border-radius: 0 !important;
}
.touchevents #header #searchHeader form input{
    -webkit-appearance: none !important;
}
#header #searchHeader form input::placeholder{
    font-size: 15px;
    color: #1A1F26;
}
/* Icones */
#header #iconesHeader{
    gap: 32px;
}
#header #iconesHeader img{
    height: 36px;
    max-width: inherit !important;
    transition: all ease 0.3s;
}
@media screen and (max-width: 1250px){
    #header #iconesHeader img{
        height: 28px;
    }
    #header #iconesHeader{
        gap: 24px;
    }
}
@media screen and (max-width: 800px){
    #header #iconesHeader img{
        height: 33px;
    }
    #header #iconesHeader .iconeHeaderSearch{
        display: none;
    }
}
@media screen and (max-width: 500px){
    #header #iconesHeader img{
        height: 30px;
    }
    #header #iconesHeader{
        gap: 10px;
    }
}
#header .cart_link::after{
    content: attr(data-cart-qty);
    position: absolute;
    top: -4px;
    right: -5px;
    min-width: 15px;
    height: 15px;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    background-color: #EAAA2E;
    border-radius: 0;
    padding: 0 2px;
}
/* Icone burger */
@media screen and (max-width: 800px){
    #header #menuBurger{
        height: 63px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        font-weight: 600;
        line-height: 100%;
        background: linear-gradient(180deg,#1A1F26,#1A1F26);
        background-repeat: no-repeat;
        background-size: 100% 1px;
        background-position: bottom left;
        background-color: #EAAA2E;
        color: #FFF;
        padding: 0 11px;
        cursor: pointer;
    }
}
/*     BURGER     */
#header #menuBurger .hamburger{
    position: relative;
    width: 28px;
    height: 19px;
    background-color: #EAAA2E;
    color: #EAAA2E;
}
#header #menuBurger .hamburger::before,
#header #menuBurger .hamburger::after{
    position: absolute;
    width: 100%;
    height: 3px;
    content: '';
    transition: all 0.15s ease-in-out;
}
#header #menuBurger .hamburger::before {
    top: 0;
    background-color: #FFFFFF;
}
#header #menuBurger .hamburger::after {
    bottom: 0;
    background-color: #FFFFFF;
    box-shadow: 0 -8px #FFFFFF;
}
.layout-container.openBurger #header #menuBurger .hamburger::before {
    top: 8px;
    transform: rotate(45deg);
}
.layout-container.openBurger #header #menuBurger .hamburger::after {
    bottom: 8px;
    transform: rotate(-45deg);
    box-shadow: 0 0 transparent;
}
body.openBurgerBody{
    position: fixed;
    overflow: hidden;
}
body.openBurgerBody #mainPage{
    padding-top: 135px;
}
/*     PRE-HEADER (mobile)     */
.layout-container.openBurger #pre-header{
    position: fixed;
    width: 100%;
}
/*     HEADER (mobile)    */
.layout-container.openBurger #header{
    position: fixed;
    width: 100%;
    top: 32px;
}
/*     MENU BURGER     */
#menuBurgerContent{
    top: -100%;
    left: 0;
    padding: 110px 0 50px 0;
    overflow-y: auto;
    transition: all ease 0.3s;
    z-index: 998;
}
.layout-container.openBurger #menuBurgerContent{
    background-color: #FFFFFF;
    top: 0;
}
/* Région Menu (mobile) */
#menuBurgerContent #region_menu nav > ul{
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 10px;
}
#menuBurgerContent #region_menu nav > ul > li > a{
    font-size: 19px;
    font-weight: 700;
    color: #1A1F26;
    text-transform: uppercase;
}
#menuBurgerContent #region_menu nav > ul > li > ul{
    display: flex;
    flex-direction: column;
    padding: 15px;
    gap: 10px;
}
#menuBurgerContent #region_menu nav > ul > li > ul > li > a{
    font-size: 17px;
    font-weight: 300;
    color: #1A1F26;
    text-transform: uppercase;
}
#menuBurgerContent #region_menu nav > ul > li > ul > li > ul{
    padding: 0 15px;
}
#menuBurgerContent #region_menu a:hover{
    text-decoration: underline;
}
/* Recherche (mobile) */
#menuBurgerContent #searchHeaderMobile form{
    width: 85%;
}
.touchevents #menuBurgerContent #searchHeaderMobile form input{
    -webkit-appearance: none !important;
}