@lab-anssi/ui-kit 1.24.0 → 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.
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 +3 -0
  21. package/dist/index.js +3 -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 +186 -41
  101. package/dist/webcomponents/lab-anssi-ui-kit.jsx.d.ts +23 -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,1270 @@
1
+ <svelte:options
2
+ customElement={{
3
+ tag: "dsfr-button",
4
+ props: {
5
+ hasIcon: { attribute: "has-icon", type: "Boolean" },
6
+ icon: { attribute: "icon", type: "String" },
7
+ iconPlace: { attribute: "icon-place", type: "String" },
8
+ markup: { attribute: "markup", type: "String" },
9
+ type: { attribute: "type", type: "String" },
10
+ href: { attribute: "href", type: "String" },
11
+ target: { attribute: "target", type: "String" },
12
+ label: { attribute: "label", type: "String" },
13
+ kind: { attribute: "kind", type: "String" },
14
+ size: { attribute: "size", type: "String" },
15
+ id: { attribute: "id", type: "String" },
16
+ title: { attribute: "title", type: "String" },
17
+ disabled: { attribute: "disabled", type: "Boolean" },
18
+ },
19
+ }}
20
+ />
21
+
22
+ <script lang="ts">import { setIconClass } from "../utilitaires";
23
+ let {
24
+ label = "libell\xE9 du bouton",
25
+ kind = "primary",
26
+ size = "md",
27
+ disabled = false,
28
+ hasIcon = false,
29
+ icon = "checkbox-line",
30
+ iconPlace = "left",
31
+ markup = "button",
32
+ type = "button",
33
+ href,
34
+ target = "self",
35
+ id
36
+ } = $props();
37
+ function setButtonType(markup2) {
38
+ if (markup2 === "button" || markup2 === "input") return type;
39
+ return void 0;
40
+ }
41
+ let iconClass = $derived.by(() => {
42
+ return hasIcon && icon && setIconClass(icon);
43
+ });
44
+ let iconPlaceClass = $derived.by(() => {
45
+ return hasIcon && iconPlace !== "only" && `fr-btn--icon-${iconPlace}`;
46
+ });
47
+ let kindClass = $derived(`fr-btn--${kind}`);
48
+ let sizeClass = $derived(`fr-btn--${size}`);
49
+ </script>
50
+
51
+ <svelte:element
52
+ this={markup}
53
+ {id}
54
+ type={setButtonType(markup)}
55
+ href={markup === "a" ? href : undefined}
56
+ target={markup === "a" ? target : undefined}
57
+ {disabled}
58
+ class={["fr-btn", iconClass, iconPlaceClass, kindClass, sizeClass]}
59
+ >
60
+ {label}
61
+ </svelte:element>
62
+
63
+ <style>@charset "UTF-8";
64
+ /*!
65
+ * DSFR v1.14.1 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
66
+ */
67
+ a{--hover-tint:var(--idle);--active-tint:var(--active);color:inherit;text-decoration:var(--text-decoration)}
68
+ :root{--underline-max-width:100%;--underline-hover-width:0;--underline-idle-width:var(--underline-max-width);--underline-x:calc(var(--underline-max-width)*0);--underline-thickness:0.0625em;--underline-img:linear-gradient(0deg,currentColor,currentColor);--external-link-content:"";--text-decoration:none;--ul-type:disc;--ol-type:decimal;--ul-start:1rem;--ol-start:1.5rem;--xl-block:0.5rem;--li-bottom:0.25rem;--xl-base:1em;--ol-content:counters(li-counter,".") ".  ";--text-spacing:0 0 1.5rem;--title-spacing:0 0 1.5rem;--display-spacing:0 0 2rem;--background-default-grey:var(--grey-1000-50);--background-default-grey-hover:var(--grey-1000-50-hover);--background-default-grey-active:var(--grey-1000-50-active);--background-alt-grey:var(--grey-975-75);--background-alt-grey-hover:var(--grey-975-75-hover);--background-alt-grey-active:var(--grey-975-75-active);--background-alt-blue-france:var(--blue-france-975-75);--background-alt-blue-france-hover:var(--blue-france-975-75-hover);--background-alt-blue-france-active:var(--blue-france-975-75-active);--background-alt-red-marianne:var(--red-marianne-975-75);--background-alt-red-marianne-hover:var(--red-marianne-975-75-hover);--background-alt-red-marianne-active:var(--red-marianne-975-75-active);--background-alt-green-tilleul-verveine:var(--green-tilleul-verveine-975-75);--background-alt-green-tilleul-verveine-hover:var(--green-tilleul-verveine-975-75-hover);--background-alt-green-tilleul-verveine-active:var(--green-tilleul-verveine-975-75-active);--background-alt-green-bourgeon:var(--green-bourgeon-975-75);--background-alt-green-bourgeon-hover:var(--green-bourgeon-975-75-hover);--background-alt-green-bourgeon-active:var(--green-bourgeon-975-75-active);--background-alt-green-emeraude:var(--green-emeraude-975-75);--background-alt-green-emeraude-hover:var(--green-emeraude-975-75-hover);--background-alt-green-emeraude-active:var(--green-emeraude-975-75-active);--background-alt-green-menthe:var(--green-menthe-975-75);--background-alt-green-menthe-hover:var(--green-menthe-975-75-hover);--background-alt-green-menthe-active:var(--green-menthe-975-75-active);--background-alt-green-archipel:var(--green-archipel-975-75);--background-alt-green-archipel-hover:var(--green-archipel-975-75-hover);--background-alt-green-archipel-active:var(--green-archipel-975-75-active);--background-alt-blue-ecume:var(--blue-ecume-975-75);--background-alt-blue-ecume-hover:var(--blue-ecume-975-75-hover);--background-alt-blue-ecume-active:var(--blue-ecume-975-75-active);--background-alt-blue-cumulus:var(--blue-cumulus-975-75);--background-alt-blue-cumulus-hover:var(--blue-cumulus-975-75-hover);--background-alt-blue-cumulus-active:var(--blue-cumulus-975-75-active);--background-alt-purple-glycine:var(--purple-glycine-975-75);--background-alt-purple-glycine-hover:var(--purple-glycine-975-75-hover);--background-alt-purple-glycine-active:var(--purple-glycine-975-75-active);--background-alt-pink-macaron:var(--pink-macaron-975-75);--background-alt-pink-macaron-hover:var(--pink-macaron-975-75-hover);--background-alt-pink-macaron-active:var(--pink-macaron-975-75-active);--background-alt-pink-tuile:var(--pink-tuile-975-75);--background-alt-pink-tuile-hover:var(--pink-tuile-975-75-hover);--background-alt-pink-tuile-active:var(--pink-tuile-975-75-active);--background-alt-yellow-tournesol:var(--yellow-tournesol-975-75);--background-alt-yellow-tournesol-hover:var(--yellow-tournesol-975-75-hover);--background-alt-yellow-tournesol-active:var(--yellow-tournesol-975-75-active);--background-alt-yellow-moutarde:var(--yellow-moutarde-975-75);--background-alt-yellow-moutarde-hover:var(--yellow-moutarde-975-75-hover);--background-alt-yellow-moutarde-active:var(--yellow-moutarde-975-75-active);--background-alt-orange-terre-battue:var(--orange-terre-battue-975-75);--background-alt-orange-terre-battue-hover:var(--orange-terre-battue-975-75-hover);--background-alt-orange-terre-battue-active:var(--orange-terre-battue-975-75-active);--background-alt-brown-cafe-creme:var(--brown-cafe-creme-975-75);--background-alt-brown-cafe-creme-hover:var(--brown-cafe-creme-975-75-hover);--background-alt-brown-cafe-creme-active:var(--brown-cafe-creme-975-75-active);--background-alt-brown-caramel:var(--brown-caramel-975-75);--background-alt-brown-caramel-hover:var(--brown-caramel-975-75-hover);--background-alt-brown-caramel-active:var(--brown-caramel-975-75-active);--background-alt-brown-opera:var(--brown-opera-975-75);--background-alt-brown-opera-hover:var(--brown-opera-975-75-hover);--background-alt-brown-opera-active:var(--brown-opera-975-75-active);--background-alt-beige-gris-galet:var(--beige-gris-galet-975-75);--background-alt-beige-gris-galet-hover:var(--beige-gris-galet-975-75-hover);--background-alt-beige-gris-galet-active:var(--beige-gris-galet-975-75-active);--background-contrast-grey:var(--grey-950-100);--background-contrast-grey-hover:var(--grey-950-100-hover);--background-contrast-grey-active:var(--grey-950-100-active);--background-contrast-blue-france:var(--blue-france-950-100);--background-contrast-blue-france-hover:var(--blue-france-950-100-hover);--background-contrast-blue-france-active:var(--blue-france-950-100-active);--background-contrast-red-marianne:var(--red-marianne-950-100);--background-contrast-red-marianne-hover:var(--red-marianne-950-100-hover);--background-contrast-red-marianne-active:var(--red-marianne-950-100-active);--background-contrast-green-tilleul-verveine:var(--green-tilleul-verveine-950-100);--background-contrast-green-tilleul-verveine-hover:var(--green-tilleul-verveine-950-100-hover);--background-contrast-green-tilleul-verveine-active:var(--green-tilleul-verveine-950-100-active);--background-contrast-green-bourgeon:var(--green-bourgeon-950-100);--background-contrast-green-bourgeon-hover:var(--green-bourgeon-950-100-hover);--background-contrast-green-bourgeon-active:var(--green-bourgeon-950-100-active);--background-contrast-green-emeraude:var(--green-emeraude-950-100);--background-contrast-green-emeraude-hover:var(--green-emeraude-950-100-hover);--background-contrast-green-emeraude-active:var(--green-emeraude-950-100-active);--background-contrast-green-menthe:var(--green-menthe-950-100);--background-contrast-green-menthe-hover:var(--green-menthe-950-100-hover);--background-contrast-green-menthe-active:var(--green-menthe-950-100-active);--background-contrast-green-archipel:var(--green-archipel-950-100);--background-contrast-green-archipel-hover:var(--green-archipel-950-100-hover);--background-contrast-green-archipel-active:var(--green-archipel-950-100-active);--background-contrast-blue-ecume:var(--blue-ecume-950-100);--background-contrast-blue-ecume-hover:var(--blue-ecume-950-100-hover);--background-contrast-blue-ecume-active:var(--blue-ecume-950-100-active);--background-contrast-blue-cumulus:var(--blue-cumulus-950-100);--background-contrast-blue-cumulus-hover:var(--blue-cumulus-950-100-hover);--background-contrast-blue-cumulus-active:var(--blue-cumulus-950-100-active);--background-contrast-purple-glycine:var(--purple-glycine-950-100);--background-contrast-purple-glycine-hover:var(--purple-glycine-950-100-hover);--background-contrast-purple-glycine-active:var(--purple-glycine-950-100-active);--background-contrast-pink-macaron:var(--pink-macaron-950-100);--background-contrast-pink-macaron-hover:var(--pink-macaron-950-100-hover);--background-contrast-pink-macaron-active:var(--pink-macaron-950-100-active);--background-contrast-pink-tuile:var(--pink-tuile-950-100);--background-contrast-pink-tuile-hover:var(--pink-tuile-950-100-hover);--background-contrast-pink-tuile-active:var(--pink-tuile-950-100-active);--background-contrast-yellow-tournesol:var(--yellow-tournesol-950-100);--background-contrast-yellow-tournesol-hover:var(--yellow-tournesol-950-100-hover);--background-contrast-yellow-tournesol-active:var(--yellow-tournesol-950-100-active);--background-contrast-yellow-moutarde:var(--yellow-moutarde-950-100);--background-contrast-yellow-moutarde-hover:var(--yellow-moutarde-950-100-hover);--background-contrast-yellow-moutarde-active:var(--yellow-moutarde-950-100-active);--background-contrast-orange-terre-battue:var(--orange-terre-battue-950-100);--background-contrast-orange-terre-battue-hover:var(--orange-terre-battue-950-100-hover);--background-contrast-orange-terre-battue-active:var(--orange-terre-battue-950-100-active);--background-contrast-brown-cafe-creme:var(--brown-cafe-creme-950-100);--background-contrast-brown-cafe-creme-hover:var(--brown-cafe-creme-950-100-hover);--background-contrast-brown-cafe-creme-active:var(--brown-cafe-creme-950-100-active);--background-contrast-brown-caramel:var(--brown-caramel-950-100);--background-contrast-brown-caramel-hover:var(--brown-caramel-950-100-hover);--background-contrast-brown-caramel-active:var(--brown-caramel-950-100-active);--background-contrast-brown-opera:var(--brown-opera-950-100);--background-contrast-brown-opera-hover:var(--brown-opera-950-100-hover);--background-contrast-brown-opera-active:var(--brown-opera-950-100-active);--background-contrast-beige-gris-galet:var(--beige-gris-galet-950-100);--background-contrast-beige-gris-galet-hover:var(--beige-gris-galet-950-100-hover);--background-contrast-beige-gris-galet-active:var(--beige-gris-galet-950-100-active);--background-contrast-info:var(--info-950-100);--background-contrast-info-hover:var(--info-950-100-hover);--background-contrast-info-active:var(--info-950-100-active);--background-contrast-success:var(--success-950-100);--background-contrast-success-hover:var(--success-950-100-hover);--background-contrast-success-active:var(--success-950-100-active);--background-contrast-warning:var(--warning-950-100);--background-contrast-warning-hover:var(--warning-950-100-hover);--background-contrast-warning-active:var(--warning-950-100-active);--background-contrast-error:var(--error-950-100);--background-contrast-error-hover:var(--error-950-100-hover);--background-contrast-error-active:var(--error-950-100-active);--background-flat-grey:var(--grey-200-850);--background-flat-blue-france:var(--blue-france-sun-113-625);--background-flat-red-marianne:var(--red-marianne-425-625);--background-flat-green-tilleul-verveine:var(--green-tilleul-verveine-sun-418-moon-817);--background-flat-green-bourgeon:var(--green-bourgeon-sun-425-moon-759);--background-flat-green-emeraude:var(--green-emeraude-sun-425-moon-753);--background-flat-green-menthe:var(--green-menthe-sun-373-moon-652);--background-flat-green-archipel:var(--green-archipel-sun-391-moon-716);--background-flat-blue-ecume:var(--blue-ecume-sun-247-moon-675);--background-flat-blue-cumulus:var(--blue-cumulus-sun-368-moon-732);--background-flat-purple-glycine:var(--purple-glycine-sun-319-moon-630);--background-flat-pink-macaron:var(--pink-macaron-sun-406-moon-833);--background-flat-pink-tuile:var(--pink-tuile-sun-425-moon-750);--background-flat-yellow-tournesol:var(--yellow-tournesol-sun-407-moon-922);--background-flat-yellow-moutarde:var(--yellow-moutarde-sun-348-moon-860);--background-flat-orange-terre-battue:var(--orange-terre-battue-sun-370-moon-672);--background-flat-brown-cafe-creme:var(--brown-cafe-creme-sun-383-moon-885);--background-flat-brown-caramel:var(--brown-caramel-sun-425-moon-901);--background-flat-brown-opera:var(--brown-opera-sun-395-moon-820);--background-flat-beige-gris-galet:var(--beige-gris-galet-sun-407-moon-821);--background-flat-info:var(--info-425-625);--background-flat-success:var(--success-425-625);--background-flat-warning:var(--warning-425-625);--background-flat-error:var(--error-425-625);--background-action-high-grey:var(--grey-200-850);--background-action-high-grey-hover:var(--grey-200-850-hover);--background-action-high-grey-active:var(--grey-200-850-active);--background-action-high-blue-france:var(--blue-france-sun-113-625);--background-action-high-blue-france-hover:var(--blue-france-sun-113-625-hover);--background-action-high-blue-france-active:var(--blue-france-sun-113-625-active);--background-action-high-red-marianne:var(--red-marianne-425-625);--background-action-high-red-marianne-hover:var(--red-marianne-425-625-hover);--background-action-high-red-marianne-active:var(--red-marianne-425-625-active);--background-action-high-green-tilleul-verveine:var(--green-tilleul-verveine-sun-418-moon-817);--background-action-high-green-tilleul-verveine-hover:var(--green-tilleul-verveine-sun-418-moon-817-hover);--background-action-high-green-tilleul-verveine-active:var(--green-tilleul-verveine-sun-418-moon-817-active);--background-action-high-green-bourgeon:var(--green-bourgeon-sun-425-moon-759);--background-action-high-green-bourgeon-hover:var(--green-bourgeon-sun-425-moon-759-hover);--background-action-high-green-bourgeon-active:var(--green-bourgeon-sun-425-moon-759-active);--background-action-high-green-emeraude:var(--green-emeraude-sun-425-moon-753);--background-action-high-green-emeraude-hover:var(--green-emeraude-sun-425-moon-753-hover);--background-action-high-green-emeraude-active:var(--green-emeraude-sun-425-moon-753-active);--background-action-high-green-menthe:var(--green-menthe-sun-373-moon-652);--background-action-high-green-menthe-hover:var(--green-menthe-sun-373-moon-652-hover);--background-action-high-green-menthe-active:var(--green-menthe-sun-373-moon-652-active);--background-action-high-green-archipel:var(--green-archipel-sun-391-moon-716);--background-action-high-green-archipel-hover:var(--green-archipel-sun-391-moon-716-hover);--background-action-high-green-archipel-active:var(--green-archipel-sun-391-moon-716-active);--background-action-high-blue-ecume:var(--blue-ecume-sun-247-moon-675);--background-action-high-blue-ecume-hover:var(--blue-ecume-sun-247-moon-675-hover);--background-action-high-blue-ecume-active:var(--blue-ecume-sun-247-moon-675-active);--background-action-high-blue-cumulus:var(--blue-cumulus-sun-368-moon-732);--background-action-high-blue-cumulus-hover:var(--blue-cumulus-sun-368-moon-732-hover);--background-action-high-blue-cumulus-active:var(--blue-cumulus-sun-368-moon-732-active);--background-action-high-purple-glycine:var(--purple-glycine-sun-319-moon-630);--background-action-high-purple-glycine-hover:var(--purple-glycine-sun-319-moon-630-hover);--background-action-high-purple-glycine-active:var(--purple-glycine-sun-319-moon-630-active);--background-action-high-pink-macaron:var(--pink-macaron-sun-406-moon-833);--background-action-high-pink-macaron-hover:var(--pink-macaron-sun-406-moon-833-hover);--background-action-high-pink-macaron-active:var(--pink-macaron-sun-406-moon-833-active);--background-action-high-pink-tuile:var(--pink-tuile-sun-425-moon-750);--background-action-high-pink-tuile-hover:var(--pink-tuile-sun-425-moon-750-hover);--background-action-high-pink-tuile-active:var(--pink-tuile-sun-425-moon-750-active);--background-action-high-yellow-tournesol:var(--yellow-tournesol-sun-407-moon-922);--background-action-high-yellow-tournesol-hover:var(--yellow-tournesol-sun-407-moon-922-hover);--background-action-high-yellow-tournesol-active:var(--yellow-tournesol-sun-407-moon-922-active);--background-action-high-yellow-moutarde:var(--yellow-moutarde-sun-348-moon-860);--background-action-high-yellow-moutarde-hover:var(--yellow-moutarde-sun-348-moon-860-hover);--background-action-high-yellow-moutarde-active:var(--yellow-moutarde-sun-348-moon-860-active);--background-action-high-orange-terre-battue:var(--orange-terre-battue-sun-370-moon-672);--background-action-high-orange-terre-battue-hover:var(--orange-terre-battue-sun-370-moon-672-hover);--background-action-high-orange-terre-battue-active:var(--orange-terre-battue-sun-370-moon-672-active);--background-action-high-brown-cafe-creme:var(--brown-cafe-creme-sun-383-moon-885);--background-action-high-brown-cafe-creme-hover:var(--brown-cafe-creme-sun-383-moon-885-hover);--background-action-high-brown-cafe-creme-active:var(--brown-cafe-creme-sun-383-moon-885-active);--background-action-high-brown-caramel:var(--brown-caramel-sun-425-moon-901);--background-action-high-brown-caramel-hover:var(--brown-caramel-sun-425-moon-901-hover);--background-action-high-brown-caramel-active:var(--brown-caramel-sun-425-moon-901-active);--background-action-high-brown-opera:var(--brown-opera-sun-395-moon-820);--background-action-high-brown-opera-hover:var(--brown-opera-sun-395-moon-820-hover);--background-action-high-brown-opera-active:var(--brown-opera-sun-395-moon-820-active);--background-action-high-beige-gris-galet:var(--beige-gris-galet-sun-407-moon-821);--background-action-high-beige-gris-galet-hover:var(--beige-gris-galet-sun-407-moon-821-hover);--background-action-high-beige-gris-galet-active:var(--beige-gris-galet-sun-407-moon-821-active);--background-action-high-info:var(--info-425-625);--background-action-high-info-hover:var(--info-425-625-hover);--background-action-high-info-active:var(--info-425-625-active);--background-action-high-success:var(--success-425-625);--background-action-high-success-hover:var(--success-425-625-hover);--background-action-high-success-active:var(--success-425-625-active);--background-action-high-warning:var(--warning-425-625);--background-action-high-warning-hover:var(--warning-425-625-hover);--background-action-high-warning-active:var(--warning-425-625-active);--background-action-high-error:var(--error-425-625);--background-action-high-error-hover:var(--error-425-625-hover);--background-action-high-error-active:var(--error-425-625-active);--background-action-low-blue-france:var(--blue-france-925-125);--background-action-low-blue-france-hover:var(--blue-france-925-125-hover);--background-action-low-blue-france-active:var(--blue-france-925-125-active);--background-action-low-red-marianne:var(--red-marianne-925-125);--background-action-low-red-marianne-hover:var(--red-marianne-925-125-hover);--background-action-low-red-marianne-active:var(--red-marianne-925-125-active);--background-action-low-green-tilleul-verveine:var(--green-tilleul-verveine-925-125);--background-action-low-green-tilleul-verveine-hover:var(--green-tilleul-verveine-925-125-hover);--background-action-low-green-tilleul-verveine-active:var(--green-tilleul-verveine-925-125-active);--background-action-low-green-bourgeon:var(--green-bourgeon-925-125);--background-action-low-green-bourgeon-hover:var(--green-bourgeon-925-125-hover);--background-action-low-green-bourgeon-active:var(--green-bourgeon-925-125-active);--background-action-low-green-emeraude:var(--green-emeraude-925-125);--background-action-low-green-emeraude-hover:var(--green-emeraude-925-125-hover);--background-action-low-green-emeraude-active:var(--green-emeraude-925-125-active);--background-action-low-green-menthe:var(--green-menthe-925-125);--background-action-low-green-menthe-hover:var(--green-menthe-925-125-hover);--background-action-low-green-menthe-active:var(--green-menthe-925-125-active);--background-action-low-green-archipel:var(--green-archipel-925-125);--background-action-low-green-archipel-hover:var(--green-archipel-925-125-hover);--background-action-low-green-archipel-active:var(--green-archipel-925-125-active);--background-action-low-blue-ecume:var(--blue-ecume-925-125);--background-action-low-blue-ecume-hover:var(--blue-ecume-925-125-hover);--background-action-low-blue-ecume-active:var(--blue-ecume-925-125-active);--background-action-low-blue-cumulus:var(--blue-cumulus-925-125);--background-action-low-blue-cumulus-hover:var(--blue-cumulus-925-125-hover);--background-action-low-blue-cumulus-active:var(--blue-cumulus-925-125-active);--background-action-low-purple-glycine:var(--purple-glycine-925-125);--background-action-low-purple-glycine-hover:var(--purple-glycine-925-125-hover);--background-action-low-purple-glycine-active:var(--purple-glycine-925-125-active);--background-action-low-pink-macaron:var(--pink-macaron-925-125);--background-action-low-pink-macaron-hover:var(--pink-macaron-925-125-hover);--background-action-low-pink-macaron-active:var(--pink-macaron-925-125-active);--background-action-low-pink-tuile:var(--pink-tuile-925-125);--background-action-low-pink-tuile-hover:var(--pink-tuile-925-125-hover);--background-action-low-pink-tuile-active:var(--pink-tuile-925-125-active);--background-action-low-yellow-tournesol:var(--yellow-tournesol-925-125);--background-action-low-yellow-tournesol-hover:var(--yellow-tournesol-925-125-hover);--background-action-low-yellow-tournesol-active:var(--yellow-tournesol-925-125-active);--background-action-low-yellow-moutarde:var(--yellow-moutarde-925-125);--background-action-low-yellow-moutarde-hover:var(--yellow-moutarde-925-125-hover);--background-action-low-yellow-moutarde-active:var(--yellow-moutarde-925-125-active);--background-action-low-orange-terre-battue:var(--orange-terre-battue-925-125);--background-action-low-orange-terre-battue-hover:var(--orange-terre-battue-925-125-hover);--background-action-low-orange-terre-battue-active:var(--orange-terre-battue-925-125-active);--background-action-low-brown-cafe-creme:var(--brown-cafe-creme-925-125);--background-action-low-brown-cafe-creme-hover:var(--brown-cafe-creme-925-125-hover);--background-action-low-brown-cafe-creme-active:var(--brown-cafe-creme-925-125-active);--background-action-low-brown-caramel:var(--brown-caramel-925-125);--background-action-low-brown-caramel-hover:var(--brown-caramel-925-125-hover);--background-action-low-brown-caramel-active:var(--brown-caramel-925-125-active);--background-action-low-brown-opera:var(--brown-opera-925-125);--background-action-low-brown-opera-hover:var(--brown-opera-925-125-hover);--background-action-low-brown-opera-active:var(--brown-opera-925-125-active);--background-action-low-beige-gris-galet:var(--beige-gris-galet-925-125);--background-action-low-beige-gris-galet-hover:var(--beige-gris-galet-925-125-hover);--background-action-low-beige-gris-galet-active:var(--beige-gris-galet-925-125-active);--background-active-blue-france:var(--blue-france-sun-113-625);--background-active-blue-france-hover:var(--blue-france-sun-113-625-hover);--background-active-blue-france-active:var(--blue-france-sun-113-625-active);--background-active-red-marianne:var(--red-marianne-425-625);--background-active-red-marianne-hover:var(--red-marianne-425-625-hover);--background-active-red-marianne-active:var(--red-marianne-425-625-active);--background-open-blue-france:var(--blue-france-925-125);--background-open-blue-france-hover:var(--blue-france-925-125-hover);--background-open-blue-france-active:var(--blue-france-925-125-active);--background-open-red-marianne:var(--red-marianne-925-125);--background-open-red-marianne-hover:var(--red-marianne-925-125-hover);--background-open-red-marianne-active:var(--red-marianne-925-125-active);--background-disabled-grey:var(--grey-925-125);--background-raised-grey:var(--grey-1000-75);--background-raised-grey-hover:var(--grey-1000-75-hover);--background-raised-grey-active:var(--grey-1000-75-active);--background-overlap-grey:var(--grey-1000-100);--background-overlap-grey-hover:var(--grey-1000-100-hover);--background-overlap-grey-active:var(--grey-1000-100-active);--background-lifted-grey:var(--grey-1000-75);--background-lifted-grey-hover:var(--grey-1000-75-hover);--background-lifted-grey-active:var(--grey-1000-75-active);--background-alt-raised-grey:var(--grey-975-100);--background-alt-raised-grey-hover:var(--grey-975-100-hover);--background-alt-raised-grey-active:var(--grey-975-100-active);--background-alt-overlap-grey:var(--grey-975-125);--background-alt-overlap-grey-hover:var(--grey-975-125-hover);--background-alt-overlap-grey-active:var(--grey-975-125-active);--background-contrast-raised-grey:var(--grey-950-125);--background-contrast-raised-grey-hover:var(--grey-950-125-hover);--background-contrast-raised-grey-active:var(--grey-950-125-active);--background-contrast-overlap-grey:var(--grey-950-150);--background-contrast-overlap-grey-hover:var(--grey-950-150-hover);--background-contrast-overlap-grey-active:var(--grey-950-150-active);--text-default-grey:var(--grey-200-850);--text-default-info:var(--info-425-625);--text-default-success:var(--success-425-625);--text-default-warning:var(--warning-425-625);--text-default-error:var(--error-425-625);--text-action-high-grey:var(--grey-50-1000);--text-action-high-blue-france:var(--blue-france-sun-113-625);--text-action-high-red-marianne:var(--red-marianne-425-625);--text-action-high-green-tilleul-verveine:var(--green-tilleul-verveine-sun-418-moon-817);--text-action-high-green-bourgeon:var(--green-bourgeon-sun-425-moon-759);--text-action-high-green-emeraude:var(--green-emeraude-sun-425-moon-753);--text-action-high-green-menthe:var(--green-menthe-sun-373-moon-652);--text-action-high-green-archipel:var(--green-archipel-sun-391-moon-716);--text-action-high-blue-ecume:var(--blue-ecume-sun-247-moon-675);--text-action-high-blue-cumulus:var(--blue-cumulus-sun-368-moon-732);--text-action-high-purple-glycine:var(--purple-glycine-sun-319-moon-630);--text-action-high-pink-macaron:var(--pink-macaron-sun-406-moon-833);--text-action-high-pink-tuile:var(--pink-tuile-sun-425-moon-750);--text-action-high-yellow-tournesol:var(--yellow-tournesol-sun-407-moon-922);--text-action-high-yellow-moutarde:var(--yellow-moutarde-sun-348-moon-860);--text-action-high-orange-terre-battue:var(--orange-terre-battue-sun-370-moon-672);--text-action-high-brown-cafe-creme:var(--brown-cafe-creme-sun-383-moon-885);--text-action-high-brown-caramel:var(--brown-caramel-sun-425-moon-901);--text-action-high-brown-opera:var(--brown-opera-sun-395-moon-820);--text-action-high-beige-gris-galet:var(--beige-gris-galet-sun-407-moon-821);--text-title-grey:var(--grey-50-1000);--text-title-blue-france:var(--blue-france-sun-113-625);--text-title-red-marianne:var(--red-marianne-425-625);--text-label-grey:var(--grey-50-1000);--text-label-blue-france:var(--blue-france-sun-113-625);--text-label-red-marianne:var(--red-marianne-425-625);--text-label-green-tilleul-verveine:var(--green-tilleul-verveine-sun-418-moon-817);--text-label-green-bourgeon:var(--green-bourgeon-sun-425-moon-759);--text-label-green-emeraude:var(--green-emeraude-sun-425-moon-753);--text-label-green-menthe:var(--green-menthe-sun-373-moon-652);--text-label-green-archipel:var(--green-archipel-sun-391-moon-716);--text-label-blue-ecume:var(--blue-ecume-sun-247-moon-675);--text-label-blue-cumulus:var(--blue-cumulus-sun-368-moon-732);--text-label-purple-glycine:var(--purple-glycine-sun-319-moon-630);--text-label-pink-macaron:var(--pink-macaron-sun-406-moon-833);--text-label-pink-tuile:var(--pink-tuile-sun-425-moon-750);--text-label-yellow-tournesol:var(--yellow-tournesol-sun-407-moon-922);--text-label-yellow-moutarde:var(--yellow-moutarde-sun-348-moon-860);--text-label-orange-terre-battue:var(--orange-terre-battue-sun-370-moon-672);--text-label-brown-cafe-creme:var(--brown-cafe-creme-sun-383-moon-885);--text-label-brown-caramel:var(--brown-caramel-sun-425-moon-901);--text-label-brown-opera:var(--brown-opera-sun-395-moon-820);--text-label-beige-gris-galet:var(--beige-gris-galet-sun-407-moon-821);--text-active-grey:var(--grey-50-1000);--text-active-blue-france:var(--blue-france-sun-113-625);--text-active-red-marianne:var(--red-marianne-425-625);--text-mention-grey:var(--grey-425-625);--text-inverted-grey:var(--grey-1000-50);--text-inverted-blue-france:var(--blue-france-975-sun-113);--text-inverted-red-marianne:var(--red-marianne-975-75);--text-inverted-info:var(--info-975-75);--text-inverted-success:var(--success-975-75);--text-inverted-warning:var(--warning-975-75);--text-inverted-error:var(--error-975-75);--text-inverted-green-tilleul-verveine:var(--green-tilleul-verveine-975-75);--text-inverted-green-bourgeon:var(--green-bourgeon-975-75);--text-inverted-green-emeraude:var(--green-emeraude-975-75);--text-inverted-green-menthe:var(--green-menthe-975-75);--text-inverted-green-archipel:var(--green-archipel-975-75);--text-inverted-blue-ecume:var(--blue-ecume-975-75);--text-inverted-blue-cumulus:var(--blue-cumulus-975-75);--text-inverted-purple-glycine:var(--purple-glycine-975-75);--text-inverted-pink-macaron:var(--pink-macaron-975-75);--text-inverted-pink-tuile:var(--pink-tuile-975-75);--text-inverted-yellow-tournesol:var(--yellow-tournesol-975-75);--text-inverted-yellow-moutarde:var(--yellow-moutarde-975-75);--text-inverted-orange-terre-battue:var(--orange-terre-battue-975-75);--text-inverted-brown-cafe-creme:var(--brown-cafe-creme-975-75);--text-inverted-brown-caramel:var(--brown-caramel-975-75);--text-inverted-brown-opera:var(--brown-opera-975-75);--text-inverted-beige-gris-galet:var(--beige-gris-galet-975-75);--text-disabled-grey:var(--grey-625-425);--text-black-white-grey:var(--grey-0-1000);--border-default-grey:var(--grey-900-175);--border-default-blue-france:var(--blue-france-main-525);--border-default-red-marianne:var(--red-marianne-main-472);--border-default-green-tilleul-verveine:var(--green-tilleul-verveine-main-707);--border-default-green-bourgeon:var(--green-bourgeon-main-640);--border-default-green-emeraude:var(--green-emeraude-main-632);--border-default-green-menthe:var(--green-menthe-main-548);--border-default-green-archipel:var(--green-archipel-main-557);--border-default-blue-ecume:var(--blue-ecume-main-400);--border-default-blue-cumulus:var(--blue-cumulus-main-526);--border-default-purple-glycine:var(--purple-glycine-main-494);--border-default-pink-macaron:var(--pink-macaron-main-689);--border-default-pink-tuile:var(--pink-tuile-main-556);--border-default-yellow-tournesol:var(--yellow-tournesol-main-731);--border-default-yellow-moutarde:var(--yellow-moutarde-main-679);--border-default-orange-terre-battue:var(--orange-terre-battue-main-645);--border-default-brown-cafe-creme:var(--brown-cafe-creme-main-782);--border-default-brown-caramel:var(--brown-caramel-main-648);--border-default-brown-opera:var(--brown-opera-main-680);--border-default-beige-gris-galet:var(--beige-gris-galet-main-702);--border-contrast-grey:var(--grey-625-425);--border-active-blue-france:var(--blue-france-sun-113-625);--border-active-red-marianne:var(--red-marianne-425-625);--border-action-high-grey:var(--grey-50-1000);--border-action-high-blue-france:var(--blue-france-sun-113-625);--border-action-high-red-marianne:var(--red-marianne-425-625);--border-action-high-info:var(--info-425-625);--border-action-high-success:var(--success-425-625);--border-action-high-warning:var(--warning-425-625);--border-action-high-error:var(--error-425-625);--border-action-low-blue-france:var(--blue-france-850-200);--border-action-low-red-marianne:var(--red-marianne-850-200);--border-action-low-green-tilleul-verveine:var(--green-tilleul-verveine-850-200);--border-action-low-green-bourgeon:var(--green-bourgeon-850-200);--border-action-low-green-emeraude:var(--green-emeraude-850-200);--border-action-low-green-menthe:var(--green-menthe-850-200);--border-action-low-green-archipel:var(--green-archipel-850-200);--border-action-low-blue-ecume:var(--blue-ecume-850-200);--border-action-low-blue-cumulus:var(--blue-cumulus-850-200);--border-action-low-purple-glycine:var(--purple-glycine-850-200);--border-action-low-pink-macaron:var(--pink-macaron-850-200);--border-action-low-pink-tuile:var(--pink-tuile-850-200);--border-action-low-yellow-tournesol:var(--yellow-tournesol-850-200);--border-action-low-yellow-moutarde:var(--yellow-moutarde-850-200);--border-action-low-orange-terre-battue:var(--orange-terre-battue-850-200);--border-action-low-brown-cafe-creme:var(--brown-cafe-creme-850-200);--border-action-low-brown-caramel:var(--brown-caramel-850-200);--border-action-low-brown-opera:var(--brown-opera-850-200);--border-action-low-beige-gris-galet:var(--beige-gris-galet-850-200);--border-open-blue-france:var(--blue-france-925-125);--border-open-red-marianne:var(--red-marianne-925-125);--border-plain-grey:var(--grey-200-850);--border-plain-blue-france:var(--blue-france-sun-113-625);--border-plain-red-marianne:var(--red-marianne-425-625);--border-plain-info:var(--info-425-625);--border-plain-success:var(--success-425-625);--border-plain-warning:var(--warning-425-625);--border-plain-error:var(--error-425-625);--border-plain-green-tilleul-verveine:var(--green-tilleul-verveine-sun-418-moon-817);--border-plain-green-bourgeon:var(--green-bourgeon-sun-425-moon-759);--border-plain-green-emeraude:var(--green-emeraude-sun-425-moon-753);--border-plain-green-menthe:var(--green-menthe-sun-373-moon-652);--border-plain-green-archipel:var(--green-archipel-sun-391-moon-716);--border-plain-blue-ecume:var(--blue-ecume-sun-247-moon-675);--border-plain-blue-cumulus:var(--blue-cumulus-sun-368-moon-732);--border-plain-purple-glycine:var(--purple-glycine-sun-319-moon-630);--border-plain-pink-macaron:var(--pink-macaron-sun-406-moon-833);--border-plain-pink-tuile:var(--pink-tuile-sun-425-moon-750);--border-plain-yellow-tournesol:var(--yellow-tournesol-sun-407-moon-922);--border-plain-yellow-moutarde:var(--yellow-moutarde-sun-348-moon-860);--border-plain-orange-terre-battue:var(--orange-terre-battue-sun-370-moon-672);--border-plain-brown-cafe-creme:var(--brown-cafe-creme-sun-383-moon-885);--border-plain-brown-caramel:var(--brown-caramel-sun-425-moon-901);--border-plain-brown-opera:var(--brown-opera-sun-395-moon-820);--border-plain-beige-gris-galet:var(--beige-gris-galet-sun-407-moon-821);--border-disabled-grey:var(--grey-925-125);--artwork-major-blue-france:var(--blue-france-sun-113-625);--artwork-major-blue-france-hover:var(--blue-france-sun-113-625-hover);--artwork-major-blue-france-active:var(--blue-france-sun-113-625-active);--artwork-major-red-marianne:var(--red-marianne-425-625);--artwork-major-red-marianne-hover:var(--red-marianne-425-625-hover);--artwork-major-red-marianne-active:var(--red-marianne-425-625-active);--artwork-major-green-tilleul-verveine:var(--green-tilleul-verveine-sun-418-moon-817);--artwork-major-green-tilleul-verveine-hover:var(--green-tilleul-verveine-sun-418-moon-817-hover);--artwork-major-green-tilleul-verveine-active:var(--green-tilleul-verveine-sun-418-moon-817-active);--artwork-major-green-bourgeon:var(--green-bourgeon-sun-425-moon-759);--artwork-major-green-bourgeon-hover:var(--green-bourgeon-sun-425-moon-759-hover);--artwork-major-green-bourgeon-active:var(--green-bourgeon-sun-425-moon-759-active);--artwork-major-green-emeraude:var(--green-emeraude-sun-425-moon-753);--artwork-major-green-emeraude-hover:var(--green-emeraude-sun-425-moon-753-hover);--artwork-major-green-emeraude-active:var(--green-emeraude-sun-425-moon-753-active);--artwork-major-green-menthe:var(--green-menthe-sun-373-moon-652);--artwork-major-green-menthe-hover:var(--green-menthe-sun-373-moon-652-hover);--artwork-major-green-menthe-active:var(--green-menthe-sun-373-moon-652-active);--artwork-major-green-archipel:var(--green-archipel-sun-391-moon-716);--artwork-major-green-archipel-hover:var(--green-archipel-sun-391-moon-716-hover);--artwork-major-green-archipel-active:var(--green-archipel-sun-391-moon-716-active);--artwork-major-blue-ecume:var(--blue-ecume-sun-247-moon-675);--artwork-major-blue-ecume-hover:var(--blue-ecume-sun-247-moon-675-hover);--artwork-major-blue-ecume-active:var(--blue-ecume-sun-247-moon-675-active);--artwork-major-blue-cumulus:var(--blue-cumulus-sun-368-moon-732);--artwork-major-blue-cumulus-hover:var(--blue-cumulus-sun-368-moon-732-hover);--artwork-major-blue-cumulus-active:var(--blue-cumulus-sun-368-moon-732-active);--artwork-major-purple-glycine:var(--purple-glycine-sun-319-moon-630);--artwork-major-purple-glycine-hover:var(--purple-glycine-sun-319-moon-630-hover);--artwork-major-purple-glycine-active:var(--purple-glycine-sun-319-moon-630-active);--artwork-major-pink-macaron:var(--pink-macaron-sun-406-moon-833);--artwork-major-pink-macaron-hover:var(--pink-macaron-sun-406-moon-833-hover);--artwork-major-pink-macaron-active:var(--pink-macaron-sun-406-moon-833-active);--artwork-major-pink-tuile:var(--pink-tuile-sun-425-moon-750);--artwork-major-pink-tuile-hover:var(--pink-tuile-sun-425-moon-750-hover);--artwork-major-pink-tuile-active:var(--pink-tuile-sun-425-moon-750-active);--artwork-major-yellow-tournesol:var(--yellow-tournesol-sun-407-moon-922);--artwork-major-yellow-tournesol-hover:var(--yellow-tournesol-sun-407-moon-922-hover);--artwork-major-yellow-tournesol-active:var(--yellow-tournesol-sun-407-moon-922-active);--artwork-major-yellow-moutarde:var(--yellow-moutarde-sun-348-moon-860);--artwork-major-yellow-moutarde-hover:var(--yellow-moutarde-sun-348-moon-860-hover);--artwork-major-yellow-moutarde-active:var(--yellow-moutarde-sun-348-moon-860-active);--artwork-major-orange-terre-battue:var(--orange-terre-battue-sun-370-moon-672);--artwork-major-orange-terre-battue-hover:var(--orange-terre-battue-sun-370-moon-672-hover);--artwork-major-orange-terre-battue-active:var(--orange-terre-battue-sun-370-moon-672-active);--artwork-major-brown-cafe-creme:var(--brown-cafe-creme-sun-383-moon-885);--artwork-major-brown-cafe-creme-hover:var(--brown-cafe-creme-sun-383-moon-885-hover);--artwork-major-brown-cafe-creme-active:var(--brown-cafe-creme-sun-383-moon-885-active);--artwork-major-brown-caramel:var(--brown-caramel-sun-425-moon-901);--artwork-major-brown-caramel-hover:var(--brown-caramel-sun-425-moon-901-hover);--artwork-major-brown-caramel-active:var(--brown-caramel-sun-425-moon-901-active);--artwork-major-brown-opera:var(--brown-opera-sun-395-moon-820);--artwork-major-brown-opera-hover:var(--brown-opera-sun-395-moon-820-hover);--artwork-major-brown-opera-active:var(--brown-opera-sun-395-moon-820-active);--artwork-major-beige-gris-galet:var(--beige-gris-galet-sun-407-moon-821);--artwork-major-beige-gris-galet-hover:var(--beige-gris-galet-sun-407-moon-821-hover);--artwork-major-beige-gris-galet-active:var(--beige-gris-galet-sun-407-moon-821-active);--artwork-minor-blue-france:var(--blue-france-main-525);--artwork-minor-red-marianne:var(--red-marianne-main-472);--artwork-minor-green-tilleul-verveine:var(--green-tilleul-verveine-main-707);--artwork-minor-green-bourgeon:var(--green-bourgeon-main-640);--artwork-minor-green-emeraude:var(--green-emeraude-main-632);--artwork-minor-green-menthe:var(--green-menthe-main-548);--artwork-minor-green-archipel:var(--green-archipel-main-557);--artwork-minor-blue-ecume:var(--blue-ecume-main-400);--artwork-minor-blue-cumulus:var(--blue-cumulus-main-526);--artwork-minor-purple-glycine:var(--purple-glycine-main-494);--artwork-minor-pink-macaron:var(--pink-macaron-main-689);--artwork-minor-pink-tuile:var(--pink-tuile-main-556);--artwork-minor-yellow-tournesol:var(--yellow-tournesol-main-731);--artwork-minor-yellow-moutarde:var(--yellow-moutarde-main-679);--artwork-minor-orange-terre-battue:var(--orange-terre-battue-main-645);--artwork-minor-brown-cafe-creme:var(--brown-cafe-creme-main-782);--artwork-minor-brown-caramel:var(--brown-caramel-main-648);--artwork-minor-brown-opera:var(--brown-opera-main-680);--artwork-minor-beige-gris-galet:var(--beige-gris-galet-main-702);--artwork-decorative-grey:var(--grey-950-100);--artwork-decorative-blue-france:var(--blue-france-950-100);--artwork-decorative-red-marianne:var(--red-marianne-950-100);--artwork-decorative-green-tilleul-verveine:var(--green-tilleul-verveine-950-100);--artwork-decorative-green-bourgeon:var(--green-bourgeon-950-100);--artwork-decorative-green-emeraude:var(--green-emeraude-950-100);--artwork-decorative-green-menthe:var(--green-menthe-950-100);--artwork-decorative-green-archipel:var(--green-archipel-950-100);--artwork-decorative-blue-ecume:var(--blue-ecume-950-100);--artwork-decorative-blue-cumulus:var(--blue-cumulus-950-100);--artwork-decorative-purple-glycine:var(--purple-glycine-950-100);--artwork-decorative-pink-macaron:var(--pink-macaron-950-100);--artwork-decorative-pink-tuile:var(--pink-tuile-950-100);--artwork-decorative-yellow-tournesol:var(--yellow-tournesol-950-100);--artwork-decorative-yellow-moutarde:var(--yellow-moutarde-950-100);--artwork-decorative-orange-terre-battue:var(--orange-terre-battue-950-100);--artwork-decorative-brown-cafe-creme:var(--brown-cafe-creme-950-100);--artwork-decorative-brown-caramel:var(--brown-caramel-950-100);--artwork-decorative-brown-opera:var(--brown-opera-950-100);--artwork-decorative-beige-gris-galet:var(--beige-gris-galet-950-100);--artwork-background-grey:var(--grey-975-75);--artwork-background-blue-france:var(--blue-france-975-75);--artwork-background-red-marianne:var(--red-marianne-975-75);--artwork-background-green-tilleul-verveine:var(--green-tilleul-verveine-975-75);--artwork-background-green-bourgeon:var(--green-bourgeon-975-75);--artwork-background-green-emeraude:var(--green-emeraude-975-75);--artwork-background-green-menthe:var(--green-menthe-975-75);--artwork-background-green-archipel:var(--green-archipel-975-75);--artwork-background-blue-ecume:var(--blue-ecume-975-75);--artwork-background-blue-cumulus:var(--blue-cumulus-975-75);--artwork-background-purple-glycine:var(--purple-glycine-975-75);--artwork-background-pink-macaron:var(--pink-macaron-975-75);--artwork-background-pink-tuile:var(--pink-tuile-975-75);--artwork-background-yellow-tournesol:var(--yellow-tournesol-975-75);--artwork-background-yellow-moutarde:var(--yellow-moutarde-975-75);--artwork-background-orange-terre-battue:var(--orange-terre-battue-975-75);--artwork-background-brown-cafe-creme:var(--brown-cafe-creme-975-75);--artwork-background-brown-caramel:var(--brown-caramel-975-75);--artwork-background-brown-opera:var(--brown-opera-975-75);--artwork-background-beige-gris-galet:var(--beige-gris-galet-975-75);--artwork-motif-grey:var(--grey-925-125);--artwork-motif-blue-france:var(--blue-france-925-125);--artwork-motif-red-marianne:var(--red-marianne-925-125);--artwork-motif-green-tilleul-verveine:var(--green-tilleul-verveine-925-125);--artwork-motif-green-bourgeon:var(--green-bourgeon-925-125);--artwork-motif-green-emeraude:var(--green-emeraude-925-125);--artwork-motif-green-menthe:var(--green-menthe-925-125);--artwork-motif-green-archipel:var(--green-archipel-925-125);--artwork-motif-blue-ecume:var(--blue-ecume-925-125);--artwork-motif-blue-cumulus:var(--blue-cumulus-925-125);--artwork-motif-purple-glycine:var(--purple-glycine-925-125);--artwork-motif-pink-macaron:var(--pink-macaron-925-125);--artwork-motif-pink-tuile:var(--pink-tuile-925-125);--artwork-motif-yellow-tournesol:var(--yellow-tournesol-925-125);--artwork-motif-yellow-moutarde:var(--yellow-moutarde-925-125);--artwork-motif-orange-terre-battue:var(--orange-terre-battue-925-125);--artwork-motif-brown-cafe-creme:var(--brown-cafe-creme-925-125);--artwork-motif-brown-caramel:var(--brown-caramel-925-125);--artwork-motif-brown-opera:var(--brown-opera-925-125);--artwork-motif-beige-gris-galet:var(--beige-gris-galet-925-125);--grey-1000-50:#fff;--grey-1000-50-hover:#f6f6f6;--grey-1000-50-active:#ededed;--grey-975-75:#f6f6f6;--grey-975-75-hover:#dfdfdf;--grey-975-75-active:#cfcfcf;--grey-950-100:#eee;--grey-950-100-hover:#d2d2d2;--grey-950-100-active:#c1c1c1;--grey-200-850:#3a3a3a;--grey-200-850-hover:#616161;--grey-200-850-active:#777;--grey-925-125:#e5e5e5;--grey-1000-75:#fff;--grey-1000-75-hover:#f6f6f6;--grey-1000-75-active:#ededed;--grey-1000-100:#fff;--grey-1000-100-hover:#f6f6f6;--grey-1000-100-active:#ededed;--grey-975-100:#f6f6f6;--grey-975-100-hover:#dfdfdf;--grey-975-100-active:#cfcfcf;--grey-975-125:#f6f6f6;--grey-975-125-hover:#dfdfdf;--grey-975-125-active:#cfcfcf;--grey-950-125:#eee;--grey-950-125-hover:#d2d2d2;--grey-950-125-active:#c1c1c1;--grey-950-150:#eee;--grey-950-150-hover:#d2d2d2;--grey-950-150-active:#c1c1c1;--grey-50-1000:#161616;--grey-425-625:#666;--grey-625-425:#929292;--grey-0-1000:#000;--grey-900-175:#ddd;--blue-france-975-75:#f5f5fe;--blue-france-975-75-hover:#dcdcfc;--blue-france-975-75-active:#cbcbfa;--blue-france-950-100:#ececfe;--blue-france-950-100-hover:#cecefc;--blue-france-950-100-active:#bbbbfc;--blue-france-sun-113-625:#000091;--blue-france-sun-113-625-hover:#1212ff;--blue-france-sun-113-625-active:#2323ff;--blue-france-925-125:#e3e3fd;--blue-france-925-125-hover:#c1c1fb;--blue-france-925-125-active:#adadf9;--blue-france-975-sun-113:#f5f5fe;--blue-france-main-525:#6a6af4;--blue-france-850-200:#cacafb;--red-marianne-975-75:#fef4f4;--red-marianne-975-75-hover:#fcd7d7;--red-marianne-975-75-active:#fac4c4;--red-marianne-950-100:#fee9e9;--red-marianne-950-100-hover:#fdc5c5;--red-marianne-950-100-active:#fcafaf;--red-marianne-425-625:#c9191e;--red-marianne-425-625-hover:#f93f42;--red-marianne-425-625-active:#f95a5c;--red-marianne-925-125:#fddede;--red-marianne-925-125-hover:#fbb6b6;--red-marianne-925-125-active:#fa9e9e;--red-marianne-main-472:#e1000f;--red-marianne-850-200:#fcbfbf;--info-950-100:#e8edff;--info-950-100-hover:#c2d1ff;--info-950-100-active:#a9bfff;--info-425-625:#0063cb;--info-425-625-hover:#3b87ff;--info-425-625-active:#6798ff;--info-975-75:#f4f6ff;--success-950-100:#b8fec9;--success-950-100-hover:#46fd89;--success-950-100-active:#34eb7b;--success-425-625:#18753c;--success-425-625-hover:#27a959;--success-425-625-active:#2fc368;--success-975-75:#dffee6;--warning-950-100:#ffe9e6;--warning-950-100-hover:#ffc6bd;--warning-950-100-active:#ffb0a2;--warning-425-625:#b34000;--warning-425-625-hover:#ff6218;--warning-425-625-active:#ff7a55;--warning-975-75:#fff4f3;--error-950-100:#ffe9e9;--error-950-100-hover:#ffc5c5;--error-950-100-active:#ffafaf;--error-425-625:#ce0500;--error-425-625-hover:#ff2725;--error-425-625-active:#ff4140;--error-975-75:#fff4f4;--green-tilleul-verveine-975-75:#fef7da;--green-tilleul-verveine-975-75-hover:#fce552;--green-tilleul-verveine-975-75-active:#ebd54c;--green-tilleul-verveine-950-100:#fceeac;--green-tilleul-verveine-950-100-hover:#e8d45c;--green-tilleul-verveine-950-100-active:#d4c254;--green-tilleul-verveine-sun-418-moon-817:#66673d;--green-tilleul-verveine-sun-418-moon-817-hover:#929359;--green-tilleul-verveine-sun-418-moon-817-active:#a7a967;--green-tilleul-verveine-925-125:#fbe769;--green-tilleul-verveine-925-125-hover:#d7c655;--green-tilleul-verveine-925-125-active:#c2b24c;--green-tilleul-verveine-main-707:#b7a73f;--green-tilleul-verveine-850-200:#e2cf58;--green-bourgeon-975-75:#e6feda;--green-bourgeon-975-75-hover:#a7fc62;--green-bourgeon-975-75-active:#98ed4d;--green-bourgeon-950-100:#c9fcac;--green-bourgeon-950-100-hover:#9ae95d;--green-bourgeon-950-100-active:#8dd555;--green-bourgeon-sun-425-moon-759:#447049;--green-bourgeon-sun-425-moon-759-hover:#639f6a;--green-bourgeon-sun-425-moon-759-active:#72b77a;--green-bourgeon-925-125:#a9fb68;--green-bourgeon-925-125-hover:#8ed654;--green-bourgeon-925-125-active:#7fc04b;--green-bourgeon-main-640:#68a532;--green-bourgeon-850-200:#95e257;--green-emeraude-975-75:#e3fdeb;--green-emeraude-975-75-hover:#94f9b9;--green-emeraude-975-75-active:#6df1a3;--green-emeraude-950-100:#c3fad5;--green-emeraude-950-100-hover:#77eda5;--green-emeraude-950-100-active:#6dd897;--green-emeraude-sun-425-moon-753:#297254;--green-emeraude-sun-425-moon-753-hover:#3ea47a;--green-emeraude-sun-425-moon-753-active:#49bc8d;--green-emeraude-925-125:#9ef9be;--green-emeraude-925-125-hover:#69df97;--green-emeraude-925-125-active:#5ec988;--green-emeraude-main-632:#00a95f;--green-emeraude-850-200:#6fe49d;--green-menthe-975-75:#dffdf7;--green-menthe-975-75-hover:#84f9e7;--green-menthe-975-75-active:#70ebd8;--green-menthe-950-100:#bafaee;--green-menthe-950-100-hover:#79e7d5;--green-menthe-950-100-active:#6fd3c3;--green-menthe-sun-373-moon-652:#37635f;--green-menthe-sun-373-moon-652-hover:#53918c;--green-menthe-sun-373-moon-652-active:#62a9a2;--green-menthe-925-125:#8bf8e7;--green-menthe-925-125-hover:#6ed5c5;--green-menthe-925-125-active:#62bfb1;--green-menthe-main-548:#009081;--green-menthe-850-200:#73e0cf;--green-archipel-975-75:#e5fbfd;--green-archipel-975-75-hover:#99f2f8;--green-archipel-975-75-active:#73e9f0;--green-archipel-950-100:#c7f6fc;--green-archipel-950-100-hover:#64ecf8;--green-archipel-950-100-active:#5bd8e3;--green-archipel-sun-391-moon-716:#006a6f;--green-archipel-sun-391-moon-716-hover:#009fa7;--green-archipel-sun-391-moon-716-active:#00bbc3;--green-archipel-925-125:#a6f2fa;--green-archipel-925-125-hover:#62dbe5;--green-archipel-925-125-active:#58c5cf;--green-archipel-main-557:#009099;--green-archipel-850-200:#60e0eb;--blue-ecume-975-75:#f4f6fe;--blue-ecume-975-75-hover:#d7dffb;--blue-ecume-975-75-active:#c3cffa;--blue-ecume-950-100:#e9edfe;--blue-ecume-950-100-hover:#c5d0fc;--blue-ecume-950-100-active:#adbffc;--blue-ecume-sun-247-moon-675:#2f4077;--blue-ecume-sun-247-moon-675-hover:#4e68bb;--blue-ecume-sun-247-moon-675-active:#667dcf;--blue-ecume-925-125:#dee5fd;--blue-ecume-925-125-hover:#b4c5fb;--blue-ecume-925-125-active:#99b3f9;--blue-ecume-main-400:#465f9d;--blue-ecume-850-200:#bfccfb;--blue-cumulus-975-75:#f3f6fe;--blue-cumulus-975-75-hover:#d3dffc;--blue-cumulus-975-75-active:#bed0fa;--blue-cumulus-950-100:#e6eefe;--blue-cumulus-950-100-hover:#bcd3fc;--blue-cumulus-950-100-active:#9fc3fc;--blue-cumulus-sun-368-moon-732:#3558a2;--blue-cumulus-sun-368-moon-732-hover:#5982e0;--blue-cumulus-sun-368-moon-732-active:#7996e6;--blue-cumulus-925-125:#dae6fd;--blue-cumulus-925-125-hover:#a9c8fb;--blue-cumulus-925-125-active:#8ab8f9;--blue-cumulus-main-526:#417dc4;--blue-cumulus-850-200:#b6cffb;--purple-glycine-975-75:#fef3fd;--purple-glycine-975-75-hover:#fcd4f8;--purple-glycine-975-75-active:#fabff5;--purple-glycine-950-100:#fee7fc;--purple-glycine-950-100-hover:#fdc0f8;--purple-glycine-950-100-active:#fca8f6;--purple-glycine-sun-319-moon-630:#6e445a;--purple-glycine-sun-319-moon-630-hover:#a66989;--purple-glycine-sun-319-moon-630-active:#bb7f9e;--purple-glycine-925-125:#fddbfa;--purple-glycine-925-125-hover:#fbaff5;--purple-glycine-925-125-active:#fa96f2;--purple-glycine-main-494:#a558a0;--purple-glycine-850-200:#fbb8f6;--pink-macaron-975-75:#fef4f2;--pink-macaron-975-75-hover:#fcd8d0;--pink-macaron-975-75-active:#fac5b8;--pink-macaron-950-100:#fee9e6;--pink-macaron-950-100-hover:#fdc6bd;--pink-macaron-950-100-active:#fcb0a2;--pink-macaron-sun-406-moon-833:#8d533e;--pink-macaron-sun-406-moon-833-hover:#ca795c;--pink-macaron-sun-406-moon-833-active:#e08e73;--pink-macaron-925-125:#fddfda;--pink-macaron-925-125-hover:#fbb8ab;--pink-macaron-925-125-active:#faa18d;--pink-macaron-main-689:#e18b76;--pink-macaron-850-200:#fcc0b4;--pink-tuile-975-75:#fef4f3;--pink-tuile-975-75-hover:#fcd7d3;--pink-tuile-975-75-active:#fac4be;--pink-tuile-950-100:#fee9e7;--pink-tuile-950-100-hover:#fdc6c0;--pink-tuile-950-100-active:#fcb0a7;--pink-tuile-sun-425-moon-750:#a94645;--pink-tuile-sun-425-moon-750-hover:#d5706f;--pink-tuile-sun-425-moon-750-active:#da8a89;--pink-tuile-925-125:#fddfdb;--pink-tuile-925-125-hover:#fbb8ad;--pink-tuile-925-125-active:#faa191;--pink-tuile-main-556:#ce614a;--pink-tuile-850-200:#fcbfb7;--yellow-tournesol-975-75:#fef6e3;--yellow-tournesol-975-75-hover:#fce086;--yellow-tournesol-975-75-active:#f5d24b;--yellow-tournesol-950-100:#feecc2;--yellow-tournesol-950-100-hover:#fbd335;--yellow-tournesol-950-100-active:#e6c130;--yellow-tournesol-sun-407-moon-922:#716043;--yellow-tournesol-sun-407-moon-922-hover:#a28a62;--yellow-tournesol-sun-407-moon-922-active:#ba9f72;--yellow-tournesol-925-125:#fde39c;--yellow-tournesol-925-125-hover:#e9c53b;--yellow-tournesol-925-125-active:#d3b235;--yellow-tournesol-main-731:#c8aa39;--yellow-tournesol-850-200:#efcb3a;--yellow-moutarde-975-75:#fef5e8;--yellow-moutarde-975-75-hover:#fcdca3;--yellow-moutarde-975-75-active:#fbcd64;--yellow-moutarde-950-100:#feebd0;--yellow-moutarde-950-100-hover:#fdcd6d;--yellow-moutarde-950-100-active:#f4be30;--yellow-moutarde-sun-348-moon-860:#695240;--yellow-moutarde-sun-348-moon-860-hover:#9b7b61;--yellow-moutarde-sun-348-moon-860-active:#b58f72;--yellow-moutarde-925-125:#fde2b5;--yellow-moutarde-925-125-hover:#f6c43c;--yellow-moutarde-925-125-active:#dfb135;--yellow-moutarde-main-679:#c3992a;--yellow-moutarde-850-200:#fcc63a;--orange-terre-battue-975-75:#fef4f2;--orange-terre-battue-975-75-hover:#fcd8d0;--orange-terre-battue-975-75-active:#fac5b8;--orange-terre-battue-950-100:#fee9e5;--orange-terre-battue-950-100-hover:#fdc6ba;--orange-terre-battue-950-100-active:#fcb09e;--orange-terre-battue-sun-370-moon-672:#755348;--orange-terre-battue-sun-370-moon-672-hover:#ab7b6b;--orange-terre-battue-sun-370-moon-672-active:#c68f7d;--orange-terre-battue-925-125:#fddfd8;--orange-terre-battue-925-125-hover:#fbb8a5;--orange-terre-battue-925-125-active:#faa184;--orange-terre-battue-main-645:#e4794a;--orange-terre-battue-850-200:#fcc0b0;--brown-cafe-creme-975-75:#fbf6ed;--brown-cafe-creme-975-75-hover:#f2deb6;--brown-cafe-creme-975-75-active:#eacf91;--brown-cafe-creme-950-100:#f7ecdb;--brown-cafe-creme-950-100-hover:#edce94;--brown-cafe-creme-950-100-active:#dabd84;--brown-cafe-creme-sun-383-moon-885:#685c48;--brown-cafe-creme-sun-383-moon-885-hover:#97866a;--brown-cafe-creme-sun-383-moon-885-active:#ae9b7b;--brown-cafe-creme-925-125:#f4e3c7;--brown-cafe-creme-925-125-hover:#e1c386;--brown-cafe-creme-925-125-active:#ccb078;--brown-cafe-creme-main-782:#d1b781;--brown-cafe-creme-850-200:#e7ca8e;--brown-caramel-975-75:#fbf5f2;--brown-caramel-975-75-hover:#f1dbcf;--brown-caramel-975-75-active:#ecc9b5;--brown-caramel-950-100:#f7ebe5;--brown-caramel-950-100-hover:#eccbb9;--brown-caramel-950-100-active:#e6b79a;--brown-caramel-sun-425-moon-901:#845d48;--brown-caramel-sun-425-moon-901-hover:#bb8568;--brown-caramel-sun-425-moon-901-active:#d69978;--brown-caramel-925-125:#f3e2d9;--brown-caramel-925-125-hover:#e7bea6;--brown-caramel-925-125-active:#e1a982;--brown-caramel-main-648:#c08c65;--brown-caramel-850-200:#eac7b2;--brown-opera-975-75:#fbf5f2;--brown-opera-975-75-hover:#f1dbcf;--brown-opera-975-75-active:#ecc9b5;--brown-opera-950-100:#f7ece4;--brown-opera-950-100-hover:#eccdb3;--brown-opera-950-100-active:#e6ba90;--brown-opera-sun-395-moon-820:#745b47;--brown-opera-sun-395-moon-820-hover:#a78468;--brown-opera-sun-395-moon-820-active:#c09979;--brown-opera-925-125:#f3e2d7;--brown-opera-925-125-hover:#e7bfa0;--brown-opera-925-125-active:#deaa7e;--brown-opera-main-680:#bd987a;--brown-opera-850-200:#eac7ad;--beige-gris-galet-975-75:#f9f6f2;--beige-gris-galet-975-75-hover:#eadecd;--beige-gris-galet-975-75-active:#e1ceb1;--beige-gris-galet-950-100:#f3ede5;--beige-gris-galet-950-100-hover:#e1d0b5;--beige-gris-galet-950-100-active:#d1bea2;--beige-gris-galet-sun-407-moon-821:#6a6156;--beige-gris-galet-sun-407-moon-821-hover:#988b7c;--beige-gris-galet-sun-407-moon-821-active:#afa08f;--beige-gris-galet-925-125:#eee4d9;--beige-gris-galet-925-125-hover:#dbc3a4;--beige-gris-galet-925-125-active:#c6b094;--beige-gris-galet-main-702:#aea397;--beige-gris-galet-850-200:#e0cab0;--scrollbar-width:0;--ground:0;--shadow-color:rgba(0,0,18,.16);--raised-shadow:0 1px 3px var(--shadow-color);--overlap-shadow:0 2px 6px var(--shadow-color);--lifted-shadow:0 3px 9px var(--shadow-color);box-sizing:border-box}
69
+ [href]{background-image:var(--underline-img),var(--underline-img);background-position:var(--underline-x) 100%,var(--underline-x) calc(100% - var(--underline-thickness));background-repeat:no-repeat,no-repeat;background-size:var(--underline-hover-width) calc(var(--underline-thickness)*2),var(--underline-idle-width) var(--underline-thickness);transition:background-size 0s}
70
+ [target=_blank]:after,[target=_blank][class*=" fr-fi-"]:after,[target=_blank][class*=" fr-icon-"]:after,[target=_blank][class^=fr-fi-]:after,[target=_blank][class^=fr-icon-]:after{--icon-size:1rem;background-color:currentColor;content:var(--external-link-content);display:inline-block;flex:0 0 auto;height:var(--icon-size);margin-left:.25rem;-webkit-mask-image:url(../icons/system/external-link-line.svg);mask-image:url(../icons/system/external-link-line.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:calc((.75em - var(--icon-size))*.5);width:var(--icon-size)}
71
+ form[target=_blank]:after{content:none}
72
+ .fr-raw-link{--text-decoration:none}
73
+ .fr-raw-link [href],.fr-raw-link[href]{--underline-img:none;--external-link-content:none}
74
+ .fr-reset-link{--text-decoration:underline}
75
+ .fr-reset-link [href],.fr-reset-link[href]{--underline-img:none;text-underline-offset:2px}
76
+ button{border:none;color:inherit;font-family:inherit;font-size:inherit}
77
+ button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;margin:0}
78
+ input,select,textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;border:0;border-radius:0;font-family:Marianne,arial,sans-serif;text-rendering:optimizeLegibility}
79
+ input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none}
80
+ input[type=checkbox],input[type=radio],input[type=range]{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}
81
+ input::-webkit-contacts-auto-fill-button,input::-webkit-credentials-auto-fill-button{height:1.25rem;margin-left:1rem;margin-right:-1px;-webkit-mask-size:1.25rem 1.25rem;width:1.25rem}
82
+ input[type=range]:focus::-webkit-slider-thumb{outline-color:#0a76f6;outline-offset:2px;outline-style:solid;outline-width:2px}
83
+ input[type=range]:focus::-moz-range-thumb{outline-color:#0a76f6;outline-offset:2px;outline-style:solid;outline-width:2px}
84
+ input[type=range]:focus::-ms-thumb{outline-color:#0a76f6;outline-offset:2px;outline-style:solid;outline-width:2px}
85
+ [contenteditable]:not([contenteditable=false]):focus,[tabindex]:focus,a:focus,audio:focus[controls],button:focus,details:focus,details>summary:first-of-type:focus,input:focus,input[type=button]:focus,input[type=checkbox]:focus+label:before,input[type=image]:focus,input[type=radio]:focus+label:before,input[type=reset]:focus,input[type=submit]:focus,select:focus,textarea:focus,video:focus[controls]{outline-color:#0a76f6;outline-offset:2px;outline-style:solid;outline-width:2px}
86
+ input[type=range]:focus:not(:focus-visible)::-webkit-slider-thumb{outline-style:none}
87
+ input[type=range]:focus:not(:focus-visible)::-moz-range-thumb{outline-style:none}
88
+ input[type=range]:focus:not(:focus-visible)::-ms-thumb{outline-style:none}
89
+ [contenteditable]:not([contenteditable=false]):focus:not(:focus-visible),[tabindex]:focus:not(:focus-visible),a:focus:not(:focus-visible),audio:focus:not(:focus-visible)[controls],button:focus:not(:focus-visible),details:focus:not(:focus-visible),details>summary:first-of-type:focus:not(:focus-visible),input:focus:not(:focus-visible),input[type=button]:focus:not(:focus-visible),input[type=checkbox]:focus:not(:focus-visible)+label:before,input[type=image]:focus:not(:focus-visible),input[type=radio]:focus:not(:focus-visible)+label:before,input[type=reset]:focus:not(:focus-visible),input[type=submit]:focus:not(:focus-visible),select:focus:not(:focus-visible),textarea:focus:not(:focus-visible),video:focus:not(:focus-visible)[controls]{outline-style:none}
90
+ input[type=range]:focus-visible::-webkit-slider-thumb{outline-style:solid}
91
+ input[type=range]:focus-visible::-moz-range-thumb{outline-style:solid}
92
+ input[type=range]:focus-visible::-ms-thumb{outline-style:solid}
93
+ [contenteditable]:not([contenteditable=false]):focus-visible,[tabindex]:focus-visible,a:focus-visible,audio:focus-visible[controls],button:focus-visible,details:focus-visible,details>summary:first-of-type:focus-visible,input:focus-visible,input[type=button]:focus-visible,input[type=checkbox]:focus-visible+label:before,input[type=image]:focus-visible,input[type=radio]:focus-visible+label:before,input[type=reset]:focus-visible,input[type=submit]:focus-visible,select:focus-visible,textarea:focus-visible,video:focus-visible[controls]{outline-style:solid}
94
+ button,input[type=button],input[type=image],input[type=reset],input[type=submit]{--hover-tint:var(--hover);--active-tint:var(--active)}
95
+ a,audio[controls],button,details,details>summary:first-of-type,input[type=button],input[type=checkbox],input[type=checkbox]+label,input[type=file],input[type=image],input[type=radio],input[type=radio]+label,input[type=range],input[type=reset],input[type=submit],select,video[controls]{cursor:pointer}
96
+ input[type=range]:disabled::-webkit-slider-thumb,input[type=range]:disabled::-webkit-slider-thumb:active{cursor:not-allowed}
97
+ input[type=range]:disabled::-moz-range-thumb,input[type=range]:disabled::-moz-range-thumb:active{cursor:not-allowed}
98
+ input[type=range]:disabled::-ms-thumb,input[type=range]:disabled::-ms-thumb:active{cursor:not-allowed}
99
+ a:not([href]),audio:not([href])[controls],button:disabled,input:disabled,input[type=button]:disabled,input[type=checkbox]:disabled,input[type=checkbox]:disabled+label,input[type=file]:disabled,input[type=image]:disabled,input[type=radio]:disabled,input[type=radio]:disabled+label,input[type=range]:disabled,input[type=reset]:disabled,input[type=submit]:disabled,select:disabled,textarea:disabled,video:not([href])[controls]{cursor:not-allowed}
100
+ input[type=range]::-webkit-slider-thumb{cursor:grab}
101
+ input[type=range]::-moz-range-thumb{cursor:grab}
102
+ input[type=range]::-ms-thumb{cursor:grab}
103
+ input[type=range]::-webkit-slider-thumb:active{cursor:grabbing}
104
+ input[type=range]::-moz-range-thumb:active{cursor:grabbing}
105
+ input[type=range]::-ms-thumb:active{cursor:grabbing}
106
+ a:not([href]),audio:not([href]),button:disabled,input:disabled,input[type=checkbox]:disabled,input[type=checkbox]:disabled+label,input[type=radio]:disabled,input[type=radio]:disabled+label,select:disabled,textarea:disabled,video:not([href]){color:var(--text-disabled-grey);opacity:1}
107
+ .fr-enlarge-link{position:relative}
108
+ .fr-enlarge-link a{background-image:none;outline-width:0}
109
+ .fr-enlarge-link a:before{bottom:0;content:"";display:block;height:100%;left:0;outline-color:inherit;outline-offset:2px;outline-style:inherit;outline-width:2px;position:absolute;right:0;top:0;width:100%;z-index:1}
110
+ .fr-enlarge-button{position:relative}
111
+ .fr-enlarge-button button{background-image:none;outline-width:0}
112
+ .fr-enlarge-button button:before{bottom:0;content:"";display:block;height:100%;left:0;outline-color:inherit;outline-offset:2px;outline-style:inherit;outline-width:2px;position:absolute;right:0;top:0;width:100%;z-index:1}
113
+ .fr-transition-none{transition:none!important}
114
+ @font-face{font-display:swap;font-family:Marianne;font-style:normal;font-weight:300;src:url(../fonts/Marianne-Light.woff2) format("woff2"),url(../fonts/Marianne-Light.woff) format("woff")}
115
+ @font-face{font-display:swap;font-family:Marianne;font-style:italic;font-weight:300;src:url(../fonts/Marianne-Light_Italic.woff2) format("woff2"),url(../fonts/Marianne-Light_Italic.woff) format("woff")}
116
+ @font-face{font-display:swap;font-family:Marianne;font-style:normal;font-weight:400;src:url(../fonts/Marianne-Regular.woff2) format("woff2"),url(../fonts/Marianne-Regular.woff) format("woff")}
117
+ @font-face{font-display:swap;font-family:Marianne;font-style:italic;font-weight:400;src:url(../fonts/Marianne-Regular_Italic.woff2) format("woff2"),url(../fonts/Marianne-Regular_Italic.woff) format("woff")}
118
+ @font-face{font-display:swap;font-family:Marianne;font-style:normal;font-weight:500;src:url(../fonts/Marianne-Medium.woff2) format("woff2"),url(../fonts/Marianne-Medium.woff) format("woff")}
119
+ @font-face{font-display:swap;font-family:Marianne;font-style:italic;font-weight:500;src:url(../fonts/Marianne-Medium_Italic.woff2) format("woff2"),url(../fonts/Marianne-Medium_Italic.woff) format("woff")}
120
+ @font-face{font-display:swap;font-family:Marianne;font-style:normal;font-weight:700;src:url(../fonts/Marianne-Bold.woff2) format("woff2"),url(../fonts/Marianne-Bold.woff) format("woff")}
121
+ @font-face{font-display:swap;font-family:Marianne;font-style:italic;font-weight:700;src:url(../fonts/Marianne-Bold_Italic.woff2) format("woff2"),url(../fonts/Marianne-Bold_Italic.woff) format("woff")}
122
+ @font-face{font-display:swap;font-family:Spectral;font-style:normal;font-weight:400;src:url(../fonts/Spectral-Regular.woff2) format("woff2"),url(../fonts/Spectral-Regular.woff) format("woff")}
123
+ @font-face{font-display:swap;font-family:Spectral;font-style:normal;font-weight:900;src:url(../fonts/Spectral-ExtraBold.woff2) format("woff2"),url(../fonts/Spectral-ExtraBold.woff) format("woff")}
124
+ h6{font-size:1.125rem;font-weight:700;line-height:1.5rem;margin:var(--title-spacing)}
125
+ h5{font-size:1.25rem}
126
+ h4,h5{font-weight:700;line-height:1.75rem;margin:var(--title-spacing)}
127
+ h4{font-size:1.375rem}
128
+ h3{font-size:1.5rem;line-height:2rem}
129
+ h2,h3{font-weight:700;margin:var(--title-spacing)}
130
+ h2{font-size:1.75rem;line-height:2.25rem}
131
+ h1{font-size:2rem;font-weight:700;line-height:2.5rem;margin:var(--title-spacing)}
132
+ p{font-size:1rem;line-height:1.5rem;margin:var(--text-spacing)}
133
+ dl,ol,ul{--xl-size:var(--xl-base);margin:0;margin-block-end:var(--xl-block);margin-block-start:var(--xl-block);padding:0}
134
+ ul{list-style-type:var(--ul-type);padding-inline-start:var(--ul-start)}
135
+ ul>li::marker{font-size:calc(var(--xl-size)*.9)}
136
+ ol{counter-reset:li-counter;list-style-type:var(--ol-type);padding-inline-start:var(--ol-start)}
137
+ ol>li{counter-increment:li-counter}
138
+ ol>li::marker{content:var(--ol-content);font-size:var(--xl-size);font-weight:700}
139
+ dd,dl{margin:0;padding-inline-start:var(--ul-start)}
140
+ dd,dt,li{--xl-base:calc(var(--xl-size)*0.9);padding-bottom:var(--li-bottom)}
141
+ .fr-raw-list{--ul-type:none;--ol-type:none;--ul-start:0;--ol-start:0;--xl-block:0;--li-bottom:0;--ol-content:none}
142
+ .fr-list{--ul-type:disc;--ol-type:decimal;--ul-start:1rem;--ol-start:1.5rem;--xl-block:0.5rem;--li-bottom:0.25rem;--xl-base:1em;--ol-content:counters(li-counter,".") ".  "}
143
+ sub,sup{line-height:1}
144
+ .fr-text--light{font-weight:300!important}
145
+ .fr-text--regular{font-weight:400!important}
146
+ .fr-text--bold{font-weight:700!important}
147
+ .fr-text--heavy{font-weight:900!important}
148
+ .fr-h6{font-size:1.125rem!important;font-weight:700!important;line-height:1.5rem!important;margin:var(--title-spacing)}
149
+ .fr-h5{font-size:1.25rem!important}
150
+ .fr-h4,.fr-h5{font-weight:700!important;line-height:1.75rem!important;margin:var(--title-spacing)}
151
+ .fr-h4{font-size:1.375rem!important}
152
+ .fr-h3{font-size:1.5rem!important;line-height:2rem!important}
153
+ .fr-h2,.fr-h3{font-weight:700!important;margin:var(--title-spacing)}
154
+ .fr-h2{font-size:1.75rem!important;line-height:2.25rem!important}
155
+ .fr-h1{font-size:2rem!important;font-weight:700!important;line-height:2.5rem!important;margin:var(--title-spacing)}
156
+ .fr-display--xs{font-size:2.5rem!important;line-height:3rem!important}
157
+ .fr-display--sm,.fr-display--xs{font-weight:700!important;margin:var(--display-spacing)}
158
+ .fr-display--sm{font-size:3rem!important;line-height:3.5rem!important}
159
+ .fr-display--md{font-size:3.5rem!important;line-height:4rem!important}
160
+ .fr-display--lg,.fr-display--md{font-weight:700!important;margin:var(--display-spacing)}
161
+ .fr-display--lg{font-size:4rem!important;line-height:4.5rem!important}
162
+ .fr-display--xl{font-size:4.5rem!important;font-weight:700!important;line-height:5rem!important;margin:var(--display-spacing)}
163
+ .fr-text--alt{font-family:Spectral,georgia,serif!important}
164
+ .fr-text--xs{font-size:.75rem!important;line-height:1.25rem!important;margin:var(--text-spacing)}
165
+ .fr-text--sm{font-size:.875rem!important}
166
+ .fr-text--md,.fr-text--sm{line-height:1.5rem!important;margin:var(--text-spacing)}
167
+ .fr-text--md{font-size:1rem!important}
168
+ .fr-text--lg{font-size:1.125rem!important;line-height:1.75rem!important;margin:var(--text-spacing)}
169
+ .fr-text--lead,.fr-text--xl{font-size:1.25rem!important;line-height:2rem!important;margin:var(--text-spacing)}
170
+ *,:after,:before{box-sizing:inherit}
171
+ body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--idle:transparent;--hover:var(--background-default-grey-hover);--active:var(--background-default-grey-active);background-color:var(--background-default-grey);color:var(--text-default-grey);font-family:Marianne,arial,sans-serif;font-size:1rem;line-height:1.5rem;margin:0;overflow-wrap:break-word;padding:0;text-rendering:optimizeLegibility}
172
+ a,button,input,label,select,textarea{-webkit-tap-highlight-color:transparent}
173
+ select optgroup{font-style:normal}
174
+ [class*=" fr-fi-"]:after,[class*=" fr-fi-"]:before,[class*=" fr-icon-"]:after,[class*=" fr-icon-"]:before,[class^=fr-fi-]:after,[class^=fr-fi-]:before,[class^=fr-icon-]:after,[class^=fr-icon-]:before{--icon-size:1.5rem;background-color:currentColor;display:inline-block;flex:0 0 auto;height:var(--icon-size);-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:calc((.75em - var(--icon-size))*.5);width:var(--icon-size)}
175
+ [class*=" fr-fi-"]:before,[class*=" fr-icon-"]:before,[class^=fr-fi-]:before,[class^=fr-icon-]:before{content:""}
176
+ .fr-icon--xs:after,.fr-icon--xs:before{--icon-size:0.75rem}
177
+ .fr-icon--sm:after,.fr-icon--sm:before{--icon-size:1rem}
178
+ .fr-icon--md:after,.fr-icon--md:before{--icon-size:1.5rem}
179
+ .fr-icon--lg:after,.fr-icon--lg:before{--icon-size:2rem}
180
+ .fr-hidden{display:none!important}
181
+ .fr-unhidden{display:inherit!important}
182
+ :root body{border-right:var(--scrollbar-width) solid transparent}
183
+ :root[data-fr-scrolling] body{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0}
184
+ .fr-sr-only{clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}
185
+ .fr-sr-only,hr{border:0;display:block}
186
+ .fr-hr,hr{background-image:linear-gradient(0deg,var(--border-default-grey),var(--border-default-grey));background-position:0 0;background-repeat:no-repeat;background-size:100% 1px;margin:0;padding:var(--text-spacing)}
187
+ .fr-hr{border:0;display:block}
188
+ .fr-hr--sm{margin-left:auto;margin-right:auto;width:10rem}
189
+ .fr-hr-or{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:.875rem;font-weight:700;justify-content:center;line-height:1.5rem;text-transform:uppercase}
190
+ .fr-hr-or:after,.fr-hr-or:before{--idle:transparent;--hover:var(--border-default-grey-hover);--active:var(--border-default-grey-active);background-color:var(--border-default-grey);content:"";display:inline-flex;height:1px;width:100%}
191
+ .fr-hr-or:before{margin-right:.75rem}
192
+ .fr-hr-or:after{margin-left:.75rem}
193
+ .fr-ellipsis{display:inline!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
194
+ iframe{border:0}
195
+ .fr-fluid-img{height:auto;max-width:100%}
196
+ @supports (aspect-ratio:16/9){.fr-ratio-32x9{aspect-ratio:3.5555555556!important}.fr-ratio-16x9{aspect-ratio:1.7777777778!important}.fr-ratio-3x2{aspect-ratio:1.5!important}.fr-ratio-4x3{aspect-ratio:1.3333333333!important}.fr-ratio-1x1{aspect-ratio:1!important}.fr-ratio-3x4{aspect-ratio:.75!important}.fr-ratio-2x3{aspect-ratio:.6666666667!important}}
197
+ [class*=" fr-ratio"],[class^=fr-ratio]{object-fit:cover;object-position:50% 50%;width:100%}
198
+ iframe[class*=" fr-ratio"],iframe[class^=fr-ratio]{object-fit:fill}
199
+ .fr-responsive-img{height:auto;width:100%}
200
+ .fr-responsive-vid{aspect-ratio:1.7777777778;display:block;position:relative;width:100%}
201
+ .fr-responsive-vid__player{border:0;display:block;height:100%;width:100%}
202
+ .fr-responsive-vid>.fr-consent-placeholder{bottom:0;height:100%;left:0;object-fit:cover;object-position:50% 50%;position:absolute;right:0;top:0;width:100%}
203
+ .fr-grid-row{display:flex;flex-wrap:wrap;margin:0;padding:0}
204
+ .fr-grid-row--top{align-items:flex-start}
205
+ .fr-grid-row--bottom{align-items:flex-end}
206
+ .fr-grid-row--middle{align-items:center}
207
+ .fr-grid-row--left{justify-content:flex-start}
208
+ .fr-grid-row--right{justify-content:flex-end}
209
+ .fr-grid-row--center{justify-content:center}
210
+ .fr-col--top{align-self:flex-start}
211
+ .fr-col--bottom{align-self:flex-end}
212
+ .fr-col--middle{align-self:center}
213
+ .fr-container,.fr-container-lg,.fr-container-md,.fr-container-sm,.fr-container-xl{margin-left:auto;margin-right:auto;width:100%}
214
+ .fr-container{padding-left:1rem;padding-right:1rem}
215
+ .fr-container--fluid{max-width:none;overflow:hidden;padding-left:0;padding-right:0}
216
+ .fr-grid-row--gutters{margin:-.5rem}
217
+ .fr-grid-row--gutters>.fr-col,.fr-grid-row--gutters>[class*=" fr-col-"],.fr-grid-row--gutters>[class^=fr-col-]{padding:.5rem}
218
+ .fr-grid-row--no-gutters{margin:0}
219
+ .fr-grid-row--no-gutters>.fr-col,.fr-grid-row--no-gutters>[class*=" fr-col-"],.fr-grid-row--no-gutters>[class^=fr-col-]{padding:0}
220
+ .fr-col{flex:1}
221
+ .fr-col-1{flex:0 0 8.33333%;max-width:8.33333%;width:8.33333%}
222
+ .fr-col-offset-1:not(.fr-col-offset-1--right){margin-left:8.33333%}
223
+ .fr-col-offset-1--right{margin-right:8.33333%}
224
+ .fr-col-2{flex:0 0 16.66667%;max-width:16.66667%;width:16.66667%}
225
+ .fr-col-offset-2:not(.fr-col-offset-2--right){margin-left:16.66667%}
226
+ .fr-col-offset-2--right{margin-right:16.66667%}
227
+ .fr-col-3{flex:0 0 25%;max-width:25%;width:25%}
228
+ .fr-col-offset-3:not(.fr-col-offset-3--right){margin-left:25%}
229
+ .fr-col-offset-3--right{margin-right:25%}
230
+ .fr-col-4{flex:0 0 33.33333%;max-width:33.33333%;width:33.33333%}
231
+ .fr-col-offset-4:not(.fr-col-offset-4--right){margin-left:33.33333%}
232
+ .fr-col-offset-4--right{margin-right:33.33333%}
233
+ .fr-col-5{flex:0 0 41.66667%;max-width:41.66667%;width:41.66667%}
234
+ .fr-col-offset-5:not(.fr-col-offset-5--right){margin-left:41.66667%}
235
+ .fr-col-offset-5--right{margin-right:41.66667%}
236
+ .fr-col-6{flex:0 0 50%;max-width:50%;width:50%}
237
+ .fr-col-offset-6:not(.fr-col-offset-6--right){margin-left:50%}
238
+ .fr-col-offset-6--right{margin-right:50%}
239
+ .fr-col-7{flex:0 0 58.33333%;max-width:58.33333%;width:58.33333%}
240
+ .fr-col-offset-7:not(.fr-col-offset-7--right){margin-left:58.33333%}
241
+ .fr-col-offset-7--right{margin-right:58.33333%}
242
+ .fr-col-8{flex:0 0 66.66667%;max-width:66.66667%;width:66.66667%}
243
+ .fr-col-offset-8:not(.fr-col-offset-8--right){margin-left:66.66667%}
244
+ .fr-col-offset-8--right{margin-right:66.66667%}
245
+ .fr-col-9{flex:0 0 75%;max-width:75%;width:75%}
246
+ .fr-col-offset-9:not(.fr-col-offset-9--right){margin-left:75%}
247
+ .fr-col-offset-9--right{margin-right:75%}
248
+ .fr-col-10{flex:0 0 83.33333%;max-width:83.33333%;width:83.33333%}
249
+ .fr-col-offset-10:not(.fr-col-offset-10--right){margin-left:83.33333%}
250
+ .fr-col-offset-10--right{margin-right:83.33333%}
251
+ .fr-col-11{flex:0 0 91.66667%;max-width:91.66667%;width:91.66667%}
252
+ .fr-col-offset-11:not(.fr-col-offset-11--right){margin-left:91.66667%}
253
+ .fr-col-offset-11--right{margin-right:91.66667%}
254
+ .fr-col-12{flex:0 0 100%;max-width:100%;width:100%}
255
+ .fr-col-offset-12:not(.fr-col-offset-12--right){margin-left:100%}
256
+ .fr-col-offset-12--right{margin-right:100%}
257
+ .fr-no-after:after,.fr-no-before:before{content:none}
258
+ .fr-collapse{--collapse:-99999px;--collapser:"";--collapse-max-height:none;max-height:var(--collapse-max-height);overflow:hidden;transition:visibility .3s}
259
+ .fr-collapse--expanded{overflow-x:hidden;overflow-y:auto}
260
+ .fr-collapse:before{content:"";content:var(--collapser);display:block;margin-top:0;transition:margin-top .3s}
261
+ .fr-collapse:not(.fr-collapse--expanded):not(.fr-collapsing){--collapse-max-height:0}
262
+ .fr-collapse:not(.fr-collapse--expanded){visibility:hidden}
263
+ .fr-collapse:not(.fr-collapse--expanded):before{margin-top:-99999px;margin-top:var(--collapse)}
264
+ .fr-m-n4w,.fr-m-n8v{margin:-2rem!important}
265
+ .fr-ml-n4w,.fr-ml-n8v,.fr-mx-n4w,.fr-mx-n8v{margin-left:-2rem!important}
266
+ .fr-mr-n4w,.fr-mr-n8v,.fr-mx-n4w,.fr-mx-n8v{margin-right:-2rem!important}
267
+ .fr-mt-n4w,.fr-mt-n8v,.fr-my-n4w,.fr-my-n8v{margin-top:-2rem!important}
268
+ .fr-mb-n4w,.fr-mb-n8v,.fr-my-n4w,.fr-my-n8v{margin-bottom:-2rem!important}
269
+ .fr-m-n7v{margin:-1.75rem!important}
270
+ .fr-ml-n7v,.fr-mx-n7v{margin-left:-1.75rem!important}
271
+ .fr-mr-n7v,.fr-mx-n7v{margin-right:-1.75rem!important}
272
+ .fr-mt-n7v,.fr-my-n7v{margin-top:-1.75rem!important}
273
+ .fr-mb-n7v,.fr-my-n7v{margin-bottom:-1.75rem!important}
274
+ .fr-m-n3w,.fr-m-n6v{margin:-1.5rem!important}
275
+ .fr-ml-n3w,.fr-ml-n6v,.fr-mx-n3w,.fr-mx-n6v{margin-left:-1.5rem!important}
276
+ .fr-mr-n3w,.fr-mr-n6v,.fr-mx-n3w,.fr-mx-n6v{margin-right:-1.5rem!important}
277
+ .fr-mt-n3w,.fr-mt-n6v,.fr-my-n3w,.fr-my-n6v{margin-top:-1.5rem!important}
278
+ .fr-mb-n3w,.fr-mb-n6v,.fr-my-n3w,.fr-my-n6v{margin-bottom:-1.5rem!important}
279
+ .fr-m-n5v{margin:-1.25rem!important}
280
+ .fr-ml-n5v,.fr-mx-n5v{margin-left:-1.25rem!important}
281
+ .fr-mr-n5v,.fr-mx-n5v{margin-right:-1.25rem!important}
282
+ .fr-mt-n5v,.fr-my-n5v{margin-top:-1.25rem!important}
283
+ .fr-mb-n5v,.fr-my-n5v{margin-bottom:-1.25rem!important}
284
+ .fr-m-n2w,.fr-m-n4v{margin:-1rem!important}
285
+ .fr-ml-n2w,.fr-ml-n4v,.fr-mx-n2w,.fr-mx-n4v{margin-left:-1rem!important}
286
+ .fr-mr-n2w,.fr-mr-n4v,.fr-mx-n2w,.fr-mx-n4v{margin-right:-1rem!important}
287
+ .fr-mt-n2w,.fr-mt-n4v,.fr-my-n2w,.fr-my-n4v{margin-top:-1rem!important}
288
+ .fr-mb-n2w,.fr-mb-n4v,.fr-my-n2w,.fr-my-n4v{margin-bottom:-1rem!important}
289
+ .fr-m-n3v{margin:-.75rem!important}
290
+ .fr-ml-n3v,.fr-mx-n3v{margin-left:-.75rem!important}
291
+ .fr-mr-n3v,.fr-mx-n3v{margin-right:-.75rem!important}
292
+ .fr-mt-n3v,.fr-my-n3v{margin-top:-.75rem!important}
293
+ .fr-mb-n3v,.fr-my-n3v{margin-bottom:-.75rem!important}
294
+ .fr-m-n1w,.fr-m-n2v{margin:-.5rem!important}
295
+ .fr-ml-n1w,.fr-ml-n2v,.fr-mx-n1w,.fr-mx-n2v{margin-left:-.5rem!important}
296
+ .fr-mr-n1w,.fr-mr-n2v,.fr-mx-n1w,.fr-mx-n2v{margin-right:-.5rem!important}
297
+ .fr-mt-n1w,.fr-mt-n2v,.fr-my-n1w,.fr-my-n2v{margin-top:-.5rem!important}
298
+ .fr-mb-n1w,.fr-mb-n2v,.fr-my-n1w,.fr-my-n2v{margin-bottom:-.5rem!important}
299
+ .fr-m-n1v{margin:-.25rem!important}
300
+ .fr-ml-n1v,.fr-mx-n1v{margin-left:-.25rem!important}
301
+ .fr-mr-n1v,.fr-mx-n1v{margin-right:-.25rem!important}
302
+ .fr-mt-n1v,.fr-my-n1v{margin-top:-.25rem!important}
303
+ .fr-mb-n1v,.fr-my-n1v{margin-bottom:-.25rem!important}
304
+ .fr-m-n1-5v{margin:-.375rem!important}
305
+ .fr-ml-n1-5v,.fr-mx-n1-5v{margin-left:-.375rem!important}
306
+ .fr-mr-n1-5v,.fr-mx-n1-5v{margin-right:-.375rem!important}
307
+ .fr-mt-n1-5v,.fr-my-n1-5v{margin-top:-.375rem!important}
308
+ .fr-mb-n1-5v,.fr-my-n1-5v{margin-bottom:-.375rem!important}
309
+ .fr-m-0{margin:0!important}
310
+ .fr-ml-0,.fr-mx-0{margin-left:0!important}
311
+ .fr-mr-0,.fr-mx-0{margin-right:0!important}
312
+ .fr-mt-0,.fr-my-0{margin-top:0!important}
313
+ .fr-mb-0,.fr-my-0{margin-bottom:0!important}
314
+ .fr-m-n0-5v{margin:-.125rem!important}
315
+ .fr-ml-n0-5v,.fr-mx-n0-5v{margin-left:-.125rem!important}
316
+ .fr-mr-n0-5v,.fr-mx-n0-5v{margin-right:-.125rem!important}
317
+ .fr-mt-n0-5v,.fr-my-n0-5v{margin-top:-.125rem!important}
318
+ .fr-mb-n0-5v,.fr-my-n0-5v{margin-bottom:-.125rem!important}
319
+ .fr-m-0-5v{margin:.125rem!important}
320
+ .fr-ml-0-5v,.fr-mx-0-5v{margin-left:.125rem!important}
321
+ .fr-mr-0-5v,.fr-mx-0-5v{margin-right:.125rem!important}
322
+ .fr-mt-0-5v,.fr-my-0-5v{margin-top:.125rem!important}
323
+ .fr-mb-0-5v,.fr-my-0-5v{margin-bottom:.125rem!important}
324
+ .fr-m-1v{margin:.25rem!important}
325
+ .fr-ml-1v,.fr-mx-1v{margin-left:.25rem!important}
326
+ .fr-mr-1v,.fr-mx-1v{margin-right:.25rem!important}
327
+ .fr-mt-1v,.fr-my-1v{margin-top:.25rem!important}
328
+ .fr-mb-1v,.fr-my-1v{margin-bottom:.25rem!important}
329
+ .fr-m-1-5v{margin:.375rem!important}
330
+ .fr-ml-1-5v,.fr-mx-1-5v{margin-left:.375rem!important}
331
+ .fr-mr-1-5v,.fr-mx-1-5v{margin-right:.375rem!important}
332
+ .fr-mt-1-5v,.fr-my-1-5v{margin-top:.375rem!important}
333
+ .fr-mb-1-5v,.fr-my-1-5v{margin-bottom:.375rem!important}
334
+ .fr-m-1w,.fr-m-2v{margin:.5rem!important}
335
+ .fr-ml-1w,.fr-ml-2v,.fr-mx-1w,.fr-mx-2v{margin-left:.5rem!important}
336
+ .fr-mr-1w,.fr-mr-2v,.fr-mx-1w,.fr-mx-2v{margin-right:.5rem!important}
337
+ .fr-mt-1w,.fr-mt-2v,.fr-my-1w,.fr-my-2v{margin-top:.5rem!important}
338
+ .fr-mb-1w,.fr-mb-2v,.fr-my-1w,.fr-my-2v{margin-bottom:.5rem!important}
339
+ .fr-m-3v{margin:.75rem!important}
340
+ .fr-ml-3v,.fr-mx-3v{margin-left:.75rem!important}
341
+ .fr-mr-3v,.fr-mx-3v{margin-right:.75rem!important}
342
+ .fr-mt-3v,.fr-my-3v{margin-top:.75rem!important}
343
+ .fr-mb-3v,.fr-my-3v{margin-bottom:.75rem!important}
344
+ .fr-m-2w,.fr-m-4v{margin:1rem!important}
345
+ .fr-ml-2w,.fr-ml-4v,.fr-mx-2w,.fr-mx-4v{margin-left:1rem!important}
346
+ .fr-mr-2w,.fr-mr-4v,.fr-mx-2w,.fr-mx-4v{margin-right:1rem!important}
347
+ .fr-mt-2w,.fr-mt-4v,.fr-my-2w,.fr-my-4v{margin-top:1rem!important}
348
+ .fr-mb-2w,.fr-mb-4v,.fr-my-2w,.fr-my-4v{margin-bottom:1rem!important}
349
+ .fr-m-5v{margin:1.25rem!important}
350
+ .fr-ml-5v,.fr-mx-5v{margin-left:1.25rem!important}
351
+ .fr-mr-5v,.fr-mx-5v{margin-right:1.25rem!important}
352
+ .fr-mt-5v,.fr-my-5v{margin-top:1.25rem!important}
353
+ .fr-mb-5v,.fr-my-5v{margin-bottom:1.25rem!important}
354
+ .fr-m-3w,.fr-m-6v{margin:1.5rem!important}
355
+ .fr-ml-3w,.fr-ml-6v,.fr-mx-3w,.fr-mx-6v{margin-left:1.5rem!important}
356
+ .fr-mr-3w,.fr-mr-6v,.fr-mx-3w,.fr-mx-6v{margin-right:1.5rem!important}
357
+ .fr-mt-3w,.fr-mt-6v,.fr-my-3w,.fr-my-6v{margin-top:1.5rem!important}
358
+ .fr-mb-3w,.fr-mb-6v,.fr-my-3w,.fr-my-6v{margin-bottom:1.5rem!important}
359
+ .fr-m-7v{margin:1.75rem!important}
360
+ .fr-ml-7v,.fr-mx-7v{margin-left:1.75rem!important}
361
+ .fr-mr-7v,.fr-mx-7v{margin-right:1.75rem!important}
362
+ .fr-mt-7v,.fr-my-7v{margin-top:1.75rem!important}
363
+ .fr-mb-7v,.fr-my-7v{margin-bottom:1.75rem!important}
364
+ .fr-m-4w,.fr-m-8v{margin:2rem!important}
365
+ .fr-ml-4w,.fr-ml-8v,.fr-mx-4w,.fr-mx-8v{margin-left:2rem!important}
366
+ .fr-mr-4w,.fr-mr-8v,.fr-mx-4w,.fr-mx-8v{margin-right:2rem!important}
367
+ .fr-mt-4w,.fr-mt-8v,.fr-my-4w,.fr-my-8v{margin-top:2rem!important}
368
+ .fr-mb-4w,.fr-mb-8v,.fr-my-4w,.fr-my-8v{margin-bottom:2rem!important}
369
+ .fr-m-9v{margin:2.25rem!important}
370
+ .fr-ml-9v,.fr-mx-9v{margin-left:2.25rem!important}
371
+ .fr-mr-9v,.fr-mx-9v{margin-right:2.25rem!important}
372
+ .fr-mt-9v,.fr-my-9v{margin-top:2.25rem!important}
373
+ .fr-mb-9v,.fr-my-9v{margin-bottom:2.25rem!important}
374
+ .fr-m-10v,.fr-m-5w{margin:2.5rem!important}
375
+ .fr-ml-10v,.fr-ml-5w,.fr-mx-10v,.fr-mx-5w{margin-left:2.5rem!important}
376
+ .fr-mr-10v,.fr-mr-5w,.fr-mx-10v,.fr-mx-5w{margin-right:2.5rem!important}
377
+ .fr-mt-10v,.fr-mt-5w,.fr-my-10v,.fr-my-5w{margin-top:2.5rem!important}
378
+ .fr-mb-10v,.fr-mb-5w,.fr-my-10v,.fr-my-5w{margin-bottom:2.5rem!important}
379
+ .fr-m-11v{margin:2.75rem!important}
380
+ .fr-ml-11v,.fr-mx-11v{margin-left:2.75rem!important}
381
+ .fr-mr-11v,.fr-mx-11v{margin-right:2.75rem!important}
382
+ .fr-mt-11v,.fr-my-11v{margin-top:2.75rem!important}
383
+ .fr-mb-11v,.fr-my-11v{margin-bottom:2.75rem!important}
384
+ .fr-m-12v,.fr-m-6w{margin:3rem!important}
385
+ .fr-ml-12v,.fr-ml-6w,.fr-mx-12v,.fr-mx-6w{margin-left:3rem!important}
386
+ .fr-mr-12v,.fr-mr-6w,.fr-mx-12v,.fr-mx-6w{margin-right:3rem!important}
387
+ .fr-mt-12v,.fr-mt-6w,.fr-my-12v,.fr-my-6w{margin-top:3rem!important}
388
+ .fr-mb-12v,.fr-mb-6w,.fr-my-12v,.fr-my-6w{margin-bottom:3rem!important}
389
+ .fr-m-13v{margin:3.25rem!important}
390
+ .fr-ml-13v,.fr-mx-13v{margin-left:3.25rem!important}
391
+ .fr-mr-13v,.fr-mx-13v{margin-right:3.25rem!important}
392
+ .fr-mt-13v,.fr-my-13v{margin-top:3.25rem!important}
393
+ .fr-mb-13v,.fr-my-13v{margin-bottom:3.25rem!important}
394
+ .fr-m-14v,.fr-m-7w{margin:3.5rem!important}
395
+ .fr-ml-14v,.fr-ml-7w,.fr-mx-14v,.fr-mx-7w{margin-left:3.5rem!important}
396
+ .fr-mr-14v,.fr-mr-7w,.fr-mx-14v,.fr-mx-7w{margin-right:3.5rem!important}
397
+ .fr-mt-14v,.fr-mt-7w,.fr-my-14v,.fr-my-7w{margin-top:3.5rem!important}
398
+ .fr-mb-14v,.fr-mb-7w,.fr-my-14v,.fr-my-7w{margin-bottom:3.5rem!important}
399
+ .fr-m-15v{margin:3.75rem!important}
400
+ .fr-ml-15v,.fr-mx-15v{margin-left:3.75rem!important}
401
+ .fr-mr-15v,.fr-mx-15v{margin-right:3.75rem!important}
402
+ .fr-mt-15v,.fr-my-15v{margin-top:3.75rem!important}
403
+ .fr-mb-15v,.fr-my-15v{margin-bottom:3.75rem!important}
404
+ .fr-m-16v,.fr-m-8w{margin:4rem!important}
405
+ .fr-ml-16v,.fr-ml-8w,.fr-mx-16v,.fr-mx-8w{margin-left:4rem!important}
406
+ .fr-mr-16v,.fr-mr-8w,.fr-mx-16v,.fr-mx-8w{margin-right:4rem!important}
407
+ .fr-mt-16v,.fr-mt-8w,.fr-my-16v,.fr-my-8w{margin-top:4rem!important}
408
+ .fr-mb-16v,.fr-mb-8w,.fr-my-16v,.fr-my-8w{margin-bottom:4rem!important}
409
+ .fr-m-17v{margin:4.25rem!important}
410
+ .fr-ml-17v,.fr-mx-17v{margin-left:4.25rem!important}
411
+ .fr-mr-17v,.fr-mx-17v{margin-right:4.25rem!important}
412
+ .fr-mt-17v,.fr-my-17v{margin-top:4.25rem!important}
413
+ .fr-mb-17v,.fr-my-17v{margin-bottom:4.25rem!important}
414
+ .fr-m-18v,.fr-m-9w{margin:4.5rem!important}
415
+ .fr-ml-18v,.fr-ml-9w,.fr-mx-18v,.fr-mx-9w{margin-left:4.5rem!important}
416
+ .fr-mr-18v,.fr-mr-9w,.fr-mx-18v,.fr-mx-9w{margin-right:4.5rem!important}
417
+ .fr-mt-18v,.fr-mt-9w,.fr-my-18v,.fr-my-9w{margin-top:4.5rem!important}
418
+ .fr-mb-18v,.fr-mb-9w,.fr-my-18v,.fr-my-9w{margin-bottom:4.5rem!important}
419
+ .fr-m-19v{margin:4.75rem!important}
420
+ .fr-ml-19v,.fr-mx-19v{margin-left:4.75rem!important}
421
+ .fr-mr-19v,.fr-mx-19v{margin-right:4.75rem!important}
422
+ .fr-mt-19v,.fr-my-19v{margin-top:4.75rem!important}
423
+ .fr-mb-19v,.fr-my-19v{margin-bottom:4.75rem!important}
424
+ .fr-m-10w,.fr-m-20v{margin:5rem!important}
425
+ .fr-ml-10w,.fr-ml-20v,.fr-mx-10w,.fr-mx-20v{margin-left:5rem!important}
426
+ .fr-mr-10w,.fr-mr-20v,.fr-mx-10w,.fr-mx-20v{margin-right:5rem!important}
427
+ .fr-mt-10w,.fr-mt-20v,.fr-my-10w,.fr-my-20v{margin-top:5rem!important}
428
+ .fr-mb-10w,.fr-mb-20v,.fr-my-10w,.fr-my-20v{margin-bottom:5rem!important}
429
+ .fr-m-21v{margin:5.25rem!important}
430
+ .fr-ml-21v,.fr-mx-21v{margin-left:5.25rem!important}
431
+ .fr-mr-21v,.fr-mx-21v{margin-right:5.25rem!important}
432
+ .fr-mt-21v,.fr-my-21v{margin-top:5.25rem!important}
433
+ .fr-mb-21v,.fr-my-21v{margin-bottom:5.25rem!important}
434
+ .fr-m-11w,.fr-m-22v{margin:5.5rem!important}
435
+ .fr-ml-11w,.fr-ml-22v,.fr-mx-11w,.fr-mx-22v{margin-left:5.5rem!important}
436
+ .fr-mr-11w,.fr-mr-22v,.fr-mx-11w,.fr-mx-22v{margin-right:5.5rem!important}
437
+ .fr-mt-11w,.fr-mt-22v,.fr-my-11w,.fr-my-22v{margin-top:5.5rem!important}
438
+ .fr-mb-11w,.fr-mb-22v,.fr-my-11w,.fr-my-22v{margin-bottom:5.5rem!important}
439
+ .fr-m-23v{margin:5.75rem!important}
440
+ .fr-ml-23v,.fr-mx-23v{margin-left:5.75rem!important}
441
+ .fr-mr-23v,.fr-mx-23v{margin-right:5.75rem!important}
442
+ .fr-mt-23v,.fr-my-23v{margin-top:5.75rem!important}
443
+ .fr-mb-23v,.fr-my-23v{margin-bottom:5.75rem!important}
444
+ .fr-m-12w,.fr-m-24v{margin:6rem!important}
445
+ .fr-ml-12w,.fr-ml-24v,.fr-mx-12w,.fr-mx-24v{margin-left:6rem!important}
446
+ .fr-mr-12w,.fr-mr-24v,.fr-mx-12w,.fr-mx-24v{margin-right:6rem!important}
447
+ .fr-mt-12w,.fr-mt-24v,.fr-my-12w,.fr-my-24v{margin-top:6rem!important}
448
+ .fr-mb-12w,.fr-mb-24v,.fr-my-12w,.fr-my-24v{margin-bottom:6rem!important}
449
+ .fr-m-25v{margin:6.25rem!important}
450
+ .fr-ml-25v,.fr-mx-25v{margin-left:6.25rem!important}
451
+ .fr-mr-25v,.fr-mx-25v{margin-right:6.25rem!important}
452
+ .fr-mt-25v,.fr-my-25v{margin-top:6.25rem!important}
453
+ .fr-mb-25v,.fr-my-25v{margin-bottom:6.25rem!important}
454
+ .fr-m-13w,.fr-m-26v{margin:6.5rem!important}
455
+ .fr-ml-13w,.fr-ml-26v,.fr-mx-13w,.fr-mx-26v{margin-left:6.5rem!important}
456
+ .fr-mr-13w,.fr-mr-26v,.fr-mx-13w,.fr-mx-26v{margin-right:6.5rem!important}
457
+ .fr-mt-13w,.fr-mt-26v,.fr-my-13w,.fr-my-26v{margin-top:6.5rem!important}
458
+ .fr-mb-13w,.fr-mb-26v,.fr-my-13w,.fr-my-26v{margin-bottom:6.5rem!important}
459
+ .fr-m-27v{margin:6.75rem!important}
460
+ .fr-ml-27v,.fr-mx-27v{margin-left:6.75rem!important}
461
+ .fr-mr-27v,.fr-mx-27v{margin-right:6.75rem!important}
462
+ .fr-mt-27v,.fr-my-27v{margin-top:6.75rem!important}
463
+ .fr-mb-27v,.fr-my-27v{margin-bottom:6.75rem!important}
464
+ .fr-m-14w,.fr-m-28v{margin:7rem!important}
465
+ .fr-ml-14w,.fr-ml-28v,.fr-mx-14w,.fr-mx-28v{margin-left:7rem!important}
466
+ .fr-mr-14w,.fr-mr-28v,.fr-mx-14w,.fr-mx-28v{margin-right:7rem!important}
467
+ .fr-mt-14w,.fr-mt-28v,.fr-my-14w,.fr-my-28v{margin-top:7rem!important}
468
+ .fr-mb-14w,.fr-mb-28v,.fr-my-14w,.fr-my-28v{margin-bottom:7rem!important}
469
+ .fr-m-29v{margin:7.25rem!important}
470
+ .fr-ml-29v,.fr-mx-29v{margin-left:7.25rem!important}
471
+ .fr-mr-29v,.fr-mx-29v{margin-right:7.25rem!important}
472
+ .fr-mt-29v,.fr-my-29v{margin-top:7.25rem!important}
473
+ .fr-mb-29v,.fr-my-29v{margin-bottom:7.25rem!important}
474
+ .fr-m-15w,.fr-m-30v{margin:7.5rem!important}
475
+ .fr-ml-15w,.fr-ml-30v,.fr-mx-15w,.fr-mx-30v{margin-left:7.5rem!important}
476
+ .fr-mr-15w,.fr-mr-30v,.fr-mx-15w,.fr-mx-30v{margin-right:7.5rem!important}
477
+ .fr-mt-15w,.fr-mt-30v,.fr-my-15w,.fr-my-30v{margin-top:7.5rem!important}
478
+ .fr-mb-15w,.fr-mb-30v,.fr-my-15w,.fr-my-30v{margin-bottom:7.5rem!important}
479
+ .fr-m-31v{margin:7.75rem!important}
480
+ .fr-ml-31v,.fr-mx-31v{margin-left:7.75rem!important}
481
+ .fr-mr-31v,.fr-mx-31v{margin-right:7.75rem!important}
482
+ .fr-mt-31v,.fr-my-31v{margin-top:7.75rem!important}
483
+ .fr-mb-31v,.fr-my-31v{margin-bottom:7.75rem!important}
484
+ .fr-m-16w,.fr-m-32v{margin:8rem!important}
485
+ .fr-ml-16w,.fr-ml-32v,.fr-mx-16w,.fr-mx-32v{margin-left:8rem!important}
486
+ .fr-mr-16w,.fr-mr-32v,.fr-mx-16w,.fr-mx-32v{margin-right:8rem!important}
487
+ .fr-mt-16w,.fr-mt-32v,.fr-my-16w,.fr-my-32v{margin-top:8rem!important}
488
+ .fr-mb-16w,.fr-mb-32v,.fr-my-16w,.fr-my-32v{margin-bottom:8rem!important}
489
+ .fr-m-auto{margin:auto}
490
+ .fr-ml-auto,.fr-mx-auto{margin-left:auto}
491
+ .fr-mr-auto,.fr-mx-auto{margin-right:auto}
492
+ .fr-mt-auto,.fr-my-auto{margin-top:auto}
493
+ .fr-mb-auto,.fr-my-auto{margin-bottom:auto}
494
+ .fr-m-first-n4w,.fr-m-first-n8v{margin:-2rem!important}
495
+ .fr-ml-first-n4w,.fr-ml-first-n8v,.fr-mx-first-n4w,.fr-mx-first-n8v{margin-left:-2rem!important}
496
+ .fr-mr-first-n4w,.fr-mr-first-n8v,.fr-mx-first-n4w,.fr-mx-first-n8v{margin-right:-2rem!important}
497
+ .fr-mt-first-n4w,.fr-mt-first-n8v,.fr-my-first-n4w,.fr-my-first-n8v{margin-top:-2rem!important}
498
+ .fr-mb-first-n4w,.fr-mb-first-n8v,.fr-my-first-n4w,.fr-my-first-n8v{margin-bottom:-2rem!important}
499
+ .fr-m-first-n7v{margin:-1.75rem!important}
500
+ .fr-ml-first-n7v,.fr-mx-first-n7v{margin-left:-1.75rem!important}
501
+ .fr-mr-first-n7v,.fr-mx-first-n7v{margin-right:-1.75rem!important}
502
+ .fr-mt-first-n7v,.fr-my-first-n7v{margin-top:-1.75rem!important}
503
+ .fr-mb-first-n7v,.fr-my-first-n7v{margin-bottom:-1.75rem!important}
504
+ .fr-m-first-n3w,.fr-m-first-n6v{margin:-1.5rem!important}
505
+ .fr-ml-first-n3w,.fr-ml-first-n6v,.fr-mx-first-n3w,.fr-mx-first-n6v{margin-left:-1.5rem!important}
506
+ .fr-mr-first-n3w,.fr-mr-first-n6v,.fr-mx-first-n3w,.fr-mx-first-n6v{margin-right:-1.5rem!important}
507
+ .fr-mt-first-n3w,.fr-mt-first-n6v,.fr-my-first-n3w,.fr-my-first-n6v{margin-top:-1.5rem!important}
508
+ .fr-mb-first-n3w,.fr-mb-first-n6v,.fr-my-first-n3w,.fr-my-first-n6v{margin-bottom:-1.5rem!important}
509
+ .fr-m-first-n5v{margin:-1.25rem!important}
510
+ .fr-ml-first-n5v,.fr-mx-first-n5v{margin-left:-1.25rem!important}
511
+ .fr-mr-first-n5v,.fr-mx-first-n5v{margin-right:-1.25rem!important}
512
+ .fr-mt-first-n5v,.fr-my-first-n5v{margin-top:-1.25rem!important}
513
+ .fr-mb-first-n5v,.fr-my-first-n5v{margin-bottom:-1.25rem!important}
514
+ .fr-m-first-n2w,.fr-m-first-n4v{margin:-1rem!important}
515
+ .fr-ml-first-n2w,.fr-ml-first-n4v,.fr-mx-first-n2w,.fr-mx-first-n4v{margin-left:-1rem!important}
516
+ .fr-mr-first-n2w,.fr-mr-first-n4v,.fr-mx-first-n2w,.fr-mx-first-n4v{margin-right:-1rem!important}
517
+ .fr-mt-first-n2w,.fr-mt-first-n4v,.fr-my-first-n2w,.fr-my-first-n4v{margin-top:-1rem!important}
518
+ .fr-mb-first-n2w,.fr-mb-first-n4v,.fr-my-first-n2w,.fr-my-first-n4v{margin-bottom:-1rem!important}
519
+ .fr-m-first-n3v{margin:-.75rem!important}
520
+ .fr-ml-first-n3v,.fr-mx-first-n3v{margin-left:-.75rem!important}
521
+ .fr-mr-first-n3v,.fr-mx-first-n3v{margin-right:-.75rem!important}
522
+ .fr-mt-first-n3v,.fr-my-first-n3v{margin-top:-.75rem!important}
523
+ .fr-mb-first-n3v,.fr-my-first-n3v{margin-bottom:-.75rem!important}
524
+ .fr-m-first-n1w,.fr-m-first-n2v{margin:-.5rem!important}
525
+ .fr-ml-first-n1w,.fr-ml-first-n2v,.fr-mx-first-n1w,.fr-mx-first-n2v{margin-left:-.5rem!important}
526
+ .fr-mr-first-n1w,.fr-mr-first-n2v,.fr-mx-first-n1w,.fr-mx-first-n2v{margin-right:-.5rem!important}
527
+ .fr-mt-first-n1w,.fr-mt-first-n2v,.fr-my-first-n1w,.fr-my-first-n2v{margin-top:-.5rem!important}
528
+ .fr-mb-first-n1w,.fr-mb-first-n2v,.fr-my-first-n1w,.fr-my-first-n2v{margin-bottom:-.5rem!important}
529
+ .fr-m-first-n1v{margin:-.25rem!important}
530
+ .fr-ml-first-n1v,.fr-mx-first-n1v{margin-left:-.25rem!important}
531
+ .fr-mr-first-n1v,.fr-mx-first-n1v{margin-right:-.25rem!important}
532
+ .fr-mt-first-n1v,.fr-my-first-n1v{margin-top:-.25rem!important}
533
+ .fr-mb-first-n1v,.fr-my-first-n1v{margin-bottom:-.25rem!important}
534
+ .fr-m-first-n1-5v{margin:-.375rem!important}
535
+ .fr-ml-first-n1-5v,.fr-mx-first-n1-5v{margin-left:-.375rem!important}
536
+ .fr-mr-first-n1-5v,.fr-mx-first-n1-5v{margin-right:-.375rem!important}
537
+ .fr-mt-first-n1-5v,.fr-my-first-n1-5v{margin-top:-.375rem!important}
538
+ .fr-mb-first-n1-5v,.fr-my-first-n1-5v{margin-bottom:-.375rem!important}
539
+ .fr-m-first-0{margin:0!important}
540
+ .fr-ml-first-0,.fr-mx-first-0{margin-left:0!important}
541
+ .fr-mr-first-0,.fr-mx-first-0{margin-right:0!important}
542
+ .fr-mt-first-0,.fr-my-first-0{margin-top:0!important}
543
+ .fr-mb-first-0,.fr-my-first-0{margin-bottom:0!important}
544
+ .fr-m-first-n0-5v{margin:-.125rem!important}
545
+ .fr-ml-first-n0-5v,.fr-mx-first-n0-5v{margin-left:-.125rem!important}
546
+ .fr-mr-first-n0-5v,.fr-mx-first-n0-5v{margin-right:-.125rem!important}
547
+ .fr-mt-first-n0-5v,.fr-my-first-n0-5v{margin-top:-.125rem!important}
548
+ .fr-mb-first-n0-5v,.fr-my-first-n0-5v{margin-bottom:-.125rem!important}
549
+ .fr-m-first-0-5v{margin:.125rem!important}
550
+ .fr-ml-first-0-5v,.fr-mx-first-0-5v{margin-left:.125rem!important}
551
+ .fr-mr-first-0-5v,.fr-mx-first-0-5v{margin-right:.125rem!important}
552
+ .fr-mt-first-0-5v,.fr-my-first-0-5v{margin-top:.125rem!important}
553
+ .fr-mb-first-0-5v,.fr-my-first-0-5v{margin-bottom:.125rem!important}
554
+ .fr-m-first-1v{margin:.25rem!important}
555
+ .fr-ml-first-1v,.fr-mx-first-1v{margin-left:.25rem!important}
556
+ .fr-mr-first-1v,.fr-mx-first-1v{margin-right:.25rem!important}
557
+ .fr-mt-first-1v,.fr-my-first-1v{margin-top:.25rem!important}
558
+ .fr-mb-first-1v,.fr-my-first-1v{margin-bottom:.25rem!important}
559
+ .fr-m-first-1-5v{margin:.375rem!important}
560
+ .fr-ml-first-1-5v,.fr-mx-first-1-5v{margin-left:.375rem!important}
561
+ .fr-mr-first-1-5v,.fr-mx-first-1-5v{margin-right:.375rem!important}
562
+ .fr-mt-first-1-5v,.fr-my-first-1-5v{margin-top:.375rem!important}
563
+ .fr-mb-first-1-5v,.fr-my-first-1-5v{margin-bottom:.375rem!important}
564
+ .fr-m-first-1w,.fr-m-first-2v{margin:.5rem!important}
565
+ .fr-ml-first-1w,.fr-ml-first-2v,.fr-mx-first-1w,.fr-mx-first-2v{margin-left:.5rem!important}
566
+ .fr-mr-first-1w,.fr-mr-first-2v,.fr-mx-first-1w,.fr-mx-first-2v{margin-right:.5rem!important}
567
+ .fr-mt-first-1w,.fr-mt-first-2v,.fr-my-first-1w,.fr-my-first-2v{margin-top:.5rem!important}
568
+ .fr-mb-first-1w,.fr-mb-first-2v,.fr-my-first-1w,.fr-my-first-2v{margin-bottom:.5rem!important}
569
+ .fr-m-first-3v{margin:.75rem!important}
570
+ .fr-ml-first-3v,.fr-mx-first-3v{margin-left:.75rem!important}
571
+ .fr-mr-first-3v,.fr-mx-first-3v{margin-right:.75rem!important}
572
+ .fr-mt-first-3v,.fr-my-first-3v{margin-top:.75rem!important}
573
+ .fr-mb-first-3v,.fr-my-first-3v{margin-bottom:.75rem!important}
574
+ .fr-m-first-2w,.fr-m-first-4v{margin:1rem!important}
575
+ .fr-ml-first-2w,.fr-ml-first-4v,.fr-mx-first-2w,.fr-mx-first-4v{margin-left:1rem!important}
576
+ .fr-mr-first-2w,.fr-mr-first-4v,.fr-mx-first-2w,.fr-mx-first-4v{margin-right:1rem!important}
577
+ .fr-mt-first-2w,.fr-mt-first-4v,.fr-my-first-2w,.fr-my-first-4v{margin-top:1rem!important}
578
+ .fr-mb-first-2w,.fr-mb-first-4v,.fr-my-first-2w,.fr-my-first-4v{margin-bottom:1rem!important}
579
+ .fr-m-first-5v{margin:1.25rem!important}
580
+ .fr-ml-first-5v,.fr-mx-first-5v{margin-left:1.25rem!important}
581
+ .fr-mr-first-5v,.fr-mx-first-5v{margin-right:1.25rem!important}
582
+ .fr-mt-first-5v,.fr-my-first-5v{margin-top:1.25rem!important}
583
+ .fr-mb-first-5v,.fr-my-first-5v{margin-bottom:1.25rem!important}
584
+ .fr-m-first-3w,.fr-m-first-6v{margin:1.5rem!important}
585
+ .fr-ml-first-3w,.fr-ml-first-6v,.fr-mx-first-3w,.fr-mx-first-6v{margin-left:1.5rem!important}
586
+ .fr-mr-first-3w,.fr-mr-first-6v,.fr-mx-first-3w,.fr-mx-first-6v{margin-right:1.5rem!important}
587
+ .fr-mt-first-3w,.fr-mt-first-6v,.fr-my-first-3w,.fr-my-first-6v{margin-top:1.5rem!important}
588
+ .fr-mb-first-3w,.fr-mb-first-6v,.fr-my-first-3w,.fr-my-first-6v{margin-bottom:1.5rem!important}
589
+ .fr-m-first-7v{margin:1.75rem!important}
590
+ .fr-ml-first-7v,.fr-mx-first-7v{margin-left:1.75rem!important}
591
+ .fr-mr-first-7v,.fr-mx-first-7v{margin-right:1.75rem!important}
592
+ .fr-mt-first-7v,.fr-my-first-7v{margin-top:1.75rem!important}
593
+ .fr-mb-first-7v,.fr-my-first-7v{margin-bottom:1.75rem!important}
594
+ .fr-m-first-4w,.fr-m-first-8v{margin:2rem!important}
595
+ .fr-ml-first-4w,.fr-ml-first-8v,.fr-mx-first-4w,.fr-mx-first-8v{margin-left:2rem!important}
596
+ .fr-mr-first-4w,.fr-mr-first-8v,.fr-mx-first-4w,.fr-mx-first-8v{margin-right:2rem!important}
597
+ .fr-mt-first-4w,.fr-mt-first-8v,.fr-my-first-4w,.fr-my-first-8v{margin-top:2rem!important}
598
+ .fr-mb-first-4w,.fr-mb-first-8v,.fr-my-first-4w,.fr-my-first-8v{margin-bottom:2rem!important}
599
+ .fr-m-first-9v{margin:2.25rem!important}
600
+ .fr-ml-first-9v,.fr-mx-first-9v{margin-left:2.25rem!important}
601
+ .fr-mr-first-9v,.fr-mx-first-9v{margin-right:2.25rem!important}
602
+ .fr-mt-first-9v,.fr-my-first-9v{margin-top:2.25rem!important}
603
+ .fr-mb-first-9v,.fr-my-first-9v{margin-bottom:2.25rem!important}
604
+ .fr-m-first-10v,.fr-m-first-5w{margin:2.5rem!important}
605
+ .fr-ml-first-10v,.fr-ml-first-5w,.fr-mx-first-10v,.fr-mx-first-5w{margin-left:2.5rem!important}
606
+ .fr-mr-first-10v,.fr-mr-first-5w,.fr-mx-first-10v,.fr-mx-first-5w{margin-right:2.5rem!important}
607
+ .fr-mt-first-10v,.fr-mt-first-5w,.fr-my-first-10v,.fr-my-first-5w{margin-top:2.5rem!important}
608
+ .fr-mb-first-10v,.fr-mb-first-5w,.fr-my-first-10v,.fr-my-first-5w{margin-bottom:2.5rem!important}
609
+ .fr-m-first-11v{margin:2.75rem!important}
610
+ .fr-ml-first-11v,.fr-mx-first-11v{margin-left:2.75rem!important}
611
+ .fr-mr-first-11v,.fr-mx-first-11v{margin-right:2.75rem!important}
612
+ .fr-mt-first-11v,.fr-my-first-11v{margin-top:2.75rem!important}
613
+ .fr-mb-first-11v,.fr-my-first-11v{margin-bottom:2.75rem!important}
614
+ .fr-m-first-12v,.fr-m-first-6w{margin:3rem!important}
615
+ .fr-ml-first-12v,.fr-ml-first-6w,.fr-mx-first-12v,.fr-mx-first-6w{margin-left:3rem!important}
616
+ .fr-mr-first-12v,.fr-mr-first-6w,.fr-mx-first-12v,.fr-mx-first-6w{margin-right:3rem!important}
617
+ .fr-mt-first-12v,.fr-mt-first-6w,.fr-my-first-12v,.fr-my-first-6w{margin-top:3rem!important}
618
+ .fr-mb-first-12v,.fr-mb-first-6w,.fr-my-first-12v,.fr-my-first-6w{margin-bottom:3rem!important}
619
+ .fr-m-first-13v{margin:3.25rem!important}
620
+ .fr-ml-first-13v,.fr-mx-first-13v{margin-left:3.25rem!important}
621
+ .fr-mr-first-13v,.fr-mx-first-13v{margin-right:3.25rem!important}
622
+ .fr-mt-first-13v,.fr-my-first-13v{margin-top:3.25rem!important}
623
+ .fr-mb-first-13v,.fr-my-first-13v{margin-bottom:3.25rem!important}
624
+ .fr-m-first-14v,.fr-m-first-7w{margin:3.5rem!important}
625
+ .fr-ml-first-14v,.fr-ml-first-7w,.fr-mx-first-14v,.fr-mx-first-7w{margin-left:3.5rem!important}
626
+ .fr-mr-first-14v,.fr-mr-first-7w,.fr-mx-first-14v,.fr-mx-first-7w{margin-right:3.5rem!important}
627
+ .fr-mt-first-14v,.fr-mt-first-7w,.fr-my-first-14v,.fr-my-first-7w{margin-top:3.5rem!important}
628
+ .fr-mb-first-14v,.fr-mb-first-7w,.fr-my-first-14v,.fr-my-first-7w{margin-bottom:3.5rem!important}
629
+ .fr-m-first-15v{margin:3.75rem!important}
630
+ .fr-ml-first-15v,.fr-mx-first-15v{margin-left:3.75rem!important}
631
+ .fr-mr-first-15v,.fr-mx-first-15v{margin-right:3.75rem!important}
632
+ .fr-mt-first-15v,.fr-my-first-15v{margin-top:3.75rem!important}
633
+ .fr-mb-first-15v,.fr-my-first-15v{margin-bottom:3.75rem!important}
634
+ .fr-m-first-16v,.fr-m-first-8w{margin:4rem!important}
635
+ .fr-ml-first-16v,.fr-ml-first-8w,.fr-mx-first-16v,.fr-mx-first-8w{margin-left:4rem!important}
636
+ .fr-mr-first-16v,.fr-mr-first-8w,.fr-mx-first-16v,.fr-mx-first-8w{margin-right:4rem!important}
637
+ .fr-mt-first-16v,.fr-mt-first-8w,.fr-my-first-16v,.fr-my-first-8w{margin-top:4rem!important}
638
+ .fr-mb-first-16v,.fr-mb-first-8w,.fr-my-first-16v,.fr-my-first-8w{margin-bottom:4rem!important}
639
+ .fr-m-first-17v{margin:4.25rem!important}
640
+ .fr-ml-first-17v,.fr-mx-first-17v{margin-left:4.25rem!important}
641
+ .fr-mr-first-17v,.fr-mx-first-17v{margin-right:4.25rem!important}
642
+ .fr-mt-first-17v,.fr-my-first-17v{margin-top:4.25rem!important}
643
+ .fr-mb-first-17v,.fr-my-first-17v{margin-bottom:4.25rem!important}
644
+ .fr-m-first-18v,.fr-m-first-9w{margin:4.5rem!important}
645
+ .fr-ml-first-18v,.fr-ml-first-9w,.fr-mx-first-18v,.fr-mx-first-9w{margin-left:4.5rem!important}
646
+ .fr-mr-first-18v,.fr-mr-first-9w,.fr-mx-first-18v,.fr-mx-first-9w{margin-right:4.5rem!important}
647
+ .fr-mt-first-18v,.fr-mt-first-9w,.fr-my-first-18v,.fr-my-first-9w{margin-top:4.5rem!important}
648
+ .fr-mb-first-18v,.fr-mb-first-9w,.fr-my-first-18v,.fr-my-first-9w{margin-bottom:4.5rem!important}
649
+ .fr-m-first-19v{margin:4.75rem!important}
650
+ .fr-ml-first-19v,.fr-mx-first-19v{margin-left:4.75rem!important}
651
+ .fr-mr-first-19v,.fr-mx-first-19v{margin-right:4.75rem!important}
652
+ .fr-mt-first-19v,.fr-my-first-19v{margin-top:4.75rem!important}
653
+ .fr-mb-first-19v,.fr-my-first-19v{margin-bottom:4.75rem!important}
654
+ .fr-m-first-10w,.fr-m-first-20v{margin:5rem!important}
655
+ .fr-ml-first-10w,.fr-ml-first-20v,.fr-mx-first-10w,.fr-mx-first-20v{margin-left:5rem!important}
656
+ .fr-mr-first-10w,.fr-mr-first-20v,.fr-mx-first-10w,.fr-mx-first-20v{margin-right:5rem!important}
657
+ .fr-mt-first-10w,.fr-mt-first-20v,.fr-my-first-10w,.fr-my-first-20v{margin-top:5rem!important}
658
+ .fr-mb-first-10w,.fr-mb-first-20v,.fr-my-first-10w,.fr-my-first-20v{margin-bottom:5rem!important}
659
+ .fr-m-first-21v{margin:5.25rem!important}
660
+ .fr-ml-first-21v,.fr-mx-first-21v{margin-left:5.25rem!important}
661
+ .fr-mr-first-21v,.fr-mx-first-21v{margin-right:5.25rem!important}
662
+ .fr-mt-first-21v,.fr-my-first-21v{margin-top:5.25rem!important}
663
+ .fr-mb-first-21v,.fr-my-first-21v{margin-bottom:5.25rem!important}
664
+ .fr-m-first-11w,.fr-m-first-22v{margin:5.5rem!important}
665
+ .fr-ml-first-11w,.fr-ml-first-22v,.fr-mx-first-11w,.fr-mx-first-22v{margin-left:5.5rem!important}
666
+ .fr-mr-first-11w,.fr-mr-first-22v,.fr-mx-first-11w,.fr-mx-first-22v{margin-right:5.5rem!important}
667
+ .fr-mt-first-11w,.fr-mt-first-22v,.fr-my-first-11w,.fr-my-first-22v{margin-top:5.5rem!important}
668
+ .fr-mb-first-11w,.fr-mb-first-22v,.fr-my-first-11w,.fr-my-first-22v{margin-bottom:5.5rem!important}
669
+ .fr-m-first-23v{margin:5.75rem!important}
670
+ .fr-ml-first-23v,.fr-mx-first-23v{margin-left:5.75rem!important}
671
+ .fr-mr-first-23v,.fr-mx-first-23v{margin-right:5.75rem!important}
672
+ .fr-mt-first-23v,.fr-my-first-23v{margin-top:5.75rem!important}
673
+ .fr-mb-first-23v,.fr-my-first-23v{margin-bottom:5.75rem!important}
674
+ .fr-m-first-12w,.fr-m-first-24v{margin:6rem!important}
675
+ .fr-ml-first-12w,.fr-ml-first-24v,.fr-mx-first-12w,.fr-mx-first-24v{margin-left:6rem!important}
676
+ .fr-mr-first-12w,.fr-mr-first-24v,.fr-mx-first-12w,.fr-mx-first-24v{margin-right:6rem!important}
677
+ .fr-mt-first-12w,.fr-mt-first-24v,.fr-my-first-12w,.fr-my-first-24v{margin-top:6rem!important}
678
+ .fr-mb-first-12w,.fr-mb-first-24v,.fr-my-first-12w,.fr-my-first-24v{margin-bottom:6rem!important}
679
+ .fr-m-first-25v{margin:6.25rem!important}
680
+ .fr-ml-first-25v,.fr-mx-first-25v{margin-left:6.25rem!important}
681
+ .fr-mr-first-25v,.fr-mx-first-25v{margin-right:6.25rem!important}
682
+ .fr-mt-first-25v,.fr-my-first-25v{margin-top:6.25rem!important}
683
+ .fr-mb-first-25v,.fr-my-first-25v{margin-bottom:6.25rem!important}
684
+ .fr-m-first-13w,.fr-m-first-26v{margin:6.5rem!important}
685
+ .fr-ml-first-13w,.fr-ml-first-26v,.fr-mx-first-13w,.fr-mx-first-26v{margin-left:6.5rem!important}
686
+ .fr-mr-first-13w,.fr-mr-first-26v,.fr-mx-first-13w,.fr-mx-first-26v{margin-right:6.5rem!important}
687
+ .fr-mt-first-13w,.fr-mt-first-26v,.fr-my-first-13w,.fr-my-first-26v{margin-top:6.5rem!important}
688
+ .fr-mb-first-13w,.fr-mb-first-26v,.fr-my-first-13w,.fr-my-first-26v{margin-bottom:6.5rem!important}
689
+ .fr-m-first-27v{margin:6.75rem!important}
690
+ .fr-ml-first-27v,.fr-mx-first-27v{margin-left:6.75rem!important}
691
+ .fr-mr-first-27v,.fr-mx-first-27v{margin-right:6.75rem!important}
692
+ .fr-mt-first-27v,.fr-my-first-27v{margin-top:6.75rem!important}
693
+ .fr-mb-first-27v,.fr-my-first-27v{margin-bottom:6.75rem!important}
694
+ .fr-m-first-14w,.fr-m-first-28v{margin:7rem!important}
695
+ .fr-ml-first-14w,.fr-ml-first-28v,.fr-mx-first-14w,.fr-mx-first-28v{margin-left:7rem!important}
696
+ .fr-mr-first-14w,.fr-mr-first-28v,.fr-mx-first-14w,.fr-mx-first-28v{margin-right:7rem!important}
697
+ .fr-mt-first-14w,.fr-mt-first-28v,.fr-my-first-14w,.fr-my-first-28v{margin-top:7rem!important}
698
+ .fr-mb-first-14w,.fr-mb-first-28v,.fr-my-first-14w,.fr-my-first-28v{margin-bottom:7rem!important}
699
+ .fr-m-first-29v{margin:7.25rem!important}
700
+ .fr-ml-first-29v,.fr-mx-first-29v{margin-left:7.25rem!important}
701
+ .fr-mr-first-29v,.fr-mx-first-29v{margin-right:7.25rem!important}
702
+ .fr-mt-first-29v,.fr-my-first-29v{margin-top:7.25rem!important}
703
+ .fr-mb-first-29v,.fr-my-first-29v{margin-bottom:7.25rem!important}
704
+ .fr-m-first-15w,.fr-m-first-30v{margin:7.5rem!important}
705
+ .fr-ml-first-15w,.fr-ml-first-30v,.fr-mx-first-15w,.fr-mx-first-30v{margin-left:7.5rem!important}
706
+ .fr-mr-first-15w,.fr-mr-first-30v,.fr-mx-first-15w,.fr-mx-first-30v{margin-right:7.5rem!important}
707
+ .fr-mt-first-15w,.fr-mt-first-30v,.fr-my-first-15w,.fr-my-first-30v{margin-top:7.5rem!important}
708
+ .fr-mb-first-15w,.fr-mb-first-30v,.fr-my-first-15w,.fr-my-first-30v{margin-bottom:7.5rem!important}
709
+ .fr-m-first-31v{margin:7.75rem!important}
710
+ .fr-ml-first-31v,.fr-mx-first-31v{margin-left:7.75rem!important}
711
+ .fr-mr-first-31v,.fr-mx-first-31v{margin-right:7.75rem!important}
712
+ .fr-mt-first-31v,.fr-my-first-31v{margin-top:7.75rem!important}
713
+ .fr-mb-first-31v,.fr-my-first-31v{margin-bottom:7.75rem!important}
714
+ .fr-m-first-16w,.fr-m-first-32v{margin:8rem!important}
715
+ .fr-ml-first-16w,.fr-ml-first-32v,.fr-mx-first-16w,.fr-mx-first-32v{margin-left:8rem!important}
716
+ .fr-mr-first-16w,.fr-mr-first-32v,.fr-mx-first-16w,.fr-mx-first-32v{margin-right:8rem!important}
717
+ .fr-mt-first-16w,.fr-mt-first-32v,.fr-my-first-16w,.fr-my-first-32v{margin-top:8rem!important}
718
+ .fr-mb-first-16w,.fr-mb-first-32v,.fr-my-first-16w,.fr-my-first-32v{margin-bottom:8rem!important}
719
+ .fr-m-first-auto{margin:auto}
720
+ .fr-ml-first-auto,.fr-mx-first-auto{margin-left:auto}
721
+ .fr-mr-first-auto,.fr-mx-first-auto{margin-right:auto}
722
+ .fr-mt-first-auto,.fr-my-first-auto{margin-top:auto}
723
+ .fr-mb-first-auto,.fr-my-first-auto{margin-bottom:auto}
724
+ .fr-p-0{padding:0!important}
725
+ .fr-pl-0,.fr-px-0{padding-left:0!important}
726
+ .fr-pr-0,.fr-px-0{padding-right:0!important}
727
+ .fr-pt-0,.fr-py-0{padding-top:0!important}
728
+ .fr-pb-0,.fr-py-0{padding-bottom:0!important}
729
+ .fr-p-0-5v{padding:.125rem!important}
730
+ .fr-pl-0-5v,.fr-px-0-5v{padding-left:.125rem!important}
731
+ .fr-pr-0-5v,.fr-px-0-5v{padding-right:.125rem!important}
732
+ .fr-pt-0-5v,.fr-py-0-5v{padding-top:.125rem!important}
733
+ .fr-pb-0-5v,.fr-py-0-5v{padding-bottom:.125rem!important}
734
+ .fr-p-1v{padding:.25rem!important}
735
+ .fr-pl-1v,.fr-px-1v{padding-left:.25rem!important}
736
+ .fr-pr-1v,.fr-px-1v{padding-right:.25rem!important}
737
+ .fr-pt-1v,.fr-py-1v{padding-top:.25rem!important}
738
+ .fr-pb-1v,.fr-py-1v{padding-bottom:.25rem!important}
739
+ .fr-p-1-5v{padding:.375rem!important}
740
+ .fr-pl-1-5v,.fr-px-1-5v{padding-left:.375rem!important}
741
+ .fr-pr-1-5v,.fr-px-1-5v{padding-right:.375rem!important}
742
+ .fr-pt-1-5v,.fr-py-1-5v{padding-top:.375rem!important}
743
+ .fr-pb-1-5v,.fr-py-1-5v{padding-bottom:.375rem!important}
744
+ .fr-p-1w,.fr-p-2v{padding:.5rem!important}
745
+ .fr-pl-1w,.fr-pl-2v,.fr-px-1w,.fr-px-2v{padding-left:.5rem!important}
746
+ .fr-pr-1w,.fr-pr-2v,.fr-px-1w,.fr-px-2v{padding-right:.5rem!important}
747
+ .fr-pt-1w,.fr-pt-2v,.fr-py-1w,.fr-py-2v{padding-top:.5rem!important}
748
+ .fr-pb-1w,.fr-pb-2v,.fr-py-1w,.fr-py-2v{padding-bottom:.5rem!important}
749
+ .fr-p-3v{padding:.75rem!important}
750
+ .fr-pl-3v,.fr-px-3v{padding-left:.75rem!important}
751
+ .fr-pr-3v,.fr-px-3v{padding-right:.75rem!important}
752
+ .fr-pt-3v,.fr-py-3v{padding-top:.75rem!important}
753
+ .fr-pb-3v,.fr-py-3v{padding-bottom:.75rem!important}
754
+ .fr-p-2w,.fr-p-4v{padding:1rem!important}
755
+ .fr-pl-2w,.fr-pl-4v,.fr-px-2w,.fr-px-4v{padding-left:1rem!important}
756
+ .fr-pr-2w,.fr-pr-4v,.fr-px-2w,.fr-px-4v{padding-right:1rem!important}
757
+ .fr-pt-2w,.fr-pt-4v,.fr-py-2w,.fr-py-4v{padding-top:1rem!important}
758
+ .fr-pb-2w,.fr-pb-4v,.fr-py-2w,.fr-py-4v{padding-bottom:1rem!important}
759
+ .fr-p-5v{padding:1.25rem!important}
760
+ .fr-pl-5v,.fr-px-5v{padding-left:1.25rem!important}
761
+ .fr-pr-5v,.fr-px-5v{padding-right:1.25rem!important}
762
+ .fr-pt-5v,.fr-py-5v{padding-top:1.25rem!important}
763
+ .fr-pb-5v,.fr-py-5v{padding-bottom:1.25rem!important}
764
+ .fr-p-3w,.fr-p-6v{padding:1.5rem!important}
765
+ .fr-pl-3w,.fr-pl-6v,.fr-px-3w,.fr-px-6v{padding-left:1.5rem!important}
766
+ .fr-pr-3w,.fr-pr-6v,.fr-px-3w,.fr-px-6v{padding-right:1.5rem!important}
767
+ .fr-pt-3w,.fr-pt-6v,.fr-py-3w,.fr-py-6v{padding-top:1.5rem!important}
768
+ .fr-pb-3w,.fr-pb-6v,.fr-py-3w,.fr-py-6v{padding-bottom:1.5rem!important}
769
+ .fr-p-7v{padding:1.75rem!important}
770
+ .fr-pl-7v,.fr-px-7v{padding-left:1.75rem!important}
771
+ .fr-pr-7v,.fr-px-7v{padding-right:1.75rem!important}
772
+ .fr-pt-7v,.fr-py-7v{padding-top:1.75rem!important}
773
+ .fr-pb-7v,.fr-py-7v{padding-bottom:1.75rem!important}
774
+ .fr-p-4w,.fr-p-8v{padding:2rem!important}
775
+ .fr-pl-4w,.fr-pl-8v,.fr-px-4w,.fr-px-8v{padding-left:2rem!important}
776
+ .fr-pr-4w,.fr-pr-8v,.fr-px-4w,.fr-px-8v{padding-right:2rem!important}
777
+ .fr-pt-4w,.fr-pt-8v,.fr-py-4w,.fr-py-8v{padding-top:2rem!important}
778
+ .fr-pb-4w,.fr-pb-8v,.fr-py-4w,.fr-py-8v{padding-bottom:2rem!important}
779
+ .fr-p-9v{padding:2.25rem!important}
780
+ .fr-pl-9v,.fr-px-9v{padding-left:2.25rem!important}
781
+ .fr-pr-9v,.fr-px-9v{padding-right:2.25rem!important}
782
+ .fr-pt-9v,.fr-py-9v{padding-top:2.25rem!important}
783
+ .fr-pb-9v,.fr-py-9v{padding-bottom:2.25rem!important}
784
+ .fr-p-10v,.fr-p-5w{padding:2.5rem!important}
785
+ .fr-pl-10v,.fr-pl-5w,.fr-px-10v,.fr-px-5w{padding-left:2.5rem!important}
786
+ .fr-pr-10v,.fr-pr-5w,.fr-px-10v,.fr-px-5w{padding-right:2.5rem!important}
787
+ .fr-pt-10v,.fr-pt-5w,.fr-py-10v,.fr-py-5w{padding-top:2.5rem!important}
788
+ .fr-pb-10v,.fr-pb-5w,.fr-py-10v,.fr-py-5w{padding-bottom:2.5rem!important}
789
+ .fr-p-11v{padding:2.75rem!important}
790
+ .fr-pl-11v,.fr-px-11v{padding-left:2.75rem!important}
791
+ .fr-pr-11v,.fr-px-11v{padding-right:2.75rem!important}
792
+ .fr-pt-11v,.fr-py-11v{padding-top:2.75rem!important}
793
+ .fr-pb-11v,.fr-py-11v{padding-bottom:2.75rem!important}
794
+ .fr-p-12v,.fr-p-6w{padding:3rem!important}
795
+ .fr-pl-12v,.fr-pl-6w,.fr-px-12v,.fr-px-6w{padding-left:3rem!important}
796
+ .fr-pr-12v,.fr-pr-6w,.fr-px-12v,.fr-px-6w{padding-right:3rem!important}
797
+ .fr-pt-12v,.fr-pt-6w,.fr-py-12v,.fr-py-6w{padding-top:3rem!important}
798
+ .fr-pb-12v,.fr-pb-6w,.fr-py-12v,.fr-py-6w{padding-bottom:3rem!important}
799
+ .fr-p-13v{padding:3.25rem!important}
800
+ .fr-pl-13v,.fr-px-13v{padding-left:3.25rem!important}
801
+ .fr-pr-13v,.fr-px-13v{padding-right:3.25rem!important}
802
+ .fr-pt-13v,.fr-py-13v{padding-top:3.25rem!important}
803
+ .fr-pb-13v,.fr-py-13v{padding-bottom:3.25rem!important}
804
+ .fr-p-14v,.fr-p-7w{padding:3.5rem!important}
805
+ .fr-pl-14v,.fr-pl-7w,.fr-px-14v,.fr-px-7w{padding-left:3.5rem!important}
806
+ .fr-pr-14v,.fr-pr-7w,.fr-px-14v,.fr-px-7w{padding-right:3.5rem!important}
807
+ .fr-pt-14v,.fr-pt-7w,.fr-py-14v,.fr-py-7w{padding-top:3.5rem!important}
808
+ .fr-pb-14v,.fr-pb-7w,.fr-py-14v,.fr-py-7w{padding-bottom:3.5rem!important}
809
+ .fr-p-15v{padding:3.75rem!important}
810
+ .fr-pl-15v,.fr-px-15v{padding-left:3.75rem!important}
811
+ .fr-pr-15v,.fr-px-15v{padding-right:3.75rem!important}
812
+ .fr-pt-15v,.fr-py-15v{padding-top:3.75rem!important}
813
+ .fr-pb-15v,.fr-py-15v{padding-bottom:3.75rem!important}
814
+ .fr-p-16v,.fr-p-8w{padding:4rem!important}
815
+ .fr-pl-16v,.fr-pl-8w,.fr-px-16v,.fr-px-8w{padding-left:4rem!important}
816
+ .fr-pr-16v,.fr-pr-8w,.fr-px-16v,.fr-px-8w{padding-right:4rem!important}
817
+ .fr-pt-16v,.fr-pt-8w,.fr-py-16v,.fr-py-8w{padding-top:4rem!important}
818
+ .fr-pb-16v,.fr-pb-8w,.fr-py-16v,.fr-py-8w{padding-bottom:4rem!important}
819
+ .fr-p-17v{padding:4.25rem!important}
820
+ .fr-pl-17v,.fr-px-17v{padding-left:4.25rem!important}
821
+ .fr-pr-17v,.fr-px-17v{padding-right:4.25rem!important}
822
+ .fr-pt-17v,.fr-py-17v{padding-top:4.25rem!important}
823
+ .fr-pb-17v,.fr-py-17v{padding-bottom:4.25rem!important}
824
+ .fr-p-18v,.fr-p-9w{padding:4.5rem!important}
825
+ .fr-pl-18v,.fr-pl-9w,.fr-px-18v,.fr-px-9w{padding-left:4.5rem!important}
826
+ .fr-pr-18v,.fr-pr-9w,.fr-px-18v,.fr-px-9w{padding-right:4.5rem!important}
827
+ .fr-pt-18v,.fr-pt-9w,.fr-py-18v,.fr-py-9w{padding-top:4.5rem!important}
828
+ .fr-pb-18v,.fr-pb-9w,.fr-py-18v,.fr-py-9w{padding-bottom:4.5rem!important}
829
+ .fr-p-19v{padding:4.75rem!important}
830
+ .fr-pl-19v,.fr-px-19v{padding-left:4.75rem!important}
831
+ .fr-pr-19v,.fr-px-19v{padding-right:4.75rem!important}
832
+ .fr-pt-19v,.fr-py-19v{padding-top:4.75rem!important}
833
+ .fr-pb-19v,.fr-py-19v{padding-bottom:4.75rem!important}
834
+ .fr-p-10w,.fr-p-20v{padding:5rem!important}
835
+ .fr-pl-10w,.fr-pl-20v,.fr-px-10w,.fr-px-20v{padding-left:5rem!important}
836
+ .fr-pr-10w,.fr-pr-20v,.fr-px-10w,.fr-px-20v{padding-right:5rem!important}
837
+ .fr-pt-10w,.fr-pt-20v,.fr-py-10w,.fr-py-20v{padding-top:5rem!important}
838
+ .fr-pb-10w,.fr-pb-20v,.fr-py-10w,.fr-py-20v{padding-bottom:5rem!important}
839
+ .fr-p-21v{padding:5.25rem!important}
840
+ .fr-pl-21v,.fr-px-21v{padding-left:5.25rem!important}
841
+ .fr-pr-21v,.fr-px-21v{padding-right:5.25rem!important}
842
+ .fr-pt-21v,.fr-py-21v{padding-top:5.25rem!important}
843
+ .fr-pb-21v,.fr-py-21v{padding-bottom:5.25rem!important}
844
+ .fr-p-11w,.fr-p-22v{padding:5.5rem!important}
845
+ .fr-pl-11w,.fr-pl-22v,.fr-px-11w,.fr-px-22v{padding-left:5.5rem!important}
846
+ .fr-pr-11w,.fr-pr-22v,.fr-px-11w,.fr-px-22v{padding-right:5.5rem!important}
847
+ .fr-pt-11w,.fr-pt-22v,.fr-py-11w,.fr-py-22v{padding-top:5.5rem!important}
848
+ .fr-pb-11w,.fr-pb-22v,.fr-py-11w,.fr-py-22v{padding-bottom:5.5rem!important}
849
+ .fr-p-23v{padding:5.75rem!important}
850
+ .fr-pl-23v,.fr-px-23v{padding-left:5.75rem!important}
851
+ .fr-pr-23v,.fr-px-23v{padding-right:5.75rem!important}
852
+ .fr-pt-23v,.fr-py-23v{padding-top:5.75rem!important}
853
+ .fr-pb-23v,.fr-py-23v{padding-bottom:5.75rem!important}
854
+ .fr-p-12w,.fr-p-24v{padding:6rem!important}
855
+ .fr-pl-12w,.fr-pl-24v,.fr-px-12w,.fr-px-24v{padding-left:6rem!important}
856
+ .fr-pr-12w,.fr-pr-24v,.fr-px-12w,.fr-px-24v{padding-right:6rem!important}
857
+ .fr-pt-12w,.fr-pt-24v,.fr-py-12w,.fr-py-24v{padding-top:6rem!important}
858
+ .fr-pb-12w,.fr-pb-24v,.fr-py-12w,.fr-py-24v{padding-bottom:6rem!important}
859
+ .fr-p-25v{padding:6.25rem!important}
860
+ .fr-pl-25v,.fr-px-25v{padding-left:6.25rem!important}
861
+ .fr-pr-25v,.fr-px-25v{padding-right:6.25rem!important}
862
+ .fr-pt-25v,.fr-py-25v{padding-top:6.25rem!important}
863
+ .fr-pb-25v,.fr-py-25v{padding-bottom:6.25rem!important}
864
+ .fr-p-13w,.fr-p-26v{padding:6.5rem!important}
865
+ .fr-pl-13w,.fr-pl-26v,.fr-px-13w,.fr-px-26v{padding-left:6.5rem!important}
866
+ .fr-pr-13w,.fr-pr-26v,.fr-px-13w,.fr-px-26v{padding-right:6.5rem!important}
867
+ .fr-pt-13w,.fr-pt-26v,.fr-py-13w,.fr-py-26v{padding-top:6.5rem!important}
868
+ .fr-pb-13w,.fr-pb-26v,.fr-py-13w,.fr-py-26v{padding-bottom:6.5rem!important}
869
+ .fr-p-27v{padding:6.75rem!important}
870
+ .fr-pl-27v,.fr-px-27v{padding-left:6.75rem!important}
871
+ .fr-pr-27v,.fr-px-27v{padding-right:6.75rem!important}
872
+ .fr-pt-27v,.fr-py-27v{padding-top:6.75rem!important}
873
+ .fr-pb-27v,.fr-py-27v{padding-bottom:6.75rem!important}
874
+ .fr-p-14w,.fr-p-28v{padding:7rem!important}
875
+ .fr-pl-14w,.fr-pl-28v,.fr-px-14w,.fr-px-28v{padding-left:7rem!important}
876
+ .fr-pr-14w,.fr-pr-28v,.fr-px-14w,.fr-px-28v{padding-right:7rem!important}
877
+ .fr-pt-14w,.fr-pt-28v,.fr-py-14w,.fr-py-28v{padding-top:7rem!important}
878
+ .fr-pb-14w,.fr-pb-28v,.fr-py-14w,.fr-py-28v{padding-bottom:7rem!important}
879
+ .fr-p-29v{padding:7.25rem!important}
880
+ .fr-pl-29v,.fr-px-29v{padding-left:7.25rem!important}
881
+ .fr-pr-29v,.fr-px-29v{padding-right:7.25rem!important}
882
+ .fr-pt-29v,.fr-py-29v{padding-top:7.25rem!important}
883
+ .fr-pb-29v,.fr-py-29v{padding-bottom:7.25rem!important}
884
+ .fr-p-15w,.fr-p-30v{padding:7.5rem!important}
885
+ .fr-pl-15w,.fr-pl-30v,.fr-px-15w,.fr-px-30v{padding-left:7.5rem!important}
886
+ .fr-pr-15w,.fr-pr-30v,.fr-px-15w,.fr-px-30v{padding-right:7.5rem!important}
887
+ .fr-pt-15w,.fr-pt-30v,.fr-py-15w,.fr-py-30v{padding-top:7.5rem!important}
888
+ .fr-pb-15w,.fr-pb-30v,.fr-py-15w,.fr-py-30v{padding-bottom:7.5rem!important}
889
+ .fr-p-31v{padding:7.75rem!important}
890
+ .fr-pl-31v,.fr-px-31v{padding-left:7.75rem!important}
891
+ .fr-pr-31v,.fr-px-31v{padding-right:7.75rem!important}
892
+ .fr-pt-31v,.fr-py-31v{padding-top:7.75rem!important}
893
+ .fr-pb-31v,.fr-py-31v{padding-bottom:7.75rem!important}
894
+ .fr-p-16w,.fr-p-32v{padding:8rem!important}
895
+ .fr-pl-16w,.fr-pl-32v,.fr-px-16w,.fr-px-32v{padding-left:8rem!important}
896
+ .fr-pr-16w,.fr-pr-32v,.fr-px-16w,.fr-px-32v{padding-right:8rem!important}
897
+ .fr-pt-16w,.fr-pt-32v,.fr-py-16w,.fr-py-32v{padding-top:8rem!important}
898
+ .fr-pb-16w,.fr-pb-32v,.fr-py-16w,.fr-py-32v{padding-bottom:8rem!important}
899
+ .fr-p-first-0{padding:0!important}
900
+ .fr-pl-first-0,.fr-px-first-0{padding-left:0!important}
901
+ .fr-pr-first-0,.fr-px-first-0{padding-right:0!important}
902
+ .fr-pt-first-0,.fr-py-first-0{padding-top:0!important}
903
+ .fr-pb-first-0,.fr-py-first-0{padding-bottom:0!important}
904
+ .fr-p-first-0-5v{padding:.125rem!important}
905
+ .fr-pl-first-0-5v,.fr-px-first-0-5v{padding-left:.125rem!important}
906
+ .fr-pr-first-0-5v,.fr-px-first-0-5v{padding-right:.125rem!important}
907
+ .fr-pt-first-0-5v,.fr-py-first-0-5v{padding-top:.125rem!important}
908
+ .fr-pb-first-0-5v,.fr-py-first-0-5v{padding-bottom:.125rem!important}
909
+ .fr-p-first-1v{padding:.25rem!important}
910
+ .fr-pl-first-1v,.fr-px-first-1v{padding-left:.25rem!important}
911
+ .fr-pr-first-1v,.fr-px-first-1v{padding-right:.25rem!important}
912
+ .fr-pt-first-1v,.fr-py-first-1v{padding-top:.25rem!important}
913
+ .fr-pb-first-1v,.fr-py-first-1v{padding-bottom:.25rem!important}
914
+ .fr-p-first-1-5v{padding:.375rem!important}
915
+ .fr-pl-first-1-5v,.fr-px-first-1-5v{padding-left:.375rem!important}
916
+ .fr-pr-first-1-5v,.fr-px-first-1-5v{padding-right:.375rem!important}
917
+ .fr-pt-first-1-5v,.fr-py-first-1-5v{padding-top:.375rem!important}
918
+ .fr-pb-first-1-5v,.fr-py-first-1-5v{padding-bottom:.375rem!important}
919
+ .fr-p-first-1w,.fr-p-first-2v{padding:.5rem!important}
920
+ .fr-pl-first-1w,.fr-pl-first-2v,.fr-px-first-1w,.fr-px-first-2v{padding-left:.5rem!important}
921
+ .fr-pr-first-1w,.fr-pr-first-2v,.fr-px-first-1w,.fr-px-first-2v{padding-right:.5rem!important}
922
+ .fr-pt-first-1w,.fr-pt-first-2v,.fr-py-first-1w,.fr-py-first-2v{padding-top:.5rem!important}
923
+ .fr-pb-first-1w,.fr-pb-first-2v,.fr-py-first-1w,.fr-py-first-2v{padding-bottom:.5rem!important}
924
+ .fr-p-first-3v{padding:.75rem!important}
925
+ .fr-pl-first-3v,.fr-px-first-3v{padding-left:.75rem!important}
926
+ .fr-pr-first-3v,.fr-px-first-3v{padding-right:.75rem!important}
927
+ .fr-pt-first-3v,.fr-py-first-3v{padding-top:.75rem!important}
928
+ .fr-pb-first-3v,.fr-py-first-3v{padding-bottom:.75rem!important}
929
+ .fr-p-first-2w,.fr-p-first-4v{padding:1rem!important}
930
+ .fr-pl-first-2w,.fr-pl-first-4v,.fr-px-first-2w,.fr-px-first-4v{padding-left:1rem!important}
931
+ .fr-pr-first-2w,.fr-pr-first-4v,.fr-px-first-2w,.fr-px-first-4v{padding-right:1rem!important}
932
+ .fr-pt-first-2w,.fr-pt-first-4v,.fr-py-first-2w,.fr-py-first-4v{padding-top:1rem!important}
933
+ .fr-pb-first-2w,.fr-pb-first-4v,.fr-py-first-2w,.fr-py-first-4v{padding-bottom:1rem!important}
934
+ .fr-p-first-5v{padding:1.25rem!important}
935
+ .fr-pl-first-5v,.fr-px-first-5v{padding-left:1.25rem!important}
936
+ .fr-pr-first-5v,.fr-px-first-5v{padding-right:1.25rem!important}
937
+ .fr-pt-first-5v,.fr-py-first-5v{padding-top:1.25rem!important}
938
+ .fr-pb-first-5v,.fr-py-first-5v{padding-bottom:1.25rem!important}
939
+ .fr-p-first-3w,.fr-p-first-6v{padding:1.5rem!important}
940
+ .fr-pl-first-3w,.fr-pl-first-6v,.fr-px-first-3w,.fr-px-first-6v{padding-left:1.5rem!important}
941
+ .fr-pr-first-3w,.fr-pr-first-6v,.fr-px-first-3w,.fr-px-first-6v{padding-right:1.5rem!important}
942
+ .fr-pt-first-3w,.fr-pt-first-6v,.fr-py-first-3w,.fr-py-first-6v{padding-top:1.5rem!important}
943
+ .fr-pb-first-3w,.fr-pb-first-6v,.fr-py-first-3w,.fr-py-first-6v{padding-bottom:1.5rem!important}
944
+ .fr-p-first-7v{padding:1.75rem!important}
945
+ .fr-pl-first-7v,.fr-px-first-7v{padding-left:1.75rem!important}
946
+ .fr-pr-first-7v,.fr-px-first-7v{padding-right:1.75rem!important}
947
+ .fr-pt-first-7v,.fr-py-first-7v{padding-top:1.75rem!important}
948
+ .fr-pb-first-7v,.fr-py-first-7v{padding-bottom:1.75rem!important}
949
+ .fr-p-first-4w,.fr-p-first-8v{padding:2rem!important}
950
+ .fr-pl-first-4w,.fr-pl-first-8v,.fr-px-first-4w,.fr-px-first-8v{padding-left:2rem!important}
951
+ .fr-pr-first-4w,.fr-pr-first-8v,.fr-px-first-4w,.fr-px-first-8v{padding-right:2rem!important}
952
+ .fr-pt-first-4w,.fr-pt-first-8v,.fr-py-first-4w,.fr-py-first-8v{padding-top:2rem!important}
953
+ .fr-pb-first-4w,.fr-pb-first-8v,.fr-py-first-4w,.fr-py-first-8v{padding-bottom:2rem!important}
954
+ .fr-p-first-9v{padding:2.25rem!important}
955
+ .fr-pl-first-9v,.fr-px-first-9v{padding-left:2.25rem!important}
956
+ .fr-pr-first-9v,.fr-px-first-9v{padding-right:2.25rem!important}
957
+ .fr-pt-first-9v,.fr-py-first-9v{padding-top:2.25rem!important}
958
+ .fr-pb-first-9v,.fr-py-first-9v{padding-bottom:2.25rem!important}
959
+ .fr-p-first-10v,.fr-p-first-5w{padding:2.5rem!important}
960
+ .fr-pl-first-10v,.fr-pl-first-5w,.fr-px-first-10v,.fr-px-first-5w{padding-left:2.5rem!important}
961
+ .fr-pr-first-10v,.fr-pr-first-5w,.fr-px-first-10v,.fr-px-first-5w{padding-right:2.5rem!important}
962
+ .fr-pt-first-10v,.fr-pt-first-5w,.fr-py-first-10v,.fr-py-first-5w{padding-top:2.5rem!important}
963
+ .fr-pb-first-10v,.fr-pb-first-5w,.fr-py-first-10v,.fr-py-first-5w{padding-bottom:2.5rem!important}
964
+ .fr-p-first-11v{padding:2.75rem!important}
965
+ .fr-pl-first-11v,.fr-px-first-11v{padding-left:2.75rem!important}
966
+ .fr-pr-first-11v,.fr-px-first-11v{padding-right:2.75rem!important}
967
+ .fr-pt-first-11v,.fr-py-first-11v{padding-top:2.75rem!important}
968
+ .fr-pb-first-11v,.fr-py-first-11v{padding-bottom:2.75rem!important}
969
+ .fr-p-first-12v,.fr-p-first-6w{padding:3rem!important}
970
+ .fr-pl-first-12v,.fr-pl-first-6w,.fr-px-first-12v,.fr-px-first-6w{padding-left:3rem!important}
971
+ .fr-pr-first-12v,.fr-pr-first-6w,.fr-px-first-12v,.fr-px-first-6w{padding-right:3rem!important}
972
+ .fr-pt-first-12v,.fr-pt-first-6w,.fr-py-first-12v,.fr-py-first-6w{padding-top:3rem!important}
973
+ .fr-pb-first-12v,.fr-pb-first-6w,.fr-py-first-12v,.fr-py-first-6w{padding-bottom:3rem!important}
974
+ .fr-p-first-13v{padding:3.25rem!important}
975
+ .fr-pl-first-13v,.fr-px-first-13v{padding-left:3.25rem!important}
976
+ .fr-pr-first-13v,.fr-px-first-13v{padding-right:3.25rem!important}
977
+ .fr-pt-first-13v,.fr-py-first-13v{padding-top:3.25rem!important}
978
+ .fr-pb-first-13v,.fr-py-first-13v{padding-bottom:3.25rem!important}
979
+ .fr-p-first-14v,.fr-p-first-7w{padding:3.5rem!important}
980
+ .fr-pl-first-14v,.fr-pl-first-7w,.fr-px-first-14v,.fr-px-first-7w{padding-left:3.5rem!important}
981
+ .fr-pr-first-14v,.fr-pr-first-7w,.fr-px-first-14v,.fr-px-first-7w{padding-right:3.5rem!important}
982
+ .fr-pt-first-14v,.fr-pt-first-7w,.fr-py-first-14v,.fr-py-first-7w{padding-top:3.5rem!important}
983
+ .fr-pb-first-14v,.fr-pb-first-7w,.fr-py-first-14v,.fr-py-first-7w{padding-bottom:3.5rem!important}
984
+ .fr-p-first-15v{padding:3.75rem!important}
985
+ .fr-pl-first-15v,.fr-px-first-15v{padding-left:3.75rem!important}
986
+ .fr-pr-first-15v,.fr-px-first-15v{padding-right:3.75rem!important}
987
+ .fr-pt-first-15v,.fr-py-first-15v{padding-top:3.75rem!important}
988
+ .fr-pb-first-15v,.fr-py-first-15v{padding-bottom:3.75rem!important}
989
+ .fr-p-first-16v,.fr-p-first-8w{padding:4rem!important}
990
+ .fr-pl-first-16v,.fr-pl-first-8w,.fr-px-first-16v,.fr-px-first-8w{padding-left:4rem!important}
991
+ .fr-pr-first-16v,.fr-pr-first-8w,.fr-px-first-16v,.fr-px-first-8w{padding-right:4rem!important}
992
+ .fr-pt-first-16v,.fr-pt-first-8w,.fr-py-first-16v,.fr-py-first-8w{padding-top:4rem!important}
993
+ .fr-pb-first-16v,.fr-pb-first-8w,.fr-py-first-16v,.fr-py-first-8w{padding-bottom:4rem!important}
994
+ .fr-p-first-17v{padding:4.25rem!important}
995
+ .fr-pl-first-17v,.fr-px-first-17v{padding-left:4.25rem!important}
996
+ .fr-pr-first-17v,.fr-px-first-17v{padding-right:4.25rem!important}
997
+ .fr-pt-first-17v,.fr-py-first-17v{padding-top:4.25rem!important}
998
+ .fr-pb-first-17v,.fr-py-first-17v{padding-bottom:4.25rem!important}
999
+ .fr-p-first-18v,.fr-p-first-9w{padding:4.5rem!important}
1000
+ .fr-pl-first-18v,.fr-pl-first-9w,.fr-px-first-18v,.fr-px-first-9w{padding-left:4.5rem!important}
1001
+ .fr-pr-first-18v,.fr-pr-first-9w,.fr-px-first-18v,.fr-px-first-9w{padding-right:4.5rem!important}
1002
+ .fr-pt-first-18v,.fr-pt-first-9w,.fr-py-first-18v,.fr-py-first-9w{padding-top:4.5rem!important}
1003
+ .fr-pb-first-18v,.fr-pb-first-9w,.fr-py-first-18v,.fr-py-first-9w{padding-bottom:4.5rem!important}
1004
+ .fr-p-first-19v{padding:4.75rem!important}
1005
+ .fr-pl-first-19v,.fr-px-first-19v{padding-left:4.75rem!important}
1006
+ .fr-pr-first-19v,.fr-px-first-19v{padding-right:4.75rem!important}
1007
+ .fr-pt-first-19v,.fr-py-first-19v{padding-top:4.75rem!important}
1008
+ .fr-pb-first-19v,.fr-py-first-19v{padding-bottom:4.75rem!important}
1009
+ .fr-p-first-10w,.fr-p-first-20v{padding:5rem!important}
1010
+ .fr-pl-first-10w,.fr-pl-first-20v,.fr-px-first-10w,.fr-px-first-20v{padding-left:5rem!important}
1011
+ .fr-pr-first-10w,.fr-pr-first-20v,.fr-px-first-10w,.fr-px-first-20v{padding-right:5rem!important}
1012
+ .fr-pt-first-10w,.fr-pt-first-20v,.fr-py-first-10w,.fr-py-first-20v{padding-top:5rem!important}
1013
+ .fr-pb-first-10w,.fr-pb-first-20v,.fr-py-first-10w,.fr-py-first-20v{padding-bottom:5rem!important}
1014
+ .fr-p-first-21v{padding:5.25rem!important}
1015
+ .fr-pl-first-21v,.fr-px-first-21v{padding-left:5.25rem!important}
1016
+ .fr-pr-first-21v,.fr-px-first-21v{padding-right:5.25rem!important}
1017
+ .fr-pt-first-21v,.fr-py-first-21v{padding-top:5.25rem!important}
1018
+ .fr-pb-first-21v,.fr-py-first-21v{padding-bottom:5.25rem!important}
1019
+ .fr-p-first-11w,.fr-p-first-22v{padding:5.5rem!important}
1020
+ .fr-pl-first-11w,.fr-pl-first-22v,.fr-px-first-11w,.fr-px-first-22v{padding-left:5.5rem!important}
1021
+ .fr-pr-first-11w,.fr-pr-first-22v,.fr-px-first-11w,.fr-px-first-22v{padding-right:5.5rem!important}
1022
+ .fr-pt-first-11w,.fr-pt-first-22v,.fr-py-first-11w,.fr-py-first-22v{padding-top:5.5rem!important}
1023
+ .fr-pb-first-11w,.fr-pb-first-22v,.fr-py-first-11w,.fr-py-first-22v{padding-bottom:5.5rem!important}
1024
+ .fr-p-first-23v{padding:5.75rem!important}
1025
+ .fr-pl-first-23v,.fr-px-first-23v{padding-left:5.75rem!important}
1026
+ .fr-pr-first-23v,.fr-px-first-23v{padding-right:5.75rem!important}
1027
+ .fr-pt-first-23v,.fr-py-first-23v{padding-top:5.75rem!important}
1028
+ .fr-pb-first-23v,.fr-py-first-23v{padding-bottom:5.75rem!important}
1029
+ .fr-p-first-12w,.fr-p-first-24v{padding:6rem!important}
1030
+ .fr-pl-first-12w,.fr-pl-first-24v,.fr-px-first-12w,.fr-px-first-24v{padding-left:6rem!important}
1031
+ .fr-pr-first-12w,.fr-pr-first-24v,.fr-px-first-12w,.fr-px-first-24v{padding-right:6rem!important}
1032
+ .fr-pt-first-12w,.fr-pt-first-24v,.fr-py-first-12w,.fr-py-first-24v{padding-top:6rem!important}
1033
+ .fr-pb-first-12w,.fr-pb-first-24v,.fr-py-first-12w,.fr-py-first-24v{padding-bottom:6rem!important}
1034
+ .fr-p-first-25v{padding:6.25rem!important}
1035
+ .fr-pl-first-25v,.fr-px-first-25v{padding-left:6.25rem!important}
1036
+ .fr-pr-first-25v,.fr-px-first-25v{padding-right:6.25rem!important}
1037
+ .fr-pt-first-25v,.fr-py-first-25v{padding-top:6.25rem!important}
1038
+ .fr-pb-first-25v,.fr-py-first-25v{padding-bottom:6.25rem!important}
1039
+ .fr-p-first-13w,.fr-p-first-26v{padding:6.5rem!important}
1040
+ .fr-pl-first-13w,.fr-pl-first-26v,.fr-px-first-13w,.fr-px-first-26v{padding-left:6.5rem!important}
1041
+ .fr-pr-first-13w,.fr-pr-first-26v,.fr-px-first-13w,.fr-px-first-26v{padding-right:6.5rem!important}
1042
+ .fr-pt-first-13w,.fr-pt-first-26v,.fr-py-first-13w,.fr-py-first-26v{padding-top:6.5rem!important}
1043
+ .fr-pb-first-13w,.fr-pb-first-26v,.fr-py-first-13w,.fr-py-first-26v{padding-bottom:6.5rem!important}
1044
+ .fr-p-first-27v{padding:6.75rem!important}
1045
+ .fr-pl-first-27v,.fr-px-first-27v{padding-left:6.75rem!important}
1046
+ .fr-pr-first-27v,.fr-px-first-27v{padding-right:6.75rem!important}
1047
+ .fr-pt-first-27v,.fr-py-first-27v{padding-top:6.75rem!important}
1048
+ .fr-pb-first-27v,.fr-py-first-27v{padding-bottom:6.75rem!important}
1049
+ .fr-p-first-14w,.fr-p-first-28v{padding:7rem!important}
1050
+ .fr-pl-first-14w,.fr-pl-first-28v,.fr-px-first-14w,.fr-px-first-28v{padding-left:7rem!important}
1051
+ .fr-pr-first-14w,.fr-pr-first-28v,.fr-px-first-14w,.fr-px-first-28v{padding-right:7rem!important}
1052
+ .fr-pt-first-14w,.fr-pt-first-28v,.fr-py-first-14w,.fr-py-first-28v{padding-top:7rem!important}
1053
+ .fr-pb-first-14w,.fr-pb-first-28v,.fr-py-first-14w,.fr-py-first-28v{padding-bottom:7rem!important}
1054
+ .fr-p-first-29v{padding:7.25rem!important}
1055
+ .fr-pl-first-29v,.fr-px-first-29v{padding-left:7.25rem!important}
1056
+ .fr-pr-first-29v,.fr-px-first-29v{padding-right:7.25rem!important}
1057
+ .fr-pt-first-29v,.fr-py-first-29v{padding-top:7.25rem!important}
1058
+ .fr-pb-first-29v,.fr-py-first-29v{padding-bottom:7.25rem!important}
1059
+ .fr-p-first-15w,.fr-p-first-30v{padding:7.5rem!important}
1060
+ .fr-pl-first-15w,.fr-pl-first-30v,.fr-px-first-15w,.fr-px-first-30v{padding-left:7.5rem!important}
1061
+ .fr-pr-first-15w,.fr-pr-first-30v,.fr-px-first-15w,.fr-px-first-30v{padding-right:7.5rem!important}
1062
+ .fr-pt-first-15w,.fr-pt-first-30v,.fr-py-first-15w,.fr-py-first-30v{padding-top:7.5rem!important}
1063
+ .fr-pb-first-15w,.fr-pb-first-30v,.fr-py-first-15w,.fr-py-first-30v{padding-bottom:7.5rem!important}
1064
+ .fr-p-first-31v{padding:7.75rem!important}
1065
+ .fr-pl-first-31v,.fr-px-first-31v{padding-left:7.75rem!important}
1066
+ .fr-pr-first-31v,.fr-px-first-31v{padding-right:7.75rem!important}
1067
+ .fr-pt-first-31v,.fr-py-first-31v{padding-top:7.75rem!important}
1068
+ .fr-pb-first-31v,.fr-py-first-31v{padding-bottom:7.75rem!important}
1069
+ .fr-p-first-16w,.fr-p-first-32v{padding:8rem!important}
1070
+ .fr-pl-first-16w,.fr-pl-first-32v,.fr-px-first-16w,.fr-px-first-32v{padding-left:8rem!important}
1071
+ .fr-pr-first-16w,.fr-pr-first-32v,.fr-px-first-16w,.fr-px-first-32v{padding-right:8rem!important}
1072
+ .fr-pt-first-16w,.fr-pt-first-32v,.fr-py-first-16w,.fr-py-first-32v{padding-top:8rem!important}
1073
+ .fr-pb-first-16w,.fr-pb-first-32v,.fr-py-first-16w,.fr-py-first-32v{padding-bottom:8rem!important}
1074
+ :root[data-fr-theme=dark]{--shadow-color:rgba(0,0,18,.32)}
1075
+ .fr-placement{position:fixed;width:max-content}
1076
+ @-moz-document url-prefix(){:root[data-fr-scrolling] body{position:sticky}:root{--underline-thickness:calc(0.0625em + 0.25px)}}
1077
+ .fr-displayed-lg{display:none!important}
1078
+ .fr-responsive-img--32x9{aspect-ratio:3.5555555556!important;object-fit:cover;object-position:50% 50%}
1079
+ .fr-responsive-img--16x9{aspect-ratio:1.7777777778!important;object-fit:cover;object-position:50% 50%}
1080
+ .fr-responsive-img--3x2{aspect-ratio:1.5!important;object-fit:cover;object-position:50% 50%}
1081
+ .fr-responsive-img--4x3{aspect-ratio:1.3333333333!important;object-fit:cover;object-position:50% 50%}
1082
+ .fr-responsive-img--1x1{aspect-ratio:1!important;object-fit:cover;object-position:50% 50%}
1083
+ .fr-responsive-img--3x4{aspect-ratio:.75!important;object-fit:cover;object-position:50% 50%}
1084
+ .fr-responsive-img--2x3{aspect-ratio:.6666666667!important;object-fit:cover;object-position:50% 50%}
1085
+ .fr-responsive-vid--16x9{aspect-ratio:1.7777777778!important}
1086
+ .fr-responsive-vid--4x3{aspect-ratio:1.3333333333!important}
1087
+ .fr-responsive-vid--1x1{aspect-ratio:1!important}
1088
+ .fr-fi--xs:after,.fr-fi--xs:before{--icon-size:0.75rem}
1089
+ .fr-fi--sm:after,.fr-fi--sm:before{--icon-size:1rem}
1090
+ .fr-fi--md:after,.fr-fi--md:before{--icon-size:1.5rem}
1091
+ .fr-fi--lg:after,.fr-fi--lg:before{--icon-size:2rem}
1092
+ .fr-artwork-decorative{fill:var(--artwork-decorative-blue-france)}
1093
+ .fr-artwork-minor{fill:var(--artwork-minor-red-marianne)}
1094
+ .fr-artwork-major{fill:var(--artwork-major-blue-france)}
1095
+ .fr-artwork-background{fill:var(--artwork-background-grey)}
1096
+ .fr-artwork-motif{fill:var(--artwork-motif-grey)}
1097
+ .fr-artwork--green-tilleul-verveine .fr-artwork-minor{fill:var(--artwork-minor-green-tilleul-verveine)}
1098
+ .fr-artwork--green-bourgeon .fr-artwork-minor{fill:var(--artwork-minor-green-bourgeon)}
1099
+ .fr-artwork--green-emeraude .fr-artwork-minor{fill:var(--artwork-minor-green-emeraude)}
1100
+ .fr-artwork--green-menthe .fr-artwork-minor{fill:var(--artwork-minor-green-menthe)}
1101
+ .fr-artwork--green-archipel .fr-artwork-minor{fill:var(--artwork-minor-green-archipel)}
1102
+ .fr-artwork--blue-ecume .fr-artwork-minor{fill:var(--artwork-minor-blue-ecume)}
1103
+ .fr-artwork--blue-cumulus .fr-artwork-minor{fill:var(--artwork-minor-blue-cumulus)}
1104
+ .fr-artwork--purple-glycine .fr-artwork-minor{fill:var(--artwork-minor-purple-glycine)}
1105
+ .fr-artwork--pink-macaron .fr-artwork-minor{fill:var(--artwork-minor-pink-macaron)}
1106
+ .fr-artwork--pink-tuile .fr-artwork-minor{fill:var(--artwork-minor-pink-tuile)}
1107
+ .fr-artwork--yellow-tournesol .fr-artwork-minor{fill:var(--artwork-minor-yellow-tournesol)}
1108
+ .fr-artwork--yellow-moutarde .fr-artwork-minor{fill:var(--artwork-minor-yellow-moutarde)}
1109
+ .fr-artwork--orange-terre-battue .fr-artwork-minor{fill:var(--artwork-minor-orange-terre-battue)}
1110
+ .fr-artwork--brown-cafe-creme .fr-artwork-minor{fill:var(--artwork-minor-brown-cafe-creme)}
1111
+ .fr-artwork--brown-caramel .fr-artwork-minor{fill:var(--artwork-minor-brown-caramel)}
1112
+ .fr-artwork--brown-opera .fr-artwork-minor{fill:var(--artwork-minor-brown-opera)}
1113
+ .fr-artwork--beige-gris-galet .fr-artwork-minor{fill:var(--artwork-minor-beige-gris-galet)}
1114
+ [disabled] .fr-artwork *{fill:var(--text-disabled-grey)}
1115
+ .fr-display-lg,.fr-display-md,.fr-display-sm,.fr-display-xl,.fr-display-xs,.fr-h1,.fr-h2,.fr-h3,.fr-h4,.fr-h5,.fr-h6,h1,h2,h3,h4,h5,h6{color:var(--text-title-grey)}
1116
+ @media (min-width:36em){
1117
+ /*! media sm */.fr-hidden-sm{display:none!important}.fr-unhidden-sm{display:inherit!important}.fr-sr-only-sm{clip:rect(0,0,0,0);border:0;display:block;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fr-container-sm{padding-left:1rem;padding-right:1rem}.fr-container-sm--fluid{max-width:none;overflow:hidden;padding-left:0;padding-right:0}.fr-grid-row-sm--gutters{margin:-.5rem}.fr-grid-row-sm--gutters>.fr-col,.fr-grid-row-sm--gutters>[class*=" fr-col-"],.fr-grid-row-sm--gutters>[class^=fr-col-]{padding:.5rem}.fr-grid-row-sm--no-gutters{margin:0}.fr-grid-row-sm--no-gutters>.fr-col,.fr-grid-row-sm--no-gutters>[class*=" fr-col-"],.fr-grid-row-sm--no-gutters>[class^=fr-col-]{padding:0}.fr-col-sm{flex:1}.fr-col-sm-1{flex:0 0 8.33333%;max-width:8.33333%;width:8.33333%}.fr-col-offset-sm-1:not(.fr-col-offset-sm-1--right){margin-left:8.33333%}.fr-col-offset-sm-1--right{margin-right:8.33333%}.fr-col-sm-2{flex:0 0 16.66667%;max-width:16.66667%;width:16.66667%}.fr-col-offset-sm-2:not(.fr-col-offset-sm-2--right){margin-left:16.66667%}.fr-col-offset-sm-2--right{margin-right:16.66667%}.fr-col-sm-3{flex:0 0 25%;max-width:25%;width:25%}.fr-col-offset-sm-3:not(.fr-col-offset-sm-3--right){margin-left:25%}.fr-col-offset-sm-3--right{margin-right:25%}.fr-col-sm-4{flex:0 0 33.33333%;max-width:33.33333%;width:33.33333%}.fr-col-offset-sm-4:not(.fr-col-offset-sm-4--right){margin-left:33.33333%}.fr-col-offset-sm-4--right{margin-right:33.33333%}.fr-col-sm-5{flex:0 0 41.66667%;max-width:41.66667%;width:41.66667%}.fr-col-offset-sm-5:not(.fr-col-offset-sm-5--right){margin-left:41.66667%}.fr-col-offset-sm-5--right{margin-right:41.66667%}.fr-col-sm-6{flex:0 0 50%;max-width:50%;width:50%}.fr-col-offset-sm-6:not(.fr-col-offset-sm-6--right){margin-left:50%}.fr-col-offset-sm-6--right{margin-right:50%}.fr-col-sm-7{flex:0 0 58.33333%;max-width:58.33333%;width:58.33333%}.fr-col-offset-sm-7:not(.fr-col-offset-sm-7--right){margin-left:58.33333%}.fr-col-offset-sm-7--right{margin-right:58.33333%}.fr-col-sm-8{flex:0 0 66.66667%;max-width:66.66667%;width:66.66667%}.fr-col-offset-sm-8:not(.fr-col-offset-sm-8--right){margin-left:66.66667%}.fr-col-offset-sm-8--right{margin-right:66.66667%}.fr-col-sm-9{flex:0 0 75%;max-width:75%;width:75%}.fr-col-offset-sm-9:not(.fr-col-offset-sm-9--right){margin-left:75%}.fr-col-offset-sm-9--right{margin-right:75%}.fr-col-sm-10{flex:0 0 83.33333%;max-width:83.33333%;width:83.33333%}.fr-col-offset-sm-10:not(.fr-col-offset-sm-10--right){margin-left:83.33333%}.fr-col-offset-sm-10--right{margin-right:83.33333%}.fr-col-sm-11{flex:0 0 91.66667%;max-width:91.66667%;width:91.66667%}.fr-col-offset-sm-11:not(.fr-col-offset-sm-11--right){margin-left:91.66667%}.fr-col-offset-sm-11--right{margin-right:91.66667%}.fr-col-sm-12{flex:0 0 100%;max-width:100%;width:100%}.fr-col-offset-sm-12:not(.fr-col-offset-sm-12--right){margin-left:100%}.fr-col-offset-sm-12--right{margin-right:100%}
1118
+ /*! media sm */}
1119
+ @media (min-width:48em){
1120
+ /*! media md */h6{font-size:1.25rem}h5,h6{line-height:1.75rem}h5{font-size:1.375rem}h4{font-size:1.5rem;line-height:2rem}h3{font-size:1.75rem;line-height:2.25rem}h2{font-size:2rem;line-height:2.5rem}h1{font-size:2.5rem;line-height:3rem}.fr-h6{font-size:1.25rem!important}.fr-h5,.fr-h6{line-height:1.75rem!important}.fr-h5{font-size:1.375rem!important}.fr-h4{font-size:1.5rem!important;line-height:2rem!important}.fr-h3{font-size:1.75rem!important;line-height:2.25rem!important}.fr-h2{font-size:2rem!important;line-height:2.5rem!important}.fr-h1{font-size:2.5rem!important;line-height:3rem!important}.fr-display--xs{font-size:3rem!important;line-height:3.5rem!important}.fr-display--sm{font-size:3.5rem!important;line-height:4rem!important}.fr-display--md{font-size:4rem!important;line-height:4.5rem!important}.fr-display--lg{font-size:4.5rem!important;line-height:5rem!important}.fr-display--xl{font-size:5rem!important;line-height:5.5rem!important}.fr-hidden-md{display:none!important}.fr-unhidden-md{display:inherit!important}.fr-sr-only-md{clip:rect(0,0,0,0);border:0;display:block;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fr-container-md{padding-left:1rem;padding-right:1rem}.fr-container-md--fluid{max-width:none;overflow:hidden;padding-left:0;padding-right:0}.fr-grid-row-md--gutters{margin:-.5rem}.fr-grid-row-md--gutters>.fr-col,.fr-grid-row-md--gutters>[class*=" fr-col-"],.fr-grid-row-md--gutters>[class^=fr-col-]{padding:.5rem}.fr-grid-row-md--no-gutters{margin:0}.fr-grid-row-md--no-gutters>.fr-col,.fr-grid-row-md--no-gutters>[class*=" fr-col-"],.fr-grid-row-md--no-gutters>[class^=fr-col-]{padding:0}.fr-col-md{flex:1}.fr-col-md-1{flex:0 0 8.33333%;max-width:8.33333%;width:8.33333%}.fr-col-offset-md-1:not(.fr-col-offset-md-1--right){margin-left:8.33333%}.fr-col-offset-md-1--right{margin-right:8.33333%}.fr-col-md-2{flex:0 0 16.66667%;max-width:16.66667%;width:16.66667%}.fr-col-offset-md-2:not(.fr-col-offset-md-2--right){margin-left:16.66667%}.fr-col-offset-md-2--right{margin-right:16.66667%}.fr-col-md-3{flex:0 0 25%;max-width:25%;width:25%}.fr-col-offset-md-3:not(.fr-col-offset-md-3--right){margin-left:25%}.fr-col-offset-md-3--right{margin-right:25%}.fr-col-md-4{flex:0 0 33.33333%;max-width:33.33333%;width:33.33333%}.fr-col-offset-md-4:not(.fr-col-offset-md-4--right){margin-left:33.33333%}.fr-col-offset-md-4--right{margin-right:33.33333%}.fr-col-md-5{flex:0 0 41.66667%;max-width:41.66667%;width:41.66667%}.fr-col-offset-md-5:not(.fr-col-offset-md-5--right){margin-left:41.66667%}.fr-col-offset-md-5--right{margin-right:41.66667%}.fr-col-md-6{flex:0 0 50%;max-width:50%;width:50%}.fr-col-offset-md-6:not(.fr-col-offset-md-6--right){margin-left:50%}.fr-col-offset-md-6--right{margin-right:50%}.fr-col-md-7{flex:0 0 58.33333%;max-width:58.33333%;width:58.33333%}.fr-col-offset-md-7:not(.fr-col-offset-md-7--right){margin-left:58.33333%}.fr-col-offset-md-7--right{margin-right:58.33333%}.fr-col-md-8{flex:0 0 66.66667%;max-width:66.66667%;width:66.66667%}.fr-col-offset-md-8:not(.fr-col-offset-md-8--right){margin-left:66.66667%}.fr-col-offset-md-8--right{margin-right:66.66667%}.fr-col-md-9{flex:0 0 75%;max-width:75%;width:75%}.fr-col-offset-md-9:not(.fr-col-offset-md-9--right){margin-left:75%}.fr-col-offset-md-9--right{margin-right:75%}.fr-col-md-10{flex:0 0 83.33333%;max-width:83.33333%;width:83.33333%}.fr-col-offset-md-10:not(.fr-col-offset-md-10--right){margin-left:83.33333%}.fr-col-offset-md-10--right{margin-right:83.33333%}.fr-col-md-11{flex:0 0 91.66667%;max-width:91.66667%;width:91.66667%}.fr-col-offset-md-11:not(.fr-col-offset-md-11--right){margin-left:91.66667%}.fr-col-offset-md-11--right{margin-right:91.66667%}.fr-col-md-12{flex:0 0 100%;max-width:100%;width:100%}.fr-col-offset-md-12:not(.fr-col-offset-md-12--right){margin-left:100%}.fr-col-offset-md-12--right{margin-right:100%}.fr-m-md-n4w,.fr-m-md-n8v{margin:-2rem!important}.fr-ml-md-n4w,.fr-ml-md-n8v,.fr-mx-md-n4w,.fr-mx-md-n8v{margin-left:-2rem!important}.fr-mr-md-n4w,.fr-mr-md-n8v,.fr-mx-md-n4w,.fr-mx-md-n8v{margin-right:-2rem!important}.fr-mt-md-n4w,.fr-mt-md-n8v,.fr-my-md-n4w,.fr-my-md-n8v{margin-top:-2rem!important}.fr-mb-md-n4w,.fr-mb-md-n8v,.fr-my-md-n4w,.fr-my-md-n8v{margin-bottom:-2rem!important}.fr-m-md-n7v{margin:-1.75rem!important}.fr-ml-md-n7v,.fr-mx-md-n7v{margin-left:-1.75rem!important}.fr-mr-md-n7v,.fr-mx-md-n7v{margin-right:-1.75rem!important}.fr-mt-md-n7v,.fr-my-md-n7v{margin-top:-1.75rem!important}.fr-mb-md-n7v,.fr-my-md-n7v{margin-bottom:-1.75rem!important}.fr-m-md-n3w,.fr-m-md-n6v{margin:-1.5rem!important}.fr-ml-md-n3w,.fr-ml-md-n6v,.fr-mx-md-n3w,.fr-mx-md-n6v{margin-left:-1.5rem!important}.fr-mr-md-n3w,.fr-mr-md-n6v,.fr-mx-md-n3w,.fr-mx-md-n6v{margin-right:-1.5rem!important}.fr-mt-md-n3w,.fr-mt-md-n6v,.fr-my-md-n3w,.fr-my-md-n6v{margin-top:-1.5rem!important}.fr-mb-md-n3w,.fr-mb-md-n6v,.fr-my-md-n3w,.fr-my-md-n6v{margin-bottom:-1.5rem!important}.fr-m-md-n5v{margin:-1.25rem!important}.fr-ml-md-n5v,.fr-mx-md-n5v{margin-left:-1.25rem!important}.fr-mr-md-n5v,.fr-mx-md-n5v{margin-right:-1.25rem!important}.fr-mt-md-n5v,.fr-my-md-n5v{margin-top:-1.25rem!important}.fr-mb-md-n5v,.fr-my-md-n5v{margin-bottom:-1.25rem!important}.fr-m-md-n2w,.fr-m-md-n4v{margin:-1rem!important}.fr-ml-md-n2w,.fr-ml-md-n4v,.fr-mx-md-n2w,.fr-mx-md-n4v{margin-left:-1rem!important}.fr-mr-md-n2w,.fr-mr-md-n4v,.fr-mx-md-n2w,.fr-mx-md-n4v{margin-right:-1rem!important}.fr-mt-md-n2w,.fr-mt-md-n4v,.fr-my-md-n2w,.fr-my-md-n4v{margin-top:-1rem!important}.fr-mb-md-n2w,.fr-mb-md-n4v,.fr-my-md-n2w,.fr-my-md-n4v{margin-bottom:-1rem!important}.fr-m-md-n3v{margin:-.75rem!important}.fr-ml-md-n3v,.fr-mx-md-n3v{margin-left:-.75rem!important}.fr-mr-md-n3v,.fr-mx-md-n3v{margin-right:-.75rem!important}.fr-mt-md-n3v,.fr-my-md-n3v{margin-top:-.75rem!important}.fr-mb-md-n3v,.fr-my-md-n3v{margin-bottom:-.75rem!important}.fr-m-md-n1w,.fr-m-md-n2v{margin:-.5rem!important}.fr-ml-md-n1w,.fr-ml-md-n2v,.fr-mx-md-n1w,.fr-mx-md-n2v{margin-left:-.5rem!important}.fr-mr-md-n1w,.fr-mr-md-n2v,.fr-mx-md-n1w,.fr-mx-md-n2v{margin-right:-.5rem!important}.fr-mt-md-n1w,.fr-mt-md-n2v,.fr-my-md-n1w,.fr-my-md-n2v{margin-top:-.5rem!important}.fr-mb-md-n1w,.fr-mb-md-n2v,.fr-my-md-n1w,.fr-my-md-n2v{margin-bottom:-.5rem!important}.fr-m-md-n1v{margin:-.25rem!important}.fr-ml-md-n1v,.fr-mx-md-n1v{margin-left:-.25rem!important}.fr-mr-md-n1v,.fr-mx-md-n1v{margin-right:-.25rem!important}.fr-mt-md-n1v,.fr-my-md-n1v{margin-top:-.25rem!important}.fr-mb-md-n1v,.fr-my-md-n1v{margin-bottom:-.25rem!important}.fr-m-md-n1-5v{margin:-.375rem!important}.fr-ml-md-n1-5v,.fr-mx-md-n1-5v{margin-left:-.375rem!important}.fr-mr-md-n1-5v,.fr-mx-md-n1-5v{margin-right:-.375rem!important}.fr-mt-md-n1-5v,.fr-my-md-n1-5v{margin-top:-.375rem!important}.fr-mb-md-n1-5v,.fr-my-md-n1-5v{margin-bottom:-.375rem!important}.fr-m-md-0{margin:0!important}.fr-ml-md-0,.fr-mx-md-0{margin-left:0!important}.fr-mr-md-0,.fr-mx-md-0{margin-right:0!important}.fr-mt-md-0,.fr-my-md-0{margin-top:0!important}.fr-mb-md-0,.fr-my-md-0{margin-bottom:0!important}.fr-m-md-n0-5v{margin:-.125rem!important}.fr-ml-md-n0-5v,.fr-mx-md-n0-5v{margin-left:-.125rem!important}.fr-mr-md-n0-5v,.fr-mx-md-n0-5v{margin-right:-.125rem!important}.fr-mt-md-n0-5v,.fr-my-md-n0-5v{margin-top:-.125rem!important}.fr-mb-md-n0-5v,.fr-my-md-n0-5v{margin-bottom:-.125rem!important}.fr-m-md-0-5v{margin:.125rem!important}.fr-ml-md-0-5v,.fr-mx-md-0-5v{margin-left:.125rem!important}.fr-mr-md-0-5v,.fr-mx-md-0-5v{margin-right:.125rem!important}.fr-mt-md-0-5v,.fr-my-md-0-5v{margin-top:.125rem!important}.fr-mb-md-0-5v,.fr-my-md-0-5v{margin-bottom:.125rem!important}.fr-m-md-1v{margin:.25rem!important}.fr-ml-md-1v,.fr-mx-md-1v{margin-left:.25rem!important}.fr-mr-md-1v,.fr-mx-md-1v{margin-right:.25rem!important}.fr-mt-md-1v,.fr-my-md-1v{margin-top:.25rem!important}.fr-mb-md-1v,.fr-my-md-1v{margin-bottom:.25rem!important}.fr-m-md-1-5v{margin:.375rem!important}.fr-ml-md-1-5v,.fr-mx-md-1-5v{margin-left:.375rem!important}.fr-mr-md-1-5v,.fr-mx-md-1-5v{margin-right:.375rem!important}.fr-mt-md-1-5v,.fr-my-md-1-5v{margin-top:.375rem!important}.fr-mb-md-1-5v,.fr-my-md-1-5v{margin-bottom:.375rem!important}.fr-m-md-1w,.fr-m-md-2v{margin:.5rem!important}.fr-ml-md-1w,.fr-ml-md-2v,.fr-mx-md-1w,.fr-mx-md-2v{margin-left:.5rem!important}.fr-mr-md-1w,.fr-mr-md-2v,.fr-mx-md-1w,.fr-mx-md-2v{margin-right:.5rem!important}.fr-mt-md-1w,.fr-mt-md-2v,.fr-my-md-1w,.fr-my-md-2v{margin-top:.5rem!important}.fr-mb-md-1w,.fr-mb-md-2v,.fr-my-md-1w,.fr-my-md-2v{margin-bottom:.5rem!important}.fr-m-md-3v{margin:.75rem!important}.fr-ml-md-3v,.fr-mx-md-3v{margin-left:.75rem!important}.fr-mr-md-3v,.fr-mx-md-3v{margin-right:.75rem!important}.fr-mt-md-3v,.fr-my-md-3v{margin-top:.75rem!important}.fr-mb-md-3v,.fr-my-md-3v{margin-bottom:.75rem!important}.fr-m-md-2w,.fr-m-md-4v{margin:1rem!important}.fr-ml-md-2w,.fr-ml-md-4v,.fr-mx-md-2w,.fr-mx-md-4v{margin-left:1rem!important}.fr-mr-md-2w,.fr-mr-md-4v,.fr-mx-md-2w,.fr-mx-md-4v{margin-right:1rem!important}.fr-mt-md-2w,.fr-mt-md-4v,.fr-my-md-2w,.fr-my-md-4v{margin-top:1rem!important}.fr-mb-md-2w,.fr-mb-md-4v,.fr-my-md-2w,.fr-my-md-4v{margin-bottom:1rem!important}.fr-m-md-5v{margin:1.25rem!important}.fr-ml-md-5v,.fr-mx-md-5v{margin-left:1.25rem!important}.fr-mr-md-5v,.fr-mx-md-5v{margin-right:1.25rem!important}.fr-mt-md-5v,.fr-my-md-5v{margin-top:1.25rem!important}.fr-mb-md-5v,.fr-my-md-5v{margin-bottom:1.25rem!important}.fr-m-md-3w,.fr-m-md-6v{margin:1.5rem!important}.fr-ml-md-3w,.fr-ml-md-6v,.fr-mx-md-3w,.fr-mx-md-6v{margin-left:1.5rem!important}.fr-mr-md-3w,.fr-mr-md-6v,.fr-mx-md-3w,.fr-mx-md-6v{margin-right:1.5rem!important}.fr-mt-md-3w,.fr-mt-md-6v,.fr-my-md-3w,.fr-my-md-6v{margin-top:1.5rem!important}.fr-mb-md-3w,.fr-mb-md-6v,.fr-my-md-3w,.fr-my-md-6v{margin-bottom:1.5rem!important}.fr-m-md-7v{margin:1.75rem!important}.fr-ml-md-7v,.fr-mx-md-7v{margin-left:1.75rem!important}.fr-mr-md-7v,.fr-mx-md-7v{margin-right:1.75rem!important}.fr-mt-md-7v,.fr-my-md-7v{margin-top:1.75rem!important}.fr-mb-md-7v,.fr-my-md-7v{margin-bottom:1.75rem!important}.fr-m-md-4w,.fr-m-md-8v{margin:2rem!important}.fr-ml-md-4w,.fr-ml-md-8v,.fr-mx-md-4w,.fr-mx-md-8v{margin-left:2rem!important}.fr-mr-md-4w,.fr-mr-md-8v,.fr-mx-md-4w,.fr-mx-md-8v{margin-right:2rem!important}.fr-mt-md-4w,.fr-mt-md-8v,.fr-my-md-4w,.fr-my-md-8v{margin-top:2rem!important}.fr-mb-md-4w,.fr-mb-md-8v,.fr-my-md-4w,.fr-my-md-8v{margin-bottom:2rem!important}.fr-m-md-9v{margin:2.25rem!important}.fr-ml-md-9v,.fr-mx-md-9v{margin-left:2.25rem!important}.fr-mr-md-9v,.fr-mx-md-9v{margin-right:2.25rem!important}.fr-mt-md-9v,.fr-my-md-9v{margin-top:2.25rem!important}.fr-mb-md-9v,.fr-my-md-9v{margin-bottom:2.25rem!important}.fr-m-md-10v,.fr-m-md-5w{margin:2.5rem!important}.fr-ml-md-10v,.fr-ml-md-5w,.fr-mx-md-10v,.fr-mx-md-5w{margin-left:2.5rem!important}.fr-mr-md-10v,.fr-mr-md-5w,.fr-mx-md-10v,.fr-mx-md-5w{margin-right:2.5rem!important}.fr-mt-md-10v,.fr-mt-md-5w,.fr-my-md-10v,.fr-my-md-5w{margin-top:2.5rem!important}.fr-mb-md-10v,.fr-mb-md-5w,.fr-my-md-10v,.fr-my-md-5w{margin-bottom:2.5rem!important}.fr-m-md-11v{margin:2.75rem!important}.fr-ml-md-11v,.fr-mx-md-11v{margin-left:2.75rem!important}.fr-mr-md-11v,.fr-mx-md-11v{margin-right:2.75rem!important}.fr-mt-md-11v,.fr-my-md-11v{margin-top:2.75rem!important}.fr-mb-md-11v,.fr-my-md-11v{margin-bottom:2.75rem!important}.fr-m-md-12v,.fr-m-md-6w{margin:3rem!important}.fr-ml-md-12v,.fr-ml-md-6w,.fr-mx-md-12v,.fr-mx-md-6w{margin-left:3rem!important}.fr-mr-md-12v,.fr-mr-md-6w,.fr-mx-md-12v,.fr-mx-md-6w{margin-right:3rem!important}.fr-mt-md-12v,.fr-mt-md-6w,.fr-my-md-12v,.fr-my-md-6w{margin-top:3rem!important}.fr-mb-md-12v,.fr-mb-md-6w,.fr-my-md-12v,.fr-my-md-6w{margin-bottom:3rem!important}.fr-m-md-13v{margin:3.25rem!important}.fr-ml-md-13v,.fr-mx-md-13v{margin-left:3.25rem!important}.fr-mr-md-13v,.fr-mx-md-13v{margin-right:3.25rem!important}.fr-mt-md-13v,.fr-my-md-13v{margin-top:3.25rem!important}.fr-mb-md-13v,.fr-my-md-13v{margin-bottom:3.25rem!important}.fr-m-md-14v,.fr-m-md-7w{margin:3.5rem!important}.fr-ml-md-14v,.fr-ml-md-7w,.fr-mx-md-14v,.fr-mx-md-7w{margin-left:3.5rem!important}.fr-mr-md-14v,.fr-mr-md-7w,.fr-mx-md-14v,.fr-mx-md-7w{margin-right:3.5rem!important}.fr-mt-md-14v,.fr-mt-md-7w,.fr-my-md-14v,.fr-my-md-7w{margin-top:3.5rem!important}.fr-mb-md-14v,.fr-mb-md-7w,.fr-my-md-14v,.fr-my-md-7w{margin-bottom:3.5rem!important}.fr-m-md-15v{margin:3.75rem!important}.fr-ml-md-15v,.fr-mx-md-15v{margin-left:3.75rem!important}.fr-mr-md-15v,.fr-mx-md-15v{margin-right:3.75rem!important}.fr-mt-md-15v,.fr-my-md-15v{margin-top:3.75rem!important}.fr-mb-md-15v,.fr-my-md-15v{margin-bottom:3.75rem!important}.fr-m-md-16v,.fr-m-md-8w{margin:4rem!important}.fr-ml-md-16v,.fr-ml-md-8w,.fr-mx-md-16v,.fr-mx-md-8w{margin-left:4rem!important}.fr-mr-md-16v,.fr-mr-md-8w,.fr-mx-md-16v,.fr-mx-md-8w{margin-right:4rem!important}.fr-mt-md-16v,.fr-mt-md-8w,.fr-my-md-16v,.fr-my-md-8w{margin-top:4rem!important}.fr-mb-md-16v,.fr-mb-md-8w,.fr-my-md-16v,.fr-my-md-8w{margin-bottom:4rem!important}.fr-m-md-17v{margin:4.25rem!important}.fr-ml-md-17v,.fr-mx-md-17v{margin-left:4.25rem!important}.fr-mr-md-17v,.fr-mx-md-17v{margin-right:4.25rem!important}.fr-mt-md-17v,.fr-my-md-17v{margin-top:4.25rem!important}.fr-mb-md-17v,.fr-my-md-17v{margin-bottom:4.25rem!important}.fr-m-md-18v,.fr-m-md-9w{margin:4.5rem!important}.fr-ml-md-18v,.fr-ml-md-9w,.fr-mx-md-18v,.fr-mx-md-9w{margin-left:4.5rem!important}.fr-mr-md-18v,.fr-mr-md-9w,.fr-mx-md-18v,.fr-mx-md-9w{margin-right:4.5rem!important}.fr-mt-md-18v,.fr-mt-md-9w,.fr-my-md-18v,.fr-my-md-9w{margin-top:4.5rem!important}.fr-mb-md-18v,.fr-mb-md-9w,.fr-my-md-18v,.fr-my-md-9w{margin-bottom:4.5rem!important}.fr-m-md-19v{margin:4.75rem!important}.fr-ml-md-19v,.fr-mx-md-19v{margin-left:4.75rem!important}.fr-mr-md-19v,.fr-mx-md-19v{margin-right:4.75rem!important}.fr-mt-md-19v,.fr-my-md-19v{margin-top:4.75rem!important}.fr-mb-md-19v,.fr-my-md-19v{margin-bottom:4.75rem!important}.fr-m-md-10w,.fr-m-md-20v{margin:5rem!important}.fr-ml-md-10w,.fr-ml-md-20v,.fr-mx-md-10w,.fr-mx-md-20v{margin-left:5rem!important}.fr-mr-md-10w,.fr-mr-md-20v,.fr-mx-md-10w,.fr-mx-md-20v{margin-right:5rem!important}.fr-mt-md-10w,.fr-mt-md-20v,.fr-my-md-10w,.fr-my-md-20v{margin-top:5rem!important}.fr-mb-md-10w,.fr-mb-md-20v,.fr-my-md-10w,.fr-my-md-20v{margin-bottom:5rem!important}.fr-m-md-21v{margin:5.25rem!important}.fr-ml-md-21v,.fr-mx-md-21v{margin-left:5.25rem!important}.fr-mr-md-21v,.fr-mx-md-21v{margin-right:5.25rem!important}.fr-mt-md-21v,.fr-my-md-21v{margin-top:5.25rem!important}.fr-mb-md-21v,.fr-my-md-21v{margin-bottom:5.25rem!important}.fr-m-md-11w,.fr-m-md-22v{margin:5.5rem!important}.fr-ml-md-11w,.fr-ml-md-22v,.fr-mx-md-11w,.fr-mx-md-22v{margin-left:5.5rem!important}.fr-mr-md-11w,.fr-mr-md-22v,.fr-mx-md-11w,.fr-mx-md-22v{margin-right:5.5rem!important}.fr-mt-md-11w,.fr-mt-md-22v,.fr-my-md-11w,.fr-my-md-22v{margin-top:5.5rem!important}.fr-mb-md-11w,.fr-mb-md-22v,.fr-my-md-11w,.fr-my-md-22v{margin-bottom:5.5rem!important}.fr-m-md-23v{margin:5.75rem!important}.fr-ml-md-23v,.fr-mx-md-23v{margin-left:5.75rem!important}.fr-mr-md-23v,.fr-mx-md-23v{margin-right:5.75rem!important}.fr-mt-md-23v,.fr-my-md-23v{margin-top:5.75rem!important}.fr-mb-md-23v,.fr-my-md-23v{margin-bottom:5.75rem!important}.fr-m-md-12w,.fr-m-md-24v{margin:6rem!important}.fr-ml-md-12w,.fr-ml-md-24v,.fr-mx-md-12w,.fr-mx-md-24v{margin-left:6rem!important}.fr-mr-md-12w,.fr-mr-md-24v,.fr-mx-md-12w,.fr-mx-md-24v{margin-right:6rem!important}.fr-mt-md-12w,.fr-mt-md-24v,.fr-my-md-12w,.fr-my-md-24v{margin-top:6rem!important}.fr-mb-md-12w,.fr-mb-md-24v,.fr-my-md-12w,.fr-my-md-24v{margin-bottom:6rem!important}.fr-m-md-25v{margin:6.25rem!important}.fr-ml-md-25v,.fr-mx-md-25v{margin-left:6.25rem!important}.fr-mr-md-25v,.fr-mx-md-25v{margin-right:6.25rem!important}.fr-mt-md-25v,.fr-my-md-25v{margin-top:6.25rem!important}.fr-mb-md-25v,.fr-my-md-25v{margin-bottom:6.25rem!important}.fr-m-md-13w,.fr-m-md-26v{margin:6.5rem!important}.fr-ml-md-13w,.fr-ml-md-26v,.fr-mx-md-13w,.fr-mx-md-26v{margin-left:6.5rem!important}.fr-mr-md-13w,.fr-mr-md-26v,.fr-mx-md-13w,.fr-mx-md-26v{margin-right:6.5rem!important}.fr-mt-md-13w,.fr-mt-md-26v,.fr-my-md-13w,.fr-my-md-26v{margin-top:6.5rem!important}.fr-mb-md-13w,.fr-mb-md-26v,.fr-my-md-13w,.fr-my-md-26v{margin-bottom:6.5rem!important}.fr-m-md-27v{margin:6.75rem!important}.fr-ml-md-27v,.fr-mx-md-27v{margin-left:6.75rem!important}.fr-mr-md-27v,.fr-mx-md-27v{margin-right:6.75rem!important}.fr-mt-md-27v,.fr-my-md-27v{margin-top:6.75rem!important}.fr-mb-md-27v,.fr-my-md-27v{margin-bottom:6.75rem!important}.fr-m-md-14w,.fr-m-md-28v{margin:7rem!important}.fr-ml-md-14w,.fr-ml-md-28v,.fr-mx-md-14w,.fr-mx-md-28v{margin-left:7rem!important}.fr-mr-md-14w,.fr-mr-md-28v,.fr-mx-md-14w,.fr-mx-md-28v{margin-right:7rem!important}.fr-mt-md-14w,.fr-mt-md-28v,.fr-my-md-14w,.fr-my-md-28v{margin-top:7rem!important}.fr-mb-md-14w,.fr-mb-md-28v,.fr-my-md-14w,.fr-my-md-28v{margin-bottom:7rem!important}.fr-m-md-29v{margin:7.25rem!important}.fr-ml-md-29v,.fr-mx-md-29v{margin-left:7.25rem!important}.fr-mr-md-29v,.fr-mx-md-29v{margin-right:7.25rem!important}.fr-mt-md-29v,.fr-my-md-29v{margin-top:7.25rem!important}.fr-mb-md-29v,.fr-my-md-29v{margin-bottom:7.25rem!important}.fr-m-md-15w,.fr-m-md-30v{margin:7.5rem!important}.fr-ml-md-15w,.fr-ml-md-30v,.fr-mx-md-15w,.fr-mx-md-30v{margin-left:7.5rem!important}.fr-mr-md-15w,.fr-mr-md-30v,.fr-mx-md-15w,.fr-mx-md-30v{margin-right:7.5rem!important}.fr-mt-md-15w,.fr-mt-md-30v,.fr-my-md-15w,.fr-my-md-30v{margin-top:7.5rem!important}.fr-mb-md-15w,.fr-mb-md-30v,.fr-my-md-15w,.fr-my-md-30v{margin-bottom:7.5rem!important}.fr-m-md-31v{margin:7.75rem!important}.fr-ml-md-31v,.fr-mx-md-31v{margin-left:7.75rem!important}.fr-mr-md-31v,.fr-mx-md-31v{margin-right:7.75rem!important}.fr-mt-md-31v,.fr-my-md-31v{margin-top:7.75rem!important}.fr-mb-md-31v,.fr-my-md-31v{margin-bottom:7.75rem!important}.fr-m-md-16w,.fr-m-md-32v{margin:8rem!important}.fr-ml-md-16w,.fr-ml-md-32v,.fr-mx-md-16w,.fr-mx-md-32v{margin-left:8rem!important}.fr-mr-md-16w,.fr-mr-md-32v,.fr-mx-md-16w,.fr-mx-md-32v{margin-right:8rem!important}.fr-mt-md-16w,.fr-mt-md-32v,.fr-my-md-16w,.fr-my-md-32v{margin-top:8rem!important}.fr-mb-md-16w,.fr-mb-md-32v,.fr-my-md-16w,.fr-my-md-32v{margin-bottom:8rem!important}.fr-m-md-auto{margin:auto}.fr-ml-md-auto,.fr-mx-md-auto{margin-left:auto}.fr-mr-md-auto,.fr-mx-md-auto{margin-right:auto}.fr-mt-md-auto,.fr-my-md-auto{margin-top:auto}.fr-mb-md-auto,.fr-my-md-auto{margin-bottom:auto}.fr-p-md-0{padding:0!important}.fr-pl-md-0,.fr-px-md-0{padding-left:0!important}.fr-pr-md-0,.fr-px-md-0{padding-right:0!important}.fr-pt-md-0,.fr-py-md-0{padding-top:0!important}.fr-pb-md-0,.fr-py-md-0{padding-bottom:0!important}.fr-p-md-0-5v{padding:.125rem!important}.fr-pl-md-0-5v,.fr-px-md-0-5v{padding-left:.125rem!important}.fr-pr-md-0-5v,.fr-px-md-0-5v{padding-right:.125rem!important}.fr-pt-md-0-5v,.fr-py-md-0-5v{padding-top:.125rem!important}.fr-pb-md-0-5v,.fr-py-md-0-5v{padding-bottom:.125rem!important}.fr-p-md-1v{padding:.25rem!important}.fr-pl-md-1v,.fr-px-md-1v{padding-left:.25rem!important}.fr-pr-md-1v,.fr-px-md-1v{padding-right:.25rem!important}.fr-pt-md-1v,.fr-py-md-1v{padding-top:.25rem!important}.fr-pb-md-1v,.fr-py-md-1v{padding-bottom:.25rem!important}.fr-p-md-1-5v{padding:.375rem!important}.fr-pl-md-1-5v,.fr-px-md-1-5v{padding-left:.375rem!important}.fr-pr-md-1-5v,.fr-px-md-1-5v{padding-right:.375rem!important}.fr-pt-md-1-5v,.fr-py-md-1-5v{padding-top:.375rem!important}.fr-pb-md-1-5v,.fr-py-md-1-5v{padding-bottom:.375rem!important}.fr-p-md-1w,.fr-p-md-2v{padding:.5rem!important}.fr-pl-md-1w,.fr-pl-md-2v,.fr-px-md-1w,.fr-px-md-2v{padding-left:.5rem!important}.fr-pr-md-1w,.fr-pr-md-2v,.fr-px-md-1w,.fr-px-md-2v{padding-right:.5rem!important}.fr-pt-md-1w,.fr-pt-md-2v,.fr-py-md-1w,.fr-py-md-2v{padding-top:.5rem!important}.fr-pb-md-1w,.fr-pb-md-2v,.fr-py-md-1w,.fr-py-md-2v{padding-bottom:.5rem!important}.fr-p-md-3v{padding:.75rem!important}.fr-pl-md-3v,.fr-px-md-3v{padding-left:.75rem!important}.fr-pr-md-3v,.fr-px-md-3v{padding-right:.75rem!important}.fr-pt-md-3v,.fr-py-md-3v{padding-top:.75rem!important}.fr-pb-md-3v,.fr-py-md-3v{padding-bottom:.75rem!important}.fr-p-md-2w,.fr-p-md-4v{padding:1rem!important}.fr-pl-md-2w,.fr-pl-md-4v,.fr-px-md-2w,.fr-px-md-4v{padding-left:1rem!important}.fr-pr-md-2w,.fr-pr-md-4v,.fr-px-md-2w,.fr-px-md-4v{padding-right:1rem!important}.fr-pt-md-2w,.fr-pt-md-4v,.fr-py-md-2w,.fr-py-md-4v{padding-top:1rem!important}.fr-pb-md-2w,.fr-pb-md-4v,.fr-py-md-2w,.fr-py-md-4v{padding-bottom:1rem!important}.fr-p-md-5v{padding:1.25rem!important}.fr-pl-md-5v,.fr-px-md-5v{padding-left:1.25rem!important}.fr-pr-md-5v,.fr-px-md-5v{padding-right:1.25rem!important}.fr-pt-md-5v,.fr-py-md-5v{padding-top:1.25rem!important}.fr-pb-md-5v,.fr-py-md-5v{padding-bottom:1.25rem!important}.fr-p-md-3w,.fr-p-md-6v{padding:1.5rem!important}.fr-pl-md-3w,.fr-pl-md-6v,.fr-px-md-3w,.fr-px-md-6v{padding-left:1.5rem!important}.fr-pr-md-3w,.fr-pr-md-6v,.fr-px-md-3w,.fr-px-md-6v{padding-right:1.5rem!important}.fr-pt-md-3w,.fr-pt-md-6v,.fr-py-md-3w,.fr-py-md-6v{padding-top:1.5rem!important}.fr-pb-md-3w,.fr-pb-md-6v,.fr-py-md-3w,.fr-py-md-6v{padding-bottom:1.5rem!important}.fr-p-md-7v{padding:1.75rem!important}.fr-pl-md-7v,.fr-px-md-7v{padding-left:1.75rem!important}.fr-pr-md-7v,.fr-px-md-7v{padding-right:1.75rem!important}.fr-pt-md-7v,.fr-py-md-7v{padding-top:1.75rem!important}.fr-pb-md-7v,.fr-py-md-7v{padding-bottom:1.75rem!important}.fr-p-md-4w,.fr-p-md-8v{padding:2rem!important}.fr-pl-md-4w,.fr-pl-md-8v,.fr-px-md-4w,.fr-px-md-8v{padding-left:2rem!important}.fr-pr-md-4w,.fr-pr-md-8v,.fr-px-md-4w,.fr-px-md-8v{padding-right:2rem!important}.fr-pt-md-4w,.fr-pt-md-8v,.fr-py-md-4w,.fr-py-md-8v{padding-top:2rem!important}.fr-pb-md-4w,.fr-pb-md-8v,.fr-py-md-4w,.fr-py-md-8v{padding-bottom:2rem!important}.fr-p-md-9v{padding:2.25rem!important}.fr-pl-md-9v,.fr-px-md-9v{padding-left:2.25rem!important}.fr-pr-md-9v,.fr-px-md-9v{padding-right:2.25rem!important}.fr-pt-md-9v,.fr-py-md-9v{padding-top:2.25rem!important}.fr-pb-md-9v,.fr-py-md-9v{padding-bottom:2.25rem!important}.fr-p-md-10v,.fr-p-md-5w{padding:2.5rem!important}.fr-pl-md-10v,.fr-pl-md-5w,.fr-px-md-10v,.fr-px-md-5w{padding-left:2.5rem!important}.fr-pr-md-10v,.fr-pr-md-5w,.fr-px-md-10v,.fr-px-md-5w{padding-right:2.5rem!important}.fr-pt-md-10v,.fr-pt-md-5w,.fr-py-md-10v,.fr-py-md-5w{padding-top:2.5rem!important}.fr-pb-md-10v,.fr-pb-md-5w,.fr-py-md-10v,.fr-py-md-5w{padding-bottom:2.5rem!important}.fr-p-md-11v{padding:2.75rem!important}.fr-pl-md-11v,.fr-px-md-11v{padding-left:2.75rem!important}.fr-pr-md-11v,.fr-px-md-11v{padding-right:2.75rem!important}.fr-pt-md-11v,.fr-py-md-11v{padding-top:2.75rem!important}.fr-pb-md-11v,.fr-py-md-11v{padding-bottom:2.75rem!important}.fr-p-md-12v,.fr-p-md-6w{padding:3rem!important}.fr-pl-md-12v,.fr-pl-md-6w,.fr-px-md-12v,.fr-px-md-6w{padding-left:3rem!important}.fr-pr-md-12v,.fr-pr-md-6w,.fr-px-md-12v,.fr-px-md-6w{padding-right:3rem!important}.fr-pt-md-12v,.fr-pt-md-6w,.fr-py-md-12v,.fr-py-md-6w{padding-top:3rem!important}.fr-pb-md-12v,.fr-pb-md-6w,.fr-py-md-12v,.fr-py-md-6w{padding-bottom:3rem!important}.fr-p-md-13v{padding:3.25rem!important}.fr-pl-md-13v,.fr-px-md-13v{padding-left:3.25rem!important}.fr-pr-md-13v,.fr-px-md-13v{padding-right:3.25rem!important}.fr-pt-md-13v,.fr-py-md-13v{padding-top:3.25rem!important}.fr-pb-md-13v,.fr-py-md-13v{padding-bottom:3.25rem!important}.fr-p-md-14v,.fr-p-md-7w{padding:3.5rem!important}.fr-pl-md-14v,.fr-pl-md-7w,.fr-px-md-14v,.fr-px-md-7w{padding-left:3.5rem!important}.fr-pr-md-14v,.fr-pr-md-7w,.fr-px-md-14v,.fr-px-md-7w{padding-right:3.5rem!important}.fr-pt-md-14v,.fr-pt-md-7w,.fr-py-md-14v,.fr-py-md-7w{padding-top:3.5rem!important}.fr-pb-md-14v,.fr-pb-md-7w,.fr-py-md-14v,.fr-py-md-7w{padding-bottom:3.5rem!important}.fr-p-md-15v{padding:3.75rem!important}.fr-pl-md-15v,.fr-px-md-15v{padding-left:3.75rem!important}.fr-pr-md-15v,.fr-px-md-15v{padding-right:3.75rem!important}.fr-pt-md-15v,.fr-py-md-15v{padding-top:3.75rem!important}.fr-pb-md-15v,.fr-py-md-15v{padding-bottom:3.75rem!important}.fr-p-md-16v,.fr-p-md-8w{padding:4rem!important}.fr-pl-md-16v,.fr-pl-md-8w,.fr-px-md-16v,.fr-px-md-8w{padding-left:4rem!important}.fr-pr-md-16v,.fr-pr-md-8w,.fr-px-md-16v,.fr-px-md-8w{padding-right:4rem!important}.fr-pt-md-16v,.fr-pt-md-8w,.fr-py-md-16v,.fr-py-md-8w{padding-top:4rem!important}.fr-pb-md-16v,.fr-pb-md-8w,.fr-py-md-16v,.fr-py-md-8w{padding-bottom:4rem!important}.fr-p-md-17v{padding:4.25rem!important}.fr-pl-md-17v,.fr-px-md-17v{padding-left:4.25rem!important}.fr-pr-md-17v,.fr-px-md-17v{padding-right:4.25rem!important}.fr-pt-md-17v,.fr-py-md-17v{padding-top:4.25rem!important}.fr-pb-md-17v,.fr-py-md-17v{padding-bottom:4.25rem!important}.fr-p-md-18v,.fr-p-md-9w{padding:4.5rem!important}.fr-pl-md-18v,.fr-pl-md-9w,.fr-px-md-18v,.fr-px-md-9w{padding-left:4.5rem!important}.fr-pr-md-18v,.fr-pr-md-9w,.fr-px-md-18v,.fr-px-md-9w{padding-right:4.5rem!important}.fr-pt-md-18v,.fr-pt-md-9w,.fr-py-md-18v,.fr-py-md-9w{padding-top:4.5rem!important}.fr-pb-md-18v,.fr-pb-md-9w,.fr-py-md-18v,.fr-py-md-9w{padding-bottom:4.5rem!important}.fr-p-md-19v{padding:4.75rem!important}.fr-pl-md-19v,.fr-px-md-19v{padding-left:4.75rem!important}.fr-pr-md-19v,.fr-px-md-19v{padding-right:4.75rem!important}.fr-pt-md-19v,.fr-py-md-19v{padding-top:4.75rem!important}.fr-pb-md-19v,.fr-py-md-19v{padding-bottom:4.75rem!important}.fr-p-md-10w,.fr-p-md-20v{padding:5rem!important}.fr-pl-md-10w,.fr-pl-md-20v,.fr-px-md-10w,.fr-px-md-20v{padding-left:5rem!important}.fr-pr-md-10w,.fr-pr-md-20v,.fr-px-md-10w,.fr-px-md-20v{padding-right:5rem!important}.fr-pt-md-10w,.fr-pt-md-20v,.fr-py-md-10w,.fr-py-md-20v{padding-top:5rem!important}.fr-pb-md-10w,.fr-pb-md-20v,.fr-py-md-10w,.fr-py-md-20v{padding-bottom:5rem!important}.fr-p-md-21v{padding:5.25rem!important}.fr-pl-md-21v,.fr-px-md-21v{padding-left:5.25rem!important}.fr-pr-md-21v,.fr-px-md-21v{padding-right:5.25rem!important}.fr-pt-md-21v,.fr-py-md-21v{padding-top:5.25rem!important}.fr-pb-md-21v,.fr-py-md-21v{padding-bottom:5.25rem!important}.fr-p-md-11w,.fr-p-md-22v{padding:5.5rem!important}.fr-pl-md-11w,.fr-pl-md-22v,.fr-px-md-11w,.fr-px-md-22v{padding-left:5.5rem!important}.fr-pr-md-11w,.fr-pr-md-22v,.fr-px-md-11w,.fr-px-md-22v{padding-right:5.5rem!important}.fr-pt-md-11w,.fr-pt-md-22v,.fr-py-md-11w,.fr-py-md-22v{padding-top:5.5rem!important}.fr-pb-md-11w,.fr-pb-md-22v,.fr-py-md-11w,.fr-py-md-22v{padding-bottom:5.5rem!important}.fr-p-md-23v{padding:5.75rem!important}.fr-pl-md-23v,.fr-px-md-23v{padding-left:5.75rem!important}.fr-pr-md-23v,.fr-px-md-23v{padding-right:5.75rem!important}.fr-pt-md-23v,.fr-py-md-23v{padding-top:5.75rem!important}.fr-pb-md-23v,.fr-py-md-23v{padding-bottom:5.75rem!important}.fr-p-md-12w,.fr-p-md-24v{padding:6rem!important}.fr-pl-md-12w,.fr-pl-md-24v,.fr-px-md-12w,.fr-px-md-24v{padding-left:6rem!important}.fr-pr-md-12w,.fr-pr-md-24v,.fr-px-md-12w,.fr-px-md-24v{padding-right:6rem!important}.fr-pt-md-12w,.fr-pt-md-24v,.fr-py-md-12w,.fr-py-md-24v{padding-top:6rem!important}.fr-pb-md-12w,.fr-pb-md-24v,.fr-py-md-12w,.fr-py-md-24v{padding-bottom:6rem!important}.fr-p-md-25v{padding:6.25rem!important}.fr-pl-md-25v,.fr-px-md-25v{padding-left:6.25rem!important}.fr-pr-md-25v,.fr-px-md-25v{padding-right:6.25rem!important}.fr-pt-md-25v,.fr-py-md-25v{padding-top:6.25rem!important}.fr-pb-md-25v,.fr-py-md-25v{padding-bottom:6.25rem!important}.fr-p-md-13w,.fr-p-md-26v{padding:6.5rem!important}.fr-pl-md-13w,.fr-pl-md-26v,.fr-px-md-13w,.fr-px-md-26v{padding-left:6.5rem!important}.fr-pr-md-13w,.fr-pr-md-26v,.fr-px-md-13w,.fr-px-md-26v{padding-right:6.5rem!important}.fr-pt-md-13w,.fr-pt-md-26v,.fr-py-md-13w,.fr-py-md-26v{padding-top:6.5rem!important}.fr-pb-md-13w,.fr-pb-md-26v,.fr-py-md-13w,.fr-py-md-26v{padding-bottom:6.5rem!important}.fr-p-md-27v{padding:6.75rem!important}.fr-pl-md-27v,.fr-px-md-27v{padding-left:6.75rem!important}.fr-pr-md-27v,.fr-px-md-27v{padding-right:6.75rem!important}.fr-pt-md-27v,.fr-py-md-27v{padding-top:6.75rem!important}.fr-pb-md-27v,.fr-py-md-27v{padding-bottom:6.75rem!important}.fr-p-md-14w,.fr-p-md-28v{padding:7rem!important}.fr-pl-md-14w,.fr-pl-md-28v,.fr-px-md-14w,.fr-px-md-28v{padding-left:7rem!important}.fr-pr-md-14w,.fr-pr-md-28v,.fr-px-md-14w,.fr-px-md-28v{padding-right:7rem!important}.fr-pt-md-14w,.fr-pt-md-28v,.fr-py-md-14w,.fr-py-md-28v{padding-top:7rem!important}.fr-pb-md-14w,.fr-pb-md-28v,.fr-py-md-14w,.fr-py-md-28v{padding-bottom:7rem!important}.fr-p-md-29v{padding:7.25rem!important}.fr-pl-md-29v,.fr-px-md-29v{padding-left:7.25rem!important}.fr-pr-md-29v,.fr-px-md-29v{padding-right:7.25rem!important}.fr-pt-md-29v,.fr-py-md-29v{padding-top:7.25rem!important}.fr-pb-md-29v,.fr-py-md-29v{padding-bottom:7.25rem!important}.fr-p-md-15w,.fr-p-md-30v{padding:7.5rem!important}.fr-pl-md-15w,.fr-pl-md-30v,.fr-px-md-15w,.fr-px-md-30v{padding-left:7.5rem!important}.fr-pr-md-15w,.fr-pr-md-30v,.fr-px-md-15w,.fr-px-md-30v{padding-right:7.5rem!important}.fr-pt-md-15w,.fr-pt-md-30v,.fr-py-md-15w,.fr-py-md-30v{padding-top:7.5rem!important}.fr-pb-md-15w,.fr-pb-md-30v,.fr-py-md-15w,.fr-py-md-30v{padding-bottom:7.5rem!important}.fr-p-md-31v{padding:7.75rem!important}.fr-pl-md-31v,.fr-px-md-31v{padding-left:7.75rem!important}.fr-pr-md-31v,.fr-px-md-31v{padding-right:7.75rem!important}.fr-pt-md-31v,.fr-py-md-31v{padding-top:7.75rem!important}.fr-pb-md-31v,.fr-py-md-31v{padding-bottom:7.75rem!important}.fr-p-md-16w,.fr-p-md-32v{padding:8rem!important}.fr-pl-md-16w,.fr-pl-md-32v,.fr-px-md-16w,.fr-px-md-32v{padding-left:8rem!important}.fr-pr-md-16w,.fr-pr-md-32v,.fr-px-md-16w,.fr-px-md-32v{padding-right:8rem!important}.fr-pt-md-16w,.fr-pt-md-32v,.fr-py-md-16w,.fr-py-md-32v{padding-top:8rem!important}.fr-pb-md-16w,.fr-pb-md-32v,.fr-py-md-16w,.fr-py-md-32v{padding-bottom:8rem!important}
1121
+ /*! media md */}
1122
+ @media (min-width:62em){
1123
+ /*! media lg */.fr-hidden-lg{display:none!important}.fr-unhidden-lg{display:inherit!important}.fr-sr-only-lg{clip:rect(0,0,0,0);border:0;display:block;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fr-container,.fr-container-lg,.fr-container-md,.fr-container-sm{padding-left:1.5rem;padding-right:1.5rem}.fr-container-lg--fluid{max-width:none;overflow:hidden;padding-left:0;padding-right:0}.fr-grid-row--gutters,.fr-grid-row-md--gutters,.fr-grid-row-sm--gutters{margin:-.75rem}.fr-grid-row--gutters>.fr-col,.fr-grid-row--gutters>[class*=" fr-col-"],.fr-grid-row--gutters>[class^=fr-col-],.fr-grid-row-md--gutters>.fr-col,.fr-grid-row-md--gutters>[class*=" fr-col-"],.fr-grid-row-md--gutters>[class^=fr-col-],.fr-grid-row-sm--gutters>.fr-col,.fr-grid-row-sm--gutters>[class*=" fr-col-"],.fr-grid-row-sm--gutters>[class^=fr-col-]{padding:.75rem}.fr-grid-row-lg--gutters{margin:-.75rem}.fr-grid-row-lg--gutters>.fr-col,.fr-grid-row-lg--gutters>[class*=" fr-col-"],.fr-grid-row-lg--gutters>[class^=fr-col-]{padding:.75rem}.fr-grid-row-lg--no-gutters{margin:0}.fr-grid-row-lg--no-gutters>.fr-col,.fr-grid-row-lg--no-gutters>[class*=" fr-col-"],.fr-grid-row-lg--no-gutters>[class^=fr-col-]{padding:0}.fr-col-lg{flex:1}.fr-col-lg-1{flex:0 0 8.33333%;max-width:8.33333%;width:8.33333%}.fr-col-offset-lg-1:not(.fr-col-offset-lg-1--right){margin-left:8.33333%}.fr-col-offset-lg-1--right{margin-right:8.33333%}.fr-col-lg-2{flex:0 0 16.66667%;max-width:16.66667%;width:16.66667%}.fr-col-offset-lg-2:not(.fr-col-offset-lg-2--right){margin-left:16.66667%}.fr-col-offset-lg-2--right{margin-right:16.66667%}.fr-col-lg-3{flex:0 0 25%;max-width:25%;width:25%}.fr-col-offset-lg-3:not(.fr-col-offset-lg-3--right){margin-left:25%}.fr-col-offset-lg-3--right{margin-right:25%}.fr-col-lg-4{flex:0 0 33.33333%;max-width:33.33333%;width:33.33333%}.fr-col-offset-lg-4:not(.fr-col-offset-lg-4--right){margin-left:33.33333%}.fr-col-offset-lg-4--right{margin-right:33.33333%}.fr-col-lg-5{flex:0 0 41.66667%;max-width:41.66667%;width:41.66667%}.fr-col-offset-lg-5:not(.fr-col-offset-lg-5--right){margin-left:41.66667%}.fr-col-offset-lg-5--right{margin-right:41.66667%}.fr-col-lg-6{flex:0 0 50%;max-width:50%;width:50%}.fr-col-offset-lg-6:not(.fr-col-offset-lg-6--right){margin-left:50%}.fr-col-offset-lg-6--right{margin-right:50%}.fr-col-lg-7{flex:0 0 58.33333%;max-width:58.33333%;width:58.33333%}.fr-col-offset-lg-7:not(.fr-col-offset-lg-7--right){margin-left:58.33333%}.fr-col-offset-lg-7--right{margin-right:58.33333%}.fr-col-lg-8{flex:0 0 66.66667%;max-width:66.66667%;width:66.66667%}.fr-col-offset-lg-8:not(.fr-col-offset-lg-8--right){margin-left:66.66667%}.fr-col-offset-lg-8--right{margin-right:66.66667%}.fr-col-lg-9{flex:0 0 75%;max-width:75%;width:75%}.fr-col-offset-lg-9:not(.fr-col-offset-lg-9--right){margin-left:75%}.fr-col-offset-lg-9--right{margin-right:75%}.fr-col-lg-10{flex:0 0 83.33333%;max-width:83.33333%;width:83.33333%}.fr-col-offset-lg-10:not(.fr-col-offset-lg-10--right){margin-left:83.33333%}.fr-col-offset-lg-10--right{margin-right:83.33333%}.fr-col-lg-11{flex:0 0 91.66667%;max-width:91.66667%;width:91.66667%}.fr-col-offset-lg-11:not(.fr-col-offset-lg-11--right){margin-left:91.66667%}.fr-col-offset-lg-11--right{margin-right:91.66667%}.fr-col-lg-12{flex:0 0 100%;max-width:100%;width:100%}.fr-col-offset-lg-12:not(.fr-col-offset-lg-12--right){margin-left:100%}.fr-col-offset-lg-12--right{margin-right:100%}.fr-displayed-lg{display:inherit!important}
1124
+ /*! media lg */}
1125
+ @media (min-width:78em){
1126
+ /*! media xl */.fr-hidden-xl{display:none!important}.fr-unhidden-xl{display:inherit!important}.fr-sr-only-xl{clip:rect(0,0,0,0);border:0;display:block;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fr-container,.fr-container-lg,.fr-container-md,.fr-container-sm{max-width:78rem}.fr-container-xl{max-width:78rem;padding-left:1.5rem;padding-right:1.5rem}.fr-container-xl--fluid{max-width:none;overflow:hidden;padding-left:0;padding-right:0}.fr-grid-row-xl--gutters{margin:-.75rem}.fr-grid-row-xl--gutters>.fr-col,.fr-grid-row-xl--gutters>[class*=" fr-col-"],.fr-grid-row-xl--gutters>[class^=fr-col-]{padding:.75rem}.fr-grid-row-xl--no-gutters{margin:0}.fr-grid-row-xl--no-gutters>.fr-col,.fr-grid-row-xl--no-gutters>[class*=" fr-col-"],.fr-grid-row-xl--no-gutters>[class^=fr-col-]{padding:0}.fr-col-xl{flex:1}.fr-col-xl-1{flex:0 0 8.33333%;max-width:8.33333%;width:8.33333%}.fr-col-offset-xl-1:not(.fr-col-offset-xl-1--right){margin-left:8.33333%}.fr-col-offset-xl-1--right{margin-right:8.33333%}.fr-col-xl-2{flex:0 0 16.66667%;max-width:16.66667%;width:16.66667%}.fr-col-offset-xl-2:not(.fr-col-offset-xl-2--right){margin-left:16.66667%}.fr-col-offset-xl-2--right{margin-right:16.66667%}.fr-col-xl-3{flex:0 0 25%;max-width:25%;width:25%}.fr-col-offset-xl-3:not(.fr-col-offset-xl-3--right){margin-left:25%}.fr-col-offset-xl-3--right{margin-right:25%}.fr-col-xl-4{flex:0 0 33.33333%;max-width:33.33333%;width:33.33333%}.fr-col-offset-xl-4:not(.fr-col-offset-xl-4--right){margin-left:33.33333%}.fr-col-offset-xl-4--right{margin-right:33.33333%}.fr-col-xl-5{flex:0 0 41.66667%;max-width:41.66667%;width:41.66667%}.fr-col-offset-xl-5:not(.fr-col-offset-xl-5--right){margin-left:41.66667%}.fr-col-offset-xl-5--right{margin-right:41.66667%}.fr-col-xl-6{flex:0 0 50%;max-width:50%;width:50%}.fr-col-offset-xl-6:not(.fr-col-offset-xl-6--right){margin-left:50%}.fr-col-offset-xl-6--right{margin-right:50%}.fr-col-xl-7{flex:0 0 58.33333%;max-width:58.33333%;width:58.33333%}.fr-col-offset-xl-7:not(.fr-col-offset-xl-7--right){margin-left:58.33333%}.fr-col-offset-xl-7--right{margin-right:58.33333%}.fr-col-xl-8{flex:0 0 66.66667%;max-width:66.66667%;width:66.66667%}.fr-col-offset-xl-8:not(.fr-col-offset-xl-8--right){margin-left:66.66667%}.fr-col-offset-xl-8--right{margin-right:66.66667%}.fr-col-xl-9{flex:0 0 75%;max-width:75%;width:75%}.fr-col-offset-xl-9:not(.fr-col-offset-xl-9--right){margin-left:75%}.fr-col-offset-xl-9--right{margin-right:75%}.fr-col-xl-10{flex:0 0 83.33333%;max-width:83.33333%;width:83.33333%}.fr-col-offset-xl-10:not(.fr-col-offset-xl-10--right){margin-left:83.33333%}.fr-col-offset-xl-10--right{margin-right:83.33333%}.fr-col-xl-11{flex:0 0 91.66667%;max-width:91.66667%;width:91.66667%}.fr-col-offset-xl-11:not(.fr-col-offset-xl-11--right){margin-left:91.66667%}.fr-col-offset-xl-11--right{margin-right:91.66667%}.fr-col-xl-12{flex:0 0 100%;max-width:100%;width:100%}.fr-col-offset-xl-12:not(.fr-col-offset-xl-12--right){margin-left:100%}.fr-col-offset-xl-12--right{margin-right:100%}
1127
+ /*! media xl */}
1128
+ @media (-ms-high-contrast:active),(forced-colors:active){a:not([href]){color:graytext}[href],[href]:visited{color:linktext}[target=_blank]:after,[target=_blank][class*=" fr-fi-"]:after,[target=_blank][class*=" fr-icon-"]:after,[target=_blank][class^=fr-fi-]:after,[target=_blank][class^=fr-icon-]:after{background-color:linktext;forced-color-adjust:none}button{color:buttontext}button:disabled{color:graytext}input,select,textarea{border:1px solid}.fr-artwork-background,.fr-artwork-motif{fill:graytext}.fr-artwork-decorative{fill:none}.fr-artwork-major,.fr-artwork-minor{fill:canvastext}ul>li::marker{color:graytext}.fr-hr,hr{border-top:1px solid}}
1129
+ @media (hover:hover) and (pointer:fine){:root{--brighten:-1}a[href]:hover,button:not(:disabled):hover,input[type=button]:not(:disabled):hover,input[type=image]:not(:disabled):hover,input[type=reset]:not(:disabled):hover,input[type=submit]:not(:disabled):hover{background-color:var(--hover-tint)}a[href]:active,button:not(:disabled):active,input[type=button]:not(:disabled):active,input[type=image]:not(:disabled):active,input[type=reset]:not(:disabled):active,input[type=submit]:not(:disabled):active{background-color:var(--active-tint)}a[href]:active,a[href]:hover{--underline-hover-width:var(--underline-max-width)}.fr-enlarge-link a:active,.fr-enlarge-link a:hover{background-image:none}.fr-enlarge-link:hover{background-color:var(--hover)}.fr-enlarge-link:active{background-color:var(--active)}.fr-enlarge-button button:active,.fr-enlarge-button button:hover{background-image:none}.fr-enlarge-button:hover{background-color:var(--hover)}.fr-enlarge-button:active{background-color:var(--active)}}
1130
+ @media (-ms-high-contrast:active) and (-ms-high-contrast:active),(-ms-high-contrast:active) and (forced-colors:active),(forced-colors:active) and (-ms-high-contrast:active),(forced-colors:active) and (forced-colors:active){[class*=" fr-fi-"]:after,[class*=" fr-fi-"]:before,[class*=" fr-icon-"]:after,[class*=" fr-icon-"]:before,[class^=fr-fi-]:after,[class^=fr-fi-]:before,[class^=fr-icon-]:after,[class^=fr-icon-]:before{background-color:canvastext;forced-color-adjust:none}button[class*=" fr-fi-"]:not([disabled]):after,button[class*=" fr-fi-"]:not([disabled]):before,button[class*=" fr-icon-"]:not([disabled]):after,button[class*=" fr-icon-"]:not([disabled]):before,button[class^=fr-fi-]:not([disabled]):after,button[class^=fr-fi-]:not([disabled]):before,button[class^=fr-icon-]:not([disabled]):after,button[class^=fr-icon-]:not([disabled]):before{background-color:buttontext}a[href][class*=" fr-fi-"]:after,a[href][class*=" fr-fi-"]:before,a[href][class*=" fr-icon-"]:after,a[href][class*=" fr-icon-"]:before,a[href][class^=fr-fi-]:after,a[href][class^=fr-fi-]:before,a[href][class^=fr-icon-]:after,a[href][class^=fr-icon-]:before{background-color:linktext}a[class*=" fr-fi-"]:not([href]):after,a[class*=" fr-fi-"]:not([href]):before,a[class*=" fr-icon-"]:not([href]):after,a[class*=" fr-icon-"]:not([href]):before,a[class^=fr-fi-]:not([href]):after,a[class^=fr-fi-]:not([href]):before,a[class^=fr-icon-]:not([href]):after,a[class^=fr-icon-]:not([href]):before,audio[class*=" fr-fi-"]:not([href]):after,audio[class*=" fr-fi-"]:not([href]):before,audio[class*=" fr-icon-"]:not([href]):after,audio[class*=" fr-icon-"]:not([href]):before,audio[class^=fr-fi-]:not([href]):after,audio[class^=fr-fi-]:not([href]):before,audio[class^=fr-icon-]:not([href]):after,audio[class^=fr-icon-]:not([href]):before,button[class*=" fr-fi-"]:disabled:after,button[class*=" fr-fi-"]:disabled:before,button[class*=" fr-icon-"]:disabled:after,button[class*=" fr-icon-"]:disabled:before,button[class^=fr-fi-]:disabled:after,button[class^=fr-fi-]:disabled:before,button[class^=fr-icon-]:disabled:after,button[class^=fr-icon-]:disabled:before,input[class*=" fr-fi-"]:disabled:after,input[class*=" fr-fi-"]:disabled:before,input[class*=" fr-icon-"]:disabled:after,input[class*=" fr-icon-"]:disabled:before,input[class^=fr-fi-]:disabled:after,input[class^=fr-fi-]:disabled:before,input[class^=fr-icon-]:disabled:after,input[class^=fr-icon-]:disabled:before,input[type=checkbox]:disabled+label[class*=" fr-fi-"]:after,input[type=checkbox]:disabled+label[class*=" fr-fi-"]:before,input[type=checkbox]:disabled+label[class*=" fr-icon-"]:after,input[type=checkbox]:disabled+label[class*=" fr-icon-"]:before,input[type=checkbox]:disabled+label[class^=fr-fi-]:after,input[type=checkbox]:disabled+label[class^=fr-fi-]:before,input[type=checkbox]:disabled+label[class^=fr-icon-]:after,input[type=checkbox]:disabled+label[class^=fr-icon-]:before,input[type=checkbox][class*=" fr-fi-"]:disabled:after,input[type=checkbox][class*=" fr-fi-"]:disabled:before,input[type=checkbox][class*=" fr-icon-"]:disabled:after,input[type=checkbox][class*=" fr-icon-"]:disabled:before,input[type=checkbox][class^=fr-fi-]:disabled:after,input[type=checkbox][class^=fr-fi-]:disabled:before,input[type=checkbox][class^=fr-icon-]:disabled:after,input[type=checkbox][class^=fr-icon-]:disabled:before,input[type=radio]:disabled+label[class*=" fr-fi-"]:after,input[type=radio]:disabled+label[class*=" fr-fi-"]:before,input[type=radio]:disabled+label[class*=" fr-icon-"]:after,input[type=radio]:disabled+label[class*=" fr-icon-"]:before,input[type=radio]:disabled+label[class^=fr-fi-]:after,input[type=radio]:disabled+label[class^=fr-fi-]:before,input[type=radio]:disabled+label[class^=fr-icon-]:after,input[type=radio]:disabled+label[class^=fr-icon-]:before,input[type=radio][class*=" fr-fi-"]:disabled:after,input[type=radio][class*=" fr-fi-"]:disabled:before,input[type=radio][class*=" fr-icon-"]:disabled:after,input[type=radio][class*=" fr-icon-"]:disabled:before,input[type=radio][class^=fr-fi-]:disabled:after,input[type=radio][class^=fr-fi-]:disabled:before,input[type=radio][class^=fr-icon-]:disabled:after,input[type=radio][class^=fr-icon-]:disabled:before,select[class*=" fr-fi-"]:disabled:after,select[class*=" fr-fi-"]:disabled:before,select[class*=" fr-icon-"]:disabled:after,select[class*=" fr-icon-"]:disabled:before,select[class^=fr-fi-]:disabled:after,select[class^=fr-fi-]:disabled:before,select[class^=fr-icon-]:disabled:after,select[class^=fr-icon-]:disabled:before,textarea[class*=" fr-fi-"]:disabled:after,textarea[class*=" fr-fi-"]:disabled:before,textarea[class*=" fr-icon-"]:disabled:after,textarea[class*=" fr-icon-"]:disabled:before,textarea[class^=fr-fi-]:disabled:after,textarea[class^=fr-fi-]:disabled:before,textarea[class^=fr-icon-]:disabled:after,textarea[class^=fr-icon-]:disabled:before,video[class*=" fr-fi-"]:not([href]):after,video[class*=" fr-fi-"]:not([href]):before,video[class*=" fr-icon-"]:not([href]):after,video[class*=" fr-icon-"]:not([href]):before,video[class^=fr-fi-]:not([href]):after,video[class^=fr-fi-]:not([href]):before,video[class^=fr-icon-]:not([href]):after,video[class^=fr-icon-]:not([href]):before{background-color:graytext}}
1131
+ @media (prefers-reduced-motion:reduce){.fr-collapse,.fr-collapse:before{transition:none}}
1132
+ @media screen and (min-width:0\0) and (min-resolution:72dpi) and (min-width:0\0) and (min-resolution:72dpi){.fr-enlarge-button,.fr-enlarge-link{background-color:transparent}.fr-enlarge-button:hover,.fr-enlarge-link:hover{background-color:rgba(0,0,0,.05)}.fr-enlarge-button:active,.fr-enlarge-link:active{background-color:rgba(0,0,0,.1)}}
1133
+ @media screen and (min-width:0\0) and (min-resolution:72dpi){.fr-enlarge-button [href],.fr-enlarge-link [href]{text-decoration:none}.fr-raw-link [href]:after,.fr-raw-link[href]:after{content:none}[target=_blank]:after{background-color:transparent;background-image:url(../icons/system/external-link-line.svg);background-repeat:no-repeat;background-size:100%;content:"";height:1rem;vertical-align:sub;width:1rem}.fr-responsive-vid:before{content:"";display:block;padding-bottom:56.25%}ul{list-style-type:disc}ol{list-style-type:decimal}ol,ul{margin-bottom:.5rem;margin-top:.5rem;padding-left:1rem}h1,h2,h3,h4,h5,h6{color:#161616;margin:0 0 1.5rem}p{margin:0 0 1rem}[class*=" fr-fi-"]:before,[class*=" fr-icon-"]:before,[class^=fr-fi-]:before,[class^=fr-icon-]:before{background-color:transparent;background-repeat:no-repeat;background-size:100%;height:1.5rem;width:1.5rem}.fr-icon--xs:before{height:.75rem;width:.75rem}.fr-icon--sm:before{height:1rem;width:1rem}.fr-icon--md:before{height:1.5rem;width:1.5rem}.fr-icon--lg:before{height:2rem;width:2rem}body{background-color:#fff;color:#3a3a3a}a:not([href]),audio:not([href]),button:disabled,input:disabled,input[type=checkbox]:disabled,input[type=checkbox]:disabled+label,input[type=radio]:disabled,input[type=radio]:disabled+label,select:disabled,textarea:disabled,video:not([href]){color:#929292}.fr-artwork-decorative{fill:#ececfe}.fr-artwork-minor{fill:#e1000f}.fr-artwork-major{fill:#000091}.fr-artwork-background{fill:#f6f6f6}.fr-artwork-motif{fill:#e5e5e5}.fr-artwork--green-tilleul-verveine .fr-artwork-minor{fill:#b7a73f}.fr-artwork--green-bourgeon .fr-artwork-minor{fill:#68a532}.fr-artwork--green-emeraude .fr-artwork-minor{fill:#00a95f}.fr-artwork--green-menthe .fr-artwork-minor{fill:#009081}.fr-artwork--green-archipel .fr-artwork-minor{fill:#009099}.fr-artwork--blue-ecume .fr-artwork-minor{fill:#465f9d}.fr-artwork--blue-cumulus .fr-artwork-minor{fill:#417dc4}.fr-artwork--purple-glycine .fr-artwork-minor{fill:#a558a0}.fr-artwork--pink-macaron .fr-artwork-minor{fill:#e18b76}.fr-artwork--pink-tuile .fr-artwork-minor{fill:#ce614a}.fr-artwork--yellow-tournesol .fr-artwork-minor{fill:#c8aa39}.fr-artwork--yellow-moutarde .fr-artwork-minor{fill:#c3992a}.fr-artwork--orange-terre-battue .fr-artwork-minor{fill:#e4794a}.fr-artwork--brown-cafe-creme .fr-artwork-minor{fill:#d1b781}.fr-artwork--brown-caramel .fr-artwork-minor{fill:#c08c65}.fr-artwork--brown-opera .fr-artwork-minor{fill:#bd987a}.fr-artwork--beige-gris-galet .fr-artwork-minor{fill:#aea397}[disabled] .fr-artwork *{fill:#929292}.fr-display-lg,.fr-display-md,.fr-display-sm,.fr-display-xl,.fr-display-xs,.fr-h1,.fr-h2,.fr-h3,.fr-h4,.fr-h5,.fr-h6{color:#161616}hr{background-image:linear-gradient(0deg,#ddd,#ddd)}.fr-hr-or:after,.fr-hr-or:before{background-color:#ddd}.fr-hr{background-image:linear-gradient(0deg,#ddd,#ddd)}}
1134
+ @media print{.fr-no-print{display:none}h1,h2,h3,h4{break-after:avoid;page-break-after:avoid}p{orphans:3;widows:3}.fr-text--sm,.fr-text--xs{font-size:1rem!important;line-height:1.5rem!important;margin:var(--text-spacing)}[class*=" fr-fi-"],[class*=" fr-icon-"],[class^=fr-fi-],[class^=fr-icon-]{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
1135
+ /*!
1136
+ * DSFR v1.14.1 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
1137
+ */
1138
+ .fr-btn{--text-spacing:0;--title-spacing:0;--underline-img:none;--hover-tint:var(--hover);--idle:transparent;--hover:var(--background-action-high-blue-france-hover);--active:var(--background-action-high-blue-france-active);align-items:center;background-color:var(--background-action-high-blue-france);color:var(--text-inverted-blue-france);display:inline-flex;flex-direction:row;font-size:1rem;font-weight:500;line-height:1.5rem;min-height:2.5rem;padding:.5rem 1rem;width:-moz-fit-content;width:fit-content}
1139
+ .fr-btn:after,.fr-btn:before{display:block}
1140
+ .fr-btn[target=_blank]{max-height:none;max-width:100%;overflow:initial}
1141
+ .fr-btn[target=_blank]:after{--icon-size:1rem;content:"";margin-left:.5rem;margin-right:-.125rem}
1142
+ .fr-btn--align-on-content{margin-left:-1rem;margin-right:-1rem}
1143
+ .fr-btn[class*=" fr-fi-"]:not([class*=fr-btn--icon-]),.fr-btn[class*=" fr-icon-"]:not([class*=fr-btn--icon-]),.fr-btn[class^=fr-fi-]:not([class*=fr-btn--icon-]),.fr-btn[class^=fr-icon-]:not([class*=fr-btn--icon-]){max-height:2.5rem;max-width:2.5rem;overflow:hidden;padding-left:.5rem;padding-right:.5rem;white-space:nowrap}
1144
+ .fr-btn[class*=" fr-fi-"]:not([class*=fr-btn--icon-]):before,.fr-btn[class*=" fr-icon-"]:not([class*=fr-btn--icon-]):before,.fr-btn[class^=fr-fi-]:not([class*=fr-btn--icon-]):before,.fr-btn[class^=fr-icon-]:not([class*=fr-btn--icon-]):before{--icon-size:1.5rem;margin-left:0;margin-right:.5rem}
1145
+ .fr-btn--align-on-content[class*=" fr-fi-"]:not([class*=fr-btn--icon-]),.fr-btn--align-on-content[class*=" fr-icon-"]:not([class*=fr-btn--icon-]),.fr-btn--align-on-content[class^=fr-fi-]:not([class*=fr-btn--icon-]),.fr-btn--align-on-content[class^=fr-icon-]:not([class*=fr-btn--icon-]){margin-left:-.5rem;margin-right:-.5rem}
1146
+ .fr-btn--icon-left[class*=" fr-fi-"],.fr-btn--icon-left[class*=" fr-icon-"],.fr-btn--icon-left[class^=fr-fi-],.fr-btn--icon-left[class^=fr-icon-]{max-height:none;max-width:100%;overflow:initial}
1147
+ .fr-btn--icon-left[class*=" fr-fi-"]:before,.fr-btn--icon-left[class*=" fr-icon-"]:before,.fr-btn--icon-left[class^=fr-fi-]:before,.fr-btn--icon-left[class^=fr-icon-]:before{--icon-size:1rem;margin-left:-.125rem;margin-right:.5rem}
1148
+ .fr-btn--align-on-content.fr-btn--icon-left[class*=" fr-fi-"],.fr-btn--align-on-content.fr-btn--icon-left[class*=" fr-icon-"],.fr-btn--align-on-content.fr-btn--icon-left[class^=fr-fi-],.fr-btn--align-on-content.fr-btn--icon-left[class^=fr-icon-]{margin-left:-.875rem;margin-right:-1rem}
1149
+ .fr-btn--icon-right[class*=" fr-fi-"],.fr-btn--icon-right[class*=" fr-icon-"],.fr-btn--icon-right[class^=fr-fi-],.fr-btn--icon-right[class^=fr-icon-]{max-height:none;max-width:100%;overflow:initial}
1150
+ .fr-btn--icon-right[class*=" fr-fi-"]:after,.fr-btn--icon-right[class*=" fr-icon-"]:after,.fr-btn--icon-right[class^=fr-fi-]:after,.fr-btn--icon-right[class^=fr-icon-]:after{--icon-size:1rem;content:"";margin-left:.5rem;margin-right:-.125rem}
1151
+ .fr-btn--icon-right[class*=" fr-fi-"]:before,.fr-btn--icon-right[class*=" fr-icon-"]:before,.fr-btn--icon-right[class^=fr-fi-]:before,.fr-btn--icon-right[class^=fr-icon-]:before{content:none}
1152
+ .fr-btn--align-on-content.fr-btn--icon-right[class*=" fr-fi-"],.fr-btn--align-on-content.fr-btn--icon-right[class*=" fr-icon-"],.fr-btn--align-on-content.fr-btn--icon-right[class^=fr-fi-],.fr-btn--align-on-content.fr-btn--icon-right[class^=fr-icon-]{margin-left:-1rem;margin-right:-.875rem}
1153
+ .fr-btn--sm{font-size:.875rem;line-height:1.5rem;min-height:2rem;padding:.25rem .75rem}
1154
+ .fr-btn--sm[target=_blank]{max-height:none;max-width:100%;overflow:initial}
1155
+ .fr-btn--sm[target=_blank]:after{--icon-size:1rem;content:"";margin-left:.5rem;margin-right:-.125rem}
1156
+ .fr-btn--sm.fr-btn--align-on-content{margin-left:-.75rem;margin-right:-.75rem}
1157
+ .fr-btn--sm[class*=" fr-fi-"]:not([class*=fr-btn--icon-]),.fr-btn--sm[class*=" fr-icon-"]:not([class*=fr-btn--icon-]),.fr-btn--sm[class^=fr-fi-]:not([class*=fr-btn--icon-]),.fr-btn--sm[class^=fr-icon-]:not([class*=fr-btn--icon-]){max-height:2rem;max-width:2rem;overflow:hidden;padding-left:.5rem;padding-right:.5rem;white-space:nowrap}
1158
+ .fr-btn--sm[class*=" fr-fi-"]:not([class*=fr-btn--icon-]):before,.fr-btn--sm[class*=" fr-icon-"]:not([class*=fr-btn--icon-]):before,.fr-btn--sm[class^=fr-fi-]:not([class*=fr-btn--icon-]):before,.fr-btn--sm[class^=fr-icon-]:not([class*=fr-btn--icon-]):before{--icon-size:1rem;margin-left:0;margin-right:.5rem}
1159
+ .fr-btn--sm.fr-btn--align-on-content[class*=" fr-fi-"]:not([class*=fr-btn--icon-]),.fr-btn--sm.fr-btn--align-on-content[class*=" fr-icon-"]:not([class*=fr-btn--icon-]),.fr-btn--sm.fr-btn--align-on-content[class^=fr-fi-]:not([class*=fr-btn--icon-]),.fr-btn--sm.fr-btn--align-on-content[class^=fr-icon-]:not([class*=fr-btn--icon-]){margin-left:-.5rem;margin-right:-.5rem}
1160
+ .fr-btn--sm.fr-btn--icon-left[class*=" fr-fi-"],.fr-btn--sm.fr-btn--icon-left[class*=" fr-icon-"],.fr-btn--sm.fr-btn--icon-left[class^=fr-fi-],.fr-btn--sm.fr-btn--icon-left[class^=fr-icon-]{max-height:none;max-width:100%;overflow:initial}
1161
+ .fr-btn--sm.fr-btn--icon-left[class*=" fr-fi-"]:before,.fr-btn--sm.fr-btn--icon-left[class*=" fr-icon-"]:before,.fr-btn--sm.fr-btn--icon-left[class^=fr-fi-]:before,.fr-btn--sm.fr-btn--icon-left[class^=fr-icon-]:before{--icon-size:1rem;margin-left:-.125rem;margin-right:.5rem}
1162
+ .fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-left[class*=" fr-fi-"],.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-left[class*=" fr-icon-"],.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-left[class^=fr-fi-],.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-left[class^=fr-icon-]{margin-left:-.625rem;margin-right:-.75rem}
1163
+ .fr-btn--sm.fr-btn--icon-right[class*=" fr-fi-"],.fr-btn--sm.fr-btn--icon-right[class*=" fr-icon-"],.fr-btn--sm.fr-btn--icon-right[class^=fr-fi-],.fr-btn--sm.fr-btn--icon-right[class^=fr-icon-]{max-height:none;max-width:100%;overflow:initial}
1164
+ .fr-btn--sm.fr-btn--icon-right[class*=" fr-fi-"]:after,.fr-btn--sm.fr-btn--icon-right[class*=" fr-icon-"]:after,.fr-btn--sm.fr-btn--icon-right[class^=fr-fi-]:after,.fr-btn--sm.fr-btn--icon-right[class^=fr-icon-]:after{--icon-size:1rem;content:"";margin-left:.5rem;margin-right:-.125rem}
1165
+ .fr-btn--sm.fr-btn--icon-right[class*=" fr-fi-"]:before,.fr-btn--sm.fr-btn--icon-right[class*=" fr-icon-"]:before,.fr-btn--sm.fr-btn--icon-right[class^=fr-fi-]:before,.fr-btn--sm.fr-btn--icon-right[class^=fr-icon-]:before{content:none}
1166
+ .fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-right[class*=" fr-fi-"],.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-right[class*=" fr-icon-"],.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-right[class^=fr-fi-],.fr-btn--sm.fr-btn--align-on-content.fr-btn--icon-right[class^=fr-icon-]{margin-left:-.75rem;margin-right:-.625rem}
1167
+ .fr-btn--lg{font-size:1.125rem;line-height:1.75rem;min-height:3rem;padding:.5rem 1.5rem}
1168
+ .fr-btn--lg[target=_blank]{max-height:none;max-width:100%;overflow:initial}
1169
+ .fr-btn--lg[target=_blank]:after{--icon-size:1.5rem;content:"";margin-left:.5rem;margin-right:-.1875rem}
1170
+ .fr-btn--lg.fr-btn--align-on-content{margin-left:-1.5rem;margin-right:-1.5rem}
1171
+ .fr-btn--lg[class*=" fr-fi-"]:not([class*=fr-btn--icon-]),.fr-btn--lg[class*=" fr-icon-"]:not([class*=fr-btn--icon-]),.fr-btn--lg[class^=fr-fi-]:not([class*=fr-btn--icon-]),.fr-btn--lg[class^=fr-icon-]:not([class*=fr-btn--icon-]){max-height:3rem;max-width:3rem;overflow:hidden;padding-left:.5rem;padding-right:.5rem;white-space:nowrap}
1172
+ .fr-btn--lg[class*=" fr-fi-"]:not([class*=fr-btn--icon-]):before,.fr-btn--lg[class*=" fr-icon-"]:not([class*=fr-btn--icon-]):before,.fr-btn--lg[class^=fr-fi-]:not([class*=fr-btn--icon-]):before,.fr-btn--lg[class^=fr-icon-]:not([class*=fr-btn--icon-]):before{--icon-size:2rem;margin-left:0;margin-right:.5rem}
1173
+ .fr-btn--lg.fr-btn--align-on-content[class*=" fr-fi-"]:not([class*=fr-btn--icon-]),.fr-btn--lg.fr-btn--align-on-content[class*=" fr-icon-"]:not([class*=fr-btn--icon-]),.fr-btn--lg.fr-btn--align-on-content[class^=fr-fi-]:not([class*=fr-btn--icon-]),.fr-btn--lg.fr-btn--align-on-content[class^=fr-icon-]:not([class*=fr-btn--icon-]){margin-left:-.5rem;margin-right:-.5rem}
1174
+ .fr-btn--lg.fr-btn--icon-left[class*=" fr-fi-"],.fr-btn--lg.fr-btn--icon-left[class*=" fr-icon-"],.fr-btn--lg.fr-btn--icon-left[class^=fr-fi-],.fr-btn--lg.fr-btn--icon-left[class^=fr-icon-]{max-height:none;max-width:100%;overflow:initial}
1175
+ .fr-btn--lg.fr-btn--icon-left[class*=" fr-fi-"]:before,.fr-btn--lg.fr-btn--icon-left[class*=" fr-icon-"]:before,.fr-btn--lg.fr-btn--icon-left[class^=fr-fi-]:before,.fr-btn--lg.fr-btn--icon-left[class^=fr-icon-]:before{--icon-size:1.5rem;margin-left:-.1875rem;margin-right:.5rem}
1176
+ .fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-left[class*=" fr-fi-"],.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-left[class*=" fr-icon-"],.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-left[class^=fr-fi-],.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-left[class^=fr-icon-]{margin-left:-1.3125rem;margin-right:-1.5rem}
1177
+ .fr-btn--lg.fr-btn--icon-right[class*=" fr-fi-"],.fr-btn--lg.fr-btn--icon-right[class*=" fr-icon-"],.fr-btn--lg.fr-btn--icon-right[class^=fr-fi-],.fr-btn--lg.fr-btn--icon-right[class^=fr-icon-]{max-height:none;max-width:100%;overflow:initial}
1178
+ .fr-btn--lg.fr-btn--icon-right[class*=" fr-fi-"]:after,.fr-btn--lg.fr-btn--icon-right[class*=" fr-icon-"]:after,.fr-btn--lg.fr-btn--icon-right[class^=fr-fi-]:after,.fr-btn--lg.fr-btn--icon-right[class^=fr-icon-]:after{--icon-size:1.5rem;content:"";margin-left:.5rem;margin-right:-.1875rem}
1179
+ .fr-btn--lg.fr-btn--icon-right[class*=" fr-fi-"]:before,.fr-btn--lg.fr-btn--icon-right[class*=" fr-icon-"]:before,.fr-btn--lg.fr-btn--icon-right[class^=fr-fi-]:before,.fr-btn--lg.fr-btn--icon-right[class^=fr-icon-]:before{content:none}
1180
+ .fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-right[class*=" fr-fi-"],.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-right[class*=" fr-icon-"],.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-right[class^=fr-fi-],.fr-btn--lg.fr-btn--align-on-content.fr-btn--icon-right[class^=fr-icon-]{margin-left:-1.5rem;margin-right:-1.3125rem}
1181
+ .fr-btns-group{--ul-type:none;--ol-type:none;--ul-start:0;--ol-start:0;--xl-block:0;--li-bottom:0;--ol-content:none;align-items:stretch;display:flex;flex-wrap:wrap;margin-left:-.5rem;margin-right:-.5rem}
1182
+ .fr-btns-group>div,.fr-btns-group>li{max-width:100%;width:100%}
1183
+ .fr-btns-group .fr-btn{justify-content:center;margin:0 .5rem 1rem;width:calc(100% - 1rem)}
1184
+ .fr-btns-group--inline .fr-btn{margin-left:.5rem;margin-right:.5rem;max-width:100%;width:auto}
1185
+ .fr-btns-group--inline>li{display:inline-flex;max-width:100%;width:auto}
1186
+ .fr-btns-group--inline.fr-btns-group--right.fr-btns-group--inline-reverse{flex-direction:row-reverse;justify-content:flex-start}
1187
+ .fr-btns-group--left,.fr-btns-group--left li{justify-content:flex-start;text-align:left}
1188
+ .fr-btns-group--right,.fr-btns-group--right li{justify-content:flex-end;text-align:right}
1189
+ .fr-btns-group--center,.fr-btns-group--center li{justify-content:center;text-align:center}
1190
+ .fr-btns-group--between,.fr-btns-group--between li{justify-content:space-between;text-align:center}
1191
+ .fr-btns-group--equisized{--equisized-width:auto}
1192
+ .fr-btns-group--equisized .fr-btn{justify-content:center;width:var(--equisized-width)}
1193
+ .fr-btns-group--sm .fr-btn:not([class^=fr-icon-]):not([class*=" fr-icon-"]):not([class^=fr-fi-]):not([class*=" fr-fi-"]){font-size:.875rem;line-height:1.5rem;min-height:2rem;padding:.25rem .75rem}
1194
+ .fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-fi-"],.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-icon-"],.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-fi-],.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-icon-]{font-size:.875rem;justify-content:flex-start;line-height:1.5rem;max-height:2rem;max-width:2rem;min-height:2rem;overflow:hidden;padding:.25rem .5rem;white-space:nowrap}
1195
+ .fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-fi-"]:before,.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-icon-"]:before,.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-fi-]:before,.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-icon-]:before{--icon-size:1rem;margin-left:0;margin-right:.5rem}
1196
+ .fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class*=" fr-fi-"],.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class*=" fr-icon-"],.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class^=fr-fi-],.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class^=fr-icon-]{font-size:.875rem;line-height:1.5rem;max-height:none;max-width:100%;min-height:2rem;overflow:initial;padding:.25rem .75rem}
1197
+ .fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class*=" fr-fi-"]:before,.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class*=" fr-icon-"]:before,.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class^=fr-fi-]:before,.fr-btns-group--sm.fr-btns-group--icon-left .fr-btn[class^=fr-icon-]:before{--icon-size:1rem;margin-left:-.125rem;margin-right:.5rem}
1198
+ .fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"],.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"],.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class^=fr-fi-],.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class^=fr-icon-]{font-size:.875rem;line-height:1.5rem;max-height:none;max-width:100%;min-height:2rem;overflow:initial;padding:.25rem .75rem}
1199
+ .fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"]:after,.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"]:after,.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class^=fr-fi-]:after,.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class^=fr-icon-]:after{--icon-size:1rem;content:"";margin-left:.5rem;margin-right:-.125rem}
1200
+ .fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"]:before,.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"]:before,.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class^=fr-fi-]:before,.fr-btns-group--sm.fr-btns-group--icon-right .fr-btn[class^=fr-icon-]:before{content:none}
1201
+ .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg) .fr-btn:not([class^=fr-icon-]):not([class*=" fr-icon-"]):not([class^=fr-fi-]):not([class*=" fr-fi-"]){font-size:1rem;line-height:1.5rem;min-height:2.5rem;padding:.5rem 1rem}
1202
+ .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-fi-"],.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-icon-"],.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-fi-],.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-icon-]{font-size:1rem;justify-content:flex-start;line-height:1.5rem;max-height:2.5rem;max-width:2.5rem;min-height:2.5rem;overflow:hidden;padding:.5rem;white-space:nowrap}
1203
+ .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-fi-"]:before,.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-icon-"]:before,.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-fi-]:before,.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg):not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-icon-]:before{--icon-size:1.5rem;margin-left:0;margin-right:.5rem}
1204
+ .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left .fr-btn[class*=" fr-fi-"],.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left .fr-btn[class*=" fr-icon-"],.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left .fr-btn[class^=fr-fi-],.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left .fr-btn[class^=fr-icon-]{font-size:1rem;line-height:1.5rem;max-height:none;max-width:100%;min-height:2.5rem;overflow:initial;padding:.5rem 1rem}
1205
+ .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left .fr-btn[class*=" fr-fi-"]:before,.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left .fr-btn[class*=" fr-icon-"]:before,.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left .fr-btn[class^=fr-fi-]:before,.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-left .fr-btn[class^=fr-icon-]:before{--icon-size:1rem;margin-left:-.125rem;margin-right:.5rem}
1206
+ .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"],.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"],.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right .fr-btn[class^=fr-fi-],.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right .fr-btn[class^=fr-icon-]{font-size:1rem;line-height:1.5rem;max-height:none;max-width:100%;min-height:2.5rem;overflow:initial;padding:.5rem 1rem}
1207
+ .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"]:after,.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"]:after,.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right .fr-btn[class^=fr-fi-]:after,.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right .fr-btn[class^=fr-icon-]:after{--icon-size:1rem;content:"";margin-left:.5rem;margin-right:-.125rem}
1208
+ .fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"]:before,.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"]:before,.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right .fr-btn[class^=fr-fi-]:before,.fr-btns-group:not(.fr-btns-group--sm):not(.fr-btns-group--lg).fr-btns-group--icon-right .fr-btn[class^=fr-icon-]:before{content:none}
1209
+ .fr-btns-group--lg .fr-btn:not([class^=fr-icon-]):not([class*=" fr-icon-"]):not([class^=fr-fi-]):not([class*=" fr-fi-"]){font-size:1.125rem;line-height:1.75rem;min-height:3rem;padding:.5rem 1.5rem}
1210
+ .fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-fi-"],.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-icon-"],.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-fi-],.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-icon-]{font-size:1.125rem;justify-content:flex-start;line-height:1.75rem;max-height:3rem;max-width:3rem;min-height:3rem;overflow:hidden;padding:.5rem;white-space:nowrap}
1211
+ .fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-fi-"]:before,.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-icon-"]:before,.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-fi-]:before,.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-icon-]:before{--icon-size:2rem;margin-left:0;margin-right:.5rem}
1212
+ .fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class*=" fr-fi-"],.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class*=" fr-icon-"],.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class^=fr-fi-],.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class^=fr-icon-]{font-size:1.125rem;line-height:1.75rem;max-height:none;max-width:100%;min-height:3rem;overflow:initial;padding:.5rem 1.5rem}
1213
+ .fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class*=" fr-fi-"]:before,.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class*=" fr-icon-"]:before,.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class^=fr-fi-]:before,.fr-btns-group--lg.fr-btns-group--icon-left .fr-btn[class^=fr-icon-]:before{--icon-size:1.5rem;margin-left:-.1875rem;margin-right:.5rem}
1214
+ .fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"],.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"],.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class^=fr-fi-],.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class^=fr-icon-]{font-size:1.125rem;line-height:1.75rem;max-height:none;max-width:100%;min-height:3rem;overflow:initial;padding:.5rem 1.5rem}
1215
+ .fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"]:after,.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"]:after,.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class^=fr-fi-]:after,.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class^=fr-icon-]:after{--icon-size:1.5rem;content:"";margin-left:.5rem;margin-right:-.1875rem}
1216
+ .fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class*=" fr-fi-"]:before,.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class*=" fr-icon-"]:before,.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class^=fr-fi-]:before,.fr-btns-group--lg.fr-btns-group--icon-right .fr-btn[class^=fr-icon-]:before{content:none}
1217
+ .fr-fieldset__element>.fr-btns-group{margin-bottom:-1rem}
1218
+ .fr-btn--close{display:flex;font-size:.875rem;line-height:1.5rem;margin-left:auto;max-height:none;max-width:100%;min-height:2rem;overflow:initial;padding:.25rem .75rem}
1219
+ .fr-btn--close:after{--icon-size:1rem;background-color:currentColor;content:"";display:inline-block;flex:0 0 auto;height:var(--icon-size);margin-left:.5rem;margin-right:-.125rem;-webkit-mask-image:url(../../icons/system/close-line.svg);mask-image:url(../../icons/system/close-line.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:calc((.75em - var(--icon-size))*.5);width:var(--icon-size)}
1220
+ .fr-btn--close:before{content:none}
1221
+ .fr-btn--tooltip{font-size:.875rem;line-height:1.5rem;max-height:2rem;max-width:2rem;min-height:2rem;overflow:hidden;padding:.25rem .5rem;white-space:nowrap}
1222
+ .fr-btn--tooltip:before{--icon-size:1rem;background-color:currentColor;content:"";display:inline-block;flex:0 0 auto;height:var(--icon-size);margin-left:0;margin-right:.5rem;-webkit-mask-image:url(../../icons/system/question-line.svg);mask-image:url(../../icons/system/question-line.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:calc((.75em - var(--icon-size))*.5);width:var(--icon-size)}
1223
+ .fr-btn--fullscreen{font-size:.875rem;line-height:1.5rem;max-height:none;max-width:100%;min-height:2rem;overflow:initial;padding:.25rem .75rem}
1224
+ .fr-btn--fullscreen:after{--icon-size:1rem;background-color:currentColor;content:"";display:inline-block;flex:0 0 auto;height:var(--icon-size);margin-left:.5rem;margin-right:-.125rem;-webkit-mask-image:url(../../icons/media/fullscreen-line.svg);mask-image:url(../../icons/media/fullscreen-line.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:calc((.75em - var(--icon-size))*.5);width:var(--icon-size)}
1225
+ .fr-btn--fullscreen:before{content:none}
1226
+ .fr-btn--display{font-size:1rem;line-height:1.5rem;max-height:none;max-width:100%;min-height:2.5rem;overflow:initial;padding:.5rem 1rem}
1227
+ .fr-btn--display:before{--icon-size:1rem;background-color:currentColor;content:"";display:inline-block;flex:0 0 auto;height:var(--icon-size);margin-left:-.125rem;margin-right:.5rem;-webkit-mask-image:url(../../icons/system/fr--theme-fill.svg);mask-image:url(../../icons/system/fr--theme-fill.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:calc((.75em - var(--icon-size))*.5);width:var(--icon-size)}
1228
+ .fr-btn--account{font-size:.875rem;line-height:1.5rem;max-height:none;max-width:100%;min-height:2rem;overflow:initial;padding:.25rem .75rem}
1229
+ .fr-btn--account:before{--icon-size:1rem;background-color:currentColor;content:"";display:inline-block;flex:0 0 auto;height:var(--icon-size);margin-left:-.125rem;margin-right:.5rem;-webkit-mask-image:url(../../icons/user/account-circle-fill.svg);mask-image:url(../../icons/user/account-circle-fill.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:calc((.75em - var(--icon-size))*.5);width:var(--icon-size)}
1230
+ .fr-btn--team{font-size:.875rem;line-height:1.5rem;max-height:none;max-width:100%;min-height:2rem;overflow:initial;padding:.25rem .75rem}
1231
+ .fr-btn--team:before{--icon-size:1rem;background-color:currentColor;content:"";display:inline-block;flex:0 0 auto;height:var(--icon-size);margin-left:-.125rem;margin-right:.5rem;-webkit-mask-image:url(../../icons/user/team-line.svg);mask-image:url(../../icons/user/team-line.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:calc((.75em - var(--icon-size))*.5);width:var(--icon-size)}
1232
+ .fr-btn--briefcase{font-size:.875rem;line-height:1.5rem;max-height:none;max-width:100%;min-height:2rem;overflow:initial;padding:.25rem .75rem}
1233
+ .fr-btn--briefcase:before{--icon-size:1rem;background-color:currentColor;content:"";display:inline-block;flex:0 0 auto;height:var(--icon-size);margin-left:-.125rem;margin-right:.5rem;-webkit-mask-image:url(../../icons/business/briefcase-fill.svg);mask-image:url(../../icons/business/briefcase-fill.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:calc((.75em - var(--icon-size))*.5);width:var(--icon-size)}
1234
+ .fr-btn--sort{font-size:.875rem;line-height:1.5rem;max-height:2rem;max-width:2rem;min-height:2rem;overflow:hidden;padding:.25rem .5rem;white-space:nowrap}
1235
+ .fr-btn--sort:before{--icon-size:1rem;background-color:currentColor;content:"";display:inline-block;flex:0 0 auto;height:var(--icon-size);margin-left:0;margin-right:.5rem;-webkit-mask-image:url(../../icons/arrows/arrow-up-down-line.svg);mask-image:url(../../icons/arrows/arrow-up-down-line.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;transition:transform .3s;vertical-align:calc((.75em - var(--icon-size))*.5);width:var(--icon-size)}
1236
+ .fr-btn--sort[aria-sort=descending]:before{transform:rotate(-180deg)}
1237
+ .fr-btn--sort[aria-sort=ascending],.fr-btn--sort[aria-sort=descending]{font-size:.875rem;line-height:1.5rem;max-height:2rem;max-width:2rem;min-height:2rem;overflow:hidden;padding:.25rem .5rem;white-space:nowrap}
1238
+ .fr-btn--sort[aria-sort=ascending]:before,.fr-btn--sort[aria-sort=descending]:before{--icon-size:1rem;background-color:currentColor;content:"";display:inline-block;flex:0 0 auto;height:var(--icon-size);margin-left:0;margin-right:.5rem;-webkit-mask-image:url(../../icons/arrows/arrow-up-line.svg);mask-image:url(../../icons/arrows/arrow-up-line.svg);-webkit-mask-size:100% 100%;mask-size:100% 100%;vertical-align:calc((.75em - var(--icon-size))*.5);width:var(--icon-size)}
1239
+ .fr-btn:disabled,a.fr-btn:not([href]){--idle:transparent;--hover:var(--background-disabled-grey-hover);--active:var(--background-disabled-grey-active);background-color:var(--background-disabled-grey);color:var(--text-disabled-grey)}
1240
+ .fr-btn--secondary{--hover:inherit;--active:inherit;background-color:transparent;box-shadow:inset 0 0 0 1px var(--border-action-high-blue-france);color:var(--text-action-high-blue-france)}
1241
+ .fr-btn--secondary:disabled,a.fr-btn--secondary:not([href]){--hover:inherit;--active:inherit;background-color:transparent;box-shadow:inset 0 0 0 1px var(--border-disabled-grey);color:var(--text-disabled-grey)}
1242
+ .fr-btn--account,.fr-btn--sort,.fr-btn--tertiary{--hover:inherit;--active:inherit;background-color:transparent;box-shadow:inset 0 0 0 1px var(--border-default-grey);color:var(--text-action-high-blue-france)}
1243
+ .fr-btn--account:disabled,.fr-btn--sort:disabled,.fr-btn--tertiary:disabled,a.fr-btn--account:not([href]),a.fr-btn--sort:not([href]),a.fr-btn--tertiary:not([href]){--hover:inherit;--active:inherit;background-color:transparent;box-shadow:inset 0 0 0 1px var(--border-disabled-grey);color:var(--text-disabled-grey)}
1244
+ .fr-btn--briefcase,.fr-btn--close,.fr-btn--display,.fr-btn--fullscreen,.fr-btn--team,.fr-btn--tertiary-no-outline,.fr-btn--tooltip{--hover:inherit;--active:inherit;background-color:transparent;color:var(--text-action-high-blue-france)}
1245
+ .fr-btn--briefcase:disabled,.fr-btn--close:disabled,.fr-btn--display:disabled,.fr-btn--fullscreen:disabled,.fr-btn--team:disabled,.fr-btn--tertiary-no-outline:disabled,.fr-btn--tooltip:disabled,a.fr-btn--briefcase:not([href]),a.fr-btn--close:not([href]),a.fr-btn--display:not([href]),a.fr-btn--fullscreen:not([href]),a.fr-btn--team:not([href]),a.fr-btn--tertiary-no-outline:not([href]),a.fr-btn--tooltip:not([href]){--hover:inherit;--active:inherit;background-color:transparent;color:var(--text-disabled-grey)}
1246
+ @media (min-width:36em){
1247
+ /*! media sm */.fr-btns-group--inline-sm .fr-btn{margin-left:.5rem;margin-right:.5rem;max-width:100%;width:auto}.fr-btns-group--inline-sm>li{display:inline-flex;max-width:100%;width:auto}.fr-btns-group--inline-sm.fr-btns-group--right.fr-btns-group--inline-reverse{flex-direction:row-reverse;justify-content:flex-start}
1248
+ /*! media sm */}
1249
+ @media (min-width:48em){
1250
+ /*! media md */.fr-btns-group--inline-md .fr-btn{margin-left:.5rem;margin-right:.5rem;max-width:100%;width:auto}.fr-btns-group--inline-md>li{display:inline-flex;max-width:100%;width:auto}.fr-btns-group--inline-md.fr-btns-group--right.fr-btns-group--inline-reverse{flex-direction:row-reverse;justify-content:flex-start}
1251
+ /*! media md */}
1252
+ @media (min-width:62em){
1253
+ /*! media lg */.fr-btns-group--inline-lg .fr-btn{margin-left:.5rem;margin-right:.5rem;max-width:100%;width:auto}.fr-btns-group--inline-lg>li{display:inline-flex;max-width:100%;width:auto}.fr-btns-group--inline-lg.fr-btns-group--right.fr-btns-group--inline-reverse{flex-direction:row-reverse;justify-content:flex-start}
1254
+ /*! media lg */}
1255
+ @media (min-width:78em){
1256
+ /*! media xl */
1257
+ /*! media xl */}
1258
+ @media (-ms-high-contrast:active),(forced-colors:active){.fr-btn:after,.fr-btn:before{background-color:buttontext}.fr-btn:disabled:after,.fr-btn:disabled:before,a.fr-btn:not([href]):after,a.fr-btn:not([href]):before{background-color:graytext}.fr-btn:disabled,a.fr-btn:not([href]){border-color:graytext;color:graytext}a[href].fr-btn:after,a[href].fr-btn:before{background-color:linktext}button.fr-btn{border:1px solid buttontext}.fr-btn--account:before,.fr-btn--briefcase:before,.fr-btn--close:after,.fr-btn--display:before,.fr-btn--fullscreen:after,.fr-btn--sort:before,.fr-btn--sort[aria-sort=ascending]:before,.fr-btn--sort[aria-sort=descending]:before,.fr-btn--team:before,.fr-btn--tooltip:before{background-color:buttontext;forced-color-adjust:none}}
1259
+ @media screen and (min-width:0\0) and (min-resolution:72dpi){.fr-btn:after,.fr-btn:before{background-color:transparent;background-repeat:no-repeat;background-size:100%;height:1rem;width:1rem}.fr-btn[href]{text-decoration:none}.fr-btn.fr-btn--secondary:disabled:hover,.fr-btn.fr-btn--tertiary-no-outline:disabled:hover,.fr-btn.fr-btn--tertiary:disabled:hover{background-color:transparent}.fr-btn[class*=" fr-fi-"]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):after,.fr-btn[class*=" fr-fi-"]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):before,.fr-btn[class*=" fr-icon-"]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):after,.fr-btn[class*=" fr-icon-"]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):before,.fr-btn[class^=fr-fi-]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):after,.fr-btn[class^=fr-fi-]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):before,.fr-btn[class^=fr-icon-]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):after,.fr-btn[class^=fr-icon-]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):before{background-color:transparent;background-repeat:no-repeat;background-size:100%;height:1.5rem;width:1.5rem}.fr-btn--sm:after,.fr-btn--sm:before{background-color:transparent;background-repeat:no-repeat;background-size:100%;height:.75rem;width:.75rem}.fr-btn--sm[class*=" fr-fi-"]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):after,.fr-btn--sm[class*=" fr-fi-"]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):before,.fr-btn--sm[class*=" fr-icon-"]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):after,.fr-btn--sm[class*=" fr-icon-"]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):before,.fr-btn--sm[class^=fr-fi-]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):after,.fr-btn--sm[class^=fr-fi-]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):before,.fr-btn--sm[class^=fr-icon-]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):after,.fr-btn--sm[class^=fr-icon-]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):before{background-color:transparent;background-repeat:no-repeat;background-size:100%;height:1rem;width:1rem}.fr-btn--lg:after,.fr-btn--lg:before{background-color:transparent;background-repeat:no-repeat;background-size:100%;height:1.5rem;width:1.5rem}.fr-btn--lg[class*=" fr-fi-"]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):after,.fr-btn--lg[class*=" fr-fi-"]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):before,.fr-btn--lg[class*=" fr-icon-"]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):after,.fr-btn--lg[class*=" fr-icon-"]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):before,.fr-btn--lg[class^=fr-fi-]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):after,.fr-btn--lg[class^=fr-fi-]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):before,.fr-btn--lg[class^=fr-icon-]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):after,.fr-btn--lg[class^=fr-icon-]:not([class^=fr-btn--icon-]):not([class*=" fr-btn--icon-"]):before{background-color:transparent;background-repeat:no-repeat;background-size:100%;height:2rem;width:2rem}.fr-btn--close:after,.fr-btn--close:before{background-image:url(../../icons/system/close-line.svg)}.fr-btn--close:after,.fr-btn--close:before,.fr-btn--tooltip:after,.fr-btn--tooltip:before{background-color:transparent;background-repeat:no-repeat;background-size:100%;height:1rem;width:1rem}.fr-btn--tooltip:after,.fr-btn--tooltip:before{background-image:url(../../icons/system/question-line.svg)}.fr-btn--fullscreen:after,.fr-btn--fullscreen:before{background-image:url(../../icons/media/fullscreen-line.svg)}.fr-btn--display:after,.fr-btn--display:before,.fr-btn--fullscreen:after,.fr-btn--fullscreen:before{background-color:transparent;background-repeat:no-repeat;background-size:100%;height:1rem;width:1rem}.fr-btn--display:after,.fr-btn--display:before{background-image:url(../../icons/system/fr--theme-fill.svg)}.fr-btn--briefcase:after,.fr-btn--briefcase:before{background-image:url(../../icons/business/briefcase-fill.svg)}.fr-btn--account:after,.fr-btn--account:before,.fr-btn--briefcase:after,.fr-btn--briefcase:before{background-color:transparent;background-repeat:no-repeat;background-size:100%;height:1rem;width:1rem}.fr-btn--account:after,.fr-btn--account:before{background-image:url(../../icons/user/account-circle-fill.svg)}.fr-btn--team:after,.fr-btn--team:before{background-image:url(../../icons/user/team-line.svg)}.fr-btn--sort:after,.fr-btn--sort:before,.fr-btn--team:after,.fr-btn--team:before{background-color:transparent;background-repeat:no-repeat;background-size:100%;height:1rem;width:1rem}.fr-btn--sort:after,.fr-btn--sort:before{background-image:url(../../icons/arrows/arrow-up-down-line.svg)}.fr-btn--sort[aria-sort=ascending]:after,.fr-btn--sort[aria-sort=ascending]:before,.fr-btn--sort[aria-sort=descending]:after,.fr-btn--sort[aria-sort=descending]:before{background-color:transparent;background-image:url(../../icons/arrows/arrow-up-line.svg);background-repeat:no-repeat;background-size:100%;height:1rem;width:1rem}ol.fr-btns-group,ul.fr-btns-group{list-style-type:none}ol.fr-btns-group,ul.fr-btns-group{margin-bottom:0;margin-top:0;padding-left:0}.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-fi-"]:after,.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-fi-"]:before,.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-icon-"]:after,.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-icon-"]:before,.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-fi-]:after,.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-fi-]:before,.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-icon-]:after,.fr-btns-group--sm:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-icon-]:before{background-color:transparent;background-repeat:no-repeat;background-size:100%;height:1rem;width:1rem}.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-fi-"]:after,.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-fi-"]:before,.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-icon-"]:after,.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class*=" fr-icon-"]:before,.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-fi-]:after,.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-fi-]:before,.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-icon-]:after,.fr-btns-group--lg:not([class^=fr-btns-group--icon-]):not([class*=" fr-btns-group--icon-"]) .fr-btn[class^=fr-icon-]:before{background-color:transparent;background-repeat:no-repeat;background-size:100%;height:2rem;width:2rem}.fr-btn{background-color:#000091;color:#f5f5fe}.fr-btn:hover{background-color:#1212ff}.fr-btn:active{background-color:#2323ff}.fr-btn:disabled,a.fr-btn:not([href]){background-color:#e5e5e5;color:#929292}.fr-btn--secondary{background-color:transparent;box-shadow:inset 0 0 0 1px #000091;color:#000091}.fr-btn--secondary:hover{background-color:rgba(0,0,0,.05)}.fr-btn--secondary:active{background-color:rgba(0,0,0,.1)}.fr-btn--secondary:disabled,a.fr-btn--secondary:not([href]){background-color:transparent;box-shadow:inset 0 0 0 1px #e5e5e5;color:#929292}.fr-btn--secondary:disabled:hover,a.fr-btn--secondary:not([href]):hover{background-color:rgba(0,0,0,.05)}.fr-btn--secondary:disabled:active,a.fr-btn--secondary:not([href]):active{background-color:rgba(0,0,0,.1)}.fr-btn--account,.fr-btn--sort,.fr-btn--tertiary{background-color:transparent;box-shadow:inset 0 0 0 1px #ddd;color:#000091}.fr-btn--account:hover,.fr-btn--sort:hover,.fr-btn--tertiary:hover{background-color:rgba(0,0,0,.05)}.fr-btn--account:active,.fr-btn--sort:active,.fr-btn--tertiary:active{background-color:rgba(0,0,0,.1)}.fr-btn--account:disabled,.fr-btn--sort:disabled,.fr-btn--tertiary:disabled,a.fr-btn--account:not([href]),a.fr-btn--sort:not([href]),a.fr-btn--tertiary:not([href]){background-color:transparent;box-shadow:inset 0 0 0 1px #e5e5e5;color:#929292}.fr-btn--account:disabled:hover,.fr-btn--sort:disabled:hover,.fr-btn--tertiary:disabled:hover,a.fr-btn--account:not([href]):hover,a.fr-btn--sort:not([href]):hover,a.fr-btn--tertiary:not([href]):hover{background-color:rgba(0,0,0,.05)}.fr-btn--account:disabled:active,.fr-btn--sort:disabled:active,.fr-btn--tertiary:disabled:active,a.fr-btn--account:not([href]):active,a.fr-btn--sort:not([href]):active,a.fr-btn--tertiary:not([href]):active{background-color:rgba(0,0,0,.1)}.fr-btn--briefcase,.fr-btn--close,.fr-btn--display,.fr-btn--fullscreen,.fr-btn--team,.fr-btn--tertiary-no-outline,.fr-btn--tooltip{background-color:transparent;color:#000091}.fr-btn--briefcase:hover,.fr-btn--close:hover,.fr-btn--display:hover,.fr-btn--fullscreen:hover,.fr-btn--team:hover,.fr-btn--tertiary-no-outline:hover,.fr-btn--tooltip:hover{background-color:rgba(0,0,0,.05)}.fr-btn--briefcase:active,.fr-btn--close:active,.fr-btn--display:active,.fr-btn--fullscreen:active,.fr-btn--team:active,.fr-btn--tertiary-no-outline:active,.fr-btn--tooltip:active{background-color:rgba(0,0,0,.1)}.fr-btn--briefcase:disabled,.fr-btn--close:disabled,.fr-btn--display:disabled,.fr-btn--fullscreen:disabled,.fr-btn--team:disabled,.fr-btn--tertiary-no-outline:disabled,.fr-btn--tooltip:disabled,a.fr-btn--briefcase:not([href]),a.fr-btn--close:not([href]),a.fr-btn--display:not([href]),a.fr-btn--fullscreen:not([href]),a.fr-btn--team:not([href]),a.fr-btn--tertiary-no-outline:not([href]),a.fr-btn--tooltip:not([href]){background-color:transparent;color:#929292}.fr-btn--briefcase:disabled:hover,.fr-btn--close:disabled:hover,.fr-btn--display:disabled:hover,.fr-btn--fullscreen:disabled:hover,.fr-btn--team:disabled:hover,.fr-btn--tertiary-no-outline:disabled:hover,.fr-btn--tooltip:disabled:hover,a.fr-btn--briefcase:not([href]):hover,a.fr-btn--close:not([href]):hover,a.fr-btn--display:not([href]):hover,a.fr-btn--fullscreen:not([href]):hover,a.fr-btn--team:not([href]):hover,a.fr-btn--tertiary-no-outline:not([href]):hover,a.fr-btn--tooltip:not([href]):hover{background-color:rgba(0,0,0,.05)}.fr-btn--briefcase:disabled:active,.fr-btn--close:disabled:active,.fr-btn--display:disabled:active,.fr-btn--fullscreen:disabled:active,.fr-btn--team:disabled:active,.fr-btn--tertiary-no-outline:disabled:active,.fr-btn--tooltip:disabled:active,a.fr-btn--briefcase:not([href]):active,a.fr-btn--close:not([href]):active,a.fr-btn--display:not([href]):active,a.fr-btn--fullscreen:not([href]):active,a.fr-btn--team:not([href]):active,a.fr-btn--tertiary-no-outline:not([href]):active,a.fr-btn--tooltip:not([href]):active{background-color:rgba(0,0,0,.1)}}
1260
+ @media print{.fr-btn{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
1261
+ .fr-btn {
1262
+ box-sizing: border-box;
1263
+ }
1264
+ .fr-btn--inverted {
1265
+ --hover: var(--background-default-grey-hover);
1266
+ --active: var(--background-default-grey-active);
1267
+ background-color: var(--background-default-grey);
1268
+ box-shadow: inset 0 0 0 1px var(--background-default-grey);
1269
+ color: var(--text-action-high-blue-france);
1270
+ }</style>