@media (max-width: 1515px) {

    body footer .reassurance ul li {
        padding: 15px;
        font-size: 13px;
    }
}


@media (max-width: 976px) {

    body header .utilisateur{
        right: 30px;
        top: 20px;
        z-index: 999;
        display: block;
        margin: inherit;
        position: fixed;
    }

    body header .utilisateur ul{
        background: #FFF;
    }

    body header .utilisateur ul li{
        margin: 0;
        padding: 7px;
    }

    body.admin-bar header .utilisateur,
    body.admin-bar #menu-principal-fr {
        margin-top: 45px;
    }

    body #menu-principal-fr{
        position: fixed;
        top: 20px;
        left: 20px;
        z-index: 9999;
    }

    body #menu-principal-fr .widget_media_image{
        display: none !important;
    }

    body header .utilisateur .recherche{
        display: none;
    }

    body #accueil .bandeau {
        min-height: 315px;
    }

    body.single-product #shop .product .wc-tabs-wrapper{
        flex-direction: column;
        padding: 20px 0px;
    }

    body.single-product #shop .product .wc-tabs-wrapper ul.wc-tabs{
        width: 100%;
        border: none;
        padding: 0;
        min-width: inherit;
        margin: 0;
        flex-direction: row;
        justify-content: space-around;
    }

    body.single-product #shop .product .wc-tabs-wrapper ul.wc-tabs li {
        background: #f1f1f1;
        border-radius: 5px 5px 0px 0px;
        width: 100%;
        margin: 0;
        text-align: center;
    }

    body.single-product #shop .product .wc-tabs-wrapper ul.wc-tabs li a{
        padding: 10px 20px;
    }

    body.single-product #shop .product .wc-tabs-wrapper ul.wc-tabs li.active{
        background: #a2832c;
        color: #fff;
        border: none;
    }

    body.single-product #shop .product .woocommerce-tabs .panel{
        padding: 20px;
        border: 1px solid #a2832c;
    }


    body #page section.titre .container,
    body #blog section.titre .container,
    body #shop section.titre .container,
    body #single section.titre .container{
        flex-direction: column;
    }

    body #shop section.titre .container p{
        margin-bottom: 10px;
    }

    body #shop section.titre .container .woocommerce-breadcrumb,
    body #page section.titre .container #breadcrumbs,
    body #blog section.titre .container #breadcrumbs,
    body #single section.titre .container #breadcrumbs {
        text-align: center;
        text-transform: inherit;
        max-width: 100%;
    }

    body .sidebar{
        position: absolute;
    }

    body .sidebar .filtres{
        width: 100%;
        position: fixed;
        background-color: var(--black);
        overflow: hidden;
        max-height: 0;
        transition: max-height .5s ease-out;
        left: 0;
        background: white;
        z-index: 999;
        height: 60vh;
        overflow: scroll;
        bottom: 0;
    }

/* Menu Icon */
body .sidebar .hamb{
    cursor: pointer;
    bottom: 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    padding: 20px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}/* Style label tag */

body .sidebar .hamb .bouton{
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    color: #fff;
    background: #000;
}

.sidebar .hamb-line {
    background: #ffffff;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
    margin: 10px;

} /* Style span tag */

.sidebar .hamb-line::before,
.sidebar .hamb-line::after{
    background: #ffffff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.sidebar .hamb-line::before{
    top: 5px;
}
.sidebar .hamb-line::after{
    top: -5px;
}

.sidebar .side-menu:checked ~ .hamb{
    bottom: 60vh;
}

/* Toggle menu icon */
.sidebar .side-menu:checked ~ .filtres{
    max-height: 100%;
    padding: 20px;
}
.sidebar .side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.sidebar .side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.sidebar .side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

body .woocommerce-store-notice {
    top: inherit;
    bottom: 0;
}

}


@media (max-width: 768px) {

    body #accueil .bandeau .script {
        font-size: 40px !important;
    }

    body #blog .articles article {
        flex-direction: column;
    }

    body #blog .articles article a.image {
        width: 100%;
        height: 40vw;
        margin: 0 0 20px 0;
    }

    body #blog .articles article .texte{
        width: 100%;
    }

    body.single-product #shop section.up-sells,
    body.single-product #shop section.related {
        background: linear-gradient(to top, rgba(247, 242, 232, 0) 0%, rgba(247, 242, 232, 0) 40%, rgba(247, 242, 232, 1) 50%, rgba(247, 242, 232, 1) 90%, rgba(247, 242, 232, 1) 90%, rgba(247, 242, 232, 1) 100%);
        padding: 40px 0px 0px 0px;
    }

}
