feat(aep-v2): restore composants V2 manquants sur main (NavMapV2 + HashtagFilter + GraphView + FicheFamilleModal + types + css + server)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jules Neny
2026-05-07 00:56:08 +02:00
parent 9eb66ac10c
commit eb1bcf6080
12 changed files with 2398 additions and 13 deletions

View File

@@ -0,0 +1,23 @@
/* Palette familles V2 - variables locales, ne pas toucher --nav-* */
:root {
--bifurc-color-f1: #a85d3e; /* Réemploi & filières - terracotta */
--bifurc-color-f2: #c4a472; /* Frugalité & low-tech - terre crue */
--bifurc-color-f3: #d4a017; /* Architecture sociale - ocre */
--bifurc-color-f4: #5a7a4a; /* Collectifs & AMO - vert mousse */
--bifurc-color-f5: #3d6a8c; /* Urbanisme transition - bleu profond */
--bifurc-badge-f6: #6b3fa0; /* Recherche politique - violet */
--bifurc-badge-cr: #2d8a6b; /* Centre ressources - vert foncé */
--bifurc-badge-mm: #c44a2f; /* Mouvement manifeste - rouge brique */
--bifurc-badge-cp: #1a3a6b; /* Contre-pouvoir - bleu nuit */
--bifurc-banner-bg: #faf8f5;
--bifurc-banner-border: #e0d8cc;
--bifurc-banner-text: #2c2416;
}
.bifurc-pin-f1 { background: var(--bifurc-color-f1); }
.bifurc-pin-f2 { background: var(--bifurc-color-f2); }
.bifurc-pin-f3 { background: var(--bifurc-color-f3); }
.bifurc-pin-f4 { background: var(--bifurc-color-f4); }
.bifurc-pin-f5 { background: var(--bifurc-color-f5); }