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