/** 
* Radix UI Colors
* https://www.radix-ui.com/colors
* */

/** 
* SAGE
* */
:root,
.light,
.light-theme {
  --sage-1: #fbfdfc;
  --sage-2: #f7f9f8;
  --sage-3: #eef1f0;
  --sage-4: #e6e9e8;
  --sage-5: #dfe2e0;
  --sage-6: #d7dad9;
  --sage-7: #cbcfcd;
  --sage-8: #b8bcba;
  --sage-9: #868e8b;
  --sage-10: #7c8481;
  --sage-11: #5f6563;
  --sage-12: #1a211e;
}

@supports (
  color: color(display-p3 1 1 1)
) {
  @media (color-gamut: p3) {
    :root,
    .light,
    .light-theme {
      --sage-1: color(
        display-p3 0.986 0.992 0.988
      );
      --sage-2: color(
        display-p3 0.97 0.977 0.974
      );
      --sage-3: color(
        display-p3 0.935 0.944 0.94
      );
      --sage-4: color(
        display-p3 0.904 0.913 0.909
      );
      --sage-5: color(
        display-p3 0.875 0.885 0.88
      );
      --sage-6: color(
        display-p3 0.844 0.854 0.849
      );
      --sage-7: color(
        display-p3 0.8 0.811 0.806
      );
      --sage-8: color(
        display-p3 0.725 0.738 0.732
      );
      --sage-9: color(
        display-p3 0.531 0.556 0.546
      );
      --sage-10: color(
        display-p3 0.492 0.515 0.506
      );
      --sage-11: color(
        display-p3 0.377 0.395 0.389
      );
      --sage-12: color(
        display-p3 0.107 0.129 0.118
      );
    }
  }
}

.dark,
.dark-theme {
  --sage-1: #101211;
  --sage-2: #171918;
  --sage-3: #202221;
  --sage-4: #272a29;
  --sage-5: #2e3130;
  --sage-6: #373b39;
  --sage-7: #444947;
  --sage-8: #5b625f;
  --sage-9: #63706b;
  --sage-10: #717d79;
  --sage-11: #adb5b2;
  --sage-12: #eceeed;
}

@supports (
  color: color(display-p3 1 1 1)
) {
  @media (color-gamut: p3) {
    .dark,
    .dark-theme {
      --sage-1: color(
        display-p3 0.064 0.07 0.067
      );
      --sage-2: color(
        display-p3 0.092 0.098 0.094
      );
      --sage-3: color(
        display-p3 0.128 0.135 0.131
      );
      --sage-4: color(
        display-p3 0.155 0.164 0.159
      );
      --sage-5: color(
        display-p3 0.183 0.193 0.188
      );
      --sage-6: color(
        display-p3 0.218 0.23 0.224
      );
      --sage-7: color(
        display-p3 0.269 0.285 0.277
      );
      --sage-8: color(
        display-p3 0.362 0.382 0.373
      );
      --sage-9: color(
        display-p3 0.398 0.438 0.421
      );
      --sage-10: color(
        display-p3 0.453 0.49 0.474
      );
      --sage-11: color(
        display-p3 0.685 0.709 0.697
      );
      --sage-12: color(
        display-p3 0.927 0.933 0.93
      );
    }
  }
}

/** 
* GRASS
* */
:root,
.light,
.light-theme {
  --grass-1: #fbfefb;
  --grass-2: #f5fbf5;
  --grass-3: #e9f6e9;
  --grass-4: #daf1db;
  --grass-5: #c9e8ca;
  --grass-6: #b2ddb5;
  --grass-7: #94ce9a;
  --grass-8: #65ba74;
  --grass-9: #46a758;
  --grass-10: #3e9b4f;
  --grass-11: #2a7e3b;
  --grass-12: #203c25;
}

@supports (
  color: color(display-p3 1 1 1)
) {
  @media (color-gamut: p3) {
    :root,
    .light,
    .light-theme {
      --grass-1: color(
        display-p3 0.986 0.996 0.985
      );
      --grass-2: color(
        display-p3 0.966 0.983 0.964
      );
      --grass-3: color(
        display-p3 0.923 0.965 0.917
      );
      --grass-4: color(
        display-p3 0.872 0.94 0.865
      );
      --grass-5: color(
        display-p3 0.811 0.908 0.802
      );
      --grass-6: color(
        display-p3 0.733 0.864 0.724
      );
      --grass-7: color(
        display-p3 0.628 0.803 0.622
      );
      --grass-8: color(
        display-p3 0.477 0.72 0.482
      );
      --grass-9: color(
        display-p3 0.38 0.647 0.378
      );
      --grass-10: color(
        display-p3 0.344 0.598 0.342
      );
      --grass-11: color(
        display-p3 0.263 0.488 0.261
      );
      --grass-12: color(
        display-p3 0.151 0.233 0.153
      );
    }
  }
}

.dark,
.dark-theme {
  --grass-1: #0e1511;
  --grass-2: #141a15;
  --grass-3: #1b2a1e;
  --grass-4: #1d3a24;
  --grass-5: #25482d;
  --grass-6: #2d5736;
  --grass-7: #366740;
  --grass-8: #3e7949;
  --grass-9: #46a758;
  --grass-10: #53b365;
  --grass-11: #71d083;
  --grass-12: #c2f0c2;
}

@supports (
  color: color(display-p3 1 1 1)
) {
  @media (color-gamut: p3) {
    .dark,
    .dark-theme {
      --grass-1: color(
        display-p3 0.062 0.083 0.067
      );
      --grass-2: color(
        display-p3 0.083 0.103 0.085
      );
      --grass-3: color(
        display-p3 0.118 0.163 0.122
      );
      --grass-4: color(
        display-p3 0.142 0.225 0.15
      );
      --grass-5: color(
        display-p3 0.178 0.279 0.186
      );
      --grass-6: color(
        display-p3 0.217 0.337 0.224
      );
      --grass-7: color(
        display-p3 0.258 0.4 0.264
      );
      --grass-8: color(
        display-p3 0.302 0.47 0.305
      );
      --grass-9: color(
        display-p3 0.38 0.647 0.378
      );
      --grass-10: color(
        display-p3 0.426 0.694 0.426
      );
      --grass-11: color(
        display-p3 0.535 0.807 0.542
      );
      --grass-12: color(
        display-p3 0.797 0.936 0.776
      );
    }
  }
}
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: "Roboto", sans-serif;
    --font-serif: "Roboto Serif", serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #101211;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-semibold: 600;
    --radius-sm: .25rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-background: var(--sage-1);
    --color-primary-element-background: var(--grass-3);
    --color-primary-low-contrast: var(--grass-11);
    --color-primary-high-contrast: var(--grass-12);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .end {
    inset-inline-end: var(--spacing);
  }

  .z-2 {
    z-index: 2;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .col-span-3 {
    grid-column: span 3 / span 3;
  }

  .col-span-12 {
    grid-column: span 12 / span 12;
  }

  .col-start-1 {
    grid-column-start: 1;
  }

  .col-start-3 {
    grid-column-start: 3;
  }

  .col-end-6 {
    grid-column-end: 6;
  }

  .row-start-1 {
    grid-row-start: 1;
  }

  .row-start-2 {
    grid-row-start: 2;
  }

  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline {
    display: inline;
  }

  .table {
    display: table;
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-\[350px\] {
    height: 350px;
  }

  .h-full {
    height: 100%;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[940px\] {
    max-width: 940px;
  }

  .grow {
    flex-grow: 1;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }

  .place-self-center {
    place-self: center;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .rounded-sm {
    border-radius: var(--radius-sm);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-x-1 {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }

  .border-black {
    border-color: var(--color-black);
  }

  .bg-background {
    background-color: var(--color-background);
  }

  .bg-primary-element-background {
    background-color: var(--color-primary-element-background);
  }

  .bg-primary-low-contrast {
    background-color: var(--color-primary-low-contrast);
  }

  .p-10 {
    padding: calc(var(--spacing) * 10);
  }

  .font-serif {
    font-family: var(--font-serif);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-background {
    color: var(--color-background);
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .blur {
    --tw-blur: blur(8px);
    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, );
  }

  .filter {
    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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (hover: hover) {
    .hover\:text-lg:hover {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }

    .hover\:text-primary-element-background:hover {
      color: var(--color-primary-element-background);
    }
  }

  @media (min-width: 48rem) {
    .md\:max-w-\[25\%\] {
      max-width: 25%;
    }

    .md\:max-w-\[65\%\] {
      max-width: 65%;
    }

    .md\:gap-4 {
      gap: calc(var(--spacing) * 4);
    }
  }
}

.htmx-indicator {
  display: none;
}

.htmx-request .htmx-indicator a:hover ion-icon {
  color: var(--color-background);
}

html[lang="fr"] .fr {
  display: inline;
}

html[lang="fr"] .en, html[lang="en"] span.fr {
  display: none;
}

html[lang="en"] span.en {
  display: inline;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}
.paragraph[data-astro-cid-j7pv25f6]{color:var(--color-primary-high-contrast);a{color:var(--color-primary-low-contrast)}}#header[data-astro-cid-3ef6ksr2]{background-color:#137f0ba8;background-image:linear-gradient(#0003,#0003),url(/_astro/mushroom.zPsdg45d.jpg);background-size:auto,cover;background-position:0 0,50% 40%}.namehead[data-astro-cid-3ef6ksr2]{color:#c9c9c9;text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;height:150px;font-family:Roboto Serif,sans-serif;display:flex;h4{margin-top:10px;font-size:18px;line-height:24px}h1{margin-top:20px;font-size:38px;line-height:44px}}#footer[data-astro-cid-sz7xmlte]{background-color:#494949;background-image:linear-gradient(#0003,#0003),url(/_astro/mushroom.zPsdg45d.jpg);background-position:0 0,50% 70%;background-size:auto,cover;border-bottom:1px solid #e4ebf3;justify-content:center;height:75px;margin-top:auto;padding:20px 30px 15px;display:flex;position:relative}html,body{margin:0;width:100%;height:100%}