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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

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

/*
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;
}

*, ::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:  ;
}

::-webkit-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:  ;
}

::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:  ;
}

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

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

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

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

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

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

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.right-0 {
  right: 0px;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

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

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

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

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

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

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

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

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

.m-8 {
  margin: 2rem;
}

.m-auto {
  margin: auto;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.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;
}

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

.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-6 {
  margin-left: 1.5rem;
}

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

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

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

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

.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

.mt-\[17rem\] {
  margin-top: 17rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-52 {
  height: 13rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[13rem\] {
  height: 13rem;
}

.h-\[14rem\] {
  height: 14rem;
}

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

.h-\[25rem\] {
  height: 25rem;
}

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.min-h-screen {
  min-height: 100vh;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-16 {
  width: 4rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9\/12 {
  width: 75%;
}

.w-\[13rem\] {
  width: 13rem;
}

.w-\[19rem\] {
  width: 19rem;
}

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

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

.w-\[3rem\] {
  width: 3rem;
}

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

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

.w-full {
  width: 100%;
}

.max-w-sm {
  max-width: 24rem;
}

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

.-translate-x-14 {
  --tw-translate-x: -3.5rem;
  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));
}

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

.-rotate-6 {
  --tw-rotate: -6deg;
  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));
}

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

.rotate-6 {
  --tw-rotate: 6deg;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

.justify-end {
  justify-content: flex-end;
}

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[3rem\] {
  border-radius: 3rem;
}
@media(min-width:1024px){
  .lg\:rounded-\[3rem\] {
    border-radius: 3rem;
  }
}

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

.border {
  border-width: 1px;
}

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

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

.bg-beige {
  --tw-bg-opacity: 1;
  background-color: rgb(244 238 233 / var(--tw-bg-opacity));
}

.bg-bleu {
  --tw-bg-opacity: 1;
  background-color: rgb(21 72 103 / var(--tw-bg-opacity));
}

.bg-bleu_F {
  --tw-bg-opacity: 1;
  background-color: rgb(19 45 60 / var(--tw-bg-opacity));
}

.bg-rouge {
  --tw-bg-opacity: 1;
  background-color: rgb(188 39 51 / var(--tw-bg-opacity));
}

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

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-24 {
  padding: 6rem;
}

.p-36 {
  padding: 9rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pr-32 {
  padding-right: 8rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

.text-right {
  text-align: right;
}
.text-xl{
  font-size: 1rem;
}
.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3.125rem;
}

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

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

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

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

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

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.text-beige {
  --tw-text-opacity: 1;
  color: rgb(244 238 233 / var(--tw-text-opacity));
}

.text-bleu {
  --tw-text-opacity: 1;
  color: rgb(21 72 103 / var(--tw-text-opacity));
}

.text-bleu_F {
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

.text-rouge {
  --tw-text-opacity: 1;
  color: rgb(188 39 51 / var(--tw-text-opacity));
}

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

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

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.9rem;
  color: #718096;
}

.btn-standard {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: inline-block;
  border-radius: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

lg:h2 {
  font-size: 3.125rem;
}

h2 {
  font-size: 4rem;
}

.entry-content h1, .block-editor-block-list__layout h1 {
  font-size: 3.125rem;
}

.entry-content h2, .block-editor-block-list__layout h2 {
  font-size: 3.125rem;
}

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
  margin-bottom: 2rem;
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-position: inside;
  list-style-type: disc;
}

.entry-content ol li, .block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

/*--------------------------------------------------------------
# FONT
--------------------------------------------------------------*/

@font-face {
  font-family: 'DIN Next Slab Rust';

  src: url('../font/DINNextSlabRust-Black.eot');

  src: local('DIN Next Slab Rust Black'), local('DINNextSlabRust-Black'),
        url('../font/DINNextSlabRust-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/DINNextSlabRust-Black.woff2') format('woff2'),
        url('../font/DINNextSlabRust-Black.woff') format('woff'),
        url('../font/DINNextSlabRust-Black.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'Raleway', sans-serif;

  src:
		url("../font/Raleway-Bold.woff2") format("woff2"),
		url("../font/Raleway-Bold.woff") format("woff");

  font-display: swap;

  font-weight: 700;
}

@font-face {
  font-family: 'Raleway', sans-serif;

  src:
		url("../font/Raleway-Regular.woff2") format("woff2"),
		url("../font/Raleway-Regular.woff") format("woff");

  font-display: swap;

  font-weight: 400;
}

@font-face {
  font-family: 'Raleway', sans-serif;

  src:
		url("../font/Raleway-Black.woff2") format("woff2"),
		url("../font/Raleway-Black.woff") format("woff");

  font-display: swap;

  font-weight: 900;
}

.din, .din a{
  font-family: 'Din Next Slab Rust', sans-serif;
}

.raleway{
  font-family: 'Raleway', sans-serif;
}

/*--------------------------------------------------------------
# BASE GUTENBERG MODIFIÉ
--------------------------------------------------------------*/

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

@media (min-width: 480px) {
  .alignwide {
    max-width: 480px !important;
    margin:auto;
  }
}

@media (min-width: 640px) {
  .alignwide {
    max-width: 640px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin:auto;
  }
}

@media (min-width: 768px) {
  .alignwide {
    max-width: 768px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin:auto;
  }
}

@media (min-width: 1024px) {
  .alignwide {
    max-width: 1024px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin:auto;
  }
}

@media (min-width: 1280px) {
  .alignwide {
    max-width: 1280px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin:auto;
  }
}

@media (min-width: 1440px) {
  .alignwide {
    max-width: 1440px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin:auto;
  }
}

.entry-content > *, article > :not(.entry-content), .entry-content > *{
  /*	max-width: 1640px;*/
}

.entry-content p a, .entry-content ul a{
  text-decoration: none;
}

.entry-content p{
  margin-bottom: 1rem !important;
}

.wp-block-columns{
  margin-bottom: 0;
  /*	padding-left: 1rem;
	padding-right: 1rem;*/
}

.relative{
  position: relative;
}

/*--------------------------------------------------------------
# GRIS COL
--------------------------------------------------------------*/

.grid-columns-1-2{
  grid-template-columns: 1fr 2fr;
}

.grid-columns-2-1{
  grid-template-columns: 2fr 1fr;
}

.alignfull{
  margin-top: 0 !important;
  margin-bottom: 0!important;
  width: 100%;
  max-width: 100vw;
  margin: auto !important;
}

.z-index-plus{
  z-index: 20;
}

.mx-auto{
  margin: auto !important;
}

.mt-0{
  margin-top: 0!important;
}

.mb-0{
  margin-bottom: 0!important;
}

body .is-layout-flex .mx-auto{
  margin: auto !important;
}

/*--------------------------------------------------------------
# TYPOS
--------------------------------------------------------------*/

body,html,p,a,li{
  font-family: 'Raleway', sans-serif;
}

h1,h2,h3,h4{
  font-family: 'Din Next Slab Rust', sans-serif;
}

h1,h2 {
  padding-bottom: 1.75rem;
  font-size: 3.125rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
}

h4 {
  /*	line-height: 1.1;*/
}

p {
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(19 45 60 / var(--tw-text-opacity));
}

li, .entry-content ul:not(.block-editor-block-variation-picker__variations) li {
  list-style: none;
}

.line-height-1-2{
  line-height: 1.2;
}

/*--------------------------------------------------------------
	 BASE
--------------------------------------------------------------*/

.section-py{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.grid-temoignage{
  grid-template-columns: 3fr auto;
}

.p-24{
  padding: 6rem;
}

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

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

/*--------------------------------------------------------------
	HEADER
--------------------------------------------------------------*/

/*CONTENU MENU*/

.section-header{
  grid-template-columns: 1fr 3fr 1fr;
}

/*CONTENU GRANDE IMAGE HAUT PAGE*/

.image-header{
  grid-template-rows: 1fr 2fr;
  /*	height: 660px;
	width: 100%;*/
}

.cart{
  position:relative;
  margin-left: auto;
}

.cart::before{
  content:"";
  background-image: url(../images/cart.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 1rem;
  position: absolute;
  left: -20px;
  top: 10px;
}

#menu_right span{
  display: none;
}

.tel-header{
  margin-right: 3rem;
}

.tel-header:before{
  content: '';
  background-image: url(../images/picto-tel-header.svg);
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 25px;
  margin-right: .5rem;
}

.insta a{
  /*	content: '';*/
  background-image: url(../images/picto-insta.svg);
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 25px;
}

.fb a{
  /*	content: '';*/
  /*	content: '';*/
  background-image: url(../images/picto-fb.svg);
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 25px;
}

.tripadvisor a {
  background-image: url(../images/picto-tripadvisor.svg);
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 25px;
}

/*--------------------------------------------------------------
	MENU
--------------------------------------------------------------*/

#primary-menu{
  z-index: 10;
}

#primary-menu a{
  padding: .3rem 1rem;
  line-height: 2;
  display: block;
}

.bloc_menu_right li{
  /*		margin-right: 1rem;
		margin-left: 1rem;*/
}

#primary-menu-toggle svg.croix{
  display: none;
}

#primary-menu-toggle.open svg.croix{
  display: block;
}

#primary-menu-toggle.open svg.line{
  display: none;
}

#primary-menu li a {
  position: relative;
}

#primary-menu li:hover .sub-menu {
  display: block;
}

#primary-menu .sub-menu li {
  margin-left: 0;
  margin-right: 0;
}

.sub-menu{
  display: none;
  position: absolute;
  transition: 1s;
  width: 200%;
  z-index: 50;
}

.sub-menu li{
  background-color: rgba(255, 255, 255, 0.8);
  padding: .3rem 0;
  color: #154867;
}

.sub-menu li:hover{
  background-color: rgba(255, 255, 255, 0.9);
}

.sub-menu a{
  line-height: 1 !important;
  text-align: left  !important;
  font-size: 1rem;
}

.menu-principal{
  /*	transform: translate(20%);
	top: 2rem;*/
}

#primary-menu #menu-item-3179  {
  z-index: 100;
}
/*--------------------------------------------------------------
	FIL ARIANE
--------------------------------------------------------------*/

/*.breadcrumbs p{
	font-size: 14px;
}

.breadcrumbs .last{
  font-weight: 600;
	font-size: 14px;
}
*/

/*--------------------------------------------------------------
	COULEURS
--------------------------------------------------------------*/

.text-bleu{
  color: #154867;
}

.text-beige{
  color : #F4EEE9;
}

.text-beige p{
  color : #F4EEE9;
}

.bg-rouge {
  background-color: #BC2733;
}

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

footer p {
  color: white;
}

/*--------------------------------------------------------------
	BOUTONS
--------------------------------------------------------------*/

[type="submit"]{
  /*	padding: 1rem 0.25rem;
	padding-right:0.25rem; 
	margin-top :3rem;
	margin-bottom:3rem;*/
}

.bouton .bg-beige a{
  color: #154867;
}

.bouton .bg-bleu a{
  color: #F4EEE9;
}

.bouton .bg-rouge a{
  color: #F4EEE9;
}

.suivant a {
  color: #154867;
  font-family: 'Din Next Slab Rust', sans-serif;
  font-weight: 600;
  display: block;
  background-color: rgb(244 238 233 / var(--tw-bg-opacity));
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  -webkit-mask:url(../images/mask.png);
          mask:url(../images/mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 98% 98%;
          mask-size: 98% 98%;
}

/*--------------------------------------------------------------
	DECOS
--------------------------------------------------------------*/

.filtre{
  -webkit-mask:url(../images/mask.png);
          mask:url(../images/mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 98% 98%;
          mask-size: 98% 98%;
}

.triangle-rouge{
  background-image: url(../images/triangle-rouge.svg);
  height: 25px;
  background-repeat: repeat-x;
}

.triangle-bleu{
  background-image: url(../images/triangle-bleu.svg);
  height: 25px;
  background-repeat: repeat-x;
}

.deco-fond{
  background-image:  url(../images/fond.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*	border-top : 3rem solid #154867;*/
}

.souligne:after {
  content:'';
  display: block;
  border-bottom : 2px solid #154867
}

.etoile:before {
  content:'';
  display: block;
  background-image: url("../images/pictos-tour/picto-etoile-petit.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.picto-horloge:before{
  content:'';
  display: block;
  background-image: url("../images/pictos-tour/picto-horloge.svg");
  background-repeat: no-repeat;
  width:110px;
  height:135px;
  background-size: contain;
}

.filet{
  background-image: url("../images/pictos-tour/filet.svg");
  background-repeat: no-repeat;
  height: 3px;
  /*	background-size: 200%;*/
}

.souligner{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.souligner:after{
  content:'';
  display: block;
  background-image: url("../images/pictos-tour/filet.svg");
  background-repeat: no-repeat;
  height: 3px;
  width:75px;
}

.fleche-droite:before{
  content: '';
  background-image:url(../images/fleche-bleu-droite.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 16px;
  display: block;
  background-size: cover;
  margin-right: .5rem;
}

/*--------------------------------------------------------------
	SLIDER HOME
--------------------------------------------------------------*/

.slider-home .slick-prev, .slider-home .slick-next{
  z-index: 100;
}

.slider-home .slick-next{
  right: 0;
}

.slider-home .slick-prev {
  left: 0;
}

.slider-home .contenu{
  transform: translate(-50%, -50%);
}

/*----------------
	SLIDER gutenberg
------------------------------------*/

.wp-block-eedee-block-gutenslider .wp-block-eedee-block-gutenslide .slide-content {
  align-items: flex-start !important;
  width: 60% !important;
  padding-top: 10%!important;
  padding-left: 10%!important;
  justify-content: flex-start !important;
}

.eedee-gutenslider-pagination {
  display: none !important;
}

/*--------------------------------------------------------------
	TOUR A LA UNE HOME
--------------------------------------------------------------*/

.tour-home{
  border-top: 3rem solid #154867;
  border-bottom: 3rem solid #154867;
  margin-top: 6rem !important;
}

.padding-tour-une{
  padding: 6rem 8rem;
}

/*--------------------------------------------------------------
	BLOCK REASSURANCE
--------------------------------------------------------------*/

.reassurance button:hover:after{
  content: '';
  background-image: url(../images/fleche-blanche.svg);
  display: block;
  width: 22px;
  height: 27px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 47%;
}

.reassurance button:hover{
  color: white;
}

.block-reassurance li{
  min-height: 250px;
  position:relative;
}

.block-reassurance li:hover .titre:after{
  content:'';
  background-image:url(../images/fleche-blanche.svg);
  display:block;
  width: 22px;
  height: 27px;
  margin:auto;
  background-size: contain;
  background-repeat: no-repeat;
  /*	margin-top: -6rem;*/
}

.block-reassurance li .titre+.content{
  display: none;
}
.block-reassurance li:hover .titre+.content{
  display:block;
}

.block-reassurance a:hover #affiche-texte{
  display: block;
  right:0;
  /*	bottom: 1.5rem;*/
}

.entry-content .block-reassurance p {
  margin-bottom:.5rem !important;
}

/*--------------------------------------------------------------
	BLOCK MOTEUR DE RECHERCHE
--------------------------------------------------------------*/

.moteur_recherche{
  transform: translateY(-12px);
}
@media(min-width:1025px){
	.moteur_recherche{
		box-shadow: 0px 3px 6px #00000029;
	}
}
.moteur_recherche .picto-dep-choix:before {
  content:'';
  width: 32px;
  height: 35px;
  display: block;
  background-image: url(../images/moteur-recherche/picto-dep-choix.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.moteur_recherche .picto-date:before{
  content:'';
  width: 32px;
  height: 35px;
  display: block;
  background-image: url(../images/moteur-recherche/picto-date.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.moteur_recherche .picto-personne:before{
  content:'';
  width: 32px;
  height: 35px;
  display: block;
  background-image: url(../images/moteur-recherche/picto-personne.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/*--------------------------------------------------------------
	FORMULAIRES
--------------------------------------------------------------*/

.col-adhesion {
  padding: 2.5rem;
  transform: translateY(-15%);
  z-index: 10;
}

#gform_fields_1{
  gap: 2rem;
}

#gform_submit_button_1{
  transition: 500ms;
}

#gform_submit_button_1:hover{
  transform: scale(1.05);
}

#gform_fields_1 input {
  border-radius : 2rem;
  background-color: #F4EEE9;
}

#gform_fields_1 textarea{
  border-radius : 1rem;
  background-color: #F4EEE9;
}

.gform_title{
  display: none;
}

.gform_footer{
  justify-content: end;
}

.gform_footer [type="submit"]{
  padding: .5rem 1rem;
  color: #154867 ;
  background-color:  #F4EEE9;
  text-transform: uppercase !important;
  cursor: pointer !important;
  font-weight: inherit;
  background-color: #3D3D3D;
  font-family: 'Din Next Slab Rust', sans-serif;
}

.titre-formulaire .gfield_label{
  color: white;
  text-transform: uppercase;
}

#gform_wrapper_1 #gform_submit_button_1{
  background-color: #BC2733;
  -webkit-mask:url(../images/mask.png);
          mask:url(../images/mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 98% 98%;
          mask-size: 98% 98%;
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
  font-family: 'Din Next Slab Rust', sans-serif;
}

/*--------------------------------------------------------------
	FORMULAIRE RESERVATION TOUR
--------------------------------------------------------------*/

.formulaire-reservation label{
  font-weight: bold;
}

/*--------------------------------------------------------------
	PAGE INTERIEURE
--------------------------------------------------------------*/

.section-header-page{
  grid-template-columns: 1fr 3fr 1fr;
}

.grid-1-3{
  grid-template-columns: 1fr 2fr;
}

/*--------------------------------------------------------------
	BLOC 2 COLONNES
	--------------------------------------------------------------*/

.deux_colonnes div:nth-child(odd) {
  flex-direction: row-reverse;
}

/*--------------------------------------------------------------
	PAGE FAQ
	--------------------------------------------------------------*/

.contenu-droite .picto-plus:after {
  content:'';
  display: block;
  background-image: url(../images/FAQ/picto-plus.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}

.fond-faq {
  -webkit-mask:url(../images/mask.png);
          mask:url(../images/mask.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 98% 98%;
          mask-size: 98% 98%;
}

/*--------------------------------------------------------------
	ARTICLE
--------------------------------------------------------------*/

.navigation a{
  display: flex;
  align-items: center;
  transition: .5s;
}

.navigation a:hover{
  transform: scale(1.1);
}

.fleche-prev{
  background-image: url(../images/fleche-prev.svg);
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 58px;
}

.fleche-next{
  background-image: url(../images/fleche-next.svg);
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 58px;
}

.news-article h2 {
  color: #154867;
}

.news-article p{
  padding-bottom: 1rem;
  padding-top: 1rem;
}

/*--------------------------------------------------------------
 PAGE TOURS & SHUTTLES
--------------------------------------------------------------*/

.page-tour .photo p:before,  .tour-en-avant .photo p:before{
  content: '';
  display: block;
  background-image: url(../images/moteur-recherche/picto-dep-choix.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
  margin-right: .5rem;
}

.search-results .etoile:before, .page-tour .etoile:before, .tour-en-avant .etoile:before{
  margin-left: -26px;
  position: absolute;
}

#a-group-tour,#b-private-tour, #c-group-shuttle{
  margin-bottom: 5rem;
}

/*--------------------------------------------------------------
  DETAIL TOUR
--------------------------------------------------------------*/

.pictos-guide-tour{
  width: 145px;
  height: 150px;
  background-repeat: no-repeat;
}

.picto-guide {
  background-image: url(../images/pictos-tour/picto-guide.svg);
}

.picto-free-time {
  background-image: url(../images/pictos-tour/picto-free-time.svg);
}

.picto-langue {
  background-image: url(../images/pictos-tour/picto-langue.svg);
}

.picto-museum {
  background-image: url(../images/pictos-tour/picto-museum.svg);
}

/*-----------------------
  DETAIL TOUR DATE
--------------------------------*/

.ui-datepicker td span, .ui-datepicker td a{
  text-align: center !important;
  font-size:.7rem;
}

.nb-place{
  font-size: 0.8rem;
  line-height: 1;
}

.ui-datepicker td.date_valide a {
  color: #FFF;
}

#ui-datepicker-div {
  width:auto!important;
  overflow: hidden;
}
@media(max-width:767px){
	#ui-datepicker-div {
		width:80%!important;
		left:10%!important
	}
}

.ui-datepicker-calendar td{
  overflow: hidden;
}

.ui-datepicker td.date_valide a,.date_nonvalide span.ui-state-default{
  background-color: #154867;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap !important;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}
@media(min-width:768px){
	.ui-datepicker td.date_valide a,.date_nonvalide span.ui-state-default{
		min-height:70px;
		min-width:70px;
	}
}
.ui-widget.ui-widget-content{
  border: 1px solid #F4EEE9 !important;
  border-radius: 0;
}

.ui-widget-header a{
  color: #132D3C !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  color: #ffffff;
}

.ui-state-default, .ui-widget-content .ui-state-default{
  border: 1px solid  #154867;
  color: white !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight{
  border: 1px solid #F4EEE9 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active {
  border: 1px solid #BC2733 !important;
}

.ui-datepicker-title {
  font-family: 'Din Next Slab Rust', sans-serif;
  color: #132D3C !important;
  text-transform: uppercase !important;
}

.ui-datepicker-header {
  background-color: #F4EEE9 !important;
  border: 1px solid #F4EEE9 !important;
}

.ui-widget-content, .ui-datepicker th span {
  color: #132D3C !important;
}

/*-----------------------
  DETAIL ONGLET TOUR
--------------------------------*/

#important-tab, #cancellation-tab, #settings-tab{
  color: #154867;
}

#important-tab:hover,#cancellation-tab:hover,#settings-tab:hover{
  color: #BC2733 !important;
}

.separation {
  background-image: url(../images/pictos-tour/separation-verticale.svg);
  background-repeat: no-repeat;
}

#important-tab[aria-selected="true"],#cancellation-tab[aria-selected="true"],#settings-tab[aria-selected="true"]{
  color: #BC2733 !important;
}

#important-tab[aria-selected="true"]:after,#cancellation-tab[aria-selected="true"]:after,#settings-tab[aria-selected="true"]:after{
  content:'';
  display: block;
  background-image: url(../images/pictos-tour/fleche-rouge.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 20px;
  position: absolute;
  bottom:-0.75rem;
}

/*-----------------------
 DETAILS TOUR CAROUSEL
--------------------------------*/

.slick-prev::before, .slick-next::before {
  color: #132D3C;
}

.carousel .slick-dots li button{
  font-size:1.25rem;
  color: red;
  font-family: 'Din Next Slab Rust', sans-serif;
  color: #132D3C !important;
  opacity: .35;
}

.carousel .slick-dots li.slick-active button{
  opacity: 1;
}

.carousel .slick-dots li{
  margin-bottom: 1rem;
}

.carousel .slick-dots {
  top: -35px;
  position: absolute;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  justify-content: center;
  flex-wrap: wrap;
  align-content:start;
  z-index: 5;
}

.slick-dots li button::before {
  font-family: 'Din Next Slab Rust', sans-serif;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: -15px;
  left: -12px;
  width: auto;
  height: auto;
  content: 'STAGE';
  text-align: center;
  opacity: .25;
  color: #132D3C !important;
}
.carousel .slick-list {
  position: relative;
  z-index: 10;
}
/*--------------------------------------------------------------
 HOTELLERIE
--------------------------------------------------------------*/

.etoiles {
  background-repeat: no-repeat;
  height: 30px;
  background-size: contain;
  margin: auto;
}

.etoile-1etoile{
  background-image: url('../images/etoiles/1-etoile.svg');
  width: 28px;
}

.etoile-2etoiles {
  background-image: url('../images/etoiles/2-etoiles.svg');
  width: 62px;
}

.etoile-3etoiles {
  background-image: url('../images/etoiles/3-etoiles.svg');
  width: 98px;
}

.etoile-4etoiles {
  background-image: url('../images/etoiles/4-etoiles.svg');
  width: 132px;
}

.etoile-5etoiles {
  background-image: url('../images/etoiles/5-etoiles.svg');
  width: 168px;
}

/*--------------------------------------------------------------
 FOOTER
--------------------------------------------------------------*/

.grid-footer {
  grid-template-columns: 1fr 2fr 1fr;
}

.picto-tel:before{
  content:"";
  background-image: url(../images/picto-tel.svg);
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  display: block;
  margin-right: 1rem;
}

.picto-fb{
  content:"";
  background-image: url(../images/picto-facebook.svg);
  width: 22px;
  height: 41px;
  display: block;
}

.picto-insta{
  content:"";
  background-image: url(../images/picto-instagram.svg);
  width: 36px;
  height: 36px;
  display: block;
}

/*--------------------------------------------------------------
	RESPONSIVE
--------------------------------------------------------------*/

@media screen and (max-width: 480px){
}

/*--------------
--------------------*/

@media screen and (max-width: 640px){
  .sub-menu {
    position: relative;
  }

  #menu-menu-1>li{
    margin-bottom: 1rem;
  }

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

  .taille-logo-nai{
    width: 60%;
    padding-top: 1rem;
  }

  .logos-reassurances{
    width: 30%;
    margin: auto;
  }

  /*--------------------------------------------------------------
		DECOS
	--------------------------------------------------------------*/

  .filtre{
    -webkit-mask-size: 98% 105%;
            mask-size: 98% 105%;
  }
  .ui-datepicker td.date_valide a,.date_nonvalide span.ui-state-default{
    min-width: auto;
  }
}

/*--------------
--------------------*/

@media screen and (max-width: 782px){
  h1,h2,.entry-content h2,.entry-content h1 {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
  }

  h3 {
    font-size: 1.5rem;
  }

  .wp-block-columns{
    gap:0;
  }

  .grid-temoignage{
    grid-template-columns: 2fr 1fr;
  }

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

  .block-reassurance a #affiche-texte{
    display: block;
  }

  .block-reassurance a .titre::after {
    content: '';
    background-image: url(../images/fleche-blanche.svg);
    display: block;
    width: 22px;
    height: 27px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
  }

  /*------------------
					FORMULAIRE
			-------------------*/

  .ginput_container {
    gap: 1.5rem;
  }

  .gform_wrapper.gravity-theme .ginput_complex span{
    margin-bottom: 0;
  }

  /*---------------------
		 TOURS DATE
    ------------------------*/

  .ui-datepicker-calendar {
    table-layout: fixed !important;
    overflow-wrap: break-word!important;
  }

  .carousel .slick-dots {
    top: -75px;
  }

  .padding-tour-une h2{
    padding-bottom: 0;
  }
}

/*--------------
--------------------*/

@media screen and (max-width: 768px){
    .block-reassurance li {
    min-height: auto !important;
  }
}

/*--------------
--------------------*/

@media screen and (max-width: 1024px){
  .fond-faq {
    -webkit-mask:none;
            mask:none;
  }

  .block-reassurance li .titre + .content{
    display: block;

  }
  .block-reassurance li {

   min-height: 375px;
  }
  /*------------------
					MENU PRINCIPAL
			-------------------*/

  #primary-menu #menu-menu-1>li {
    margin-bottom: 1rem;
  }

  #primary-menu a{
    padding: .1rem 1rem;
    line-height: 1.5;
    transition: .5s;
  }

  #primary-menu a:hover{
    transform: translateX(-1rem);
  }

  .sub-menu a {
    font-size: 1rem;
    padding-left: 2rem !important;
  }

  #primary-menu	.sub-menu{
    position: relative;
    width: auto;
  }

  .sub-menu li{
    background-color: rgba(255, 255, 255, 0);
    padding: .3rem 0;
  }

  #primary-menu li:hover .sub-menu {
    display: block;
  }

  .sub-menu a{
    line-height: 1 !important;
    text-align: right  !important;
  }

  .cart{
  display: flex;
  justify-content: end;

  }

  .cart::before{
      background-image: url(../images/cart-bleu.svg);
    position: relative;
    top: auto;
    left: 0;
  }

  /*---------------------
		 MOTEUR DE RECHERCHE
    ------------------------*/

  .moteur_recherche{
    transform: translateY(0)!important;
  }

  .deco-fond {
    background:none;
  }

  /*-----------------------------
	TOUR A LA UNE HOME
----------------------*/

  .padding-tour-une {
    padding: 8rem 2rem;
  }
}

/*--------------
--------------------*/

@media screen and (max-width: 1280px){
  /*---------------------
		 MOTEUR DE RECHERCHE
    ------------------------*/

  .moteur_recherche{
    transform: translateY(-110px);
  }

  /*-----------------------------
	TOUR A LA UNE HOME
----------------------*/

  .padding-tour-une {
    padding: 8rem 2rem !important;
  }
}

/*--------------
--------------------*/

@media screen and (max-width: 1440px){
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px) {
    .md\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

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

  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

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

  @media (min-width: 1440px) {
    .md\:container {
      max-width: 1440px;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 480px) {
    .lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

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

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
      padding-right: 1rem;
      padding-left: 1rem;
    }
  }

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

  @media (min-width: 1440px) {
    .lg\:container {
      max-width: 1440px;
    }
  }
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110: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));
}

.hover\:text-rouge:hover {
  --tw-text-opacity: 1;
  color: rgb(188 39 51 / var(--tw-text-opacity));
}

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

@media (min-width: 640px) {
  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:left-0 {
    left: 0px;
  }
  .md\:right-0 {
    right: 0px;
  }
  .md\:m-auto {
    margin: auto;
  }

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

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

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-\[22rem\] {
    margin-top: 22rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

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

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:translate-y-20 {
    --tw-translate-y: 5rem;
    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));
  }

  .md\:cursor-pointer {
    cursor: pointer;
  }

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

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

  .md\:text-3xl {
    font-size: 1.875rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3.125rem;
  }

  .md\:text-lg {
    font-size: 1rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:-top-32 {
    top: -8rem;
  }

  .lg\:top-1 {
    top: 0.25rem;
  }

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

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-\[33\.25rem\] {
    margin-top: 33.25rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[41\.25rem\] {
    height: 41.25rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-2\/4 {
    width: 50%;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

  .lg\:w-4\/6 {
    width: 66.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:-translate-x-12 {
    --tw-translate-x: -3rem;
    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));
  }

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

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

  .lg\:text-3xl {
    font-size: 1.875rem;
  }

  .lg\:text-5xl {
    font-size: 3.125rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
  }

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

  .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);
  }
}

@media (min-width: 1280px) {
  .xl\:w-48 {
    width: 12rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
  }
}


/***** CUSTOM *****/
.guide-content p{
color:white;
}
iframe {
  max-width: 100%;
}