#header {
    position: relative;
}
#header #_desktop_logo {
    padding-left: unset;
    padding-right: unset;
}
#header .header-top img.logo {
	height: 55px;
    width: fit-content;
	float: left;
}
#header .header-top .row {
    margin: 0;
}
#header .header-top .row .header-top-right {
	display: flex;
    justify-content: space-between;
    padding: 0;
}
#header .header-top .row .header-top-right #search_widget {
	width: 60%;
    max-width: unset;
	position: relative;
    margin: auto;
}
#header .header-top .row .header-top-right #search_widget img {
	position: absolute;
    right: 1px;
    background-color: var(--main-color);
    width: 44px;
    padding: 10px;
    border-radius: 50px;
    align-items: center;
	top: 50%;
    transform: translateY(-50%);
}
#header .header-top .row .header-top-right #search_widget input.ui-autocomplete-input {
	height: 48px;
    padding-left: 33px;
    border-radius: 30px;
    border: 1px solid var(--Filets-clairs, #EBEBEB);
    background: #FFF;
	color: #838383;
    font-family: "PP Neue Montreal";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#header .header-top .row .header-top-right .user-info {
    padding-right: 35px;
}
#header .header-top .row .header-top-right .user-info.logged {
    display: grid;
    color: var(--Couleur-textes, #323232);
    font-family: "Advent Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}
#header .header-top .row .header-top-right .user-info.logged a:hover {
    color: var(--main-color);
}
/* Suppression des règles forcées pour permettre l'adaptation automatique de la box de résultats */
/* Le module ps_searchbar utilise jQuery UI Position pour gérer dynamiquement le positionnement */
#header .header-top .header-top-right .user-info .login {
    font-size: 16px;
    text-transform: uppercase;
}
#header .header-top .header-top-right .user-info .login:hover {
    color: var(--main-color);
}
#header .header-top .header-top-right .blockcart a:hover {
    color: var(--main-color);
}
#header .header-bottom {
    position: absolute;
    right: 95px;
    bottom: 15px;
    display: flex;
    gap: 10px;
    z-index: 9999;
}
#header .header-bottom .about-us {
    position: relative;
}
#header .header-bottom .about-us::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #EBEBEB;
}
#header .header-bottom div a {
    padding: 0 10px;
    color: #000;
    font-family:var(--secondary-font);
    font-size: 10px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
#wrapper .breadcrumb ol li::after {
    content: ">";
}
#header .header-top .row .header-top-right .user-info.logged .logout img {
    width: 30px;
    height: 24px;
}
#header .header-top .row .header-top-right .user-info.logged a.account img {
    display: none;
}
@media (max-width: 480px){
    #header .header-bottom {
        display: none;
    }
    #header .header-nav #menu-icon {
        display: none;
    }
    #header .header-top .row .header-top-right {
        display: block;
    }
    .header-top .hidden-md-up.text-sm-center.mobile {
        display: flex;
        flex-wrap: wrap;
    }
    .header-top .hidden-md-up.text-sm-center.mobile #_mobile_logo {
        width: 50%;
    }
    .header-top .header-top-right .hidden-md-up.text-sm-center.mobile #_mobile_logo img.logo {
        height: 55px;
        max-height: unset;
    }
    #header .header-top .header-top-right .hidden-md-up.text-sm-center.mobile .user-info {
        padding: 0;
        width: fit-content;
        height: 30px;
        margin-left: auto;
        align-content: center;
        margin-right: 15px;
    }
    #header .header-top .header-top-right .hidden-md-up.text-sm-center.mobile .user-info .login,
    #header .header-top .header-top-right .hidden-md-up.text-sm-center.mobile .user-info .account {
        position: relative;
    }
    #header .header-top .header-top-right .hidden-md-up.text-sm-center.mobile .user-info .login::after,
    #header .header-top .header-top-right .hidden-md-up.text-sm-center.mobile .user-info .account::after {
        content: "";
        border: solid 1px #EBEBEB;
        position: absolute;
        height: 20px;
        top: 2px;
        right: -5px;
    }

    #header .header-top .header-top-right .hidden-md-up.text-sm-center.mobile #_mobile_cart .blockcart .header::after {
        content: "";
        border: solid 1px #EBEBEB;
        position: absolute;
        height: 22px;
        top: 4px;
        right: -8px;
    }


    .header-top .header-top-right .hidden-md-up.text-sm-center.mobile .user-info .login span {
        display: none;
    }
    .header-top .header-top-right .ets_mm_megamenu.sticky_disabled {
        width: fit-content;
        padding: 0;
        margin: 0;
        height: 30px;
        align-content: center;
    }
    .header-top .header-top-right .ets_mm_megamenu.sticky_disabled .container {
        background-color: unset;
        padding: 0 !important;
    }
    .header-top .header-top-right .ets_mm_megamenu.sticky_disabled .container .ybc-menu-toggle.ybc-menu-btn {
        padding: 0;
    }
    #header .header-top .row .header-top-right #search_widget {
        width: 100%;
        padding: 0;
        margin: 15px 0px;
    }
    #header .header-top .row .header-top-right #search_widget form {
        margin: 0;
    }
    #header .header-top .header-top-right .hidden-md-up.text-sm-center.mobile .user-info.logged a.logout, 
    #header .header-top .header-top-right .hidden-md-up.text-sm-center.mobile .user-info.logged a.account span {
        display: none;
    }
    #header .header-top .header-top-right .hidden-md-up.text-sm-center.mobile #_mobile_cart .blockcart {
        height: 30px;
        align-content: center;
        margin-right: 17px;
        position: relative;
    }
  
    #header .header-top .row .header-top-right .user-info.logged a.account img {
        display: block;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: landscape) {  
    #header .header-bottom { 
        gap: 5px;
        right: 60px;
    }
    #header .header-bottom div a {
        font-size: 8px;
        padding-left: 0;
    }
    
}