#shoppingBand {
    /*background-color: #cbad84;*/
    height: 80px;
    width: 100%;
    text-align: center;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    position: relative;
    /* transition: 0.5s; */
    /* display: none; */
    z-index: 1;
    background: #000 url(/img/picto_sac.svg) no-repeat;
    background-position-x: 29vw;
    background-position-y: center;
    background-size: 1vw;
    z-index: 100;
}
#shoppingBand.closed {
    height: 0;
    transition: 0.5s ease;
}
#shoppingBand a {
    top: 25px;
    position: absolute;
    border:  none;
    font-size: 2.5rem;
    width: 30px;
    height: 30px;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
    font-weight: 700;
}
#shoppingBand a.close {
    left: 30px;
}
#shoppingBand a.gotoshop {
    right: 30px;
}
#shoppingBand span {
    color:#000;
}
#shoppingBand span.icon-picto_chevron-droit {
    font-weight: 700;
}

#shoppingBand p {
    color:#000;
    line-height: 80px;
}

#Header {
    height: 197px;
    text-align: center;
    position: fixed;
    overflow: initial;
    z-index: 1000000;
    margin: 0 auto;
    background-color: #fbf5e5;
    width: 1550px;
    top: 0;
}
#Header img.logo {
    max-height: 75px;
    height: 12vw;
    width: auto;
    margin: 40px 0 10px 0;
}

@media (max-width: 568px) {

#Header {
    height: 125px;

}

}


@media (max-width: 768px) {
    #shoppingBand {
        display: none !important;
    }

   
    #Header .RSbox {
        top: 22px;
        right: 2vw;
    }
    #Header .RSbox li {
        float: right;
        clear: both;
        margin: 5px 0;
        transition: ease 0.5s;
    }
}

@media (max-width: 1023px) {
    #Header {
        height: 125px;
        width: 100%;
    }

}