.elementor-330111 .elementor-element.elementor-element-4fa6e3a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );letter-spacing:var( --e-global-typography-text-letter-spacing );word-spacing:var( --e-global-typography-text-word-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-be25300 *//* --- Bloc Galerie Centré et Uniforme --- */

.gallery {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important; /* Centre la galerie */
    gap: 15px !important; /* Espace entre les images */
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.gallery-item {
    flex: 0 0 auto !important;
    width: 280px !important; /* Largeur ajustable */
    margin: 0 !important;
    padding: 0 !important;
}

.gallery-item img {
    width: 100% !important;
    height: 280px !important; /* Hauteur ajustable (même que width pour carré) */
    object-fit: cover !important; /* Recadre sans déformer */
    border-radius: 4px; /* Optionnel : arrondit légèrement les coins */
}

/* --- Adaptation Mobile --- */
@media (max-width: 600px) {
    .gallery {
        flex-wrap: wrap !important; /* Autorise le retour à la ligne sur mobile */
        gap: 10px !important;
    }
    .gallery-item {
        width: 140px !important; /* Plus petit sur mobile */
    }
    .gallery-item img {
        height: 140px !important;
    }
}/* End custom CSS */