.elementor-14330 .elementor-element.elementor-element-d5f2b83{--display:flex;}.elementor-14330 .elementor-element.elementor-element-a45a19a{margin:150px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-14330 .elementor-element.elementor-element-4c64e70{--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;}.elementor-14330 .elementor-element.elementor-element-e39b2c3.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}@media(min-width:1920px){.elementor-14330 .elementor-element.elementor-element-e39b2c3{width:var( --container-widget-width, 1539px );max-width:1539px;--container-widget-width:1539px;--container-widget-flex-grow:0;}}/* Start custom CSS for html, class: .elementor-element-e39b2c3 *//* Chargement de la police Baruta */
@font-face {
    font-family: 'Baruta';
    src: url('https://uncontrolled.fr/wp-content/uploads/2024/07/RNS-B.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Baruta', sans-serif;
}

.produits-similaires {
    margin-top: 40px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.produits-similaires h2 {
    font-size: 2em;
    margin-bottom: 20px;
    font-family: 'Baruta', sans-serif !important;
}

.produits-liste {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.produit {
    flex: 1 1 calc(33.33% - 20px);
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;
    color: black;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.produit img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 10px;
}

.produit h3 {
    margin-top: 10px;
    font-size: 1.5em;
    color: #333;
    font-family: 'Baruta', sans-serif;
}

.produit p {
    font-size: 1em;
    color: #666;
    font-family: 'Baruta', sans-serif;
}

/* Effet hover */
.produit:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .produits-liste {
        flex-wrap: wrap;
    }
    .produit {
        flex: 1 1 calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .produit {
        flex: 1 1 100%;
    }
    .produits-similaires h2 {
    font-size: 1.2em;
        
    }
}/* End custom CSS */