/* @font-face {
    font-family: "Montserrat";
    src: url(/v2/assets/font/Montserrat/Montserrat-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: "Montserrat";
    src: url(/v2/assets/font/inter/Inter-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
/* @font-face {
    font-family: "MontserratSemiBold";
    src: url(/v2/assets/font/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: "MontserratSemiBold";
    src: url(/v2/assets/font/inter/Inter-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
/* @font-face {
    font-family: "MontserratMedium";
    src: url(/v2/assets/font/Montserrat/Montserrat-Medium.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: "MontserratMedium";
    src: url(/v2/assets/font/inter/Inter-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "MontserratBold";
    src: url(/v2/assets/font/Montserrat/Montserrat-Bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

.header-wrapper *, .header-wrapper *::before, .header-wrapper *::after {
    box-sizing: border-box;
}
body {
    margin: 0;
}
img {
    max-width: 100%;
}

.fontMontserrat {
    font-family: 'Montserrat' !important;
}
.fontMontserratMedium {
    font-family: 'MontserratMedium' !important;
}
.fontMontserratSemiBold {
    font-family: 'MontserratSemiBold' !important;
}
.fontMontserratBold {
    font-family: 'MontserratBold' !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.img-rwd {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.header-wrapper {
    background-color: #fff;
}
.header_logo {
    display: inline-block;
    max-width: 187px;
    height: auto;
}
@media (min-width: 768px) {
    .header_logo {
        max-width: 300px;
        height: 100%;
    }
}
.header_inner {
    background-color: #fff;
    position: relative;
    display: flex;
    height: 48px;
    border-bottom: 1px solid #efefef;
}
@media (min-width: 768px) {
    .header_inner {
        height: 65px;
        border-bottom: none;
    }
}
.header_icns {
    display: flex;
    width: 65px;
}
@media (min-width: 480px) {
    .header_icns {
        width: 90px;
        min-width: 90px;
    }
}
@media (min-width: 768px) {
    .header_icns {
        width: 140px;
        min-width: 140px;
    }
}
.header_icns--right {
    margin-left: auto;
    justify-content: flex-end;
}
.header_main {
    display: flex;
    margin-left: auto;
}
.header_logo--link {
    overflow: initial;
    max-width: 187px;
    min-height: 42px;
    padding-top: 2px;
    background-color: #fff;
    font-family: "os-bold", "Open Sans", "Arial", sans-serif;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) {
    .header_logo--link {
        max-width: 300px;
    }
}

/* HEADER ITEMS RIGHT */
.header_menuRight_inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
}
.header_submenu_link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}
@media (min-width: 768px) {
    .header_submenu_link {
        margin-left: 10px;
        padding: 0;
    }
}
.header_link_txt {
    font-size: 7px;
    display: none;
}
@media (min-width: 768px) {
    .header_link_txt {
        font-size: 10px;
        display: block;
    }
}

/* NAV */
.header_nav {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    background-color: #fff;
}
@media (min-width: 768px) {
    .header_nav {
        height: 45px;
        width: calc(100% - 30px);
        margin: 0 auto;
        max-width: 960px;
    }
}
.header_nav:before, .header_nav:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
}
.header_nav:before {
    width: 10px;
}
.header_nav:after {
    width: 20px;
}
@media (min-width: 768px) {
    .header_nav:before, .header_nav:after {
        display: none;
    }
}
.header_nav:after {
    right: 0;
    background: linear-gradient(to left, #fff 50%, rgba(255,255,255,0) 100%);
}
.header_nav:before {
    left: 0;
    background: linear-gradient(to right, #fff 50%, rgba(255,255,255,0) 100%);
}
.header_nav_list {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    padding: 0 10px;
}
@supports (-webkit-overflow-scrolling: touch) {
    .header_nav_list {
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .header_nav_list::-webkit-scrollbar {
        display: none;
    }
}
@media (hover: none) {
    .header_nav_list::-webkit-scrollbar {
        display: none;
    }
}
@media (min-width: 768px) {
    .header_nav_list {
        overflow-x: auto;
        justify-content: space-between;
        padding: 0;
    }
}
@media not all and (hover: none) {
    .header_nav_list::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    .header_nav_list::-webkit-scrollbar {
        height: 12px;
    }
    .header_nav_list::-webkit-scrollbar-thumb {
        background: #bdc5cc;
        border-radius: 10px;
        border: 1px solid #fff;
    }
}
.header_nav_list li {
    position: relative;
}
.header_nav_list li:after {
    content: '';
    padding-right: 15px;
}
@media (min-width: 768px) {
    .header_nav_list li:last-child:after {
        padding-right: 0;
    }
}
.header_nav_link {
    display: inline-block;
    padding: 10px 0 0;
    font-family: "os-bold", "Open Sans", "Arial", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    position: relative;
}
@media (min-width: 768px) {
    .header_nav_link {
        padding: 5px 0 0;
        margin-bottom: 5px;
    }
}
.header_nav_link--home {
    padding: 8px 0;
}
@media (min-width: 768px) {
    .header_nav_link--home {
        padding: 3px 0;
    }
}
.header_nav_link:not(.header_nav_link--home):after {
    bottom: 5px;
    display: block;
    content: '';
    height: 3px;
    margin: 8px auto 0 auto;
    background-color: #09c;
    width: 0;
}
@media not all and (hover: none) {
    .header_nav_link:not(.header_nav_link--home):hover:after {
        width: 100%;
        transition: width 0.2s ease-out;
    }
}
.header_nav_link--active:not(.header_nav_link--home):after {
    width: 100%;
    transition: width 0.2s ease-out;
}
a.header_nav_link--active {
    color: #09c;
}
.header_nav_link--home:not(.header_nav_link--active) path {
    fill: #fff;
    stroke: #000;
}
.header_nav_link--home:hover path {
    fill: #09c;
    stroke: #09c;
}
.header_nav_link.outlet {
    color: #c00;
}
.header_nav_link.smartdeal {
    color: rgba(249,76,76,0.9);
}

/* for Header Scroll */
.header-show .header {
    background-color: #fff;
}
/*@media (min-width: 768px) {*/
    /*.header-show .header {*/
        /*height: 115px;*/
    /*}*/
/*}*/
/*@media (min-width: 768px) {*/
    /*.header-wrapper {*/
        /*height: 115px;*/
    /*}*/
/*}*/
.header_inner {
    display: flex;
}
.header--fixed {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 99997;
}
.header-show .header_inner {
    background-color: #fff;
}
.header-show {
    display: flex;
    transition: opacity 500ms ease;
    opacity: 1;
    position: relative;
    z-index: 999;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
    .header-show {
        box-shadow: none;
    }
}
.header-hide {
    transition: opacity 150ms ease;
    opacity: 0;
    z-index: 0;
}

/* Sticky */
.header-show ~ .site_container .plp_nav--sticky {
    position: -webkit-sticky;
    position: sticky;
    transition: top 0.5s;
    top: 175px;
}

.header-hide ~ .site_container .plp_nav--sticky {
    position: -webkit-sticky;
    position: sticky;
    transition: top 0.5s;
    top: 15px;
}

/* Dropdown menus */
.header_submenu_link {
    position: relative;
    height: 46px;
}
.header_submenu_link--sponsorship, .header_submenu_link--account {
    display: none;
}
@media (min-width: 768px) {
    .header_submenu_link--sponsorship, .header_submenu_link--account {
        display: flex;
    }
}
.header_submenu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99998;
    background-color: #fff;
    border: 1px solid #ccc;
}
.header_submenu:before, .header_submenu:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 18px 18px;
}
.header_submenu:before {
    z-index: 3;
    top: -18px;
    border-color: transparent transparent #e0e0e0 transparent;
}
.header_submenu:after {
    z-index: 4;
    top: -17px;
    border-color: transparent transparent #fff transparent;
}
.header_submenu--user:before, .header_submenu--user:after {
    right: 52px;
}
.header_submenu--user:after {
    border-color: transparent transparent #f2f2f2 transparent;
}
.header_submenu--sponsorship:before, .header_submenu--sponsorship:after {
    right: 105px;
}
.header_submenu_inner {
    padding: 20px;
    min-width: 280px;
}
.overlay-input-open, .modal-input-open {
    position: fixed;
    z-index: -999;
    margin: 0;
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input.overlay-input-open:focus {
    outline: none;
}
.overlay-input-open::-ms-check {
    display: none;
}
.label-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
}
.label-close {
    display: none;
}
.modal-input-open:checked ~ .label-open {
    display: none;
}
.modal-input-open:checked ~ .label-close {
    display: block;
}
.modal-input-open:checked ~ .header_link_txt {
    visibility: hidden;
}
.modal-input-open:checked ~ svg path {
    fill: #09c;
    stroke: #09c;
}
.modal-input-open:checked ~ .overlay-input-open {
    display: block;
    position: fixed;
    z-index: 99998;
    width: 100%;
    top: 0;
    height: 100%;
}
@media (min-width: 768px) {
    .modal-input-open:checked ~ .overlay-input-open {
        top: 65px;
        height: calc(100% - 65px);
    }
    .showBanner .modal-input-open:checked ~ .overlay-input-open {
        top: 130px;
        height: calc(100% - 130px);
    }
}
.toggleslide-menu {
    position: fixed;
    right: 0;
    top: 48px;
    width: 280px;
    z-index: 99998;
    font-size: 14px;
    display: none;
}
@media (min-width: 768px) {
    .toggleslide-menu {
        top: 65px;
        right: 0;
    }
    .showBanner .toggleslide-menu {
        top: 130px;
    }
}
@media (min-width: 1024px) {
    .toggleslide-menu {
        right: calc((100% - 976px) / 2);
    }
}
.modal-input-open:checked ~ .toggleslide-menu {
    display: block;
}
.preheader-open .modal-input-open:checked ~ .overlay-input-open {
    top: 96px;
}
.preheader-open .toggleslide-menu {
    top: 96px;
}
.header_submenu_link .label-btn {
    align-items: flex-end;
    justify-content: center;
}

/* Dropdownmenu parrainage */
.customers-form {
    position: relative;
    display: flex;
    width: 348px;
    margin: 20px 0 25px;
}
.customers-form button {
    min-width: 110px;
}
.customers-form-msg {
    position: absolute;
    left: 0;
    bottom: -25px;
    padding: 5px 0;
    background: none;
    border: none;
    font-size: 14px;
}
.success {
    color: #6c6;
}
.input-text--anim {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
    height: 46px;
    font-size: 16px;
}
.input-text--anim input {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0 15px 0 20px;
    border: 0;
    background-color: #fff;
    font-family: "Montserrat";
    font-size: 16px;
    color: #000;
}
.input-text--anim input:focus,
.input-text--anim input:focus:invalid {
    color: #000;
    box-shadow: none;
    border-color: transparent; /* canceled Bootstrap style */
    outline: none;
}
.input-text--anim input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #fff;
    box-shadow: inset 0 0 0 50px #fff;
    -webkit-text-fill-color: #000;
}
.input-text--anim .label-forfocus {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 3px 20px;
    display: flex;
    align-items: center;
    transition: all .2s ease;
    font-size: 16px;
    pointer-events: none;
}
.input-text--anim.fancy-placeholder--active .label-forfocus {
    z-index: 9;
    align-items: flex-start;
    font-size: 12px;
}
.input-text--anim .label-forfocus span {
    color: #999;
}
.input-text--anim:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 44px;
    font-family: bzc-glyphes !important;
    color: transparent;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    content: "";
    width: 45px;
    text-align: center;
    pointer-events: none;
}
/* ----------------------------------*/
/* PLACEHOLDERS */
/* ----------------------------------*/
.input-labelanim:not(:placeholder-shown) ~ .label-forfocus, .input-labelanim:focus ~ .label-forfocus, .input-labelanim:valid ~ .label-forfocus {
    z-index: 9;
    align-items: flex-start;
    font-size: 12px;
    font-family: "os-regular", "Open Sans", Arial, sans-serif;
    padding-top: 4px;
}
.input-labelanim:focus ~ .label-forfocus span {
    color: #09c;
}
.input-text--anim:focus-within {
    border: 1px solid #09c;
}
.input-labelanim:placeholder-shown ~ .label-forfocus, .input-labelanim:empty:placeholder-shown ~ .label-forfocus {
    display: none;
}
.input-labelanim:focus::-webkit-input-placeholder {
    top: -20px;
    pointer-events: none;
    z-index: 9;
    font-size: 12px;
    padding-top: 4px;
    color: #09c;
    transition: all ease 150ms;
}
.input-labelanim::-webkit-input-placeholder {
    position: relative;
    left: 0;
    top: 0;
    transition: all ease 150ms;
    color: #999;
    font-family: "os-regular", "Open Sans", Arial, sans-serif;
}
.input-labelanim:focus, .input-labelanim:not(:empty), .input-labelanim:not(:placeholder-shown) {
    padding: 16px 15px 0 20px;
}
/*  Error */
.input-text--anim.input-text--error {
    border-color: red;
}
.input-text--anim.input-text--error:after {
    content: "\e90c";
    color: red;
    background-color: #fff;
}
/* Success */
.input-text--anim.input-text--success:after {
    z-index: 8;
    content: "\e919";
    color: #05bd05;
    font-weight: 700;
}
.link-button, .link-button--colored, a.link-button--colored {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    height: 46px;
    font-family: 'MontserratSemiBold';
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #6C4DFF;
    border-width: 1px;
    border-style: solid;
    border-color: #6C4DFF;
    transition: all .2s ease;
    border-radius: 25px;
}
a .link-button:visited {
    color: #fff !important;
}
.link-button:visited {
    color: #fff !important;
}
.link-button--default, a.link-button--default {
    background-color: #fff;
    color: #000;
    border-color: #999;
}
.link-button--bgdark, a.link-button--bgdark {
    background: none;
    border-color: #fff;
    color: #fff;
}
.link-button--small-padding {
    padding: 0 10px;
}
.link-button--colored:hover, .link-button--bgdark:hover, a.link-button--bgdark:hover {
    background-color: #907AFC;
    border-color: #907AFC;
    color: #fff;
}
.link-button--colored:focus {
    outline: none;
}
.link-button--centered {
    margin: 0 auto;
}
.customers-link {
    display: flex;
    align-items: flex-end;
    border-top: 1px solid #ccc;
    padding-top: 12px;
}
.customers-link-ico {
    margin-right: 4px;
}

/* Dropdownmenu Compte */
.header_submenu_list_item {
    padding: 0 20px;
    font-size: 14px;
}
.header_submenu_list_item--min768 {
    display: none;
}
@media (min-width: 768px) {
    .header_submenu_list_item--min768 {
        display: block;
    }
}
.header_submenu_inner--user {
    display: flex;
    flex-direction: row-reverse;
}
.menuLeft__link__num {
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0;
    width: 2em;
    height: 2em;
    border: 1px solid #09c;
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
}
.slideRight-vues__vente--illu {
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
}
.slideRight-vues__vente--cache {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.2s ease-out;
}
.slideRight-vues__vente--link {
    display: block;
    position: absolute;
    top: -4em;
    left: 1.6em;
    padding: 1em 2em;
    color: #ffffff;
    border: 1px solid #fff;
    font-size: 1.154em;
    transition: top 0.2s ease-out;
}
.slideRight-vues__vente:hover .slideRight-vues__vente--cache {
    background-color: rgba(0, 0, 0, 0.5);
}
.slideRight-vues__vente:hover .slideRight-vues__vente--link {
    top: 2.7em;
}
.slideRight-vues__vente--img {
    display: block;
    width: 100%; height: auto;
}
.slideRight-vues__vente--nom {
    padding-top: 0.7em;
    text-align: center;
}
.slideRight-consultes__article {
    display: flex;
    justify-content: space-between;
    overflow: auto;
    position: relative;
    width: 30em;
    border: 1px solid #ccc;
    background-color: #ffffff;
    background-image: url('/img/header/header-consultes_arrow.png');
    background-position: 27.4em center;
    background-repeat: no-repeat;
    transition: border-color 0.2s ease-out, background-position 0.2s ease-out;
}
.slideRight-consultes__article:hover {
    background-position: 28.5em center;
    border: 1px solid #999999;
}
.slideRight-consultes__article--img {
    width: auto;
    height: 5.769em;
}
.slideRight-consultes__article--info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 0 auto;
    padding: 5px;
}
.slideRight-consultes__article--prix {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.slideRight-consultes__article--reduc {
    color: #09c;
}
.header_dropdownmenu_submenu {
    background-color: #f1f2f3;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
}
.header_dropdownmenu_submenu_item {
    display: none;
}
.header_dropdownmenu_submenu_item.open {
    display: block;
}
.header_dropdownmenu_submenu_item--1col {
    min-width: 422px;
    padding: 15px;
    max-height: 480px;
}
.srca-wrapper + .srca-wrapper {
    margin: 10px 0;
}
.header_dropdownmenu_submenu_item--3col {
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 5px;
    width: 715px;
}
.slideRight-vues__vente {
    flex: 0 0 234px;
    width: 234px;
    padding: 10px;
    box-sizing: border-box;
}
.header_dropdownmenu_submenu_item--3col.open {
    display: flex;
}
.menuRight__name {
    padding: 1em 0 1em 1.5em;
    background-color: #f1f2f3;
    color: #09c;
    border-bottom: 1px solid #ddd;
}
.menuRight__link {
    color: #000;
    text-decoration: none;
}
.menuRight__link, .menuRight__link--bdr {
    display: block;
    position: relative;
    width: 180px;
    padding: 12px 0;
    transition: color 0.2s ease-out;
}
@media (min-width: 768px) {
    .menuRight__link, .menuRight__link--bdr {
        width: 225px;
    }
}
.menuRight__link:hover {
    color: #09c;
}
.menuRight__link--bdr {
    border-bottom: 1px solid #ddd;
}
.menuRight__link--bdr-t {
    border-top: 1px solid #ddd;
}
/* Cart timer ----- */
.header-timer--on .header_link_txt, .header-timer--on .header_ico--basket {
    display: none;
}
.header-timer--off .cartTimer_link, .header-timer--off .cartTimer__time {
    display: none;
}
.cartTimer_ctn {
    position: relative;
    height: 27px;
    width: 30px;
    text-align: center;
}
@media (min-width: 768px) {
    .cartTimer_ctn {
        height: 32px;
        width: 33px;
    }
}
.cartTimer__items {
    color: #000;
    display: inline-block;
    font-size: 10px;
    line-height: 26px;
}
@media (min-width: 768px) {
    .cartTimer__items {
        font-size: 11px;
        line-height: 32px;
    }
}
.cartTimer_spin {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    transform: rotateY(-180deg) rotateZ(-20deg);
}
.cartTimer_spin_mask {
    stroke: #ccc;
    fill: none;
}
.cartTimer_spin_circle {
    stroke-dasharray: 75px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #f66;
    fill: none;
    animation: countdown 1200s linear forwards;
}
.cartTimer_spin_mask--sm, .cartTimer_spin_circle--sm {
    display: none;
}
@media (min-width: 768px) {
    .cartTimer_spin_mask--xs, .cartTimer_spin_circle--xs {
        display: none;
    }
    .cartTimer_spin_mask--sm, .cartTimer_spin_circle--sm {
        display: block;
    }
}
@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }
    to {
        stroke-dashoffset: 75px;
    }
}
.cartTimer__time {
    font-size: 7px;
}
@media (min-width: 768px) {
    .cartTimer__time {
        font-size: 10px;
    }
}
.cartTimer_orn {
    position: absolute;
    width: 11px;
    height: 14px;
    left: 0px;
    top: 1px;
    z-index: 1;
}

/* Toggle slide menu */
.overlay-input-open, .modal-input-open {
    position: fixed;
    z-index: -999;
    margin: 0;
}
.overlay-input-open {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: none;
    z-index: 99998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.overlay-input-open::-ms-check {
    display: none;
}
.modal-input-open:checked ~ .overlay-input-open {
    display: block;
}
.toggleslide-menuburger {
    position: absolute;
    top: 0;
    z-index: 99999;
    height: 100%;
    background: #fff;
    font-size: 14px;
    display: block !important;
    transform: translateX(-100%) translateZ(0);
    transition: transform .2s;
    will-change: transform;
}
#toggleslide-menuburger-open:checked ~ .toggleslide-menuburger {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    overflow: hidden;
    display: block;
    transform: translateX(0);
}
.toggleslide-menuburger_list_link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 5vh;
    height: 7vh;
    max-height: 40px;
    padding: 5px 15px;
    color: #000 !important;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
.toggleslide-menuburger_list_icn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    margin-right: 15px;
}
.toggleslide-menuburger_list_txt {
    flex: 1;
}
.toggleslide-menuburger_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.toggleslide-menuburger_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    background-color: #f1f2f3;
    color: #666;
    text-transform: capitalize;
}
.toggleslide-menuburger_btn-close, .toggleslide-menuburger_header_title {
    padding: 10px 15px;
    margin: 0 !important;
}
.toggleslide-menuburger_btn-close {
    display: flex !important;
    align-items: center;
}
.btns-info-loggout {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.toggleslide-menuburger_btn {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}
.ui-header {
    border-width: 0;
}
.ui-header-fixed {
    top: 0;
    padding-top: 0;
}
.btn-burger {
    display: flex;
    width: 60px;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
}
@media (min-width: 768px) {
    .btn-burger {
        display: none;
    }
}
@media (min-width: 768px) {
    .header_ico--basket {
        width: 32px;
        height: 32px;
    }
}
/* Content */
.header-wrapper ~ .ui-content, #wrapper.logged > .site_container, .header-wrapper ~ .l-content {
    margin: 0;
}
@media (min-width: 768px) {
    #wrapper.logged > .site_container {
        margin: 0 auto;
    }
}
.menuScroll {
    overflow-y: hidden;
}

/* Sub header */
.sub-header {
    display: none;
}
@media (min-width: 768px) {
    .sub-header {
        box-sizing: border-box;
        display: block;
    }
}
.sub-header * {
    box-sizing: inherit;
}
.sub-header.small {
    top: 65px;
    z-index: 9999;
}
.unlogged .sub-header {
    position: static;
}
.sub-header_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "os-regular", Arial, sans-serif;
    font-size: 14px;
    width: 965px;
    height: 46px;
    margin: 0 auto;
    border-bottom: 1px solid #f1f2f3;
    background-color: #fff;
}
/* Sub header : 1 - breadcrumb */
.breadcrumb_item {
    display: inline-block;
    vertical-align: middle;
}
a.breadcrumb_link {
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #09c;
}
a.breadcrumb_link:hover {
    color: #000;
}
.item-selected {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header_princ {
    top: 0;
    left: 0;
    position: sticky;
    width: 100%;
    z-index: 99997;
    max-width: 965px;
    margin: auto;
}
