.elementor-10648 .elementor-element.elementor-element-2f64c26{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}body.elementor-page-10648:not(.elementor-motion-effects-element-type-background), body.elementor-page-10648 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-10648 .elementor-element.elementor-element-2f64c26{--width:100%;}}/* Start custom CSS */.collection-products-page-produit {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.product-archive-custom {
    width: calc(30% - 10px); /* Trois éléments par ligne avec un écart de 10px */
    overflow: hidden;
    position: relative;
}

.product-archive-custom img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Assure que les images remplissent leurs conteneurs de manière uniforme */
    display: block;
}

@media only screen and (max-width: 1024px) {
    .product-archive-custom {
    width: calc(48% - 10px)!important; /* Trois éléments par ligne avec un écart de 10px */
        
    }
    
}

.title-collection-actuelle{
    font-size: 24px!important;
    font-family: "Gothic A1", Sans-serif;
    font-weight: 700;
    text-align: center!important;
    width: 100%!important;
    padding-bottom: 15px!important;
}/* End custom CSS */