/* ================HOME-CSS===================== */


div > span[style*="rotate(-45deg)"][style*="z-index:9999"] {
    display: none !important;
}


#home {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 

    scroll-behavior: smooth;
    --font-display: 'Chronicle Display', 'RecklessNeue', Georgia, serif;
    --font-body:    'Neue Haas Grotesk Display Pro', 'Helvetica Neue', Helvetica, sans-serif;
 
   
    font-family: var(--font-body);
    background: rgb(247 245 240 / var(--tw-bg-opacity, 1));

}


#wrapwrap > main   #home{
    background: #d9d5ca;
}


.menu-item.flex-shrink-0.px-6 {  padding-right:0;}

.section-content{
     background: rgb(247 245 240 / var(--tw-bg-opacity, 1));
}

a:hover{
        text-decoration: none;
}

.menu-item span.menu-label {
    color: white;
}
div#wrap.o_portal_wrap {
    padding-top: 20vh;
}
[data-oe-id="4990"] ,
[data-oe-id="4991"] ,
span#oe_neutralize_banner,
[data-oe-id="4991"] span ,
span#oe_neutralize_ribbon{
    display: none !important;
}
/* ========================================
   ÉCRAN DE CHARGEMENT
   ======================================== */
.loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #677b69 0%, #053333 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease-out;
}

.loading-screen.fade-out {
    opacity: 0;
}

.loading-screen.hidden {
    display: none;
}

.loading-content {
    text-align: center;
    color: white;
}

.logo-text-large {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    margin-bottom: 0.5rem;
    animation: pulse 2s ease-in-out infinite;
}

.logo-subtitle-large {
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
    margin-bottom: 2rem;
    opacity: 0.8;
}

.loading-text {
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.7);
    animation: fadeIn 1s ease-in 1s both;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.02);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 0.7;
        transform: translateY(0);
    }
}

/* ========================================
   HEADER GLOBAL FIXED (visible partout sauf HOME)
   ======================================== */
.global-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    padding: 20px 40px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

header.global-header.with-bg{
    background-color: white;
}

.global-header.hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.header-logo {
    display: flex;
    align-items: center;
}

.akar-logo-header {
    height: 50px;
    width: auto;
    transition: transform 0.3s ease;
}

.header-logo:hover .akar-logo-header {
    transform: scale(1.05);
}

.header-lang-desktop {
    display: flex;
    gap:1rem ;
}


/* =========================
   CONTENEUR
========================= */
.header-actions-desktop .js_language_selector {
    position: relative;
    font-family: var(--font-display);
}

html.standalone-page .global-header  img#logo-home,
header#global-header.global-header.with-bg-contact  img#logo-home,
header#global-header.global-header.standalone  img#logo-home,
header.global-header img#logo-other ,
header.global-header.with-bg img#logo-home {
    display: none !important;
}
 

html.standalone-page .global-header   img#logo-other ,
header#global-header.global-header.standalone  img#logo-other ,
header#global-header.global-header.with-bg-contact  img#logo-other,
header.global-header img#logo-home ,
header.global-header.with-bg #logo-other{
    display: block !important;
}
 


/* =========================
   BOUTON LANGUE (NORMAL)
========================= */
.header-actions-desktop .js_language_selector .btn.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    border-radius: 0px!important;
    padding: 0.7rem 2rem;
    border: 1px solid   var(--o-border-color) !important;
    background-color:transparent;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Hover 
rgb(75 85 99 / var(--tw-text-opacity, 1))
*/
.header-actions-desktop .js_language_selector .btn.dropdown-toggle:hover {
    background-color: #677b69;
    color: white !important;
}

/* =========================
   MODE OPEN (show)     font-size: 1.02rem;
========================= */
.js_language_selector .btn.dropdown-toggle.show,
.js_language_selector .btn.dropdown-toggle[aria-expanded="true"] {
    background-color:none !important;
    border-color: #677b69;
    color: rgb(75 85 99 / var(--tw-text-opacity, 1));
    box-shadow: none;
}

/* Supprimer l'ombre bootstrap */
.header-actions-desktop .js_language_selector .btn:focus {
    box-shadow: none;
}

.header-actions-desktop .js_language_selector .dropdown-item.active {
    background-color: #677b69;
    color: white;
}
/* =========================
   DROPDOWN MENU
========================= */
.header-actions-desktop .js_language_selector .dropdown-menu {
    min-width: 100%;
    margin-top: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: #ffffff;
}

/* =========================
   ITEMS
========================= */
.header-actions-desktop .js_language_selector .dropdown-item {
    padding: 0.5rem 2rem;
    color: #677b69;
    font-size: 0.875rem;
    transition: background-color 0.2s ease;
}

/* Hover item */
.header-actions-desktop  .js_language_selector .dropdown-item:hover {
    background-color: #f3f4f6;
}

/* Item actif */
.header-actions-desktop .js_language_selector .dropdown-item.active {
    background-color: #677b69;
    color:white;
}

/* =========================
   ICÔNE FLÈCHE
========================= */
.header-actions-desktop .js_language_selector .dropdown-toggle::after {
    margin-left: 0.5rem;
    border-top-color:rgb(75 85 99 / var(--tw-text-opacity, 1));;
}

/* Mode open : flèche */
.header-actions-desktop .js_language_selector .btn.show::after {
    border-top-color: rgb(75 85 99 / var(--tw-text-opacity, 1));;
}


div#menu-sidebar a{
    max-width: 100%;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    display: block;
}

div#menu-sidebar .block.h-full.menu-link {
    margin-bottom: 10px;
}

div#menu-sidebar a:hover  {
    filter: grayscale(0%);
    transform: scale(1.04);
    cursor: pointer;
}


/* ========================================
   SYSTÈME DE SECTIONS
   ======================================== */
.section-content {
    min-height: 100vh;
    width: 100%;
}

.section-content.hidden {
    display: none !important;
}

#sections-container {
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    width: 100%;
}

#sections-container.opacity-0 {
    opacity: 0;
}

#sections-container.translate-y-8 {
    transform: translateY(2rem);
}

.fullscreen-content {
    padding: 2rem;
    padding-top: 100px; /* Espace pour le header fixed */
}

/* ========================================
   CONTRÔLES VIDÉO
   ======================================== */

/* Overlay interactif - Zone cliquable */
.video-overlay-interactive {
    position: absolute;
    inset: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.3);
    cursor: none;
    transition: opacity 0.5s ease;
}

.video-overlay-interactive.hidden-overlay {
    opacity: 0;
    pointer-events: none;
}

/* Bouton Play qui suit le curseur - CACHÉ PAR DÉFAUT */
.video-play-cursor {
    position: fixed;
    pointer-events: none;
    z-index: 25;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Visible uniquement quand actif */
.video-play-cursor.active {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.video-play-cursor.hidden {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
}

.play-icon-container {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* Animation au hover */
.video-play-cursor.active .play-icon-container {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.play-icon {
    width: 40px;
    height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.play-text {
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.95;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
}

/* Contrôles vidéo (Mute/Close) */
.video-controls {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 30;
    display: flex;
    gap: 12px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.video-controls.show {
    opacity: 1;
    pointer-events: all;
}

.video-controls.hidden {
    opacity: 0;
    pointer-events: none;
}

.video-control-btn {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 10px 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.video-control-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.control-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
    opacity: 0.8;
}

.control-label {
    color: white;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

/* Header caché en mode fullscreen vidéo */
.video-fullscreen-active .global-header {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
}

.menu-button-container {
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.video-fullscreen-active .menu-button-container {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
    pointer-events: none;
}

/* ========================================
   CONTENU PRINCIPAL - LAYOUT
   ======================================== */
.content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    transition: grid-template-columns 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

/* Mode fullscreen vidéo - LEFT PANEL EN FULL */
.content-container.video-fullscreen {
    grid-template-columns: 1fr 0fr;
}

.left-panel {
    height: 100vh;
    position: relative;
    overflow: hidden;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}

/* Le left-panel reste visible et prend tout l'espace */
.content-container.video-fullscreen .left-panel {
    grid-column: 1 / -1;
    width: 100%;
}

.right-panel {
    height: 100vh;
    overflow-y: auto;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}


.right-panel.overflow_right {
    overflow-y: hidden !important;
}

div#right-panel {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* Le right-panel disparaît en mode fullscreen */
.content-container.video-fullscreen .right-panel {
    width: 0;
    min-width: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    transform: translateX(100%);
}

.left-content-wrapper {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.left-content-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 10;
    pointer-events: none;
}

.left-content-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========================================
   BOUTON MENU / CLOSE
   ======================================== */
.menu-button {
    position: relative;
    cursor: pointer;
    z-index: 50;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0 auto;
}

.menu-button-container {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index:9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-button button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
}

.menu-button svg {
    width: 120px;
    height: 90px;
    overflow: visible;
}

.menu-circle {
    fill: #944F24;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-button:hover .menu-circle {
    fill: #b86d31;
    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.2));
}

.menu-button.open .menu-circle {
    fill: white;
}

.menu-text-group {
    opacity: 0;
    transform-origin: center center;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* État initial - caché en bas avec scale */
.menu-button:not(:hover):not(.open) .menu-text-group {
    opacity: 0;
    transform: scale(0.3);
}

/* Hover effect - Le texte apparaît avec effet bounce */
.menu-button:hover .menu-text-group {
    opacity: 1;
    transform: scale(1);
}

/* Quand le menu est ouvert */
.menu-button.open .menu-text-group {
    opacity: 1;
    transform: scale(1);
}

.menu-text-path {
    fill: white;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: var(--font-display);
    transition: fill 0.3s ease;
}

.menu-button:not(.open) .menu-text-path {
    fill: #944F24;
}

.menu-button.open .menu-text-path {
    fill: white;
}

.menu-text-group text {
    dominant-baseline: middle;
}

/* ========================================
   MENU ITEMS AVEC DOTS ANIMÉS
   ======================================== */
.menu-item {
    width: 24vw;
}

.menu-item h4 {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.5rem;
}

.menu-dot {
    --db--size: 8px;
    --db--color: #D9D9D9;
    --_db--dot-translate-offset: calc(var(--db--size) * 0.6);
    grid-area: 1 / 1;
    position: relative;
    width: var(--db--size);
    height: var(--db--size);
    border-radius: 100%;
    background-color: var(--db--color);
    opacity: var(--_db--dot-opacity, 0);
    transform: translateX(var(--_db--dot-translation, var(--_db--dot-translate-offset)));
    transition: opacity 0.3s cubic-bezier(0.45, 0.02, 0.09, 0.98), 
                transform 0.3s cubic-bezier(0.45, 0.02, 0.09, 0.98);
}

.menu-label {
    display: inline-block;
    grid-area: 1 / 1;
    transition: transform 0.3s cubic-bezier(0.45, 0.02, 0.09, 0.98);
    transform: translateX(var(--_db--label-translation, 0));
}

.menu-link:hover .menu-dot,
.menu-link.active .menu-dot {
    --_db--dot-opacity: 1;
    --_db--dot-translation: 0;
}

.menu-link:hover .menu-label,
.menu-link.active .menu-label {
    --_db--label-translation: 12px;
}

.menu-image-container {
    width: 100%;
    height: 240px;
    overflow: hidden;
}



div#menu-slider .menu-item:nth-child(2) img.object-cover, div#menu-slider .menu-item:nth-child(4) img.object-cover {
    object-position: left;
}


/* ========================================
   PANNEAU MENU INFÉRIEUR
   ======================================== */
.bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #677b69;
    z-index: 40;
    transition: height 0.8s ease-in-out;
    overflow: hidden;
}

.bottom-menu.open {
    height: 55vh;
}

.bottom-menu-content {
    padding: 25px 20px 20px 20px;
    color: white;
    display: none;
    height: 100%;
}

.bottom-menu.open .bottom-menu-content {
    display: block;
    height: 45vh;
}

/* ========================================
   BOUTONS DE LANGUE
   ======================================== */
.lang-button {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.lang-button.active {
    border-color: #677b69;
    background-color: #677b69;
    color: white;
}

.lang-button:hover {
    background-color: #677b69 !important;
    color: white;
}

.hover\:bg-gray-200:hover {
    color: white !important;
    background-color: #677b69 !important;
}

.text-gray-700 {
    color: #053333 !important;
}

img.akar-drapeau_en {
    margin-right: 10px;
}
span.wp_img_lang {
    display: flex;
}


/* ========================================
   HEADER MOBILE TOGGLE
   ======================================== */
.mobile-header-toggle {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background: #677b69;
    border: none;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.mobile-header-toggle:hover {
    background: #677b69;
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.mobile-header-toggle.active {
    background: #944F24;
    transform: rotate(180deg) scale(1.1);
}

.hamburger-icon {
    width: 24px;
    height: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
}

.hamburger-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 3px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform-origin: center;
}

.mobile-header-toggle.active .hamburger-icon span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.mobile-header-toggle.active .hamburger-icon span:nth-child(2) {
    opacity: 0;
    transform: scale(0);
}

.mobile-header-toggle.active .hamburger-icon span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}


/* ========================================
   NAVIGATION RÉSEAUX SOCIAUX
   ======================================== */
.navigation-resseau-sociaux {
    padding: 20px 30px;
    background-color: #677b69;
    display: none;
}

.bottom-menu.open .navigation-resseau-sociaux {
    display: block;
}

.akar-follow-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: end;
}

.akar-follow-title-wrapper {
    display: block;
}

.akar-follow-title {
    color: white;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.akar-follow-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.akar-follow-item {
    margin: 0;
    padding: 0;
}

.akar-follow-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #053333;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 3px;
}

.akar-follow-link:hover {
    background:#944f24;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.akar-follow-icon {
    width:16px;
    height: 16px;
    object-fit: contain;
    transition: transform 0.3s ease;
    filter: brightness(0) invert(1);
}

.akar-follow-link:hover .akar-follow-icon {
    transform: scale(1.1);
    filter: brightness(0) invert(1);
}





/* ========================================
   MENU MOBILE SLIDE-IN
   ======================================== */
.mobile-header-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 280px;
    height: 100vh;
    background: linear-gradient(135deg, #677b69 0%, #2d5a4d 100%);
    z-index: 100;
    transition: right 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 80px 30px 30px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
}

.mobile-header-menu.active {
    right: 0;
}

.mobile-header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.mobile-header-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.mobile-menu-section {
    margin-bottom: 30px;
}

.mobile-menu-title {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 600;
}

.mobile-menu-section .lang-button {
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    padding: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.mobile-menu-section .lang-button:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.mobile-menu-section .lang-button.active {
    background: #944F24;
    border-color: #944F24;
}

.mobile-menu-section button:not(.lang-button) {
    width: 100%;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
}

.mobile-menu-section button:not(.lang-button):hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

/* ========================================
   RESPONSIVE - TABLETTE (768px - 1023px)
   ======================================== */
@media (max-width: 1023px) {


      .mobile-menu-section a.sign-in-button {
        max-width: 100%;
        padding: 14px 20px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: white;
        border-radius: 8px;
        font-size: 0.95rem;
        font-weight: 500;
        transition: all 0.3s ease;
        cursor: pointer;
        text-align: center;
        display: block;
    }
    
    .js_language_selector .btn.dropdown-toggle.show,
    .js_language_selector .btn.dropdown-toggle[aria-expanded="true"] {
        border-color: #677b69;
        color: white !important;
    }
    
    header.global-header img#logo-other{
        display: block !important;
    }

    header.global-header img#logo-home {
        display: none !important;
    }

    
    button.border-0.dropdown-toggle.btn.btn-sm.btn-outline-secondary {
        display: inline-flex;
        align-items: center;
        border-radius: 0;
        justify-content: center;
    }


    .js_language_selector .dropdown-menu, .js_language_selector .o_dropdown_menu {
        min-width: 0;
        min-width: 24.7vh;
        border-radius: 0;
    }
    .js_language_selector  .dropdown-menu, .o_dropdown_menu {
        transform: translate(25px, 154px) !important;
        background: #2d5a4d;
     }
    
     .mobile-menu-section button:not(.lang-button):hover {
        background: rgba(255, 255, 255, 0.2);
        transform: initial; 
    }
    
    .dropdown-item {
      color: white;
    }

    #menu-sidebar.menu_item .menu_label {
        display: inline-block;
        position: relative;
    }

   div#menu-sidebar a.block.h-full.menu-link.active {
     background: #1e3f35;
    }


    .dropdown-item.active, .dropdown-item:active {
        color: var(--dropdown-link-active-color);
        text-decoration: none;
        background-color: #2d5a4d;
    }


    .content-container {
        display: flex;
        flex-direction: column;
        grid-template-columns: none;
    }

    img.akar-center-logo {
        width: 70%;
        margin: 0 auto;
    }

    .menu-image-container {
        width: 100%;
        height: 150px;
    }

   .right-panel .flex.flex-col.items-center.text-center {
        min-height: 77vh;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-panel {
        order: 1;
        height: auto;
        min-height:80vh;
        padding: 3rem 2rem;
    }

    .left-panel {
        order: 2;
    }

    /* Cacher le header desktop sur HOME, afficher ailleurs */
    .header-actions-desktop  > .header_wp {
        display: none !important;
    }

    .mobile-header-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-lang-desktop {
        display: none;
    }

    .global-header {
        padding:25px 30px;
    }

    .akar-logo-header {
        height: 40px;
    }

    .fullscreen-content {
        padding-top: 90px;
    }

    .menu-button svg {
        width: 5.25rem;
        height: 5.25rem;
    }

    .bottom-menu.open {
        height: 47vh;
    }

    .menu-item {
        width: 35vw !important;
    }

    .menu-button-container {
        bottom: 40px;
    }
    
    .bottom-menu-content {
        padding: 24px 20px 14px 20px;    
    }

    /* Contrôles vidéo responsive */
    .video-controls {
        top: 15px;
        right: 15px;
        gap: 8px;
    }

    .video-control-btn {
        padding: 8px 12px;
    }

    .control-label {
        font-size: 0.75rem;
    }

    .play-text {
        font-size: 0.7rem;
    }
    
    /* Sur tablette/mobile, afficher le texte centré au lieu de suivre le curseur */
    .video-play-cursor {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .video-play-cursor.active {
        transform: translate(-50%, -50%) scale(1);
    }
    
    .video-overlay-interactive {
        cursor: pointer;
    }

   .navigation-resseau-sociaux {
        padding: 20px 25px;
    }

    .akar-follow-nav {
        gap: 16px;
    }

    .akar-follow-title {
        font-size: 1rem;
    }

    .akar-follow-link {
        width: 37px;
        height: 37px;
    }

    .akar-follow-icon {
        width: 16px;
        height: 16px;
    }

     .bottom-menu.open .bottom-menu-content {
      height: 37vh;
     }
}

/* ========================================
   RESPONSIVE - MOBILE (< 768px)
   ======================================== */
@media (max-width: 767px) {
    .loading-screen .logo-text-large {
        font-size: 3rem;
    }

    .loading-screen .logo-subtitle-large {
        font-size: 1.125rem;
    }

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

    .content-container {
        display: flex;
        flex-direction: column;
    }

    .right-panel {
        order: 1;
        height: auto;
        min-height: 90vh;
    }

    .left-panel {
        order: 2;
    }
 
    .mobile-header-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        top: 15px;
        right: 15px;
        width: 50px;
        height: 50px;
    }

    .mobile-header-menu {
        width: 260px;
        padding: 70px 25px 25px;
    }

    .header-lang-desktop {
        display: none;
    }

    .global-header {
        padding: 25px 20px;
    }

    .akar-logo-header {
        height: 35px;
    }

    .fullscreen-content {
        padding-top: 80px;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .menu-button-container {
        bottom:30px; 
    }

    .bottom-menu.open {
        height: 45vh;
    }

    .bottom-menu-content {
        padding: 12px 10px 10px 10px;
    }

    .menu-item {
        width: 47vw !important;
        padding-left: 0.6rem !important;
        padding-right: 0.6rem !important;
    }

    .menu-item h4 {
        font-size: 0.8rem;
        margin-bottom: 0.5rem;
    }

    .menu-image-container {
        height: 180px !important;
    }

    .menu-text-path {
        font-size: 13px;
        letter-spacing: 2px;
    }

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

    .navigation-resseau-sociaux {
        padding: 15px 20px;
    }

    .akar-follow-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .akar-follow-title {
        font-size: 0.875rem;
    }

    .akar-follow-list {
        gap: 10px;
        flex-wrap: wrap;
    }

    .akar-follow-link {     
        width: 37px;
        height: 34px;
    }

    .akar-follow-icon {
        width:15px;
        height:15px;
    }

    .bottom-menu.open .bottom-menu-content {
        height: 32vh;
    }
}

/* ========================================
   RESPONSIVE - TRÈS PETIT MOBILE (< 480px)
   ======================================== */
@media (max-width: 479px) {
    .loading-screen .logo-text-large {
        font-size: 2.5rem;
    }

    .loading-screen .logo-subtitle-large {
        font-size: 1rem;
    }

    .right-panel {
        padding: 1rem;
    }

    .left-content-wrapper {
        min-height: 200px;
    }

    .mobile-header-toggle {
        top: 12px;
        right: 12px;
        width: 48px;
        height: 48px;
    }

    .mobile-header-menu {
        width: 240px;
        padding: 60px 20px 20px;
    }

    .akar-logo-header {
        height: 30px;
    }

    .fullscreen-content {
        padding-top: 70px;
    }

    .menu-item {
        width: 56vw !important;
    }

    .bottom-menu.open .bottom-menu-content {
        height: 32vh;
    }
   
    .akar-follow-link {
        width: 30px;
        height: 30px;
    }
}

/* ========================================
   RESPONSIVE - DESKTOP LARGE (≥ 1440px)
   ======================================== */
@media (min-width: 1440px) {
    .right-panel {
        padding: 4rem;
    }

    .menu-button svg {
        width: 6.5rem;
        height: 6.5rem;
    }

    .global-header {
        padding: 25px 50px;
    }

    .akar-logo-header {
        height: 55px;
    }

    .fullscreen-content {
        padding-top: 120px;
    }
}

/* ========================================
   RESPONSIVE - MOBILE PAYSAGE
   ======================================== */
@media (max-width: 767px) and (orientation: landscape) {
    .content-container {
        display: flex;
        flex-direction: column;
    }

    .right-panel {
        order: 1;
        height:auto;
        min-height: 90vh;
    }

    .left-panel {
        order: 2;
    }
}

/* ========================================
   UTILITAIRES
   ======================================== */
.hidden {
    display: none !important;
}

.fade-in {
    animation: fadeInContent 0.8s ease-out;
}

@keyframes fadeInContent {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.akar-business-center {
    width: 70%;
    padding-top: 10%;
}