{"id":149827,"date":"2025-08-09T04:18:05","date_gmt":"2025-08-09T02:18:05","guid":{"rendered":"https:\/\/fr.motocrossmag.be\/?page_id=149827"},"modified":"2025-08-09T08:43:51","modified_gmt":"2025-08-09T06:43:51","slug":"la-chinelle-2025-liste-des-engages-2-heures-vintage","status":"publish","type":"page","link":"https:\/\/fr.motocrossmag.be\/index.php\/la-chinelle-2025-liste-des-engages-2-heures-vintage\/","title":{"rendered":"La Chinelle 2025 &#8211; Liste des Engag\u00e9s &#8211; 2 Heures Vintage"},"content":{"rendered":"<div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-1 fusion-flex-container has-pattern-background has-mask-background nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-margin-top:90px;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1393.6px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-0 fusion_builder_column_1_1 1_1 fusion-flex-column\" style=\"--awb-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:0px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-spacing-right-small:1.92%;--awb-spacing-left-small:1.92%;\"><div class=\"fusion-column-wrapper fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div ><a class=\"fusion-button button-flat button-medium button-default fusion-button-default button-1 fusion-button-default-span fusion-button-default-type\" style=\"--button-border-radius-top-left:5px;--button-border-radius-top-right:5px;--button-border-radius-bottom-right:5px;--button-border-radius-bottom-left:5px;--button_margin-bottom:30px;--button_margin-left:20px;\" target=\"_self\" href=\"https:\/\/mxmag.be\/la-chinelle\/\"><i class=\"fa-arrow-left fas button-icon-left\" aria-hidden=\"true\"><\/i><span class=\"fusion-button-text\">Retour vers la page d\u2019accueil \u00ab\u00a0La Chinelle\u00a0\u00bb<\/span><\/a><\/div>\n <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            min-height: 100vh;\n            padding: 20px;\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            background: rgba(255, 255, 255, 0.95);\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);\n            overflow: hidden;\n            backdrop-filter: blur(10px);\n        }\n\n        .header {\n            background: linear-gradient(135deg, #8B4513, #CD853F);\n            color: white;\n            padding: 30px;\n            text-align: center;\n        }\n\n        .header h1 {\n            font-size: 2.5em;\n            margin-bottom: 10px;\n            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);\n        }\n\n        .subtitle {\n            font-size: 1.2em;\n            opacity: 0.9;\n        }\n\n        .controls {\n            padding: 30px;\n            background: rgba(255, 255, 255, 0.8);\n            border-bottom: 1px solid #e0e0e0;\n            display: flex;\n            gap: 20px;\n            flex-wrap: wrap;\n            align-items: center;\n        }\n\n        .search-box {\n            flex: 1;\n            min-width: 300px;\n            position: relative;\n        }\n\n        .search-box input {\n            width: 100%;\n            padding: 12px 45px 12px 15px;\n            border: 2px solid #e0e0e0;\n            border-radius: 25px;\n            font-size: 16px;\n            transition: all 0.3s ease;\n            background: white;\n        }\n\n        .search-box input:focus {\n            outline: none;\n            border-color: #8B4513;\n            box-shadow: 0 0 15px rgba(139, 69, 19, 0.2);\n        }\n\n        .search-icon {\n            position: absolute;\n            right: 15px;\n            top: 50%;\n            transform: translateY(-50%);\n            color: #666;\n            font-size: 18px;\n        }\n\n        .filter-group {\n            display: flex;\n            gap: 10px;\n            align-items: center;\n            flex-wrap: wrap;\n        }\n\n        .category-filter {\n            padding: 10px 15px;\n            border: 2px solid #e0e0e0;\n            border-radius: 20px;\n            background: white;\n            font-size: 13px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            user-select: none;\n        }\n\n        .category-filter:hover {\n            border-color: #8B4513;\n            background: #f8f5f0;\n        }\n\n        .category-filter.active {\n            background: #8B4513;\n            color: white;\n            border-color: #8B4513;\n        }\n\n        .stats {\n            display: flex;\n            gap: 20px;\n            align-items: center;\n            font-size: 14px;\n            color: #666;\n        }\n\n        .table-container {\n            overflow-x: auto;\n            max-height: 70vh;\n            position: relative;\n        }\n\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n        }\n\n        thead {\n            background: linear-gradient(135deg, #8B4513, #CD853F);\n            color: white;\n            position: sticky;\n            top: 0;\n            z-index: 10;\n        }\n\n        thead th {\n            padding: 20px 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 14px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            border-right: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        tbody tr {\n            transition: all 0.2s ease;\n            border-bottom: 1px solid #f0f0f0;\n        }\n\n        tbody tr:hover {\n            background: linear-gradient(135deg, #f8f5f0, #f5f2ed);\n            transform: translateY(-1px);\n            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);\n        }\n\n        tbody tr.hidden {\n            display: none;\n        }\n\n        tbody td {\n            padding: 15px;\n            border-right: 1px solid #f0f0f0;\n            vertical-align: middle;\n        }\n\n        .team-name {\n            font-weight: 600;\n            color: #8B4513;\n        }\n\n        .pilot-name {\n            color: #555;\n            font-weight: 500;\n        }\n\n        .pilot-name.solo {\n            color: #8B4513;\n            font-weight: 600;\n        }\n\n        .category {\n            display: inline-block;\n            padding: 6px 12px;\n            border-radius: 15px;\n            font-size: 12px;\n            font-weight: 600;\n            text-align: center;\n            min-width: 100px;\n        }\n\n        .category-solo {\n            background: linear-gradient(135deg, #D2691E, #FF8C00);\n            color: white;\n        }\n\n        .category-35 {\n            background: linear-gradient(135deg, #32CD32, #228B22);\n            color: white;\n        }\n\n        .category-60 {\n            background: linear-gradient(135deg, #4169E1, #1E90FF);\n            color: white;\n        }\n\n        .category-plus60 {\n            background: linear-gradient(135deg, #8B008B, #9370DB);\n            color: white;\n        }\n\n        .category-parent {\n            background: linear-gradient(135deg, #DC143C, #B22222);\n            color: white;\n        }\n\n        .category-girls {\n            background: linear-gradient(135deg, #FF69B4, #FF1493);\n            color: white;\n        }\n\n        .no-results {\n            text-align: center;\n            padding: 60px 20px;\n            color: #666;\n            font-size: 18px;\n            background: white;\n        }\n\n        .no-results::before {\n            content: \"\ud83d\udd0d\";\n            display: block;\n            font-size: 48px;\n            margin-bottom: 20px;\n        }\n\n        @media (max-width: 768px) {\n            .controls {\n                flex-direction: column;\n                align-items: stretch;\n            }\n\n            .search-box {\n                min-width: auto;\n            }\n\n            .filter-group {\n                flex-wrap: wrap;\n                justify-content: center;\n            }\n\n            .header h1 {\n                font-size: 2em;\n            }\n\n            table {\n                font-size: 14px;\n            }\n\n            thead th, tbody td {\n                padding: 10px 8px;\n            }\n        }\n    <\/style><style>\n.container {width:100% !important}\n.header {background:none !important;margin-top:0px}\n.header .subtitle {color:#000 !important}\n#main, body {padding:0px !important}\nhtml {background:#FFF !important}\n.table-container {overflow-x:scroll !important; max-height:none !important}\n.fusion-builder-row-2, .google-auto-placed {display:none !important}\n<\/style><div class=\"container\">\n        <div class=\"header\">\n            <h1>\ud83c\udfc1 La Chinelle 2025<\/h1>\n            <div class=\"subtitle\">Liste des Engag\u00e9s - 2 Heures Vintage<\/div>\n        <\/div>\n\n        <div class=\"controls\">\n            <div class=\"search-box\">\n                <input type=\"text\" id=\"searchInput\" placeholder=\"Rechercher une \u00e9quipe ou un pilote...\">\n                <span class=\"search-icon\">\ud83d\udd0d<\/span>\n            <\/div>\n            \n            <div class=\"filter-group\">\n                <div class=\"category-filter active\" data-category=\"all\">Toutes<\/div>\n                <div class=\"category-filter\" data-category=\"VIN SOLO\">SOLO<\/div>\n                <div class=\"category-filter\" data-category=\"VIN -35 Ans\">-35 Ans<\/div>\n                <div class=\"category-filter\" data-category=\"VIN -60 Ans\">-60 Ans<\/div>\n                <div class=\"category-filter\" data-category=\"VIN +60 Ans\">+60 Ans<\/div>\n                <div class=\"category-filter\" data-category=\"VIN Parent&Enfant\">Parent&Enfant<\/div>\n                <div class=\"category-filter\" data-category=\"VIN GIRLS\">GIRLS<\/div>\n            <\/div>\n\n            <div class=\"stats\">\n                <span id=\"totalCount\">68 \u00e9quipes<\/span>\n                <span id=\"visibleCount\"><\/span>\n            <\/div>\n        <\/div>\n\n        <div class=\"table-container\">\n            <table id=\"engagesTable\">\n                <thead>\n                    <tr>\n                        <th>#<\/th>\n                        <th>\u00c9quipe<\/th>\n                        <th>Pilote 1<\/th>\n                        <th>Pilote 2<\/th>\n                        <th>Cat\u00e9gorie<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody id=\"tableBody\">\n                    <!-- Data will be inserted here by JavaScript -->\n                <\/tbody>\n            <\/table>\n            <div id=\"noResults\" class=\"no-results\" style=\"display: none;\">\n                Aucun r\u00e9sultat trouv\u00e9 pour votre recherche\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <script>\n        const data = [\n            {id: 1, team: \"Dinant Moto Club Forever\", pilot1: \"VIROUX Alain\", pilot2: \"VIROUX Mathieu\", category: \"VIN Parent&Enfant\"},\n            {id: 2, team: \"Vds Racing\", pilot1: \"VANDERSMISSEN Serge\", pilot2: \"MARTENS Daymond\", category: \"VIN -35 Ans\"},\n            {id: 3, team: \"Jrt126 Soudure\", pilot1: \"LORQUET Julien\", pilot2: \"DONNAY Axel\", category: \"VIN -35 Ans\"},\n            {id: 4, team: \"M'Enfin\", pilot1: \"BATTARD Christophe\", pilot2: \"\", category: \"VIN SOLO\"},\n            {id: 5, team: \"Supermoto Team\", pilot1: \"WILLEM Thijs\", pilot2: \"VANDOORNE Ruben\", category: \"VIN -35 Ans\"},\n            {id: 6, team: \"Team Vabo\", pilot1: \"FOLIE Olivier\", pilot2: \"LEBRUN Vincent\", category: \"VIN -60 Ans\"},\n            {id: 7, team: \"Raide Boule Ktm Team\", pilot1: \"CHARLY Philippe\", pilot2: \"BECK Michael\", category: \"VIN -60 Ans\"},\n            {id: 8, team: \"Kinet Antoine\", pilot1: \"KINET Antoine\", pilot2: \"\", category: \"VIN SOLO\"},\n            {id: 9, team: \"Looping Racing\", pilot1: \"GILLAIN Florent\", pilot2: \"\", category: \"VIN SOLO\"},\n            {id: 10, team: \"Enduro Graty\", pilot1: \"HANOCQ Julien\", pilot2: \"EVERS Alexandre\", category: \"VIN -35 Ans\"},\n            {id: 11, team: \"Les Couz\", pilot1: \"LEFEBVRE Julien\", pilot2: \"BENONIT Guillaume\", category: \"VIN -35 Ans\"},\n            {id: 12, team: \"Team Bardahl\", pilot1: \"BOLLE Olivier\", pilot2: \"VAN CLEEMPUT Diederik\", category: \"VIN -60 Ans\"},\n            {id: 13, team: \"Villersois\", pilot1: \"BLOQUIAU Benoit\", pilot2: \"DETINNE Marc\", category: \"VIN -60 Ans\"},\n            {id: 14, team: \"Dom & Steve\", pilot1: \"DELADRIERE Dominique\", pilot2: \"BERTIEAUX Steve\", category: \"VIN -60 Ans\"},\n            {id: 15, team: \"Xr Rs\", pilot1: \"VAN DEN BEMPT Philippe\", pilot2: \"\", category: \"VIN SOLO\"},\n            {id: 16, team: \"Des Vieilles Suz\", pilot1: \"ANCELIN Nicolas\", pilot2: \"DETIMMERMAN Michael\", category: \"VIN -60 Ans\"},\n            {id: 17, team: \"Bronkart - Gillard\", pilot1: \"BRONKART Sebastien\", pilot2: \"GILLARD Fernand\", category: \"VIN -60 Ans\"},\n            {id: 18, team: \"Team Dobus\", pilot1: \"DOUDELET Steve\", pilot2: \"VANBAELEN Emmanuel\", category: \"VIN -60 Ans\"},\n            {id: 19, team: \"Team Car On Line\", pilot1: \"DUTRIEUX Antoine\", pilot2: \"CAPIZZI Giovanni\", category: \"VIN -60 Ans\"},\n            {id: 20, team: \"Pijo Racing Team\", pilot1: \"PITTIONI Joris\", pilot2: \"JOMAUX Dominique\", category: \"VIN -60 Ans\"},\n            {id: 21, team: \"Oli Dan\", pilot1: \"THOMAS Daniel\", pilot2: \"LEONARD Olivier\", category: \"VIN -60 Ans\"},\n            {id: 22, team: \"Leroy\", pilot1: \"LEROY Francis\", pilot2: \"NIVARLET Christian\", category: \"VIN -60 Ans\"},\n            {id: 23, team: \"Minou Et Minou 2\", pilot1: \"CHARLIER Nicolas\", pilot2: \"BEGHIN Olivier\", category: \"VIN -35 Ans\"},\n            {id: 24, team: \"Team Bailleuxmotosport\", pilot1: \"TISSIER Steve\", pilot2: \"BAILLEUX Bertrand\", category: \"VIN -60 Ans\"},\n            {id: 25, team: \"Johnny Cash 2\", pilot1: \"TRICOT Julien\", pilot2: \"VINX John\", category: \"VIN -35 Ans\"},\n            {id: 26, team: \"Bol\", pilot1: \"OLDERS Benoit\", pilot2: \"OLDERS Gary\", category: \"VIN -60 Ans\"},\n            {id: 27, team: \"Timon Et Pumbaa\", pilot1: \"DODION Marcel\", pilot2: \"BROSSEL Nicolas\", category: \"VIN -60 Ans\"},\n            {id: 28, team: \"Brokoli\", pilot1: \"DUMONT Oliviee\", pilot2: \"\", category: \"VIN SOLO\"},\n            {id: 29, team: \"Dc Mendes\", pilot1: \"DUBOIS David\", pilot2: \"POTVIN C\u00e9dric\", category: \"VIN -60 Ans\"},\n            {id: 30, team: \"D-Team\", pilot1: \"DUBOIS Fran\u00e7ois\", pilot2: \"PIETERS Julien\", category: \"VIN -60 Ans\"},\n            {id: 31, team: \"Ed&Tch\u00e9\", pilot1: \"PHILIPPET Eddy\", pilot2: \"BROOS Thierry\", category: \"VIN -60 Ans\"},\n            {id: 32, team: \"Wilmart\", pilot1: \"WILMART Damien\", pilot2: \"FRANSSEN Jason\", category: \"VIN -60 Ans\"},\n            {id: 33, team: \"Tic Et Tac\", pilot1: \"CADET Antoine\", pilot2: \"ROUSSEAU Christopher\", category: \"VIN -60 Ans\"},\n            {id: 34, team: \"Mathot\/Sablon\", pilot1: \"MATHOT Paulin\", pilot2: \"SABLON Mickael\", category: \"VIN -60 Ans\"},\n            {id: 35, team: \"Les Trialistes\", pilot1: \"VAN LANGEVELD Christophe\", pilot2: \"CYTE Philippe\", category: \"VIN -60 Ans\"},\n            {id: 36, team: \"Papy Bernard\", pilot1: \"FORET Bernard\", pilot2: \"\", category: \"VIN SOLO\"},\n            {id: 37, team: \"Forestar\", pilot1: \"DEMARET Gaetan\", pilot2: \"YERNAULT Michel\", category: \"VIN -60 Ans\"},\n            {id: 38, team: \"Paridanek Gp 2\", pilot1: \"PARIDAENS Thierry\", pilot2: \"\", category: \"VIN SOLO\"},\n            {id: 39, team: \"Paridanek Gp 2\", pilot1: \"PROBST Martin\", pilot2: \"\", category: \"VIN SOLO\"},\n            {id: 40, team: \"Les Enduristes Tournaisien\", pilot1: \"VANDERHAEGEN Regis\", pilot2: \"STEUVE Damien\", category: \"VIN -60 Ans\"},\n            {id: 41, team: \"Team Metalem\", pilot1: \"ALAIME Thierry\", pilot2: \"MICHEL Francis\", category: \"VIN +60 Ans\"},\n            {id: 42, team: \"Les Peschelots\", pilot1: \"FRAN\u00c7OIS Benjamin\", pilot2: \"NEEFS Gregory\", category: \"VIN -60 Ans\"},\n            {id: 43, team: \"Nameless Team\", pilot1: \"DESUENNE Thomas\", pilot2: \"PEREAUX Corentin\", category: \"VIN -35 Ans\"},\n            {id: 44, team: \"Preud'Homme\", pilot1: \"PREUD'HOMME Olivier\", pilot2: \"\", category: \"VIN SOLO\"},\n            {id: 45, team: \"Rome\", pilot1: \"ROME Jean-Fran\u00e7ois\", pilot2: \"\", category: \"VIN SOLO\"},\n            {id: 46, team: \"Plm Master\", pilot1: \"FAVEAUX Miguel\", pilot2: \"MOINY Thibaut\", category: \"VIN -35 Ans\"},\n            {id: 47, team: \"Les Enduristes Tournaisiens 2\", pilot1: \"PHILIPRONT Charly\", pilot2: \"LEVEQUE Joshua\", category: \"VIN -35 Ans\"},\n            {id: 48, team: \"Bailleuxmotorsport\", pilot1: \"TEMMERMAN Luc\", pilot2: \"MAHY Alain\", category: \"VIN -60 Ans\"},\n            {id: 49, team: \"Les Amis De La Boue\", pilot1: \"VAN LANGUENAKERS Pierre\", pilot2: \"YOHANN Fran\u00e7ois\", category: \"VIN -35 Ans\"},\n            {id: 50, team: \"Orbaen\", pilot1: \"ORBAEN Etienne\", pilot2: \"ORBAEN Noa\", category: \"VIN Parent&Enfant\"},\n            {id: 51, team: \"Mcpr\", pilot1: \"LEDOUBLE Gerard\", pilot2: \"CONSTANT Bernard\", category: \"VIN +60 Ans\"},\n            {id: 52, team: \"Swm Team\", pilot1: \"MARTIAT Jean-Luc\", pilot2: \"RICHEL Boland\", category: \"VIN +60 Ans\"},\n            {id: 53, team: \"Desimone Vintage Team\", pilot1: \"SENTE Fr\u00e9d\u00e9ric\", pilot2: \"VANDERHEYDEN Philippe\", category: \"VIN -60 Ans\"},\n            {id: 54, team: \"Yernaux\", pilot1: \"YERNAUX Bernard\", pilot2: \"\", category: \"VIN SOLO\"},\n            {id: 55, team: \"Les Amis De La Boue 2\", pilot1: \"DICARA Baptiste\", pilot2: \"GILLAIN Beno\u00eet\", category: \"VIN -35 Ans\"},\n            {id: 56, team: \"Laurel Et Ardy\", pilot1: \"AERTS Didier\", pilot2: \"AERTS Pascal\", category: \"VIN -60 Ans\"},\n            {id: 57, team: \"Julien Fortun\u00e9\", pilot1: \"FORTUN\u00c9 Julien\", pilot2: \"\", category: \"VIN SOLO\"},\n            {id: 58, team: \"Les Kawagirls\", pilot1: \"SEFCSIK Caroline\", pilot2: \"VOU\u00c9 Alison\", category: \"VIN GIRLS\"},\n            {id: 59, team: \"Picons Racing Team\", pilot1: \"MASSIN Patrick\", pilot2: \"VANDEVENNE Maxime\", category: \"VIN -60 Ans\"},\n            {id: 60, team: \"R\u00e9tro Moto Daussois\", pilot1: \"DUEZ Jean-Claude\", pilot2: \"TOURNAY Pierre\", category: \"VIN +60 Ans\"},\n            {id: 61, team: \"Suzuki Bardahl Team\", pilot1: \"VAN VOOREN Paul\", pilot2: \"LOUIS Wuyts\", category: \"VIN -60 Ans\"},\n            {id: 62, team: \"Bc\", pilot1: \"CHIAROTTO Bruno\", pilot2: \"WASTERLAIN Nathan\", category: \"VIN -35 Ans\"},\n            {id: 63, team: \"P\u00e8re Et Fille\", pilot1: \"OPLIGTENBERG Mario\", pilot2: \"OPLIGTENBERG Yana\", category: \"VIN Parent&Enfant\"},\n            {id: 64, team: \"Tournay - Van Laethem\", pilot1: \"TOURNAY Beno\u00eet\", pilot2: \"VAN LAETHEM Quentin\", category: \"VIN -35 Ans\"},\n            {id: 65, team: \"P\u00e8re Et Fils\", pilot1: \"VINX Jonathan\", pilot2: \"VINX Luc\", category: \"VIN Parent&Enfant\"},\n            {id: 66, team: \"Goffard\", pilot1: \"GOFFARD Serge\", pilot2: \"\", category: \"VIN SOLO\"},\n            {id: 67, team: \"Les Suisses\", pilot1: \"LESUISSE Christian\", pilot2: \"LESUISSE Maxime\", category: \"VIN Parent&Enfant\"},\n            {id: 68, team: \"Tonofraz\", pilot1: \"TONOLLI S\u00e9bastien\", pilot2: \"FRASELLE Jeremie\", category: \"VIN -35 Ans\"}\n        ];\n\n        let filteredData = [...data];\n        let currentFilter = 'all';\n\n        function getCategoryClass(category) {\n            if (category === 'VIN SOLO') return 'category-solo';\n            if (category === 'VIN -35 Ans') return 'category-35';\n            if (category === 'VIN -60 Ans') return 'category-60';\n            if (category === 'VIN +60 Ans') return 'category-plus60';\n            if (category === 'VIN Parent&Enfant') return 'category-parent';\n            if (category === 'VIN GIRLS') return 'category-girls';\n            return 'category-35';\n        }\n\n        function renderTable(dataToRender) {\n            const tbody = document.getElementById('tableBody');\n            const noResults = document.getElementById('noResults');\n            \n            if (dataToRender.length === 0) {\n                tbody.innerHTML = '';\n                noResults.style.display = 'block';\n                return;\n            }\n\n            noResults.style.display = 'none';\n            \n            tbody.innerHTML = dataToRender.map(item => `\n                <tr>\n                    <td>${item.id}<\/td>\n                    <td class=\"team-name\">${item.team}<\/td>\n                    <td class=\"pilot-name ${item.pilot2 === '' ? 'solo' : ''}\">${item.pilot1}<\/td>\n                    <td class=\"pilot-name\">${item.pilot2 || '-'}<\/td>\n                    <td><span class=\"category ${getCategoryClass(item.category)}\">${item.category}<\/span><\/td>\n                <\/tr>\n            `).join('');\n        }\n\n        function updateStats(visibleCount) {\n            document.getElementById('visibleCount').textContent = \n                visibleCount < data.length ? `${visibleCount} affich\u00e9es` : '';\n        }\n\n        function filterData() {\n            const searchTerm = document.getElementById('searchInput').value.toLowerCase();\n            \n            filteredData = data.filter(item => {\n                const matchesCategory = currentFilter === 'all' || item.category === currentFilter;\n                const matchesSearch = searchTerm === '' || \n                    item.team.toLowerCase().includes(searchTerm) ||\n                    item.pilot1.toLowerCase().includes(searchTerm) ||\n                    item.pilot2.toLowerCase().includes(searchTerm);\n                \n                return matchesCategory && matchesSearch;\n            });\n\n            renderTable(filteredData);\n            updateStats(filteredData.length);\n        }\n\n        \/\/ Event listeners\n        document.getElementById('searchInput').addEventListener('input', filterData);\n\n        document.querySelectorAll('.category-filter').forEach(filter => {\n            filter.addEventListener('click', (e) => {\n                document.querySelectorAll('.category-filter').forEach(f => f.classList.remove('active'));\n                e.target.classList.add('active');\n                currentFilter = e.target.dataset.category;\n                filterData();\n            });\n        });\n\n        \/\/ Initial render\n        renderTable(data);\n        updateStats(data.length);\n    <\/script><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":932,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-149827","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>La Chinelle 2025 - Liste des Engag\u00e9s - 2 Heures Vintage - Motocross - Enduro - Supermoto | MotocrossMag<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/fr.motocrossmag.be\/index.php\/la-chinelle-2025-liste-des-engages-2-heures-vintage\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"La Chinelle 2025 - Liste des Engag\u00e9s - 2 Heures Vintage - Motocross - Enduro - Supermoto | MotocrossMag\" \/>\n<meta property=\"og:url\" content=\"https:\/\/fr.motocrossmag.be\/index.php\/la-chinelle-2025-liste-des-engages-2-heures-vintage\/\" \/>\n<meta property=\"og:site_name\" content=\"Motocross - Enduro - Supermoto | MotocrossMag\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-09T06:43:51+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/fr.motocrossmag.be\\\/index.php\\\/la-chinelle-2025-liste-des-engages-2-heures-vintage\\\/\",\"url\":\"https:\\\/\\\/fr.motocrossmag.be\\\/index.php\\\/la-chinelle-2025-liste-des-engages-2-heures-vintage\\\/\",\"name\":\"La Chinelle 2025 - Liste des Engag\u00e9s - 2 Heures Vintage - Motocross - Enduro - Supermoto | MotocrossMag\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/fr.motocrossmag.be\\\/#website\"},\"datePublished\":\"2025-08-09T02:18:05+00:00\",\"dateModified\":\"2025-08-09T06:43:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/fr.motocrossmag.be\\\/index.php\\\/la-chinelle-2025-liste-des-engages-2-heures-vintage\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/fr.motocrossmag.be\\\/index.php\\\/la-chinelle-2025-liste-des-engages-2-heures-vintage\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/fr.motocrossmag.be\\\/index.php\\\/la-chinelle-2025-liste-des-engages-2-heures-vintage\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/fr.motocrossmag.be\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"La Chinelle 2025 &#8211; Liste des Engag\u00e9s &#8211; 2 Heures Vintage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/fr.motocrossmag.be\\\/#website\",\"url\":\"https:\\\/\\\/fr.motocrossmag.be\\\/\",\"name\":\"Motocross - Enduro - Supermoto | MotocrossMag\",\"description\":\"L&#039;actualit\u00e9 du motocross, de l&#039;enduro et du Supermoto en ligne!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/fr.motocrossmag.be\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"La Chinelle 2025 - Liste des Engag\u00e9s - 2 Heures Vintage - Motocross - Enduro - Supermoto | MotocrossMag","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/fr.motocrossmag.be\/index.php\/la-chinelle-2025-liste-des-engages-2-heures-vintage\/","og_locale":"fr_FR","og_type":"article","og_title":"La Chinelle 2025 - Liste des Engag\u00e9s - 2 Heures Vintage - Motocross - Enduro - Supermoto | MotocrossMag","og_url":"https:\/\/fr.motocrossmag.be\/index.php\/la-chinelle-2025-liste-des-engages-2-heures-vintage\/","og_site_name":"Motocross - Enduro - Supermoto | MotocrossMag","article_modified_time":"2025-08-09T06:43:51+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/fr.motocrossmag.be\/index.php\/la-chinelle-2025-liste-des-engages-2-heures-vintage\/","url":"https:\/\/fr.motocrossmag.be\/index.php\/la-chinelle-2025-liste-des-engages-2-heures-vintage\/","name":"La Chinelle 2025 - Liste des Engag\u00e9s - 2 Heures Vintage - Motocross - Enduro - Supermoto | MotocrossMag","isPartOf":{"@id":"https:\/\/fr.motocrossmag.be\/#website"},"datePublished":"2025-08-09T02:18:05+00:00","dateModified":"2025-08-09T06:43:51+00:00","breadcrumb":{"@id":"https:\/\/fr.motocrossmag.be\/index.php\/la-chinelle-2025-liste-des-engages-2-heures-vintage\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/fr.motocrossmag.be\/index.php\/la-chinelle-2025-liste-des-engages-2-heures-vintage\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/fr.motocrossmag.be\/index.php\/la-chinelle-2025-liste-des-engages-2-heures-vintage\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/fr.motocrossmag.be\/"},{"@type":"ListItem","position":2,"name":"La Chinelle 2025 &#8211; Liste des Engag\u00e9s &#8211; 2 Heures Vintage"}]},{"@type":"WebSite","@id":"https:\/\/fr.motocrossmag.be\/#website","url":"https:\/\/fr.motocrossmag.be\/","name":"Motocross - Enduro - Supermoto | MotocrossMag","description":"L&#039;actualit\u00e9 du motocross, de l&#039;enduro et du Supermoto en ligne!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/fr.motocrossmag.be\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/fr.motocrossmag.be\/index.php\/wp-json\/wp\/v2\/pages\/149827","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fr.motocrossmag.be\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fr.motocrossmag.be\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fr.motocrossmag.be\/index.php\/wp-json\/wp\/v2\/users\/932"}],"replies":[{"embeddable":true,"href":"https:\/\/fr.motocrossmag.be\/index.php\/wp-json\/wp\/v2\/comments?post=149827"}],"version-history":[{"count":3,"href":"https:\/\/fr.motocrossmag.be\/index.php\/wp-json\/wp\/v2\/pages\/149827\/revisions"}],"predecessor-version":[{"id":149849,"href":"https:\/\/fr.motocrossmag.be\/index.php\/wp-json\/wp\/v2\/pages\/149827\/revisions\/149849"}],"wp:attachment":[{"href":"https:\/\/fr.motocrossmag.be\/index.php\/wp-json\/wp\/v2\/media?parent=149827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}