@charset "UTF-8";
/*
! tailwindcss v3.4.0 | 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: #e5e7eb; /* 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: Nunito; /* 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: Nunito; /* 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
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] {
  display: none;
}
h1, h2, h3, h4, h5, h6{
  font-family: Lato;
}
p, li, a, span, strong, b, div{
  font-family: Nunito;
}
h1{
  margin-bottom: 1.5rem;
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(53 86 137 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
    h1{
    margin-bottom: 3rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  }
h2,
  .titre-h2,
  .h2{
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Lato;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(66 70 73 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
    h2,
    .titre-h2,
    .h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  }
h3,
  .titre-h3,
  .h3{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  font-family: Lato;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(53 86 137 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
    h3,
    .titre-h3,
    .h3{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  }
h4,
  .titre-h4,
  .h4{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: Lato;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(66 70 73 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
    h4,
    .titre-h4,
    .h4{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  }
@media (max-width: 1023px) {
    ul {
      padding-left: 0px !important;
    }
  }
main p,
  main li{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(66 70 73 / var(--tw-text-opacity));
}
@media (max-width: 1023px) {
    main p,
    main li{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  }
main li{
  margin-left: 1rem;
  list-style-position: inside;
  list-style-type: circle;
}
main p{
  text-align: justify;
}
main a{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(192 43 107 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
main a:hover{
  --tw-text-opacity: 1;
  color: rgb(174 39 97 / var(--tw-text-opacity));
}
@media (max-width: 1023px) {
    main a{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  }
em{
  --tw-text-opacity: 1;
  color: rgb(53 86 137 / var(--tw-text-opacity));
}
.main-content table.stacktable tr {
    border: 1px solid;
  }
.main-content table.stacktable td {
    border: 1px solid;
    padding: 5px 10px;
  }
.main-content table.stacktable th {
    border: 1px solid;
    padding: 10px;
  }
.main-content table.stacktable .block.md\:hidden tr {
    text-align: left;
  }
*, ::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:  ;
}
::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:  ;
}
@tailwind components;
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.\!visible{
  visibility: visible !important;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-right-full{
  right: -100%;
}
.bottom-0{
  bottom: 0px;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.left-0{
  left: 0px;
}
.left-5{
  left: 1.25rem;
}
.left-\[100\%\]{
  left: 100%;
}
.right-0{
  right: 0px;
}
.right-3{
  right: 0.75rem;
}
.top-0{
  top: 0px;
}
.top-16{
  top: 4rem;
}
.top-20{
  top: 5rem;
}
.top-4{
  top: 1rem;
}
.top-7{
  top: 1.75rem;
}
.top-8{
  top: 2rem;
}
.top-menu{
  top: 80px;
}
.top-menu-scroll{
  top: 135px;
}
.z-0{
  z-index: 0;
}
.z-1{
  z-index: 1;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-70{
  z-index: 70;
}
.z-999{
  z-index: 999;
}
.z-\[1000\]{
  z-index: 1000;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.order-4{
  order: 4;
}
.order-5{
  order: 5;
}
.float-left{
  float: left;
}
.\!m-0{
  margin: 0px !important;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.\!my-0{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-0{
  margin-bottom: 0px !important;
}
.\!mb-2{
  margin-bottom: 0.5rem !important;
}
.\!mt-0{
  margin-top: 0px !important;
}
.-mb-px{
  margin-bottom: -1px;
}
.-mt-36{
  margin-top: -9rem;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-14{
  margin-left: 3.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-20{
  margin-left: 5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-menu-scroll{
  margin-top: 64px;
}
.box-border{
  box-sizing: border-box;
}
.box-content{
  box-sizing: content-box;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-0{
  height: 0px;
}
.h-1{
  height: 0.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[45px\]{
  height: 45px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-menu{
  height: 80px;
}
.h-menu-scroll{
  height: 64px;
}
.h-numero{
  height: 50px;
}
.h-screen{
  height: 100vh;
}
.max-h-28{
  max-height: 7rem;
}
.max-h-36{
  max-height: 9rem;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.min-h-banner-search{
  min-height: 650px;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-full{
  width: 100% !important;
}
.w-0{
  width: 0px;
}
.w-1\/12{
  width: 8.333333%;
}
.w-1\/2{
  width: 50%;
}
.w-1\/5{
  width: 20%;
}
.w-10{
  width: 2.5rem;
}
.w-10\/12{
  width: 83.333333%;
}
.w-11\/12{
  width: 91.666667%;
}
.w-2\/3{
  width: 66.666667%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[15\%\]{
  width: 15%;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[65\%\]{
  width: 65%;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[85\%\]{
  width: 85%;
}
.w-\[90\%\]{
  width: 90%;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.min-w-0{
  min-width: 0px;
}
.max-w-20{
  max-width: 5rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-40-p{
  max-width: 40%;
}
.max-w-60-p{
  max-width: 60%;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-banner-search{
  max-width: 650px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-initial{
  flex: 0 1 auto;
}
.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 pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-14 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * 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-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-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.\!rounded{
  border-radius: 0.25rem !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-button{
  border-radius: 5px;
}
.rounded-container{
  border-radius: 15px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-b{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-button{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-b-container{
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.rounded-t-button{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-8{
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-8{
  border-bottom-width: 8px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-l-\[16px\]{
  border-left-width: 16px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-dotted{
  border-style: dotted;
}
.border-none{
  border-style: none;
}
.border-bleu-500{
  --tw-border-opacity: 1;
  border-color: rgb(53 86 137 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-rose-500{
  --tw-border-opacity: 1;
  border-color: rgb(192 43 107 / var(--tw-border-opacity));
}
.border-teal-500{
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-y-transparent{
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.border-l-black{
  --tw-border-opacity: 1;
  border-left-color: rgb(66 70 73 / var(--tw-border-opacity));
}
.border-l-bleu-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(53 86 137 / var(--tw-border-opacity));
}
.border-l-gray-300{
  --tw-border-opacity: 1;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-l-gray-500{
  --tw-border-opacity: 1;
  border-left-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.\!bg-black{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(66 70 73 / var(--tw-bg-opacity)) !important;
}
.\!bg-gray-200{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.\!bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#15803d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-\[\#2f3b80\]{
  --tw-bg-opacity: 1;
  background-color: rgb(47 59 128 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(66 70 73 / var(--tw-bg-opacity));
}
.bg-bleu-500{
  --tw-bg-opacity: 1;
  background-color: rgb(53 86 137 / var(--tw-bg-opacity));
}
.bg-bleu-booking{
  --tw-bg-opacity: 1;
  background-color: rgb(212 244 254 / var(--tw-bg-opacity));
}
.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-gris-trust{
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-inherit{
  background-color: inherit;
}
.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-rose-500{
  --tw-bg-opacity: 1;
  background-color: rgb(192 43 107 / var(--tw-bg-opacity));
}
.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-vert-content{
  --tw-bg-opacity: 1;
  background-color: rgb(129 198 39 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-cover{
  background-size: cover;
}
.bg-right{
  background-position: right;
}
.bg-right-bottom{
  background-position: right bottom;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-black{
  fill: #424649;
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0{
  padding: 0px !important;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.\!text-center{
  text-align: center !important;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.font-body{
  font-family: Nunito;
}
.font-mono{
  font-family: Nunito;
}
.font-title{
  font-family: Lato;
}
.\!text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.text-10{
  font-size: 10px;
}
.text-14{
  font-size: 14px;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-9xl{
  font-size: 8rem;
  line-height: 1;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.\!leading-5{
  line-height: 1.25rem !important;
}
.leading-3{
  line-height: .75rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(66 70 73 / var(--tw-text-opacity)) !important;
}
.\!text-zinc-500{
  --tw-text-opacity: 1 !important;
  color: rgb(113 113 122 / var(--tw-text-opacity)) !important;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(66 70 73 / var(--tw-text-opacity));
}
.text-bleu-500{
  --tw-text-opacity: 1;
  color: rgb(53 86 137 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-inherit{
  color: inherit;
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(192 43 107 / var(--tw-text-opacity));
}
.text-rose-700{
  --tw-text-opacity: 1;
  color: rgb(154 34 86 / var(--tw-text-opacity));
}
.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
}
.text-teal-500{
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.text-teal-900{
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-zinc-500{
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.underline-offset-1{
  text-underline-offset: 1px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.accent-rose-500{
  accent-color: #c02b6b;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-75{
  opacity: 0.75;
}
.mix-blend-normal{
  mix-blend-mode: normal;
}
.shadow{
  --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);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black\/5{
  --tw-ring-color: rgb(66 70 73 / 0.05);
}
.ring-offset-2{
  --tw-ring-offset-width: 2px;
}
.ring-offset-black\/5{
  --tw-ring-offset-color: rgb(66 70 73 / 0.05);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/** Lato */
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-weight: 100;
  font-style: normal;
  src: local("Lato Thin"), local("Lato-Thin"), url(/fonts/Lato-Thin.ttf?01923cbbba31d9cb7f29626b20775cdd);
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-weight: 100;
  font-style: italic;
  src: local("Lato Italic"), local("Lato-Italic"), url(/fonts/Lato-Italic.ttf?0b4ed00316a7940bfc3f43655567264c);
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src: local("Lato Light"), local("Lato-Light"), url(/fonts/Lato-Light.ttf?bfc37ff1d5543ecd4ec661f4ab38622e);
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-weight: 300;
  font-style: italic;
  src: local("Lato LightItalic"), local("Lato-LightItalic"), url(/fonts/Lato-LightItalic.ttf?d04e35ca3e0782895d4ab1db0607b2ee);
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: local("Lato Regular"), local("Lato-Regular"), url(/fonts/Lato-Regular.ttf?9919edff6283018571add043109dc20b);
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-weight: 400;
  font-style: italic;
  src: local("Lato Italic"), local("Lato-Italic"), url(/fonts/Lato-Italic.ttf?0b4ed00316a7940bfc3f43655567264c);
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: local("Lato Bold"), local("Lato-Bold"), url(/fonts/Lato-Bold.ttf?5dd5aa0269395f0ea92763e6cb3bc07a);
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  src: local("Lato BoldItalic"), local("Lato-BoldItalic"), url(/fonts/Lato-BoldItalic.ttf?4113fd37d3dbdde7157064b09d4fd674);
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  src: local("Lato Black"), local("Lato-Black"), url(/fonts/Lato-Black.ttf?0b51cf32bbc2d8b8d840c80c77a84a31);
  font-display: swap;
}
@font-face {
  font-family: "Lato";
  font-display: swap;
  font-weight: 900;
  font-style: italic;
  src: local("Lato BlackItalic"), local("Lato-BlackItalic"), url(/fonts/Lato-BlackItalic.ttf?8b75b50df5eea75e1c44a161d8fa88fc);
  font-display: swap;
}
/** Nunito */
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: local("Nunito Regular"), local("Nunito-Regular"), url(/fonts/Nunito-Regular.ttf?e4eb7682710458841b1080acceacd501);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  src: local("Nunito Black"), local("Nunito-Black"), url(/fonts/Nunito-Black.ttf?a1c0bd6a53c9ade726cc505473eeeeb7);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 900;
  font-style: italic;
  src: local("Nunito BlackItalic"), local("Nunito-BlackItalic"), url(/fonts/Nunito-BlackItalic.ttf?5746c7f6d6d5e14338878b9eb2e6316e);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: local("Nunito Bold"), local("Nunito-Bold"), url(/fonts/Nunito-Bold.ttf?7ddd6722d49bf5270cf1018587bc1653);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  src: local("Nunito BoldItalic"), local("Nunito-BoldItalic"), url(/fonts/Nunito-BoldItalic.ttf?62888b616589385ee752805b0af3e56e);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 800;
  font-style: normal;
  src: local("Nunito ExtraBold"), local("Nunito-ExtraBold"), url(/fonts/Nunito-ExtraBold.ttf?e2978b0fea8c866cb940f3d66feb37cf);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 800;
  font-style: italic;
  src: local("Nunito ExtraBoldItalic"), local("Nunito-ExtraBoldItalic"), url(/fonts/Nunito-ExtraBoldItalic.ttf?41932364384c71081cc1dab585e7da93);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 200;
  font-style: normal;
  src: local("Nunito ExtraLight"), local("Nunito-ExtraLight"), url(/fonts/Nunito-ExtraLight.ttf?79e8b288a1191efd45497aab82d87ecc);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 200;
  font-style: italic;
  src: local("Nunito ExtraLightItalic"), local("Nunito-ExtraLightItalic"), url(/fonts/Nunito-ExtraLightItalic.ttf?08162f028ed054ccffefc401272c4438);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 400;
  font-style: italic;
  src: local("Nunito Italic"), local("Nunito-Italic"), url(/fonts/Nunito-Italic.ttf?eab55bdd5c39a73391fa8f97f1b905ad);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src: local("Nunito Light"), local("Nunito-Light"), url(/fonts/Nunito-Light.ttf?abdadce60604611a970ccf5fabdc7b81);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 300;
  font-style: italic;
  src: local("Nunito LightItalic"), local("Nunito-LightItalic"), url(/fonts/Nunito-LightItalic.ttf?a2ce58e22088d0bde258ddb9c5dfd463);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 600;
  font-style: normal;
  src: local("Nunito SemiBold"), local("Nunito-SemiBold"), url(/fonts/Nunito-SemiBold.ttf?06337b2efe0c0d52bcb6a41f34dafaca);
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  font-display: swap;
  font-weight: 600;
  font-style: italic;
  src: local("Nunito SemiBoldItalic"), local("Nunito-SemiBoldItalic"), url(/fonts/Nunito-SemiBoldItalic.ttf?4086cd47a07611988ad90503fe617ed5);
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url(/fonts/icomoon.ttf?7467c04fde09dde358d854cbf1486d2b) format("truetype"), url(/fonts/icomoon.woff?2dc1b4c708101a1ac9e35b146cea7c60) format("woff"), url(/fonts/icomoon.svg?cd3cb103ac2311f0f90f1c2d71b58196) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/**
* Personal icons
 */
.icon-entrainement {
  background-image: url("/assets/images/svg/entrainement-en-ligne.svg");
}

/**
* Icomoon
 */
@media (max-width: 1023px){
  header.header__normal #header-numero{
    position: fixed;
    height: 0px;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
}
header.header__landing #header-numero.open {
  top: 64px;
}
@media (min-width: 1024px) {
  header .dropdown:hover .dropdown-parent svg {
    transform: rotate(180deg);
  }
  header .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 1023px) {
  header .dropdown > input[type=checkbox] ~ ul{
    max-height: 0px;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
  }
  header .dropdown > input[type=checkbox]:checked ~ ul{
    max-height: 100vh;
  }
}
header #header-numero.open {
  opacity: 1;
  height: auto;
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
}
header #header-numero.fixer-num-haut.open {
  top: 64px;
}
header .header__navigation:not(.header-fixed) nav{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
header .header-fixed nav{
  height: 64px;
}
header .header-fixed nav .left-spacer{
  display: none;
}
header .header-fixed nav .brand{
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
header .header-fixed nav .i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  header .header-fixed .navbar-collapse {
    display: none;
  }
}

.offcanvas-login .content {
  animation: 0.4s soft-appear;
}
.offcanvas-login .input-button button:disabled{
  cursor: not-allowed;
  opacity: 0.7;
}
.offcanvas-login #login-error {
  animation: 0.4s soft-error-appear;
}

footer ul:not(.no-style) li::before {
  content: "»";
  font-size: 0.8em;
}

@keyframes soft-error-appear {
  0% {
    opacity: 0;
  }
}
@keyframes soft-appear {
  0% {
    opacity: 0;
  }
}
.breadcrumb {
  line-height: 1;
  margin-block: 0;
  padding-inline: 0;
}
.breadcrumb li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.popin__contact{
  position: fixed;
  margin: 0px;
  height: auto;
  width: auto;
  background-image: none;
  padding: 0px;
  top: 50%;
  left: 100%;
  transform: translate(0%, -50%);
  transition: transform 0.5s ease;
  z-index: 9999;
  min-width: 30vw;
  max-width: 40vw;
}
.popin__contact--open {
  transform: translate(-100%, -50%);
}
.popin__contact .contact__btn{
  position: absolute;
  margin: 0px;
  display: flex;
  height: auto;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  padding: 1.25rem;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  background: rgb(43, 141, 81) 0 0/auto no-repeat;
  border: unset;
  border-radius: 8px 0 0 8px;
}
.popin__contact .contact__btn span {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: rotate(180deg);
  width: auto;
  color: rgb(255, 255, 255);
  fill: rgb(255, 255, 255);
  -webkit-text-fill-color: rgb(255, 255, 255);
  text-align: center;
  font-weight: bold !important;
  font-size: 15px;
}
.popin__contact .contact__btn i {
  transform: rotate(-90deg);
  min-width: 30px;
  max-height: 30px;
  margin-top: 15px;
}
.popin__contact .contact__numbers{
  margin: 0px;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: rgb(247, 247, 247) 0 0/auto no-repeat;
  border-radius: 15px;
  border: 2px solid rgb(43, 141, 81);
  color: rgb(57, 57, 57);
  fill: rgb(57, 57, 57);
  -webkit-text-fill-color: rgb(57, 57, 57);
  text-align: center;
  font-style: normal !important;
  font-weight: normal;
  position: relative;
  width: 100%;
  height: 100%;
}
.popin__contact .contact__numbers h2 {
  color: rgb(192, 43, 107);
}

.trustpilot--footer{
  place-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding: 1rem;
}
.trustpilot .footer__avis{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.trustpilot .footer__avis:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px){
  .trustpilot .footer__avis{
    flex-direction: row;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.trustpilot .footer__avis > span{
  color: inherit;
}
.trustpilot .footer__avis > span:first-child{
  display: none;
}
@media (min-width: 1024px){
  .trustpilot .footer__avis > span:first-child{
    display: inline;
  }
}
.trustpilot .footer__avis > span:nth-child(2){
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  text-align: center;
}

.page__control {
  background: url("/img/background.svg");
  margin: auto;
  background-size: 160px;
}
@media (min-width: 1024px) {
  .page__control {
    max-width: 61%;
  }
}
.page__control img {
  max-width: 380px;
  height: 64px;
}
.download-form {
  position: relative;
}
@media (min-height: 250px) and (min-width: 850px) {
  .download-form {
    height: 320px;
  }
  .download-form .triangle {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 300px solid #355689;
    border-right: 217px solid transparent;
  }
}
.download-form .banner-block {
  float: left;
  border-top: solid 4px #0a78b5;
}
@media (max-width: 950px) {
  .download-form .banner-block {
    width: 100%;
  }
}
.download-form .img-block {
  margin: 20px 20px 0 20px;
  float: left;
  width: 180px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 1;
}
.download-form .img-block img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transition: all 0.3s;
  margin: 0;
}
.download-form .img-block img:hover {
  transform: scale(1.05);
}
@media (max-width: 850px) {
  .download-form .img-block.img-1 {
    display: none;
  }
}
.download-form .btn{
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px){
  .download-form .btn{
    width: auto;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.download-form .btn {
  display: inline-block;
  background: #355689;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 3px;
  padding: 10px 20px 14px 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-decoration: none;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 1;
}
.download-form .btn .icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #fff;
  display: inline;
}
.download-form .content-block {
  width: calc(100% - 180px - 80px);
  float: left;
  padding: 0 20px 0 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
@media (max-width: 850px) {
  .download-form .content-block {
    width: 100%;
    padding: 0 15px;
  }
}
.download-form p {
  display: block;
  width: 100%;
}
.download-form p a {
  display: inline-block;
}
.download-form .content-block .p-h2 a {
  color: #355689;
  font-weight: 700;
  text-decoration: none;
  font-size: 22px;
  line-height: 1.1;
  margin: 20px 0 10px 0;
  position: relative;
  z-index: 5;
}
.download-form .content-block .p-h1 {
  margin-top: 20px;
}
.download-form .content-block .p-h1 a {
  color: #bcc9d3;
  font-weight: 400;
  font-size: 15px;
  font-style: italic;
  text-decoration: none;
  position: relative;
  z-index: 5;
}
.download-form .mentions-offre {
  color: #bcc9d3 !important;
  font-size: 9px !important;
  display: block;
  width: 100%;
  margin-bottom: 0;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

.container{
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1400px;
  }
}

.container-center{
  max-width: 1056px;
}

.with-li ul{
  padding-left: 2rem;
  list-style-type: circle;
}

.with-li ul li{
  color: #424649;
  font-size: 1.125rem;
}

.with-li ul li::marker{
  color: #c02b6b;
  font-size: 1.125rem;
}

.with-horaires input:checked + label{
  background-color: #9a2256;
  color: #fff;
}

@media (max-width: 1023px){
  .has-li ul li{
    font-size: 1rem;
  }
  .with-li ul li{
    font-size: 1rem;
  }
  .with-li ul li::marker{
    font-size: 1rem;
  }
}

.box-resa{
  display: grid;
  cursor: pointer;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 14px;
    height: -moz-fit-content;
    height: fit-content;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.17), 0 1px 2px rgba(0, 0, 0, 0.17);
    transition: background-color 0.3s;
    border-radius: 2px;
    border-style: solid;
    border-width: 3px 1px 1px 1px;
}

.box-resa * {
    line-height: 1;
  }

.box-resa .box__date-dept{
  margin-top: 0.375rem;
}

.box-resa .box__date-dept .box__date{
  row-gap: 0.5rem;
  padding-left: 0.375rem;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(53 86 137 / var(--tw-text-opacity));
}

.box-resa .box__date-dept .box__dept{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2.5rem;
  padding-right: 0.375rem;
    background: #ebebeb;
    min-height: 25px;
}

.box-resa .box__date-dept .box__dept span:first-child {
    width: 30px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 0px;
    margin-right: 1.25rem;
    display: inline-block;
    --tw-bg-opacity: 1;
    background-color: rgb(66 70 73 / var(--tw-bg-opacity));
    text-align: center;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.box-resa .box__date-dept .box__dept span:first-child:before {
    content: "";
    position: absolute;
    right: -8px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 8px;
    border-color: transparent transparent transparent #424649;
  }

.box-resa .box__date-dept .box__dept span:last-child{
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(192 43 107 / var(--tw-text-opacity));
}

.box-resa .box__date-dept .box__dept:hover {
    background: #e5e5e5;
  }

.box-resa .box__address{
  padding-top: 0.375rem;
  padding-right: 0.375rem;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
}

.box-resa .box__assurance{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0.375rem;
  font-size: 10px;
}

.box-resa .box__assurance .assurance__cancel{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.box-resa .box__assurance .assurance__council{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.box-resa .box__price{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 0.375rem;
}

.box-resa .box__price .price__from{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(53 86 137 / var(--tw-text-opacity));
}

.box-resa .box__price .price__price .price{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(192 43 107 / var(--tw-text-opacity));
}

.box-resa .box__price .price__price .price--old{
  margin-left: 0.25rem;
  font-size: 14px;
  text-decoration-line: line-through;
}

.box-resa .box__price .price__offer{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(53 86 137 / var(--tw-text-opacity));
}

.box-resa .box__btn{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.box-resa .box__btn a, .box-resa .box__btn .a__placeholder{
  width: 100%;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(53 86 137 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.box-resa .box__btn a:hover, .box-resa .box__btn .a__placeholder:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 110 / var(--tw-bg-opacity));
}

.box-resa .box__btn_center{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.box-resa .box__btn_center a, .box-resa .box__btn_center .a__placeholder{
  width: 100%;
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(53 86 137 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.box-resa .box__btn_center a:hover, .box-resa .box__btn_center .a__placeholder:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 110 / var(--tw-bg-opacity));
}

.box-resa.mini .box__date-dept{
  grid-column: span 5 / span 5;
}

.box-resa.mini .box__date-dept .box__date{
  padding-bottom: 0.375rem;
}

.box-resa.mini .box__address{
  grid-column: span 7 / span 7;
}

.box-resa.mini .box__assurance{
  grid-column: span 7 / span 7;
}

.box-resa.mini .box__price{
  grid-column: span 5 / span 5;
}

.box-resa.mini .box__btn{
  grid-column: span 12 / span 12;
}

.box-resa.mini .box__btn_center{
  grid-column: span 12 / span 12;
}

.box-resa.maxi {
    min-height: 110px;
  }

.box-resa.maxi .box__date-dept{
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-row-start: 1;
  margin-bottom: 0.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-resa.maxi .box__date-dept .box__date{
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  line-height: 1.5rem;
}

.box-resa.maxi .box__address{
  grid-column: span 5 / span 5;
  grid-row-start: 1;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
}

.box-resa.maxi .box__assurance{
  grid-column: span 5 / span 5;
  grid-row-start: 2;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0.375rem;
  font-size: 12px;
}

.box-resa.maxi .box__price{
  grid-column: span 3 / span 3;
  grid-row: span 2 / span 2;
  grid-row-start: 1;
  justify-content: center;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.box-resa.maxi .box__price .price__price .price{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.box-resa.maxi .box__price .price__price .price--old{
  font-size: 1rem;
  line-height: 1.5rem;
}

.box-resa.maxi .box__btn{
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
  grid-row-start: 1;
}

.box-resa.maxi .box__btn_center{
  grid-row: span 2 / span 2;
  grid-row-start: 1;
}

.box-resa.best-price{
  --tw-border-opacity: 1;
  border-color: rgb(53 86 137 / var(--tw-border-opacity));
}

.box-resa.three-last{
  --tw-border-opacity: 1;
  border-color: rgb(192 43 107 / var(--tw-border-opacity));
}

.box-resa.three-last .box__btn a, .box-resa.three-last .box__btn .a__placeholder{
  --tw-bg-opacity: 1;
  background-color: rgb(192 43 107 / var(--tw-bg-opacity));
}

.box-resa.three-last .box__btn a:hover, .box-resa.three-last .box__btn .a__placeholder:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(154 34 86 / var(--tw-bg-opacity));
}

.box-resa.complet{
  opacity: 0.7;
}

.box-resa.complet *{
  opacity: 0.7;
}

.box__test--cross-selling .box__title,
  .box__test--cross-selling .box__address{
  margin: 0px;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.btn{
  margin: 2rem;
  display: inline-block;
  min-width: 150px;
  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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(192 43 107 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
  --tw-bg-opacity: 1;
  background-color: rgb(53 86 137 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(165 173 192 / var(--tw-bg-opacity));
}

@media (max-width: 1023px) {
    .btn{
    margin-left: 0px;
    margin-right: 0px;
    min-width: 0px;
  }
  }

.container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

/**
  * Home
  */

@media (max-width: 1023px) {
    .no-webp main .bg-container {
      background-size: 100%;
      background-image: url("/assets/images/bg-court.png");
    }
  }

@media (min-width: 1024px) {
    .no-webp main .bg-container .bg-image {
      background-position: 0;
      background-size: auto 100%;
      background-image: url("/assets/images/bg-long.png");
    }
  }

@media (max-width: 1023px) {
    .webp main .bg-container {
      background-size: 100%;
      background-image: url("/assets/images/bg-court.webp");
    }
  }

@media (min-width: 1024px) {
    .webp main .bg-container .bg-image {
      background-position: 0;
      background-size: auto 100%;
      background-image: url("/assets/images/bg-long.webp");
    }
  }

/**
  * Fin home
  */

.main-content img {
    margin-left: auto !important;
    margin-right: auto !important;
    /* width: 100% !important;
     height: 100% !important;*/
  }

.main-content .cadre{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
  padding: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#menu-left ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

.list-check li{
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
}

@media (min-width: 1024px) {
    .list-check li{
    padding-left: 3rem;
  }
  }

.list-check li:before {
    content: "";
    background: url(/assets/images/check_green.png);
    background-size: cover;
    position: absolute;
    top: 1px;
    transform: translateX(-35px);
    display: block;
    width: 25px;
    height: 25px;
  }

@media (max-width: 1023px) {
    .list-check li:before {
      width: 20px;
      height: 20px;
    }
  }

.main-content table.stacktable .theme a.md\:hidden tr {
    text-align: left;
  }

.theme a{
  position: relative;
  display: block;
  border-radius: 5px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(66 70 73 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.theme a::after{
  position: absolute;
  top: 50%;
  right: 1.25rem;
  font-weight: 400;
    text-rendering: auto;
    font-family: "Font Awesome 6 Free";
    content: "\f35a";
    transform: translateY(-50%);
    font-size: 28px;
}

.theme a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.theme + .theme{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(66 70 73 / var(--tw-text-opacity));
}

/*
  * Page recherche
  */

.a-badge-region .a-badge {
    text-decoration: none;
    display: inline-block;
  }

.a-badge-region .a-badge .a-badge-label {
    position: relative;
    height: 32px;
    z-index: 1;
    float: left;
    background-color: #333;
    color: #333;
    padding: 0 6px 0 10px;
  }

.a-badge-region .a-badge .a-badge-label .a-badge-label-inner {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 32px;
    height: 32px;
  }

.a-badge-region .a-badge .a-badge-label::after {
    content: "";
    width: 10px;
    height: 32px;
    border-right: 10px solid transparent;
    border-top: 32px solid;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -10px;
  }

.a-badge-region [data-a-badge-color=ac-orange] {
    color: orange !important;
  }

.a-badge-region [data-a-badge-color=sx-cloud] {
    color: #fff !important;
  }

.main-content table.stacktable .box-filter h3.md\:hidden tr:after {
    text-align: left;
  }

.box-filter h3:after{
  position: absolute;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(192 43 107 / var(--tw-bg-opacity));
    content: " ";
    height: 2px;
    width: 114px;
    bottom: -1px;
}

@media (max-width: 1023px) {
    .box-filter h3:after {
      left: 15px;
      width: 100px;
    }
  }

.accordion-item .accordion-heading {
    cursor: pointer;
    transition: background-color 350ms ease-in-out;
  }

.accordion-item .accordion-heading .expand {
    transform: rotate(0);
    transition: transform 350ms ease-in-out;
  }

.accordion-item .accordion-content {
    max-height: 0;
    overflow: hidden;
    line-height: 1.6;
    transition: max-height 350ms ease-in-out;
  }

.accordion-item.open .accordion-heading .expand {
    transform: rotate(180deg);
  }

/*
  * Tests Psychotechniques
  */

.carte {
    margin: 0 auto;
    padding: 15px;
    max-width: 900px;
  }

.carte path {
    stroke: #000000;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-opacity: 0.25;
    fill: #e0e0e0;
  }

.carte g path:hover {
    fill: #355689;
  }

.carte g path:hover + text {
    fill: #FFF;
  }

.carte g text {
    font-size: 10px;
    font-weight: 900;
    fill: #424242;
    pointer-events: none;
    transition: all 0.3s;
  }

main .splide__no-arrows {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

main .splide__pagination {
    position: relative;
    margin-top: 15px;
  }

main .splide__pagination .splide__pagination__page{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(192 43 107 / var(--tw-border-opacity));
}

main .splide__pagination .splide__pagination__page.is-active{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

main .splide__arrow svg {
    width: 14px;
    height: 14px;
  }

main .splide__arrow:disabled {
    /* bg-gray-200 */
    background-color: rgb(229, 231, 235);
    cursor: not-allowed;
  }

main .splide__arrow:disabled svg {
    /* bg-gray-400 */
    fill: currentColor;
    color: rgb(156, 163, 175);
  }

/*
  * Landing Page
  */

.sarah-landing {
    background-image: url("/assets/images/sarah-landing.jpg");
  }

/*
  * Page des centres
   */

.centre-description h2{
  --tw-text-opacity: 1 !important;
  color: rgb(53 86 137 / var(--tw-text-opacity)) !important;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin: 0 !important;
    margin-bottom: 0.5rem !important;
}

.centre-description h2 strong {
    font-weight: inherit;
  }

.centre-description li > *{
  display: inline;
}

/*
  * HOME
   */

.home__section{
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px){
  .home__section{
    padding-top: 8rem;
    padding-bottom: 8rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.home__section--gray{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.home__sarah__button{
  display: flex;
  height: 100%;
  max-height: 7rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-weight: 700;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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: 300ms;
}

.home__sarah__button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.home__sarah__button__content{
  margin-right: 1.5rem;
  height: 0px;
  width: 0px;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 16px;
  border-top-color: transparent;
  border-bottom-color: transparent;
  --tw-border-opacity: 1;
  border-left-color: rgb(53 86 137 / var(--tw-border-opacity));
}

.home__title{
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(192 43 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .home__title{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.main-content table.stacktable .home__link.md\:hidden tr {
    text-align: left;
  }

.home__link{
  display: block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(53 86 137 / var(--tw-text-opacity));
}

.home__link:hover{
  --tw-text-opacity: 1;
  color: rgb(43 69 110 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

@media (min-width: 1024px){
  .home__link{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.checkradio-container{
  --tw-text-opacity: 1;
  color: rgb(66 70 73 / var(--tw-text-opacity));
  display: block;
  position: relative;
  padding-left: 25px;
  margin-right: 30px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .checkradio-container {
    font-size: 16px;
  }
}
.checkradio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkradio-container input:checked ~ .checkmark{
  --tw-bg-opacity: 1;
  background-color: rgb(53 86 137 / var(--tw-bg-opacity));
}
.checkradio-container input:checked ~ .checkmark:after {
  display: block;
}
.checkradio-container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.checkradio-container.checkradio-box input {
  height: 0;
  width: 0;
}
.checkradio-container.checkradio-box input:checked ~ .checkmark:after {
  border-radius: 0;
  display: block;
  border-width: 3px;
  transform: rotate(0);
  width: 10px;
  left: 4px;
  top: 4px;
}
.checkradio-container.checkradio-box .checkmark {
  border-radius: 0;
}
.checkradio-container.checkradio-box .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.checkmark {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  box-sizing: border-box;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(66 70 73 / var(--tw-border-opacity));
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.dispo__active {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #363636;
  color: #ffffff;
  z-index: 10;
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
  padding-bottom: 10px;
}
.dispo__active.bottom {
  position: fixed;
  left: inherit;
}
.dispo__active .cta {
  text-align: right;
}
.dispo__active .cta a {
  margin: 0;
}
.dispo__active .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 1;
  font-size: 22px;
}
.dispo__active .close i {
  color: #fff;
}
@media (max-width: 1023px) {
  .dispo__active .close {
    display: block;
  }
}
.dispo__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.dispo__content i{
  --tw-text-opacity: 1;
  color: rgb(192 43 107 / var(--tw-text-opacity));
}
@media (max-width: 1023px) {
  .dispo__content .date {
    order: 2;
    margin-bottom: 10px;
  }
  .dispo__content .lieu {
    order: 1;
  }
  .dispo__content .action {
    order: 3;
    flex: 100%;
    text-align: left;
  }
  .dispo__content .action a {
    padding: 5px 10px;
  }
  .dispo__content .date,
  .dispo__content .lieu {
    font-size: 14px;
    flex: 100%;
  }
}
.autocomplete .radio input {
  margin: 0.5em;
}
.autocomplete .field .input {
  max-width: 500px;
}

.chevron-container {
  position: absolute;
  bottom: 40px;
  margin: auto;
  display: block;
  left: 50%;
  right: 50%;
  z-index: 9;
  cursor: pointer;
}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  --tw-bg-opacity: 1;
  background-color: rgb(192 43 107 / var(--tw-bg-opacity));
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #355689;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
.payment__modal{
  position: fixed;
  inset: 0px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(66 70 73 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.75;
}
.payment__modal .payment__modal--container {
  width: 95%;
  height: auto;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  padding: 15px;
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100000;
  text-align: justify;
}
.payment__modal .payment__modal--container .warning{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  margin: 0 auto 10px auto;
  border-radius: 4px;
  cursor: pointer;
  background: #293c7a;
  color: #fff;
  transition: all 0.25s;
  text-align: center;
}
.payment__modal .payment__modal--container .confirm__alert {
  width: 75%;
  margin: 25px auto 0 auto;
  border-radius: 4px;
  padding: 15px 10px;
  cursor: pointer;
  background: #293c7a;
  color: #fff;
  transition: all 0.25s;
  text-align: center;
}
.payment__modal .payment__modal--container:hover {
  opacity: 0.85;
}

.apple__pay > div {
  width: 100% !important;
}
.apple__pay > div.kr-apple-pay{
  border-radius: 0.375rem !important;
  border-left-width: 4px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(53 86 137 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-color: rgb(66 70 73 / 0.05) !important;
  --tw-ring-offset-width: 2px !important;
  --tw-ring-offset-color: rgb(66 70 73 / 0.05) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.apple__pay > div .kr-method-label{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: #424242 !important;
  font-weight: 700;
}
.apple__pay > div .kr-amount-label{
  display: none !important;
}
.apple__pay .kr-skeleton.kr-smart-button{
  width: 100% !important;
  border-radius: 0.375rem !important;
  border-left-width: 4px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(53 86 137 / var(--tw-border-opacity)) !important;
}

.lyra__pay .lyra__dropdown {
  max-height: 0 !important;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 1, 0, 1);
}
.lyra__pay .lyra__dropdown--opened {
  max-height: 1000px !important;
  transition: all 1s ease-in-out;
}

.page__accordion .accordion-item:last-child {
  border-bottom: none;
}
.page__accordion .accordion-header {
  padding: 16px 10px;
  cursor: pointer;
  background-color: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.page__accordion .accordion-header h3{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.page__accordion .accordion-header i{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity));
  transition: transform 0.3s ease;
}
.page__accordion .accordion-header i.rotate {
  transform: rotate(180deg);
}
.page__accordion .accordion-content {
  max-height: 0;
  background-color: #fff;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.page__accordion .accordion-content > div{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.page__accordion .accordion-content p{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.page__accordion .accordion-content--expanded {
  max-height: 100vh;
}

:root {
  --cc-btn-primary-bg: #355689 !important;
  --cc-btn-primary-hover-bg: rgba(36, 59, 94) !important;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

@media (min-width: 768px){
  .main-content table.stacktable .md\:block.md\:hidden tr {
    text-align: left;
  }
}

@media (min-width: 1024px){
  .main-content table.stacktable .lg\:block.md\:hidden tr {
    text-align: left;
  }
}

@media (max-width: 1023px){
  .main-content table.stacktable .down-lg\:block.md\:hidden tr {
    text-align: left;
  }
}

@media (prefers-color-scheme: dark){
  .main-content table.stacktable .dark\:block.md\:hidden tr {
    text-align: left;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px){
    .lg\:container{
      max-width: 1536px;
    }
  }
  .lg\:container{
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  @media (min-width: 640px){
    .lg\:container{
      max-width: 640px;
    }
  }
  @media (min-width: 768px){
    .lg\:container{
      max-width: 768px;
    }
  }
  @media (min-width: 1024px){
    .lg\:container{
      max-width: 1280px;
    }
  }
  @media (min-width: 1280px){
    .lg\:container{
      max-width: 1400px;
    }
  }
  .lg\:maxi.box-resa {
    min-height: 110px;
  }
  .lg\:maxi.box-resa .box__date-dept{
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-row-start: 1;
    margin-bottom: 0.375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .lg\:maxi.box-resa .box__date-dept .box__date{
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:maxi.box-resa .box__address{
    grid-column: span 5 / span 5;
    grid-row-start: 1;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:maxi.box-resa .box__assurance{
    grid-column: span 5 / span 5;
    grid-row-start: 2;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0.375rem;
    font-size: 12px;
  }
  .lg\:maxi.box-resa .box__price{
    grid-column: span 3 / span 3;
    grid-row: span 2 / span 2;
    grid-row-start: 1;
    justify-content: center;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .lg\:maxi.box-resa .box__price .price__price .price{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:maxi.box-resa .box__price .price__price .price--old{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:maxi.box-resa .box__btn{
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    grid-row-start: 1;
  }
  .lg\:maxi.box-resa .box__btn_center{
    grid-row: span 2 / span 2;
    grid-row-start: 1;
  }
  .lg\:container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.last\:mr-0:last-child{
  margin-right: 0px;
}

.valid\:border-rose-500:valid{
  --tw-border-opacity: 1;
  border-color: rgb(192 43 107 / var(--tw-border-opacity));
}

.focus-within\:border-bleu-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(53 86 137 / var(--tw-border-opacity));
}

.hover\:border-transparent:hover{
  border-color: transparent;
}

.hover\:bg-bleu-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 244 / var(--tw-bg-opacity));
}

.hover\:bg-bleu-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(43 69 110 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.hover\:bg-rose-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(192 43 107 / var(--tw-bg-opacity));
}

.hover\:bg-rose-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(154 34 86 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(66 70 73 / var(--tw-text-opacity));
}

.hover\:text-bleu-400:hover{
  --tw-text-opacity: 1;
  color: rgb(122 137 167 / var(--tw-text-opacity));
}

.hover\:text-bleu-500:hover{
  --tw-text-opacity: 1;
  color: rgb(53 86 137 / var(--tw-text-opacity));
}

.hover\:text-bleu-700:hover{
  --tw-text-opacity: 1;
  color: rgb(43 69 110 / var(--tw-text-opacity));
}

.hover\:text-gray-50:hover{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-inherit:hover{
  color: inherit;
}

.hover\:text-rose-700:hover{
  --tw-text-opacity: 1;
  color: rgb(154 34 86 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(53 86 137 / var(--tw-border-opacity));
}

.focus\:ring:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-gray-800:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.focus-visible\:border-bleu-500:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(53 86 137 / var(--tw-border-opacity));
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:bg-gray-200:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.disabled\:bg-gray-400:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.disabled\:bg-rose-500:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(192 43 107 / var(--tw-bg-opacity));
}

.disabled\:bg-opacity-40:disabled{
  --tw-bg-opacity: 0.4;
}

.disabled\:text-black:disabled{
  --tw-text-opacity: 1;
  color: rgb(66 70 73 / var(--tw-text-opacity));
}

.disabled\:text-white:disabled{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.disabled\:hover\:bg-rose-500:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(192 43 107 / var(--tw-bg-opacity));
}

.disabled\:hover\:bg-opacity-40:hover:disabled{
  --tw-bg-opacity: 0.4;
}

@media (min-width: 640px){
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
}

@media (min-width: 768px){
  .md\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:ml-2{
    margin-left: 0.5rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\: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)));
  }
  .md\: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)));
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:z-1{
    z-index: 1;
  }
  .lg\:z-10{
    z-index: 10;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-3{
    order: 3;
  }
  .lg\:order-4{
    order: 4;
  }
  .lg\:order-5{
    order: 5;
  }
  .lg\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:my-28{
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .lg\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg\:-mt-36{
    margin-top: -9rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mr-0{
    margin-right: 0px;
  }
  .lg\:mr-auto{
    margin-right: auto;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-6{
    margin-top: 1.5rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:inline{
    display: inline;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:\!h-28{
    height: 7rem !important;
  }
  .lg\:h-12{
    height: 3rem;
  }
  .lg\:h-16{
    height: 4rem;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:h-illustration{
    height: 450px;
  }
  .lg\:h-numero{
    height: 50px;
  }
  .lg\:max-h-80{
    max-height: 20rem;
  }
  .lg\:max-h-\[60vh\]{
    max-height: 60vh;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-1\/6{
    width: 16.666667%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/12{
    width: 25%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-4\/12{
    width: 33.333333%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-5\/6{
    width: 83.333333%;
  }
  .lg\:w-6\/12{
    width: 50%;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-8\/12{
    width: 66.666667%;
  }
  .lg\:w-9\/12{
    width: 75%;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:w-max{
    width: -moz-max-content;
    width: max-content;
  }
  .lg\:max-w-60-p{
    max-width: 60%;
  }
  .lg\:max-w-80-p{
    max-width: 80%;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .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-row{
    flex-direction: row;
  }
  .lg\:flex-col-reverse{
    flex-direction: column-reverse;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:rounded-button{
    border-radius: 5px;
  }
  .lg\:rounded-container{
    border-radius: 15px;
  }
  .lg\:rounded-l-container{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .lg\:rounded-r-container{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  .lg\:rounded-bl-button{
    border-bottom-left-radius: 5px;
  }
  .lg\:rounded-br-button{
    border-bottom-right-radius: 5px;
  }
  .lg\:rounded-tl-button{
    border-top-left-radius: 5px;
  }
  .lg\:rounded-tr-button{
    border-top-right-radius: 5px;
  }
  .lg\:border{
    border-width: 1px;
  }
  .lg\:border-2{
    border-width: 2px;
  }
  .lg\:border-b{
    border-bottom-width: 1px;
  }
  .lg\:border-r{
    border-right-width: 1px;
  }
  .lg\:border-t{
    border-top-width: 1px;
  }
  .lg\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
  .lg\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
  .lg\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
  .lg\:bg-rose-500{
    --tw-bg-opacity: 1;
    background-color: rgb(192 43 107 / var(--tw-bg-opacity));
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .lg\:bg-opacity-100{
    --tw-bg-opacity: 1;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-14{
    padding: 3.5rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pb-5{
    padding-bottom: 1.25rem;
  }
  .lg\:pb-8{
    padding-bottom: 2rem;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pl-12{
    padding-left: 3rem;
  }
  .lg\:pl-2{
    padding-left: 0.5rem;
  }
  .lg\:pl-4{
    padding-left: 1rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pl-9{
    padding-left: 2.25rem;
  }
  .lg\:pr-12{
    padding-right: 3rem;
  }
  .lg\:pr-2{
    padding-right: 0.5rem;
  }
  .lg\:pr-20{
    padding-right: 5rem;
  }
  .lg\:pr-4{
    padding-right: 1rem;
  }
  .lg\:pt-1{
    padding-top: 0.25rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-8{
    padding-top: 2rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-\[14px\]{
    font-size: 14px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:font-bold{
    font-weight: 700;
  }
  .lg\:\!leading-7{
    line-height: 1.75rem !important;
  }
  .lg\:leading-6{
    line-height: 1.5rem;
  }
  .lg\:text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
  }
  .lg\:opacity-0{
    opacity: 0;
  }
  .lg\:shadow-\[0px_2px_4px_1px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{
    --tw-shadow: 0px 2px 4px 1px rgba(0,0,0,0.3);
    --tw-shadow-colored: 0px 2px 4px 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);
  }
  .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .lg\:transition-none{
    transition-property: none;
  }
  .lg\:duration-300{
    transition-duration: 300ms;
  }
  .lg\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-rose-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(154 34 86 / var(--tw-bg-opacity));
  }
}

@media (max-width: 1023px){
  .down-lg\:visible{
    visibility: visible;
  }
  .down-lg\:invisible{
    visibility: hidden;
  }
  .down-lg\:fixed{
    position: fixed;
  }
  .down-lg\:\!relative{
    position: relative !important;
  }
  .down-lg\:inset-0{
    inset: 0px;
  }
  .down-lg\:\!left-0{
    left: 0px !important;
  }
  .down-lg\:\!top-0{
    top: 0px !important;
  }
  .down-lg\:bottom-0{
    bottom: 0px;
  }
  .down-lg\:left-4{
    left: 1rem;
  }
  .down-lg\:right-4{
    right: 1rem;
  }
  .down-lg\:right-full{
    right: 100%;
  }
  .down-lg\:top-0{
    top: 0px;
  }
  .down-lg\:top-8{
    top: 2rem;
  }
  .down-lg\:top-menu-mobile{
    top: 170px;
  }
  .down-lg\:z-10{
    z-index: 10;
  }
  .down-lg\:z-50{
    z-index: 50;
  }
  .down-lg\:z-60{
    z-index: 60;
  }
  .down-lg\:z-999{
    z-index: 999;
  }
  .down-lg\:z-\[1001\]{
    z-index: 1001;
  }
  .down-lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .down-lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .down-lg\:my-0\.5{
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
  }
  .down-lg\:\!ml-auto{
    margin-left: auto !important;
  }
  .down-lg\:\!mr-2{
    margin-right: 0.5rem !important;
  }
  .down-lg\:mb-2{
    margin-bottom: 0.5rem;
  }
  .down-lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .down-lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .down-lg\:mb-8{
    margin-bottom: 2rem;
  }
  .down-lg\:mt-0{
    margin-top: 0px;
  }
  .down-lg\:mt-1{
    margin-top: 0.25rem;
  }
  .down-lg\:mt-10{
    margin-top: 2.5rem;
  }
  .down-lg\:mt-8{
    margin-top: 2rem;
  }
  .down-lg\:block{
    display: block;
  }
  .down-lg\:flex{
    display: flex;
  }
  .down-lg\:hidden{
    display: none;
  }
  .down-lg\:h-0{
    height: 0px;
  }
  .down-lg\:h-40{
    height: 10rem;
  }
  .down-lg\:h-48{
    height: 12rem;
  }
  .down-lg\:h-52{
    height: 13rem;
  }
  .down-lg\:h-60{
    height: 15rem;
  }
  .down-lg\:h-\[64px\]{
    height: 64px;
  }
  .down-lg\:h-auto{
    height: auto;
  }
  .down-lg\:h-menu-mobile{
    height: 100px;
  }
  .down-lg\:h-menu-mobile-scroll{
    height: 55px;
  }
  .down-lg\:h-screen{
    height: 100vh;
  }
  .down-lg\:w-16{
    width: 4rem;
  }
  .down-lg\:w-5\/6{
    width: 83.333333%;
  }
  .down-lg\:w-auto{
    width: auto;
  }
  .down-lg\:w-full{
    width: 100%;
  }
  .down-lg\:flex-1{
    flex: 1 1 0%;
  }
  .down-lg\:translate-x-full{
    --tw-translate-x: 100%;
    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));
  }
  .down-lg\: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));
  }
  .down-lg\:flex-row{
    flex-direction: row;
  }
  .down-lg\:flex-col{
    flex-direction: column;
  }
  .down-lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .down-lg\:items-center{
    align-items: center;
  }
  .down-lg\:justify-center{
    justify-content: center;
  }
  .down-lg\:justify-between{
    justify-content: space-between;
  }
  .down-lg\:gap-y-2{
    row-gap: 0.5rem;
  }
  .down-lg\:gap-y-4{
    row-gap: 1rem;
  }
  .down-lg\:overflow-auto{
    overflow: auto;
  }
  .down-lg\:overflow-hidden{
    overflow: hidden;
  }
  .down-lg\:overflow-y-auto{
    overflow-y: auto;
  }
  .down-lg\:rounded-button{
    border-radius: 5px;
  }
  .down-lg\:rounded-container{
    border-radius: 15px;
  }
  .down-lg\:rounded-b-container{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .down-lg\:rounded-t-container{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  .down-lg\:border-2{
    border-width: 2px;
  }
  .down-lg\:border-t{
    border-top-width: 1px;
  }
  .down-lg\:border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
  .down-lg\:bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
  .down-lg\:bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
  .down-lg\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
  .down-lg\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .down-lg\:p-3{
    padding: 0.75rem;
  }
  .down-lg\:p-4{
    padding: 1rem;
  }
  .down-lg\:p-8{
    padding: 2rem;
  }
  .down-lg\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .down-lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .down-lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .down-lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .down-lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .down-lg\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .down-lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .down-lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .down-lg\:pb-4{
    padding-bottom: 1rem;
  }
  .down-lg\:pb-8{
    padding-bottom: 2rem;
  }
  .down-lg\:pl-0{
    padding-left: 0px;
  }
  .down-lg\:pl-2{
    padding-left: 0.5rem;
  }
  .down-lg\:pr-0{
    padding-right: 0px;
  }
  .down-lg\:pr-2{
    padding-right: 0.5rem;
  }
  .down-lg\:pt-8{
    padding-top: 2rem;
  }
  .down-lg\:text-center{
    text-align: center;
  }
  .down-lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .down-lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .down-lg\:leading-none{
    line-height: 1;
  }
  .down-lg\:text-black{
    --tw-text-opacity: 1;
    color: rgb(66 70 73 / var(--tw-text-opacity));
  }
  .down-lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .down-lg\:opacity-0{
    opacity: 0;
  }
  .down-lg\:shadow-\[0px_2px_4px_1px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{
    --tw-shadow: 0px 2px 4px 1px rgba(0,0,0,0.3);
    --tw-shadow-colored: 0px 2px 4px 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);
  }
  .down-lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .down-lg\:shadow-sm{
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .down-lg\:transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  .down-lg\:duration-300{
    transition-duration: 300ms;
  }
}

@media (max-width: 639px){
  .down-sm\:pt-2{
    padding-top: 0.5rem;
  }
  .down-sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:block{
    display: block;
  }
  .dark\:hidden{
    display: none;
  }
  .dark\:bg-gray-800{
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }
  .dark\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }
  .dark\:text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
  }
  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .dark\:hover\:bg-gray-100:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }
}
