


body.page-template-page-accueil .site-navigation a,
body.page-template-page-accueil .nav-toggle {
    color: #ffffff !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

body.page-template-page-accueil .nav-toggle {
    border-color: rgba(255,255,255,0.4) !important;
}
body.page-template-page-accueil .nav-toggle span {
    background-color: #ffffff !important;
}

body.page-template-page-accueil .site-navigation a:hover {
    color: #f6a321 !important;
}





.immersive-wrapper {
    width: 100%;
    position: relative;
    background-color: #000;
}

.panel {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    
    background-color: #000; 
    
    transform: translate3d(0,0,0); 
    -webkit-transform: translate3d(0,0,0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


.panel:nth-child(1) { z-index: 10; }
.panel:nth-child(2) { z-index: 20; }
.panel:nth-child(3) { z-index: 30; }
.panel:nth-child(4) { z-index: 40; }
.panel:nth-child(5) { z-index: 50; }





.panel__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.panel__bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease;
    background-color: #000; 
    transform: translate3d(0,0,0);
}

.panel__bg video.is-loaded {
    opacity: 1;
}

.panel__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2;
}





.panel__content {
    position: relative;
    z-index: 100;
    width: 100%;
    max-width: 1100px;
    padding: 2.5rem;
    text-align: center;
    opacity: 1; 
}




.panel__content--left {
    margin-right: auto;
    margin-left: 8%;
    text-align: left;
    max-width: 800px; 
}

.panel__content--right {
    margin-left: auto;
    margin-right: 8%;
    text-align: right;
    max-width: 800px; 
}


.panel__surface {
    display: inline-flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 3rem 3.5rem; 
    
    background: rgba(7, 12, 10, 0.65);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
    
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}


.panel__surface--hero {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}


.panel__eyebrow {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.8);
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.panel__tag {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.85rem;
    color: #f6a321; 
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(4px);
    padding: 6px 16px;
    border-radius: 50px;
    border: 1px solid rgba(246, 163, 33, 0.3);
    margin-bottom: 0;
    font-weight: 700;
}

.panel__title {
    font-family: 'Plane', sans-serif;
    font-size: clamp(3rem, 5.5vw, 5rem); 
    line-height: 1.1;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 4px 20px rgba(0,0,0,0.5);
    
    
    hyphens: none;
    -webkit-hyphens: none;
}

.panel__text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.95);
    max-width: 100%; 
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.panel__surface--hero .panel__text {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}





.panel__actions {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    pointer-events: auto;
}

.panel__content--left .panel__actions { justify-content: flex-start; }
.panel__content--right .panel__actions { justify-content: flex-end; }

.btn-outline-white {
    display: inline-flex;
    align-items: center;
    padding: 1rem 2.2rem;
    border: 1px solid rgba(255,255,255,0.45);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    transition: all 0.3s ease;
    border-radius: 50px;
    text-decoration: none;
    backdrop-filter: blur(4px);
}

.btn-outline-white:hover {
    background: #fff;
    color: #0f6a2c;
    border-color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.btn-text-arrow {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: relative;
    padding-right: 35px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: opacity 0.3s, transform 0.3s;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.btn-text-arrow::after {
    content: '→';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    font-size: 1.2em;
}

.btn-text-arrow:hover::after {
    transform: translate(8px, -50%);
}





@media (max-width: 1200px) {
    .panel__content--left, 
    .panel__content--right {
        max-width: 85%; 
    }
}

@media (max-width: 1024px) {
    .panel__content { padding: 2rem; }
    
    .panel__content--left, 
    .panel__content--right {
        margin: 0 auto;
        text-align: center;
        max-width: 90%;
    }
    
    .panel__surface { 
        padding: 2.25rem 2.5rem; 
    }
    
    .panel__content--left .panel__actions, 
    .panel__content--right .panel__actions {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .panel__surface { 
        padding: 2rem; 
        border-radius: 24px; 
    }
    
    .panel__title { 
        font-size: clamp(2.2rem, 9vw, 3.2rem); 
    }
    
    .panel__actions { 
        flex-direction: column; 
        width: 100%; 
    }
    
    .btn-outline-white { 
        width: 100%; 
        justify-content: center; 
    }
}