.elementor-107578 .elementor-element.elementor-element-5600b4a3{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-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 );}.elementor-107578 .elementor-element.elementor-element-23a60067{text-align:start;}@media(max-width:1024px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for text-editor, class: .elementor-element-7252b6a *//* =========================================================
   ARTICLE BLOG AFS — STYLE COMPLET
   À coller dans Apparence > Personnaliser > CSS additionnel
   ========================================================= */

.afs-article {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 24px 70px;
    color: #0d2b3e;
}

.afs-article h1,
.afs-article h2,
.afs-article h3 {
    color: #0d2b3e;
    line-height: 1.25;
    font-weight: 600;
}

.afs-article h1 {
    font-size: clamp(34px, 4vw, 52px);
    margin: 0 0 22px;
    letter-spacing: -0.02em;
}

.afs-article h2 {
    font-size: clamp(26px, 3vw, 36px);
    margin: 54px 0 18px;
}

.afs-article h3 {
    font-size: clamp(21px, 2vw, 26px);
    margin: 42px 0 20px;
}

.afs-article p,
.afs-article li {
    font-size: 17px;
    line-height: 1.8;
    color: #263f50;
}

.afs-article p {
    margin: 0 0 18px;
}

.afs-article strong {
    color: #0d2b3e;
    font-weight: 700;
}

.afs-intro {
    font-size: 22px !important;
    line-height: 1.65 !important;
    color: #425766 !important;
    background: #f7f5f1;
    border-left: 4px solid #c8a97e;
    padding: 24px 28px;
    border-radius: 0 22px 22px 0;
    margin-bottom: 42px !important;
}

.afs-check-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 24px 0 34px;
    padding: 0;
}

.afs-check-list li {
    position: relative;
    background: #f7f5f1;
    border: 1px solid rgba(13,43,62,0.08);
    border-radius: 16px;
    padding: 16px 18px 16px 48px;
    box-shadow: 0 6px 18px rgba(13,43,62,0.04);
}

.afs-check-list li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 16px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0d2b3e;
    color: #fff;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    font-weight: 700;
}

.afs-gallery {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px !important;
    margin: 26px 0 48px !important;
}

.afs-gallery figure,
.afs-gallery .wp-block-image {
    margin: 0 !important;
    width: 100% !important;
}

.afs-gallery img {
    width: 100% !important;
    height: 230px !important;
    object-fit: cover !important;
    display: block;
    border-radius: 20px !important;
    background: #fff;
    box-shadow: 0 10px 28px rgba(13,43,62,0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.afs-gallery img:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(13,43,62,0.14);
}

.afs-contact-box {
    margin-top: 58px;
    padding: 34px;
    border-radius: 26px;
    background: linear-gradient(135deg, #f7f5f1 0%, #ffffff 100%);
    border: 1px solid rgba(13,43,62,0.10);
    box-shadow: 0 12px 34px rgba(13,43,62,0.08);
}

.afs-contact-box h2 {
    margin-top: 0;
}

@media (max-width: 900px) {
    .afs-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .afs-gallery img {
        height: 200px !important;
    }
}

@media (max-width: 600px) {
    .afs-article {
        padding: 28px 16px 50px;
    }

    .afs-intro {
        font-size: 18px !important;
        padding: 20px;
    }

    .afs-gallery {
        grid-template-columns: 1fr;
        gap: 14px !important;
    }

    .afs-gallery img {
        height: 210px !important;
    }

    .afs-contact-box {
        padding: 24px;
    }
}/* End custom CSS */