.section-haut-categories {

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 10px;

    align-self: stretch;

    background: #F3F3F3;

}

.section-haut-categories>div {

    display: flex;

    max-width: 84%;

    flex-direction: row;

    width: 100%;

    align-items: center;

    gap: 24px;

}



.section-haut-categories .image-haut-categories {

    max-width: 43%;

    width: 100%;

    height: 535px;

    object-fit: cover;

    flex-shrink: 0;

}



.droite-haut-categories {

    display: flex;

    max-width: 50%;

    width: 100%;

    flex-direction: column;

    justify-content: center;

    align-items: flex-start;

    gap: 10px;

    flex-shrink: 0;

}



.droite-haut-categories>div {

    display: flex;

    max-width: 70%;

    margin: 0 auto;

    flex-direction: column;

    align-items: flex-start;

    gap: 25px;

}



.page-title {

    color: #39364A;

    font-family: Comfortaa;

    font-size: 36px;

    font-style: normal;

    font-weight: 700;

    line-height: normal;

    text-transform: uppercase;

}



.page-title span {

    color: #80CACF;

}



.woocommerce-archive-description {

    color: #57576F;

    font-family: Poppins;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 20px;

}



.bandeau-bleu {

    padding: 35px 0px;

    background: #80CACF;

}



.wpc-filter-header {

    display: none;

}



.bandeau-bleu .wpc-filters-section {

    margin-bottom: 0;

    margin-right: 20px;

}



.wpc-filters-scroll-container .wpc-filters-widget-wrapper {

    flex-direction: row;

    flex-wrap: wrap;

    align-items: center;

    justify-content: flex-start;

    width: 100%;

    display: flex;

    max-width: 1320px;

    margin: 0 auto;

}



.wpc-filter-content .wpc-filters-widget-select {

    display: flex;

    padding: 13px 25px;

    justify-content: center;

    align-items: center;

    gap: 10px;

    border-radius: 50px;

}



.affichage-produits {

    display: flex;

    padding: 150px 0px;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    gap: 10px;

    align-self: stretch;

}



.produits {

    display: flex;

    max-width: 68%;

    width: 100%;

    flex-direction: row;

    align-items: center;

    align-content: center;

    gap: 24px;

    flex-wrap: wrap;

}



.produits>div {

    display: flex;

    width: calc(100%/3 - 20px);

    flex-direction: column;

    align-items: flex-start;

    gap: 20px;

    flex-shrink: 0;

}



.product-card {

    background: #fff;

    border-radius: 8px;

    margin-bottom: 25px;

    position: relative;

    width: 100%;

    transition: box-shadow 0.2s;

}



.product-image,
.product-image img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}



.product-image-wrapper {
    overflow: hidden;
       height: 250px;
}



.product-price>p {

    color: #39364A;

    font-family: Poppins;

    font-size: 24px;

    font-style: normal;

    font-weight: 700;

    line-height: normal;

    text-transform: uppercase;

}



.product-price>p span {

    color: #57576F;

    font-size: 14px;

    font-weight: 400;

    text-transform: uppercase;

}



.product-title {

    color: #39364A;

    font-family: Poppins;

    font-size: 18px;

    font-style: normal;

    font-weight: 600;

    line-height: normal;

    text-transform: uppercase;

}



.lien-produit {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 8;

}



.product-card>.product-image-wrapper:after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);

    opacity: 0;

    z-index: 2;

    transition: opacity 0.3s ease-in-out;

}

.term-132 .product-card>.product-image-wrapper:after {
    display: none;
}


.product-card:hover>.product-image-wrapper:after {

    opacity: 1;

}



.en-savoir-plus-btn {

    display: none;

    padding: 13px 25px;

    justify-content: center;

    align-items: center;

    gap: 10px;

    background-color: #fff;

    position: absolute;

    top: 50%;

    left: 50%;

    z-index: 3;

    transform: translate(-50%, -50%);

    color: #39364A;

    font-family: Comfortaa;

    font-size: 16px;

    font-style: normal;

    font-weight: 700;

    line-height: normal;

    text-transform: uppercase;

    text-decoration: none;

    width:90%;

}



.product-card:hover .en-savoir-plus-btn {

    display: flex;

}



.page-numbers.current {

    flex-shrink: 0;

}



ul.page-numbers>li>.page-numbers {

    width: 49px;

    height: 50px;

    align-content: center;

    color: #464646;

    font-size: 16px;

    font-weight: 500;

}



.page-numbers.current {

    background: #464646;

}



.page-numbers:first-child>li>span {

    align-content: center;

}



ul.page-numbers>li:first-child>span,

ul.page-numbers {

    border-radius: 6px 0px 0px 6px;



}



ul.page-numbers>li:last-child>span,

ul.page-numbers>li:last-child>a,

ul.page-numbers>li:last-child,

ul.page-numbers {

    border-radius: 0px 6px 6px 0px;

}



ul.page-numbers {

    border-radius: 6px 6px 6px 6px;

}



.woocommerce nav.woocommerce-pagination ul {

    border: 1px solid rgba(0, 0, 0, 0.20);

    border-right: 0;

}



.woocommerce nav.woocommerce-pagination ul li a:focus,

.woocommerce nav.woocommerce-pagination ul li a:hover,

.woocommerce nav.woocommerce-pagination ul li span.current {

    background: #464646;

    color: #fff;

}



@media screen and (max-width: 768px) {

    .section-haut-categories>div {

        flex-direction: column;

        align-items: center;

        max-width: 100%;

    }



    .section-haut-categories .image-haut-categories {

        max-width: 100%;

        height: auto;

    }



    .droite-haut-categories {

        max-width: 100%;

        width: 100%;

    }



    .produits>div {

        width: calc(100%/2 - 20px);

    }



    .wpc-filters-scroll-container .wpc-filters-widget-wrapper {

        max-width: 90%;

    }



    .droite-haut-categories>div {

        max-width: 90%;

        width: 100%;

    }



    .produits {

        max-width: 90%;

        width: 100%;

    }

}



@media screen and (max-width: 575px) {
    .woof_select_radio_check dd ul.woof_list {
        left: 0;
        width: 90vw;
        transform: translateX(-0%);
    }

    .woof_redraw_zone {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: unset;
        justify-content: unset;
    }

    .section-haut-categories>div {

        flex-direction: column;

        align-items: center;

    }



    .affichage-produits {

        padding: 35px 0px;

    }



    .product-details {

        margin-top: 10px;

    }



    .section-haut-categories .image-haut-categories {

        max-width: 100%;

        height: auto;

    }



    .droite-haut-categories {

        max-width: 100%;

        width: 100%;

    }



    .produits>div {

        width: 100%;

    }



    .product-card {

        margin-bottom: 20px;

    }

}