.elementor-488 .elementor-element.elementor-element-d37fa85{--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;}/* Start custom CSS for shortcode, class: .elementor-element-b78099e */.categorie-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.categorie-image {
    max-width: 100%;
    height: 200px !important; /* Set a fixed height */
    object-fit: cover; /* Ensures the image covers the area without distortion */
    border-radius: 8px;
}

.categorie-item {
 width:32%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}

.categorie-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.categorie-title {
    margin-top: 10px;
}

.categorie-read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 4px;
}/* End custom CSS */