@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Poppins:wght@400;700&family=Inter:wght@500;700;800&family=Pragati+Narrow&display=swap');

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

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

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

body{
  font-family: Poppins, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(63 83 119 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.titre-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 60px;
  font-weight: 700;
  font-style: normal;
  line-height: 50px;
  letter-spacing: -3px;
  text-transform: uppercase;
}

h2,
.titre-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  letter-spacing: -2px;
  text-transform: uppercase;
}

h3,
.titre-3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
  letter-spacing: -1.5px;
  text-transform: uppercase;
}

h4,
.titre-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  line-height: 26px;
  letter-spacing: -1.25px;
  text-transform: uppercase;
}

h5,
.titre-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.p1-regular {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 20px;
}

.p1-bold {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
}

.p2-regular {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 16px;
}

.menu {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
}

.sous-menu {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 20px;
}

.cta {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}

/* Titres réduits en mobile — dans @layer components pour que les utilitaires
   text-[..] (ex. un chiffre en text-[100px]) puissent surcharger */

@media (max-width: 767px) {
  h1, .titre-1 {
    font-size: 35px;
    line-height: 34px;
    letter-spacing: -1.75px;
  }

  h2, .titre-2 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1.5px;
  }

  h3, .titre-3 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -1px;
  }

  h4, .titre-4 {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -1px;
  }

  h5, .titre-5 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.8px;
  }
}

/* CTA pill button — X graphic slides from left to right on hover */

.btn {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 800;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
  height: 50px;
  min-width: 168px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 12px;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgb(242 242 242 / 0.5);
  padding-left: 25px;
  padding-right: 25px;
  --tw-text-opacity: 1;
  color: rgb(63 83 119 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(10px);
  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-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;
}

.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.btn .btn-text{
  position: relative;
  z-index: 10;
}

.btn .btn-x{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 21px;
  height: 50px;
  width: 64px;
  transition-property: left;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn:hover .btn-x {
  left: calc(100% - 87px);
}

.btn .btn-x img{
  max-width: none;
}

/* Fil d'Ariane : élément courant orange, liens selon le thème */

.breadcrumb-current{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(247 176 9 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.header-breadcrumb[data-theme="blanc"] .breadcrumb-link,
    .header-breadcrumb[data-theme="blanc"] .breadcrumb-sep {
  color: rgba(255, 255, 255, 0.6);
}

.header-breadcrumb[data-theme="bleu"] .breadcrumb-link,
    .header-breadcrumb[data-theme="bleu"] .breadcrumb-sep {
  color: rgba(63, 83, 119, 0.5);
}

.breadcrumb-link:hover{
  --tw-text-opacity: 1;
  color: rgb(247 176 9 / var(--tw-text-opacity, 1));
}

/* Menu mobile : panneau plein écran */

.mobile-menu {
  display: none;
}

.site-header.menu-open .mobile-menu {
  display: flex;
}

html.menu-locked {
  overflow: hidden;
}

/* Burger (3 traits → croix) */

.mobile-burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-burger span:nth-child(1) {
  top: 0;
}

.mobile-burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.mobile-burger span:nth-child(3) {
  bottom: 0;
}

.site-header.menu-open .mobile-burger span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.site-header.menu-open .mobile-burger span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .mobile-burger span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

/* Header theme variants — le fond de la barre n'apparaît qu'en desktop
       (en mobile la barre est transparente : logo + burger en overlay) */

.site-header[data-theme="blanc"] .header-bar{
  --tw-text-opacity: 1;
  color: rgb(63 83 119 / var(--tw-text-opacity, 1));
}

.site-header[data-theme="bleu"] .header-bar{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .site-header[data-theme="blanc"] .header-bar{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .site-header[data-theme="bleu"] .header-bar{
    --tw-bg-opacity: 1;
    background-color: rgb(63 83 119 / var(--tw-bg-opacity, 1));
  }
}

/* Burger : couleur selon le thème overlay (blanc sur fond sombre, bleu sinon) */

.site-header[data-theme="blanc"] .mobile-burger {
  color: #fff;
}

.site-header[data-theme="bleu"] .mobile-burger {
  color: #3f5377;
}

/* Menu ouvert : barre bleue, logo + burger blancs (par-dessus le panneau) */

.site-header.menu-open .header-bar {
  background-color: #3f5377;
}

.site-header.menu-open .mobile-burger {
  color: #fff;
}

.site-header.menu-open[data-theme] .header-logo-blanc {
  display: block;
}

.site-header.menu-open[data-theme] .header-logo-bleu {
  display: none;
}

/* Mobile : barre bleue + logo/burger blancs dès qu'on a défilé */

@media (max-width: 1023px) {
  .site-header.scrolled .header-bar {
    background-color: #3f5377;
  }

  .site-header.scrolled .mobile-burger {
    color: #fff;
  }

  .site-header.scrolled[data-theme] .header-logo-blanc {
    display: block;
  }

  .site-header.scrolled[data-theme] .header-logo-bleu {
    display: none;
  }
}

.site-header[data-theme="blanc"] .header-nav{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-header[data-theme="bleu"] .header-nav{
  --tw-text-opacity: 1;
  color: rgb(63 83 119 / var(--tw-text-opacity, 1));
}

.site-header[data-theme="blanc"] .header-logo-bleu,
    .site-header[data-theme="bleu"] .header-logo-blanc{
  display: none;
}

.site-header[data-theme="blanc"] .scroll-indicator{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.site-header[data-theme="bleu"] .scroll-indicator{
  --tw-text-opacity: 1;
  color: rgb(63 83 119 / var(--tw-text-opacity, 1));
}

.scroll-indicator{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.scroll-indicator.is-hidden{
  pointer-events: none;
  opacity: 0;
}

.site-header[data-theme="bleu"] .header-bar a:hover{
  --tw-text-opacity: 1;
  color: rgb(247 176 9 / var(--tw-text-opacity, 1));
}

.header-nav .menu-toggle,
    .header-nav .menu-section > a{
  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: 200ms;
}

.header-nav .menu-toggle:hover,
    .header-nav .menu-section > a:hover{
  --tw-text-opacity: 1;
  color: rgb(247 176 9 / var(--tw-text-opacity, 1));
}

.header-nav .menu-sub a{
  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: 200ms;
}

.header-nav .menu-sub a:hover{
  --tw-text-opacity: 1;
  color: rgb(247 176 9 / var(--tw-text-opacity, 1));
}

/* Ouverture au survol (et .open en repli tactile) */

.menu-section:hover .menu-toggle,
    .menu-section.open .menu-toggle{
  --tw-text-opacity: 1;
  color: rgb(247 176 9 / var(--tw-text-opacity, 1));
}

.menu-section:hover .menu-chevron,
    .menu-section.open .menu-chevron{
  --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));
}

.menu-section:hover .menu-sub,
    .menu-section.open .menu-sub{
  display: flex;
}

/* Filtres entreprises : pastille active = bleu + X */

.entreprise-filtre:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(63 83 119 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.entreprise-filtre[aria-pressed="true"]{
  border-color: rgb(255 255 255 / 0.1);
  --tw-bg-opacity: 1;
  background-color: rgb(63 83 119 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.entreprise-filtre[aria-pressed="true"] .filtre-close{
  display: block;
}

/* X Praxy animé : les 2 moitiés glissent (transform géré en JS) */

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

.x-half svg{
  height: 100%;
  width: 100%;
}

/* FAQ accordéon : fermé par défaut, ouverture au survol (et .open en repli tactile) */

.faq-item {
  transition: background-color 0.3s ease;
}

.faq-item.open {
  background-color: #aab2cc;
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}

.faq-item.open .faq-answer {
  max-height: 600px;
}

.faq-item.open .icon-plus{
  display: none;
}

.faq-item.open .icon-minus{
  display: flex;
}

/* Ouverture au survol : seulement si l'appareil a un vrai hover.
       Sur tactile le :hover « colle » au tap et empêcherait la fermeture. */

@media (hover: hover) {
  .faq-item:hover {
    background-color: #aab2cc;
  }

  .faq-item:hover .faq-answer {
    max-height: 600px;
  }

  .faq-item:hover .icon-plus{
    display: none;
  }

  .faq-item:hover .icon-minus{
    display: flex;
  }
}

/* Solutions accordion — opens on hover (and .open on touch devices) */

.solution-row .solution-content{
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.solution-row.open .solution-content{
  max-height: 500px;
  padding-bottom: 30px;
  opacity: 1;
}

.solution-row .solution-watermark{
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.solution-row.open .solution-watermark{
  opacity: 1;
}

.solution-row.open .icon-plus{
  display: none;
}

.solution-row.open .icon-minus{
  display: flex;
}

/* Ouverture au survol : seulement sur appareils avec un vrai hover */

@media (hover: hover) {
  .solution-row:hover .solution-content{
    max-height: 500px;
    padding-bottom: 30px;
    opacity: 1;
  }

  .solution-row:hover .solution-watermark{
    opacity: 1;
  }

  .solution-row:hover .icon-plus{
    display: none;
  }

  .solution-row:hover .icon-minus{
    display: flex;
  }
}

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

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

.-left-\[6\.3vw\]{
  left: -6.3vw;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[20px\]{
  bottom: 20px;
}

.bottom-\[27px\]{
  bottom: 27px;
}

.left-0{
  left: 0px;
}

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

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

.left-\[175px\]{
  left: 175px;
}

.left-\[19px\]{
  left: 19px;
}

.left-\[20\%\]{
  left: 20%;
}

.left-\[3\.9vw\]{
  left: 3.9vw;
}

.left-\[34px\]{
  left: 34px;
}

.left-\[36px\]{
  left: 36px;
}

.left-\[49vw\]{
  left: 49vw;
}

.left-\[51\%\]{
  left: 51%;
}

.left-\[52vw\]{
  left: 52vw;
}

.left-\[67vw\]{
  left: 67vw;
}

.left-\[68\.2vw\]{
  left: 68.2vw;
}

.left-\[80\%\]{
  left: 80%;
}

.right-0{
  right: 0px;
}

.right-\[18px\]{
  right: 18px;
}

.right-\[21px\]{
  right: 21px;
}

.right-full{
  right: 100%;
}

.top-0{
  top: 0px;
}

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

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

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

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

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

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

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

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

.top-\[25\.6vh\]{
  top: 25.6vh;
}

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

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

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

.top-\[46vh\]{
  top: 46vh;
}

.top-\[47vh\]{
  top: 47vh;
}

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

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

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

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

.top-\[calc\(25\.6vh\+5\.5vw\)\]{
  top: calc(25.6vh + 5.5vw);
}

.top-\[calc\(46vh\+5\.5vw\)\]{
  top: calc(46vh + 5.5vw);
}

.top-\[calc\(47vh\+5\.9vw\)\]{
  top: calc(47vh + 5.9vw);
}

.isolate{
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

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

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

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

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

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

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

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

.ml-\[20\%\]{
  margin-left: 20%;
}

.ml-\[40px\]{
  margin-left: 40px;
}

.mr-\[23px\]{
  margin-right: 23px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

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

.hidden{
  display: none;
}

.aspect-\[325\/365\]{
  aspect-ratio: 325/365;
}

.aspect-\[326\/366\]{
  aspect-ratio: 326/366;
}

.aspect-\[360\/210\]{
  aspect-ratio: 360/210;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[522\.5px\]{
  height: 522.5px;
}

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[25\.4vw\]{
  width: 25.4vw;
}

.w-\[25\.5vw\]{
  width: 25.5vw;
}

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

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

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

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

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

.w-\[28vw\]{
  width: 28vw;
}

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

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

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

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

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

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

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

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

.w-\[calc\(20\%-26px\)\]{
  width: calc(20% - 26px);
}

.w-\[calc\(33\.333\%-24px\)\]{
  width: calc(33.333% - 24px);
}

.w-auto{
  width: auto;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-px{
  width: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[85vw\]{
  max-width: 85vw;
}

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

.max-w-none{
  max-width: none;
}

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

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

.origin-top-left{
  transform-origin: top left;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  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-y-1\/2{
  --tw-translate-y: -50%;
  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));
}

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

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-10{
  gap: 2.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-32{
  gap: 8rem;
}

.gap-6{
  gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-x-\[20px\]{
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.gap-x-\[28px\]{
  -moz-column-gap: 28px;
       column-gap: 28px;
}

.gap-y-\[15px\]{
  row-gap: 15px;
}

.gap-y-\[50px\]{
  row-gap: 50px;
}

.gap-y-\[6px\]{
  row-gap: 6px;
}

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

.overflow-hidden{
  overflow: hidden;
}

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

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

.overflow-x-clip{
  overflow-x: clip;
}

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

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

.rounded-\[50\%\]{
  border-radius: 50%;
}

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

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

.border{
  border-width: 1px;
}

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

.border-blanc\/20{
  border-color: rgb(255 255 255 / 0.2);
}

.border-bleu{
  --tw-border-opacity: 1;
  border-color: rgb(63 83 119 / var(--tw-border-opacity, 1));
}

.border-noir-10{
  border-color: rgba(0, 0, 0, 0.1);
}

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

.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}

.bg-\[\#d9d9d9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}

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

.bg-blanc\/20{
  background-color: rgb(255 255 255 / 0.2);
}

.bg-blanc\/50{
  background-color: rgb(255 255 255 / 0.5);
}

.bg-blanc\/70{
  background-color: rgb(255 255 255 / 0.7);
}

.bg-bleu{
  --tw-bg-opacity: 1;
  background-color: rgb(63 83 119 / var(--tw-bg-opacity, 1));
}

.bg-bleu\/30{
  background-color: rgb(63 83 119 / 0.3);
}

.bg-bleu\/70{
  background-color: rgb(63 83 119 / 0.7);
}

.bg-gris-clair{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-gris-clair\/50{
  background-color: rgb(242 242 242 / 0.5);
}

.bg-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(247 176 9 / var(--tw-bg-opacity, 1));
}

.bg-orange\/70{
  background-color: rgb(247 176 9 / 0.7);
}

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

.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-black\/0{
  --tw-gradient-from: rgb(0 0 0 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/40{
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/60{
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black{
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.to-black\/80{
  --tw-gradient-to: rgb(0 0 0 / 0.8) var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

.bg-fixed{
  background-attachment: fixed;
}

.bg-center{
  background-position: center;
}

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

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

.p-\[5px\]{
  padding: 5px;
}

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[100px\]{
  padding-bottom: 100px;
}

.pb-\[120px\]{
  padding-bottom: 120px;
}

.pb-\[250px\]{
  padding-bottom: 250px;
}

.pb-\[25px\]{
  padding-bottom: 25px;
}

.pb-\[2px\]{
  padding-bottom: 2px;
}

.pb-\[30px\]{
  padding-bottom: 30px;
}

.pb-\[32px\]{
  padding-bottom: 32px;
}

.pb-\[40px\]{
  padding-bottom: 40px;
}

.pb-\[50px\]{
  padding-bottom: 50px;
}

.pb-\[5px\]{
  padding-bottom: 5px;
}

.pb-\[60px\]{
  padding-bottom: 60px;
}

.pb-\[6px\]{
  padding-bottom: 6px;
}

.pb-\[80px\]{
  padding-bottom: 80px;
}

.pl-\[18px\]{
  padding-left: 18px;
}

.pl-\[20px\]{
  padding-left: 20px;
}

.pl-\[25px\]{
  padding-left: 25px;
}

.pl-\[28px\]{
  padding-left: 28px;
}

.pl-\[34px\]{
  padding-left: 34px;
}

.pr-\[20px\]{
  padding-right: 20px;
}

.pr-\[24px\]{
  padding-right: 24px;
}

.pr-\[25px\]{
  padding-right: 25px;
}

.pt-\[100px\]{
  padding-top: 100px;
}

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

.pt-\[120px\]{
  padding-top: 120px;
}

.pt-\[12px\]{
  padding-top: 12px;
}

.pt-\[14\%\]{
  padding-top: 14%;
}

.pt-\[140px\]{
  padding-top: 140px;
}

.pt-\[150px\]{
  padding-top: 150px;
}

.pt-\[160px\]{
  padding-top: 160px;
}

.pt-\[200px\]{
  padding-top: 200px;
}

.pt-\[22vh\]{
  padding-top: 22vh;
}

.pt-\[25px\]{
  padding-top: 25px;
}

.pt-\[26px\]{
  padding-top: 26px;
}

.pt-\[300px\]{
  padding-top: 300px;
}

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

.pt-\[34px\]{
  padding-top: 34px;
}

.pt-\[40px\]{
  padding-top: 40px;
}

.pt-\[5px\]{
  padding-top: 5px;
}

.pt-\[60px\]{
  padding-top: 60px;
}

.pt-\[73px\]{
  padding-top: 73px;
}

.pt-\[80px\]{
  padding-top: 80px;
}

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

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

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

.font-inter{
  font-family: Inter, sans-serif;
}

.font-montserrat{
  font-family: Montserrat, sans-serif;
}

.font-pragati{
  font-family: "Pragati Narrow", sans-serif;
}

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

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

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

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

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

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

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

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

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

.font-\[700\]{
  font-weight: 700;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.\!leading-\[15px\]{
  line-height: 15px !important;
}

.leading-\[0\.4\]{
  line-height: 0.4;
}

.leading-\[0\.6\]{
  line-height: 0.6;
}

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

.leading-\[22px\]{
  line-height: 22px;
}

.leading-\[24px\]{
  line-height: 24px;
}

.leading-\[25px\]{
  line-height: 25px;
}

.leading-\[63px\]{
  line-height: 63px;
}

.tracking-\[-0\.55px\]{
  letter-spacing: -0.55px;
}

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

.text-bleu{
  --tw-text-opacity: 1;
  color: rgb(63 83 119 / var(--tw-text-opacity, 1));
}

.text-orange{
  --tw-text-opacity: 1;
  color: rgb(247 176 9 / var(--tw-text-opacity, 1));
}

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

.shadow-\[inset_0px_5px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
  --tw-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.5);
  --tw-shadow-colored: inset 0px 5px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-2{
  --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(2px + 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-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

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

.backdrop-blur-\[10px\]{
  --tw-backdrop-blur: blur(10px);
  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-blur-\[12\.5px\]{
  --tw-backdrop-blur: blur(12.5px);
  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-blur-\[25px\]{
  --tw-backdrop-blur: blur(25px);
  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-blur-\[6px\]{
  --tw-backdrop-blur: blur(6px);
  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-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.\[writing-mode\:vertical-rl\]{
  writing-mode: vertical-rl;
}

/* Ancres : défilement doux + décalage pour ne pas passer sous le header fixe */

html {
  scroll-behavior: smooth;
}

/* Évite le flash bleu→blanc du menu au chargement : pas de transition tant que
   le JS n'a pas fixé le bon thème (classe retirée après la 1re mise à jour). */

html.no-header-anim .header-bar,
html.no-header-anim .header-nav,
html.no-header-anim .header-nav a,
html.no-header-anim .header-nav .menu-toggle,
html.no-header-anim .scroll-indicator,
html.no-header-anim .header-breadcrumb .breadcrumb-link,
html.no-header-anim .header-breadcrumb .breadcrumb-sep {
  transition: none !important;
}

[id] {
  scroll-margin-top: 120px;
}

/* Groupes du glossaire : décalage plus grand (header + barre de lettres sticky) */

.glossaire-letter {
  scroll-margin-top: 180px;
}

/* Typography Classes — dans @layer components pour que les utilitaires
   Tailwind (ex. text-[80px]) puissent les surcharger */

/* Cascade items (bloc Contenu) : décalage en escalier sur desktop */

@media (min-width: 1024px) {
  .cascade-item {
    margin-left: var(--cascade-offset, 0);
  }
}

/* background-attachment: fixed est cassé / janky sur mobile (iOS Safari) :
   on repasse en scroll sous 1024px. Le rendu desktop (parallaxe) est conservé. */

@media (max-width: 1023px) {
  .bg-fixed {
    background-attachment: scroll;
  }
}

/* Slider horizontal sans barre de défilement visible */

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Gras à l'intérieur d'un titre → orange.
   Couvre le titre descendant (wysiwyg) ET l'élément qui est lui-même un titre. */

.titres-strong-orange :is(h1, h2, h3, h4, h5, h6) :is(strong, b),
.titres-strong-orange:is(h1, h2, h3, h4, h5, h6) :is(strong, b) {
  color: #f7b009;
}

/* Gras → orange (n'importe où dans le contenu, ex. contact / conclusion) */

.strong-orange :is(strong, b) {
  color: #f7b009;
}

.wysiwyg-content p {
  margin-bottom: 20px;
}

/* Liens dans le corps d'un article : soulignés */

.article-content a {
  text-decoration: underline;
}

/* Ruban rayé (page en construction) : box translucide + rayures orange */

.hazard-ribbon {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.hazard-ribbon-stripes {
  border-radius: 3px;
  background: repeating-linear-gradient(-45deg, #f7b009 0 8px, transparent 8px 16px);
  animation: hazard-fill 2.2s steps(11, start) infinite;
}

/* Motif fixe révélé rayure par rayure (11 paliers), de gauche à droite, en boucle */

@keyframes hazard-fill {
  from {
    clip-path: inset(0 100% 0 0);
  }

  to   {
    clip-path: inset(0 0 0 0);
  }
}

/* Liens dans le contenu d'une page de texte : orange */

.texte-page .wysiwyg-content a {
  color: #f7b009;
}

/* Carrousel articles : largeur de slide fixe (bat le .swiper-slide{width:100%} de Swiper) */

.article-swiper .swiper-slide {
  width: 359px;
  max-width: 85vw;
  height: auto;
}

/* Carte article entièrement cliquable : le lien du titre s'étend sur toute la carte */

.article-card .article-card-link::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
}

.article-card {
  cursor: pointer;
}

/* ---- Formulaire de contact (Contact Form 7) façon Praxy ---- */

.praxy-form .praxy-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.praxy-form .praxy-field {
  position: relative;
  flex: 1 1 0;
  min-width: 240px;
  min-height: 70px;
  padding: 9px 15px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12.5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.praxy-form .praxy-row .praxy-field {
  margin-bottom: 0;
}

.praxy-form .praxy-field label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 6px;
}

.praxy-form input,
.praxy-form select,
.praxy-form textarea {
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.praxy-form input::-moz-placeholder, .praxy-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

.praxy-form input::placeholder,
.praxy-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

.praxy-form textarea {
  resize: none;
  min-height: 290px;
}

/* Dropdown custom (remplace le <select> natif, masqué mais synchronisé) */

.praxy-form .praxy-select {
  position: relative;
}

.praxy-form .praxy-select-native {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  margin: 0;
}

.praxy-form .praxy-select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
}

.praxy-form .praxy-select-value {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}

.praxy-form .praxy-select.has-value .praxy-select-value {
  color: #fff;
  font-style: normal;
}

.praxy-form .praxy-select-chevron {
  flex-shrink: 0;
  width: 11px;
  height: 7px;
  color: #fff;
  transition: transform 0.2s ease, color 0.2s ease;
}

.praxy-form .praxy-select.open .praxy-select-chevron {
  color: #f7b009;
  transform: rotate(180deg);
}

/* Champ en surbrillance quand le dropdown est ouvert */

.praxy-form .praxy-field.is-open {
  background: rgba(255, 255, 255, 0.5);
  border-color: #fff;
}

/* Panneau d'options : blanc, bordure orange. Dans le flux → agrandit le
   champ et pousse le champ suivant vers le bas (pas de chevauchement). */

.praxy-form .praxy-select-panel {
  display: none;
  flex-direction: column;
  gap: 14px;
  margin: 12px -15px -9px;
  padding: 22px 20px;
  list-style: none;
  background: #fff;
  border: 1px solid #f7b009;
}

.praxy-form .praxy-select.open .praxy-select-panel {
  display: flex;
}

.praxy-form .praxy-select-option {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #3f5377;
  cursor: pointer;
  transition: color 0.2s ease;
}

.praxy-form .praxy-select-option:hover {
  color: #f7b009;
}

/* Pied : note champs obligatoires (gauche) + bouton envoyer (droite) */

.praxy-form .praxy-form-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

.praxy-form .praxy-required {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #fff;
  margin-right: auto;
}

/* Le bouton submit CF7 est remplacé en JS par un vrai bouton .btn (X glissant) */

.praxy-form input[type="submit"] {
  display: none;
}

.praxy-form .wpcf7-not-valid-tip {
  color: #ffd2d2;
  font-size: 12px;
  margin-top: 4px;
}

.praxy-form .wpcf7-response-output {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5) !important;
  margin: 20px 0 0 !important;
}

.wysiwyg-content :is(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 20px;
}

.wysiwyg-content p:last-child {
  margin-bottom: 0;
}

.wysiwyg-content ul li {
  position: relative;
  list-style: none;
  padding-left: 15px;
  margin-left: 10px;
}

/* Contenu indenté du bloc Contenu : puces sans décalage gauche */

.contenu-indente ul li {
  margin-left: 0;
}

.wysiwyg-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 50%;
}

/* TRAME : 4 lignes verticales qui divisent l'écran en 5 parts égales (20/40/60/80%).
   Le contenu des sections s'aligne sur ces lignes. */

.trame::before,
.trame-blanc::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position-x: 20%, 40%, 60%, 80%;
  background-image:
        linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.10)),
        linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.10)),
        linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.10)),
        linear-gradient(rgba(0, 0, 0, 0.10), rgba(0, 0, 0, 0.10));
}

/* Sur les sections photo (hero, footer), les lignes passent au-dessus des images */

.trame-blanc::before {
  z-index: 25;
}

/* Scroll reveal animations */

[data-animate] {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: var(--animate-delay, 0s);
}

[data-animate].in-view {
  opacity: 1;
  transform: none;
}

[data-animate="left"] {
  transform: translateX(-80px);
}

[data-animate="right"] {
  transform: translateX(80px);
}

[data-animate="left"].in-view,
[data-animate="right"].in-view {
  transform: none;
}

/* Filet vertical qui se dessine de haut en bas à l'entrée dans le viewport */

[data-draw] {
  height: 0;
  transition: height 0.9s ease;
}

[data-draw].in-view {
  height: 100%;
}

.hover\:border-bleu\/20:hover{
  border-color: rgb(63 83 119 / 0.2);
}

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

.hover\:bg-bleu:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(63 83 119 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-bleu:hover{
  --tw-text-opacity: 1;
  color: rgb(63 83 119 / var(--tw-text-opacity, 1));
}

.hover\:text-orange:hover{
  --tw-text-opacity: 1;
  color: rgb(247 176 9 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .sm\:w-\[256px\]{
    width: 256px;
  }

  .sm\:w-\[calc\(\(100\%-11px\)\/2\)\]{
    width: calc((100% - 11px) / 2);
  }

  .sm\:w-\[calc\(\(100\%_-_20px\)\/2\)\]{
    width: calc((100% - 20px) / 2);
  }

  .sm\:w-\[calc\(50\%_-_20px\)\]{
    width: calc(50% - 20px);
  }

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

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

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

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

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

  .lg\:sticky{
    position: sticky;
  }

  .lg\:-left-\[61px\]{
    left: -61px;
  }

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

  .lg\:left-\[calc\(60\%_\+_20px\)\]{
    left: calc(60% + 20px);
  }

  .lg\:right-\[calc\(60\%_\+_20px\)\]{
    right: calc(60% + 20px);
  }

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

  .lg\:top-\[24px\]{
    top: 24px;
  }

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

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

  .lg\:-ml-\[40px\]{
    margin-left: -40px;
  }

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

  .lg\:ml-\[146px\]{
    margin-left: 146px;
  }

  .lg\:ml-\[20\%\]{
    margin-left: 20%;
  }

  .lg\:ml-\[33\.333\%\]{
    margin-left: 33.333%;
  }

  .lg\:ml-\[40\%\]{
    margin-left: 40%;
  }

  .lg\:ml-auto{
    margin-left: auto;
  }

  .lg\:mr-\[40\%\]{
    margin-right: 40%;
  }

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

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

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

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

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

  .lg\:mt-auto{
    margin-top: auto;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

  .lg\:h-\[calc\(100vh-30px\)\]{
    height: calc(100vh - 30px);
  }

  .lg\:h-\[calc\(100vh-42px\)\]{
    height: calc(100vh - 42px);
  }

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

  .lg\:h-screen{
    height: 100vh;
  }

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

  .lg\:w-\[20\%\]{
    width: 20%;
  }

  .lg\:w-\[25\%\]{
    width: 25%;
  }

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

  .lg\:w-\[40\%\]{
    width: 40%;
  }

  .lg\:w-\[calc\(\(100\%_-_40px\)\/3\)\]{
    width: calc((100% - 40px) / 3);
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-\[80px\]{
    gap: 80px;
  }

  .lg\:self-start{
    align-self: flex-start;
  }

  .lg\:overflow-visible{
    overflow: visible;
  }

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

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

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

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

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

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

  .lg\:pb-\[120px\]{
    padding-bottom: 120px;
  }

  .lg\:pl-\[10px\]{
    padding-left: 10px;
  }

  .lg\:pl-\[20\%\]{
    padding-left: 20%;
  }

  .lg\:pl-\[40\%\]{
    padding-left: 40%;
  }

  .lg\:pl-\[43px\]{
    padding-left: 43px;
  }

  .lg\:pl-\[calc\(16\.67\%\+42\.67px\)\]{
    padding-left: calc(16.67% + 42.67px);
  }

  .lg\:pl-\[calc\(20\%\+36px\)\]{
    padding-left: calc(20% + 36px);
  }

  .lg\:pl-\[calc\(40\%\+10px\)\]{
    padding-left: calc(40% + 10px);
  }

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

  .lg\:pr-\[12px\]{
    padding-right: 12px;
  }

  .lg\:pr-\[22\.4\%\]{
    padding-right: 22.4%;
  }

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

  .lg\:pt-\[100px\]{
    padding-top: 100px;
  }

  .lg\:pt-\[136px\]{
    padding-top: 136px;
  }

  .lg\:pt-\[260px\]{
    padding-top: 260px;
  }

  .lg\:pt-\[300px\]{
    padding-top: 300px;
  }

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

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

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

  .lg\:leading-\[22px\]{
    line-height: 22px;
  }

  .first\:lg\:pl-\[36px\]:first-child{
    padding-left: 36px;
  }
}
