<style>
.nn-infographie,
.nn-infographie *,
.nn-infographie *::before,
.nn-infographie *::after {
box-sizing: border-box;
}
.nn-infographie {
font-family: var(--font-body, 'Glacial Indifference', 'Montserrat', sans-serif);
color: var(--nn-cream, #FFF5EE);
background: var(--nn-bg, #222133);
-webkit-font-smoothing: antialiased;
border-radius: 14px;
overflow: hidden;
}
.nn-infographie.nn-infographie a {
color: inherit;
text-decoration: none;
}
.nn-infographie.nn-infographie img {
display: block;
max-width: 100%;
}
@font-face {font-family:'Glacial Indifference';src:url('https://cdn.jsdelivr.net/gh/nicholasgillespie/fonts@master/GlacialIndifference-Regular.otf') format('opentype');font-weight:400;font-style:normal;font-display:swap}
@font-face {font-family:'Glacial Indifference';src:url('https://cdn.jsdelivr.net/gh/nicholasgillespie/fonts@master/GlacialIndifference-Bold.otf') format('opentype');font-weight:700;font-style:normal;font-display:swap}
:root {
--nn-red:#EF3E42;--nn-blue:#2E6DE8;--nn-magenta:#D946A8;--nn-orange:#F28B47;
--nn-green:#33B56A;--nn-yellow:#FFB81C;--nn-bg:#222133;--nn-surface:#2B2A3E;
--nn-card:#333249;--nn-card-hover:#3E3D54;--nn-white:#FFFFFF;--nn-cream:#FFF5EE;
--nn-grey:#9BA3B5;--font-heading:'Montserrat','Glacial Indifference',sans-serif;
--font-body:'Glacial Indifference','Montserrat',sans-serif;--radius:14px;
--transition:0.35s cubic-bezier(0.4,0,0.2,1);
}
.nn-infographie.nn-infographie *, .nn-infographie.nn-infographie *::before, .nn-infographie.nn-infographie *::after {margin:0;padding:0;box-sizing:border-box}
.nn-infographie.nn-infographie a {text-decoration:none;color:inherit}
.nn-infographie.nn-infographie img {display:block;max-width:100%}
.nn-infographie.nn-infographie .infog-hero {position:relative;padding:130px 48px 64px;text-align:center;overflow:hidden}
.nn-infographie.nn-infographie .infog-hero::before {content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 40%,rgba(217,70,168,.07),transparent 50%),radial-gradient(ellipse at 70% 60%,rgba(46,109,232,.05),transparent 50%);pointer-events:none}
.nn-infographie.nn-infographie .infog-hero::after {content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(217,70,168,.15),transparent)}
.nn-infographie.nn-infographie .infog-hero-inner {max-width:800px;margin:0 auto;position:relative;z-index:2}
.nn-infographie.nn-infographie .hero-badges {display:flex;justify-content:center;gap:10px;margin-bottom:28px;flex-wrap:wrap}
.nn-infographie.nn-infographie .hero-badge {display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:50px;font-family:var(--font-heading);font-size:.66rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px}
.nn-infographie.nn-infographie .hero-badge--format {background:rgba(217,70,168,.1);border:1px solid rgba(217,70,168,.2);color:var(--nn-magenta)}
.nn-infographie.nn-infographie .hero-badge--topic {background:rgba(46,109,232,.1);border:1px solid rgba(46,109,232,.2);color:var(--nn-blue)}
.nn-infographie.nn-infographie .infog-hero h1 {font-family:var(--font-heading);font-size:2.2rem;font-weight:900;color:var(--nn-white);line-height:1.1;letter-spacing:-1.5px;margin-bottom:20px}
.nn-infographie.nn-infographie .infog-hero h1 .accent {color:var(--nn-magenta)}
.nn-infographie.nn-infographie .infog-hero-sub {font-size:1rem;line-height:1.8;color:var(--nn-grey);max-width:640px;margin:0 auto 36px}
.nn-infographie.nn-infographie .key-figures {display:flex;justify-content:center;gap:40px;flex-wrap:wrap}
.nn-infographie.nn-infographie .key-figure {text-align:center}
.nn-infographie.nn-infographie .key-figure-val {font-family:var(--font-heading);font-size:1.5rem;font-weight:900;letter-spacing:-1px}
.nn-infographie.nn-infographie .key-figure-label {font-size:.74rem;color:var(--nn-grey);margin-top:2px;max-width:160px;margin-left:auto;margin-right:auto}
.nn-infographie.nn-infographie .flow-section {max-width:900px;margin:0 auto;padding:0 48px 64px}
.nn-infographie.nn-infographie .step-block {position:relative;margin-bottom:0;opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}
.nn-infographie.nn-infographie .step-block.visible {opacity:1;transform:translateY(0)}
.nn-infographie.nn-infographie .step-header {display:flex;align-items:flex-start;gap:20px;margin-bottom:16px}
.nn-infographie.nn-infographie .step-number {flex-shrink:0;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1.4rem;font-weight:900;color:var(--nn-white);box-shadow:0 4px 24px rgba(0,0,0,.3);transition:transform .3s ease}
.nn-infographie.nn-infographie .step-block:hover .step-number {transform:scale(1.08)}
.nn-infographie.nn-infographie .step-title {font-family:var(--font-heading);font-size:1.1rem;font-weight:800;color:var(--nn-white);line-height:1.3;padding-top:14px}
.nn-infographie.nn-infographie .step-body {margin-left:76px;padding:20px 24px;border-radius:16px;background:var(--nn-surface);border:1px solid rgba(255,255,255,.05)}
.nn-infographie.nn-infographie .step-body p {font-size:.88rem;line-height:1.75;color:var(--nn-grey);margin-bottom:10px}
.nn-infographie.nn-infographie .step-body p:last-child {margin-bottom:0}
.nn-infographie.nn-infographie .step-body strong {color:var(--nn-cream)}
.nn-infographie.nn-infographie .step-body ul {margin:8px 0 0 18px;font-size:.86rem;line-height:1.75;color:var(--nn-grey)}
.nn-infographie.nn-infographie .step-body li {margin-bottom:6px}
.nn-infographie.nn-infographie .step-body li::marker {color:var(--nn-magenta)}
.nn-infographie.nn-infographie .step-body li strong {color:var(--nn-cream)}
.nn-infographie.nn-infographie .decision-box {margin-left:76px;margin-top:16px;display:flex;gap:16px;flex-wrap:wrap}
.nn-infographie.nn-infographie .decision-option {flex:1;min-width:200px;padding:20px 24px;border-radius:16px;text-align:center;transition:transform var(--transition)}
.nn-infographie.nn-infographie .decision-option:hover {transform:translateY(-2px)}
.nn-infographie.nn-infographie .decision-option.option-oui {background:rgba(51,181,106,.06);border:1px solid rgba(51,181,106,.15)}
.nn-infographie.nn-infographie .decision-option.option-non {background:rgba(239,62,66,.06);border:1px solid rgba(239,62,66,.15)}
.nn-infographie.nn-infographie .decision-label {display:inline-block;padding:5px 24px;border-radius:50px;font-family:var(--font-heading);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:10px}
.nn-infographie.nn-infographie .option-oui .decision-label {background:var(--nn-green);color:var(--nn-white)}
.nn-infographie.nn-infographie .option-non .decision-label {background:var(--nn-red);color:var(--nn-white)}
.nn-infographie.nn-infographie .decision-option p {font-size:.86rem;line-height:1.6;color:var(--nn-grey)}
.nn-infographie.nn-infographie .decision-option strong {color:var(--nn-cream);font-family:var(--font-heading);font-weight:800}
.nn-infographie.nn-infographie .arrow-connector {display:flex;justify-content:center;padding:20px 0;position:relative}
.nn-infographie.nn-infographie .arrow-connector svg {width:28px;height:56px;filter:drop-shadow(0 2px 8px rgba(217,70,168,.2))}
.nn-infographie.nn-infographie .arrow-connector-left {justify-content:flex-start;padding-left:90px}
.nn-infographie.nn-infographie .sub-steps {margin-left:76px;margin-top:16px;position:relative;padding-left:24px;border-left:3px solid rgba(217,70,168,.12)}
.nn-infographie.nn-infographie .sub-step {position:relative;padding:14px 20px;margin-bottom:12px;border-radius:12px;background:var(--nn-card);border:1px solid rgba(255,255,255,.04);transition:all var(--transition)}
.nn-infographie.nn-infographie .sub-step:hover {border-color:rgba(255,255,255,.08);background:var(--nn-card-hover)}
.nn-infographie.nn-infographie .sub-step::before {content:'';position:absolute;left:-27px;top:22px;width:12px;height:12px;border-radius:50%;background:var(--nn-magenta);box-shadow:0 0 12px rgba(217,70,168,.3)}
.nn-infographie.nn-infographie .sub-step p {font-size:.86rem;line-height:1.7;color:var(--nn-grey);margin:0}
.nn-infographie.nn-infographie .sub-step p strong {color:var(--nn-cream)}
.nn-infographie.nn-infographie .sub-step .sub-detail {margin-top:6px;font-size:.82rem;color:rgba(155,163,181,.6)}
.nn-infographie.nn-infographie .phase-section {margin-top:8px;margin-left:76px}
.nn-infographie.nn-infographie .phase-item {display:flex;align-items:flex-start;gap:14px;padding:14px 20px;margin-bottom:8px;border-radius:12px;background:var(--nn-card);border:1px solid rgba(255,255,255,.04);transition:all var(--transition)}
.nn-infographie.nn-infographie .phase-item:hover {border-color:rgba(255,255,255,.08);background:var(--nn-card-hover)}
.nn-infographie.nn-infographie .phase-bullet {flex-shrink:0;width:8px;height:8px;border-radius:50%;margin-top:7px}
.nn-infographie.nn-infographie .phase-item p {font-size:.86rem;line-height:1.7;color:var(--nn-grey);margin:0}
.nn-infographie.nn-infographie .phase-item p strong {color:var(--nn-cream)}
.nn-infographie.nn-infographie .jugement-outcomes {margin-left:76px;margin-top:16px;padding:24px;border-radius:16px;background:var(--nn-surface);border:1px solid rgba(255,255,255,.05);position:relative}
.nn-infographie.nn-infographie .jugement-outcomes::before {content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(180deg,var(--nn-blue),var(--nn-magenta));border-radius:4px 0 0 4px}
.nn-infographie.nn-infographie .outcome-item {display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}
.nn-infographie.nn-infographie .outcome-item:last-child {margin-bottom:0}
.nn-infographie.nn-infographie .outcome-num {flex-shrink:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:.72rem;font-weight:800;background:rgba(46,109,232,.12);color:var(--nn-blue)}
.nn-infographie.nn-infographie .outcome-item p {font-size:.86rem;line-height:1.65;color:var(--nn-grey)}
.nn-infographie.nn-infographie .outcome-item p strong {color:var(--nn-cream)}
.nn-infographie.nn-infographie .outcome-item .fin-tag {color:var(--nn-magenta);font-family:var(--font-heading);font-weight:800}
.nn-infographie.nn-infographie .ou-divider {display:flex;align-items:center;gap:20px;margin:40px 0 40px 76px}
.nn-infographie.nn-infographie .ou-divider::before, .nn-infographie.nn-infographie .ou-divider::after {content:'';flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(217,70,168,.15),transparent)}
.nn-infographie.nn-infographie .ou-label {font-family:var(--font-heading);font-size:1.1rem;font-weight:900;color:var(--nn-magenta);letter-spacing:2px;text-transform:uppercase;padding:8px 28px;border-radius:50px;border:2px solid rgba(217,70,168,.2);background:rgba(217,70,168,.06)}
.nn-infographie.nn-infographie .loop-arrow {display:flex;justify-content:center;margin:24px 0 24px 76px}
.nn-infographie.nn-infographie .loop-arrow svg {width:80px;height:64px;filter:drop-shadow(0 2px 8px rgba(217,70,168,.15))}
.nn-infographie.nn-infographie .section-label {margin-left:76px;margin-bottom:20px;display:inline-flex;align-items:center;gap:8px;padding:6px 18px;border-radius:50px;font-family:var(--font-heading);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;background:rgba(46,109,232,.08);border:1px solid rgba(46,109,232,.15);color:var(--nn-blue)}
.nn-infographie.nn-infographie .later-steps {margin-left:76px;display:flex;flex-direction:column;gap:10px}
.nn-infographie.nn-infographie .later-step {display:flex;align-items:flex-start;gap:16px;padding:18px 22px;border-radius:14px;background:var(--nn-card);border:1px solid rgba(255,255,255,.04);transition:all var(--transition)}
.nn-infographie.nn-infographie .later-step:hover {border-color:rgba(255,255,255,.08);background:var(--nn-card-hover);transform:translateX(4px)}
.nn-infographie.nn-infographie .later-step-num {flex-shrink:0;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-size:1rem;font-weight:900;color:var(--nn-white);box-shadow:0 3px 16px rgba(0,0,0,.25)}
.nn-infographie.nn-infographie .later-step-content h4 {font-family:var(--font-heading);font-size:.92rem;font-weight:700;color:var(--nn-white);margin-bottom:4px}
.nn-infographie.nn-infographie .later-step-content p {font-size:.84rem;line-height:1.65;color:var(--nn-grey);margin:0}
.nn-infographie.nn-infographie .callout-section {max-width:900px;margin:0 auto;padding:48px 48px 64px}
.nn-infographie.nn-infographie .callout-card {padding:32px 36px;border-radius:16px;background:rgba(51,181,106,.05);border:1px solid rgba(51,181,106,.12);position:relative}
.nn-infographie.nn-infographie .callout-card::before {content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--nn-green);border-radius:4px 0 0 4px}
.nn-infographie.nn-infographie .callout-card .label {font-family:var(--font-heading);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--nn-green);margin-bottom:12px}
.nn-infographie.nn-infographie .callout-card p {font-size:.9rem;line-height:1.8;color:var(--nn-grey);margin-bottom:12px}
.nn-infographie.nn-infographie .callout-card p:last-child {margin-bottom:0}
.nn-infographie.nn-infographie .callout-card strong {color:var(--nn-cream)}
.nn-infographie.nn-infographie .bottom-section {max-width:900px;margin:0 auto;padding:0 48px 72px}
.nn-infographie.nn-infographie .share-cta {display:flex;align-items:center;justify-content:space-between;gap:24px;padding:32px 40px;border-radius:20px;background:linear-gradient(135deg,rgba(217,70,168,.06),rgba(46,109,232,.06));border:1px solid rgba(217,70,168,.1)}
.nn-infographie.nn-infographie .share-cta-text h3 {font-family:var(--font-heading);font-size:1.05rem;font-weight:800;color:var(--nn-white);margin-bottom:4px}
.nn-infographie.nn-infographie .share-cta-text p {font-size:.84rem;color:var(--nn-grey)}
.nn-infographie.nn-infographie .share-cta-btns {display:flex;gap:10px;flex-shrink:0}
.nn-infographie.nn-infographie .share-btn {width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--nn-card);border:1px solid rgba(255,255,255,.06);transition:all var(--transition);cursor:pointer}
.nn-infographie.nn-infographie .share-btn:hover {background:var(--nn-card-hover);transform:translateY(-2px)}
.nn-infographie.nn-infographie .share-btn svg {width:16px;height:16px;fill:var(--nn-grey)}
.nn-infographie.nn-infographie .share-btn:hover svg {fill:var(--nn-cream)}
.nn-infographie.nn-infographie footer {padding:56px 48px 32px;border-top:1px solid rgba(255,255,255,.05)}
@media(max-width:768px) {
.nn-infographie.nn-infographie .infog-hero {padding:100px 20px 48px}
.nn-infographie.nn-infographie .infog-hero h1 {font-size:1.7rem}
.nn-infographie.nn-infographie .key-figures {gap:20px}
.nn-infographie.nn-infographie .flow-section, .nn-infographie.nn-infographie .callout-section, .nn-infographie.nn-infographie .bottom-section {padding-left:20px;padding-right:20px}
.nn-infographie.nn-infographie .step-body, .nn-infographie.nn-infographie .sub-steps, .nn-infographie.nn-infographie .decision-box, .nn-infographie.nn-infographie .phase-section, .nn-infographie.nn-infographie .jugement-outcomes, .nn-infographie.nn-infographie .ou-divider, .nn-infographie.nn-infographie .later-steps, .nn-infographie.nn-infographie .section-label, .nn-infographie.nn-infographie .loop-arrow {margin-left:0}
.nn-infographie.nn-infographie .step-header {gap:14px}
.nn-infographie.nn-infographie .step-number {width:46px;height:46px;font-size:1.15rem}
.nn-infographie.nn-infographie .arrow-connector-left {padding-left:30px}
.nn-infographie.nn-infographie .decision-box {flex-direction:column}
.nn-infographie.nn-infographie .share-cta {flex-direction:column;text-align:center;padding:24px 20px}
.nn-infographie.nn-infographie footer {padding:40px 20px 24px}
}
.nn-infographie.nn-infographie .fade-up {opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}
.nn-infographie.nn-infographie .fade-up.visible {opacity:1;transform:translateY(0)}
/* Recentre les pastilles sur la ligne verticale (border-left 3px + padding-left 24px). */
.nn-infographie.nn-infographie .sub-step::before { left: -31px; }
/* Supprime les max-width qui empêchent les infographies de prendre toute la largeur du conteneur article. */
.nn-infographie.nn-infographie .infog-hero-inner,
.nn-infographie.nn-infographie .flow-section,
.nn-infographie.nn-infographie .callout-section,
.nn-infographie.nn-infographie .bottom-section {
max-width: none;
}
</style>
<div class="nn-infographie">
<!-- HERO -->
<header class="infog-hero">
<div class="infog-hero-inner">
<div class="hero-badges">
<span class="hero-badge hero-badge--format">📊 Infographie</span>
<span class="hero-badge hero-badge--topic">Successions · Partage</span>
</div>
<h1>La procédure de <span class="accent">partage judiciaire</span> des biens</h1>
<p class="infog-hero-sub">Quand le partage amiable échoue, le partage judiciaire devient nécessaire. Voici toutes les étapes de la procédure, de la tentative amiable au jugement définitif.</p>
<div class="key-figures">
<div class="key-figure"><div class="key-figure-val" style="color:var(--nn-magenta)">7 étapes</div><div class="key-figure-label">Procédure complète</div></div>
<div class="key-figure"><div class="key-figure-val" style="color:var(--nn-blue)">Avocat obligatoire</div><div class="key-figure-label">Pour cette procédure</div></div>
<div class="key-figure"><div class="key-figure-val" style="color:var(--nn-green)">3 issues</div><div class="key-figure-label">Possibles au jugement</div></div>
</div>
</div>
</header>
<!-- FLOW -->
<section class="flow-section">
<!-- ═══════════ ÉTAPE 1 ═══════════ -->
<div class="step-block fade-up">
<div class="step-header">
<div class="step-number" style="background:var(--nn-magenta)">1</div>
<div class="step-title">Tentative de règlement amiable du partage : un accord est possible ?</div>
</div>
<div class="decision-box">
<div class="decision-option option-oui">
<span class="decision-label">OUI</span>
<p><strong>Fin.</strong><br>Le partage amiable se fait devant le notaire.</p>
</div>
<div class="decision-option option-non">
<span class="decision-label">NON</span>
<p>Je passe à l'<strong>étape 2.</strong></p>
</div>
</div>
</div>
<!-- Arrow 1→2 -->
<div class="arrow-connector arrow-connector-left fade-up">
<svg viewBox="0 0 28 56" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14 0 L14 44" stroke="url(#gm1)" stroke-width="3" stroke-linecap="round"/>
<path d="M6 38 L14 50 L22 38" fill="var(--nn-magenta)" opacity=".8"/>
<defs><linearGradient id="gm1" x1="14" y1="0" x2="14" y2="44"><stop offset="0%" stop-color="var(--nn-magenta)" stop-opacity=".2"/><stop offset="100%" stop-color="var(--nn-magenta)"/></linearGradient></defs>
</svg>
</div>
<!-- ═══════════ ÉTAPE 2 ═══════════ -->
<div class="step-block fade-up">
<div class="step-header">
<div class="step-number" style="background:var(--nn-blue)">2</div>
<div class="step-title">Préparation et saisine du tribunal</div>
</div>
<div class="sub-steps">
<div class="sub-step">
<p><strong>Je choisis un avocat et je le mandate</strong></p>
</div>
<div class="sub-step">
<p><strong>Je constitue et prépare mon dossier avec mon avocat :</strong></p>
<p class="sub-detail">Je lui remets notamment tous les justificatifs prouvant la tentative de règlement amiable.</p>
</div>
<div class="sub-step">
<p><strong>Rédaction d'une assignation en partage judiciaire</strong></p>
</div>
<div class="sub-step">
<p><strong>Prise de date auprès du Tribunal pour avoir une date d'audience</strong></p>
</div>
<div class="sub-step">
<p><strong>Délivrance de l'assignation aux autres parties par un Commissaire de Justice</strong></p>
</div>
<div class="sub-step">
<p><strong>Constitution du ou des avocats des défendeurs</strong></p>
<p class="sub-detail">L'avocat est obligatoire pour cette procédure. A défaut la procédure se déroule sans défendeur.</p>
</div>
</div>
</div>
<!-- Arrow 2→Audience -->
<div class="arrow-connector arrow-connector-left fade-up">
<svg viewBox="0 0 28 56" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M14 0 L14 44" stroke="url(#gb1)" stroke-width="3" stroke-linecap="round"/>
<path d="M6 38 L14 50 L22 38" fill="var(--nn-blue)" opacity=".8"/>
<defs><linearGradient id="gb1" x1="14" y1="0" x2="14" y2="44"><stop offset="0%" stop-color="var(--nn-blue)" stop-opacity=".2"/><stop offset="100%" stop-color="var(--nn-blue)"/></linearGradient></defs>
</svg>
</div>
<!-- ═══════════ PHASE AUDIENCE / MISE EN ÉTAT / JUGEMENT ═══════════ -->
<div class="step-block fade-up">
<div class="section-label">⚖️ Déroulement de l'instance</div>
<div class="phase-section">
<div class="phase-item">
<div class="phase-bullet" style="background:var(--nn-blue)"></div>
<p><strong>Audience lors de laquelle le juge vérifie les constitutions et fixe un calendrier pour la mise en état du dossier</strong></p>
</div>
<!-- Arrow -->
<div class="arrow-connector fade-up" style="padding:10px 0">
<svg viewBox="0 0 20 32" fill="none"><path d="M10 0 L10 22" stroke="var(--nn-blue)" stroke-width="2" stroke-linecap="round" opacity=".3"/><path d="M5 18 L10 28 L15 18" fill="var(--nn-blue)" opacity=".3"/></svg>
</div>
<div class="phase-item">
<div class="phase-bullet" style="background:var(--nn-orange)"></div>
<p><strong>Mise en état du dossier :</strong> Les parties vont faire valoir leurs arguments et pièces</p>
</div>
<div class="arrow-connector fade-up" style="padding:10px 0">
<svg viewBox="0 0 20 32" fill="none"><path d="M10 0 L10 22" stroke="var(--nn-orange)" stroke-width="2" stroke-linecap="round" opacity=".3"/><path d="M5 18 L10 28 L15 18" fill="var(--nn-orange)" opacity=".3"/></svg>
</div>
<div class="phase-item">
<div class="phase-bullet" style="background:var(--nn-yellow)"></div>
<p><strong>Clôture des débats</strong></p>
</div>
<div class="arrow-connector fade-up" style="padding:10px 0">
<svg viewBox="0 0 20 32" fill="none"><path d="M10 0 L10 22" stroke="var(--nn-yellow)" stroke-width="2" stroke-linecap="round" opacity=".3"/><path d="M5 18 L10 28 L15 18" fill="var(--nn-yellow)" opacity=".3"/></svg>
</div>
<div class="phase-item">
<div class="phase-bullet" style="background:var(--nn-green)"></div>
<p><strong>Audience de plaidoirie ou dépôt du dossier</strong></p>
</div>
<div class="arrow-connector fade-up" style="padding:10px 0">
<svg viewBox="0 0 20 32" fill="none"><path d="M10 0 L10 22" stroke="var(--nn-green)" stroke-width="2" stroke-linecap="round" opacity=".3"/><path d="M5 18 L10 28 L15 18" fill="var(--nn-green)" opacity=".3"/></svg>
</div>
<div class="phase-item" style="border-color:rgba(217,70,168,.12);background:rgba(217,70,168,.04)">
<div class="phase-bullet" style="background:var(--nn-magenta)"></div>
<p><strong>Jugement</strong></p>
</div>
</div>
<!-- Jugement outcomes -->
<div class="arrow-connector fade-up" style="padding:14px 0;margin-left:76px">
<svg viewBox="0 0 20 32" fill="none"><path d="M10 0 L10 22" stroke="var(--nn-magenta)" stroke-width="2" stroke-linecap="round" opacity=".4"/><path d="M5 18 L10 28 L15 18" fill="var(--nn-magenta)" opacity=".4"/></svg>
</div>
<div class="jugement-outcomes fade-up">
<div class="outcome-item">
<div class="outcome-num">1</div>
<p>Le tribunal nomme des experts (cf. pour évaluer les biens par exemple) ★</p>
</div>
<div class="outcome-item">
<div class="outcome-num">2</div>
<p>Le Juge nomme un notaire pour dresser un état liquidatif ★</p>
</div>
<div class="outcome-item">
<div class="outcome-num">3</div>
<p>Le Juge estime qu'il a tout ce qu'il lui faut pour prendre sa décision. <span class="fin-tag">Fin.</span></p>
</div>
</div>
</div>
<!-- ═══════════ OU DIVIDER ═══════════ -->
<div class="ou-divider fade-up">
<span class="ou-label">OU</span>
</div>
<!-- ═══════════ ÉTAPES 3-7 ═══════════ -->
<div class="step-block fade-up">
<div style="margin-left:76px;margin-bottom:20px;">
<div style="font-family:var(--font-heading);font-size:.95rem;font-weight:800;color:var(--nn-cream);margin-bottom:14px;">🔄 Suite de la procédure :</div>
<div style="display:flex;flex-direction:column;gap:8px;">
<div style="display:flex;align-items:center;gap:10px;padding:8px 16px;border-radius:10px;background:rgba(46,109,232,.06);border:1px solid rgba(46,109,232,.1);">
<span style="display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:rgba(46,109,232,.15);font-family:var(--font-heading);font-size:.68rem;font-weight:800;color:var(--nn-blue);flex-shrink:0;">1</span>
<span style="font-size:.86rem;color:var(--nn-grey);">Si le tribunal nomme des experts ★</span>
</div>
<div style="display:flex;align-items:center;gap:10px;padding:8px 16px;border-radius:10px;background:rgba(46,109,232,.06);border:1px solid rgba(46,109,232,.1);">
<span style="display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:rgba(46,109,232,.15);font-family:var(--font-heading);font-size:.68rem;font-weight:800;color:var(--nn-blue);flex-shrink:0;">2</span>
<span style="font-size:.86rem;color:var(--nn-grey);">Si le juge nomme un notaire pour dresser un état liquidatif ★</span>
</div>
</div>
</div>
<div class="later-steps">
<div class="later-step">
<div class="later-step-num" style="background:var(--nn-orange)">3</div>
<div class="later-step-content">
<h4>Les experts font et rendent leurs rapports et/ou le notaire fait son état liquidatif</h4>
</div>
</div>
<!-- Arrow -->
<div class="arrow-connector fade-up" style="padding:4px 0">
<svg viewBox="0 0 20 28" fill="none"><path d="M10 0 L10 18" stroke="var(--nn-yellow)" stroke-width="2" stroke-linecap="round" opacity=".25"/><path d="M5 14 L10 24 L15 14" fill="var(--nn-yellow)" opacity=".25"/></svg>
</div>
<div class="later-step">
<div class="later-step-num" style="background:var(--nn-yellow)">4</div>
<div class="later-step-content">
<h4>Mise en état du dossier :</h4>
<p>Les parties vont faire valoir leurs arguments et pièces.</p>
</div>
</div>
<div class="arrow-connector fade-up" style="padding:4px 0">
<svg viewBox="0 0 20 28" fill="none"><path d="M10 0 L10 18" stroke="var(--nn-green)" stroke-width="2" stroke-linecap="round" opacity=".25"/><path d="M5 14 L10 24 L15 14" fill="var(--nn-green)" opacity=".25"/></svg>
</div>
<div class="later-step">
<div class="later-step-num" style="background:var(--nn-green)">5</div>
<div class="later-step-content">
<h4>Clôture des débats</h4>
</div>
</div>
<div class="arrow-connector fade-up" style="padding:4px 0">
<svg viewBox="0 0 20 28" fill="none"><path d="M10 0 L10 18" stroke="var(--nn-blue)" stroke-width="2" stroke-linecap="round" opacity=".25"/><path d="M5 14 L10 24 L15 14" fill="var(--nn-blue)" opacity=".25"/></svg>
</div>
<div class="later-step">
<div class="later-step-num" style="background:var(--nn-blue)">6</div>
<div class="later-step-content">
<h4>Audience de plaidoirie ou dépôt du dossier</h4>
</div>
</div>
<div class="arrow-connector fade-up" style="padding:4px 0">
<svg viewBox="0 0 20 28" fill="none"><path d="M10 0 L10 18" stroke="var(--nn-magenta)" stroke-width="2" stroke-linecap="round" opacity=".25"/><path d="M5 14 L10 24 L15 14" fill="var(--nn-magenta)" opacity=".25"/></svg>
</div>
<div class="later-step">
<div class="later-step-num" style="background:var(--nn-magenta)">7</div>
<div class="later-step-content">
<h4>Jugement</h4>
</div>
</div>
</div>
</div>
</section>
<!-- SHARE + CTA -->
<!-- FOOTER -->
</div>