/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-5xl: 64rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-default: "Metropolis Default", sans-serif;
    --font-title: "Metropolis Title", sans-serif;
    --dark-bg: #292929;
    --dark-bg-light: #646464;
    --dark-text: #C6C6C6;
    --rn-gray: #666666;
    --rn-bleu-500: #31A2F0;
    --rn-bleu-logo: #064473;
    --rn-rouge-logo: #C00F26;
  }
}
@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, 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;
    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 {
    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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-55 {
    top: calc(var(--spacing) * 55);
  }
  .top-70 {
    top: calc(var(--spacing) * 70);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-12 {
    bottom: calc(var(--spacing) * 12);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-0 {
    z-index: 0;
  }
  .z-5 {
    z-index: 5;
  }
  .z-10 {
    z-index: 10;
  }
  .z-15 {
    z-index: 15;
  }
  .z-1000 {
    z-index: 1000;
  }
  .m-164 {
    margin: calc(var(--spacing) * 164);
  }
  .m-180 {
    margin: calc(var(--spacing) * 180);
  }
  .m-293 {
    margin: calc(var(--spacing) * 293);
  }
  .m-308 {
    margin: calc(var(--spacing) * 308);
  }
  .m-404 {
    margin: calc(var(--spacing) * 404);
  }
  .m-584 {
    margin: calc(var(--spacing) * 584);
  }
  .m-621 {
    margin: calc(var(--spacing) * 621);
  }
  .m-653 {
    margin: calc(var(--spacing) * 653);
  }
  .m-845 {
    margin: calc(var(--spacing) * 845);
  }
  .m-885 {
    margin: calc(var(--spacing) * 885);
  }
  .m-938 {
    margin: calc(var(--spacing) * 938);
  }
  .m-1096 {
    margin: calc(var(--spacing) * 1096);
  }
  .m-1214 {
    margin: calc(var(--spacing) * 1214);
  }
  .m-1308 {
    margin: calc(var(--spacing) * 1308);
  }
  .m-2310 {
    margin: calc(var(--spacing) * 2310);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[65vh\] {
    height: 65vh;
  }
  .h-full {
    height: 100%;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-\(--rn-bleu-500\) {
    border-color: var(--rn-bleu-500);
  }
  .bg-\(--rn-bleu-500\) {
    background-color: var(--rn-bleu-500);
  }
  .bg-\(--rn-rouge-logo\) {
    background-color: var(--rn-rouge-logo);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .fill-\(--rn-bleu-logo\) {
    fill: var(--rn-bleu-logo);
  }
  .fill-\(--rn-rouge-logo\) {
    fill: var(--rn-rouge-logo);
  }
  .fill-white {
    fill: var(--color-white);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .sm\:top-25 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 25);
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:h-\[120vh\] {
    @media (width >= 40rem) {
      height: 120vh;
    }
  }
  .sm\:pt-6 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:pb-12 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:top-60 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 60);
    }
  }
  .md\:top-85 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 85);
    }
  }
  .md\:h-\[70vh\] {
    @media (width >= 48rem) {
      height: 70vh;
    }
  }
  .lg\:top-28 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 28);
    }
  }
  .lg\:top-40 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 40);
    }
  }
  .lg\:top-65 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 65);
    }
  }
  .lg\:h-screen {
    @media (width >= 64rem) {
      height: 100vh;
    }
  }
  .xl\:top-20 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 20);
    }
  }
  .xl\:top-55 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 55);
    }
  }
  .dark\:bg-\(--dark-bg\) {
    @media (prefers-color-scheme: dark) {
      background-color: var(--dark-bg);
    }
  }
  .dark\:bg-\(--rn-bleu-logo\) {
    @media (prefers-color-scheme: dark) {
      background-color: var(--rn-bleu-logo);
    }
  }
  .dark\:fill-white {
    @media (prefers-color-scheme: dark) {
      fill: var(--color-white);
    }
  }
  .dark\:text-\(--dark-bg\) {
    @media (prefers-color-scheme: dark) {
      color: var(--dark-bg);
    }
  }
  .dark\:text-\(--dark-text\) {
    @media (prefers-color-scheme: dark) {
      color: var(--dark-text);
    }
  }
}
@font-face {
  font-family: "Metropolis Title";
  font-style: normal;
  font-weight: 400;
  src: url("assets/font_metropolis.black.otf") format("opentype");
}
@font-face {
  font-family: "Metropolis Default";
  font-style: normal;
  font-weight: 400;
  src: url("assets/font_metropolis.regular.otf") format("opentype");
}
@layer components {
  :root {
    color: var(--rn-gray);
    @media (prefers-color-scheme: dark) {
      color: var(--dark-text);
    }
  }
  h1, h2, h3 {
    text-transform: uppercase;
  }
  h2, h3 {
    color: var(--rn-bleu-logo);
    @media (prefers-color-scheme: dark) {
      color: var(--dark-text);
    }
  }
  h1 {
    text-align: left;
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
    @media (width >= 40rem) {
      text-align: center;
    }
    @media (width >= 40rem) {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
  h2 {
    margin-top: calc(var(--spacing) * 9);
    margin-bottom: calc(var(--spacing) * 3);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 18);
    }
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
    @media (width >= 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  h3, p, ul {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  p, ul {
    text-align: justify;
  }
  .button-container {
    margin-left: auto;
    display: flex;
    width: calc(var(--spacing) * 36);
    align-items: center;
    border-top-left-radius: calc(infinity * 1px);
    border-bottom-left-radius: calc(infinity * 1px);
    padding: calc(var(--spacing) * 2);
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    &:hover {
      @media (hover: hover) {
        width: calc(var(--spacing) * 45);
      }
    }
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 42);
    }
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .button-emoji {
    padding-left: calc(var(--spacing) * 2);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .button-text {
    padding-left: calc(var(--spacing) * 3);
    text-decoration-line: underline;
  }
  .grid {
    margin-inline: auto;
    max-width: var(--container-5xl);
    padding: calc(var(--spacing) * 4);
    @media (width >= 40rem) {
      width: calc(12/12 * 100%);
    }
    @media (width >= 48rem) {
      width: calc(10/12 * 100%);
    }
    @media (width >= 64rem) {
      width: calc(8/12 * 100%);
    }
  }
  .profile {
    margin-inline: auto;
    margin-top: calc(var(--spacing) * 6);
    width: calc(var(--spacing) * 80);
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 9);
    }
  }
  .profile-picture {
    position: relative;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .profile-picture-canvas {
    position: absolute;
    top: calc(var(--spacing) * 0);
    left: calc(var(--spacing) * 0);
  }
  .profile-picture-img {
    position: relative;
    border-radius: calc(infinity * 1px);
    object-fit: cover;
    @media (prefers-color-scheme: dark) {
      background-color: var(--dark-bg-light);
    }
  }
  .profile-text {
    margin-top: calc(var(--spacing) * 2);
    text-align: center;
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .programme {
    margin-top: calc(var(--spacing) * 6);
  }
  .programme-element {
    margin-left: calc(var(--spacing) * 4);
    list-style-type: disc;
    @media (width >= 40rem) {
      margin-left: calc(var(--spacing) * 20);
    }
  }
}
::selection {
  background: var(--rn-gray);
  color: #fff;
}
:root {
  font-family: var(--font-default);
}
h1, h2, h3 {
  font-family: var(--font-title);
}
h1 {
  color: var(--rn-bleu-500);
}
@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-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;
}
@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-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;
    }
  }
}
