.elementor-49824 .elementor-element.elementor-element-38c0953f{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}.elementor-49824 .elementor-element.elementor-element-470d56f7{text-align:justify;}.elementor-49824 .elementor-element.elementor-element-4b01491{--display:flex;}.elementor-49824 .elementor-element.elementor-element-c2235d1{--display:flex;}.elementor-49824 .elementor-element.elementor-element-a89e962{text-align:justify;}.elementor-49824 .elementor-element.elementor-element-53d8638{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fb824cf *//* --- CONTENEUR GLOBAL --- */
.ee-grid-3cols {
    padding: 40px 20px;
    background: #ffffff;
    max-width: 1600px;
    margin: 0 auto;
}

/* --- GRILLE 3 COLONNES FIXES --- */
.ee-grid-3cols .wp-block-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, 150px);
    gap: 25px;
    justify-content: center;
}

/* --- FIGURE : CARRE STRICT 150x150 --- */
.ee-grid-3cols figure.wp-block-image {
    width: 150px !important;
    height: 150px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* --- LIEN --- */
.ee-grid-3cols figure.wp-block-image a {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0;
    padding: 0;
}

/* --- IMAGE --- */
.ee-grid-3cols figure.wp-block-image img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover !important;
    display: block;
}

/* --- CAPTION SUPPRIMÉ --- */
.ee-grid-3cols figcaption {
    display: none !important;
}

/* --- HOVER (effet carte) --- */
.ee-grid-3cols figure.wp-block-image:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    border-color: #c9a063;
}

/* --- OVERLAY HOVER + INFO BULLE (2 lignes) --- */
.ee-grid-3cols figure.wp-block-image::after {
    content: attr(data-title) "\A Voir la page";
    white-space: pre-line; /* retour à la ligne */
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.25s ease;
    padding: 10px;
    border-radius: 8px;
    pointer-events: none;
    line-height: 1.4;
}

/* --- ACTIVATION AU SURVOL --- */
.ee-grid-3cols figure.wp-block-image:hover::after {
    opacity: 1;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .ee-grid-3cols .wp-block-gallery {
        grid-template-columns: repeat(2, 150px);
    }
}

@media (max-width: 600px) {
    .ee-grid-3cols .wp-block-gallery {
        grid-template-columns: repeat(1, 150px);
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21abf78 *//* --- CONTENEUR GLOBAL ILLUSTRATRICES --- */
.ee-grid-illustratrices {
    padding: 40px 20px;
    background: #ffffff;
    max-width: 1600px;
    margin: 0 auto;
}

/* --- GRILLE 3 COLONNES --- */
.ee-grid-illustratrices .ee-illu-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, 150px);
    gap: 25px;
    justify-content: center;
}

/* --- FIGURE : CARRE STRICT 150x150 --- */
.ee-grid-illustratrices .ee-illu-gallery figure.wp-block-image {
    width: 150px !important;
    height: 150px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* --- LIEN --- */
.ee-grid-illustratrices .ee-illu-gallery figure.wp-block-image a {
    display: block;
    width: 150px;
    height: 150px;
}

/* --- IMAGE --- */
.ee-grid-illustratrices .ee-illu-gallery figure.wp-block-image img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover !important;
    display: block;
}

/* --- CAPTION SUPPRIMÉ --- */
.ee-grid-illustratrices .ee-illu-gallery figcaption {
    display: none !important;
}

/* --- HOVER (effet carte) --- */
.ee-grid-illustratrices .ee-illu-gallery figure.wp-block-image:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
    border-color: #c9a063;
}

.ee-grid-illustratrices .ee-illu-gallery figure.wp-block-image::after {
    content: attr(data-title) "\A Voir la page";
    white-space: pre-line;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: rgba(0,0,0,0.65);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.25s ease;
    padding: 10px;
    border-radius: 8px;
    pointer-events: none;
    line-height: 1.4;
}


/* --- ACTIVATION AU SURVOL --- */
.ee-grid-illustratrices .ee-illu-gallery figure.wp-block-image:hover::after {
    opacity: 1;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
    .ee-grid-illustratrices .ee-illu-gallery {
        grid-template-columns: repeat(2, 150px);
    }
}

@media (max-width: 600px) {
    .ee-grid-illustratrices .ee-illu-gallery {
        grid-template-columns: repeat(1, 150px);
    }
}/* End custom CSS */