@lab-anssi/ui-kit 1.24.0 → 1.25.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/README.md +62 -22
  2. package/dist/Alerte.svelte +3 -5
  3. package/dist/Alerte.svelte.d.ts +7 -19
  4. package/dist/CentreAide.svelte +10 -10
  5. package/dist/CentreAide.svelte.d.ts +24 -21
  6. package/dist/composants/AncresParcours.svelte +1050 -0
  7. package/dist/composants/AncresParcours.svelte.d.ts +11 -0
  8. package/dist/composants/FiltresCatalogue.svelte +1069 -0
  9. package/dist/composants/FiltresCatalogue.svelte.d.ts +14 -0
  10. package/dist/composants/Hero.svelte +1073 -0
  11. package/dist/composants/Hero.svelte.d.ts +13 -0
  12. package/dist/dsfr/DsfrAlert.svelte +50 -0
  13. package/dist/dsfr/DsfrAlert.svelte.d.ts +17 -0
  14. package/dist/dsfr/DsfrBadge.svelte +47 -0
  15. package/dist/dsfr/DsfrBadge.svelte.d.ts +16 -0
  16. package/dist/dsfr/DsfrButton.svelte +1270 -0
  17. package/dist/dsfr/DsfrButton.svelte.d.ts +20 -0
  18. package/dist/dsfr/DsfrContainer.svelte +15 -0
  19. package/dist/dsfr/DsfrContainer.svelte.d.ts +13 -0
  20. package/dist/index.d.ts +7 -0
  21. package/dist/index.js +7 -0
  22. package/dist/lab/Bouton.svelte +10 -8
  23. package/dist/lab/Bouton.svelte.d.ts +11 -23
  24. package/dist/lab/Icone.svelte +669 -2
  25. package/dist/lab/Icone.svelte.d.ts +6 -18
  26. package/dist/lab/Lien.svelte +13 -49
  27. package/dist/lab/Lien.svelte.d.ts +14 -26
  28. package/dist/lab/ResumePssi.svelte +1 -1
  29. package/dist/lab/ResumePssi.svelte.d.ts +5 -17
  30. package/dist/lab/Tag.svelte +10 -8
  31. package/dist/lab/Tag.svelte.d.ts +10 -22
  32. package/dist/lab/blog/BandeauTitre.svelte +5 -8
  33. package/dist/lab/blog/BandeauTitre.svelte.d.ts +9 -21
  34. package/dist/lab/blog/CarteArticle.svelte +2 -3
  35. package/dist/lab/blog/CarteArticle.svelte.d.ts +6 -18
  36. package/dist/lab/blog/IconeChevronBas.svelte.d.ts +22 -21
  37. package/dist/lab/blog/IconeMenuLateral.svelte.d.ts +22 -21
  38. package/dist/lab/blog/ListeArticles.svelte +5 -5
  39. package/dist/lab/blog/ListeArticles.svelte.d.ts +7 -19
  40. package/dist/lab/blog/ListeDeroulante.svelte +3 -4
  41. package/dist/lab/blog/ListeDeroulante.svelte.d.ts +9 -21
  42. package/dist/lab/blog/PageCrisp.svelte +10 -6
  43. package/dist/lab/blog/PageCrisp.svelte.d.ts +6 -18
  44. package/dist/lab/blog/SommaireBureau.svelte +3 -3
  45. package/dist/lab/blog/SommaireBureau.svelte.d.ts +21 -18
  46. package/dist/lab/blog/SommaireMobile.svelte +5 -5
  47. package/dist/lab/blog/SommaireMobile.svelte.d.ts +21 -18
  48. package/dist/lab/icones/Fleche.svelte +1 -1
  49. package/dist/lab/icones/Fleche.svelte.d.ts +5 -17
  50. package/dist/lab/icones/LienExterne.svelte +1 -1
  51. package/dist/lab/icones/LienExterne.svelte.d.ts +5 -17
  52. package/dist/lab/vitrines-produits/briques/Brique.svelte +7 -4
  53. package/dist/lab/vitrines-produits/briques/Brique.svelte.d.ts +8 -21
  54. package/dist/lab/vitrines-produits/briques/BriqueContenuADeuxColonnes.svelte +11 -9
  55. package/dist/lab/vitrines-produits/briques/BriqueContenuADeuxColonnes.svelte.d.ts +9 -21
  56. package/dist/lab/vitrines-produits/briques/BriqueHero.svelte +15 -11
  57. package/dist/lab/vitrines-produits/briques/BriqueHero.svelte.d.ts +11 -23
  58. package/dist/lab/vitrines-produits/briques/BriqueTitreMultimedia.svelte +2 -3
  59. package/dist/lab/vitrines-produits/briques/BriqueTitreMultimedia.svelte.d.ts +6 -18
  60. package/dist/lab/vitrines-produits/briques/CarrouselTuiles/CarrouselTuiles.svelte +5 -5
  61. package/dist/lab/vitrines-produits/briques/CarrouselTuiles/CarrouselTuiles.svelte.d.ts +6 -18
  62. package/dist/lab/vitrines-produits/briques/CarrouselTuiles/IconeFlecheDroite.svelte.d.ts +22 -21
  63. package/dist/lab/vitrines-produits/briques/CarrouselTuiles/IconeFlecheGauche.svelte.d.ts +22 -21
  64. package/dist/lab/vitrines-produits/briques/LecteurVideo.svelte +1 -4
  65. package/dist/lab/vitrines-produits/briques/LecteurVideo.svelte.d.ts +8 -20
  66. package/dist/lab/vitrines-produits/briques/PresentationANSSI.svelte +1 -1
  67. package/dist/lab/vitrines-produits/briques/PresentationANSSI.svelte.d.ts +16 -14
  68. package/dist/lab/vitrines-produits/briques/RejoindreLaCommunaute.svelte +2 -5
  69. package/dist/lab/vitrines-produits/briques/RejoindreLaCommunaute.svelte.d.ts +8 -20
  70. package/dist/lab/vitrines-produits/briques/Tuile.svelte +1 -4
  71. package/dist/lab/vitrines-produits/briques/Tuile.svelte.d.ts +9 -21
  72. package/dist/lab/vitrines-produits/briques/marelle/Etape.svelte +2 -3
  73. package/dist/lab/vitrines-produits/briques/marelle/Etape.svelte.d.ts +6 -18
  74. package/dist/lab/vitrines-produits/briques/marelle/Marelle.svelte +2 -4
  75. package/dist/lab/vitrines-produits/briques/marelle/Marelle.svelte.d.ts +7 -19
  76. package/dist/lab/vitrines-produits/briques/temoignages/IconeTemoignage.svelte.d.ts +22 -21
  77. package/dist/lab/vitrines-produits/briques/temoignages/Temoignages.svelte +12 -11
  78. package/dist/lab/vitrines-produits/briques/temoignages/Temoignages.svelte.d.ts +6 -18
  79. package/dist/mes-services-cyber/bandeau/Bandeau.svelte +5 -3
  80. package/dist/mes-services-cyber/bandeau/Bandeau.svelte.d.ts +3 -16
  81. package/dist/mes-services-cyber/lien/LienDiagnosticCyber.svelte +2 -3
  82. package/dist/mes-services-cyber/lien/LienDiagnosticCyber.svelte.d.ts +6 -18
  83. package/dist/pied-de-page/NavigationPiedDePage.svelte +1 -1
  84. package/dist/pied-de-page/NavigationPiedDePage.svelte.d.ts +5 -17
  85. package/dist/styles/mixins.scss +17 -0
  86. package/dist/suite-cyber/navigation/AccueilMSC.svelte +1 -1
  87. package/dist/suite-cyber/navigation/AccueilMSC.svelte.d.ts +16 -14
  88. package/dist/suite-cyber/navigation/BlocLiens.svelte +1 -2
  89. package/dist/suite-cyber/navigation/BlocLiens.svelte.d.ts +12 -23
  90. package/dist/suite-cyber/navigation/Navigation.svelte +5 -5
  91. package/dist/suite-cyber/navigation/Navigation.svelte.d.ts +5 -17
  92. package/dist/{types.d.ts → types/commun.d.ts} +5 -10
  93. package/dist/types/commun.js +1 -0
  94. package/dist/types/global.d.ts +22 -0
  95. package/dist/types/global.js +9 -0
  96. package/dist/types/index.d.ts +2 -0
  97. package/dist/types/index.js +1 -0
  98. package/dist/utilitaires/index.d.ts +6 -0
  99. package/dist/utilitaires/index.js +12 -0
  100. package/dist/webcomponents/lab-anssi-ui-kit.iife.js +238 -41
  101. package/dist/webcomponents/lab-anssi-ui-kit.jsx.d.ts +27 -85
  102. package/package.json +39 -38
  103. package/dist/generateurImagesPlaceholders.d.ts +0 -1
  104. package/dist/generateurImagesPlaceholders.js +0 -3
  105. package/dist/types.js +0 -1
@@ -0,0 +1,1073 @@
1
+ <svelte:options
2
+ customElement={{
3
+ tag: "lab-anssi-hero",
4
+ props: {
5
+ titre: { attribute: "titre", type: "String" },
6
+ baliseTitre: { attribute: "balise-titre", type: "String" },
7
+ description: { attribute: "description", type: "String" },
8
+ actions: { attribute: "actions", type: "Object" },
9
+ inverse: { attribute: "inverse", type: "Boolean" },
10
+ urlImage: { attribute: "url-image", type: "String" },
11
+ sansImage: { attribute: "sans-image", type: "Boolean" },
12
+ },
13
+ }}
14
+ />
15
+
16
+ <script lang="ts">import DsfrContainer from "../dsfr/DsfrContainer.svelte";
17
+ let {
18
+ titre,
19
+ baliseTitre = "h1",
20
+ description,
21
+ inverse = false,
22
+ actions,
23
+ urlImage,
24
+ sansImage = false
25
+ } = $props();
26
+ </script>
27
+
28
+ <section
29
+ class={[
30
+ "lab-anssi-hero",
31
+ { "lab-anssi-hero--inverse": inverse },
32
+ { "lab-anssi-hero--sans-image": sansImage },
33
+ ]}
34
+ >
35
+ <DsfrContainer>
36
+ <div class="lab-anssi-hero__conteneur">
37
+ <div class="lab-anssi-hero__principal">
38
+ <svelte:element this={baliseTitre} class="lab-anssi-hero__titre">
39
+ {titre}
40
+ </svelte:element>
41
+ <p class="lab-anssi-hero__description">{description}</p>
42
+
43
+ {#if actions}
44
+ <div class="lab-anssi-hero__actions">
45
+ {@render actions()}
46
+ </div>
47
+ {/if}
48
+ </div>
49
+
50
+ {#if !sansImage}
51
+ <div class="lab-anssi-hero__aside">
52
+ <figure class="lab-anssi-hero__figure">
53
+ <img src={urlImage} class="lab-anssi-hero__image" alt="" />
54
+ </figure>
55
+ </div>
56
+ {/if}
57
+ </div>
58
+ </DsfrContainer>
59
+ </section>
60
+
61
+ <style>:root {
62
+ --background-default-grey: var(--grey-1000-50);
63
+ --background-default-grey-hover: var(--grey-1000-50-hover);
64
+ --background-default-grey-active: var(--grey-1000-50-active);
65
+ --background-alt-grey: var(--grey-975-75);
66
+ --background-alt-grey-hover: var(--grey-975-75-hover);
67
+ --background-alt-grey-active: var(--grey-975-75-active);
68
+ --background-alt-blue-france: var(--blue-france-975-75);
69
+ --background-alt-blue-france-hover: var(--blue-france-975-75-hover);
70
+ --background-alt-blue-france-active: var(--blue-france-975-75-active);
71
+ --background-alt-red-marianne: var(--red-marianne-975-75);
72
+ --background-alt-red-marianne-hover: var(--red-marianne-975-75-hover);
73
+ --background-alt-red-marianne-active: var(--red-marianne-975-75-active);
74
+ --background-alt-green-tilleul-verveine: var(--green-tilleul-verveine-975-75);
75
+ --background-alt-green-tilleul-verveine-hover: var(--green-tilleul-verveine-975-75-hover);
76
+ --background-alt-green-tilleul-verveine-active: var(--green-tilleul-verveine-975-75-active);
77
+ --background-alt-green-bourgeon: var(--green-bourgeon-975-75);
78
+ --background-alt-green-bourgeon-hover: var(--green-bourgeon-975-75-hover);
79
+ --background-alt-green-bourgeon-active: var(--green-bourgeon-975-75-active);
80
+ --background-alt-green-emeraude: var(--green-emeraude-975-75);
81
+ --background-alt-green-emeraude-hover: var(--green-emeraude-975-75-hover);
82
+ --background-alt-green-emeraude-active: var(--green-emeraude-975-75-active);
83
+ --background-alt-green-menthe: var(--green-menthe-975-75);
84
+ --background-alt-green-menthe-hover: var(--green-menthe-975-75-hover);
85
+ --background-alt-green-menthe-active: var(--green-menthe-975-75-active);
86
+ --background-alt-green-archipel: var(--green-archipel-975-75);
87
+ --background-alt-green-archipel-hover: var(--green-archipel-975-75-hover);
88
+ --background-alt-green-archipel-active: var(--green-archipel-975-75-active);
89
+ --background-alt-blue-ecume: var(--blue-ecume-975-75);
90
+ --background-alt-blue-ecume-hover: var(--blue-ecume-975-75-hover);
91
+ --background-alt-blue-ecume-active: var(--blue-ecume-975-75-active);
92
+ --background-alt-blue-cumulus: var(--blue-cumulus-975-75);
93
+ --background-alt-blue-cumulus-hover: var(--blue-cumulus-975-75-hover);
94
+ --background-alt-blue-cumulus-active: var(--blue-cumulus-975-75-active);
95
+ --background-alt-purple-glycine: var(--purple-glycine-975-75);
96
+ --background-alt-purple-glycine-hover: var(--purple-glycine-975-75-hover);
97
+ --background-alt-purple-glycine-active: var(--purple-glycine-975-75-active);
98
+ --background-alt-pink-macaron: var(--pink-macaron-975-75);
99
+ --background-alt-pink-macaron-hover: var(--pink-macaron-975-75-hover);
100
+ --background-alt-pink-macaron-active: var(--pink-macaron-975-75-active);
101
+ --background-alt-pink-tuile: var(--pink-tuile-975-75);
102
+ --background-alt-pink-tuile-hover: var(--pink-tuile-975-75-hover);
103
+ --background-alt-pink-tuile-active: var(--pink-tuile-975-75-active);
104
+ --background-alt-yellow-tournesol: var(--yellow-tournesol-975-75);
105
+ --background-alt-yellow-tournesol-hover: var(--yellow-tournesol-975-75-hover);
106
+ --background-alt-yellow-tournesol-active: var(--yellow-tournesol-975-75-active);
107
+ --background-alt-yellow-moutarde: var(--yellow-moutarde-975-75);
108
+ --background-alt-yellow-moutarde-hover: var(--yellow-moutarde-975-75-hover);
109
+ --background-alt-yellow-moutarde-active: var(--yellow-moutarde-975-75-active);
110
+ --background-alt-orange-terre-battue: var(--orange-terre-battue-975-75);
111
+ --background-alt-orange-terre-battue-hover: var(--orange-terre-battue-975-75-hover);
112
+ --background-alt-orange-terre-battue-active: var(--orange-terre-battue-975-75-active);
113
+ --background-alt-brown-cafe-creme: var(--brown-cafe-creme-975-75);
114
+ --background-alt-brown-cafe-creme-hover: var(--brown-cafe-creme-975-75-hover);
115
+ --background-alt-brown-cafe-creme-active: var(--brown-cafe-creme-975-75-active);
116
+ --background-alt-brown-caramel: var(--brown-caramel-975-75);
117
+ --background-alt-brown-caramel-hover: var(--brown-caramel-975-75-hover);
118
+ --background-alt-brown-caramel-active: var(--brown-caramel-975-75-active);
119
+ --background-alt-brown-opera: var(--brown-opera-975-75);
120
+ --background-alt-brown-opera-hover: var(--brown-opera-975-75-hover);
121
+ --background-alt-brown-opera-active: var(--brown-opera-975-75-active);
122
+ --background-alt-beige-gris-galet: var(--beige-gris-galet-975-75);
123
+ --background-alt-beige-gris-galet-hover: var(--beige-gris-galet-975-75-hover);
124
+ --background-alt-beige-gris-galet-active: var(--beige-gris-galet-975-75-active);
125
+ --background-contrast-grey: var(--grey-950-100);
126
+ --background-contrast-grey-hover: var(--grey-950-100-hover);
127
+ --background-contrast-grey-active: var(--grey-950-100-active);
128
+ --background-contrast-blue-france: var(--blue-france-950-100);
129
+ --background-contrast-blue-france-hover: var(--blue-france-950-100-hover);
130
+ --background-contrast-blue-france-active: var(--blue-france-950-100-active);
131
+ --background-contrast-red-marianne: var(--red-marianne-950-100);
132
+ --background-contrast-red-marianne-hover: var(--red-marianne-950-100-hover);
133
+ --background-contrast-red-marianne-active: var(--red-marianne-950-100-active);
134
+ --background-contrast-green-tilleul-verveine: var(--green-tilleul-verveine-950-100);
135
+ --background-contrast-green-tilleul-verveine-hover: var(--green-tilleul-verveine-950-100-hover);
136
+ --background-contrast-green-tilleul-verveine-active: var(--green-tilleul-verveine-950-100-active);
137
+ --background-contrast-green-bourgeon: var(--green-bourgeon-950-100);
138
+ --background-contrast-green-bourgeon-hover: var(--green-bourgeon-950-100-hover);
139
+ --background-contrast-green-bourgeon-active: var(--green-bourgeon-950-100-active);
140
+ --background-contrast-green-emeraude: var(--green-emeraude-950-100);
141
+ --background-contrast-green-emeraude-hover: var(--green-emeraude-950-100-hover);
142
+ --background-contrast-green-emeraude-active: var(--green-emeraude-950-100-active);
143
+ --background-contrast-green-menthe: var(--green-menthe-950-100);
144
+ --background-contrast-green-menthe-hover: var(--green-menthe-950-100-hover);
145
+ --background-contrast-green-menthe-active: var(--green-menthe-950-100-active);
146
+ --background-contrast-green-archipel: var(--green-archipel-950-100);
147
+ --background-contrast-green-archipel-hover: var(--green-archipel-950-100-hover);
148
+ --background-contrast-green-archipel-active: var(--green-archipel-950-100-active);
149
+ --background-contrast-blue-ecume: var(--blue-ecume-950-100);
150
+ --background-contrast-blue-ecume-hover: var(--blue-ecume-950-100-hover);
151
+ --background-contrast-blue-ecume-active: var(--blue-ecume-950-100-active);
152
+ --background-contrast-blue-cumulus: var(--blue-cumulus-950-100);
153
+ --background-contrast-blue-cumulus-hover: var(--blue-cumulus-950-100-hover);
154
+ --background-contrast-blue-cumulus-active: var(--blue-cumulus-950-100-active);
155
+ --background-contrast-purple-glycine: var(--purple-glycine-950-100);
156
+ --background-contrast-purple-glycine-hover: var(--purple-glycine-950-100-hover);
157
+ --background-contrast-purple-glycine-active: var(--purple-glycine-950-100-active);
158
+ --background-contrast-pink-macaron: var(--pink-macaron-950-100);
159
+ --background-contrast-pink-macaron-hover: var(--pink-macaron-950-100-hover);
160
+ --background-contrast-pink-macaron-active: var(--pink-macaron-950-100-active);
161
+ --background-contrast-pink-tuile: var(--pink-tuile-950-100);
162
+ --background-contrast-pink-tuile-hover: var(--pink-tuile-950-100-hover);
163
+ --background-contrast-pink-tuile-active: var(--pink-tuile-950-100-active);
164
+ --background-contrast-yellow-tournesol: var(--yellow-tournesol-950-100);
165
+ --background-contrast-yellow-tournesol-hover: var(--yellow-tournesol-950-100-hover);
166
+ --background-contrast-yellow-tournesol-active: var(--yellow-tournesol-950-100-active);
167
+ --background-contrast-yellow-moutarde: var(--yellow-moutarde-950-100);
168
+ --background-contrast-yellow-moutarde-hover: var(--yellow-moutarde-950-100-hover);
169
+ --background-contrast-yellow-moutarde-active: var(--yellow-moutarde-950-100-active);
170
+ --background-contrast-orange-terre-battue: var(--orange-terre-battue-950-100);
171
+ --background-contrast-orange-terre-battue-hover: var(--orange-terre-battue-950-100-hover);
172
+ --background-contrast-orange-terre-battue-active: var(--orange-terre-battue-950-100-active);
173
+ --background-contrast-brown-cafe-creme: var(--brown-cafe-creme-950-100);
174
+ --background-contrast-brown-cafe-creme-hover: var(--brown-cafe-creme-950-100-hover);
175
+ --background-contrast-brown-cafe-creme-active: var(--brown-cafe-creme-950-100-active);
176
+ --background-contrast-brown-caramel: var(--brown-caramel-950-100);
177
+ --background-contrast-brown-caramel-hover: var(--brown-caramel-950-100-hover);
178
+ --background-contrast-brown-caramel-active: var(--brown-caramel-950-100-active);
179
+ --background-contrast-brown-opera: var(--brown-opera-950-100);
180
+ --background-contrast-brown-opera-hover: var(--brown-opera-950-100-hover);
181
+ --background-contrast-brown-opera-active: var(--brown-opera-950-100-active);
182
+ --background-contrast-beige-gris-galet: var(--beige-gris-galet-950-100);
183
+ --background-contrast-beige-gris-galet-hover: var(--beige-gris-galet-950-100-hover);
184
+ --background-contrast-beige-gris-galet-active: var(--beige-gris-galet-950-100-active);
185
+ --background-contrast-info: var(--info-950-100);
186
+ --background-contrast-info-hover: var(--info-950-100-hover);
187
+ --background-contrast-info-active: var(--info-950-100-active);
188
+ --background-contrast-success: var(--success-950-100);
189
+ --background-contrast-success-hover: var(--success-950-100-hover);
190
+ --background-contrast-success-active: var(--success-950-100-active);
191
+ --background-contrast-warning: var(--warning-950-100);
192
+ --background-contrast-warning-hover: var(--warning-950-100-hover);
193
+ --background-contrast-warning-active: var(--warning-950-100-active);
194
+ --background-contrast-error: var(--error-950-100);
195
+ --background-contrast-error-hover: var(--error-950-100-hover);
196
+ --background-contrast-error-active: var(--error-950-100-active);
197
+ --background-flat-grey: var(--grey-200-850);
198
+ --background-flat-blue-france: var(--blue-france-sun-113-625);
199
+ --background-flat-red-marianne: var(--red-marianne-425-625);
200
+ --background-flat-green-tilleul-verveine: var(--green-tilleul-verveine-sun-418-moon-817);
201
+ --background-flat-green-bourgeon: var(--green-bourgeon-sun-425-moon-759);
202
+ --background-flat-green-emeraude: var(--green-emeraude-sun-425-moon-753);
203
+ --background-flat-green-menthe: var(--green-menthe-sun-373-moon-652);
204
+ --background-flat-green-archipel: var(--green-archipel-sun-391-moon-716);
205
+ --background-flat-blue-ecume: var(--blue-ecume-sun-247-moon-675);
206
+ --background-flat-blue-cumulus: var(--blue-cumulus-sun-368-moon-732);
207
+ --background-flat-purple-glycine: var(--purple-glycine-sun-319-moon-630);
208
+ --background-flat-pink-macaron: var(--pink-macaron-sun-406-moon-833);
209
+ --background-flat-pink-tuile: var(--pink-tuile-sun-425-moon-750);
210
+ --background-flat-yellow-tournesol: var(--yellow-tournesol-sun-407-moon-922);
211
+ --background-flat-yellow-moutarde: var(--yellow-moutarde-sun-348-moon-860);
212
+ --background-flat-orange-terre-battue: var(--orange-terre-battue-sun-370-moon-672);
213
+ --background-flat-brown-cafe-creme: var(--brown-cafe-creme-sun-383-moon-885);
214
+ --background-flat-brown-caramel: var(--brown-caramel-sun-425-moon-901);
215
+ --background-flat-brown-opera: var(--brown-opera-sun-395-moon-820);
216
+ --background-flat-beige-gris-galet: var(--beige-gris-galet-sun-407-moon-821);
217
+ --background-flat-info: var(--info-425-625);
218
+ --background-flat-success: var(--success-425-625);
219
+ --background-flat-warning: var(--warning-425-625);
220
+ --background-flat-error: var(--error-425-625);
221
+ --background-action-high-grey: var(--grey-200-850);
222
+ --background-action-high-grey-hover: var(--grey-200-850-hover);
223
+ --background-action-high-grey-active: var(--grey-200-850-active);
224
+ --background-action-high-blue-france: var(--blue-france-sun-113-625);
225
+ --background-action-high-blue-france-hover: var(--blue-france-sun-113-625-hover);
226
+ --background-action-high-blue-france-active: var(--blue-france-sun-113-625-active);
227
+ --background-action-high-red-marianne: var(--red-marianne-425-625);
228
+ --background-action-high-red-marianne-hover: var(--red-marianne-425-625-hover);
229
+ --background-action-high-red-marianne-active: var(--red-marianne-425-625-active);
230
+ --background-action-high-green-tilleul-verveine: var(--green-tilleul-verveine-sun-418-moon-817);
231
+ --background-action-high-green-tilleul-verveine-hover: var(--green-tilleul-verveine-sun-418-moon-817-hover);
232
+ --background-action-high-green-tilleul-verveine-active: var(--green-tilleul-verveine-sun-418-moon-817-active);
233
+ --background-action-high-green-bourgeon: var(--green-bourgeon-sun-425-moon-759);
234
+ --background-action-high-green-bourgeon-hover: var(--green-bourgeon-sun-425-moon-759-hover);
235
+ --background-action-high-green-bourgeon-active: var(--green-bourgeon-sun-425-moon-759-active);
236
+ --background-action-high-green-emeraude: var(--green-emeraude-sun-425-moon-753);
237
+ --background-action-high-green-emeraude-hover: var(--green-emeraude-sun-425-moon-753-hover);
238
+ --background-action-high-green-emeraude-active: var(--green-emeraude-sun-425-moon-753-active);
239
+ --background-action-high-green-menthe: var(--green-menthe-sun-373-moon-652);
240
+ --background-action-high-green-menthe-hover: var(--green-menthe-sun-373-moon-652-hover);
241
+ --background-action-high-green-menthe-active: var(--green-menthe-sun-373-moon-652-active);
242
+ --background-action-high-green-archipel: var(--green-archipel-sun-391-moon-716);
243
+ --background-action-high-green-archipel-hover: var(--green-archipel-sun-391-moon-716-hover);
244
+ --background-action-high-green-archipel-active: var(--green-archipel-sun-391-moon-716-active);
245
+ --background-action-high-blue-ecume: var(--blue-ecume-sun-247-moon-675);
246
+ --background-action-high-blue-ecume-hover: var(--blue-ecume-sun-247-moon-675-hover);
247
+ --background-action-high-blue-ecume-active: var(--blue-ecume-sun-247-moon-675-active);
248
+ --background-action-high-blue-cumulus: var(--blue-cumulus-sun-368-moon-732);
249
+ --background-action-high-blue-cumulus-hover: var(--blue-cumulus-sun-368-moon-732-hover);
250
+ --background-action-high-blue-cumulus-active: var(--blue-cumulus-sun-368-moon-732-active);
251
+ --background-action-high-purple-glycine: var(--purple-glycine-sun-319-moon-630);
252
+ --background-action-high-purple-glycine-hover: var(--purple-glycine-sun-319-moon-630-hover);
253
+ --background-action-high-purple-glycine-active: var(--purple-glycine-sun-319-moon-630-active);
254
+ --background-action-high-pink-macaron: var(--pink-macaron-sun-406-moon-833);
255
+ --background-action-high-pink-macaron-hover: var(--pink-macaron-sun-406-moon-833-hover);
256
+ --background-action-high-pink-macaron-active: var(--pink-macaron-sun-406-moon-833-active);
257
+ --background-action-high-pink-tuile: var(--pink-tuile-sun-425-moon-750);
258
+ --background-action-high-pink-tuile-hover: var(--pink-tuile-sun-425-moon-750-hover);
259
+ --background-action-high-pink-tuile-active: var(--pink-tuile-sun-425-moon-750-active);
260
+ --background-action-high-yellow-tournesol: var(--yellow-tournesol-sun-407-moon-922);
261
+ --background-action-high-yellow-tournesol-hover: var(--yellow-tournesol-sun-407-moon-922-hover);
262
+ --background-action-high-yellow-tournesol-active: var(--yellow-tournesol-sun-407-moon-922-active);
263
+ --background-action-high-yellow-moutarde: var(--yellow-moutarde-sun-348-moon-860);
264
+ --background-action-high-yellow-moutarde-hover: var(--yellow-moutarde-sun-348-moon-860-hover);
265
+ --background-action-high-yellow-moutarde-active: var(--yellow-moutarde-sun-348-moon-860-active);
266
+ --background-action-high-orange-terre-battue: var(--orange-terre-battue-sun-370-moon-672);
267
+ --background-action-high-orange-terre-battue-hover: var(--orange-terre-battue-sun-370-moon-672-hover);
268
+ --background-action-high-orange-terre-battue-active: var(--orange-terre-battue-sun-370-moon-672-active);
269
+ --background-action-high-brown-cafe-creme: var(--brown-cafe-creme-sun-383-moon-885);
270
+ --background-action-high-brown-cafe-creme-hover: var(--brown-cafe-creme-sun-383-moon-885-hover);
271
+ --background-action-high-brown-cafe-creme-active: var(--brown-cafe-creme-sun-383-moon-885-active);
272
+ --background-action-high-brown-caramel: var(--brown-caramel-sun-425-moon-901);
273
+ --background-action-high-brown-caramel-hover: var(--brown-caramel-sun-425-moon-901-hover);
274
+ --background-action-high-brown-caramel-active: var(--brown-caramel-sun-425-moon-901-active);
275
+ --background-action-high-brown-opera: var(--brown-opera-sun-395-moon-820);
276
+ --background-action-high-brown-opera-hover: var(--brown-opera-sun-395-moon-820-hover);
277
+ --background-action-high-brown-opera-active: var(--brown-opera-sun-395-moon-820-active);
278
+ --background-action-high-beige-gris-galet: var(--beige-gris-galet-sun-407-moon-821);
279
+ --background-action-high-beige-gris-galet-hover: var(--beige-gris-galet-sun-407-moon-821-hover);
280
+ --background-action-high-beige-gris-galet-active: var(--beige-gris-galet-sun-407-moon-821-active);
281
+ --background-action-high-info: var(--info-425-625);
282
+ --background-action-high-info-hover: var(--info-425-625-hover);
283
+ --background-action-high-info-active: var(--info-425-625-active);
284
+ --background-action-high-success: var(--success-425-625);
285
+ --background-action-high-success-hover: var(--success-425-625-hover);
286
+ --background-action-high-success-active: var(--success-425-625-active);
287
+ --background-action-high-warning: var(--warning-425-625);
288
+ --background-action-high-warning-hover: var(--warning-425-625-hover);
289
+ --background-action-high-warning-active: var(--warning-425-625-active);
290
+ --background-action-high-error: var(--error-425-625);
291
+ --background-action-high-error-hover: var(--error-425-625-hover);
292
+ --background-action-high-error-active: var(--error-425-625-active);
293
+ --background-action-low-blue-france: var(--blue-france-925-125);
294
+ --background-action-low-blue-france-hover: var(--blue-france-925-125-hover);
295
+ --background-action-low-blue-france-active: var(--blue-france-925-125-active);
296
+ --background-action-low-red-marianne: var(--red-marianne-925-125);
297
+ --background-action-low-red-marianne-hover: var(--red-marianne-925-125-hover);
298
+ --background-action-low-red-marianne-active: var(--red-marianne-925-125-active);
299
+ --background-action-low-green-tilleul-verveine: var(--green-tilleul-verveine-925-125);
300
+ --background-action-low-green-tilleul-verveine-hover: var(--green-tilleul-verveine-925-125-hover);
301
+ --background-action-low-green-tilleul-verveine-active: var(--green-tilleul-verveine-925-125-active);
302
+ --background-action-low-green-bourgeon: var(--green-bourgeon-925-125);
303
+ --background-action-low-green-bourgeon-hover: var(--green-bourgeon-925-125-hover);
304
+ --background-action-low-green-bourgeon-active: var(--green-bourgeon-925-125-active);
305
+ --background-action-low-green-emeraude: var(--green-emeraude-925-125);
306
+ --background-action-low-green-emeraude-hover: var(--green-emeraude-925-125-hover);
307
+ --background-action-low-green-emeraude-active: var(--green-emeraude-925-125-active);
308
+ --background-action-low-green-menthe: var(--green-menthe-925-125);
309
+ --background-action-low-green-menthe-hover: var(--green-menthe-925-125-hover);
310
+ --background-action-low-green-menthe-active: var(--green-menthe-925-125-active);
311
+ --background-action-low-green-archipel: var(--green-archipel-925-125);
312
+ --background-action-low-green-archipel-hover: var(--green-archipel-925-125-hover);
313
+ --background-action-low-green-archipel-active: var(--green-archipel-925-125-active);
314
+ --background-action-low-blue-ecume: var(--blue-ecume-925-125);
315
+ --background-action-low-blue-ecume-hover: var(--blue-ecume-925-125-hover);
316
+ --background-action-low-blue-ecume-active: var(--blue-ecume-925-125-active);
317
+ --background-action-low-blue-cumulus: var(--blue-cumulus-925-125);
318
+ --background-action-low-blue-cumulus-hover: var(--blue-cumulus-925-125-hover);
319
+ --background-action-low-blue-cumulus-active: var(--blue-cumulus-925-125-active);
320
+ --background-action-low-purple-glycine: var(--purple-glycine-925-125);
321
+ --background-action-low-purple-glycine-hover: var(--purple-glycine-925-125-hover);
322
+ --background-action-low-purple-glycine-active: var(--purple-glycine-925-125-active);
323
+ --background-action-low-pink-macaron: var(--pink-macaron-925-125);
324
+ --background-action-low-pink-macaron-hover: var(--pink-macaron-925-125-hover);
325
+ --background-action-low-pink-macaron-active: var(--pink-macaron-925-125-active);
326
+ --background-action-low-pink-tuile: var(--pink-tuile-925-125);
327
+ --background-action-low-pink-tuile-hover: var(--pink-tuile-925-125-hover);
328
+ --background-action-low-pink-tuile-active: var(--pink-tuile-925-125-active);
329
+ --background-action-low-yellow-tournesol: var(--yellow-tournesol-925-125);
330
+ --background-action-low-yellow-tournesol-hover: var(--yellow-tournesol-925-125-hover);
331
+ --background-action-low-yellow-tournesol-active: var(--yellow-tournesol-925-125-active);
332
+ --background-action-low-yellow-moutarde: var(--yellow-moutarde-925-125);
333
+ --background-action-low-yellow-moutarde-hover: var(--yellow-moutarde-925-125-hover);
334
+ --background-action-low-yellow-moutarde-active: var(--yellow-moutarde-925-125-active);
335
+ --background-action-low-orange-terre-battue: var(--orange-terre-battue-925-125);
336
+ --background-action-low-orange-terre-battue-hover: var(--orange-terre-battue-925-125-hover);
337
+ --background-action-low-orange-terre-battue-active: var(--orange-terre-battue-925-125-active);
338
+ --background-action-low-brown-cafe-creme: var(--brown-cafe-creme-925-125);
339
+ --background-action-low-brown-cafe-creme-hover: var(--brown-cafe-creme-925-125-hover);
340
+ --background-action-low-brown-cafe-creme-active: var(--brown-cafe-creme-925-125-active);
341
+ --background-action-low-brown-caramel: var(--brown-caramel-925-125);
342
+ --background-action-low-brown-caramel-hover: var(--brown-caramel-925-125-hover);
343
+ --background-action-low-brown-caramel-active: var(--brown-caramel-925-125-active);
344
+ --background-action-low-brown-opera: var(--brown-opera-925-125);
345
+ --background-action-low-brown-opera-hover: var(--brown-opera-925-125-hover);
346
+ --background-action-low-brown-opera-active: var(--brown-opera-925-125-active);
347
+ --background-action-low-beige-gris-galet: var(--beige-gris-galet-925-125);
348
+ --background-action-low-beige-gris-galet-hover: var(--beige-gris-galet-925-125-hover);
349
+ --background-action-low-beige-gris-galet-active: var(--beige-gris-galet-925-125-active);
350
+ --background-active-blue-france: var(--blue-france-sun-113-625);
351
+ --background-active-blue-france-hover: var(--blue-france-sun-113-625-hover);
352
+ --background-active-blue-france-active: var(--blue-france-sun-113-625-active);
353
+ --background-active-red-marianne: var(--red-marianne-425-625);
354
+ --background-active-red-marianne-hover: var(--red-marianne-425-625-hover);
355
+ --background-active-red-marianne-active: var(--red-marianne-425-625-active);
356
+ --background-open-blue-france: var(--blue-france-925-125);
357
+ --background-open-blue-france-hover: var(--blue-france-925-125-hover);
358
+ --background-open-blue-france-active: var(--blue-france-925-125-active);
359
+ --background-open-red-marianne: var(--red-marianne-925-125);
360
+ --background-open-red-marianne-hover: var(--red-marianne-925-125-hover);
361
+ --background-open-red-marianne-active: var(--red-marianne-925-125-active);
362
+ --background-disabled-grey: var(--grey-925-125);
363
+ --background-raised-grey: var(--grey-1000-75);
364
+ --background-raised-grey-hover: var(--grey-1000-75-hover);
365
+ --background-raised-grey-active: var(--grey-1000-75-active);
366
+ --background-overlap-grey: var(--grey-1000-100);
367
+ --background-overlap-grey-hover: var(--grey-1000-100-hover);
368
+ --background-overlap-grey-active: var(--grey-1000-100-active);
369
+ --background-lifted-grey: var(--grey-1000-75);
370
+ --background-lifted-grey-hover: var(--grey-1000-75-hover);
371
+ --background-lifted-grey-active: var(--grey-1000-75-active);
372
+ --background-alt-raised-grey: var(--grey-975-100);
373
+ --background-alt-raised-grey-hover: var(--grey-975-100-hover);
374
+ --background-alt-raised-grey-active: var(--grey-975-100-active);
375
+ --background-alt-overlap-grey: var(--grey-975-125);
376
+ --background-alt-overlap-grey-hover: var(--grey-975-125-hover);
377
+ --background-alt-overlap-grey-active: var(--grey-975-125-active);
378
+ --background-contrast-raised-grey: var(--grey-950-125);
379
+ --background-contrast-raised-grey-hover: var(--grey-950-125-hover);
380
+ --background-contrast-raised-grey-active: var(--grey-950-125-active);
381
+ --background-contrast-overlap-grey: var(--grey-950-150);
382
+ --background-contrast-overlap-grey-hover: var(--grey-950-150-hover);
383
+ --background-contrast-overlap-grey-active: var(--grey-950-150-active);
384
+ --text-default-grey: var(--grey-200-850);
385
+ --text-default-info: var(--info-425-625);
386
+ --text-default-success: var(--success-425-625);
387
+ --text-default-warning: var(--warning-425-625);
388
+ --text-default-error: var(--error-425-625);
389
+ --text-action-high-grey: var(--grey-50-1000);
390
+ --text-action-high-blue-france: var(--blue-france-sun-113-625);
391
+ --text-action-high-red-marianne: var(--red-marianne-425-625);
392
+ --text-action-high-green-tilleul-verveine: var(--green-tilleul-verveine-sun-418-moon-817);
393
+ --text-action-high-green-bourgeon: var(--green-bourgeon-sun-425-moon-759);
394
+ --text-action-high-green-emeraude: var(--green-emeraude-sun-425-moon-753);
395
+ --text-action-high-green-menthe: var(--green-menthe-sun-373-moon-652);
396
+ --text-action-high-green-archipel: var(--green-archipel-sun-391-moon-716);
397
+ --text-action-high-blue-ecume: var(--blue-ecume-sun-247-moon-675);
398
+ --text-action-high-blue-cumulus: var(--blue-cumulus-sun-368-moon-732);
399
+ --text-action-high-purple-glycine: var(--purple-glycine-sun-319-moon-630);
400
+ --text-action-high-pink-macaron: var(--pink-macaron-sun-406-moon-833);
401
+ --text-action-high-pink-tuile: var(--pink-tuile-sun-425-moon-750);
402
+ --text-action-high-yellow-tournesol: var(--yellow-tournesol-sun-407-moon-922);
403
+ --text-action-high-yellow-moutarde: var(--yellow-moutarde-sun-348-moon-860);
404
+ --text-action-high-orange-terre-battue: var(--orange-terre-battue-sun-370-moon-672);
405
+ --text-action-high-brown-cafe-creme: var(--brown-cafe-creme-sun-383-moon-885);
406
+ --text-action-high-brown-caramel: var(--brown-caramel-sun-425-moon-901);
407
+ --text-action-high-brown-opera: var(--brown-opera-sun-395-moon-820);
408
+ --text-action-high-beige-gris-galet: var(--beige-gris-galet-sun-407-moon-821);
409
+ --text-title-grey: var(--grey-50-1000);
410
+ --text-title-blue-france: var(--blue-france-sun-113-625);
411
+ --text-title-red-marianne: var(--red-marianne-425-625);
412
+ --text-label-grey: var(--grey-50-1000);
413
+ --text-label-blue-france: var(--blue-france-sun-113-625);
414
+ --text-label-red-marianne: var(--red-marianne-425-625);
415
+ --text-label-green-tilleul-verveine: var(--green-tilleul-verveine-sun-418-moon-817);
416
+ --text-label-green-bourgeon: var(--green-bourgeon-sun-425-moon-759);
417
+ --text-label-green-emeraude: var(--green-emeraude-sun-425-moon-753);
418
+ --text-label-green-menthe: var(--green-menthe-sun-373-moon-652);
419
+ --text-label-green-archipel: var(--green-archipel-sun-391-moon-716);
420
+ --text-label-blue-ecume: var(--blue-ecume-sun-247-moon-675);
421
+ --text-label-blue-cumulus: var(--blue-cumulus-sun-368-moon-732);
422
+ --text-label-purple-glycine: var(--purple-glycine-sun-319-moon-630);
423
+ --text-label-pink-macaron: var(--pink-macaron-sun-406-moon-833);
424
+ --text-label-pink-tuile: var(--pink-tuile-sun-425-moon-750);
425
+ --text-label-yellow-tournesol: var(--yellow-tournesol-sun-407-moon-922);
426
+ --text-label-yellow-moutarde: var(--yellow-moutarde-sun-348-moon-860);
427
+ --text-label-orange-terre-battue: var(--orange-terre-battue-sun-370-moon-672);
428
+ --text-label-brown-cafe-creme: var(--brown-cafe-creme-sun-383-moon-885);
429
+ --text-label-brown-caramel: var(--brown-caramel-sun-425-moon-901);
430
+ --text-label-brown-opera: var(--brown-opera-sun-395-moon-820);
431
+ --text-label-beige-gris-galet: var(--beige-gris-galet-sun-407-moon-821);
432
+ --text-active-grey: var(--grey-50-1000);
433
+ --text-active-blue-france: var(--blue-france-sun-113-625);
434
+ --text-active-red-marianne: var(--red-marianne-425-625);
435
+ --text-mention-grey: var(--grey-425-625);
436
+ --text-inverted-grey: var(--grey-1000-50);
437
+ --text-inverted-blue-france: var(--blue-france-975-sun-113);
438
+ --text-inverted-red-marianne: var(--red-marianne-975-75);
439
+ --text-inverted-info: var(--info-975-75);
440
+ --text-inverted-success: var(--success-975-75);
441
+ --text-inverted-warning: var(--warning-975-75);
442
+ --text-inverted-error: var(--error-975-75);
443
+ --text-inverted-green-tilleul-verveine: var(--green-tilleul-verveine-975-75);
444
+ --text-inverted-green-bourgeon: var(--green-bourgeon-975-75);
445
+ --text-inverted-green-emeraude: var(--green-emeraude-975-75);
446
+ --text-inverted-green-menthe: var(--green-menthe-975-75);
447
+ --text-inverted-green-archipel: var(--green-archipel-975-75);
448
+ --text-inverted-blue-ecume: var(--blue-ecume-975-75);
449
+ --text-inverted-blue-cumulus: var(--blue-cumulus-975-75);
450
+ --text-inverted-purple-glycine: var(--purple-glycine-975-75);
451
+ --text-inverted-pink-macaron: var(--pink-macaron-975-75);
452
+ --text-inverted-pink-tuile: var(--pink-tuile-975-75);
453
+ --text-inverted-yellow-tournesol: var(--yellow-tournesol-975-75);
454
+ --text-inverted-yellow-moutarde: var(--yellow-moutarde-975-75);
455
+ --text-inverted-orange-terre-battue: var(--orange-terre-battue-975-75);
456
+ --text-inverted-brown-cafe-creme: var(--brown-cafe-creme-975-75);
457
+ --text-inverted-brown-caramel: var(--brown-caramel-975-75);
458
+ --text-inverted-brown-opera: var(--brown-opera-975-75);
459
+ --text-inverted-beige-gris-galet: var(--beige-gris-galet-975-75);
460
+ --text-disabled-grey: var(--grey-625-425);
461
+ --text-black-white-grey: var(--grey-0-1000);
462
+ --border-default-grey: var(--grey-900-175);
463
+ --border-default-blue-france: var(--blue-france-main-525);
464
+ --border-default-red-marianne: var(--red-marianne-main-472);
465
+ --border-default-green-tilleul-verveine: var(--green-tilleul-verveine-main-707);
466
+ --border-default-green-bourgeon: var(--green-bourgeon-main-640);
467
+ --border-default-green-emeraude: var(--green-emeraude-main-632);
468
+ --border-default-green-menthe: var(--green-menthe-main-548);
469
+ --border-default-green-archipel: var(--green-archipel-main-557);
470
+ --border-default-blue-ecume: var(--blue-ecume-main-400);
471
+ --border-default-blue-cumulus: var(--blue-cumulus-main-526);
472
+ --border-default-purple-glycine: var(--purple-glycine-main-494);
473
+ --border-default-pink-macaron: var(--pink-macaron-main-689);
474
+ --border-default-pink-tuile: var(--pink-tuile-main-556);
475
+ --border-default-yellow-tournesol: var(--yellow-tournesol-main-731);
476
+ --border-default-yellow-moutarde: var(--yellow-moutarde-main-679);
477
+ --border-default-orange-terre-battue: var(--orange-terre-battue-main-645);
478
+ --border-default-brown-cafe-creme: var(--brown-cafe-creme-main-782);
479
+ --border-default-brown-caramel: var(--brown-caramel-main-648);
480
+ --border-default-brown-opera: var(--brown-opera-main-680);
481
+ --border-default-beige-gris-galet: var(--beige-gris-galet-main-702);
482
+ --border-contrast-grey: var(--grey-625-425);
483
+ --border-active-blue-france: var(--blue-france-sun-113-625);
484
+ --border-active-red-marianne: var(--red-marianne-425-625);
485
+ --border-action-high-grey: var(--grey-50-1000);
486
+ --border-action-high-blue-france: var(--blue-france-sun-113-625);
487
+ --border-action-high-red-marianne: var(--red-marianne-425-625);
488
+ --border-action-high-info: var(--info-425-625);
489
+ --border-action-high-success: var(--success-425-625);
490
+ --border-action-high-warning: var(--warning-425-625);
491
+ --border-action-high-error: var(--error-425-625);
492
+ --border-action-low-blue-france: var(--blue-france-850-200);
493
+ --border-action-low-red-marianne: var(--red-marianne-850-200);
494
+ --border-action-low-green-tilleul-verveine: var(--green-tilleul-verveine-850-200);
495
+ --border-action-low-green-bourgeon: var(--green-bourgeon-850-200);
496
+ --border-action-low-green-emeraude: var(--green-emeraude-850-200);
497
+ --border-action-low-green-menthe: var(--green-menthe-850-200);
498
+ --border-action-low-green-archipel: var(--green-archipel-850-200);
499
+ --border-action-low-blue-ecume: var(--blue-ecume-850-200);
500
+ --border-action-low-blue-cumulus: var(--blue-cumulus-850-200);
501
+ --border-action-low-purple-glycine: var(--purple-glycine-850-200);
502
+ --border-action-low-pink-macaron: var(--pink-macaron-850-200);
503
+ --border-action-low-pink-tuile: var(--pink-tuile-850-200);
504
+ --border-action-low-yellow-tournesol: var(--yellow-tournesol-850-200);
505
+ --border-action-low-yellow-moutarde: var(--yellow-moutarde-850-200);
506
+ --border-action-low-orange-terre-battue: var(--orange-terre-battue-850-200);
507
+ --border-action-low-brown-cafe-creme: var(--brown-cafe-creme-850-200);
508
+ --border-action-low-brown-caramel: var(--brown-caramel-850-200);
509
+ --border-action-low-brown-opera: var(--brown-opera-850-200);
510
+ --border-action-low-beige-gris-galet: var(--beige-gris-galet-850-200);
511
+ --border-open-blue-france: var(--blue-france-925-125);
512
+ --border-open-red-marianne: var(--red-marianne-925-125);
513
+ --border-plain-grey: var(--grey-200-850);
514
+ --border-plain-blue-france: var(--blue-france-sun-113-625);
515
+ --border-plain-red-marianne: var(--red-marianne-425-625);
516
+ --border-plain-info: var(--info-425-625);
517
+ --border-plain-success: var(--success-425-625);
518
+ --border-plain-warning: var(--warning-425-625);
519
+ --border-plain-error: var(--error-425-625);
520
+ --border-plain-green-tilleul-verveine: var(--green-tilleul-verveine-sun-418-moon-817);
521
+ --border-plain-green-bourgeon: var(--green-bourgeon-sun-425-moon-759);
522
+ --border-plain-green-emeraude: var(--green-emeraude-sun-425-moon-753);
523
+ --border-plain-green-menthe: var(--green-menthe-sun-373-moon-652);
524
+ --border-plain-green-archipel: var(--green-archipel-sun-391-moon-716);
525
+ --border-plain-blue-ecume: var(--blue-ecume-sun-247-moon-675);
526
+ --border-plain-blue-cumulus: var(--blue-cumulus-sun-368-moon-732);
527
+ --border-plain-purple-glycine: var(--purple-glycine-sun-319-moon-630);
528
+ --border-plain-pink-macaron: var(--pink-macaron-sun-406-moon-833);
529
+ --border-plain-pink-tuile: var(--pink-tuile-sun-425-moon-750);
530
+ --border-plain-yellow-tournesol: var(--yellow-tournesol-sun-407-moon-922);
531
+ --border-plain-yellow-moutarde: var(--yellow-moutarde-sun-348-moon-860);
532
+ --border-plain-orange-terre-battue: var(--orange-terre-battue-sun-370-moon-672);
533
+ --border-plain-brown-cafe-creme: var(--brown-cafe-creme-sun-383-moon-885);
534
+ --border-plain-brown-caramel: var(--brown-caramel-sun-425-moon-901);
535
+ --border-plain-brown-opera: var(--brown-opera-sun-395-moon-820);
536
+ --border-plain-beige-gris-galet: var(--beige-gris-galet-sun-407-moon-821);
537
+ --border-disabled-grey: var(--grey-925-125);
538
+ --artwork-major-blue-france: var(--blue-france-sun-113-625);
539
+ --artwork-major-blue-france-hover: var(--blue-france-sun-113-625-hover);
540
+ --artwork-major-blue-france-active: var(--blue-france-sun-113-625-active);
541
+ --artwork-major-red-marianne: var(--red-marianne-425-625);
542
+ --artwork-major-red-marianne-hover: var(--red-marianne-425-625-hover);
543
+ --artwork-major-red-marianne-active: var(--red-marianne-425-625-active);
544
+ --artwork-major-green-tilleul-verveine: var(--green-tilleul-verveine-sun-418-moon-817);
545
+ --artwork-major-green-tilleul-verveine-hover: var(--green-tilleul-verveine-sun-418-moon-817-hover);
546
+ --artwork-major-green-tilleul-verveine-active: var(--green-tilleul-verveine-sun-418-moon-817-active);
547
+ --artwork-major-green-bourgeon: var(--green-bourgeon-sun-425-moon-759);
548
+ --artwork-major-green-bourgeon-hover: var(--green-bourgeon-sun-425-moon-759-hover);
549
+ --artwork-major-green-bourgeon-active: var(--green-bourgeon-sun-425-moon-759-active);
550
+ --artwork-major-green-emeraude: var(--green-emeraude-sun-425-moon-753);
551
+ --artwork-major-green-emeraude-hover: var(--green-emeraude-sun-425-moon-753-hover);
552
+ --artwork-major-green-emeraude-active: var(--green-emeraude-sun-425-moon-753-active);
553
+ --artwork-major-green-menthe: var(--green-menthe-sun-373-moon-652);
554
+ --artwork-major-green-menthe-hover: var(--green-menthe-sun-373-moon-652-hover);
555
+ --artwork-major-green-menthe-active: var(--green-menthe-sun-373-moon-652-active);
556
+ --artwork-major-green-archipel: var(--green-archipel-sun-391-moon-716);
557
+ --artwork-major-green-archipel-hover: var(--green-archipel-sun-391-moon-716-hover);
558
+ --artwork-major-green-archipel-active: var(--green-archipel-sun-391-moon-716-active);
559
+ --artwork-major-blue-ecume: var(--blue-ecume-sun-247-moon-675);
560
+ --artwork-major-blue-ecume-hover: var(--blue-ecume-sun-247-moon-675-hover);
561
+ --artwork-major-blue-ecume-active: var(--blue-ecume-sun-247-moon-675-active);
562
+ --artwork-major-blue-cumulus: var(--blue-cumulus-sun-368-moon-732);
563
+ --artwork-major-blue-cumulus-hover: var(--blue-cumulus-sun-368-moon-732-hover);
564
+ --artwork-major-blue-cumulus-active: var(--blue-cumulus-sun-368-moon-732-active);
565
+ --artwork-major-purple-glycine: var(--purple-glycine-sun-319-moon-630);
566
+ --artwork-major-purple-glycine-hover: var(--purple-glycine-sun-319-moon-630-hover);
567
+ --artwork-major-purple-glycine-active: var(--purple-glycine-sun-319-moon-630-active);
568
+ --artwork-major-pink-macaron: var(--pink-macaron-sun-406-moon-833);
569
+ --artwork-major-pink-macaron-hover: var(--pink-macaron-sun-406-moon-833-hover);
570
+ --artwork-major-pink-macaron-active: var(--pink-macaron-sun-406-moon-833-active);
571
+ --artwork-major-pink-tuile: var(--pink-tuile-sun-425-moon-750);
572
+ --artwork-major-pink-tuile-hover: var(--pink-tuile-sun-425-moon-750-hover);
573
+ --artwork-major-pink-tuile-active: var(--pink-tuile-sun-425-moon-750-active);
574
+ --artwork-major-yellow-tournesol: var(--yellow-tournesol-sun-407-moon-922);
575
+ --artwork-major-yellow-tournesol-hover: var(--yellow-tournesol-sun-407-moon-922-hover);
576
+ --artwork-major-yellow-tournesol-active: var(--yellow-tournesol-sun-407-moon-922-active);
577
+ --artwork-major-yellow-moutarde: var(--yellow-moutarde-sun-348-moon-860);
578
+ --artwork-major-yellow-moutarde-hover: var(--yellow-moutarde-sun-348-moon-860-hover);
579
+ --artwork-major-yellow-moutarde-active: var(--yellow-moutarde-sun-348-moon-860-active);
580
+ --artwork-major-orange-terre-battue: var(--orange-terre-battue-sun-370-moon-672);
581
+ --artwork-major-orange-terre-battue-hover: var(--orange-terre-battue-sun-370-moon-672-hover);
582
+ --artwork-major-orange-terre-battue-active: var(--orange-terre-battue-sun-370-moon-672-active);
583
+ --artwork-major-brown-cafe-creme: var(--brown-cafe-creme-sun-383-moon-885);
584
+ --artwork-major-brown-cafe-creme-hover: var(--brown-cafe-creme-sun-383-moon-885-hover);
585
+ --artwork-major-brown-cafe-creme-active: var(--brown-cafe-creme-sun-383-moon-885-active);
586
+ --artwork-major-brown-caramel: var(--brown-caramel-sun-425-moon-901);
587
+ --artwork-major-brown-caramel-hover: var(--brown-caramel-sun-425-moon-901-hover);
588
+ --artwork-major-brown-caramel-active: var(--brown-caramel-sun-425-moon-901-active);
589
+ --artwork-major-brown-opera: var(--brown-opera-sun-395-moon-820);
590
+ --artwork-major-brown-opera-hover: var(--brown-opera-sun-395-moon-820-hover);
591
+ --artwork-major-brown-opera-active: var(--brown-opera-sun-395-moon-820-active);
592
+ --artwork-major-beige-gris-galet: var(--beige-gris-galet-sun-407-moon-821);
593
+ --artwork-major-beige-gris-galet-hover: var(--beige-gris-galet-sun-407-moon-821-hover);
594
+ --artwork-major-beige-gris-galet-active: var(--beige-gris-galet-sun-407-moon-821-active);
595
+ --artwork-minor-blue-france: var(--blue-france-main-525);
596
+ --artwork-minor-red-marianne: var(--red-marianne-main-472);
597
+ --artwork-minor-green-tilleul-verveine: var(--green-tilleul-verveine-main-707);
598
+ --artwork-minor-green-bourgeon: var(--green-bourgeon-main-640);
599
+ --artwork-minor-green-emeraude: var(--green-emeraude-main-632);
600
+ --artwork-minor-green-menthe: var(--green-menthe-main-548);
601
+ --artwork-minor-green-archipel: var(--green-archipel-main-557);
602
+ --artwork-minor-blue-ecume: var(--blue-ecume-main-400);
603
+ --artwork-minor-blue-cumulus: var(--blue-cumulus-main-526);
604
+ --artwork-minor-purple-glycine: var(--purple-glycine-main-494);
605
+ --artwork-minor-pink-macaron: var(--pink-macaron-main-689);
606
+ --artwork-minor-pink-tuile: var(--pink-tuile-main-556);
607
+ --artwork-minor-yellow-tournesol: var(--yellow-tournesol-main-731);
608
+ --artwork-minor-yellow-moutarde: var(--yellow-moutarde-main-679);
609
+ --artwork-minor-orange-terre-battue: var(--orange-terre-battue-main-645);
610
+ --artwork-minor-brown-cafe-creme: var(--brown-cafe-creme-main-782);
611
+ --artwork-minor-brown-caramel: var(--brown-caramel-main-648);
612
+ --artwork-minor-brown-opera: var(--brown-opera-main-680);
613
+ --artwork-minor-beige-gris-galet: var(--beige-gris-galet-main-702);
614
+ --artwork-decorative-grey: var(--grey-950-100);
615
+ --artwork-decorative-blue-france: var(--blue-france-950-100);
616
+ --artwork-decorative-red-marianne: var(--red-marianne-950-100);
617
+ --artwork-decorative-green-tilleul-verveine: var(--green-tilleul-verveine-950-100);
618
+ --artwork-decorative-green-bourgeon: var(--green-bourgeon-950-100);
619
+ --artwork-decorative-green-emeraude: var(--green-emeraude-950-100);
620
+ --artwork-decorative-green-menthe: var(--green-menthe-950-100);
621
+ --artwork-decorative-green-archipel: var(--green-archipel-950-100);
622
+ --artwork-decorative-blue-ecume: var(--blue-ecume-950-100);
623
+ --artwork-decorative-blue-cumulus: var(--blue-cumulus-950-100);
624
+ --artwork-decorative-purple-glycine: var(--purple-glycine-950-100);
625
+ --artwork-decorative-pink-macaron: var(--pink-macaron-950-100);
626
+ --artwork-decorative-pink-tuile: var(--pink-tuile-950-100);
627
+ --artwork-decorative-yellow-tournesol: var(--yellow-tournesol-950-100);
628
+ --artwork-decorative-yellow-moutarde: var(--yellow-moutarde-950-100);
629
+ --artwork-decorative-orange-terre-battue: var(--orange-terre-battue-950-100);
630
+ --artwork-decorative-brown-cafe-creme: var(--brown-cafe-creme-950-100);
631
+ --artwork-decorative-brown-caramel: var(--brown-caramel-950-100);
632
+ --artwork-decorative-brown-opera: var(--brown-opera-950-100);
633
+ --artwork-decorative-beige-gris-galet: var(--beige-gris-galet-950-100);
634
+ --artwork-background-grey: var(--grey-975-75);
635
+ --artwork-background-blue-france: var(--blue-france-975-75);
636
+ --artwork-background-red-marianne: var(--red-marianne-975-75);
637
+ --artwork-background-green-tilleul-verveine: var(--green-tilleul-verveine-975-75);
638
+ --artwork-background-green-bourgeon: var(--green-bourgeon-975-75);
639
+ --artwork-background-green-emeraude: var(--green-emeraude-975-75);
640
+ --artwork-background-green-menthe: var(--green-menthe-975-75);
641
+ --artwork-background-green-archipel: var(--green-archipel-975-75);
642
+ --artwork-background-blue-ecume: var(--blue-ecume-975-75);
643
+ --artwork-background-blue-cumulus: var(--blue-cumulus-975-75);
644
+ --artwork-background-purple-glycine: var(--purple-glycine-975-75);
645
+ --artwork-background-pink-macaron: var(--pink-macaron-975-75);
646
+ --artwork-background-pink-tuile: var(--pink-tuile-975-75);
647
+ --artwork-background-yellow-tournesol: var(--yellow-tournesol-975-75);
648
+ --artwork-background-yellow-moutarde: var(--yellow-moutarde-975-75);
649
+ --artwork-background-orange-terre-battue: var(--orange-terre-battue-975-75);
650
+ --artwork-background-brown-cafe-creme: var(--brown-cafe-creme-975-75);
651
+ --artwork-background-brown-caramel: var(--brown-caramel-975-75);
652
+ --artwork-background-brown-opera: var(--brown-opera-975-75);
653
+ --artwork-background-beige-gris-galet: var(--beige-gris-galet-975-75);
654
+ --artwork-motif-grey: var(--grey-925-125);
655
+ --artwork-motif-blue-france: var(--blue-france-925-125);
656
+ --artwork-motif-red-marianne: var(--red-marianne-925-125);
657
+ --artwork-motif-green-tilleul-verveine: var(--green-tilleul-verveine-925-125);
658
+ --artwork-motif-green-bourgeon: var(--green-bourgeon-925-125);
659
+ --artwork-motif-green-emeraude: var(--green-emeraude-925-125);
660
+ --artwork-motif-green-menthe: var(--green-menthe-925-125);
661
+ --artwork-motif-green-archipel: var(--green-archipel-925-125);
662
+ --artwork-motif-blue-ecume: var(--blue-ecume-925-125);
663
+ --artwork-motif-blue-cumulus: var(--blue-cumulus-925-125);
664
+ --artwork-motif-purple-glycine: var(--purple-glycine-925-125);
665
+ --artwork-motif-pink-macaron: var(--pink-macaron-925-125);
666
+ --artwork-motif-pink-tuile: var(--pink-tuile-925-125);
667
+ --artwork-motif-yellow-tournesol: var(--yellow-tournesol-925-125);
668
+ --artwork-motif-yellow-moutarde: var(--yellow-moutarde-925-125);
669
+ --artwork-motif-orange-terre-battue: var(--orange-terre-battue-925-125);
670
+ --artwork-motif-brown-cafe-creme: var(--brown-cafe-creme-925-125);
671
+ --artwork-motif-brown-caramel: var(--brown-caramel-925-125);
672
+ --artwork-motif-brown-opera: var(--brown-opera-925-125);
673
+ --artwork-motif-beige-gris-galet: var(--beige-gris-galet-925-125);
674
+ --grey-1000-50: #fff;
675
+ --grey-1000-50-hover: #f6f6f6;
676
+ --grey-1000-50-active: #ededed;
677
+ --grey-975-75: #f6f6f6;
678
+ --grey-975-75-hover: #dfdfdf;
679
+ --grey-975-75-active: #cfcfcf;
680
+ --grey-950-100: #eee;
681
+ --grey-950-100-hover: #d2d2d2;
682
+ --grey-950-100-active: #c1c1c1;
683
+ --grey-200-850: #3a3a3a;
684
+ --grey-200-850-hover: #616161;
685
+ --grey-200-850-active: #777;
686
+ --grey-925-125: #e5e5e5;
687
+ --grey-1000-75: #fff;
688
+ --grey-1000-75-hover: #f6f6f6;
689
+ --grey-1000-75-active: #ededed;
690
+ --grey-1000-100: #fff;
691
+ --grey-1000-100-hover: #f6f6f6;
692
+ --grey-1000-100-active: #ededed;
693
+ --grey-975-100: #f6f6f6;
694
+ --grey-975-100-hover: #dfdfdf;
695
+ --grey-975-100-active: #cfcfcf;
696
+ --grey-975-125: #f6f6f6;
697
+ --grey-975-125-hover: #dfdfdf;
698
+ --grey-975-125-active: #cfcfcf;
699
+ --grey-950-125: #eee;
700
+ --grey-950-125-hover: #d2d2d2;
701
+ --grey-950-125-active: #c1c1c1;
702
+ --grey-950-150: #eee;
703
+ --grey-950-150-hover: #d2d2d2;
704
+ --grey-950-150-active: #c1c1c1;
705
+ --grey-50-1000: #161616;
706
+ --grey-425-625: #666;
707
+ --grey-625-425: #929292;
708
+ --grey-0-1000: #000;
709
+ --grey-900-175: #ddd;
710
+ --blue-france-975-75: #f5f5fe;
711
+ --blue-france-975-75-hover: #dcdcfc;
712
+ --blue-france-975-75-active: #cbcbfa;
713
+ --blue-france-950-100: #ececfe;
714
+ --blue-france-950-100-hover: #cecefc;
715
+ --blue-france-950-100-active: #bbbbfc;
716
+ --blue-france-sun-113-625: #000091;
717
+ --blue-france-sun-113-625-hover: #1212ff;
718
+ --blue-france-sun-113-625-active: #2323ff;
719
+ --blue-france-925-125: #e3e3fd;
720
+ --blue-france-925-125-hover: #c1c1fb;
721
+ --blue-france-925-125-active: #adadf9;
722
+ --blue-france-975-sun-113: #f5f5fe;
723
+ --blue-france-main-525: #6a6af4;
724
+ --blue-france-850-200: #cacafb;
725
+ --red-marianne-975-75: #fef4f4;
726
+ --red-marianne-975-75-hover: #fcd7d7;
727
+ --red-marianne-975-75-active: #fac4c4;
728
+ --red-marianne-950-100: #fee9e9;
729
+ --red-marianne-950-100-hover: #fdc5c5;
730
+ --red-marianne-950-100-active: #fcafaf;
731
+ --red-marianne-425-625: #c9191e;
732
+ --red-marianne-425-625-hover: #f93f42;
733
+ --red-marianne-425-625-active: #f95a5c;
734
+ --red-marianne-925-125: #fddede;
735
+ --red-marianne-925-125-hover: #fbb6b6;
736
+ --red-marianne-925-125-active: #fa9e9e;
737
+ --red-marianne-main-472: #e1000f;
738
+ --red-marianne-850-200: #fcbfbf;
739
+ --info-950-100: #e8edff;
740
+ --info-950-100-hover: #c2d1ff;
741
+ --info-950-100-active: #a9bfff;
742
+ --info-425-625: #0063cb;
743
+ --info-425-625-hover: #3b87ff;
744
+ --info-425-625-active: #6798ff;
745
+ --info-975-75: #f4f6ff;
746
+ --success-950-100: #b8fec9;
747
+ --success-950-100-hover: #46fd89;
748
+ --success-950-100-active: #34eb7b;
749
+ --success-425-625: #18753c;
750
+ --success-425-625-hover: #27a959;
751
+ --success-425-625-active: #2fc368;
752
+ --success-975-75: #dffee6;
753
+ --warning-950-100: #ffe9e6;
754
+ --warning-950-100-hover: #ffc6bd;
755
+ --warning-950-100-active: #ffb0a2;
756
+ --warning-425-625: #b34000;
757
+ --warning-425-625-hover: #ff6218;
758
+ --warning-425-625-active: #ff7a55;
759
+ --warning-975-75: #fff4f3;
760
+ --error-950-100: #ffe9e9;
761
+ --error-950-100-hover: #ffc5c5;
762
+ --error-950-100-active: #ffafaf;
763
+ --error-425-625: #ce0500;
764
+ --error-425-625-hover: #ff2725;
765
+ --error-425-625-active: #ff4140;
766
+ --error-975-75: #fff4f4;
767
+ --green-tilleul-verveine-975-75: #fef7da;
768
+ --green-tilleul-verveine-975-75-hover: #fce552;
769
+ --green-tilleul-verveine-975-75-active: #ebd54c;
770
+ --green-tilleul-verveine-950-100: #fceeac;
771
+ --green-tilleul-verveine-950-100-hover: #e8d45c;
772
+ --green-tilleul-verveine-950-100-active: #d4c254;
773
+ --green-tilleul-verveine-sun-418-moon-817: #66673d;
774
+ --green-tilleul-verveine-sun-418-moon-817-hover: #929359;
775
+ --green-tilleul-verveine-sun-418-moon-817-active: #a7a967;
776
+ --green-tilleul-verveine-925-125: #fbe769;
777
+ --green-tilleul-verveine-925-125-hover: #d7c655;
778
+ --green-tilleul-verveine-925-125-active: #c2b24c;
779
+ --green-tilleul-verveine-main-707: #b7a73f;
780
+ --green-tilleul-verveine-850-200: #e2cf58;
781
+ --green-bourgeon-975-75: #e6feda;
782
+ --green-bourgeon-975-75-hover: #a7fc62;
783
+ --green-bourgeon-975-75-active: #98ed4d;
784
+ --green-bourgeon-950-100: #c9fcac;
785
+ --green-bourgeon-950-100-hover: #9ae95d;
786
+ --green-bourgeon-950-100-active: #8dd555;
787
+ --green-bourgeon-sun-425-moon-759: #447049;
788
+ --green-bourgeon-sun-425-moon-759-hover: #639f6a;
789
+ --green-bourgeon-sun-425-moon-759-active: #72b77a;
790
+ --green-bourgeon-925-125: #a9fb68;
791
+ --green-bourgeon-925-125-hover: #8ed654;
792
+ --green-bourgeon-925-125-active: #7fc04b;
793
+ --green-bourgeon-main-640: #68a532;
794
+ --green-bourgeon-850-200: #95e257;
795
+ --green-emeraude-975-75: #e3fdeb;
796
+ --green-emeraude-975-75-hover: #94f9b9;
797
+ --green-emeraude-975-75-active: #6df1a3;
798
+ --green-emeraude-950-100: #c3fad5;
799
+ --green-emeraude-950-100-hover: #77eda5;
800
+ --green-emeraude-950-100-active: #6dd897;
801
+ --green-emeraude-sun-425-moon-753: #297254;
802
+ --green-emeraude-sun-425-moon-753-hover: #3ea47a;
803
+ --green-emeraude-sun-425-moon-753-active: #49bc8d;
804
+ --green-emeraude-925-125: #9ef9be;
805
+ --green-emeraude-925-125-hover: #69df97;
806
+ --green-emeraude-925-125-active: #5ec988;
807
+ --green-emeraude-main-632: #00a95f;
808
+ --green-emeraude-850-200: #6fe49d;
809
+ --green-menthe-975-75: #dffdf7;
810
+ --green-menthe-975-75-hover: #84f9e7;
811
+ --green-menthe-975-75-active: #70ebd8;
812
+ --green-menthe-950-100: #bafaee;
813
+ --green-menthe-950-100-hover: #79e7d5;
814
+ --green-menthe-950-100-active: #6fd3c3;
815
+ --green-menthe-sun-373-moon-652: #37635f;
816
+ --green-menthe-sun-373-moon-652-hover: #53918c;
817
+ --green-menthe-sun-373-moon-652-active: #62a9a2;
818
+ --green-menthe-925-125: #8bf8e7;
819
+ --green-menthe-925-125-hover: #6ed5c5;
820
+ --green-menthe-925-125-active: #62bfb1;
821
+ --green-menthe-main-548: #009081;
822
+ --green-menthe-850-200: #73e0cf;
823
+ --green-archipel-975-75: #e5fbfd;
824
+ --green-archipel-975-75-hover: #99f2f8;
825
+ --green-archipel-975-75-active: #73e9f0;
826
+ --green-archipel-950-100: #c7f6fc;
827
+ --green-archipel-950-100-hover: #64ecf8;
828
+ --green-archipel-950-100-active: #5bd8e3;
829
+ --green-archipel-sun-391-moon-716: #006a6f;
830
+ --green-archipel-sun-391-moon-716-hover: #009fa7;
831
+ --green-archipel-sun-391-moon-716-active: #00bbc3;
832
+ --green-archipel-925-125: #a6f2fa;
833
+ --green-archipel-925-125-hover: #62dbe5;
834
+ --green-archipel-925-125-active: #58c5cf;
835
+ --green-archipel-main-557: #009099;
836
+ --green-archipel-850-200: #60e0eb;
837
+ --blue-ecume-975-75: #f4f6fe;
838
+ --blue-ecume-975-75-hover: #d7dffb;
839
+ --blue-ecume-975-75-active: #c3cffa;
840
+ --blue-ecume-950-100: #e9edfe;
841
+ --blue-ecume-950-100-hover: #c5d0fc;
842
+ --blue-ecume-950-100-active: #adbffc;
843
+ --blue-ecume-sun-247-moon-675: #2f4077;
844
+ --blue-ecume-sun-247-moon-675-hover: #4e68bb;
845
+ --blue-ecume-sun-247-moon-675-active: #667dcf;
846
+ --blue-ecume-925-125: #dee5fd;
847
+ --blue-ecume-925-125-hover: #b4c5fb;
848
+ --blue-ecume-925-125-active: #99b3f9;
849
+ --blue-ecume-main-400: #465f9d;
850
+ --blue-ecume-850-200: #bfccfb;
851
+ --blue-cumulus-975-75: #f3f6fe;
852
+ --blue-cumulus-975-75-hover: #d3dffc;
853
+ --blue-cumulus-975-75-active: #bed0fa;
854
+ --blue-cumulus-950-100: #e6eefe;
855
+ --blue-cumulus-950-100-hover: #bcd3fc;
856
+ --blue-cumulus-950-100-active: #9fc3fc;
857
+ --blue-cumulus-sun-368-moon-732: #3558a2;
858
+ --blue-cumulus-sun-368-moon-732-hover: #5982e0;
859
+ --blue-cumulus-sun-368-moon-732-active: #7996e6;
860
+ --blue-cumulus-925-125: #dae6fd;
861
+ --blue-cumulus-925-125-hover: #a9c8fb;
862
+ --blue-cumulus-925-125-active: #8ab8f9;
863
+ --blue-cumulus-main-526: #417dc4;
864
+ --blue-cumulus-850-200: #b6cffb;
865
+ --purple-glycine-975-75: #fef3fd;
866
+ --purple-glycine-975-75-hover: #fcd4f8;
867
+ --purple-glycine-975-75-active: #fabff5;
868
+ --purple-glycine-950-100: #fee7fc;
869
+ --purple-glycine-950-100-hover: #fdc0f8;
870
+ --purple-glycine-950-100-active: #fca8f6;
871
+ --purple-glycine-sun-319-moon-630: #6e445a;
872
+ --purple-glycine-sun-319-moon-630-hover: #a66989;
873
+ --purple-glycine-sun-319-moon-630-active: #bb7f9e;
874
+ --purple-glycine-925-125: #fddbfa;
875
+ --purple-glycine-925-125-hover: #fbaff5;
876
+ --purple-glycine-925-125-active: #fa96f2;
877
+ --purple-glycine-main-494: #a558a0;
878
+ --purple-glycine-850-200: #fbb8f6;
879
+ --pink-macaron-975-75: #fef4f2;
880
+ --pink-macaron-975-75-hover: #fcd8d0;
881
+ --pink-macaron-975-75-active: #fac5b8;
882
+ --pink-macaron-950-100: #fee9e6;
883
+ --pink-macaron-950-100-hover: #fdc6bd;
884
+ --pink-macaron-950-100-active: #fcb0a2;
885
+ --pink-macaron-sun-406-moon-833: #8d533e;
886
+ --pink-macaron-sun-406-moon-833-hover: #ca795c;
887
+ --pink-macaron-sun-406-moon-833-active: #e08e73;
888
+ --pink-macaron-925-125: #fddfda;
889
+ --pink-macaron-925-125-hover: #fbb8ab;
890
+ --pink-macaron-925-125-active: #faa18d;
891
+ --pink-macaron-main-689: #e18b76;
892
+ --pink-macaron-850-200: #fcc0b4;
893
+ --pink-tuile-975-75: #fef4f3;
894
+ --pink-tuile-975-75-hover: #fcd7d3;
895
+ --pink-tuile-975-75-active: #fac4be;
896
+ --pink-tuile-950-100: #fee9e7;
897
+ --pink-tuile-950-100-hover: #fdc6c0;
898
+ --pink-tuile-950-100-active: #fcb0a7;
899
+ --pink-tuile-sun-425-moon-750: #a94645;
900
+ --pink-tuile-sun-425-moon-750-hover: #d5706f;
901
+ --pink-tuile-sun-425-moon-750-active: #da8a89;
902
+ --pink-tuile-925-125: #fddfdb;
903
+ --pink-tuile-925-125-hover: #fbb8ad;
904
+ --pink-tuile-925-125-active: #faa191;
905
+ --pink-tuile-main-556: #ce614a;
906
+ --pink-tuile-850-200: #fcbfb7;
907
+ --yellow-tournesol-975-75: #fef6e3;
908
+ --yellow-tournesol-975-75-hover: #fce086;
909
+ --yellow-tournesol-975-75-active: #f5d24b;
910
+ --yellow-tournesol-950-100: #feecc2;
911
+ --yellow-tournesol-950-100-hover: #fbd335;
912
+ --yellow-tournesol-950-100-active: #e6c130;
913
+ --yellow-tournesol-sun-407-moon-922: #716043;
914
+ --yellow-tournesol-sun-407-moon-922-hover: #a28a62;
915
+ --yellow-tournesol-sun-407-moon-922-active: #ba9f72;
916
+ --yellow-tournesol-925-125: #fde39c;
917
+ --yellow-tournesol-925-125-hover: #e9c53b;
918
+ --yellow-tournesol-925-125-active: #d3b235;
919
+ --yellow-tournesol-main-731: #c8aa39;
920
+ --yellow-tournesol-850-200: #efcb3a;
921
+ --yellow-moutarde-975-75: #fef5e8;
922
+ --yellow-moutarde-975-75-hover: #fcdca3;
923
+ --yellow-moutarde-975-75-active: #fbcd64;
924
+ --yellow-moutarde-950-100: #feebd0;
925
+ --yellow-moutarde-950-100-hover: #fdcd6d;
926
+ --yellow-moutarde-950-100-active: #f4be30;
927
+ --yellow-moutarde-sun-348-moon-860: #695240;
928
+ --yellow-moutarde-sun-348-moon-860-hover: #9b7b61;
929
+ --yellow-moutarde-sun-348-moon-860-active: #b58f72;
930
+ --yellow-moutarde-925-125: #fde2b5;
931
+ --yellow-moutarde-925-125-hover: #f6c43c;
932
+ --yellow-moutarde-925-125-active: #dfb135;
933
+ --yellow-moutarde-main-679: #c3992a;
934
+ --yellow-moutarde-850-200: #fcc63a;
935
+ --orange-terre-battue-975-75: #fef4f2;
936
+ --orange-terre-battue-975-75-hover: #fcd8d0;
937
+ --orange-terre-battue-975-75-active: #fac5b8;
938
+ --orange-terre-battue-950-100: #fee9e5;
939
+ --orange-terre-battue-950-100-hover: #fdc6ba;
940
+ --orange-terre-battue-950-100-active: #fcb09e;
941
+ --orange-terre-battue-sun-370-moon-672: #755348;
942
+ --orange-terre-battue-sun-370-moon-672-hover: #ab7b6b;
943
+ --orange-terre-battue-sun-370-moon-672-active: #c68f7d;
944
+ --orange-terre-battue-925-125: #fddfd8;
945
+ --orange-terre-battue-925-125-hover: #fbb8a5;
946
+ --orange-terre-battue-925-125-active: #faa184;
947
+ --orange-terre-battue-main-645: #e4794a;
948
+ --orange-terre-battue-850-200: #fcc0b0;
949
+ --brown-cafe-creme-975-75: #fbf6ed;
950
+ --brown-cafe-creme-975-75-hover: #f2deb6;
951
+ --brown-cafe-creme-975-75-active: #eacf91;
952
+ --brown-cafe-creme-950-100: #f7ecdb;
953
+ --brown-cafe-creme-950-100-hover: #edce94;
954
+ --brown-cafe-creme-950-100-active: #dabd84;
955
+ --brown-cafe-creme-sun-383-moon-885: #685c48;
956
+ --brown-cafe-creme-sun-383-moon-885-hover: #97866a;
957
+ --brown-cafe-creme-sun-383-moon-885-active: #ae9b7b;
958
+ --brown-cafe-creme-925-125: #f4e3c7;
959
+ --brown-cafe-creme-925-125-hover: #e1c386;
960
+ --brown-cafe-creme-925-125-active: #ccb078;
961
+ --brown-cafe-creme-main-782: #d1b781;
962
+ --brown-cafe-creme-850-200: #e7ca8e;
963
+ --brown-caramel-975-75: #fbf5f2;
964
+ --brown-caramel-975-75-hover: #f1dbcf;
965
+ --brown-caramel-975-75-active: #ecc9b5;
966
+ --brown-caramel-950-100: #f7ebe5;
967
+ --brown-caramel-950-100-hover: #eccbb9;
968
+ --brown-caramel-950-100-active: #e6b79a;
969
+ --brown-caramel-sun-425-moon-901: #845d48;
970
+ --brown-caramel-sun-425-moon-901-hover: #bb8568;
971
+ --brown-caramel-sun-425-moon-901-active: #d69978;
972
+ --brown-caramel-925-125: #f3e2d9;
973
+ --brown-caramel-925-125-hover: #e7bea6;
974
+ --brown-caramel-925-125-active: #e1a982;
975
+ --brown-caramel-main-648: #c08c65;
976
+ --brown-caramel-850-200: #eac7b2;
977
+ --brown-opera-975-75: #fbf5f2;
978
+ --brown-opera-975-75-hover: #f1dbcf;
979
+ --brown-opera-975-75-active: #ecc9b5;
980
+ --brown-opera-950-100: #f7ece4;
981
+ --brown-opera-950-100-hover: #eccdb3;
982
+ --brown-opera-950-100-active: #e6ba90;
983
+ --brown-opera-sun-395-moon-820: #745b47;
984
+ --brown-opera-sun-395-moon-820-hover: #a78468;
985
+ --brown-opera-sun-395-moon-820-active: #c09979;
986
+ --brown-opera-925-125: #f3e2d7;
987
+ --brown-opera-925-125-hover: #e7bfa0;
988
+ --brown-opera-925-125-active: #deaa7e;
989
+ --brown-opera-main-680: #bd987a;
990
+ --brown-opera-850-200: #eac7ad;
991
+ --beige-gris-galet-975-75: #f9f6f2;
992
+ --beige-gris-galet-975-75-hover: #eadecd;
993
+ --beige-gris-galet-975-75-active: #e1ceb1;
994
+ --beige-gris-galet-950-100: #f3ede5;
995
+ --beige-gris-galet-950-100-hover: #e1d0b5;
996
+ --beige-gris-galet-950-100-active: #d1bea2;
997
+ --beige-gris-galet-sun-407-moon-821: #6a6156;
998
+ --beige-gris-galet-sun-407-moon-821-hover: #988b7c;
999
+ --beige-gris-galet-sun-407-moon-821-active: #afa08f;
1000
+ --beige-gris-galet-925-125: #eee4d9;
1001
+ --beige-gris-galet-925-125-hover: #dbc3a4;
1002
+ --beige-gris-galet-925-125-active: #c6b094;
1003
+ --beige-gris-galet-main-702: #aea397;
1004
+ --beige-gris-galet-850-200: #e0cab0;
1005
+ }
1006
+
1007
+ .lab-anssi-hero {
1008
+ --background-color: var(--artwork-major-blue-france);
1009
+ --text-color-titre: var(--text-inverted-grey);
1010
+ --text-color-description: var(--text-inverted-grey);
1011
+ background-color: var(--background-color);
1012
+ }
1013
+ .lab-anssi-hero__conteneur {
1014
+ padding-block: 48px;
1015
+ }
1016
+ @media (min-width: 48em) {
1017
+ .lab-anssi-hero__conteneur {
1018
+ display: flex;
1019
+ align-items: center;
1020
+ gap: 24px;
1021
+ }
1022
+ }
1023
+ @media (max-width: 47.98em) {
1024
+ .lab-anssi-hero__principal {
1025
+ margin-block-end: 32px;
1026
+ }
1027
+ }
1028
+ .lab-anssi-hero__titre {
1029
+ color: var(--text-color-titre);
1030
+ font-weight: 700;
1031
+ font-size: 48px;
1032
+ line-height: 56px;
1033
+ margin-block: 0 8px;
1034
+ }
1035
+ .lab-anssi-hero__description {
1036
+ color: var(--text-color-description);
1037
+ font-size: 20px;
1038
+ line-height: 32px;
1039
+ margin-block: 0;
1040
+ }
1041
+ .lab-anssi-hero__description:not(:last-child) {
1042
+ margin-block-end: 32px;
1043
+ }
1044
+ .lab-anssi-hero__actions {
1045
+ display: flex;
1046
+ flex-direction: column;
1047
+ gap: 16px;
1048
+ }
1049
+ @media (min-width: 48em) {
1050
+ .lab-anssi-hero__actions {
1051
+ flex-direction: row;
1052
+ }
1053
+ }
1054
+ .lab-anssi-hero__figure {
1055
+ margin: 0;
1056
+ max-width: 588px;
1057
+ }
1058
+ .lab-anssi-hero__image {
1059
+ max-width: 100%;
1060
+ }
1061
+ .lab-anssi-hero--inverse {
1062
+ --background-color: var(--background-contrast-blue-france);
1063
+ --text-color-titre: var(--text-title-blue-france);
1064
+ --text-color-description: var(--text-default-grey);
1065
+ }
1066
+ .lab-anssi-hero--sans-image .lab-anssi-hero__conteneur {
1067
+ justify-content: center;
1068
+ padding-block: 72px;
1069
+ text-align: center;
1070
+ }
1071
+ .lab-anssi-hero--sans-image .lab-anssi-hero__titre {
1072
+ margin-block-end: 16px;
1073
+ }</style>