.pix-site-header {
    background: #730a26;
    font-size: clamp(7px, 1.1vw, 20px);
}

.header-top-actions {
    font-size: 20px;

    display: flex;
    flex-direction: row;
    gap: 0.4em;

    position: absolute;
    top: 0.4em;
    right: 0.4em;
    z-index: 2;
}

.header-top-actions img {
    width: 1.6em;
    height: 1.6em;
}


.header-top-actions .header-cart {
    position: relative;
}

.header-top-actions .header-cart-count {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #d3a85c;
    color: #730a26;
    font-weight: bold;
    font-size: 0.7em;
    min-width: 1.3em;
    height: 1.3em;
    display: inline-block;
    line-height: 1.2em;
    border-radius: 50%;
    text-align: center;
    transform: translateY(50%) translateX(20%);
    font-family: 'PT Serif', Times, serif;
    padding: 0.25em 0.15em;
    line-height: 0.8;
}


.pix-logo {
    text-align: center;
    padding: 30px 0 20px;
    position: relative;
    z-index: 1;
}

.pix-logo .logo img{
    width: 77.25em;
    height: auto;
    max-width: 90%;
}

.pix-logo .baseline {
    color: #d3a85c;
    font-family: 'Crimson text', Times, serif;
    font-style: italic;
    font-size: 1.5em;

    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.7em;

    margin-top: 0.25em;
}

.pix-logo .baseline .logo-1889 {
    filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.75));
    width: 3.2em;
    height: auto;
}

.pix-logo .baseline span:nth-child(1) {
    width: 100%;
    text-align: right;
    white-space: nowrap;
}
.pix-logo .baseline span:nth-child(3) {
    width: 100%;
    text-align: left;
    white-space: nowrap;
}


.pix-logo .header-tours {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    z-index: -1;
    pointer-events: none;
    filter: brightness(0) saturate(100%) invert(9%) sepia(36%) saturate(6798%) hue-rotate(330deg) brightness(88%) contrast(102%);
}

.pix-logo .header-tours::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pix-logo .header-tours::before,
.pix-logo .header-tours::after {
    content: '';
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pix-logo .header-tours::before {
    background: url('i/tour-vauban-left.svg') no-repeat bottom left;
    background-size: auto 90%;
}
.pix-logo .header-tours::after {
    background: url('i/tour-vauban-right.svg') no-repeat bottom right 2%;
    background-size: auto 100%;
}






.slicknav_menu { 
    background: transparent;
    padding:2px 5px !important;
}

.slicknav_btn {
        padding: 3px 5px 2px 5px !important;
        font-family: 'Crimson text', Times, serif;
        text-transform: uppercase;
            margin: 5px 5px 0px 5px !important; 
}

.pix-site-navigation {
    max-width: 1380px;
    margin: auto;
}

.pix-wrapper-site-navigation {
    position: relative;
    z-index: 1000;

    box-shadow: 0 -4px 20px rgba(0,0,0,0.3); ;
}

.pix-header-bande-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #d3a85c;
    z-index: 100000;
    pointer-events: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.7);
    transform: translateY(100%);

    font-size: 20px;
}

.pix-header-bande-bottom:before {
    content:" ";
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 2px;
    background: url('i/header-left.svg') no-repeat center center;
    background-size: 100% 100%;
    width:8.5em;
    height:1.5em;
    pointer-events: none;
    filter:drop-shadow(0 0 8px rgba(0,0,0,0.7));
    transform: translateY(40%)
}

.pix-header-bande-bottom:after {
    content:" ";
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 2px;
    background: url('i/header-right.svg') no-repeat center center;
    background-size: 100% 100%;
    width: 8.5em;
    height: 1.5em;
    pointer-events: none;
    filter:drop-shadow(0 0 8px rgba(0,0,0,0.7));
    transform: translateY(40%)
}

.pix-wrapper-menu {
    width:100%;max-width:1380px;margin:auto;position:relative;
}


.pix-wrapper-menu > div > ul  {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.pix-wrapper-menu ul {
    padding:0;
    margin:0;
    list-style: none;
    position: relative;
    text-align: center;
}

.pix-wrapper-menu ul li {
    margin: 0px;
    position:relative;
}

.pix-wrapper-menu ul li ul {
    text-align: left;
    background-color: #6f0220;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.7);
}
#pix-menu-desktop > li > ul {
    padding-top: 4px;
}


.pix-wrapper-menu a {
    font-family: 'Crimson text', Times, serif;
    font-size: 1.4em;
    font-weight:600;
    display:block;
    color:#fff;
    line-height: 20px;
    text-decoration:none;
    text-align: center;
    padding:1em 1em;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.pix-wrapper-menu li:hover > a {
    background-color: rgba(70, 5, 19, 0.5);
    color: #fff;
}

.pix-wrapper-menu li.pix-menu-selected > a {
    background: linear-gradient(to bottom,  #e6c692, #d3a85c 50%);
    color: #460513;
}



.pix-wrapper-menu ul li.menu-item-has-children>a:after {
    content: " ";
    display: block;
    position: absolute;
    width: 0.6em;
    height: 0.5em;
    background: url('i/arrow.svg') no-repeat center center;
    background-size: 100% 100%;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    filter: brightness(0) invert(1);
}

.pix-wrapper-menu ul.sub-menu li.menu-item-has-children>a:after {
    bottom: 50%;
    left: auto;
    right: 0.2em;
    transform: translateY(50%) rotate(-90deg);
}

.pix-wrapper-menu ul li.menu-item-has-children.pix-menu-selected > a:after {
    filter: none;
}


.pix-wrapper-menu ul ul a { 
    text-transform: none;
    text-align: left;
    padding: 0.4em 1em;
    line-height: 1;
    font-size: max(1em, 14px);
    font-weight: normal;
    text-transform: uppercase;
}


.pix-wrapper-menu ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left:0px;
    z-index:10000;
    min-width: max(110%, 200px);
}

.pix-wrapper-menu ul ul.page-contact {
    right:0px !important;
    left:auto;
}

.pix-wrapper-menu ul li:hover > ul {
    display:inherit;
}

.pix-wrapper-menu ul ul li {
    display:list-item;
    position: relative;
}

.pix-wrapper-menu ul ul ul {
    position: absolute;
    top:0;
    left:100%;
    z-index:10000;
}






/* RESPONSIVE */

.slicknav_menu {
    display: none;
    background: #730a26;
}


@media (max-width: 1300px) {
    .pix-header-bande-bottom {
        font-size: 16px;
    }

    .header-top-actions {
        font-size: 16px;
    }
}

@media (max-width:1000px) {

    .pix-wrapper-site-navigation {
        font-size: 11px;
    }

    .pix-header-bande-bottom {
        font-size: 14px;
    }

    .header-top-actions {
        font-size: 14px;
    }

    .pix-wrapper-menu a {
        padding: 0.8em 0.6em;
    }
}

@media (max-width:900px) {
    .pix-wrapper-menu {display: none;}
    .slicknav_menu {display: block;}

    .header-top-actions {
        right: auto;
        left: 0.4em;
    }

    .pix-logo {
        padding-top: 10px;
    }
}