/* classes en dehors de @layer : pour qu'elles ne soient pas suppr par unused css si pas utilisées : */

.rotate-icon svg {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.strong-abricot strong {
    font-weight: 600;
    color: rgb(var(--Abricot));
}

.semi-abricot strong {
    font-weight: 500;
    color: rgb(var(--Abricot));
}

.semi-terre strong {
    font-weight: 500;
    color: rgb(var(--Terre-chaude));
}

.semi-bleu-vert-dark strong {
    font-weight: 500;
    color: rgb(var(--bleu-vert-dark));
}

.titre-icon span {
    display: inline-grid;
    height: 3rem;
    width: 3rem;
    align-content: center;
    border-radius: 0.25rem;
    background-color: rgb(var(--Terre-chaude));
    background-position: center;
    line-height: 3rem;
    color: rgb(var(--Blanc));
}

/* Animation pour la barre sticky */

.js-sticky-bar {
    --tw-translate-y: 2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.js-sticky-bar.visible {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.js-sticky-bar.fixed-bottom {
    bottom: 1rem;
}

.is-hidden {
    display: none;
}

.scroll-horizontal {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    max-width: 100%;
}

.scroll-horizontal--inner {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: flex-start;
    white-space: nowrap;
}

/* Swiper pagination */

.swiper-pagination-bullet {
    background-color: rgb(var(--gris-unactive));
}

.swiper-pagination-bullet-active {
    background-color: rgb(var(--Blanc));
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -1.25rem;
}

/* swiper pagination dark */

.swiper-pagination-dark .swiper-pagination-bullet {
    border-width: 1px;
    border-color: rgb(var(--Bleu-ptrole));
    background-color: rgb(var(--Blanc));
}

.swiper-pagination-dark .swiper-pagination-bullet-active {
    background-color: rgb(var(--Bleu-ptrole));
}

/* Etendre un lien a toute une zone */

.link-zone {
    position: relative;
}

.link-zone a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
}

picture {
    display: block;
    overflow: hidden;
}

.img-overflow {
    position: relative;
}

.img-overflow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
}

.img-cover img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* picture * {
    width: inherit;
    height: inherit !important;
    object-fit: inherit;
    object-position: inherit;
    aspect-ratio: inherit !important;
    max-width: inherit;
    max-height: inherit;
    object-fit: inherit;
    min-height: inherit !important;
} */

/* Temporaire */

/* Masquage du bouton alumni */

.top-bar a:last-child {
    display: none;
}

/* Masquage du bloc options cursus */

.cursus-options {
    display: none;
}

.underline-link a {
    text-decoration-line: underline;
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/inter/inter-400-normal.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/inter/inter-500-normal.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: Inter;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/inter/inter-600-normal.woff2') format('woff2');
	font-display: swap;
}

/* 
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  src: url('../assets/fonts/inter/inter-700-normal.woff2') format('woff2');
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  src: url('../assets/fonts/inter/inter-800-normal.woff2') format('woff2');
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  src: url('../assets/fonts/inter/inter-900-normal.woff2') format('woff2');
} */

@font-face {
	font-family: Inter;
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/inter/inter-400-italic.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: Inter;
	font-style: italic;
	font-weight: 500;
	src: url('../fonts/inter/inter-500-italic.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: Inter;
	font-style: italic;
	font-weight: 600;
	src: url('../fonts/inter/inter-600-italic.woff2') format('woff2');
	font-display: swap;
}

/* 
@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 700;
  src: url('../assets/fonts/inter/inter-700-italic.woff2') format('woff2');
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 800;
  src: url('../assets/fonts/inter/inter-800-italic.woff2') format('woff2');
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 900;
  src: url('../assets/fonts/inter/inter-900-italic.woff2') format('woff2');
} */

@font-face {
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/inter-tight/inter-tight-400-normal.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/inter-tight/inter-tight-500-normal.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Inter Tight';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/inter-tight/inter-tight-600-normal.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Inter Tight';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/inter-tight/inter-tight-400-italic.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Inter Tight';
	font-style: italic;
	font-weight: 500;
	src: url('../fonts/inter-tight/inter-tight-500-italic.woff2') format('woff2');
	font-display: swap;
}

@font-face {
	font-family: 'Inter Tight';
	font-style: italic;
	font-weight: 600;
	src: url('../fonts/inter-tight/inter-tight-600-italic.woff2') format('woff2');
	font-display: swap;
}

/* Container */

.composant-separator {
    border-top: 1px solid #d4e2e0;
}

.custom-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    /* spacing between mark and text */
}

.custom-radio + .custom-radio {
    margin-left: 1rem;
}

/* Hide the real radio input */

.custom-radio input[type='radio'] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* The outer circle */

.custom-radio .radio-mark {
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 9999px;
    border-width: 2px;
    border-color: rgb(var(--gris-unactive));
    background-color: rgb(var(--gris-unactive));
    transition: border-color 0.2s;
    margin-right: 0.5rem;
    box-shadow: 0 0 0 2px #fff inset;
    border-color: rgb(var(--bleu-p));
    background-color: #fff;
}

/* When checked: change border and scale up the dot */

.custom-radio input[type='radio']:checked + .radio-mark {
    background-color: rgb(var(--Bleu-ptrole));
}

input[type='checkbox']:checked + .checkbox-custom {
    background-color: #114e60;
    border-color: #114e60;
}

input[type='checkbox']:checked + .checkbox-custom svg {
    display: block;
}

.custom-select {
    color: rgba(17, 78, 96, 0.4);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('../images/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 8 8;
    padding-right: 32px;
    background-color: #fff;
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(var(--Bleu-ptrole));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    outline-color: rgb(var(--Bleu-ptrole));
}

.custom-select option {
    color: #114e60;
}

.custom-select:focus,
.custom-select:not(:invalid) {
    color: #114e60;
}

input[type='radio'] {
    accent-color: #114e60;
}

.progress-container {
    width: 100%;
}

/* Each circle */

.progress-circle {
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffdfd4;
}

/* Each connecting segment */

.progress-segment {
    flex: 1;
    height: 4px;
    margin: 0px;
    background-color: #ffdfd4;
}

.progress-circle.active,
.progress-segment.active {
    background-color: #de9f89;
}

#error-message {
    border-radius: 10px;
    background: rgba(230, 162, 147, 0.1);
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.buttons-square {
    display: flex;
    width: 1260px;
    height: 196px;
    padding: 40px 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border-radius: 20px;
    background: rgba(230, 162, 147, 0.1);
}

.date-error,
.hour-error {
    position: absolute;
    top: 2rem;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

/* CGV content typography (step-4) */

.cgv-content h1 {
    font-size: 15.1px;
    font-weight: 800;
    color: #004e60;
    margin-top: 1em;
    margin-bottom: 0.4em;
}

.cgv-content h2 {
    font-size: 12.8px;
    font-weight: 700;
    color: #004e60;
    margin-top: 0.9em;
    margin-bottom: 0.35em;
}

.cgv-content h3 {
    font-size: 11.5px;
    font-weight: 600;
    color: #004e60;
    margin-top: 0.8em;
    margin-bottom: 0.3em;
}

.cgv-content h4 {
    font-size: 10.5px;
    font-weight: 600;
    color: #5e7c83;
    margin-top: 0.7em;
    margin-bottom: 0.25em;
}

.cgv-content p {
    font-size: 13px;
    color: #5e7c83;
    margin-bottom: 0.6em;
    line-height: 1.55;
}

.cgv-content ul,
.cgv-content ol {
    font-size: 13px;
    color: #5e7c83;
    padding-left: 1.25em;
    margin-bottom: 0.6em;
}

.cgv-content li {
    margin-bottom: 0.25em;
    line-height: 1.55;
}

.cgv-content strong,
.cgv-content b {
    color: #004e60;
}

/* Step-5 recap values */

.recap-empty {
    font-size: 13.6px;
    font-style: italic;
    color: rgba(94, 124, 131, 1);
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

:root {
        --Bleu-ptrole: 17 78 96;
        /* #114E60 */
        --Bleu-ptrole-moyen: 0 89 108;
        /* #00596C */
        --Bleu-ptrole-clair: 0 101 126;
        /* #00657E */
        --Terre-chaude: 232 171 150;
        /* #E8AB96 */
        --Terre-chaude-light: 240 194 182;
        /* #F0C2B6 */
        --Abricot: 222 137 90;
        /* #DE895A */
        --Orang: 254 211 131;
        /* #FED383 */
        --Blanc: 255 255 255;
        /* #FFF */
        --Noir: 30 30 30;
        /* #1E1E1E */
        --Gris: 171 171 171;
        /* #ABABAB */
        --gris-unactive: 217 217 217;
        /* #D9D9D9 */
        --Rose-poudre-Internat: 253 227 215;
        /* #FDE3D7 */
        --Jaune-APES0: 255 248 187;
        /* #FFF8BB */
        --Lilas-Premire-Terminale: 235 214 234;
        /* #EBD6EA */
        --Lilas-dark: 208 171 205;
        /* #D0ABCD */
        --Bleu-vert-PASS-LAS: 207 233 231;
        /* #CFE9E7 */
        --bleu-tres-clair: 194 226 217;
        /* boxshadow */
        --rose-tres-clair: 230 162 147;
        /* #E6A293 */
        --bleu-vert-dark: 117 198 181;
        --disabled-bleu: 207 220 223;

        /* font families */
    }

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-family-inter);
    color: rgb(var(--Bleu-ptrole));
}

/* Typography  */

.h1,
    .parag h1 {
    font-family: var(--font-family-inter-tight);
    font-size: 2.5rem;
    font-weight: 600;
    line-height: normal;
}

@media (min-width: 1024px) {

    .h1,
    .parag h1 {
        font-size: 3.375rem;
    }
}

.h2,
    .parag h2 {
    font-family: var(--font-family-inter-tight);
    font-size: 2.125rem;
    font-weight: 600;
    line-height: normal;
}

@media (min-width: 1024px) {

    .h2,
    .parag h2 {
        font-size: 2.75rem;
    }
}

/* Styles wysiwyg */

.parag h3 {
    margin-bottom: 0.875rem;
    margin-top: 1.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.28;
}

.parag h2 {
    margin-top: 1.25rem;
}

.parag h1,
    .parag h2 {
    margin-bottom: 1rem;
}

.parag p {
    margin-bottom: 0.75rem;
}

.parag ul {
    margin-left: 0.5rem;
}

.parag .list-custom li {
    margin-bottom: 0.75rem;
}

/* Links header/footer */

/* .sub-menu__container .second-level-parent .menu-link { */

:root {
		--font-family-inter: 'Inter';
		--font-family-inter-tight: 'Inter Tight';
	}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 480px) {

    .container {
        max-width: 480px;
    }
}

@media (min-width: 768px) {

    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {

    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1200px) {

    .container {
        max-width: 1200px;
    }
}

@media (min-width: 1440px) {

    .container {
        max-width: 1440px;
    }
}

.svg-title-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.svg-title-top::before {
    display: block;
    height: 1.75rem;
    width: 2.125rem;
    flex-shrink: 0;
    --tw-rotate: 12deg;
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2228%22%20viewBox%3D%220%200%2035%2028%22%20fill%3D%22none%22%3E %20%20%3Cg%20clip-path%3D%22url%28%23clip0_1113_4679%29%22%3E %20%20%20%20%3Cpath%20d%3D%22M19.0115%200L0.269287%2026.4379L1.47544%2028L34.7308%2015.622V0H19.0115Z%22%20fill%3D%22%23E8AB96%22%2F%3E %20%20%3C%2Fg%3E %20%20%3Cdefs%3E %20%20%20%20%3CclipPath%20id%3D%22clip0_1113_4679%22%3E %20%20%20%20%20%20%3Crect%20width%3D%2234.4615%22%20height%3D%2228%22%20fill%3D%22white%22%20transform%3D%22translate%280.269287%29%22%2F%3E %20%20%20%20%3C%2FclipPath%3E %20%20%3C%2Fdefs%3E %3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition-property: all;
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --tw-content: '';
    content: var(--tw-content);
}

.svg-title-top.animate-in::before {
    --tw-rotate: 0deg;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

/* Tabs */

.tab-content.active {
    visibility: visible;
    position: relative;
    width: 100%;
    max-width: 100%;
    transform: none;
    overflow: visible;
    opacity: 1;
}

.js-sticky-bar.tab-content.active {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}

.tab-content.active {
        transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.pointer-events-none {
    pointer-events: none;
}

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.bottom-0\.5 {
    bottom: 0.125rem;
}

.bottom-\[\.2rem\] {
    bottom: .2rem;
}

.left-0 {
    left: 0px;
}

.top-0 {
    top: 0px;
}

.top-\[15px\] {
    top: 15px;
}

.top-\[30px\] {
    top: 30px;
}

.top-\[9px\] {
    top: 9px;
}

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

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

.z-\[9999\] {
    z-index: 9999;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

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

.mb-0\.5 {
    margin-bottom: 0.125rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-1\.5 {
    margin-bottom: 0.375rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-3\.5 {
    margin-bottom: 0.875rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-\[\.7rem\] {
    margin-bottom: .7rem;
}

.mb-\[14px\] {
    margin-bottom: 14px;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mt-0\.5 {
    margin-top: 0.125rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-1\.5 {
    margin-top: 0.375rem;
}

.mt-11 {
    margin-top: 2.75rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-2\.5 {
    margin-top: 0.625rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-\[4px\] {
    margin-top: 4px;
}

.mt-\[5px\] {
    margin-top: 5px;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-0\.5 {
    height: 0.125rem;
}

.h-1 {
    height: 0.25rem;
}

.h-10 {
    height: 2.5rem;
}

.h-2 {
    height: 0.5rem;
}

.h-2\.5 {
    height: 0.625rem;
}

.h-3 {
    height: 0.75rem;
}

.h-3\.5 {
    height: 0.875rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

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

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

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

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

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.max-h-60 {
    max-height: 15rem;
}

.max-h-80 {
    max-height: 20rem;
}

.w-10 {
    width: 2.5rem;
}

.w-14 {
    width: 3.5rem;
}

.w-2 {
    width: 0.5rem;
}

.w-2\.5 {
    width: 0.625rem;
}

.w-3 {
    width: 0.75rem;
}

.w-3\.5 {
    width: 0.875rem;
}

.w-4 {
    width: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

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

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

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

.w-full {
    width: 100%;
}

.w-px {
    width: 1px;
}

.min-w-0 {
    min-width: 0px;
}

.min-w-\[22px\] {
    min-width: 22px;
}

.max-w-6xl {
    max-width: 72rem;
}

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

.max-w-full {
    max-width: 100%;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-none {
    flex: none;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {

    to {
        transform: rotate(360deg);
    }
}

.animate-spin {
    animation: spin 1s linear infinite;
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

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

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

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

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

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

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

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

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-2\.5 {
    gap: 0.625rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-\[14px\] {
    gap: 14px;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-\[14px\] > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14px * var(--tw-space-y-reverse));
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-\[\#D4E2E0\] > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(212 226 224 / var(--tw-divide-opacity, 1));
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-\[12px\] {
    border-radius: 12px;
}

.rounded-\[20px\] {
    border-radius: 20px;
}

.rounded-\[4px\] {
    border-radius: 4px;
}

.rounded-\[8px\] {
    border-radius: 8px;
}

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

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-r-0 {
    border-right-width: 0px;
}

.border-t {
    border-top-width: 1px;
}

.\!border-\[\#D4E2E0\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(212 226 224 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#D4E2E0\] {
    --tw-border-opacity: 1;
    border-color: rgb(212 226 224 / var(--tw-border-opacity, 1));
}

.border-\[\#DE895A\] {
    --tw-border-opacity: 1;
    border-color: rgb(222 137 90 / var(--tw-border-opacity, 1));
}

.border-\[\#a5d6a7\] {
    --tw-border-opacity: 1;
    border-color: rgb(165 214 167 / var(--tw-border-opacity, 1));
}

.border-abricot {
    border-color: rgb(var(--Abricot));
}

.border-abricot\/30 {
    border-color: rgb(var(--Abricot) / 0.3);
}

.border-abricot\/40 {
    border-color: rgb(var(--Abricot) / 0.4);
}

.border-blanc {
    border-color: rgb(var(--Blanc));
}

.border-bleu-p {
    border-color: rgb(var(--Bleu-ptrole));
}

.border-orange {
    border-color: rgb(var(--Orang));
}

.border-terre-chaude {
    border-color: rgb(var(--Terre-chaude));
}

.bg-\[\#114E60\] {
    --tw-bg-opacity: 1;
    background-color: rgb(17 78 96 / var(--tw-bg-opacity, 1));
}

.bg-\[\#204E59\] {
    --tw-bg-opacity: 1;
    background-color: rgb(32 78 89 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DE895A\] {
    --tw-bg-opacity: 1;
    background-color: rgb(222 137 90 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F0F7F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 247 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF9F6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 249 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e8f5e9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(232 245 233 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-bleu-p {
    background-color: rgb(var(--Bleu-ptrole));
}

.bg-bleu-p\/5 {
    background-color: rgb(var(--Bleu-ptrole) / 0.05);
}

.bg-bleu-tres-clair {
    background-color: rgb(var(--bleu-tres-clair));
}

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

.bg-rose-bg\/10 {
    background-color: rgb(var(--rose-tres-clair) / 0.1);
}

.bg-terre-chaude {
    background-color: rgb(var(--Terre-chaude));
}

.bg-transparent {
    background-color: transparent;
}

.fill-\[\#F04040\] {
    fill: #F04040;
}

.fill-abricot {
    fill: rgb(var(--Abricot));
}

.fill-blanc {
    fill: rgb(var(--Blanc));
}

.fill-bleu-p {
    fill: rgb(var(--Bleu-ptrole));
}

.fill-noir {
    fill: rgb(var(--Noir));
}

.fill-terre-chaude {
    fill: rgb(var(--Terre-chaude));
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-1\.5 {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.px-2\.5 {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

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

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px;
}

.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

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

.py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-11 {
    padding-bottom: 2.75rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pr-1\.5 {
    padding-right: 0.375rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.align-middle {
    vertical-align: middle;
}

.align-text-top {
    vertical-align: text-top;
}

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

.font-inter-tight {
    font-family: var(--font-family-inter-tight);
}

.text-12 {
    font-size: 0.75rem;
}

.text-13 {
    font-size: 0.8125rem;
}

.text-14 {
    font-size: 0.875rem;
}

.text-18 {
    font-size: 1.125rem;
}

.text-20 {
    font-size: 1.25rem;
}

.text-22 {
    font-size: 1.375rem;
}

.text-\[10\.4px\] {
    font-size: 10.4px;
}

.text-\[10px\] {
    font-size: 10px;
}

.text-\[11px\] {
    font-size: 11px;
}

.text-\[12px\] {
    font-size: 12px;
}

.text-\[13px\] {
    font-size: 13px;
}

.text-\[15px\] {
    font-size: 15px;
}

.text-\[9px\] {
    font-size: 9px;
}

.text-base {
    font-size: 1rem;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.italic {
    font-style: italic;
}

.leading-24 {
    line-height: 1.5rem;
}

.leading-\[15\.84px\] {
    line-height: 15.84px;
}

.tracking-\[0\.5px\] {
    letter-spacing: 0.5px;
}

.tracking-\[1px\] {
    letter-spacing: 1px;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.text-\[\#007bc1\] {
    --tw-text-opacity: 1;
    color: rgb(0 123 193 / var(--tw-text-opacity, 1));
}

.text-\[\#1a1f71\] {
    --tw-text-opacity: 1;
    color: rgb(26 31 113 / var(--tw-text-opacity, 1));
}

.text-\[\#2e7d32\] {
    --tw-text-opacity: 1;
    color: rgb(46 125 50 / var(--tw-text-opacity, 1));
}

.text-\[\#5E7C83\] {
    --tw-text-opacity: 1;
    color: rgb(94 124 131 / var(--tw-text-opacity, 1));
}

.text-\[\#635bff\] {
    --tw-text-opacity: 1;
    color: rgb(99 91 255 / var(--tw-text-opacity, 1));
}

.text-\[\#DE895A\] {
    --tw-text-opacity: 1;
    color: rgb(222 137 90 / var(--tw-text-opacity, 1));
}

.text-\[\#F04040\] {
    --tw-text-opacity: 1;
    color: rgb(240 64 64 / var(--tw-text-opacity, 1));
}

.text-abricot {
    color: rgb(var(--Abricot));
}

.text-blanc {
    color: rgb(var(--Blanc));
}

.text-bleu-p {
    color: rgb(var(--Bleu-ptrole));
}

.text-bleu-p\/50 {
    color: rgb(var(--Bleu-ptrole) / 0.5);
}

.text-gris {
    color: rgb(var(--Gris));
}

.text-noir {
    color: rgb(var(--Noir));
}

.text-terre-chaude {
    color: rgb(var(--Terre-chaude));
}

.underline {
    text-decoration-line: underline;
}

.line-through {
    text-decoration-line: line-through;
}

.placeholder-\[\#A0B5BA\]::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(160 181 186 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#A0B5BA\]::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(160 181 186 / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
    opacity: 0;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-75 {
    opacity: 0.75;
}

.shadow-gray {
    --tw-shadow: 0px 2px 14px 0px rgba(17, 78, 96, 0.10);
    --tw-shadow-colored: 0px 2px 14px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-4 {
    outline-width: 4px;
}

.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 {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.container {
        max-width: 1292px;
    }

.container-desktop {
        max-width: 1292px;
        margin-left: auto;
        margin-right: auto;
    }

@media (min-width: 1024px) {

    .container-desktop {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.container-small {
    margin-left: auto;
    margin-right: auto;
    max-width: 992px;
}

input[type='radio'] {
    cursor: pointer;
}

.input-custom {
    width: 100%;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: rgb(var(--Bleu-ptrole));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    outline-color: rgb(var(--Bleu-ptrole));
}

.focus-within\:border-bleu-p:focus-within {
    border-color: rgb(var(--Bleu-ptrole));
}

.focus-within\:shadow-lg:focus-within {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:border-bleu-p:hover {
    border-color: rgb(var(--Bleu-ptrole));
}

.hover\:border-bleu-p-clair:hover {
    border-color: rgb(var(--Bleu-ptrole-clair));
}

.hover\:border-terre-chaude:hover {
    border-color: rgb(var(--Terre-chaude));
}

.hover\:border-terre-chaude-transparent:hover {
    border-color: rgb(var(--Terre-chaude-light));
}

.hover\:bg-\[\#D4E2E0\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(212 226 224 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#DE895A\]\/90:hover {
    background-color: rgb(222 137 90 / 0.9);
}

.hover\:bg-abricot:hover {
    background-color: rgb(var(--Abricot));
}

.hover\:bg-blanc:hover {
    background-color: rgb(var(--Blanc));
}

.hover\:bg-bleu-p-clair:hover {
    background-color: rgb(var(--Bleu-ptrole-clair));
}

.hover\:bg-terre-chaude:hover {
    background-color: rgb(var(--Terre-chaude));
}

.hover\:bg-terre-chaude-transparent:hover {
    background-color: rgb(var(--Terre-chaude-light));
}

.hover\:bg-transparent:hover {
    background-color: transparent;
}

.hover\:fill-blanc:hover {
    fill: rgb(var(--Blanc));
}

.hover\:fill-bleu-p:hover {
    fill: rgb(var(--Bleu-ptrole));
}

.hover\:fill-bleu-p-clair:hover {
    fill: rgb(var(--Bleu-ptrole-clair));
}

.hover\:fill-orange:hover {
    fill: rgb(var(--Orang));
}

.hover\:text-blanc:hover {
    color: rgb(var(--Blanc));
}

.hover\:text-bleu-p:hover {
    color: rgb(var(--Bleu-ptrole));
}

.hover\:text-bleu-p-clair:hover {
    color: rgb(var(--Bleu-ptrole-clair));
}

.hover\:text-orange:hover {
    color: rgb(var(--Orang));
}

.hover\:shadow:hover {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-bleu-p:focus {
    border-color: rgb(var(--Bleu-ptrole));
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.disabled\:hidden:disabled {
    display: none;
}

.group\/btn:hover .group-hover\/btn\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/btn:hover .group-hover\/btn\:translate-x-1 {
    --tw-translate-x: 0.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/btn:hover .group-hover\/btn\:fill-blanc {
    fill: rgb(var(--Blanc));
}

.group\/btn:hover .group-hover\/btn\:fill-bleu-p {
    fill: rgb(var(--Bleu-ptrole));
}

.group\/btn:hover .group-hover\/btn\:fill-bleu-p-clair {
    fill: rgb(var(--Bleu-ptrole-clair));
}

.group\/btn:hover .group-hover\/btn\:fill-orange {
    fill: rgb(var(--Orang));
}

@media not all and (min-width: 1024px) {

    .max-lg\:flex-col {
        flex-direction: column;
    }
}

@media not all and (min-width: 768px) {

    .max-md\:hidden {
        display: none;
    }
}

@media (min-width: 480px) {

    .sm\:max-w-\[50\%\] {
        max-width: 50%;
    }

    .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 (min-width: 768px) {

    .md\:relative {
        position: relative;
    }

    .md\:right-9 {
        right: 2.25rem;
    }

    .md\:mb-0 {
        margin-bottom: 0px;
    }

    .md\:mb-8 {
        margin-bottom: 2rem;
    }

    .md\:mt-28 {
        margin-top: 7rem;
    }

    .md\:flex {
        display: flex;
    }

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

    .md\:flex-row {
        flex-direction: row;
    }

    .md\:items-end {
        align-items: flex-end;
    }

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

    .md\:items-baseline {
        align-items: baseline;
    }

    .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0.5rem * var(--tw-space-x-reverse));
        margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .md\:text-\[24px\] {
        font-size: 24px;
    }
}

@media (min-width: 1024px) {

    .lg\:ml-4 {
        margin-left: 1rem;
    }

    .lg\:ml-\[\.75rem\] {
        margin-left: .75rem;
    }

    .lg\:mt-11 {
        margin-top: 2.75rem;
    }

    .lg\:block {
        display: block;
    }

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

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

    .lg\:justify-between {
        justify-content: space-between;
    }

    .lg\:px-2 {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .lg\:px-2\.8 {
        padding-left: 0.6875rem;
        padding-right: 0.6875rem;
    }

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

    .lg\:pl-2\.5 {
        padding-left: 0.625rem;
    }

    .lg\:pl-2\.8 {
        padding-left: 0.6875rem;
    }

    .lg\:pl-4 {
        padding-left: 1rem;
    }

    .lg\:pr-2 {
        padding-right: 0.5rem;
    }

    .lg\:pr-2\.8 {
        padding-right: 0.6875rem;
    }

    .lg\:pr-4 {
        padding-right: 1rem;
    }

    .lg\:text-24 {
        font-size: 1.5rem;
    }
}
