.elementor-25 .elementor-element.elementor-element-5cdc5d6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-29328d5 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            overscroll-behavior: none;
        }

        body {
            font-family: 'Roboto', sans-serif !important;
            font-weight: 100 !important;
            background: #0a0a0a;
            color: white;
            overflow-x: hidden;
        }

        .slider-container {
            position: relative;
            height: 100vh;
            height: 100dvh;
            width: 100%;
        }

        .slider-wrapper {
            position: relative;
            height: 100%;
            width: 100%;
            overflow: hidden;
        }

        .slide {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        .slide.active {
            opacity: 1;
        }

        .slide::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%);
            z-index: 1;
        }

        .slide-content {
            position: absolute;
            bottom: 15%;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
            z-index: 2;
            width: 65%;
            max-width: 1000px;
            padding: 0 2rem;
        }

        .slide-title {
            font-size: clamp(2.5rem, 5vw, 4rem);
            font-weight: 100;
            letter-spacing: 0.1em;
            margin-bottom: 1rem;
            text-transform: uppercase;
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease 0.3s;
        }

        .slide.active .slide-title {
            opacity: 1;
            transform: translateY(0);
        }

        /* Navigation infinie */
        .nav-container {
            position: fixed;
            left: 3rem;
            top: 50%;
            transform: translateY(-50%);
            z-index: 99;
            height: 300px;
            width: 80px;
            overflow: hidden;
        }

        .nav-viewport {
            position: relative;
            height: 100%;
            width: 100%;
            overflow: hidden;
        }

        .nav-slider {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .nav-item {
            position: relative;
            cursor: pointer;
            transition: all 0.6s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 60px;
            width: 80px;
        }

        .nav-number {
            font-size: 1.4rem;
            font-weight: 100;
            letter-spacing: 0.1em;
            color: rgba(255, 255, 255, 0.25);
            transition: all 0.6s ease;
            position: relative;
            z-index: 2;
            transform: scale(0.8);
            text-align: center;
        }

        .nav-container::before {
            content: '';
            position: absolute;
            left: -20px;
            top: 50%;
            transform: translateY(-50%);
            width: 12px;
            height: 12px;
            border: 2px solid #ffffff;
            border-radius: 50%;
            background: #ffffff;
            z-index: 3;
            box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
        }

        .nav-container::after {
            content: '';
            position: absolute;
            left: -15px;
            top: 50%;
            transform: translateY(-50%);
            width: 2px;
            height: 80px;
            background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.3));
            z-index: 3;
        }

        .nav-item.active .nav-number {
            color: #ffffff;
            font-weight: 400;
            transform: scale(1.1);
            text-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
        }

        .nav-item.near .nav-number {
            color: rgba(255, 255, 255, 0.6);
            transform: scale(0.8);
        }

        .nav-item.medium .nav-number {
            color: rgba(255, 255, 255, 0.4);
            transform: scale(0.6);
        }

        .nav-item.far .nav-number {
            color: rgba(255, 255, 255, 0.25);
            transform: scale(0.6);
        }

        .nav-item:not(.active):hover .nav-number {
            color: rgba(255, 255, 255, 0.9) !important;
            transform: scale(1.2) !important;
            transition: all 0.3s ease;
        }

        /* Progress indicator */
        .progress-container {
            position: fixed;
            bottom: 3rem;
            left: 50%;
            transform: translateX(-50%);
            z-index: 99;
        }

        .progress-bar {
            width: 200px;
            height: 2px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 1px;
            overflow: hidden;
        }

        .progress-fill {
            height: 100%;
            background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.6));
            width: 0;
            transition: width 0.3s ease;
        }

        .progress-text {
            text-align: center;
            margin-top: 1rem;
            font-size: 0.8rem;
            letter-spacing: 0.1em;
            color: rgba(255, 255, 255, 0.6);
        }

        /* Controls avec SVG */
        .controls {
            position: fixed;
            bottom: 3rem;
            right: 3rem;
            z-index: 99;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }

        .control-btn {
            width: 40px;
            height: 40px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            background: transparent;
            color: rgba(255, 255, 255, 0.6);
            cursor: pointer;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            padding: 0;
        }

        .control-btn svg {
            width: 14px;
            height: 14px;
            fill: currentColor;
            transition: all 0.3s ease;
        }

        /* Flèches verticales pour tous les écrans */
        #prev::before {
            content: "↑";
        }

        #next::before {
            content: "↓";
        }

        #prev,
        #next {
            font-size: 0;
        }

        #prev::before,
        #next::before {
            font-size: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
        }

        #prev svg,
        #next svg {
            display: none;
        }

        .control-btn:hover {
            border-color: rgba(255, 255, 255, 0.8);
            color: rgba(255, 255, 255, 0.9);
            background: rgba(255, 255, 255, 0.1);
        }

        .control-btn.active {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.8);
            color: #ffffff;
        }

        .control-btn:focus {
            outline: none;
            border-color: rgba(255, 255, 255, 0.8);
            color: rgba(255, 255, 255, 0.9);
            background: rgba(255, 255, 255, 0.1);
        }

        /* Responsive */
        @media (max-width: 768px) {
            .nav-container {
                left: 1rem;
                width: 70px;
            }
            
            .slide-test{
                background-position: left;
            }

            .nav-number {
                font-size: 1.1rem;
            }

            .slide-title {
                font-size: clamp(1.8rem, 4vw, 2.8rem) !important;
            }

            .slide-content {
                padding: 0 1rem;
                bottom: 12%;
                width:60%;
            }

            .controls {
                bottom: 1.5rem;
                right: 1.5rem;
                flex-direction: column;
                gap: 0.8rem;
            }

            .control-btn {
                width: 38px;
                height: 38px;
            }

            .control-btn svg {
                width: 14px;
                height: 14px;
            }

            .progress-container {
                bottom: 1.5rem;
            }

            .progress-bar {
                width: 160px;
            }
            #prev::before,
            #next::before {
                font-size: 0.8rem;
            }
        }

        @media (max-width: 480px) {
            .nav-container {
                left: 0.5rem;
                width: 65px;
            }

            .nav-number {
                font-size: 1rem;
            }

            .slide-title {
                font-size: clamp(1.5rem, 3.5vw, 2.3rem) !important;
            }

            .slide-content {
                bottom: 10%;
            }

            .control-btn {
                width: 36px;
                height: 36px;
            }

            .control-btn svg {
                width: 13px;
                height: 13px;
            }

            .progress-bar {
                width: 140px;
            }
        }

        @media (max-width: 360px) {
            .nav-container {
                left: 0.3rem;
                width: 60px;
            }

            .nav-number {
                font-size: 0.9rem;
            }

            .slide-title {
                font-size: clamp(1.3rem, 3vw, 2rem) !important;
            }

            .control-btn {
                width: 34px;
                height: 34px;
            }

            .control-btn svg {
                width: 12px;
                height: 12px;
            }

            .controls {
                gap: 0.6rem;
            }

            .progress-bar {
                width: 120px;
            }
        }/* End custom CSS */