    :root {
        --bg: #ffffff;
        --text: #111827;
        --muted: #6b7280;
        --line: #e5e7eb;
        --brand: #1d4ed8;
        --brand-2: #0b3aa7;
        --pill: #1f2a44;
        --success-bg: #dff5e6;
        --card: #f3f4f6;
        --shadow: 0 10px 30px rgba(17, 24, 39, .08);
        --radius: 18px;
        --radius-lg: 22px;
        --max: 980px;
    }

    * {
        box-sizing: border-box
    }

    body {
        margin: 0;
        font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
        background: var(--bg);
        color: var(--text);
        line-height: 1.55;
    }

    a {
        color: inherit;
        text-decoration: none
    }

    img {
        max-width: 100%;
        display: block
    }

    /* Layout */
    .topbar {
        background: #f3f6ff;
        border-bottom: 1px solid #e6edff;
    }

    .topbar-inner {
        max-width: var(--max);
        margin: 0 auto;
        padding: 14px 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .brand {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-weight: 800;
        letter-spacing: .2px;
    }

    .brand .dots {
        display: flex;
        flex-direction: column;
        gap: 6px;
        margin-top: 4px;
    }

    .dot {
        width: 8px;
        height: 8px;
        border-radius: 99px;
        background: #e11d48
    }

    .brand small {
        display: block;
        font-weight: 600;
        color: var(--muted);
        margin-top: 2px;
        letter-spacing: 0;
    }

    .wrap {
        max-width: var(--max);
        margin: 0 auto;
        padding: 18px 18px 0px;
    }

    .meta {
        margin-top: 14px;
        color: var(--muted);
        font-size: 13px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
    }

    .meta b {
        color: var(--text)
    }

    .pill {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        border-radius: 999px;
        background: var(--pill);
        color: #fff;
        font-weight: 700;
        font-size: 13px;
    }

    .pill .bullet {
        width: 8px;
        height: 8px;
        border-radius: 99px;
        background: #ef4444;
        box-shadow: 0 0 0 3px rgba(239, 68, 68, .18);
    }

    h1 {
        font-size: clamp(28px, 4.2vw, 44px);
        line-height: 1.12;
        margin: 14px 0 10px;
        letter-spacing: -.02em;
    }

    .lead {
        font-size: clamp(16px, 2.1vw, 20px);
        color: #111827;
        margin: 0 0 18px;
        font-weight: 650;
    }

    .sublead {
        margin: 0 0 22px;
        color: var(--muted);
        font-style: italic;
        font-weight: 600;
    }

    /* Hero image */
    .hero {
        border-radius: 0;
        overflow: hidden;
        position: relative;
        box-shadow: var(--shadow);
        background: #0b1220;
        border: 1px solid #0b1220;
    }

    .hero a {
        display: block
    }

    .badge-money {
        position: absolute;
        left: 18px;
        top: 18px;
        background: #34d399;
        color: #fff;
        font-weight: 900;
        font-size: clamp(18px, 3vw, 32px);
        padding: 12px 16px;
        border-radius: 14px;
        box-shadow: 0 12px 22px rgba(16, 185, 129, .28);
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .badge-money .plus {
        font-size: 1.1em;
        line-height: 1;
    }

    .badge-line {
        position: absolute;
        left: 48px;
        top: 88px;
        width: 2px;
        height: 120px;
        background: rgba(52, 211, 153, .85);
        border-radius: 3px;
    }

    .badge-dot {
        position: absolute;
        left: 42px;
        top: 200px;
        width: 14px;
        height: 14px;
        background: #34d399;
        border-radius: 99px;
        box-shadow: 0 0 0 6px rgba(52, 211, 153, .25);
    }

    /* Callout */
    .callout {
        margin: 22px 0 10px;
        background: var(--success-bg);
        border: 1px solid rgba(16, 185, 129, .25);
        border-radius: 0;
        padding: 18px;
    }

    .callout p {
        margin: 0 0 14px;
        color: #064e3b;
        font-weight: 650;
    }

    /* Buttons */
    .btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: var(--brand);
        color: #fff;
        padding: 12px 16px;
        border-radius: 999px;
        font-weight: 800;
        border: 1px solid rgba(255, 255, 255, .12);
        transition: .15s transform ease, .15s background ease, .15s box-shadow ease;
        box-shadow: 0 10px 18px rgba(29, 78, 216, .22);
        width: 100%;
        max-width: 420px;
        text-align: center;
    }

    .btn:hover {
        background: var(--brand-2);
        transform: translateY(-1px)
    }

    .btn:active {
        transform: translateY(0)
    }

    .btn .ext {
        width: 18px;
        height: 18px;
        display: inline-block;
        border: 2px solid rgba(255, 255, 255, .9);
        border-left: 0;
        border-bottom: 0;
        transform: rotate(45deg);
        border-radius: 2px;
        margin-left: 2px;
        position: relative;
        opacity: .9;
    }

    .btn .ext:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border: 2px solid rgba(255, 255, 255, .9);
        border-top: 0;
        border-right: 0;
        left: -8px;
        bottom: -8px;
        border-radius: 2px;
        opacity: .45;
    }

    /* Article */
    .h2 {
        font-size: clamp(22px, 3vw, 30px);
        margin: 26px 0 14px;
        letter-spacing: -.01em;
    }

    .p {
        margin: 0 0 14px;
        color: #111827
    }

    .p.muted {
        color: var(--muted)
    }

    .kpi {
        font-weight: 900;
        color: #0f172a;
    }

    .hr {
        height: 1px;
        background: var(--line);
        margin: 22px 0;
        border: 0;
    }

    .figure {
        max-width: 720px;
        /* ajuste : 600px, 700px, etc. */
        margin: 14px auto 18px;
        /* auto = centrée */
        border-radius: 0;
        overflow: hidden;
        box-shadow: var(--shadow);
        border: 1px solid #e7e9ef;
        background: #fff;
    }

    .figure .cap {
        padding: 10px 12px;
        color: var(--muted);
        font-size: 13px;
    }




    /* Check list */
    .checklist {
        margin: 12px 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 10px;
    }

    .checklist li {
        background: #ffffff;
        border: 1px solid var(--line);
        border-radius: 14px;
        padding: 12px 12px;
        display: flex;
        gap: 10px;
        align-items: flex-start;
    }

    .check {
        width: 22px;
        height: 22px;
        border-radius: 99px;
        background: #e6f8ef;
        border: 1px solid rgba(16, 185, 129, .35);
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        margin-top: 1px;
    }

    .check:before {
        content: "✓";
        font-weight: 900;
        color: #059669;
        font-size: 14px;
        line-height: 1;
    }

    .checklist b {
        font-weight: 900
    }

    /* 3 steps */
    .steps {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin: 14px 0 6px;
    }

    .step {
        background: var(--card);
        border: 1px solid #e6e8ee;
        border-radius: var(--radius-lg);
        padding: 16px;
        position: relative;
    }

    .step .n {
        font-size: 38px;
        font-weight: 950;
        color: #111827;
        opacity: .9;
        margin-bottom: 6px;
    }

    .step p {
        margin: 0;
        color: #374151;
        font-weight: 650;
    }

    .step .mini {
        margin-top: 12px;
        width: max-content;
        max-width: 100%;
    }

    /* Map section */
    .map-wrap {
        margin-top: 8px;
        background-color: #ffffff;
        border-radius: 22px;
        margin: 14px auto 18px;
        /* auto = centrée */
        max-width: 620px;
        width: 100%;


    }

    .map-title {
        font-size: clamp(20px, 3vw, 28px);
        margin: 8px 0 6px;
        font-weight: 950;
        letter-spacing: -.01em;
    }

    .map-sub {
        margin: 0 0 12px;
        color: var(--muted);
        font-weight: 650
    }

    .france-map-container {
        width: 100%;
    }

    /* Big CTA box (bottom) */
    .cta-box {
        margin: 18px auto 0;
        max-width: 900px;
        background: #f3f4f6;
        border: 1px solid #e6e8ee;
        border-radius: 0;
        padding: 18px;
        text-align: left;
    }

    .cta-box .brandline {
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 900;
        margin-bottom: 8px;
    }

    .cta-box ul {
        margin: 10px 0 14px;
        padding-left: 18px;
        color: #374151;
        font-weight: 650;
    }

    .cta-box li {
        margin: 6px 0
    }

    .center {
        display: flex;
        justify-content: center
    }

    /* Footer */
    footer {
        margin-top: 28px;
        border-top: 1px solid var(--line);
        padding: 10px 0 20px;
        color: var(--muted);
        font-size: 13px;
    }

    footer p {
        margin-bottom: 0;
    }


    .foot-inner {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        align-items: center;
        justify-content: space-between;
    }

    .foot-links {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .foot-links a {
        color: var(--muted);
        text-decoration: underline
    }

    /* Desktop enhancements */
    @media (min-width: 860px) {
        .btn {
            width: auto
        }

        .callout {
            padding: 22px
        }

        .steps {
            grid-template-columns: repeat(3, 1fr)
        }

        .step .mini {
            position: absolute;
            left: 16px;
            bottom: 16px
        }

        .meta {
            justify-content: flex-start
        }
    }

    .footer-logos {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
        margin: 24px 0 16px;
        flex-wrap: wrap;
        /* mobile friendly */
    }

    .footer-logos a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-logos img {
        height: 48px;
        /* 🔥 taille identique */
        width: auto;
        max-width: 140px;
        object-fit: contain;
        opacity: 0.9;
        transition: opacity .2s ease, transform .2s ease;
    }

    .footer-logos img:hover {
        opacity: 1;
        transform: translateY(-2px);
    }

    .wrap {
        padding-bottom: 0 !important;
    }

    html,
    body {
        margin: 0;
        padding: 0;
    }

    /* ✅ bouton mini : ne doit pas être full width */
    .btn.mini {
        width: auto;
        max-width: none;
        padding: 10px 14px;
        font-size: 13px;
        box-shadow: 0 8px 14px rgba(29, 78, 216, .18);
    }

    /* ✅ sur desktop, ne PAS mettre le bouton en absolute */
    @media (min-width: 860px) {
        .step .mini {
            position: static;
            /* au lieu de absolute */
            left: auto;
            bottom: auto;
            margin-top: 12px;
        }
    }


    /* 📱 Mobile : masquer seulement "Publi-reportage — Aides panneaux solaires" */
    @media (max-width: 520px) {
        .meta span:first-child {
            display: none;
        }

        /* optionnel : resserrer un peu l’espace */
        .meta {
            margin-top: 6px;
            font-size: 12px;
        }
    }