
        .breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 14px; flex-wrap: wrap; }
        .breadcrumb a { color: var(--muted); }
        .breadcrumb a:hover { color: var(--text); }
        .breadcrumb span { opacity: .5; }

        .facts-bar { display: flex; flex-wrap: wrap; gap: 10px; margin: 22px 0 0; }
        .fact-chip { display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; border-radius: 999px; background: rgba(202,138,4,.10); border: 1px solid rgba(202,138,4,.25); font-size: 13px; font-weight: 600; color: var(--text); }
        .fact-chip svg { color: #ca8a04; flex-shrink: 0; }

        .guide-layout { display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: start; }
        .guide-main { min-width: 0; }
        .guide-sidebar { position: sticky; top: 80px; display: flex; flex-direction: column; gap: 16px; }

        .guide-section { margin-bottom: 44px; }
        .guide-section h2 { font-size: 22px; margin: 0 0 14px; padding-bottom: 10px; border-bottom: 2px solid rgba(202,138,4,.18); color: var(--text); }
        .guide-section h3 { font-size: 17px; margin: 22px 0 10px; color: var(--text); }
        .guide-section p { margin: 0 0 14px; color: rgba(42,63,70,.85); line-height: 1.7; }
        .guide-section ul, .guide-section ol { margin: 0 0 14px; padding-left: 22px; color: rgba(42,63,70,.85); line-height: 1.8; }
        .guide-section li { margin-bottom: 4px; }

        .alert { border-radius: 12px; padding: 16px 18px; margin: 18px 0; display: flex; gap: 14px; align-items: flex-start; }
        .alert-icon { flex-shrink: 0; width: 22px; height: 22px; margin-top: 1px; }
        .alert p { margin: 0; font-size: 14px; line-height: 1.6; }
        .alert strong { display: block; margin-bottom: 4px; }
        .alert-info { background: rgba(202,138,4,.07); border: 1px solid rgba(202,138,4,.22); color: var(--text); }
        .alert-warn { background: rgba(239,68,68,.07); border: 1px solid rgba(239,68,68,.22); color: var(--text); }
        .alert-tip  { background: rgba(14,165,233,.07); border: 1px solid rgba(14,165,233,.20); color: var(--text); }
        .alert-ok   { background: rgba(39,85,75,.07); border: 1px solid rgba(39,85,75,.18); color: var(--text); }

        .two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 14px 0; }
        .info-box { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 18px; }
        .info-box h4 { margin: 0 0 10px; font-size: 15px; display: flex; align-items: center; gap: 8px; }
        .info-box h4 svg { color: #ca8a04; }
        .info-box ul { margin: 0; padding-left: 18px; font-size: 14px; color: rgba(42,63,70,.82); line-height: 1.7; }

        .obligation-list { display: grid; gap: 10px; margin: 14px 0; }
        .oblig-item { display: flex; gap: 14px; padding: 14px 16px; background: #fff; border: 1px solid var(--line); border-radius: 12px; align-items: flex-start; }
        .oblig-num { min-width: 28px; height: 28px; border-radius: 8px; background: rgba(202,138,4,.12); border: 1px solid rgba(202,138,4,.25); color: #ca8a04; font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .oblig-body strong { display: block; font-size: 14px; margin-bottom: 3px; }
        .oblig-body span { font-size: 13px; color: var(--muted); line-height: 1.5; }

        .checks-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 14px 0; }
        .check-item { background: #fff; border: 1px solid var(--line); border-radius: 10px; padding: 12px 14px; font-size: 13.5px; display: flex; align-items: flex-start; gap: 8px; }
        .check-item svg { color: #ca8a04; flex-shrink: 0; margin-top: 1px; }

        .types-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 14px 0; }
        .type-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px; display: flex; flex-direction: column; gap: 8px; }
        .type-card .type-icon { width: 40px; height: 40px; border-radius: 10px; background: rgba(202,138,4,.10); color: #ca8a04; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
        .type-card h4 { margin: 0; font-size: 15px; font-weight: 700; }
        .type-card p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.55; }
        .type-card .badge { display: inline-block; padding: 3px 9px; border-radius: 999px; font-size: 11px; font-weight: 700; margin-top: 4px; }
        .badge-req { background: rgba(239,68,68,.10); color: #dc2626; }
        .badge-opt { background: rgba(14,165,233,.10); color: #0369a1; }

        .doc-list { margin: 14px 0; display: grid; gap: 8px; }
        .doc-item { display: flex; align-items: flex-start; gap: 10px; padding: 12px 14px; background: #fff; border: 1px solid var(--line); border-radius: 10px; font-size: 14px; }
        .doc-item svg { color: #ca8a04; flex-shrink: 0; margin-top: 1px; }
        .doc-item strong { display: block; font-size: 13.5px; }
        .doc-item span { color: var(--muted); font-size: 13px; }

        .process-steps-v { display: grid; gap: 12px; margin: 14px 0; }
        .proc-item { display: flex; gap: 16px; padding: 16px; background: #fff; border: 1px solid var(--line); border-radius: 12px; align-items: flex-start; }
        .proc-num { min-width: 32px; height: 32px; border-radius: 50%; background: #ca8a04; color: #fff; font-weight: 800; font-size: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
        .proc-body strong { display: block; font-size: 14px; margin-bottom: 3px; }
        .proc-body span { font-size: 13px; color: var(--muted); line-height: 1.5; }

        .sidebar-card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 20px; }
        .sidebar-card h3 { margin: 0 0 12px; font-size: 16px; }
        .sidebar-card p { margin: 0 0 14px; font-size: 14px; color: var(--muted); line-height: 1.6; }
        .sidebar-nav { display: flex; flex-direction: column; gap: 4px; }
        .sidebar-nav a { font-size: 14px; padding: 8px 10px; border-radius: 8px; color: var(--muted); font-weight: 500; transition: background .15s, color .15s; }
        .sidebar-nav a:hover { background: rgba(39,85,75,.08); color: var(--text); }
        .sidebar-cta { background: linear-gradient(135deg, #ca8a04 0%, #92400e 100%); border-radius: 14px; padding: 20px; color: #fff; }
        .sidebar-cta h3 { margin: 0 0 8px; color: #fff; font-size: 16px; }
        .sidebar-cta p { margin: 0 0 14px; font-size: 13px; color: rgba(255,255,255,.78); }
        .sidebar-cta .btn { background: #fff; border-color: #fff; color: #92400e; font-size: 13px; width: 100%; justify-content: center; }
        .sidebar-cta .btn:hover { background: #fefce8; }

        .cta-band { background: linear-gradient(135deg, #27554b 0%, #1e3f36 100%); border-radius: 18px; padding: 36px 32px; color: #fff; }
        .cta-band h2 { margin: 0 0 10px; color: #fff; }
        .cta-band .lead { color: rgba(255,255,255,.80); margin: 0 0 20px; }
        .cta-band .btn { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.30); color: #fff; }
        .cta-band .btn:hover { background: rgba(255,255,255,.22); }
        .cta-band .btn.primary { background: #fff; border-color: #fff; color: var(--brand); box-shadow: 0 4px 16px rgba(0,0,0,.15); }
        .cta-band .btn.primary:hover { background: #f0f5f3; }
        .hero-cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

        .hero { background-image:url('Etat.webp'); background-size:cover; background-position:center; position:relative; }
        .hero::before { content:''; position:absolute; inset:0; background:linear-gradient(to right, rgba(0,0,0,.30) 0%, rgba(0,0,0,0) 70%); }
        .hero .container { position:relative; z-index:1; }
        .hero h1 { color:#fff; }
        .hero .lead { color:rgba(255,255,255,.88); }
        .hero .breadcrumb, .hero .breadcrumb a { color:rgba(255,255,255,.65); }
        .hero .breadcrumb a:hover { color:#fff; }
        .hero .fact-chip { background:rgba(255,255,255,.15); border-color:rgba(255,255,255,.30); color:#fff; backdrop-filter:blur(4px); }
        .hero .fact-chip svg { color:#fde68a; }

        @media (max-width: 980px) {
            .guide-layout { grid-template-columns: 1fr; }
            .guide-sidebar { position: static; }
            .two-col, .checks-grid, .types-grid { grid-template-columns: 1fr; }
        }
        @media (max-width: 520px) {
            .actions .btn:not(.primary):not(.burger) { display: none }
            .cta-band { padding: 24px 18px; }
            .checks-grid { grid-template-columns: 1fr 1fr; }
        }
    