/**
DressCodes Header SnowConcept
 */
.cms-index-index .page-header.type4:not(.sticky-header) .header-main {
	position: initial;
}


.cms-index-index .page-header.type4 {
    background-color: #ffffff;
}

/**** Topbar ****/
.page-header.type4 .main-panel-top {
	background-color: var(--gris);
}

.page-header .panel.wrapper {
    font-weight: normal;
    color: var(--black);
    font-size: 12px;
}

.page-header.type4 .panel.wrapper {
    justify-content: space-between;
}

.page-header.type4 .panel.wrapper > div {
    flex: 0 0 33%;
}

.page-header.type4 .panel.wrapper .header-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header.type4 .panel.wrapper .header-right {
    margin-left: initial;
    gap: 20px;
}


.page-header.type4 .panel.header.header-links {
    margin-left: 0;
    margin-right: 0;
}

.page-header.type4 .panel.header .top-links-icon {
    padding: 0 5px;
    cursor: pointer;
}

.page-header.type4 .header-contact a.my-account {
    margin-right: 0 !important;
}

.page-header.type4 .header-contact i {
    margin: 0;
}

.panel.header.show-icon .header.links {
    min-width: 130px;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.panel.header.show-icon .header.links li a {
    color: var(--black);
    text-transform: none;
    padding: 3px 0;
    display: inline-block;
    position: relative;
}

.panel.header.show-icon .header.links li a:after {
    content: "";
    display: block;
    padding-top: 3px;
    transition: all 0.35s;
    width: 0;
    opacity: 1;
    height: 0;
    border-top: 2px solid var(--orange);
}

.panel.header.show-icon .header.links li a:hover:after {
    width: 100%;
}
.panel.header .top-links-icon {
    text-transform: none;
    font-weight: normal;
}


@media only screen and (max-width: 767px) {
    .page-header.type4 .panel.header.header-links {
        display: block;
    }
}

/* slider reassurance */ 
.page-header.type4 .panel.wrapper .slider {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.page-header.type4 .panel.wrapper .slider-content {
    display: flex;
    flex-direction: column;
    animation: slide 10s infinite;
}

.page-header.type4 .panel.wrapper .slider-item {
    flex: 0 0 100%;
    line-height: 40px;
    display: flex;
    justify-content: left;
    align-items: center;
    color: var(--black);
}

@keyframes slide {
    0%, 25% {
        transform: translateY(0);
    }
    33%, 58% {
        transform: translateY(-33%);
    }
    66%, 91% {
        transform: translateY(-66%);
    }
    100% {
        transform: translateY(0);
    }
}


.sc-lien-moyen {
    font-size: 12px;
    font-weight: bold;
}

.page-header.type4 .panel.wrapper .header-left .slider-item strong {
    margin-right: 3px;
}

.ninjamenus.ninjamenus-mobile .nav-item > a {
    line-height: 40px;
}

@media (max-width : 991px) {

    .page-header.sticky-header .header.content.header-row {
        min-height: initial;
    }

    .page-header.type4 .main-panel-top {
        background-color: var(--black);
    }

    .page-header.type4 .panel.wrapper .header-center,
    .page-header.type4 .panel.wrapper .header-right {
        display: none;
    }

    .page-header.type4 .panel.wrapper .header-left {
        flex: 0 0 100%;
        justify-content: center;
    }

    .page-header.type4 .panel.wrapper .header-left .slider-item {
        color: #fff !important;
        justify-content: center;
    }

    .navigation a {
        color: var(--black) !important;
    }


}

.page-header.type4 .header-main .header-center .logo {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .page-header.type4.sticky-header .logo img {
        transform: scale(1);
        transform-origin: center center;
    }

    .page-header.type4.sticky-header .logo {
        max-width: 130px;
    }
}

.page-header.type4 .header-main .header-center { 
    order: 1;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: flex-start;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
}

.page-header.type4 .header-main .header-left, .page-header.type4 .header-main .header-right { 
    order: 2;
    padding-top: 30px;
    padding-bottom: 30px;
}


@media (max-width: 991px) {
    .page-header.type4 .header-main .header-left, 
    .page-header.type4 .header-main .header-right,
    .page-header.type4 .header-main .header-center  {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo img {
        max-height: 40px;
    }
}
.page-header.type4 .header-main .header-left {
    flex: inherit;
    padding-bottom: 0px;
}

/* Menu */ 
.nav-item > a {
    padding-top: 0 20px;
}

.ninjamenus .level0 > a .title {
    text-transform: uppercase;
}

#ninjamenus1.ninjamenus .level0 > a:hover {
    color: #ffffff !important;
}

.no-pointer > a {
    pointer-events: none;
}

.niveau-2 > a {
    font-weight: bold;
    font-size:  18px; 
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
}

.niveau-2 > a:after {
    content: "";
    display: block;
    padding-top: 3px;
    transition: all 0.35s;
    width: 30px;
    opacity: 1;
    height: 0;
    border-top: 3px solid var(--orange);
}

.niveau-2 > a:hover:after {
    width: 100%;
}

.niveau-3 > a {
   font-weight: bold;
    font-size:  16px; 
    cursor: pointer;
    transition: all 0.3s;
}



.niveau-4 {
    background-color: #fff;
}

.niveau-4 > a {
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.3s;
}

.niveau-4 > a:after {
    content: "";
    display: block;
    padding-top: 3px;
    transition: all 0.35s;
    width: 0;
    opacity: 1;
    height: 0;
    border-top: 2px solid var(--orange);
}

.niveau-4 > a:hover,
.niveau-3 > a:hover {
    letter-spacing: 0.2px;
}

.niveau-4 > a:hover:after {
    width: 100%;
}

@media (min-width:992px) {
    #menu-marques .niveau-4 a {
        font-size: 16px;
        color: var(--black);
        font-weight: bold;
        opacity: 1;
    }
}
/* Bloc promo sous header */ 
.bloc-promo-sous-header {
    padding: 5px 15px;
}


@media (min-width: 992px) {

    .ninjamenus .mgz-tabs.mgz-element-tab-position-left > .mgz-tabs-nav {
        border-right: 1px solid var(--gris);
    }

    .ninjamenus .mgz-tabs.mgz-element-tab-position-left > .mgz-tabs-nav .mgz-tabs-tab-title {
        margin-bottom: 0;
    }
   
   .ninjamenus .mgz-tabs .mgz-tabs-tab-title > a {
        font-weight: bold;
        transition: all 0.3s;
        font-size:  16px;
        border: none;
        background-color: var(--gris);
        position: relative;
        right: 0;
    }

    .ninjamenus .mgz-tabs .mgz-tabs-tab-title > a > span {
        opacity: 0.7;
        transition: all 0.2s;
    }

    .ninjamenus .mgz-tabs.mgz-element-tab-position-left .mgz-tabs-tab-title > a {
        padding: 12px 60px 12px 20px;

    } 

    .ninjamenus .mgz-tabs .mgz-tabs-tab-title.mgz-active > a {
         background-color: #ffffff;
    }

    .ninjamenus .mgz-tabs.mgz-element-tab-position-left .mgz-tabs-tab-title.mgz-active > a {
         right: -5px;
    }

    .ninjamenus .mgz-tabs .mgz-tabs-tab-title.mgz-active > a > span {
        opacity: 1;
    }

    .ninjamenus .mgz-tabs.mgz-element-tab-position-left .mgz-tabs-tab-title .tabs-opener {
        display: block;
        font-size: 14px;
    }
    
    .ninjamenus .mgz-tabs.mgz-element-tab-position-left .mgz-tabs-tab-title .tabs-opener:before {
        content: "\e60a";
        color: var(--orange);
    }
    
    .ninjamenus .mgz-tabs.mgz-element-tab-position-left .mgz-tabs-tab-title .tabs-opener:hover {
        background-color: rgba(0, 0, 0, 0);
    }

    .niveau-3  {
        margin-bottom: 18px;
    }
}


/* modification break point element TABS */
@media (min-width: 768px) and (max-width: 991px) {
 
    .ninjamenus .mgz-tabs.tabs-mobile-accordion .mgz-tabs-nav {
        display: none;
    }

    .ninjamenus .mgz-tabs .mgz-tabs-content > .mgz-tabs-tab-title {
        display: block;
    }
}


.ninjamenus .opener:before {
   font-size: 12px;
   color: var(--orange);
}


@media (max-width : 991px) {
  
   

    .page-header.type4 .panel.wrapper .header-left {
        flex: 0 0 100%;
        justify-content: center;
    }

    .page-header.type4 .panel.wrapper .header-left .slider-item {
        color: #fff !important;
        justify-content: center;
    }

    .page-header.type4 .panel.wrapper .header-center,
    .page-header.type4 .panel.wrapper .header-right {
        display: none;
    }


    .ninjamenus .level0.ninjamenus-toggle-active > a,
    .ninjamenus .level0 > a:hover,
    #ninjamenus1.ninjamenus .level0:hover > a, 
    #ninjamenus1.ninjamenus.ninjamenus-drilldown .level0:hover > a {
        background-color: #ffffff !important;
    }

    .ninjamenus.ninjamenus-mobile .niveau-1 .item-submenu .mgz-element-inner {
        padding: 0 !important;
        
    }

    .mgz-tabs.tabs-mobile-accordion .mgz-tabs-content .mgz-tabs-tab-title .tabs-opener {
        font-size: 12px;
        height: 40px;
    }

    .ninjamenus.ninjamenus-mobile .nav-item.niveau-3 > .opener {
        height: 40px;
    }

    .ninjamenus.ninjamenus-mobile .niveau-3 {
        border-bottom: 1px solid var(--gris);
        background: white;
    }

    .ninjamenus.ninjamenus-mobile .niveau-2 > a,
    .ninjamenus.ninjamenus-mobile .niveau-3 a {
        font-weight: normal;
    }

    .ninjamenus.ninjamenus-mobile .mgz-tabs-tab-title > a > span { 
        font-size: 16px;
        font-weight: 500;
    }

    .ninjamenus.ninjamenus-mobile .mgz-tabs-tab-content.mgz-active {
        background-color: white !important;
    }

    .ninjamenus.ninjamenus-mobile .niveau-4 > a {
        line-height: 35px;
    }


}




@media (max-width: 767px) {
    .logo {
       max-width: inherit;
    }
.minicart-wrapper .action.showcart::after {
    display: none;
}

    .ninjamenus.ninjamenus-mobile .niveau-1 > a {
        line-height: 50px;
    }
}

@media (min-width: 992px) {
    .porto-block-html-top { font-size:18px }
}

/*body:not(.cms-index-index) .page-header .porto-block-html-top { display:none; }*/
