finalisation home page

This commit is contained in:
2026-02-06 20:20:01 +01:00
parent 91c1b03a2f
commit d9ac2b4cc5
45 changed files with 1892 additions and 148 deletions

View File

@@ -12,6 +12,7 @@
--c-brand_rouge-weak: #e3061391;
--c-backgroud-black: #111;
--c-backgroud-brandreverse: #ACCFCF;
--c-background-blanc-casse: #FCFCFC;
/* États */
--c-success: green;

View File

@@ -25,4 +25,8 @@
:root {
--gap-cards: var(--sp-22);
}
}
.position--relative {
position: relative;
}

View File

@@ -7,6 +7,7 @@
--sp-6: 0.375rem; /* 6px */
--sp-8: 0.5rem; /* 8px */
--sp-12: 0.75rem; /* 12px */
--sp-14: 0.875rem; /* 14px */
/* Spacing standard */
--sp-16: 1rem; /* 16px */

View File

@@ -33,7 +33,7 @@
/* Line heights */
--lh-tight: 1.15;
--lh-snug: 1.25;
--lh-base: 1.5;
--lh-base: 1.3;
/* Letter spacing (optionnel mais utile) */
--ls-tight: -0.01em;