@charset "utf-8";

/* Variables */
:root {
  /* Colors */
  --color-bleu-fonce-25: #C8D5DD;
  --color-bleu-fonce-50: #94B2C2;
  --color-bleu-fonce-75: #5E8BA3;
  --color-bleu-fonce-100: #286484;
  --color-bleu-clair-25: #F3F8F8;
  --color-bleu-clair-50: #E8F2F3;
  --color-bleu-clair-75: #DDECEC;
  --color-bleu-clair-100: #D1E5E6;
  --color-beige-25: #FEF6EE;
  --color-beige-50: #FEEEDD;
  --color-beige-75: #FEE6CC;
  --color-beige-100: #FDDDBB;
  --color-noir-10: #EDEDED;
  --color-noir-25: #CECECE;
  --color-noir-50: #9E9E9D;
  --color-noir-75: #6D6D6C;
  --color-noir-100: #3C3C3B;
  --color-violet-10: #EDEEF3;
  --color-violet-25: #CFCDDF;
  --color-violet-50: #A5A8C2;
  --color-violet-75: #787CA3;
  --color-violet-100: #4B5084;
  --color-rouge-10: #FAEBEA;
  --color-rouge-25: #F1CCC9;
  --color-rouge-50: #E39994;
  --color-rouge-75: #D5665F;
  --color-rouge-100: #C73329;
  --color-vert-clair-25: #EEF3EA;
  --color-vert-clair-50: #DEE8D6;
  --color-vert-clair-75: #CDDCC1;
  --color-vert-clair-100: #BCD0AC;
  --color-vert-fonce-25: #D2D8D5;
  --color-vert-fonce-50: #A6B2AC;
  --color-vert-fonce-75: #798C83;
  --color-vert-fonce-100: #4C6559;
  --color-orange-100: #B06400;
  /* Space */
  --section-px: clamp(2rem, 3vw, 3rem);
  --section-pt: 6rem;
  --section-pb: 4rem;
  --gap-x: 3rem;
  --gap-y: clamp(3rem, 3vw, 4rem); 
}

/* Tailwind */
/* ! tailwindcss v3.1.5 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ; 
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ; 
}
.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto; 
}
@media (min-width: 30rem){
  .container{
    max-width: 30rem; 
  } 
}
@media (min-width: 40rem){
  .container{
    max-width: 40rem; 
  } 
}
@media (min-width: 48rem){
  .container{
    max-width: 48rem; 
  } 
}
@media (min-width: 64rem){
  .container{
    max-width: 64rem; 
  } 
}
@media (min-width: 80rem){
  .container{
    max-width: 80rem; 
  } 
}
@media (min-width: 96rem){
  .container{
    max-width: 96rem; 
  } 
}
.prose{
  color: var(--color-noir-100);
  max-width: 65ch; 
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em; 
}
.prose :where(a):not(:where([class~="not-prose"] *)){
  color: var(--color-bleu-fonce-100);
  text-decoration: underline;
  font-weight: 500; 
}
.prose :where(a):not(:where([class~="not-prose"] *)):hover{
  text-decoration: none; 
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--color-noir-100);
  font-weight: 600; 
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em; 
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha; 
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha; 
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha; 
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha; 
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman; 
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman; 
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman; 
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman; 
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal; 
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em; 
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters); 
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets); 
}
.prose :where(hr):not(:where([class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em; 
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em; 
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote; 
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote; 
}
.prose :where(h1):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111; 
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)){
  font-weight: 900; 
}
.prose :where(h2):not(:where([class~="not-prose"] *)){
  color: var(--color-noir-100);
  font-weight: 400;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333; 
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)){
  font-weight: 800; 
}
.prose :where(h3):not(:where([class~="not-prose"] *)){
  color: var(--color-noir-100);
  font-weight: 800;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
  text-transform: initial; 
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700; 
}
.prose :where(h4):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5; 
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)){
  font-weight: 700; 
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em; 
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0; 
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em; 
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em; 
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`"; 
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`"; 
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-links); 
}
.prose :where(pre):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em; 
}
.prose :where(pre code):not(:where([class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit; 
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before{
  content: none; 
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none; 
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857; 
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders); 
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em; 
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders); 
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
  border-bottom-width: 0; 
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline; 
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders); 
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top; 
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75; 
}
.prose :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em; 
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em; 
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em; 
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.875em; 
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em; 
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em; 
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em; 
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em; 
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em; 
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em; 
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em; 
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em; 
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em; 
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em; 
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0; 
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0; 
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em; 
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0; 
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0; 
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0; 
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857; 
}
.prose-sm :where(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em; 
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em; 
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em; 
}
.prose-sm :where(h1):not(:where([class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2; 
}
.prose-sm :where(h2):not(:where([class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4; 
}
.prose-sm :where(h3):not(:where([class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556; 
}
.prose-sm :where(h4):not(:where([class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714; 
}
.prose-sm :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em; 
}
.prose-sm :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em; 
}
.prose-sm :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em; 
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0; 
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em; 
}
.prose-sm :where(code):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em; 
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)){
  font-size: 0.9em; 
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)){
  font-size: 0.8888889em; 
}
.prose-sm :where(pre):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em; 
}
.prose-sm :where(ol):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em; 
}
.prose-sm :where(ul):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em; 
}
.prose-sm :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em; 
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em; 
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.4285714em; 
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em; 
}
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em; 
}
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em; 
}
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em; 
}
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em; 
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em; 
}
.prose-sm :where(hr):not(:where([class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em; 
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose-sm :where(table):not(:where([class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5; 
}
.prose-sm :where(thead th):not(:where([class~="not-prose"] *)){
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em; 
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0; 
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0; 
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em; 
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0; 
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0; 
}
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0; 
}
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em; 
}
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em; 
}
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em; 
}
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em; 
}
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em; 
}
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0; 
}
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em; 
}
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em; 
}
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em; 
}
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em; 
}
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em; 
}
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0; 
}
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em; 
}
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em; 
}
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em; 
}
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em; 
}
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em; 
}
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0; 
}
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em; 
}
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em; 
}
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em; 
}
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em; 
}
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em; 
}
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0; 
}
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0; 
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; 
}
.invisible{
  visibility: hidden; 
}
.static{
  position: static; 
}
.fixed{
  position: fixed; 
}
.absolute{
  position: absolute; 
}
.relative{
  position: relative; 
}
.sticky{
  position: sticky; 
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; 
}
.top-0{
  top: 0px; 
}
.left-0{
  left: 0px; 
}
.right-0{
  right: 0px; 
}
.top-24{
  top: 6rem; 
}
.right-8{
  right: 2rem; 
}
.top-4{
  top: 1rem; 
}
.bottom-8{
  bottom: 2rem; 
}
.bottom-0{
  bottom: 0px; 
}
.z-10{
  z-index: 10; 
}
.z-30{
  z-index: 30; 
}
.z-50{
  z-index: 50; 
}
.z-40{
  z-index: 40; 
}
.z-20{
  z-index: 20; 
}
.order-last{
  order: 9999; 
}
.order-first{
  order: -9999; 
}
.mx-auto{
  margin-left: auto;
  margin-right: auto; 
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem; 
}
.-mx-5{
  margin-left: -1.25rem;
  margin-right: -1.25rem; 
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem; 
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem; 
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem; 
}
.mb-8{
  margin-bottom: 2rem; 
}
.mt-10{
  margin-top: 2.5rem; 
}
.-ml-1{
  margin-left: -0.25rem; 
}
.mt-4{
  margin-top: 1rem; 
}
.mt-8{
  margin-top: 2rem; 
}
.mb-12{
  margin-bottom: 3rem; 
}
.mb-4{
  margin-bottom: 1rem; 
}
.mb-2{
  margin-bottom: 0.5rem; 
}
.mb-0{
  margin-bottom: 0px; 
}
.mt-5{
  margin-top: 1.25rem; 
}
.mb-20{
  margin-bottom: 5rem; 
}
.mr-4{
  margin-right: 1rem; 
}
.mb-24{
  margin-bottom: 6rem; 
}
.mb-10{
  margin-bottom: 2.5rem; 
}
.mt-16{
  margin-top: 4rem; 
}
.mb-6{
  margin-bottom: 1.5rem; 
}
.mb-16{
  margin-bottom: 4rem; 
}
.-ml-5{
  margin-left: -1.25rem; 
}
.-mt-6{
  margin-top: -1.5rem; 
}
.mr-5{
  margin-right: 1.25rem; 
}
.-mt-px{
  margin-top: -1px; 
}
.mb-1{
  margin-bottom: 0.25rem; 
}
.-mt-1{
  margin-top: -0.25rem; 
}
.mt-6{
  margin-top: 1.5rem; 
}
.mt-2{
  margin-top: 0.5rem; 
}
.block{
  display: block; 
}
.inline-block{
  display: inline-block; 
}
.flex{
  display: flex; 
}
.table{
  display: table; 
}
.hidden{
  display: none; 
}
.h-auto{
  height: auto; 
}
.h-0{
  height: 0px; 
}
.h-full{
  height: 100%; 
}
.h-20{
  height: 5rem; 
}
.h-24{
  height: 6rem; 
}
.h-12{
  height: 3rem; 
}
.h-initial{
  height: initial; 
}
.min-h-640{
  min-height: 40rem; 
}
.min-h-320{
  min-height: 20rem; 
}
.w-full{
  width: 100%; 
}
.w-12{
  width: 3rem; 
}
.w-24{
  width: 6rem; 
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content; 
}
.w-initial{
  width: initial; 
}
.max-w-screen-xl{
  max-width: 80rem; 
}
.max-w-3xl{
  max-width: 48rem; 
}
.max-w-\[30em\]{
  max-width: 30em; 
}
.max-w-sm{
  max-width: 24rem; 
}
.flex-1{
  flex: 1 1 0%; 
}
.flex-shrink-0{
  flex-shrink: 0; 
}
.flex-grow{
  flex-grow: 1; 
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); 
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; 
}
.flex-col{
  flex-direction: column; 
}
.flex-col-reverse{
  flex-direction: column-reverse; 
}
.flex-wrap{
  flex-wrap: wrap; 
}
.items-start{
  align-items: flex-start; 
}
.items-center{
  align-items: center; 
}
.justify-start{
  justify-content: flex-start; 
}
.justify-end{
  justify-content: flex-end; 
}
.justify-center{
  justify-content: center; 
}
.justify-between{
  justify-content: space-between; 
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem; 
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem; 
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}
.whitespace-nowrap{
  white-space: nowrap; 
}
.rounded{
  border-radius: 0.25rem; 
}
.rounded-full{
  border-radius: 9999px; 
}
.border{
  border-width: 2px; 
}
.border-t{
  border-top-width: 2px; 
}
.border-b{
  border-bottom-width: 2px; 
}
.border-noir-25{
  border-color: var(--color-noir-25); 
}
.border-transparent{
  border-color: transparent; 
}
.bg-bleu-fonce-100{
  background-color: var(--color-bleu-fonce-100); 
}
.bg-beige{
  background-color: var(--color-beige-25); 
}
.bg-noir-25{
  background-color: var(--color-noir-25); 
}
.bg-beige-25{
  background-color: var(--color-beige-25); 
}
.bg-noir-100{
  background-color: var(--color-noir-100); 
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)); 
}
.bg-\[rgba\(60\2c 60\2c 59\2c \.25\)\]{
  background-color: rgba(60,60,59,.25); 
}
.bg-current{
  background-color: currentColor; 
}
.bg-bleu-clair-100{
  background-color: var(--color-bleu-clair-100); 
}
.bg-violet-10{
  background-color: var(--color-violet-10); 
}
.bg-rouge-10{
  background-color: var(--color-rouge-10); 
}
.bg-noir-10{
  background-color: var(--color-noir-10); 
}
.bg-vert-clair-25{
  background-color: var(--color-vert-clair-25); 
}
.bg-bleu-clair-75{
  background-color: var(--color-bleu-clair-75); 
}
.bg-right-top{
  background-position: right top; 
}
.bg-left-top{
  background-position: left top; 
}
.bg-right-bottom{
  background-position: right bottom; 
}
.bg-left-bottom{
  background-position: left bottom; 
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain; 
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover; 
}
.p-8{
  padding: 2rem; 
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem; 
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; 
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem; 
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem; 
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem; 
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem; 
}
.py-px{
  padding-top: 1px;
  padding-bottom: 1px; 
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; 
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem; 
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem; 
}
.pt-32{
  padding-top: 8rem; 
}
.pb-16{
  padding-bottom: 4rem; 
}
.pb-20{
  padding-bottom: 5rem; 
}
.pt-20{
  padding-top: 5rem; 
}
.pt-8{
  padding-top: 2rem; 
}
.pb-10{
  padding-bottom: 2.5rem; 
}
.pb-1{
  padding-bottom: 0.25rem; 
}
.pt-0{
  padding-top: 0px; 
}
.pr-4{
  padding-right: 1rem; 
}
.pl-4{
  padding-left: 1rem; 
}
.pb-24{
  padding-bottom: 6rem; 
}
.pl-2{
  padding-left: 0.5rem; 
}
.text-center{
  text-align: center; 
}
.text-right{
  text-align: right; 
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem; 
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem; 
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem; 
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem; 
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem; 
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem; 
}
.text-5xl{
  font-size: 3rem;
  line-height: 1; 
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1; 
}
.font-bold{
  font-weight: 700; 
}
.font-light{
  font-weight: 300; 
}
.font-extrabold{
  font-weight: 800; 
}
.uppercase{
  text-transform: uppercase; 
}
.leading-relaxed{
  line-height: 1.625; 
}
.leading-loose{
  line-height: 2; 
}
.text-bleu{
  color: var(--color-bleu-fonce-100); 
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity)); 
}
.text-beige-25{
  color: var(--color-beige-25); 
}
.text-noir-100{
  color: var(--color-noir-100); 
}
.text-noir-75{
  color: var(--color-noir-75); 
}
.text-bleu-fonce-100{
  color: var(--color-bleu-fonce-100); 
}
.text-noir-25{
  color: var(--color-noir-25); 
}
.text-violet-100{
  color: var(--color-violet-100); 
}
.text-rouge-100{
  color: var(--color-rouge-100); 
}
.text-vert-fonce-100{
  color: var(--color-vert-fonce-100); 
}
.text-bleu-clair-25{
  color: var(--color-bleu-clair-25); 
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline; 
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}
.opacity-50{
  opacity: 0.5; 
}
.opacity-75{
  opacity: 0.75; 
}
.mix-blend-multiply{
  mix-blend-mode: multiply; 
}
.outline{
  outline-style: solid; 
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); 
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms; 
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms; 
}

/* Webfonts */
@font-face {
  font-family: "Rubik";
  src:  url("../fonts/Rubik-Light-subset.woff2") format("woff2"),
        url("../fonts/Rubik-Light-subset.woff") format("woff"),
        url("../fonts/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src:  url("../fonts/Rubik-Regular-subset.woff2") format("woff2"),
        url("../fonts/Rubik-Regular-subset.woff") format("woff"),
        url("../fonts/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src:  url("../fonts/Rubik-ExtraBold-subset.woff2") format("woff2"),
        url("../fonts/Rubik-ExtraBold-subset.woff") format("woff"),
        url("../fonts/Rubik-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-display: swap;
}

html {
  width: 100%;
  max-width: 100vw;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
.hidden {
  display: none !important;
}
.pt-1\/2 {
  padding-top: 50%;
}


/* Colors */
.bleu-fonce { color: var(--color-bleu-fonce-100) }
.vert-fonce { color: var(--color-vert-fonce-100) }
.vert-clair { color: var(--color-vert-clair-100) }
.rouge      { color: var(--color-rouge-100) }
.orange     { color: var(--color-orange-100) }

/* Background colors */
.bg-bleu-fonce, .bg-bleu-fonce-100 { background-color: var(--color-bleu-fonce-100) }
.bg-vert-fonce, .bg-vert-fonce-100 { background-color: var(--color-vert-fonce-100) }
.bg-vert-clair, .bg-vert-clair-100 { background-color: var(--color-vert-clair-100) }
.bg-rouge, .bg-rouge-100 { background-color: var(--color-rouge-100) }
.bg-rouge-10 { background-color: var(--color-rouge-10) }


/* Typography */
body {
	font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
h1{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 2.25rem;
  line-height: 2.5rem; 
}
@media (min-width: 30rem){
  h1{
    font-size: 3rem;
    line-height: 1; 
  } 
}
h2{
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem; 
}
@media (min-width: 30rem){
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem; 
  } 
}
h3,  summary, 
#merci .block:first-child .text{
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase; 
}
@media (min-width: 30rem){
  h3,  summary, 
#merci .block:first-child .text{
    font-size: 1.25rem;
    line-height: 1.75rem; 
  } 
}
section h2,
section h3 {
	max-width: 24ch;
}
summary {
  padding-left: 1.125em;
  text-indent: -1.125em;
  cursor: pointer;
}
.link-full::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Prose */
.prose h2 {
  margin-top: 0 !important;
  padding-top: 1.6em;
}
.prose h2:first-child {
  padding-top: 0 !important;
}
.prose hr {
  border-top: 2px solid var(--color-noir-25) !important;
}
@media (min-width: 30rem) {
  .xs\:prose h2 {
    padding-top: 2em;
  }
}
@media (min-width: 40rem) {
  .sm\:prose-lg h2 {
    padding-top: 1.8666667em;
  }
}
@media (min-width: 48rem) {
  .md\:prose-xl h2,
  .xl\:prose-xl h2 {
    padding-top: 1.5555556em;
  }
}

/* ToC */
#TableOfContents{
  line-height: 2; 
}
#TableOfContents a {
  display: inline-block;
  text-decoration: underline;
  line-height: 1.5;
}
#TableOfContents a:hover {
  text-decoration: none;
}
[data-layout] #toc {
  padding-left: var(--section-px);
  padding-right: var(--section-px);
}
#toc ol,
#toc ul {
  list-style: none;
  padding-left: 0;
}
#toc li {
  padding-left: 0;
}
#toc a {
  margin-top: .5em;
  margin-bottom: .5em;
}
#toc li.active .btn-outline {
  background-color: var(--color-bleu-fonce-100);
  color: white;
}
#toc li.active ~ .active .btn-outline {
  background-color: white;
  color: var(--color-bleu-fonce-100);
}
@media (min-width: 64rem) { /* >= lg */
  [data-layout="invest"] {
    scroll-padding-top: 12rem;
  }
  [data-layout="faq"] #toc {
    padding-left: 0;
    padding-right: 0;
  }
}
#toc [href="#atouts-difficultes"]:nth-of-type(2) {
  display: none;
}

button[aria-controls="toc"][aria-expanded="false"] > #toc-close,
button[aria-controls="toc"][aria-expanded="true"] > #toc-open {
  display: none;
}
button[aria-controls="toc"][aria-expanded="true"] {
  background-color: var(--color-bleu-fonce-100);
  color: white;
}
@media (max-width: 63.9375rem) { /* < lg */
  button[aria-controls="toc"][aria-expanded="false"] + #toc {
    display: none;
  }
  #toc a {
    max-width: calc(100vw - var(--section-px) * 2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
  }
}

/* Pagination */
.page-item {
  background: white;
}
.page-item + .page-item {
  margin-left: 2px;
}
.page-item.disabled {
  cursor: not-allowed;
  color: var(--color-noir-50);
}
.page-item.active {
  background: var(--color-bleu-fonce-100);
  color: white;
}
.page-link:focus,
.page-link:hover {
  outline: 2px solid var(--color-bleu-fonce-75);
}
.page-link:active {
  outline: 2px solid var(--color-bleu-fonce-100);
}
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  outline: none;
}
.page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.75rem;
}
.page-link-first,
.page-link-prev,
.page-link-next,
.page-link-last {
  font-family: monospace;
  font-size: 1.5em;
}
.page-link-first {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-link-last {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* Figures */
figure img,
figure video,
.block .text img.mobile,
.block .text img.desktop {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem
}

img.mobile{
  margin-top: 1rem; 
}

@media (min-width: 40rem){
  img.mobile{
    display: none; 
  } 
}

img.desktop{
  margin-top: 1rem;
  display: none; 
}

@media (min-width: 40rem){
  img.desktop{
    display: block; 
  } 
}

/* Table */
table {
  min-width: 100%;
  border: 2px solid var(--color-noir-10);
  margin: 2rem 0;
}
table > * + * {
  border-top: 2px solid var(--color-noir-10);
}
th, td {
  line-height: 1.333;
}
th[scope="row"] {
  text-align: left;
}
tr > * {
  border-top: 2px solid var(--color-noir-10);
  padding: 0.75em 1em;
}
tr > * + * {
  border-left: 2px solid var(--color-noir-10);
}
caption {
  text-align: left;
  margin: 1rem 0;
  caption-side: bottom;
}

/* Buttons & Fields */
.btn, .field {
  padding: 0.5em 1em;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 2px solid var(--color-bleu-fonce-100);
}
.field {
  width: 100%;
}
input {
  border-radius: .25rem;
}
select:focus,  input:focus,  textarea:focus,  .btn:focus,  button:focus,  a:focus{
  border-radius: 0.125rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: var(--color-bleu-fonce-25);
  --tw-ring-offset-width: 2px; 
}
.field-group {
  position: relative;
  width: 100%;
  margin-bottom: 1.5rem;
}
.field-label {
  font-weight: bold;
  text-transform: uppercase;
}
.text-noir-100 .field {
  border-color: var(--color-noir-75);
  background-color: transparent;
  color: var(--color-noir-100);
}
#captcha {
  height: 80px;
  width: 306px;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  border: 2px solid #ededed;
}
.field.error,
#captcha.error {
  border-color: var(--color-rouge-100);
}
.field-hint {
  color: darkred;
  margin-bottom: 0;
}
[disable] {
  opacity: 0.5;
  cursor: not-allowed;
}
form.success .field-group,
form.success button[type="submit"],
form p.success,
form p.error,
.field-hint {
  display: none;
}
form.success p.success,
.error ~ .field-hint {
  display: block;
}
form.error p.error {
  display: block;
  color: var(--color-rouge-100);
}

input::-webkit-input-placeholder { color: var(--color-noir-75) }
input::-moz-placeholder { color: var(--color-noir-75) }
input::-ms-input-placeholder { color: var(--color-noir-75) }
input::-moz-placeholder { color: var(--color-noir-75) }
textarea::-webkit-input-placeholder { color: var(--color-noir-75) }
textarea::-moz-placeholder { color: var(--color-noir-75) }
textarea::-ms-input-placeholder { color: var(--color-noir-75) }
textarea::-moz-placeholder { color: var(--color-noir-75) }

input::invalid {
  border-color: var(--color-rouge-100);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background-color: var(--color-bleu-fonce-100);
  color: var(--color-bleu-clair-25);
  font-weight: bold;
  text-transform: uppercase; 
  text-decoration: none;
  transition: transform 0.2s;
  flex-gap: .75em;
  gap: .75em;
}
.btn:not(select):hover {
	transform: translateY(-2px);
}
.btn:not(select):active {
	transform: translateY(1px);
}
.btn-outline {
  background-color: transparent;
  color: var(--color-bleu-fonce-100);
  border-color: var(--color-bleu-fonce-75);
}
.btn-outline.bg-beige {
  background-color: var(--color-beige-25);
}
.btn-white {
  background-color: white;
}
.bg-bleu-fonce-100 .btn {
  border-color: var(--color-bleu-clair-75);
  background-color: var(--color-bleu-clair-75);
  color: var(--color-bleu-fonce-100);
}
.bg-bleu-fonce-100 .btn-outline {
  border-color: var(--color-bleu-clair-100);
  background-color: transparent;
  color: var(--color-bleu-clair-75);
}
.bg-vert-fonce-100 .btn {
  border-color: var(--color-vert-clair-75);
  background-color: var(--color-vert-clair-75);
  color: var(--color-vert-fonce-100);
}
.bg-vert-fonce-100 .btn-outline {
  border-color: var(--color-vert-clair-100);
  background-color: transparent;
  color: var(--color-vert-clair-75);
}
.bg-vert-clair-50 .btn {
  border-color: var(--color-vert-fonce-100);
  background-color: var(--color-vert-fonce-100);
  color: var(--color-vert-clair-25);
}
.bg-vert-clair-75 .btn-outline {
  border-color: var(--color-vert-fonce-100);
  background-color: transparent;
  color: var(--color-vert-fonce-75);
}
.bg-rouge-100 .btn {
  border-color: var(--color-rouge-100);
  background-color: var(--color-rouge-10);
  color: var(--color-rouge-100);
}
.bg-rouge-100 .btn-outline {
  border-color: var(--color-rouge-10);
  background-color: transparent;
  color: var(--color-rouge-10);
}
.btn.btn-vert {
  background-color: var(--color-vert-fonce-100);
  border-color: var(--color-vert-fonce-100);
  color: var(--color-vert-clair-25);
}
.btn-outline.btn-vert {
  background-color: var(--color-vert-clair-25);
  border-color: var(--color-vert-fonce-100);
  color: var(--color-vert-fonce-100);
}
.text-violet-100 .btn {
  border-color: var(--color-violet-100);
  background-color: var(--color-violet-100);
  color: var(--color-violet-10);
}
.text-noir-100 .btn {
  border-color: var(--color-noir-100);
  background-color: var(--color-noir-100);
  color: var(--color-noir-10);
}
.text-noir-100 .btn-outline {
  background-color: transparent;
  color: var(--color-noir-100);
  border-color: var(--color-noir-75);
}
.text-rouge-100 .btn {
  border-color: var(--color-rouge-100);
  background-color: var(--color-rouge-100);
  color: var(--color-rouge-10);
}
.text-violet-100 .btn {
  border-color: var(--color-violet-100);
  background-color: var(--color-violet-100);
  color: var(--color-violet-10);
}
.text-vert-fonce-100 .btn {
  border-color: var(--color-vert-fonce-100);
  background-color: var(--color-vert-fonce-100);
  color: var(--color-vert-clair-25);
}

/* Glyphs */
img.glyph {
  display: inline;
  height: 1em;
  vertical-align: text-top;
}

/* Buttons with text + icon */
main a.btn[href*="//"]:not([href*="//commown.coop"]):not([href*="localhost"]):not(.link-full)::after,
main a.btn[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='%23F3F8F8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46889 5.04844C5.46893 4.78327 5.57429 4.52898 5.76179 4.34148C5.94929 4.15398 6.20358 4.04863 6.46874 4.04859L14.954 4.04859C15.2192 4.04863 15.4735 4.15398 15.661 4.34148C15.8485 4.52898 15.9538 4.78327 15.9539 5.04844V13.5337C15.9493 13.7959 15.842 14.0458 15.655 14.2296C15.4679 14.4134 15.2162 14.5163 14.954 14.5163C14.6918 14.5163 14.4401 14.4134 14.2531 14.2296C14.0661 14.0458 13.9587 13.7959 13.9542 13.5337V7.4625L5.76164 15.655C5.5741 15.8426 5.31975 15.9479 5.05453 15.9479C4.78931 15.9479 4.53496 15.8426 4.34742 15.655C4.15989 15.4675 4.05453 15.2132 4.05453 14.9479C4.05453 14.6827 4.15989 14.4284 4.34742 14.2408L12.54 6.04829H6.46874C6.20358 6.04825 5.94929 5.94289 5.76179 5.75539C5.57429 5.5679 5.46893 5.3136 5.46889 5.04844Z' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
  opacity: 0.75;
}
main .bg-bleu-fonce-100 a.btn[href*="//"]:not([href*="//commown.coop"]):not([href*="localhost"])::after,
main a.btn-outline[href*="//"]:not([href*="//commown.coop"]):not([href*="localhost"])::after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='%23286484' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.46889 5.04844C5.46893 4.78327 5.57429 4.52898 5.76179 4.34148C5.94929 4.15398 6.20358 4.04863 6.46874 4.04859L14.954 4.04859C15.2192 4.04863 15.4735 4.15398 15.661 4.34148C15.8485 4.52898 15.9538 4.78327 15.9539 5.04844V13.5337C15.9493 13.7959 15.842 14.0458 15.655 14.2296C15.4679 14.4134 15.2162 14.5163 14.954 14.5163C14.6918 14.5163 14.4401 14.4134 14.2531 14.2296C14.0661 14.0458 13.9587 13.7959 13.9542 13.5337V7.4625L5.76164 15.655C5.5741 15.8426 5.31975 15.9479 5.05453 15.9479C4.78931 15.9479 4.53496 15.8426 4.34742 15.655C4.15989 15.4675 4.05453 15.2132 4.05453 14.9479C4.05453 14.6827 4.15989 14.4284 4.34742 14.2408L12.54 6.04829H6.46874C6.20358 6.04825 5.94929 5.94289 5.76179 5.75539C5.57429 5.5679 5.46893 5.3136 5.46889 5.04844Z' /%3E%3C/svg%3E%0A") !important;
}
main a.btn[href$=".pdf"]::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23F3F8F8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 4C6.73478 4 6.48043 4.10536 6.29289 4.29289C6.10536 4.48043 6 4.73478 6 5V19C6 19.2652 6.10536 19.5196 6.29289 19.7071C6.48043 19.8946 6.73478 20 7 20H17C17.2652 20 17.5196 19.8946 17.7071 19.7071C17.8946 19.5196 18 19.2652 18 19L18 9.41421L12.5859 4.00011L7 4ZM4.87868 2.87868C5.44129 2.31607 6.20435 2 7 2H12.586C13.1163 2.00011 13.6251 2.21086 14.0001 2.58589M14.0001 2.58589L19.414 7.99979C19.414 7.99982 19.414 7.99975 19.414 7.99979C19.789 8.37476 19.9999 8.88345 20 9.41379V19C20 19.7957 19.6839 20.5587 19.1213 21.1213C18.5587 21.6839 17.7957 22 17 22H7C6.20435 22 5.44129 21.6839 4.87868 21.1213C4.31607 20.5587 4 19.7957 4 19V5C4 4.20435 4.31607 3.44129 4.87868 2.87868M12 9C12.5523 9 13 9.44772 13 10V13.5858L14.2929 12.2929C14.6834 11.9024 15.3166 11.9024 15.7071 12.2929C16.0976 12.6834 16.0976 13.3166 15.7071 13.7071L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L8.29289 13.7071C7.90237 13.3166 7.90237 12.6834 8.29289 12.2929C8.68342 11.9024 9.31658 11.9024 9.70711 12.2929L11 13.5858V10C11 9.44772 11.4477 9 12 9Z' /%3E%3C/svg%3E%0A");  
}
main a.btn-outline[href$=".pdf"]::after {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23286484' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 4C6.73478 4 6.48043 4.10536 6.29289 4.29289C6.10536 4.48043 6 4.73478 6 5V19C6 19.2652 6.10536 19.5196 6.29289 19.7071C6.48043 19.8946 6.73478 20 7 20H17C17.2652 20 17.5196 19.8946 17.7071 19.7071C17.8946 19.5196 18 19.2652 18 19L18 9.41421L12.5859 4.00011L7 4ZM4.87868 2.87868C5.44129 2.31607 6.20435 2 7 2H12.586C13.1163 2.00011 13.6251 2.21086 14.0001 2.58589M14.0001 2.58589L19.414 7.99979C19.414 7.99982 19.414 7.99975 19.414 7.99979C19.789 8.37476 19.9999 8.88345 20 9.41379V19C20 19.7957 19.6839 20.5587 19.1213 21.1213C18.5587 21.6839 17.7957 22 17 22H7C6.20435 22 5.44129 21.6839 4.87868 21.1213C4.31607 20.5587 4 19.7957 4 19V5C4 4.20435 4.31607 3.44129 4.87868 2.87868M12 9C12.5523 9 13 9.44772 13 10V13.5858L14.2929 12.2929C14.6834 11.9024 15.3166 11.9024 15.7071 12.2929C16.0976 12.6834 16.0976 13.3166 15.7071 13.7071L12.7071 16.7071C12.3166 17.0976 11.6834 17.0976 11.2929 16.7071L8.29289 13.7071C7.90237 13.3166 7.90237 12.6834 8.29289 12.2929C8.68342 11.9024 9.31658 11.9024 9.70711 12.2929L11 13.5858V10C11 9.44772 11.4477 9 12 9Z' /%3E%3C/svg%3E%0A");  
}
main a.btn .icon {
  width: 1.25rem;
  height: 1.25rem;
  opacity: 0.75;
}
main a.btn .icon > svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 29.9375rem ) {
  section header h2 ~ .btn {
    margin-top: -2rem;
    margin-bottom: 3rem;
  }
}


/* Accordion */
.accordion__heading{
  max-width: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-transform: uppercase; 
}
@media (min-width: 30rem){
  .accordion__heading{
    font-size: 1.25rem;
    line-height: 1.75rem; 
  } 
}
.accordion__heading button {
  background: none;
  cursor: pointer;
  display: block;
  font: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  width: 100%;
  height: 100%;
  text-align: inherit;
  line-height: 1.4;
  position: relative;
  transition: outline 0.1s linear;
  padding-right: 3rem;
}
.accordion-js .accordion__panel {
  margin-bottom: 0;
  padding: var(--panel-padding);
}
.accordion__heading button[aria-expanded="true"] {
  margin-bottom: 2rem;
}
.accordion-js .accordion__panel[aria-hidden="true"] {
  margin-bottom: 0;
}
/*.accordion-js .accordion__panel[aria-hidden="false"] {
  margin-bottom: var(--panel-bottom-margin);
}*/


/* Styles for the accordion icon */
.accordion .accordion-icon {
  display: block !important;
  /* to override the hidden attribute */
  position: absolute;
  width: 0.75rem;
  height: 0.5rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transform-origin: 50% 50%;
  transition: all 0.1s linear;
}
.accordion [aria-expanded="true"] .accordion-icon {
  transform: translateY(-50%) rotate(180deg);
}
.accordion [aria-hidden="true"] {
  display: none;
}
.accordion [aria-hidden="false"] {
  display: block !important;
}


/* Blend modes & Filters */
.mix-blend-multiply { 
  mix-blend-mode: multiply
}
.grayscale {
  filter: grayscale(100%) 
}


/* Select */
select {
  margin: 0 0 0.5rem;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select > option {
  font-weight: normal;
}
.select::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1em;
  bottom: 1.75em;
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid var(--color-noir-75);
  transform: rotate(45deg);
  transform-origin: center;
  border-width: 0 2px 2px 0;
  z-index: 2;
  pointer-events: none;
}


/* Nav */
@media (max-width: 79.9375rem) { /* 1279px */
  
  #nav {
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
    overflow-x: hidden;
  }

  #toggle[aria-expanded="false"] ~ #nav,
  #toggle[aria-expanded="false"] ~ #languages {
    display: none;
  }
  .darkner::before {
    content: "";
    display: block;
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-noir-100);
    opacity: .25;
  }
  #nav ul > li.active > a::before {
    content: "";
    display: block;
    z-index: 50;
    background-color: var(--color-bleu-fonce-75);
    position: fixed;
    left: 0;
    height: 2rem;
    width: 2px;
  }
  #nav ul.sub-menu > li.active > a::before {
    left: 2rem;
  }
} 

@media (min-width: 80rem) { /* xl 1280px */

  #nav ul > .menu-item.active > a {
    border-bottom-color: var(--color-bleu-fonce-75);
  }
  .sub-menu {
    display: none;
  }
  #nav ul > li:focus-within > a .chevron-down,
  #nav ul > li:hover > a .chevron-down,
  #nav ul > li:active > a .chevron-down,
  #nav ul > li:focus > a .chevron-down {
    transform: rotate(225deg);
    top: 0.1rem;
  }
  #nav ul > li:focus-within > .sub-menu,
  #nav ul > li:hover > .sub-menu {
    display: flex;
  }
}

.chevron-down {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
  transform-origin: center;
  border-width: 0 2px 2px 0;
  margin: 0 0.5em;
  position: relative;
  top: -0.2rem;
}

/* Languages */
#languages ul > li:first-child::after {
  content: "|";
  display: inline-block;
  text-align: center;
  width: 0.75em;
  opacity: 0.5;
}


/* Icons */
.container > header > .icon {
  height: 5rem;
}
.container > header > .icon > svg {
  height: 100%;
}
.icon[data-icon="birds"] {
  position: absolute;
  right: -24px;
  bottom: -3.875rem;
}
@media (min-width: 30rem) { /* >= xs */
  .icon[data-icon="birds"] {
    bottom: -2.375rem;
  }
}
.block[data-type="text"] .icon svg {
  max-height: 43px;
  max-width: 43px;
}

#roadmap .icon svg {
  max-width: 80px;
  max-height: 80px;
}

/* Sections */
.section {
  padding-left: var(--section-px, 2rem);
  padding-right: var(--section-px, 2rem);
}
.section:not([class*="fixed"]):not([class*="absolute"]):not([class*="sticky"]) {
  position: relative;
}
section.section {
  padding-top: var(--section-pt, 6rem);
  padding-bottom: var(--section-pb, 4rem);
}
.gap-x {
  -moz-column-gap: var(--gap-x, 3rem);
       column-gap: var(--gap-x, 3rem);
}
@media (min-width: 48rem) { /* >= md */
  .md\:gap-x {
    -moz-column-gap: var(--gap-x, 3rem);
         column-gap: var(--gap-x, 3rem);
  } /* >= md */
  .lg\:gap-x {
    -moz-column-gap: var(--gap-x, 3rem);
         column-gap: var(--gap-x, 3rem);
  }
}

 /* Blocks */
.blocks, .posts {
  margin-left: calc(var(--gap-x, 3rem) / -2);
  margin-right: calc(var(--gap-x, 3rem) / -2);
}
.blocks + figure {
  margin-top: -2rem;
  margin-bottom: 4rem;
}
.block, .post {
  padding-left: calc(var(--gap-x, 3rem) / 2);
  padding-right: calc(var(--gap-x, 3rem) / 2);
  margin-bottom: var(--gap-y, 2rem);
}
.block .text > *:not(table) {
  max-width: 65ch;
}
.block .text > p + *,
.block .text > ul + *,
.block .text > ol + *,
.block .text > blockquote + * {
  margin-top: 1.5em;
}
.block .text a {
  text-decoration: underline;
}
.block .text a:hover {
  text-decoration: none;
}
.block ol {
  list-style: decimal;
}
.block ul {
  list-style: disc;
}
.block ol, .block ul {
  padding-left: 1em;
}
.block ol > li, .block ul > li {
  padding-left: 0.5em;
}
.block .data strong {
  font-weight: 200;
}
.text-bleu-fonce-100 .block .data,
.text-bleu-fonce-100 > .blocks > .block .data {
  color: var(--color-bleu-fonce-75);
}
.text-bleu-fonce-100 .block .data strong,
.text-bleu-fonce-100 > .blocks > .block .data strong {
  color: var(--color-bleu-fonce-100);
}
.text-violet-100 .block .data,
.text-violet-100 > .blocks > .block .data {
  color: var(--color-violet-75);
}
.text-violet-100 .block .data strong,
.text-violet-100 > .blocks > .block .data strong {
  color: var(--color-violet-100);
}
.block .text + .ctas {
  margin-top: 1.75rem;
}

/* Card */
.card {
  transition: transform 0.2s;
  will-change: transform;
}
.card__header .icon {
  color: currentColor;
  height: 10rem;
  margin-top: -1rem;
}
.card__header.bg-current .icon {
  color: white;
}
.card__body > *:not(ul) {
  padding: 2rem;
}
.card__body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.card__body ul > li {
  border-bottom: 2px solid var(--color-noir-10);
  padding: 1.5rem 2rem;
}
.card__body ul > li:last-child {
  border-bottom: none;
}
.card__footer .btn {
  margin: 0;
  padding: .75rem 2rem;
}
.card__footer .btn:hover {
  transform: none;
}
.card:hover {
  transform: translateY(-2px);
}
.card:active {
  transform: translateY(1px);
}


/* iframe */
.iframe-container {
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 56.25% /* 1280 x 720 */
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
iframe[data-src] {
  display: none;
}
button.play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
button.play:focus {
  border-radius: 50%;
}

/* Background pattern */
.bg-pattern {
  overflow: hidden;
  opacity: 0.05;
  mix-blend-mode: multiply;
  clip-path: polygon(0% 0%, 0% 50%, 33% 66%, 50% 0%);
}

@media (min-width: 68rem) {
  .bg-pattern {
    opacity: 0.15;
  }
}

.bg-pattern::before {
  content: "";
  display: block;
  image-rendering: pixelated;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAAIBAMAAACbn1OMAAAAGFBMVEUAAAABAQEBAQAAAQEBAAEBAAAAAAEAAACIpTWMAAAAAXRSTlMAQObYZgAAALxJREFUeNrN1sGNwyAUhOGZDct5StgSXAIlbAmvhO3/tHNJLCXPAWEi+Uef/AQ3iwOQ1Gwz57lfM/dj+tNYm/JCYyGzdqEnj+ShL6usIIvxApBCz83YNZfUKClTjO9s+f73Pm/PZ5DChLh/TcOQwhpzFUI8UoxrVQKchU+aTOKrX9Os+pgjPUdXe5132DXTMpMRSjQL0yk13ccJF0xEMT6pdjMeCdN7kIVpN3x7Atltu2IaWLHiXXDZP3Cqf7J/MOnFzoSPAAAAAElFTkSuQmCC");
  background-repeat: repeat-y;
  background-position: top left;
  background-size: 1280px;
  background-color: white;
  position: absolute;
  top: 0;
  left: -320px;
  width: 100%;
  height: 100%;
  z-index: -2;
  mix-blend-mode: darken;
}
.bg-pattern.bg-right-top {
  transform: scaleX(-1);
}
.bg-pattern.bg-left-bottom {
  transform: scaleY(-1);
}
.bg-pattern.bg-right-bottom {
  transform: scale(-1);
}
.bg-pattern::after {
  content: "";
  display: block;
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: currentColor;
  z-index: -1;
  mix-blend-mode: lighten;
}

.hero .bg-pattern {
  clip-path: polygon(0% 0%, 0% 100%, 1080px 100%, 1280px 25%, 720px 0%);
}
.hero .bg-pattern::before {
  left: 0;
}
.hero .bg-pattern::after {
  background-color: var(--color-noir-100);
}

@media (max-width: 80rem) { /* xl */
  .bg-pattern {
    left: calc(100% - 80rem);
  }
}
@media (min-width: 64rem) { /* >= lg */
  .hero .logo svg {
    width: 100%;
    max-width: 20rem;
    height: 100%;
    max-height: 20rem;
  }
}


/* Footer */
#footer .container a {
  text-decoration: underline;
}
#footer .container a:hover {
  text-decoration: none;
}

.cols-2 {
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

/**
 * Pages
 */

/*********
ACCUEIL
*********/
a#sustainable-website .icon {
  width: 1.5rem;
  height: 1.5rem;
}
#electronique-responsable h2,
#testimonials h2,
#ecosysteme-commown h2 {
  max-width: 16ch;
}
[data-kind="home"] #nos-offres .ctas,
[data-kind="home"] #unsere-angebote .ctas {
  height: 100%;
  justify-content: flex-start;
  align-items: flex-end;
}
#electronique-responsable figure {
  border-top-width: 2px;
  max-height: 335px;
}
#electronique-responsable figure > img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*********
ABOUT
*********/

/* Timeline */

@media (min-width: 40rem) { /* sm */ 
  .timeline .event::before { 
    content: "";
    display: block;
    width: .5rem;
    height: .5rem;
    border: 2px solid currentColor;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    z-index: 10;
  }
  .timeline .event:nth-child(odd) { 
    text-align: right;
  }
  .timeline .event:nth-child(odd)::before { 
    right: -4px;
  }
  .timeline .event:nth-child(even) { 
    margin-left: 50%;
    flex-direction: row-reverse;
  }
  .timeline .event:nth-child(even)::before { 
    left: -4px;
  }
}

#merci .block > * {
  border-top-width: 0;
  padding: 0;
}
#merci .block:first-child {
  text-transform: uppercase;
}

/*********
INVEST
*********/

@media (min-width: 40rem) { /* sm */
  .sm\:cols-2 {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  #chiffres > .wrapper > .container:last-child .block:nth-child(1) {
    width: 100%;
  }
  #chiffres > .wrapper > .container:last-child .block:nth-child(2),
  #chiffres > .wrapper > .container:last-child .block:nth-child(3) {
    width: 50%;
  }
}

@media (min-width: 48rem) { /* md */
  #chiffres > .wrapper > .container:last-child .block:nth-child(1) {
    width: 50%;
  }
  #chiffres > .wrapper > .container:last-child .block:nth-child(2),
  #chiffres > .wrapper > .container:last-child .block:nth-child(3) {
    width: 25%;
  }
}

/*********
BLOG
*********/
.post-title {
  text-transform: none;
}
@media (max-width: 47.9375rem) {  /* < md */
  .posts > .post:nth-child(2) > .post-cover,
  .posts > .post:nth-child(3) > .post-cover {
    display: none;
  }
}
@media (min-width: 48rem) {  /* > md */
  .posts-first > .post:nth-child(2) > .post-body,
  .posts-first > .post:nth-child(3) > .post-body {
    border-top: 0;
  }
}
@media (max-width: 63.9375rem) {  /* < lg */
  .posts-first > .post:nth-child(1) > .post-body {
    border-top: 0;
  }
  .posts > .post:nth-child(4) > .post-cover {
    display: none;
  }
}
@media (min-width: 64rem) {  /* > lg */
  .posts-fist > .post:nth-child(4) > .post-body {
    border-top: 0;
  }
}
[data-type="blog"][data-kind="page"] main .container {
  max-width: 49rem;
}

.breadcrumb > ol > li {
  display: inline;
}
.breadcrumb > ol > li:not(:last-child)::after {
  content: "/";
  margin: 0 0.25em;
  color: var(--color-noir-50);
}

/*********
ERRORS
*********/
[data-kind="404"] #contact {
  display: none;
}

/*********
CONTACT FORM
*********/

#department {
  /* minimize options overflow */
  padding-left: 0.5em;
  overflow: scroll;
}

.hover\:text-noir-100:hover{
  color: var(--color-noir-100); 
}

.hover\:no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none; 
}

.hover\:opacity-50:hover{
  opacity: 0.5; 
}

.hover\:opacity-100:hover{
  opacity: 1; 
}

.focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal; 
}

.focus\:fixed:focus{
  position: fixed; 
}

.focus\:my-6:focus{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; 
}

.focus\:block:focus{
  display: block; 
}

.focus\:rounded-full:focus{
  border-radius: 9999px; 
}

.focus\:py-2:focus{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; 
}

.focus\:px-4:focus{
  padding-left: 1rem;
  padding-right: 1rem; 
}

@media (min-width: 30rem){
  .xs\:prose{
    color: var(--color-noir-100);
    max-width: 65ch; 
  }
  .xs\:prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em; 
  }
  .xs\:prose :where(a):not(:where([class~="not-prose"] *)){
    color: var(--color-bleu-fonce-100);
    text-decoration: underline;
    font-weight: 500; 
  }
  .xs\:prose :where(a):not(:where([class~="not-prose"] *)):hover{
    text-decoration: none; 
  }
  .xs\:prose :where(strong):not(:where([class~="not-prose"] *)){
    color: var(--color-noir-100);
    font-weight: 600; 
  }
  .xs\:prose :where(ol):not(:where([class~="not-prose"] *)){
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em; 
  }
  .xs\:prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-alpha; 
  }
  .xs\:prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-alpha; 
  }
  .xs\:prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-alpha; 
  }
  .xs\:prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-alpha; 
  }
  .xs\:prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-roman; 
  }
  .xs\:prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-roman; 
  }
  .xs\:prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
    list-style-type: upper-roman; 
  }
  .xs\:prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
    list-style-type: lower-roman; 
  }
  .xs\:prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
    list-style-type: decimal; 
  }
  .xs\:prose :where(ul):not(:where([class~="not-prose"] *)){
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em; 
  }
  .xs\:prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
    font-weight: 400;
    color: var(--tw-prose-counters); 
  }
  .xs\:prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
    color: var(--tw-prose-bullets); 
  }
  .xs\:prose :where(hr):not(:where([class~="not-prose"] *)){
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em; 
  }
  .xs\:prose :where(blockquote):not(:where([class~="not-prose"] *)){
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em; 
  }
  .xs\:prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
    content: open-quote; 
  }
  .xs\:prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
    content: close-quote; 
  }
  .xs\:prose :where(h1):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111; 
  }
  .xs\:prose :where(h1 strong):not(:where([class~="not-prose"] *)){
    font-weight: 900; 
  }
  .xs\:prose :where(h2):not(:where([class~="not-prose"] *)){
    color: var(--color-noir-100);
    font-weight: 400;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333; 
  }
  .xs\:prose :where(h2 strong):not(:where([class~="not-prose"] *)){
    font-weight: 800; 
  }
  .xs\:prose :where(h3):not(:where([class~="not-prose"] *)){
    color: var(--color-noir-100);
    font-weight: 800;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    line-height: 1.6;
    text-transform: initial; 
  }
  .xs\:prose :where(h3 strong):not(:where([class~="not-prose"] *)){
    font-weight: 700; 
  }
  .xs\:prose :where(h4):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    line-height: 1.5; 
  }
  .xs\:prose :where(h4 strong):not(:where([class~="not-prose"] *)){
    font-weight: 700; 
  }
  .xs\:prose :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em; 
  }
  .xs\:prose :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0; 
  }
  .xs\:prose :where(figcaption):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-captions);
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em; 
  }
  .xs\:prose :where(code):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em; 
  }
  .xs\:prose :where(code):not(:where([class~="not-prose"] *))::before{
    content: "`"; 
  }
  .xs\:prose :where(code):not(:where([class~="not-prose"] *))::after{
    content: "`"; 
  }
  .xs\:prose :where(a code):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-links); 
  }
  .xs\:prose :where(pre):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em; 
  }
  .xs\:prose :where(pre code):not(:where([class~="not-prose"] *)){
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit; 
  }
  .xs\:prose :where(pre code):not(:where([class~="not-prose"] *))::before{
    content: none; 
  }
  .xs\:prose :where(pre code):not(:where([class~="not-prose"] *))::after{
    content: none; 
  }
  .xs\:prose :where(table):not(:where([class~="not-prose"] *)){
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857; 
  }
  .xs\:prose :where(thead):not(:where([class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders); 
  }
  .xs\:prose :where(thead th):not(:where([class~="not-prose"] *)){
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em; 
  }
  .xs\:prose :where(tbody tr):not(:where([class~="not-prose"] *)){
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders); 
  }
  .xs\:prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
    border-bottom-width: 0; 
  }
  .xs\:prose :where(tbody td):not(:where([class~="not-prose"] *)){
    vertical-align: baseline; 
  }
  .xs\:prose :where(tfoot):not(:where([class~="not-prose"] *)){
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders); 
  }
  .xs\:prose :where(tfoot td):not(:where([class~="not-prose"] *)){
    vertical-align: top; 
  }
  .xs\:prose{
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75; 
  }
  .xs\:prose :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em;
    margin-bottom: 1.25em; 
  }
  .xs\:prose :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em; 
  }
  .xs\:prose :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em; 
  }
  .xs\:prose :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.875em; 
  }
  .xs\:prose :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.9em; 
  }
  .xs\:prose :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.5em;
    margin-bottom: 0.5em; 
  }
  .xs\:prose :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.375em; 
  }
  .xs\:prose :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.375em; 
  }
  .xs\:prose :where(.xs\:prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em; 
  }
  .xs\:prose :where(.xs\:prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em; 
  }
  .xs\:prose :where(.xs\:prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em; 
  }
  .xs\:prose :where(.xs\:prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.25em; 
  }
  .xs\:prose :where(.xs\:prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.25em; 
  }
  .xs\:prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.75em;
    margin-bottom: 0.75em; 
  }
  .xs\:prose :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .xs\:prose :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .xs\:prose :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .xs\:prose :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .xs\:prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0; 
  }
  .xs\:prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0; 
  }
  .xs\:prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em; 
  }
  .xs\:prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0; 
  }
  .xs\:prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0; 
  }
  .xs\:prose :where(.xs\:prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .xs\:prose :where(.xs\:prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0; 
  }
  {
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    margin-top: 0;
    margin-bottom: 0; 
  }
  .xs\:order-last{
    order: 9999; 
  }
  .xs\:mb-0{
    margin-bottom: 0px; 
  }
  .xs\:ml-4{
    margin-left: 1rem; 
  }
  .xs\:w-auto{
    width: auto; 
  }
  .xs\:w-1\/2{
    width: 50%; 
  }
  .xs\:flex-row{
    flex-direction: row; 
  }
  .xs\:items-center{
    align-items: center; 
  }
  .xs\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem; 
  } 
}

@media (min-width: 40rem){
  .sm\:prose-lg{
    font-size: 1.125rem;
    line-height: 1.7777778; 
  }
  .sm\:prose-lg :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em; 
  }
  .sm\:prose-lg :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2222222em;
    line-height: 1.4545455;
    margin-top: 1.0909091em;
    margin-bottom: 1.0909091em; 
  }
  .sm\:prose-lg :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6666667em;
    margin-bottom: 1.6666667em;
    padding-left: 1em; 
  }
  .sm\:prose-lg :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.6666667em;
    margin-top: 0;
    margin-bottom: 0.8333333em;
    line-height: 1; 
  }
  .sm\:prose-lg :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.6666667em;
    margin-top: 1.8666667em;
    margin-bottom: 1.0666667em;
    line-height: 1.3333333; 
  }
  .sm\:prose-lg :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.3333333em;
    margin-top: 1.6666667em;
    margin-bottom: 0.6666667em;
    line-height: 1.5; 
  }
  .sm\:prose-lg :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 0.4444444em;
    line-height: 1.5555556; 
  }
  .sm\:prose-lg :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em; 
  }
  .sm\:prose-lg :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em; 
  }
  .sm\:prose-lg :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 1.7777778em;
    margin-bottom: 1.7777778em; 
  }
  .sm\:prose-lg :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0; 
  }
  .sm\:prose-lg :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5;
    margin-top: 1em; 
  }
  .sm\:prose-lg :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em; 
  }
  .sm\:prose-lg :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8666667em; 
  }
  .sm\:prose-lg :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.875em; 
  }
  .sm\:prose-lg :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.75;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.375rem;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em; 
  }
  .sm\:prose-lg :where(ol):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em; 
  }
  .sm\:prose-lg :where(ul):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em;
    margin-bottom: 1.3333333em;
    padding-left: 1.5555556em; 
  }
  .sm\:prose-lg :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.6666667em;
    margin-bottom: 0.6666667em; 
  }
  .sm\:prose-lg :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em; 
  }
  .sm\:prose-lg :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4444444em; 
  }
  .sm\:prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em; 
  }
  .sm\:prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em; 
  }
  .sm\:prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em; 
  }
  .sm\:prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.3333333em; 
  }
  .sm\:prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.3333333em; 
  }
  .sm\:prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.8888889em;
    margin-bottom: 0.8888889em; 
  }
  .sm\:prose-lg :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 3.1111111em;
    margin-bottom: 3.1111111em; 
  }
  .sm\:prose-lg :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .sm\:prose-lg :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .sm\:prose-lg :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .sm\:prose-lg :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .sm\:prose-lg :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.8888889em;
    line-height: 1.5; 
  }
  .sm\:prose-lg :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em; 
  }
  .sm\:prose-lg :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0; 
  }
  .sm\:prose-lg :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0; 
  }
  .sm\:prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
    padding-top: 0.75em;
    padding-right: 0.75em;
    padding-bottom: 0.75em;
    padding-left: 0.75em; 
  }
  .sm\:prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0; 
  }
  .sm\:prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0; 
  }
  .sm\:prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .sm\:prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0; 
  }
  .sm\:w-1\/2{
    width: 50%; 
  }
  .sm\:flex-row{
    flex-direction: row; 
  }
  .sm\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem; 
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem; 
  } 
}

@media (min-width: 48rem){
  .md\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8; 
  }
  .md\:prose-xl :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em; 
  }
  .md\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em; 
  }
  .md\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em; 
  }
  .md\:prose-xl :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1; 
  }
  .md\:prose-xl :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111; 
  }
  .md\:prose-xl :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333; 
  }
  .md\:prose-xl :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6; 
  }
  .md\:prose-xl :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em; 
  }
  .md\:prose-xl :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em; 
  }
  .md\:prose-xl :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em; 
  }
  .md\:prose-xl :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0; 
  }
  .md\:prose-xl :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em; 
  }
  .md\:prose-xl :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.9em; 
  }
  .md\:prose-xl :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8611111em; 
  }
  .md\:prose-xl :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.9em; 
  }
  .md\:prose-xl :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em; 
  }
  .md\:prose-xl :where(ol):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em; 
  }
  .md\:prose-xl :where(ul):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em; 
  }
  .md\:prose-xl :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.6em;
    margin-bottom: 0.6em; 
  }
  .md\:prose-xl :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4em; 
  }
  .md\:prose-xl :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4em; 
  }
  .md\:prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em; 
  }
  .md\:prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em; 
  }
  .md\:prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.2em; 
  }
  .md\:prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em; 
  }
  .md\:prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.2em; 
  }
  .md\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em; 
  }
  .md\:prose-xl :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 2.8em;
    margin-bottom: 2.8em; 
  }
  .md\:prose-xl :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .md\:prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .md\:prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .md\:prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .md\:prose-xl :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556; 
  }
  .md\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em; 
  }
  .md\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0; 
  }
  .md\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0; 
  }
  .md\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em; 
  }
  .md\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0; 
  }
  .md\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0; 
  }
  .md\:prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .md\:prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0; 
  }
  .md\:mt-0{
    margin-top: 0px; 
  }
  .md\:mr-10{
    margin-right: 2.5rem; 
  }
  .md\:h-32{
    height: 8rem; 
  }
  .md\:w-full{
    width: 100%; 
  }
  .md\:w-1\/2{
    width: 50%; 
  }
  .md\:w-1\/3{
    width: 33.333333%; 
  }
  .md\:w-32{
    width: 8rem; 
  }
  .md\:max-w-xs{
    max-width: 20rem; 
  }
  .md\:flex-row{
    flex-direction: row; 
  }
  .md\:items-center{
    align-items: center; 
  }
  .md\:gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem; 
  }
  .md\:border-t{
    border-top-width: 2px; 
  }
  .md\:pt-8{
    padding-top: 2rem; 
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem; 
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem; 
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem; 
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1; 
  }
  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1; 
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem; 
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem; 
  } 
}

@media (min-width: 64rem){
  .lg\:sticky{
    position: sticky; 
  }
  .lg\:top-32{
    top: 8rem; 
  }
  .lg\:top-4{
    top: 1rem; 
  }
  .lg\:mb-0{
    margin-bottom: 0px; 
  }
  .lg\:ml-16{
    margin-left: 4rem; 
  }
  .lg\:-ml-px{
    margin-left: -1px; 
  }
  .lg\:ml-10{
    margin-left: 2.5rem; 
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem; 
  }
  .lg\:-mb-8{
    margin-bottom: -2rem; 
  }
  .lg\:mb-16{
    margin-bottom: 4rem; 
  }
  .lg\:hidden{
    display: none; 
  }
  .lg\:h-720{
    height: 45rem; 
  }
  .lg\:min-h-14{
    min-height: 3.5rem; 
  }
  .lg\:w-1\/3{
    width: 33.333333%; 
  }
  .lg\:w-2\/3{
    width: 66.666667%; 
  }
  .lg\:w-full{
    width: 100%; 
  }
  .lg\:w-1\/4{
    width: 25%; 
  }
  .lg\:max-w-xs{
    max-width: 20rem; 
  }
  .lg\:flex-row{
    flex-direction: row; 
  }
  .lg\:flex-col{
    flex-direction: column; 
  }
  .lg\:justify-start{
    justify-content: flex-start; 
  }
  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem; 
  }
  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)); 
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px; 
  }
  .lg\:pt-16{
    padding-top: 4rem; 
  }
  .lg\:pt-20{
    padding-top: 5rem; 
  }
  .lg\:pb-8{
    padding-bottom: 2rem; 
  }
  .lg\:text-left{
    text-align: left; 
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem; 
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem; 
  }
  .lg\:text-8xl{
    font-size: 6rem;
    line-height: 1; 
  } 
}

@media (min-width: 80rem){
  .xl\:prose-xl{
    font-size: 1.25rem;
    line-height: 1.8; 
  }
  .xl\:prose-xl :where(p):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em; 
  }
  .xl\:prose-xl :where([class~="lead"]):not(:where([class~="not-prose"] *)){
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em; 
  }
  .xl\:prose-xl :where(blockquote):not(:where([class~="not-prose"] *)){
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em; 
  }
  .xl\:prose-xl :where(h1):not(:where([class~="not-prose"] *)){
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: 0.8571429em;
    line-height: 1; 
  }
  .xl\:prose-xl :where(h2):not(:where([class~="not-prose"] *)){
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: 0.8888889em;
    line-height: 1.1111111; 
  }
  .xl\:prose-xl :where(h3):not(:where([class~="not-prose"] *)){
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: 0.6666667em;
    line-height: 1.3333333; 
  }
  .xl\:prose-xl :where(h4):not(:where([class~="not-prose"] *)){
    margin-top: 1.8em;
    margin-bottom: 0.6em;
    line-height: 1.6; 
  }
  .xl\:prose-xl :where(img):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em; 
  }
  .xl\:prose-xl :where(video):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em; 
  }
  .xl\:prose-xl :where(figure):not(:where([class~="not-prose"] *)){
    margin-top: 2em;
    margin-bottom: 2em; 
  }
  .xl\:prose-xl :where(figure > *):not(:where([class~="not-prose"] *)){
    margin-top: 0;
    margin-bottom: 0; 
  }
  .xl\:prose-xl :where(figcaption):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556;
    margin-top: 1em; 
  }
  .xl\:prose-xl :where(code):not(:where([class~="not-prose"] *)){
    font-size: 0.9em; 
  }
  .xl\:prose-xl :where(h2 code):not(:where([class~="not-prose"] *)){
    font-size: 0.8611111em; 
  }
  .xl\:prose-xl :where(h3 code):not(:where([class~="not-prose"] *)){
    font-size: 0.9em; 
  }
  .xl\:prose-xl :where(pre):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: 0.5rem;
    padding-top: 1.1111111em;
    padding-right: 1.3333333em;
    padding-bottom: 1.1111111em;
    padding-left: 1.3333333em; 
  }
  .xl\:prose-xl :where(ol):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em; 
  }
  .xl\:prose-xl :where(ul):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em; 
  }
  .xl\:prose-xl :where(li):not(:where([class~="not-prose"] *)){
    margin-top: 0.6em;
    margin-bottom: 0.6em; 
  }
  .xl\:prose-xl :where(ol > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4em; 
  }
  .xl\:prose-xl :where(ul > li):not(:where([class~="not-prose"] *)){
    padding-left: 0.4em; 
  }
  .xl\:prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em; 
  }
  .xl\:prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em; 
  }
  .xl\:prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.2em; 
  }
  .xl\:prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
    margin-top: 1.2em; 
  }
  .xl\:prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 1.2em; 
  }
  .xl\:prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
    margin-top: 0.8em;
    margin-bottom: 0.8em; 
  }
  .xl\:prose-xl :where(hr):not(:where([class~="not-prose"] *)){
    margin-top: 2.8em;
    margin-bottom: 2.8em; 
  }
  .xl\:prose-xl :where(hr + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .xl\:prose-xl :where(h2 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .xl\:prose-xl :where(h3 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .xl\:prose-xl :where(h4 + *):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .xl\:prose-xl :where(table):not(:where([class~="not-prose"] *)){
    font-size: 0.9em;
    line-height: 1.5555556; 
  }
  .xl\:prose-xl :where(thead th):not(:where([class~="not-prose"] *)){
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em; 
  }
  .xl\:prose-xl :where(thead th:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0; 
  }
  .xl\:prose-xl :where(thead th:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0; 
  }
  .xl\:prose-xl :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
    padding-top: 0.8888889em;
    padding-right: 0.6666667em;
    padding-bottom: 0.8888889em;
    padding-left: 0.6666667em; 
  }
  .xl\:prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
    padding-left: 0; 
  }
  .xl\:prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
    padding-right: 0; 
  }
  .xl\:prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
    margin-top: 0; 
  }
  .xl\:prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
    margin-bottom: 0; 
  }
  .xl\:fixed{
    position: fixed; 
  }
  .xl\:relative{
    position: relative; 
  }
  .xl\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px; 
  }
  .xl\:top-16{
    top: 4rem; 
  }
  .xl\:mr-6{
    margin-right: 1.5rem; 
  }
  .xl\:ml-6{
    margin-left: 1.5rem; 
  }
  .xl\:-ml-6{
    margin-left: -1.5rem; 
  }
  .xl\:hidden{
    display: none; 
  }
  .xl\:h-24{
    height: 6rem; 
  }
  .xl\:flex-row{
    flex-direction: row; 
  }
  .xl\:items-center{
    align-items: center; 
  }
  .xl\:rounded{
    border-radius: 0.25rem; 
  }
  .xl\:border{
    border-width: 2px; 
  }
  .xl\:border-bleu-fonce-100{
    border-color: var(--color-bleu-fonce-100); 
  }
  .xl\:bg-bleu-fonce{
    background-color: var(--color-bleu-fonce-100); 
  }
  .xl\:p-0{
    padding: 0px; 
  }
  .xl\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem; 
  }
  .xl\:pb-4{
    padding-bottom: 1rem; 
  }
  .xl\:pr-2{
    padding-right: 0.5rem; 
  }
  .xl\:pl-4{
    padding-left: 1rem; 
  }
  .xl\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity)); 
  } 
}
