/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --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);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-widest: 0.1em;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --animate-spin: spin 1s linear infinite;
    --default-font-family: var(--tp-font-sans);
    --default-mono-font-family: var(--tp-font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-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"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .start-0 {
    inset-inline-start: calc(var(--spacing) * 0);
  }
  .-end-1 {
    inset-inline-end: calc(var(--spacing) * -1);
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .top-\[15\%\] {
    top: 15%;
  }
  .right-0 {
    right: 0px;
  }
  .bottom-0 {
    bottom: 0px;
  }
  .left-0 {
    left: 0px;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-1 {
    margin-inline-start: var(--spacing);
  }
  .ms-1\.5 {
    margin-inline-start: calc(var(--spacing) * 1.5);
  }
  .ms-2 {
    margin-inline-start: calc(var(--spacing) * 2);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .-mb-px {
    margin-bottom: -1px;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-1\.5 {
    width: calc(var(--spacing) * 1.5);
    height: calc(var(--spacing) * 1.5);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-3\.5 {
    width: calc(var(--spacing) * 3.5);
    height: calc(var(--spacing) * 3.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }
  .size-20 {
    width: calc(var(--spacing) * 20);
    height: calc(var(--spacing) * 20);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[1\.1rem\] {
    height: 1.1rem;
  }
  .h-full {
    height: 100%;
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-56 {
    max-width: calc(var(--spacing) * 56);
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[240px\] {
    max-width: 240px;
  }
  .max-w-\[370px\] {
    max-width: 370px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[440px\] {
    max-width: 440px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .min-w-\[1\.1rem\] {
    min-width: 1.1rem;
  }
  .min-w-\[42px\] {
    min-width: 42px;
  }
  .min-w-\[80px\] {
    min-width: 80px;
  }
  .min-w-\[90px\] {
    min-width: 90px;
  }
  .min-w-\[95px\] {
    min-width: 95px;
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-\[110px\] {
    min-width: 110px;
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .min-w-\[130px\] {
    min-width: 130px;
  }
  .min-w-\[140px\] {
    min-width: 140px;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[160px\] {
    min-width: 160px;
  }
  .min-w-\[170px\] {
    min-width: 170px;
  }
  .min-w-\[180px\] {
    min-width: 180px;
  }
  .min-w-\[190px\] {
    min-width: 190px;
  }
  .min-w-\[200px\] {
    min-width: 200px;
  }
  .min-w-\[220px\] {
    min-width: 220px;
  }
  .min-w-\[240px\] {
    min-width: 240px;
  }
  .min-w-\[260px\] {
    min-width: 260px;
  }
  .min-w-\[280px\] {
    min-width: 280px;
  }
  .min-w-\[300px\] {
    min-width: 300px;
  }
  .min-w-\[380px\] {
    min-width: 380px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .grow {
    flex-grow: 1;
  }
  .table-auto {
    table-layout: auto;
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-1\.25 {
    gap: calc(var(--spacing) * 1.25);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .self-center {
    align-self: center;
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-accent {
    border-color: var(--tp-accent);
  }
  .border-destructif {
    border-color: var(--tp-destructif);
  }
  .border-destructive {
    border-color: var(--tp-destructif);
  }
  .border-trame {
    border-color: var(--tp-trame);
  }
  .border-b-transparent {
    border-bottom-color: transparent;
  }
  .bg-accent\/10 {
    background-color: var(--tp-accent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--tp-accent) 10%, transparent);
    }
  }
  .bg-acier\/10 {
    background-color: var(--tp-acier);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--tp-acier) 10%, transparent);
    }
  }
  .bg-destructif\/10 {
    background-color: var(--tp-destructif);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--tp-destructif) 10%, transparent);
    }
  }
  .bg-encre\/5 {
    background-color: var(--tp-encre);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--tp-encre) 5%, transparent);
    }
  }
  .bg-opposable {
    background-color: var(--tp-opposable);
  }
  .bg-opposable\/10 {
    background-color: var(--tp-opposable);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--tp-opposable) 10%, transparent);
    }
  }
  .bg-papier {
    background-color: var(--tp-papier);
  }
  .p-0 {
    padding: 0px;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-0\.5 {
    padding-inline: calc(var(--spacing) * 0.5);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .ps-4 {
    padding-inline-start: calc(var(--spacing) * 4);
  }
  .pt-1 {
    padding-top: var(--spacing);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-start {
    text-align: start;
  }
  .align-middle {
    vertical-align: middle;
  }
  .align-top {
    vertical-align: top;
  }
  .font-mono {
    font-family: var(--tp-font-mono);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-accent {
    color: var(--tp-accent);
  }
  .text-acier {
    color: var(--tp-acier);
  }
  .text-destructif {
    color: var(--tp-destructif);
  }
  .text-destructive {
    color: var(--tp-destructif);
  }
  .text-encre {
    color: var(--tp-encre);
  }
  .text-opposable {
    color: var(--tp-opposable);
  }
  .text-surface\/70 {
    color: var(--tp-surface);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--tp-surface) 70%, transparent);
    }
  }
  .capitalize {
    text-transform: capitalize;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-destructive {
    --tw-ring-color: var(--tp-destructif);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  @media (hover: hover) {
    .hover\:border-encre:hover {
      border-color: var(--tp-encre);
    }
    .hover\:bg-papier:hover {
      background-color: var(--tp-papier);
    }
    .hover\:bg-surface\/10:hover {
      background-color: var(--tp-surface);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-surface\/10:hover {
        background-color: color-mix(in oklab, var(--tp-surface) 10%, transparent);
      }
    }
    .hover\:text-accent:hover {
      color: var(--tp-accent);
    }
    .hover\:text-encre:hover {
      color: var(--tp-encre);
    }
    .hover\:text-surface:hover {
      color: var(--tp-surface);
    }
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }
  @media (width >= 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:flex-row {
      flex-direction: row;
    }
    .md\:justify-between {
      justify-content: space-between;
    }
    .md\:justify-end {
      justify-content: flex-end;
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:inline {
      display: inline;
    }
    .lg\:inline-flex {
      display: inline-flex;
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:flex-nowrap {
      flex-wrap: nowrap;
    }
    .lg\:gap-3\.5 {
      gap: calc(var(--spacing) * 3.5);
    }
    .lg\:gap-4\.5 {
      gap: calc(var(--spacing) * 4.5);
    }
    .lg\:pt-5 {
      padding-top: calc(var(--spacing) * 5);
    }
    .lg\:pb-10 {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  @media (width >= 80rem) {
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/archivo-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/archivo-latin-600-normal.woff2") format("woff2");
}
@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/archivo-latin-800-normal.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-400-normal.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-500-normal.woff2") format("woff2");
}
@font-face {
  font-family: "IBM Plex Mono";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/ibm-plex-mono-latin-600-normal.woff2") format("woff2");
}
:root {
  --tp-papier: #f7f6f2;
  --tp-surface: #ffffff;
  --tp-encre: #151a21;
  --tp-acier: #5c6673;
  --tp-accent: #e4572e;
  --tp-opposable: #0e9f62;
  --tp-trame: #e6e3dc;
  --tp-destructif: #c0392b;
  --tp-font-sans: "Archivo", ui-sans-serif, system-ui, sans-serif;
  --tp-font-mono: "IBM Plex Mono", ui-monospace, "SFMono-Regular", monospace;
  --tp-voile-trame: var(--tp-trame);
  @supports (color: color-mix(in lab, red, red)) {
    --tp-voile-trame: color-mix(in srgb, var(--tp-trame) 45%, var(--tp-surface));
  }
  --tp-voile-accent: var(--tp-accent);
  @supports (color: color-mix(in lab, red, red)) {
    --tp-voile-accent: color-mix(in srgb, var(--tp-accent) 12%, var(--tp-surface));
  }
  --tp-voile-opposable: var(--tp-opposable);
  @supports (color: color-mix(in lab, red, red)) {
    --tp-voile-opposable: color-mix(in srgb, var(--tp-opposable) 12%, var(--tp-surface));
  }
  --tp-voile-destructif: var(--tp-destructif);
  @supports (color: color-mix(in lab, red, red)) {
    --tp-voile-destructif: color-mix(in srgb, var(--tp-destructif) 12%, var(--tp-surface));
  }
  --tp-texte-accent: var(--tp-accent);
  @supports (color: color-mix(in lab, red, red)) {
    --tp-texte-accent: color-mix(in srgb, var(--tp-accent) 72%, var(--tp-encre));
  }
  --tp-texte-opposable: var(--tp-opposable);
  @supports (color: color-mix(in lab, red, red)) {
    --tp-texte-opposable: color-mix(in srgb, var(--tp-opposable) 65%, var(--tp-encre));
  }
  --tp-texte-destructif: var(--tp-destructif);
  @supports (color: color-mix(in lab, red, red)) {
    --tp-texte-destructif: color-mix(in srgb, var(--tp-destructif) 72%, var(--tp-encre));
  }
  --tp-backdrop: var(--tp-encre);
  @supports (color: color-mix(in lab, red, red)) {
    --tp-backdrop: color-mix(in srgb, var(--tp-encre) 55%, transparent);
  }
  --tp-radius: 0.5rem;
  --tp-radius-ctrl: 0.375rem;
}
@layer base {
  @media (max-width: 767px), (pointer: coarse) and (max-width: 1366px) {
    input:not([type="checkbox"]):not([type="radio"]):not([type="range"]):not( [type="color"] ):not([type="file"]):not([type="submit"]):not([type="button"]):not( [type="reset"] ):not([type="image"]):not([type="hidden"]) {
      font-size: max(16px, 1rem);
    }
    textarea, select {
      font-size: max(16px, 1rem);
    }
  }
}
@layer components {
  .tp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    height: 2.5rem;
    padding: 0 1rem;
    border: 1px solid transparent;
    border-radius: var(--tp-radius-ctrl);
    background-color: transparent;
    font-family: var(--tp-font-sans);
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1;
    color: var(--tp-encre);
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  }
  .tp-btn:focus-visible {
    outline: 2px solid var(--tp-accent);
    outline-offset: 2px;
  }
  .tp-btn:disabled, .tp-btn[aria-disabled="true"] {
    background-color: var(--tp-voile-trame);
    border-color: var(--tp-trame);
    color: var(--tp-acier);
    cursor: not-allowed;
    pointer-events: none;
  }
  .tp-btn-accent {
    background-color: var(--tp-accent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--tp-accent) 80%, var(--tp-encre));
    }
    color: var(--tp-surface);
  }
  .tp-btn-accent:hover {
    background-color: var(--tp-accent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--tp-accent) 70%, var(--tp-encre));
    }
  }
  .tp-btn-accent:active {
    background-color: var(--tp-accent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--tp-accent) 62%, var(--tp-encre));
    }
  }
  .tp-btn-opposable {
    background-color: var(--tp-opposable);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--tp-opposable) 80%, var(--tp-encre));
    }
    color: var(--tp-surface);
  }
  .tp-btn-opposable:hover {
    background-color: var(--tp-opposable);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--tp-opposable) 70%, var(--tp-encre));
    }
  }
  .tp-btn-encre {
    background-color: var(--tp-encre);
    color: var(--tp-surface);
  }
  .tp-btn-encre:hover {
    background-color: var(--tp-encre);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--tp-encre) 85%, var(--tp-acier));
    }
  }
  .tp-btn-encre:active {
    background-color: var(--tp-encre);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--tp-encre) 70%, var(--tp-acier));
    }
  }
  .tp-btn-outline {
    background-color: var(--tp-surface);
    border-color: var(--tp-trame);
  }
  .tp-btn-outline:hover {
    background-color: var(--tp-papier);
  }
  .tp-btn-outline:active {
    background-color: var(--tp-voile-trame);
  }
  .tp-btn-ghost:hover {
    background-color: var(--tp-papier);
  }
  .tp-btn-ghost:active {
    background-color: var(--tp-voile-trame);
  }
  .tp-btn-destructif, .tp-btn-destructive {
    background-color: var(--tp-destructif);
    color: var(--tp-surface);
  }
  .tp-btn-destructif:hover, .tp-btn-destructive:hover {
    background-color: var(--tp-destructif);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--tp-destructif) 85%, var(--tp-encre));
    }
  }
  .tp-btn-destructif:active, .tp-btn-destructive:active {
    background-color: var(--tp-destructif);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--tp-destructif) 75%, var(--tp-encre));
    }
  }
  .tp-btn-sm {
    height: 2rem;
    padding: 0 0.75rem;
    font-size: 0.75rem;
  }
  .tp-btn-xs {
    height: 1.75rem;
    padding: 0 0.625rem;
    font-size: 0.75rem;
  }
  .tp-btn-icon {
    width: 2.5rem;
    padding: 0;
  }
  .tp-btn-icon.tp-btn-sm {
    width: 2rem;
  }
  .tp-btn-icon.tp-btn-xs {
    width: 1.75rem;
  }
  .tp-card {
    background-color: var(--tp-surface);
    border: 1px solid var(--tp-trame);
    border-radius: var(--tp-radius);
  }
  .tp-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.625rem;
    min-height: 3.5rem;
    padding: 0.75rem 1.25rem;
    border-bottom: 1px solid var(--tp-trame);
  }
  .tp-card-title {
    font-family: var(--tp-font-sans);
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--tp-encre);
  }
  .tp-card-content {
    padding: 1.25rem;
  }
  .tp-card-footer {
    padding: 0.75rem 1.25rem;
    border-top: 1px solid var(--tp-trame);
  }
  .tp-card-grid .tp-card-content {
    padding: 0;
  }
  .tp-list-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.875rem 1rem;
    border-bottom: 1px solid var(--tp-trame);
  }
  .tp-list-row:last-child {
    border-bottom: 0;
  }
  .tp-table-col-label {
    display: inline-flex;
    align-items: center;
  }
  .tp-table-wrapper {
    overflow-x: auto;
  }
  .tp-table-border {
    border: 1px solid var(--tp-trame);
    border-radius: var(--tp-radius);
  }
  .tp-table-highlight tbody tr:hover td, .tp-table-highlight tbody tr:hover th {
    background-color: var(--tp-trame);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--tp-trame) 45%, var(--tp-surface));
    }
  }
  .tp-table {
    width: 100%;
    border-spacing: 0;
    font-size: 0.8125rem;
    color: var(--tp-encre);
  }
  .tp-table th, .tp-table td {
    padding: 0.625rem 1rem;
    border-bottom: 1px solid var(--tp-trame);
    text-align: left;
    vertical-align: middle;
  }
  .tp-table tbody tr:last-child th, .tp-table tbody tr:last-child td {
    border-bottom: 0;
  }
  .tp-table tbody tr:hover td, .tp-table tbody tr:hover th {
    background-color: var(--tp-papier);
  }
  .tp-table thead th, .tp-table-col {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--tp-acier);
  }
  .tp-table-sort {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: inherit;
    text-decoration: none;
  }
  .tp-table-sort:hover, .tp-table-sort-active, .tp-table-sort[aria-current] {
    color: var(--tp-encre);
  }
  .tp-num {
    font-family: var(--tp-font-mono);
    font-variant-numeric: tabular-nums;
    text-align: right;
  }
  .tp-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3125rem;
    height: 1.375rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.5rem;
    border: 1px solid transparent;
    border-radius: var(--tp-radius-ctrl);
    background-color: var(--tp-voile-trame);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    color: var(--tp-acier);
    white-space: nowrap;
  }
  .tp-badge-opposable {
    background-color: var(--tp-voile-opposable);
    color: var(--tp-texte-opposable);
  }
  .tp-badge-signal, .tp-badge-accent {
    background-color: var(--tp-voile-accent);
    color: var(--tp-texte-accent);
  }
  .tp-badge-destructif, .tp-badge-destructive {
    background-color: var(--tp-voile-destructif);
    color: var(--tp-texte-destructif);
  }
  .tp-badge-neutre {
    background-color: var(--tp-voile-trame);
    color: var(--tp-acier);
  }
  .tp-badge-outline {
    background-color: var(--tp-surface);
    border-color: currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, currentColor 35%, transparent);
    }
  }
  .tp-badge-sm {
    height: 1.125rem;
    padding: 0 0.375rem;
  }
  .tp-badge-dot {
    width: 0.375rem;
    height: 0.375rem;
    flex: none;
    border-radius: calc(infinity * 1px);
    background-color: currentColor;
  }
  .tp-badge-circle {
    width: 1.375rem;
    padding: 0;
    justify-content: center;
    border-radius: calc(infinity * 1px);
  }
  .tp-badge-mono {
    font-family: var(--tp-font-mono);
    font-weight: 500;
  }
  .tp-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 40rem;
  }
  .tp-form-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .tp-form-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  @media (max-width: 640px) {
    .tp-form-grid-2, .tp-form-grid-3 {
      grid-template-columns: minmax(0, 1fr);
    }
  }
  .tp-form-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 1rem;
    border-top: 1px solid var(--tp-trame);
  }
  .tp-form-item {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
  }
  .tp-form-label, .tp-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--tp-encre);
  }
  .tp-form-message {
    font-size: 0.75rem;
    color: var(--tp-texte-destructif);
  }
  .tp-input, .tp-textarea, .tp-select {
    display: block;
    width: 100%;
    padding: 0 0.75rem;
    height: 2.5rem;
    border: 1px solid var(--tp-trame);
    border-radius: var(--tp-radius-ctrl);
    background-color: var(--tp-surface);
    font-family: var(--tp-font-sans);
    font-size: 0.8125rem;
    color: var(--tp-encre);
    transition: border-color 0.15s ease, outline-color 0.15s ease;
  }
  .tp-input::placeholder, .tp-textarea::placeholder {
    color: var(--tp-acier);
  }
  .tp-select-sm {
    height: 2rem;
    font-size: 0.75rem;
  }
  .tp-input:focus, .tp-textarea:focus, .tp-select:focus {
    border-color: var(--tp-encre);
    outline: 2px solid var(--tp-accent);
    outline-offset: 1px;
  }
  .tp-input:disabled, .tp-textarea:disabled, .tp-select:disabled {
    background-color: var(--tp-voile-trame);
    color: var(--tp-acier);
    cursor: not-allowed;
  }
  .tp-input-sm {
    height: 2rem;
    font-size: 0.75rem;
  }
  @media (max-width: 767px), (pointer: coarse) and (max-width: 1366px) {
    .tp-input, .tp-textarea, .tp-select, .tp-input-sm, .tp-select-sm {
      font-size: 1rem;
    }
    .tp-input-sm, .tp-select-sm {
      height: 2.5rem;
    }
  }
  .tp-input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
  }
  .tp-input-group > .tp-input, .tp-input-group > .tp-select {
    width: auto;
    flex: 1 1 auto;
  }
  .tp-input-date {
    width: auto;
    flex: 0 0 auto;
    min-width: 10rem;
    text-align: center;
  }
  .tp-champ-recherche {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: auto;
    flex: 1 1 12rem;
    min-width: 0;
  }
  .tp-champ-recherche > svg {
    flex: none;
    color: var(--tp-acier);
  }
  .tp-champ-recherche > input {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    padding: 0;
    border: 0;
    background-color: transparent;
    font: inherit;
    color: inherit;
  }
  .tp-champ-recherche > input:focus {
    outline: none;
  }
  .tp-champ-recherche:focus-within {
    border-color: var(--tp-encre);
    outline: 2px solid var(--tp-accent);
    outline-offset: 1px;
  }
  .tp-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
  }
  .tp-toolbar-groupe {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
    flex: 1 1 auto;
  }
  .tp-toolbar-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 auto;
    margin-inline-start: auto;
  }
  .tp-toolbar-pager {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 1 auto;
  }
  .tp-toolbar-pager-libelle {
    flex: 1 1 auto;
    min-width: 7.5rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .tp-toolbar .tp-btn, .tp-toolbar .tp-input, .tp-toolbar .tp-select {
    height: 2.5rem;
  }
  .tp-toolbar .tp-btn-icon {
    width: 2.5rem;
  }
  @media (max-width: 640px) {
    .tp-toolbar {
      flex-direction: column;
      align-items: stretch;
    }
    .tp-toolbar-groupe, .tp-toolbar-actions, .tp-toolbar-pager {
      width: 100%;
      margin-inline-start: 0;
    }
    .tp-toolbar-groupe > .tp-btn, .tp-toolbar-actions > .tp-btn {
      flex: 1 1 0;
    }
    .tp-toolbar-groupe > .tp-btn-icon, .tp-toolbar-actions > .tp-btn-icon {
      flex: 0 0 auto;
    }
    .tp-toolbar-groupe {
      flex-wrap: wrap;
    }
    .tp-toolbar-groupe > .tp-champ-recherche {
      flex: 1 1 100%;
    }
    .tp-toolbar-groupe > .tp-select {
      flex: 1 1 auto;
    }
  }
  .tp-textarea {
    height: auto;
    min-height: 4.5rem;
    padding: 0.5rem 0.75rem;
  }
  .tp-select {
    padding-right: 2rem;
  }
  .tp-checkbox {
    appearance: none;
    width: 1.125rem;
    height: 1.125rem;
    flex: none;
    border: 1px solid var(--tp-trame);
    border-radius: 0.25rem;
    background-color: var(--tp-surface);
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
  }
  .tp-checkbox:checked {
    border-color: var(--tp-encre);
    background-color: var(--tp-encre);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 8.5l3 3 6-7'/%3E%3C/svg%3E");
    background-size: 0.75rem;
    background-position: center;
    background-repeat: no-repeat;
  }
  .tp-checkbox:focus-visible {
    outline: 2px solid var(--tp-accent);
    outline-offset: 2px;
  }
  .tp-checkbox:disabled {
    background-color: var(--tp-voile-trame);
    border-color: var(--tp-trame);
    cursor: not-allowed;
  }
  .tp-switch {
    appearance: none;
    width: 2.25rem;
    height: 1.25rem;
    flex: none;
    border: 1px solid var(--tp-trame);
    border-radius: calc(infinity * 1px);
    background-color: var(--tp-trame);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='white'/%3E%3C/svg%3E");
    background-size: 0.875rem;
    background-position: left 0.125rem center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: background-color 0.15s ease, background-position 0.15s ease;
  }
  .tp-switch:checked {
    border-color: var(--tp-encre);
    background-color: var(--tp-encre);
    background-position: right 0.125rem center;
  }
  .tp-switch:focus-visible {
    outline: 2px solid var(--tp-accent);
    outline-offset: 2px;
  }
  .tp-switch:disabled {
    background-color: var(--tp-voile-trame);
    border-color: var(--tp-trame);
    cursor: not-allowed;
  }
  .tp-alert {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    padding: 0.875rem 1rem;
    border: 1px solid var(--tp-trame);
    border-radius: var(--tp-radius);
    background-color: var(--tp-voile-trame);
    font-size: 0.8125rem;
    color: var(--tp-encre);
    overflow-wrap: anywhere;
  }
  .tp-alert-icon {
    flex: none;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--tp-acier);
  }
  .tp-alert-title {
    font-weight: 600;
    color: var(--tp-encre);
  }
  .tp-alert-description, .tp-alert-text {
    color: var(--tp-acier);
  }
  .tp-alert-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
  }
  .tp-alert-close {
    flex: none;
    margin-left: auto;
    border: 0;
    background: transparent;
    padding: 0.125rem;
    color: var(--tp-acier);
    cursor: pointer;
  }
  .tp-alert-close:hover {
    color: var(--tp-encre);
  }
  .tp-alert-close:focus-visible {
    outline: 2px solid var(--tp-accent);
    outline-offset: 2px;
  }
  .tp-alert-destructif, .tp-alert-destructive, .tp-alert-danger {
    background-color: var(--tp-voile-destructif);
    border-color: var(--tp-destructif);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--tp-destructif) 30%, var(--tp-trame));
    }
  }
  .tp-alert-destructif > .tp-alert-icon, .tp-alert-destructive > .tp-alert-icon {
    color: var(--tp-texte-destructif);
  }
  .tp-alert-signal, .tp-alert-warning {
    background-color: var(--tp-voile-accent);
    border-color: var(--tp-accent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--tp-accent) 30%, var(--tp-trame));
    }
  }
  .tp-alert-signal > .tp-alert-icon, .tp-alert-warning > .tp-alert-icon {
    color: var(--tp-texte-accent);
  }
  .tp-alert-opposable {
    background-color: var(--tp-voile-opposable);
    border-color: var(--tp-opposable);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in srgb, var(--tp-opposable) 30%, var(--tp-trame));
    }
  }
  .tp-alert-opposable > .tp-alert-icon {
    color: var(--tp-texte-opposable);
  }
  .tp-alert-neutre {
    background-color: var(--tp-voile-trame);
    border-color: var(--tp-trame);
  }
  .tp-pagination {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-family: var(--tp-font-mono);
    font-size: 0.75rem;
    color: var(--tp-acier);
  }
  .tp-pagination-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-height: 2rem;
    border-radius: var(--tp-radius-ctrl);
  }
  .tp-pagination-item-active, .tp-pagination-item[aria-current="page"] {
    background-color: var(--tp-encre);
    color: var(--tp-surface);
    padding: 0 0.625rem;
  }
  .tp-modal {
    position: fixed;
    inset: 0;
    z-index: 90;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background-color: var(--tp-backdrop);
  }
  .tp-modal.tp-open {
    display: flex;
  }
  .tp-modal-content {
    width: 100%;
    max-width: 30rem;
    background-color: var(--tp-surface);
    border: 1px solid var(--tp-trame);
    border-radius: var(--tp-radius);
  }
  .tp-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    padding: 0.875rem 1.25rem;
    border-bottom: 1px solid var(--tp-trame);
  }
  .tp-modal-title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--tp-encre);
  }
  .tp-modal-body {
    padding: 1.25rem;
    font-size: 0.8125rem;
  }
  .tp-dropdown {
    position: relative;
    display: inline-flex;
  }
  .tp-dropdown-menu {
    position: absolute;
    top: calc(100% + 0.375rem);
    right: 0;
    z-index: 60;
    display: none;
    min-width: 11rem;
    padding: 0.375rem;
    background-color: var(--tp-surface);
    border: 1px solid var(--tp-trame);
    border-radius: var(--tp-radius);
  }
  .tp-dropdown.tp-open > .tp-dropdown-menu {
    display: block;
  }
  .tp-dropdown-menu-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.625rem;
    border-radius: var(--tp-radius-ctrl);
    font-size: 0.8125rem;
    color: var(--tp-encre);
    text-decoration: none;
  }
  .tp-dropdown-menu-link:hover, .tp-dropdown-menu-link:focus-visible {
    background-color: var(--tp-papier);
    outline: none;
  }
  .tp-dropdown-menu-separator {
    height: 1px;
    margin: 0.375rem 0;
    background-color: var(--tp-trame);
  }
  .tp-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    display: flex;
    flex-direction: column;
    width: 16.875rem;
    background-color: var(--tp-encre);
  }
  .tp-sidebar-logo {
    display: flex;
    align-items: center;
    flex: none;
    height: 4.375rem;
    padding: 0 1.25rem;
    border-bottom: 1px solid var(--tp-surface);
    @supports (color: color-mix(in lab, red, red)) {
      border-bottom: 1px solid color-mix(in srgb, var(--tp-surface) 10%, var(--tp-encre));
    }
  }
  .tp-sidebar-content {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 0.875rem 0.625rem;
  }
  .tp-menu {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }
  .tp-menu-title {
    padding: 0.875rem 0.875rem 0.375rem;
    font-family: var(--tp-font-mono);
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--tp-surface);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--tp-surface) 52%, var(--tp-encre));
    }
  }
  .tp-menu-link {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.5rem 0.875rem;
    border-radius: var(--tp-radius-ctrl);
    font-size: 0.8125rem;
    color: var(--tp-surface);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--tp-surface) 78%, var(--tp-encre));
    }
    text-decoration: none;
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  .tp-menu-link:hover, .tp-menu-link:focus-visible {
    background-color: var(--tp-surface);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--tp-surface) 8%, var(--tp-encre));
    }
    color: var(--tp-surface);
    outline: none;
  }
  .tp-menu-icon {
    flex: none;
    width: 1.125rem;
    height: 1.125rem;
  }
  .tp-menu-item-active > .tp-menu-link {
    background-color: var(--tp-surface);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--tp-surface) 8%, var(--tp-encre));
    }
    color: var(--tp-surface);
    box-shadow: inset 3px 0 0 0 var(--tp-accent);
  }
  .tp-menu-section > summary {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    flex-wrap: nowrap;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
  }
  .tp-menu-section > summary > .tp-menu-section-chevron {
    margin-left: auto;
  }
  .tp-menu-section > summary::-webkit-details-marker {
    display: none;
  }
  .tp-menu-section > summary:focus-visible {
    outline: 2px solid var(--tp-accent);
    outline-offset: 2px;
    border-radius: var(--tp-radius-ctrl);
  }
  .tp-menu-section-chevron {
    flex: none;
    transition: transform 0.15s ease;
  }
  .tp-menu-section[open] > summary .tp-menu-section-chevron {
    transform: rotate(90deg);
  }
  .tp-avatar {
    display: inline-flex;
    flex: none;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: calc(infinity * 1px);
    background-color: var(--tp-voile-trame);
    border: 1px solid var(--tp-trame);
    color: var(--tp-encre);
    overflow: hidden;
  }
  .tp-avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0.75rem;
    font-weight: 600;
  }
  .tp-progress {
    display: flex;
    width: 100%;
    height: 0.375rem;
    border-radius: calc(infinity * 1px);
    background-color: var(--tp-trame);
    overflow: hidden;
  }
  .tp-progress-indicator {
    height: 100%;
    border-radius: calc(infinity * 1px);
    background-color: var(--tp-encre);
    transition: width 0.2s ease;
  }
  .tp-progress-signal > .tp-progress-indicator {
    background-color: var(--tp-accent);
  }
  .tp-progress-destructif > .tp-progress-indicator {
    background-color: var(--tp-destructif);
  }
  .tp-shell {
    min-height: 100vh;
    background-color: var(--tp-papier);
    color: var(--tp-encre);
    font-family: var(--tp-font-sans);
  }
  .tp-sidebar {
    transition: width 0.2s ease, transform 0.2s ease;
  }
  .tp-sidebar-logo {
    justify-content: space-between;
    gap: 0.5rem;
  }
  .tp-sidebar-logo-badge {
    display: none;
  }
  .tp-sidebar-logo-badge img {
    max-width: none;
  }
  .tp-shell-main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin-left: 16.875rem;
  }
  .tp-shell-header {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    height: 3.75rem;
    padding: 0 1.25rem;
    background-color: var(--tp-surface);
    border-bottom: 1px solid var(--tp-trame);
  }
  .tp-shell-content {
    flex: 1 1 auto;
    padding: 1.25rem;
  }
  .tp-shell-footer {
    padding: 1.25rem;
    border-top: 1px solid var(--tp-trame);
    font-size: 0.8125rem;
    color: var(--tp-acier);
    text-align: center;
  }
  .tp-container {
    width: 100%;
    max-width: 87.5rem;
    margin: 0 auto;
  }
  .tp-menu-label {
    white-space: nowrap;
    overflow: hidden;
  }
  .tp-sidebar-reduite .tp-sidebar {
    width: 4.5rem;
  }
  .tp-sidebar-reduite .tp-shell-main {
    margin-left: 4.5rem;
  }
  .tp-sidebar-reduite .tp-sidebar-logo-mot, .tp-sidebar-reduite .tp-menu-label, .tp-sidebar-reduite .tp-menu-title {
    display: none;
  }
  .tp-sidebar-reduite .tp-menu-section > :not(summary) {
    display: block;
  }
  .tp-sidebar-reduite .tp-sidebar-logo-badge {
    display: inline-flex;
  }
  .tp-sidebar-reduite .tp-sidebar-logo {
    justify-content: center;
  }
  .tp-sidebar-reduite .tp-menu-link {
    justify-content: center;
  }
  .tp-drawer-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 60;
    background-color: var(--tp-backdrop);
  }
  .tp-drawer-ouvert .tp-drawer-backdrop {
    display: block;
  }
  @media (max-width: 1023px) {
    .tp-sidebar {
      transform: translateX(-100%);
    }
    .tp-sidebar.tp-open {
      transform: translateX(0);
    }
    .tp-shell-main {
      margin-left: 0;
    }
    .tp-sidebar-reduite .tp-sidebar {
      width: 16.875rem;
    }
    .tp-sidebar-reduite .tp-shell-main {
      margin-left: 0;
    }
    .tp-sidebar-reduite .tp-sidebar-logo-mot, .tp-sidebar-reduite .tp-menu-label, .tp-sidebar-reduite .tp-menu-title {
      display: revert;
    }
    .tp-sidebar-reduite .tp-sidebar-logo-badge {
      display: none;
    }
  }
  .tp-document {
    font-size: 0.9375rem;
    line-height: 1.75;
    color: var(--tp-encre);
  }
  .tp-document h1 {
    font-family: var(--tp-font-sans);
    font-size: 1.375rem;
    font-weight: 800;
    color: var(--tp-encre);
    margin-bottom: 1.25rem;
  }
  .tp-document h2 {
    font-family: var(--tp-font-sans);
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--tp-encre);
    margin-top: 1.75rem;
    margin-bottom: 0.625rem;
    padding-top: 1rem;
    border-top: 1px solid var(--tp-trame);
  }
  .tp-document h3 {
    font-family: var(--tp-font-sans);
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--tp-encre);
    margin-top: 1.25rem;
    margin-bottom: 0.375rem;
  }
  .tp-document p {
    margin-bottom: 0.875rem;
  }
  .tp-document ul, .tp-document ol {
    margin-left: 1.5rem;
    margin-bottom: 0.875rem;
  }
  .tp-document ul {
    list-style-type: disc;
  }
  .tp-document ol {
    list-style-type: decimal;
  }
  .tp-document li {
    margin-bottom: 0.25rem;
  }
  .tp-document strong {
    font-weight: 600;
  }
  .tp-document em {
    font-style: italic;
    color: var(--tp-acier);
  }
  .tp-a-completer {
    background-color: var(--tp-voile-accent);
    color: var(--tp-encre);
    border-radius: 0.1875rem;
    padding: 0 0.1875rem;
  }
  .tp-onglets {
    overflow-x: auto;
    background-repeat: no-repeat;
    background-size: 1.5rem 100%, 1.5rem 100%, 0.75rem 100%, 0.75rem 100%;
    background-position: left center, right center, left center, right center;
    background-attachment: local, local, scroll, scroll;
    background-image: linear-gradient(to right, var(--tp-papier) 40%, transparent), linear-gradient(to left, var(--tp-papier) 40%, transparent), linear-gradient( to right, var(--tp-encre), transparent ), linear-gradient( to left, var(--tp-encre), transparent );
    @supports (color: color-mix(in lab, red, red)) {
      background-image: linear-gradient(to right, var(--tp-papier) 40%, transparent), linear-gradient(to left, var(--tp-papier) 40%, transparent), linear-gradient( to right, color-mix(in srgb, var(--tp-encre) 14%, transparent), transparent ), linear-gradient( to left, color-mix(in srgb, var(--tp-encre) 14%, transparent), transparent );
    }
  }
  .tp-ancre {
    scroll-margin-top: 4.75rem;
  }
  @media (prefers-reduced-motion: no-preference) {
    html {
      scroll-behavior: smooth;
    }
  }
  .tp-sommaire-lien, .tp-sommaire-sous-lien {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    border-radius: var(--tp-radius-ctrl);
    padding: 0.375rem 0.5rem;
    text-decoration: none;
  }
  .tp-sommaire-lien {
    min-height: 2.75rem;
    font-weight: 600;
    color: var(--tp-encre);
    border-bottom: 1px solid var(--tp-trame);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .tp-sommaire-sous-lien {
    min-height: 2.25rem;
    font-size: 0.8125rem;
    color: var(--tp-acier);
  }
  .tp-sommaire-lien:hover, .tp-sommaire-sous-lien:hover {
    background-color: var(--tp-encre);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--tp-encre) 5%, transparent);
    }
    color: var(--tp-encre);
  }
  .tp-sommaire-lien:focus-visible, .tp-sommaire-sous-lien:focus-visible, .tp-lien-discret:focus-visible {
    outline: 2px solid var(--tp-accent);
    outline-offset: 2px;
  }
  .tp-sommaire-titre {
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--tp-acier);
  }
  .tp-sommaire-compte {
    flex: none;
    font-family: var(--tp-font-mono);
    font-size: 0.75rem;
    font-variant-numeric: tabular-nums;
    color: var(--tp-acier);
  }
  .tp-lien-discret {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--tp-acier);
    text-decoration: none;
  }
  .tp-lien-discret:hover {
    color: var(--tp-encre);
    text-decoration: underline;
  }
  .tp-sparkline {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
  }
  .tp-sparkline-valeur {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.25rem;
  }
  .tp-sparkline-nombre {
    font-family: var(--tp-font-mono);
    font-size: 1.5rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
    line-height: 1.1;
    color: var(--tp-encre);
  }
  .tp-sparkline-unite {
    font-size: 0.8125rem;
    color: var(--tp-acier);
  }
  .tp-sparkline-delta {
    display: inline-flex;
    align-items: center;
    gap: 0.125rem;
    margin-left: auto;
    font-size: 0.75rem;
    color: var(--tp-acier);
  }
  .tp-sparkline-svg {
    width: 100%;
    height: auto;
    overflow: visible;
  }
  .tp-sparkline-reference {
    stroke: var(--tp-trame);
    stroke-width: 1;
    stroke-dasharray: 3 3;
  }
  .tp-sparkline-axe {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.75rem;
    color: var(--tp-acier);
  }
  .tp-sparkline-echelle {
    font-family: var(--tp-font-mono);
    font-variant-numeric: tabular-nums;
    text-align: center;
  }
  .tp-sparkline-lien {
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    color: inherit;
    text-decoration: none;
  }
  .tp-sparkline-card:hover .tp-sparkline-lien, .tp-sparkline-lien:hover {
    color: var(--tp-encre);
  }
  .tp-sparkline-lien:focus-visible {
    outline: 2px solid var(--tp-accent);
    outline-offset: 2px;
    border-radius: var(--tp-radius-ctrl);
  }
  .tp-sparkline-card:hover {
    border-color: var(--tp-encre);
  }
}
@media print {
  @page {
    margin: 2cm;
  }
  .tp-sidebar, .tp-shell-header, .tp-shell-footer, .tp-hors-impression, .tp-drawer-backdrop {
    display: none !important;
  }
  .tp-shell-main {
    margin-left: 0 !important;
  }
  .tp-shell-content {
    padding: 0 !important;
  }
  .tp-shell, body {
    background-color: #ffffff !important;
  }
  .tp-card {
    border: none !important;
    background-color: transparent !important;
  }
  #zone-imprimable {
    padding: 0 !important;
  }
  .tp-document {
    font-size: 10pt;
    line-height: 1.65;
  }
  .tp-document h1 {
    font-size: 15pt;
  }
  .tp-document h2 {
    font-size: 12pt;
  }
  .tp-document h3 {
    font-size: 10pt;
  }
  .tp-a-completer {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    background-color: var(--tp-voile-accent) !important;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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;
    }
  }
}
