header{
    background-color: #ffffff;
    position: relative;
}

header .esp_logo{
    height: 80px;
}
header .esp_logo .logo{
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 20;
}
header .esp_logo .logo img{
    max-height: 45.8px;
}


header .esp_slogan{
    border-bottom: 1px solid #efefef;
    padding-bottom: 24px;
    line-height: 16px;
}
header .esp_slogan .ens_slogan{
    font-size: 13px;
    font-style: italic;
}
header .esp_slogan .slogan{
    float: left;
    padding-right: 15px;
    position: relative;
}

header .esp_slogan .marquee-rtl {
    max-width: 100%;
    overflow: hidden;                   
} 
header .esp_slogan .marquee-rtl b{
    font-weight: 500;                
} 
header .esp_slogan .marquee-rtl > :first-child {
    display: inline-block;  
    padding-left: 100%;           
    white-space: nowrap;                  /* pas de passage à la ligne */
    animation: defilement-rtl 65s infinite linear;
    will-change: transform; 
    cursor: default;
}
header .esp_slogan .marquee-rtl:hover :first-child {
    animation-play-state: paused;
  }

@-webkit-keyframes defilement-rtl {
	0% {transform: translate3d(0,0,0); }
	100% {transform: translate3d(-100%,0,0); }
 }
@-moz-keyframes defilement-rtl {
	0% {transform: translate3d(0,0,0); }
	100% {transform: translate3d(-100%,0,0); }
 }
@-o-keyframes defilement-rtl {
	0% {transform: translate3d(0,0,0); }
	100% {transform: translate3d(-100%,0,0); }
 }
@-ms-keyframes defilement-rtl {
	0% {transform: translate3d(0,0,0); }
	100% {transform: translate3d(-100%,0,0); }
 }
@keyframes defilement-rtl {
	0% {transform: translate3d(0,0,0); }
    100% {transform: translate3d(-100%,0,0); }
 }



header .esp_adresse, header .esp_adresse a{
    color: #ffffff;
}
header .esp_adresse{
    background-color: #141414;
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
}
header .esp_adresse img{
    filter: brightness(0) saturate(100%) invert(75%) sepia(65%) saturate(5514%) hue-rotate(45deg) brightness(94%) contrast(91%);
    -webkit-filter: brightness(0) saturate(100%) invert(75%) sepia(65%) saturate(5514%) hue-rotate(45deg) brightness(94%) contrast(91%);
    -moz-filter: brightness(0) saturate(100%) invert(75%) sepia(65%) saturate(5514%) hue-rotate(45deg) brightness(94%) contrast(91%);
    padding-right: 8px;
    max-height: 15px;
    vertical-align: bottom;
}
header .esp_adresse p{
    display: inline-block;
    padding-right: 20px;
}
header .esp_adresse p:last-child{
    padding-right: 0;
}




header .esp_menu ul li{
    display: inline-block;
    text-align: center;
    position: relative;
}

header .esp_menu ul li a{
    display: block;
    line-height: 75px;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
header .esp_menu ul li a::after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    background-color: #71a40b;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    width: 0;
    display: block;
}
header .esp_menu ul li a:hover::after{
    width: 100%;
}

header .esp_menu ul li:first-child a{
    padding-left: 0;
}

header .esp_menu ul li:first-child a::after{
    left: -16px;
}
header .esp_menu ul li:first-child a:hover::after{
    width: calc( 100% + 16px);
}


header .esp_menu ul li.new::after {
    content: "new";
    position: absolute;
    right: 5px;
    top: 12px;
    background-color: #71a40b;
    padding: 0 8px 0 6px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font-size: 12px;
    font-style: italic;
    color: #ffffff;
}


header .esp_menu .menu_f3 ul{
    position: absolute;
    right: 0;
    top: -111px;
}
header .esp_menu .menu_f3 ul li.panier{
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background-color: #f5f5f5;
    margin-left: 20px;
    margin-right: 30px;
}
header .esp_menu .menu_f3 ul li a{
    padding-left: 8px;
    padding-right: 8px;
}
header .esp_menu .menu_f3 ul li:first-child a{
    padding-left: 18px;
    padding-right: 18px;
}
header .esp_menu .menu_f3 ul li:first-child a::after{
    left: 0;
}
header .esp_menu .menu_f3 ul li:first-child a:hover::after{
    width: 100%;
}
header .esp_menu .menu_f3 ul li img{
    vertical-align: middle;
    max-width: 20px;
    padding-bottom: 4px;
}
header .esp_menu .menu_f3 ul li.panier img{
    vertical-align: middle;
    max-width: 20px;
    padding-bottom: 4px;
}
header .esp_menu .menu_f2 img.fleche{
    max-width: 15px;
    vertical-align: text-top;
    margin-left: 3px;
}







header .menu_f2{
    border-top: 1px solid #efefef;
}
header .menu_f2 nav ul li{
    display: inline-block;
    text-align: center;
    position: relative;
    border-right: 1px solid #efefef;
}
header .menu_f2 nav ul li:first-child{
    margin-left: 20px;
}
header .menu_f2 nav ul li:last-child{
    border-right: none;
}
/*
header .menu_f2 nav ul li.vendez a{
    color: #3c9d7e;
}
*/
header .menu_f2 nav ul li a{
    display: block;
    line-height: 35px;
    padding-left: 18px;
    padding-right: 18px;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    transition:all 0.3s ease;
    background-color: #ffffff;
}
header .menu_f2 nav ul li a::after {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    background-color: #71a40b;
    position: absolute;
    bottom: 0;
    height: 2px;
    left: 0;
    width: 0;
    display: block;
}
header .menu_f2 nav ul li a:hover::after{
    width: 100%;
}



@media (min-width: 992px){
}
@media (max-width: 991px){

    header .esp_logo{
        height: 65px;
    }
    header .esp_logo .logo{
        top: 16px;
    }
    header .esp_logo .logo img {
        max-height: 36px;
    }

    header .esp_slogan{
        padding-bottom: 0;
    }
    header .esp_slogan .slogan{
        display: none;
    }
    header .esp_slogan h1.slogan{
        float: unset;
        display: block;
        padding-top: 15px;
        padding-right: 0;
    }
    header .esp_slogan .txt_v{
        padding-top: 21px;
        padding-bottom: 10px;
        position: relative;
    }
    header .esp_slogan .txt_v::after{
        content: "";
        position: absolute;
        top: 10px;
        left: -10px;
        right: -10px;
        height: 1px;
        background-color: #efefef;
    }
    

    header .esp_menu{
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -ms-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -moz-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        background-color: #ffffff;
        box-shadow: 1px -3px 2px 1px rgb(0 0 0 / 30%);
        height: 100%;
        opacity: 0;
        position: fixed;
        top: 0;
        visibility: hidden;
        width: calc(100% - 70px);
        z-index: 10;
    }
    
    header .Menu--open {
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    header .esp_menu .menu_f1{
        padding-top: 100px;
    }

    header .esp_menu .menu_f3{
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }
    header .esp_menu .menu_f3 ul{
        position: unset;
    }
    header .esp_menu .menu_f3 ul li {
        display: inline-block;
    }
    header .esp_menu .menu_f3 ul li.panier{
        margin-left: 0;
        margin-right: 20px;
    }
    header .esp_menu .menu_f3 ul li a{
        line-height: 75px
    }
   


    header .esp_menu nav{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    header .esp_menu ul li{
        display: table;
        text-align: left;
    }
    header .esp_menu ul li a {
        padding-left: 0;
        padding-right: 0;
        line-height: 40px;
    }
    header .esp_menu ul li.new::after {
        right: -45px;
    }
    header .esp_menu ul li:first-child a::after{
        left: 0;
    }
    header .esp_menu ul li:first-child a:hover::after{
        width: 100%;
    }
    header .esp_menu ul li a::after {
        bottom: 6px;
    }

    
    header .menu_f2 nav ul li:first-child{
        margin-left: 0;
        border-right: none;
    }
    header .menu_f2 nav ul li{
        display: table;
        text-align: left;
        border-right: none;
    }
    header .menu_f2 nav ul li a {
        padding-left: 0;
        padding-right: 0;
        line-height: 40px;
    }
    header .menu_f2 nav ul li a::after {
        bottom: 6px;
    }
}
@media (max-width: 767px){
    header .esp_adresse{
        padding-top: 6px;
        padding-bottom: 6px;
    }
    header .esp_adresse p{
        display: none;
    }
    header .esp_adresse p:nth-child(1){
        display: block;
        text-align: center;
    }
}
@media (max-width: 575px){
}

