     /* © nextforge.fr 1.1.0 accueil */


        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            background-color: #171717;
            font-family: 'Open Sans', sans-serif;
            overflow-x: hidden;
        }
        
        .nav-transparent {
            background: transparent;
            backdrop-filter: none;
        }
        
        .nav-solid {
            background: rgba(23, 23, 23, 0.95);
            backdrop-filter: blur(10px);
        }
        
        .torn-section {
            position: relative;
            background: #f5f5f5;
            padding: 100px 0;
            margin: 60px 0;
        }
        
        .torn-section::before {
            content: '';
            position: absolute;
            top: -50px;
            left: 0;
            right: 0;
            height: 100px;
            background: #f5f5f5;
            clip-path: polygon(
                0% 60%,
                2% 58%,
                4% 62%,
                6% 55%,
                8% 60%,
                10% 52%,
                12% 58%,
                14% 50%,
                16% 55%,
                18% 48%,
                20% 54%,
                22% 46%,
                24% 52%,
                26% 44%,
                28% 50%,
                30% 42%,
                32% 48%,
                34% 40%,
                36% 46%,
                38% 38%,
                40% 44%,
                42% 36%,
                44% 42%,
                46% 34%,
                48% 40%,
                50% 32%,
                52% 38%,
                54% 34%,
                56% 40%,
                58% 36%,
                60% 42%,
                62% 38%,
                64% 44%,
                66% 40%,
                68% 46%,
                70% 42%,
                72% 48%,
                74% 44%,
                76% 50%,
                78% 46%,
                80% 52%,
                82% 48%,
                84% 54%,
                86% 50%,
                88% 56%,
                90% 52%,
                92% 58%,
                94% 54%,
                96% 60%,
                98% 56%,
                100% 62%,
                100% 100%,
                0% 100%
            );
            z-index: 10;
        }
        
        .torn-section::after {
            content: '';
            position: absolute;
            bottom: -50px;
            left: 0;
            right: 0;
            height: 100px;
            background: #f5f5f5;
            clip-path: polygon(
                0% 0%,
                100% 0%,
                100% 38%,
                98% 42%,
                96% 38%,
                94% 44%,
                92% 40%,
                90% 46%,
                88% 42%,
                86% 48%,
                84% 44%,
                82% 50%,
                80% 46%,
                78% 52%,
                76% 48%,
                74% 54%,
                72% 50%,
                70% 56%,
                68% 52%,
                66% 58%,
                64% 54%,
                62% 60%,
                60% 56%,
                58% 62%,
                56% 58%,
                54% 64%,
                52% 60%,
                50% 66%,
                48% 62%,
                46% 64%,
                44% 60%,
                42% 62%,
                40% 58%,
                38% 60%,
                36% 56%,
                34% 58%,
                32% 54%,
                30% 56%,
                28% 52%,
                26% 54%,
                24% 50%,
                22% 52%,
                20% 48%,
                18% 50%,
                16% 46%,
                14% 48%,
                12% 44%,
                10% 46%,
                8% 42%,
                6% 44%,
                4% 40%,
                2% 42%,
                0% 38%
            );
            z-index: 10;
        }
        
        .torn-section-no-bottom {
            position: relative;
            background: #f5f5f5;
            padding: 100px 0;
            margin-top: 60px;
            margin-bottom: 0;
        }
        
        .torn-section-no-bottom::before {
            content: '';
            position: absolute;
            top: -50px;
            left: 0;
            right: 0;
            height: 100px;
            background: #f5f5f5;
            clip-path: polygon(
                0% 60%,
                2% 58%,
                4% 62%,
                6% 55%,
                8% 60%,
                10% 52%,
                12% 58%,
                14% 50%,
                16% 55%,
                18% 48%,
                20% 54%,
                22% 46%,
                24% 52%,
                26% 44%,
                28% 50%,
                30% 42%,
                32% 48%,
                34% 40%,
                36% 46%,
                38% 38%,
                40% 44%,
                42% 36%,
                44% 42%,
                46% 34%,
                48% 40%,
                50% 32%,
                52% 38%,
                54% 34%,
                56% 40%,
                58% 36%,
                60% 42%,
                62% 38%,
                64% 44%,
                66% 40%,
                68% 46%,
                70% 42%,
                72% 48%,
                74% 44%,
                76% 50%,
                78% 46%,
                80% 52%,
                82% 48%,
                84% 54%,
                86% 50%,
                88% 56%,
                90% 52%,
                92% 58%,
                94% 54%,
                96% 60%,
                98% 56%,
                100% 62%,
                100% 100%,
                0% 100%
            );
            z-index: 10;
        }
        
        .wave-bottom {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            z-index: 20;
        }
        
        .wave-bottom svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 80px;
        }
        
        @media (min-width: 768px) {
            .wave-bottom svg {
                height: 120px;
            }
        }
        
        @media (min-width: 1024px) {
            .wave-bottom svg {
                height: 150px;
            }
        }
        
        .wave-top {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            overflow: hidden;
            line-height: 0;
            transform: rotate(180deg);
            z-index: 20;
        }
        
        .wave-top svg {
            position: relative;
            display: block;
            width: calc(100% + 1.3px);
            height: 80px;
        }
        
        @media (min-width: 768px) {
            .wave-top svg {
                height: 120px;
            }
        }
        
        @media (min-width: 1024px) {
            .wave-top svg {
                height: 150px;
            }
        }
        
        .btn-primary {
            display: inline-block;
            padding: 16px 40px;
            background: #1a1a1a;
            color: white;
            font-family: 'Oswald', sans-serif;
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 2px;
            text-transform: uppercase;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            background: #e23636;
            transform: translateY(-2px);
        }
        
        .btn-secondary {
            display: inline-block;
            padding: 16px 40px;
            background: transparent;
            border: 2px solid white;
            color: white;
            font-family: 'Oswald', sans-serif;
            font-weight: 500;
            font-size: 14px;
            letter-spacing: 2px;
            text-transform: uppercase;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .btn-secondary:hover {
            background: white;
            color: #1a1a1a;
        }
        
        .game-card {
            transition: transform 0.4s ease, box-shadow 0.4s ease;
        }
        
        .game-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
        }
        
        .mobile-menu-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 998;
        }
        
        .mobile-menu-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        .mobile-menu {
            position: fixed;
            top: 0;
            right: 0;
            width: 280px;
            max-width: 80vw;
            height: 100vh;
            background: #171717;
            transform: translateX(100%);
            transition: transform 0.3s ease;
            z-index: 999;
            overflow-y: auto;
        }
        
        .mobile-menu.active {
            transform: translateX(0);
        }

        html {
            scroll-behavior: smooth;
        }
        
        .hamburger span {
            display: block;
            width: 24px;
            height: 2px;
            background: white;
            margin: 6px 0;
            transition: all 0.3s ease;
        }
        
        .hamburger.active span:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }
        
        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }
        
        .hamburger.active span:nth-child(3) {
            transform: rotate(-45deg) translate(6px, -6px);
        }