/* TYPOGRAPHIES */
@font-face {
    font-family: 'Inter';
    src: url('../webassets/typographies/Inter-VariableFont_opsz\,wght.ttf');
}
@font-face {
    font-family: 'Inter-italic';
    src: url('../webassets/typographies/Inter-Italic-VariableFont_opsz\,wght.ttf');
}
@font-face {
    font-family: 'Intertight';
    src: url('../webassets/typographies/InterTight-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'Intertight-italic';
    src: url('../webassets/typographies/InterTight-Italic-VariableFont_wght.ttf');
}
:root {
    --button-global-color: rgb(10, 75, 180);
    --button-global-hovercolor: hsl(217, 85%, 39%);
    --button-dynamic-color: var(--button-global-color);
    --button-dynamic-hovercolor: var(--button-global-hovercolor);
    --button-global-color-light: color-mix(in srgb, var(--button-global-color) 50%, white);
    --button-global-color-extralight: color-mix(in srgb, var(--button-global-color) 10%, white);
    --button-color-dark: hsl(216, 20%, 7%);
    --button-color-hoverdark:hsl(216, 17%, 10%);
    --button-color-red: rgb(255, 50, 50);
    --button-color-hoverred: rgb(255, 30, 30);

    --global-white-1: rgb(250, 250, 252);
    --global-white-2: rgb(245, 245, 247);

    --global-transparent-white-1: rgba(255, 255, 255, 0.9);
    --global-transparent-white-2: rgba(255, 255, 255, 0.7);
    --global-transparent-white-3: rgba(255, 255, 255, 0.5);

    --txt-color-black: rgba(0, 0, 0, 1);
    --txt-color-blackop-90: rgba(0, 0, 0, 0.9);
    --txt-color-blackop-85: rgba(0, 0, 0, 0.85);
    --txt-color-blackop-80: rgba(0, 0, 0, 0.8);
    --txt-color-blackop-70: rgba(0, 0, 0, 0.7);
    --txt-color-blackop-60: rgba(0, 0, 0, 0.6);
    --txt-color-blackop-50: rgba(0, 0, 0, 0.5);

    --txt-color-white: rgba(255, 255, 255, 1);
    --txt-color-whiteop-90: rgba(255, 255, 255, 0.9);
    --txt-color-whiteop-85: rgba(255, 255, 255, 0.85);
    --txt-color-whiteop-80: rgba(255, 255, 255, 0.8);
    --txt-color-whiteop-70: rgba(255, 255, 255, 0.7);
    --txt-color-whiteop-60: rgba(255, 255, 255, 0.6);
    --txt-color-whiteop-50: rgba(255, 255, 255, 0.5);

    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 410;
    letter-spacing: var(--txt-spacing-normal);

    --txt-size-20: 2rem;
    --txt-size-16: 1.6rem;
    --txt-size-13: 1.3rem;
    --txt-size-11: 1.1rem;
    --txt-size-10: 1rem;
    --txt-size-09-uv: 0.9rem;
    --txt-size-09: 0.9rem;
    --txt-size-08: 0.8rem;
    --txt-size-07: 0.7rem;

    --txt-lh-tight: 1.15;    /* Titres */
    --txt-lh-normal: 1.5;    /* Corps */
    --txt-lh-compact: 1.4;   /* Labels/tags */

    --txt-spacing-tight: 0rem;      /* Labels majuscules */
    --txt-spacing-normal: 0.005rem;  /* Par défaut */
    --txt-spacing-loose: 0.025rem;   /* Navigation */
    --txt-spacing-extraloose: 0.04rem;  /* Effet de style exceptionnel */
}

* {
    box-sizing: border-box;
    list-style: none;
}

@media (max-width: 800px) {
    :root{
        font-size: 15.5px;
    --txt-size-20: 1.85rem;
    --txt-size-16: 1.6rem;
    --txt-size-13: 1.3rem;
    --txt-size-11: 1.1rem;
    --txt-size-10: 1rem;
    --txt-size-09: 0.9rem;
    --txt-size-09-uv: 0.85rem;
    --txt-size-08: 0.8rem;
    --txt-size-07: 0.7rem;
    } 
}
@media (max-width: 600px) {
    :root{
        font-size: 14.5px;
    --txt-size-20: 1.7rem;
    --txt-size-16: 1.5rem;
    --txt-size-13: 1.28rem;
    --txt-size-11: 1.06rem;
    --txt-size-10: 0.99rem;
    --txt-size-09: 0.9rem;
    --txt-size-09-uv: 0.88rem;
    --txt-size-08: 0.84rem;
    --txt-size-07: 0.75rem;
    }
}

html, body {
    min-height: 100vh;
    height: 100%;
    margin: 0;
    padding: 0;
}
html {
    letter-spacing: 0;
}


nav, ul, li{
    user-select: none;
}
:any-link {
    color: inherit;
    text-decoration: none;
}
.hide {
    visibility: hidden;
}


.loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: loaderSpin 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes loaderSpin {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}

.standard-block {
    background-image:linear-gradient(170deg, var(--global-white-1), var(--global-white-2));
    width: 80%;
    max-width: 1000px;
    height: auto;
    padding: 18px 40px 22px 40px;
    border: 1px solid white;
    border-radius: 7px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 5px;
}
.menu-divider-gradient {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 12px;
    margin-bottom: 12px;
    filter: saturate(0);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0));
}
.menu-divider {
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: black;
}

/* BOUTONS GENERAUX UNIQUES */
button {
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
}


.buttonstructure-wide {
    font-size: var(--txt-size-10);
    font-weight: 600;
    letter-spacing: var(--txt-spacing-loose);

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid;
    border-radius: 99px;
    padding: 15px 35px;
}.buttonstructure-classic {
    font-size: var(--txt-size-09);
    font-weight: 600;
    letter-spacing: var(--txt-spacing-loose);

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid;
    border-radius: 99px;
    padding: 12px 29px;
}.buttonstructure-tight {
    font-size: var(--txt-size-09);
    font-weight: 600;
    letter-spacing: var(--txt-spacing-loose);

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid;
    border-radius: 99px;
    padding: 8px 21px;
}.buttonstructure-extratight {
    font-size: var(--txt-size-09);
    font-weight: 600;
    letter-spacing: var(--txt-spacing-loose);

    display: flex;
    align-items: center;
    justify-content: center;

    border: 2px solid;
    border-radius: 99px;
    padding: 4px 21px;
}

@media (max-width: 600px) {
    .buttonstructure-wide {
        padding: 13px 31px
    }.buttonstructure-classic {
        padding: 10px 25px 
    }
}

.buttoncolor-dark {
    --button-dynamic-color: var(--button-color-dark);
    --button-dynamic-hovercolor: var(--button-color-hoverdark);
} 

.buttonstyle-link {
    background-color: transparent !important;
    border-color: var(--button-dynamic-color);
    color: var(--button-dynamic-color);
    transition: .03s;
} .buttonstyle-link:hover {
    background-color: var(--button-dynamic-hovercolor) !important;
    border-color: var(--button-dynamic-hovercolor) !important;
    color: var(--global-transparent-white-1);
}


.buttonstyle-simplfill {
    background-color: var(--button-dynamic-color);
    color: var(--global-transparent-white-1);
    border-color: var(--button-dynamic-color);
    transition: all 0.1s;
} .buttonstyle-simplfill:hover {
    background-color: var(--button-dynamic-hovercolor)!important;
    color: var(--global-transparent-white-1);
    border-color: var(--button-dynamic-hovercolor)!important; 
    transition: all 0.1s;
}



.buttonstyle-download {
    background-color: var(--button-global-color);
    color: var(--global-transparent-white-1);
    border-color: var(--button-global-color);
    transition: all 0.1s;
} .buttonstyle-download:hover {
    background-color: var(--button-global-color);
    color: rgb(255, 255, 255);
    border-color: var(--button-global-color);
    transition: all 0.1s;
}


.buttonstyle-whiteglow {
    background-color: var(--button-dynamic-color);
    border-color: var(--button-dynamic-color);
    color: var(--global-transparent-white-1);
    transition: all 0.12s;
} .buttonstyle-whiteglow:hover {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: var(--global-transparent-white-1);
    color: rgba(0, 0, 0, 0.8);
    font-weight: 900;
    box-shadow: 0 0 8px white;
    backdrop-filter: brightness(1.03) saturate(3) ;
    transition: color .4s ease-in, background-color 0.18s, border-color 0.18s, filter .6s, box-shadow 0.6s;
} .buttonstyle-whiteglow.active {
    background-color: var(--button-dynamic-hovercolor);
    border-color: var(--global-transparent-white-1);
    font-weight: 900;
    color: rgba(255, 255, 255, 0.9);

}


.buttonstyle-whiteglow2 {
    border-color: var(--global-transparent-white-3);
    background: transparent;
    backdrop-filter: brightness(1.01);
    color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
} .buttonstyle-whiteglow2:hover {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: brightness(1.03) saturate(3) ;
    border-color: var(--global-transparent-white-1);
    color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px white;
    transition: background-color 0.18s, border-color 0.18s, backdrop-filter 0.3s, filter .6s, box-shadow 0.6s;
} .buttonstyle-whiteglow2.active {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: brightness(1.04) saturate(3);
    color: rgba(0, 0, 0, 0.9);
    transition: all .6s
}


.buttonstyle-ondark {
    color: var(--button-global-color-extralight);
    border-color: var(--button-global-color-extralight);
    box-shadow: 0 0 10px rgb(0, 0, 255);
    text-shadow: 0 0 6px rgb(0, 0, 255);
    transition: all .1s
} .buttonstyle-ondark:hover {
    color: var(--button-global-color);
    background-color: var(--button-global-color-extralight);
    border-color: white;
    box-shadow: 0 0 5px rgb(0, 0, 255);
    text-shadow: 0 0 5px rgba(0, 0, 255, 0.1);
    transition: all .1s;
}



/*=========================
   GLOW BUTTON
=========================*/
:root {
    --glow-hue: 222deg;
    --shadow-hue: 180deg;
    --spring-easing: linear(
    0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%,
    1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%,
    1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%,
    0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%,
    0.998 84%, 1
  );
    --spring-duration: 1.33s;
}
@property --shimmer {
    syntax: "<angle>";
    inherits: false;
    initial-value: 33deg;
}

@keyframes shimmer {
    0% {
        --shimmer: 0deg;
    }
    100% {
        --shimmer: 360deg;
    }
}

@keyframes shine {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes text {
    0% {
        background-position: 100% center;
    }    
    100% {
        background-position: -100% center;
    }    
}

.glow-button {
    
    --inset: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    color: var(--bg);
    font-weight: 600;
    padding: .8em 1.4em;
    position: relative;
    isolation: isolate;
    box-shadow: 0 0 10px hsl(var(--glow-hue) 10% 30% / 20%), inset 0 -10px 20px -10px hsla(var(--shadow-hue),10%,90%,95%);
    border-radius: 0.66em;
    scale: 1;
    transition: all var(--spring-duration) var(--spring-easing);
}

.glow-button:hover:not(:active),
.glow-button.active {
    transition-duration: calc(var(--spring-duration)*0.5);
    scale: 1;
    box-shadow: 0 4px 8px -2px hsl(var(--glow-hue) 50% 20% / 50%), inset 0 0 0 transparent;
}
.glow-button:active {
    scale: 1;
    transition-duration: calc(var(--spring-duration)*0.5);
}

.shimmer {
    position: absolute;
    inset: calc(var(--inset) * -1);
    border-radius: inherit;
    pointer-events: none;
    mask-image: conic-gradient(
        from var(--shimmer, 0deg),
        transparent 0%,
        transparent 20%,
        black 36%,
        black 45%,
        transparent 50%,
        transparent 70%,
        black 85%,
        black 95%,
        transparent 100%
    );
    mask-size: cover;
    mix-blend-mode: plus-lighter;
    animation: shimmer 1s linear infinite both;
}
.glow-button:hover .shimmer::before,
.glow-button:hover .shimmer::after,
.glow-button.active .shimmer::before,
.glow-button.active .shimmer::after {
    opacity: 1;
    animation: shine 1.2s ease-in 1 forwards;
}
.shimmer::before,
.shimmer::after {
    transition: all 0.5s ease;
    opacity: 0;
    content: "";
    border-radius: inherit;
    position: absolute;
    mix-blend-mode: color;
    inset: var(--inset);
    pointer-events: none;
}
.shimmer::before {
    box-shadow: 0 0 calc(var(--inset) * 0.1)  2px hsl(var(--glow-hue) 20% 95%),
        0 0 calc(var(--inset) * 0.18)  4px hsl(var(--glow-hue) 20% 80%),
        0 0 calc(var(--inset) * 0.33)  4px hsl(var(--glow-hue) 50% 70%),
        0 0 calc(var(--inset) * 0.66) 5px hsl(var(--glow-hue) 100% 70%);
    z-index: -1;
}

.shimmer::after {
    box-shadow: inset 0 0 0 1px hsl(var(--glow-hue) 70% 95%),
        inset 0 0 2px 1px hsl(var(--glow-hue) 100% 80%),
        inset 0 0 5px 2px hsl(var(--glow-hue) 100% 70%);
    z-index: 2;
}

.glow-button .glow-button-text {
    color: transparent;
    background-clip: text;
    background-color: rgba(0, 0, 0, 0.9);
    font-weight: 600;
    font-size: 1rem;

    background-image: linear-gradient(120deg, transparent, hsla(var(--glow-hue),100%,80%,0.66) 40%, hsla(var(--glow-hue),100%,90%,.9) 50%, transparent 52%);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-position: center 200%;
}

.glow-button:hover .glow-button-text,
.glow-button.active .glow-button-text {
    animation: text .66s ease-in 1 both;
}



















/* =========================
   GLOBAL HEADER NAV
========================= */
.logo {
    user-select: none;
    opacity: 0.85;
    height: 20px;
    transition: opacity 220ms ease;
}
.logo:hover {
    cursor: pointer;
    opacity: 0.95;
    transition: opacity 220ms ease;
}
.glass-nav {
    --bg-color: rgba(245, 245, 247, 0.9);
    --highlight: rgba(255, 255, 255, 0.75);
    --text: rgba(0, 0, 0, 0.95);
    position: relative;
    width: 100%;
    z-index: 10;
    overflow: visible; 
    background: transparent;
    border-bottom: 1px solid var(--global-transparent-white-1);
}
.glass-filter,
.glass-overlay,
.glass-specular {
    position: absolute;
    inset: 0;
}
.glass-filter {
    z-index: 1;
    backdrop-filter: blur(4px);
    filter: url(#glass-distortion) saturate(120%) brightness(1.15);
}
.glass-overlay {
    z-index: 2;
    background: rgba(255, 255, 255, 0.274);
}
.glass-specular {
    z-index: 3;
    box-shadow: inset 1px 1px 1px var(--highlight);
}
.glass-content {
    position: relative;
    z-index: 4;
    padding: 7px 14px 7px 14px;
}
.nav-list {
    background-color: var(--global-transparent-white-2);
    backdrop-filter: blur(13px) saturate(2);
    max-height: 50px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 10px;
    border-radius: 7px;
    border: 1px solid var(--global-transparent-white-1);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
    transition: 200ms background-color ease;
}

/* Désactiver backdrop-filter quand un menu mobile est ouvert pour permettre au burger button d'être visible */
body.mobile-menu-open .nav-list,
body.mobile-search-open .nav-list,
body.mobile-account-open .nav-list {
    backdrop-filter: none;
}


.nav-list:hover {
    background-color: var(--global-white-1);
}

/* Nav reste hover quand le dropdown est ouvert */
.glass-content:has(.dropdown-menu.is-open) .nav-list {
    background-color: var(--global-white-1);
}
.nav-list-content {
    display: flex;
    box-sizing: border-box;
    min-width: 530px;
    width: 80vw;
    max-width: 1000px;
    height: 54px;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.nav-list-left {
    display: flex;
    align-items: center;
    gap: 32px;
}

.nav-list-right {
    display: flex;
    align-items: center;
    gap: 32px;
}
.nav-content-group {
    display: flex;
}
.nav-item {
    position: relative;
    display: inline-block;
    align-items: center;
    text-align: center;
    align-content: center;
    padding-top: 14px;
    height: 73px;
    width: auto;
    border: 2px solid rgba(0, 0, 0, 0);
    color: var(--text);
    letter-spacing: var(--txt-spacing-normal);
    text-shadow: 0 0 13px rgba(0, 0, 0, 0.075);
    text-decoration: none;
    font-weight: 350;
    font-size: var(--txt-size-09);
    transition: color 220ms ease, opacity 220ms ease;
}
.nav-item::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    height: 2px;
    background: red;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 260ms ease;
    opacity: 0.9;
}
.nav-item::after {
    content: attr(data-text);
    font-weight: 500;
    opacity: 0;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}
.nav-item:hover {
    width: 100%;
    font-weight: 500;
    color: var(--txt-color-blackop-85);
}
.nav-item:hover::before {
    transform: scaleX(1);
}

/* Dark mode styles */
.nav-item.is-active {
    font-weight: 500;
    color: var(--txt-color-blackop-85);
}
.nav-item.is-active::before {
    transform: scaleX(1);
}
@media (prefers-color-scheme: dark) {
  .glass-nav {
    --bg-color: rgba(0, 0, 0, 0.25);
    --highlight: rgba(255, 255, 255, 0.15);
  }
}
@keyframes nav-item-hover {
    0% {
        font-weight: 400;
        border-bottom: 2px solid rgba(212, 42, 42, 0);
    }
    100% {
        font-weight: 500;
        border-bottom: 2px solid rgb(212, 42, 42);
    }
}


/*=========================
   MOBILE MENU - Burger
=========================*/
.mobile-controls {
    display: none;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

.search-mobile {
    display: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 220ms ease;
}
.search-mobile:hover {
    opacity: 1;
}

/* Burger Button */
.burger-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    gap: 6px;
    z-index: 1001;
}
.burger-btn:hover {
    background: transparent;
    border: none;
}

.burger-line {
    display: block;
    width: 22px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 2px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), 
                opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

/* Burger animation - open state (cross) */
.burger-btn.is-open .burger-line:first-child {
    transform: translateY(4px) rotate(45deg);
}
.burger-btn.is-open .burger-line:last-child {
    transform: translateY(-4px) rotate(-45deg);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--global-white-1);
    z-index: 999;
    overflow-y: auto;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-menu-overlay.is-open {
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu-content {
    padding: 100px 24px 40px 24px;
    max-width: 600px;
    margin: 0 auto;
}

/* Mobile Navigation Accordion */
.mobile-nav-accordion {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mobile-nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: var(--txt-size-11);
    font-weight: 700;
    color: var(--txt-color-blackop-70);
    text-align: left;
    transition: color 0.2s ease;
}
.mobile-nav-header:hover {
    background: transparent;
    border: none;
    color: var(--txt-color-black);
}

.mobile-nav-link {
    text-decoration: none;
}

.mobile-nav-icon {
    position: relative;
    width: 12px;
    height: 12px;
}
.mobile-nav-icon::before,
.mobile-nav-icon::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mobile-nav-icon::before {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.mobile-nav-icon::after {
    width: 2px;
    height: 12px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* Mobile nav accordion open state */
.mobile-nav-item.is-open .mobile-nav-icon::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

.mobile-nav-panel {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1),
                padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0 0 0 16px;
}

.mobile-nav-item.is-open .mobile-nav-panel {
    max-height: 500px;
    padding: 0 0 20px 16px;
}

.mobile-nav-panel a {
    padding: 12px 0;
    font-size: var(--txt-size-09);
    font-weight: 400;
    color: var(--txt-color-blackop-70);
    text-decoration: none;
    transition: color 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-nav-panel a:last-child {
    border-bottom: none;
}
.mobile-nav-panel a:hover {
    color: var(--txt-color-blackop-90);
}

/* Lock body scroll when mobile menu is open */
body.mobile-menu-open {
    overflow: hidden;
}


/*=========================
   MOBILE SEARCH OVERLAY
=========================*/
.mobile-search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--global-white-1);
    z-index: 999; /* Same level as mobile menu */
    overflow-y: auto;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-search-overlay.is-open {
    transform: translateY(0);
    opacity: 1;
}

.mobile-search-content {
    padding: 100px 24px 40px 24px; /* Top padding for navbar space */
    max-width: 600px;
    margin: 0 auto;
}

.mobile-search-input-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding: 12px 0;
    margin-bottom: 20px;
}

.mobile-search-icon {
    width: 20px;
    height: 20px;
    opacity: 0.5;
    flex-shrink: 0;
}

.mobile-search-input {
    flex: 1;
    border: none;
    background: transparent;
    font-size: var(--txt-size-11);
    font-family: inherit;
    color: var(--txt-color-blackop-90);
    outline: none;
}
.mobile-search-input::placeholder {
    color: var(--txt-color-blackop-50);
}

.mobile-search-results {
    padding: 0;
}

.mobile-search-suggestions {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.mobile-search-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    text-decoration: none;
    transition: opacity 0.2s ease;
}
.mobile-search-item:active {
    opacity: 0.6;
}

.mobile-search-item-icon {
    width: 16px;
    height: 16px;
    opacity: 0.4;
    flex-shrink: 0;
}

.mobile-search-item-content {
    flex: 1;
}

.mobile-search-item-meta {
    font-size: var(--txt-size-07);
    font-weight: 500;
    color: var(--txt-color-blackop-50);
    text-transform: uppercase;
    letter-spacing: var(--txt-spacing-extraloose);
}

.mobile-search-item-title {
    font-size: var(--txt-size-10);
    font-weight: 400;
    color: var(--txt-color-blackop-85);
    margin-top: 2px;
}

.mobile-search-empty {
    padding: 40px 20px;
    text-align: center;
    color: var(--txt-color-blackop-50);
    font-size: var(--txt-size-09);
}

.mobile-search-tips {
    margin-top: 30px;
    padding: 0;
}
.mobile-search-tips h3 {
    font-size: var(--txt-size-09);
    font-weight: 600;
    color: var(--txt-color-blackop-85);
    margin: 0 0 8px 0;
}
.mobile-search-tips p {
    font-size: var(--txt-size-08);
    color: var(--txt-color-blackop-70);
    margin: 0 0 20px 0;
    line-height: var(--txt-lh-normal);
}
.mobile-search-tips h2 {
    font-size: var(--txt-size-08);
    font-weight: 600;
    color: var(--txt-color-blackop-70);
    margin: 0 0 10px 0;
}

.mobile-search-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.mobile-search-tags a {
    display: inline-block;
    padding: 6px 12px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    font-size: var(--txt-size-08);
    color: var(--txt-color-blackop-70);
    text-decoration: none;
    transition: border-color 0.2s ease, color 0.2s ease;
}
.mobile-search-tags a:hover {
    border-color: var(--txt-color-blackop-50);
    color: var(--txt-color-blackop-90);
}

/* Lock body scroll when mobile search is open */
body.mobile-search-open {
    overflow: hidden;
}

/* Hide mobile menu when search is open */
body.mobile-search-open .mobile-menu-overlay {
    display: none !important;
}

/*=========================
   MOBILE ACCOUNT OVERLAY
=========================*/
.mobile-account-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--global-white-1);
    z-index: 999;
    overflow-y: auto;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mobile-account-overlay.is-open {
    transform: translateY(0);
    opacity: 1;
}

.mobile-account-content {
    padding: 100px 24px 40px 24px;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-account-header {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-account-greeting {
    margin: 0;
    font-size: var(--txt-size-13);
    font-weight: 600;
    color: var(--txt-color-blackop-85);
}

.mobile-account-status {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: var(--global-transparent-white-2);
    border: 1px solid white;
    border-radius: 10px;
}

.mobile-account-status-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
}

.mobile-account-status-indicator.disconnected {
    background: #f5a623;
    box-shadow: 0 0 8px rgba(245, 166, 35, 0.5);
}

.mobile-account-status-indicator.connected {
    background: #4caf50;
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
}

.mobile-account-status-text {
    font-size: var(--txt-size-08);
    color: var(--txt-color-blackop-70);
    line-height: var(--txt-lh-compact);
}

.mobile-account-services {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-account-services-title {
    margin: 0;
    font-size: var(--txt-size-08);
    font-weight: 500;
    color: var(--txt-color-blackop-70);
}

.mobile-account-services-list {
    margin: 0;
    padding-left: 0px;
    font-size: var(--txt-size-08);
    color: var(--txt-color-blackop-70);
}

.mobile-account-services-list li {
    margin-bottom: 6px;
}

.mobile-account-action {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
}

/* Lock body scroll when mobile account is open */
body.mobile-account-open {
    overflow: hidden;
}

/* Hide other overlays when account is open */
body.mobile-account-open .mobile-menu-overlay,
body.mobile-account-open .mobile-search-overlay {
    display: none !important;
}

.account-mobile {
    display: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
}


/*=========================
   MOBILE RESPONSIVE - 800px
=========================*/
@media (max-width: 800px) {
    .nav-list-content {
        min-width: unset;
        width: 100%;
        justify-content: flex-start;
        gap: 0;
    }
    
    .nav-list-left {
        flex: 1;
    }
    
    /* Hide desktop nav items */
    .nav-list-left > li:not(:first-child) {
        display: none;
    }
    
    /* Hide desktop search and account icons */
    .nav-list-right > li:not(.mobile-controls) {
        display: none;
    }
    
    /* Show mobile controls */
    .mobile-controls {
        display: flex;
    }
    .search-mobile {
        display: block;
    }
    .account-mobile {
        display: block;
    }
    .burger-btn {
        display: flex;
    }
    
    /* Show mobile menu overlay container */
    .mobile-menu-overlay {
        display: block;
    }
    
    /* Show mobile search overlay container */
    .mobile-search-overlay {
        display: block;
    }
    
    /* Show mobile account overlay container */
    .mobile-account-overlay {
        display: block;
    }
    
    /* Hide dropdown menu on mobile */
    .dropdown-menu {
        display: none !important;
    }
    
    /* Adjust nav-list padding */
    .nav-list {
        padding: 8px 12px;
    }
    
    .glass-content {
        padding: 7px 10px;
    }
}


/* Dropdown Menu */
.ddmv-1, .ddmv-2, .ddmv-3 {
    display: none;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 220ms ease, transform 260ms ease;
}
.ddm-visible {
    opacity: 1;
    transform: translateY(0);
}

.dropdown-menu {
    z-index: 20;
    visibility: hidden;
    border: 1px solid var(--global-transparent-white-1);
    border-radius: 7px;
    text-decoration: none;
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    position: absolute; 
    left: 14px;
    top: 59px;
    width: calc(100% - 28px);
    height: 0px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: var(--global-white-1);
    padding: 3vh 0 12vh 0;
    opacity: 0;
    transform: translateY(-6px) scale(0.99);
    transition: opacity 260ms ease, transform 320ms ease, height 420ms ease;
    pointer-events: none;
    will-change: opacity, transform, height;
}
.dropdown-menu.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}
.dropdown-menu.is-switching {
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.dropdown-menu-content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: start;
    gap: calc(20px + 1vw);
    justify-content: start;
    min-width: 530px;
    width: 80vw;
    max-width: 1000px;
    height: auto;
    box-sizing: border-box;
    padding: 0;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 280ms ease, transform 360ms ease;
    transition-delay: 120ms;
}
.dropdown-menu.is-open .dropdown-menu-content {
    opacity: 1;
    transform: translateY(0);
}
.dropdown-menu.is-switching .dropdown-menu-content {
    transition-delay: 80ms;
}
.dropdown-menu.is-search .dropdown-menu-content {
    transition-delay: 120ms;
}
.dropdown-menu.is-search .dropdown-menu-description,
.dropdown-menu.is-search .dropdown-menu-items {
    display: none;
}
.dropdown-menu-minititle {
    opacity: 0.5;
    letter-spacing: var(--txt-spacing-extraloose);
    font-size: var(--txt-size-08);
    font-weight: 300;
    margin: 0;
    padding-top: 4px;
    bottom: 0;
    filter: blur(6px);
    transform: none;
    transition: opacity 220ms ease, filter 260ms ease;
}
.dropdown-menu-minititle.ddm-visible {
    opacity: 0.5;
    filter: blur(0px);
}
.dropdown-menu-divider {
    width: 100%;
    height: 1px;
    margin-top: 2px;
    margin-bottom: 7px;
    background-color: rgba(0, 0, 0, 0.2);
    transform: none;
    filter: none;
}
.dropdown-menu-divider.ddm-visible {
    transform: none;
}
.dropdown-menu-description {
    display: flex;
    flex-direction: column;
    text-align: start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    width: 30%;
    min-width: 250px;
    max-width: 290px;
    text-align: left;
}
.dropdown-menu-description-text {
    font-size: var(--txt-size-16);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    opacity: 1;
    transform: translateY(6px);
    transition: transform 380ms ease;
}
.dropdown-menu-description-text.ddm-reveal {
    transform: translateY(0);
}
.dropdown-menu-items {
    display: flex;
    flex-direction: column;
    margin: 0;
}
.dropdown-menu-search {
    display: none;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}
.search,
.account {
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 180ms ease;
}
.dropdown-menu.is-search .dropdown-menu-search {
    display: flex;
}
.dropdown-search-header {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.dropdown-search-icon {
    width: 16px;
    height: 16px;
    opacity: 0.5;
}
.dropdown-search-input {
    width: 100%;
    flex: 1;
    padding: 6px 10px;
    background: var(--global-white-1);
    border: none;
    font-size: var(--txt-size-13);
    font-weight: 400;
    outline: none;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.dropdown-search-suggestions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.dropdown-search-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 10px;
    padding: 2px 0px 2px 2px;
    font-size: var(--txt-size-13);
    color: var(--txt-color-blackop-70);
    transition: background-color 180ms ease, transform 180ms ease;
}
.dropdown-search-item:hover {
    background-color: rgba(0, 0, 0, 0.03);
    color: var(--txt-color-black);
}
.dropdown-search-item-icon {
    width: 14px;
    height: 14px;
    opacity: 0.6;
    flex-shrink: 0;
}
.dropdown-search-item-title {
    font-weight: 500;
    font-size: var(--txt-size-08);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.dropdown-search-item-meta {
    font-size: var(--txt-size-08);
    opacity: 0.7;
    white-space: nowrap;
}
.dropdown-search-empty {
    padding: 12px;
    font-size: var(--txt-size-09);
    opacity: 0.7;
}
.search-tips {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 1vw;

}
.search-tips div {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 100%
}
.search-tips h2,
.search-tips h3 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    letter-spacing: var(--txt-spacing-loose);
    font-size: var(--txt-size-08);
    color: var(--txt-color-blackop-50);
}
.search-tips p,
.search-tips li {
    margin: 0.8rem 0 0 0;
    padding: 0;
    font-size: var(--txt-size-08);
    font-weight: 400;
}
.search-tips p strong {
    font-weight: 600;

}
.search-tips li a {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.2) ;
    border-radius: 99px;
    margin-bottom: 4px;
    padding: 1px 6px;
    transition: border-color 120ms ease, color 120ms ease;
}
.search-tips li a:hover {
    border: 1px solid black ;
    color: black;
    transition: border-color 180ms ease, color 180ms ease;
}


.dropdown-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    
    padding:3px 12px;
    border-radius: 12px;
    margin-left: -12px;
    filter: blur(6px);
    transition: opacity 220ms ease, transform 260ms ease, filter 260ms ease;
}
.dropdown-item svg {
    transition: inherit;
}
.dropdown-item.ddm-visible {
    filter: blur(0px);
}
.dropdown-item:hover {
    transition-duration: 150ms;
    color: var(--global-transparent-white-1);
    background-color: var(--button-color-hoverdark);
}

/* =========================
   DROPDOWN ACCOUNT PANEL
========================= */
.dropdown-menu-account {
    display: none;
    flex-direction: column;
    gap: 16px;
    width: 80%;
}
.dropdown-menu.is-account .dropdown-menu-account {
    display: flex;
}
.dropdown-menu.is-account .dropdown-menu-content > *:not(.dropdown-menu-account) {
    display: none !important;
}
.account-header {
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.account-greeting {
    margin: 0;
    font-size: var(--txt-size-13);
    font-weight: 600;
    color: var(--txt-color-black);
}
.account-status {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    background: var(--global-transparent-white-2);
    border: 1px solid white;
    border-radius: 8px;
}
.account-status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.account-status-indicator.disconnected {
    background: #f5a623;
    box-shadow: 0 0 6px rgba(245, 166, 35, 0.5);
}
.account-status-indicator.connected {
    background: #4caf50;
    box-shadow: 0 0 6px rgba(76, 175, 80, 0.5);
}
.account-status-text {
    font-size: var(--txt-size-10);
    color: var(--txt-color-blackop-70);
}
.account-services {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.account-services-title {
    margin: 0;
    font-size: var(--txt-size-08);
    font-weight: 500;
    color: var(--txt-color-blackop-70);
}
.account-services-list {
    margin: 0;
    padding-left: 10px;
    font-size: var(--txt-size-08);
    color: var(--txt-color-blackop-70);
    line-height: 1.6;
}
.account-services-list li {
    margin-bottom: 4px;
}
.account-action {
    display: flex;
    justify-content: flex-end;
    padding-top: 8px;
}



/* =========================
   GLOBAL FOOTER
========================= */
.footer-container {
    z-index: 1000;
    width: 100%;
    position: relative;
    bottom: 0;
    margin-top: auto;
}
.global-footer {
    width: 100%;
    padding: 20px 16px;
    text-align: center;
    font-size: var(--txt-size-08);
    color: var(--txt-color-blackop-85);
    background-color: var(--global-white-2);
    border-top: 1px solid var(--global-transparent-white-1);
}
.footer-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
@media (max-width: 600px) {
    .footer-content {
        flex-direction: column;
        gap: 1rem;
    }
}
.footer-content p {
    margin: 0;
}








/* =========================
   PATH NAV - FIL D'ARIANE
========================= */
.pathnav-container {
    position: sticky;
    top: 0;
    z-index: 50;
}

/* Pas besoin de padding-top car le pathnav est dans le flux normal */

.path-nav {
    width: 100%;
    height: 44px;
    background-color: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(20px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 51;
    -webkit-backdrop-filter: blur(20px);
}

.path-nav-content {
    width: calc(80vw + 30px);
    max-width: 1000px;
    min-width: 320px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    font-size: var(--txt-size-08);
}

.path-nav a,
.path-subnav a {
    text-decoration: none;
    color: var(--txt-color-whiteop-70);
    font-weight: 500;
    transition: color 0.15s ease, font-weight 0.15s ease;
}

.path-nav a:hover,
.path-subnav a:hover {
    color: var(--txt-color-whiteop-90);
    font-weight: 600;
    text-shadow: 0 0 8px rgb(255, 255, 255);

}

.path-nav-back {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: var(--txt-size-07);
    text-transform: uppercase;
    letter-spacing: var(--txt-spacing-loose);
    padding: 6px 12px;
    transition: background-color 0.15s ease, color 0.15s ease;
    cursor: pointer;
}

.path-nav-back svg {
    flex-shrink: 0;
}

.path-nav-back.disabled {
    opacity: 0.4;
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
    text-shadow: none;
    pointer-events: none;
}

.path-nav-back.disabled:hover {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    text-shadow: none;
}

.path-nav-separator {
    color: var(--txt-color-white);
    font-size: var(--txt-size-09);
    font-weight: 900;
    letter-spacing: 0.1em;
}

.path-nav-breadcrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.path-nav-breadcrumb li {
    display: flex;
    align-items: center;
}

.path-nav-breadcrumb .path-divider {
    margin: 0 8px;
    color: var(--txt-color-white);
    font-weight: 900;
}

.path-nav-breadcrumb a {
    padding: 4px 0;
}

.path-nav-breadcrumb .active-location {
    color: white;
    font-weight: 600;
    text-shadow: 0 0 8px rgb(255, 255, 255);
    cursor: default;
    pointer-events: none;
}

/* Masquer le path-nav sur l'accueil */
body[data-page="accueil"] .path-nav {
    display: none;
}

/* =========================
   BLUR GLOBAL - DROPDOWN MENU
========================= */
body::before {
    content: "";
    position: fixed;
    inset: 0;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background: rgba(0, 0, 0, 0.08);
    opacity: 0;
    z-index: 50;
    pointer-events: none;
    transition: opacity 600ms ease, backdrop-filter 200ms ease, -webkit-backdrop-filter 200ms ease;
}

body.dropdown-open::before {
    opacity: 1;
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    background-color: rgba(100, 100, 120, 0.1);
    transition-duration: 600ms;
}

.glass-nav,
.dropdown-menu {
    z-index: 1000;
}




/* =========================
   PATH SUBNAV - NAVIGATION SŒURS
========================= */
.path-subnav {
    width: 100%;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(7px);
    border-bottom: 1px solid var(--global-transparent-white-1);
    border-top: 1px solid var(--global-transparent-white-1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    -webkit-backdrop-filter: blur(10px);
}

.path-subnav-content {
    width: 80vw;
    max-width: 1000px;
    min-width: 320px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-size: var(--txt-size-08);
}

.path-subnav .subnav-divider {
    color: var(--txt-color-white);
    font-weight: 400;
    margin: 0 6px;
    font-size: var(--txt-size-07);
}

.path-subnav .subnav-active {
    color: var(--txt-color-whiteop-90);
    text-shadow: 0 0 6px rgb(255, 255, 255);
    font-weight: 600;
    cursor: default;
    pointer-events: none;
}

.path-subnav .subnav-section-label {
    color: var(--txt-color-whiteop-50);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: var(--txt-spacing-extraloose);
}

.path-subnav .subnav-section-name {
    color: var(--txt-color-whiteop-90);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: var(--txt-spacing-loose);
    margin-left: 6px;
}

/* =========================
   PATH NAV/SUBNAV RESPONSIVE
========================= */
@media (max-width: 800px) {
    .path-nav-content {
        width: calc(100vw - 30px);
        gap: 8px;
    }
    
    .path-subnav-content {
        width: calc(100vw - 30px);
        flex-wrap: wrap;
        gap: 4px;
    }
    
    .path-subnav .subnav-divider {
        margin: 0 4px;
    }
}
