{"id":17161,"date":"2025-11-24T11:53:21","date_gmt":"2025-11-24T10:53:21","guid":{"rendered":"https:\/\/www.jmlib.be\/site\/?page_id=17161"},"modified":"2026-04-16T10:14:58","modified_gmt":"2026-04-16T08:14:58","slug":"stages","status":"publish","type":"page","link":"https:\/\/www.jmlib.be\/site\/stages\/","title":{"rendered":"Stages"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Stages 2026 par r\u00e9gion<\/title>\n    <meta name=\"description\" content=\"D\u00e9couvrez nos stages pour enfants et adolescents en 2026 dans plusieurs r\u00e9gions de Belgique. Des activit\u00e9s vari\u00e9es pour tous les \u00e2ges !\">\n    <meta property=\"og:title\" content=\"Stages 2026 par r\u00e9gion\">\n    <meta property=\"og:description\" content=\"Trouvez l'activit\u00e9 id\u00e9ale pr\u00e8s de chez vous pour vos enfants. Stages nature, art, musique et bien plus encore !\">\n    <meta property=\"og:type\" content=\"website\">\n    <style>\n        :root {\n            --primary-color: #2196F3;\n            --secondary-color: #64B5F6;\n            --text-color: #333;\n        }\n        \n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            margin: 0;\n            padding: 0;\n            background-color: #f5f5f5;\n            color: var(--text-color);\n        }\n\n        .hero {\n            background: linear-gradient(135deg, #2196F3 0%, #64B5F6 100%);\n            color: white;\n            padding: 2rem;\n            text-align: center;\n        }\n        \n        .hero h1,\n        .hero p {\n            max-width: 1200px;\n            margin-left: auto;\n            margin-right: auto;\n            text-align: center;\n            width: 100%;\n        }\n\n        .location-tabs {\n            background: white;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n            position: sticky;\n            top: 0;\n            z-index: 100;\n            padding: 1rem 0;\n        }\n        \n        .location-tabs-wrapper {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 2rem;\n            display: flex;\n            justify-content: center;\n            flex-wrap: wrap;\n            gap: 1rem;\n            box-sizing: border-box;\n            width: 100%;\n        }\n\n        .location-tab {\n            padding: 0.8rem 2rem;\n            border-radius: 25px;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            background: #E3F2FD;\n            border: none;\n            font-weight: bold;\n            color: #1976D2;\n        }\n\n        .location-tab.active {\n            background: #1976D2;\n            color: white;\n        }\n\n        \/* Couleurs onglets par r\u00e9gion *\/\n        .location-tab[data-region=\"wavre\"] { background: #F3E5F5; color: #7B1FA2; }\n        .location-tab[data-region=\"wavre\"].active { background: #9C27B0; color: white; }\n        .location-tab[data-region=\"la-louviere\"] { background: #FFFDE7; color: #F57F17; }\n        .location-tab[data-region=\"la-louviere\"].active { background: #F9A825; color: white; }\n        .location-tab[data-region=\"arlon\"] { background: #FAF3E0; color: #795548; }\n        .location-tab[data-region=\"arlon\"].active { background: #8D6E63; color: white; }\n        .location-tab[data-region=\"tilff\"] { background: #E3F2FD; color: #1565C0; }\n        .location-tab[data-region=\"tilff\"].active { background: #1976D2; color: white; }\n        .location-tab[data-region=\"tournai\"] { background: #E8F5E9; color: #2E7D32; }\n        .location-tab[data-region=\"tournai\"].active { background: #388E3C; color: white; }\n        .location-tab[data-region=\"all\"] { background: #ECEFF1; color: #455A64; }\n        .location-tab[data-region=\"all\"].active { background: #607D8B; color: white; }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem;\n            box-sizing: border-box;\n            width: 100%;\n        }\n\n        .location-section {\n            margin-bottom: 3rem;\n        }\n\n        .location-header {\n            display: flex;\n            align-items: center;\n            gap: 1rem;\n            margin-bottom: 2rem;\n            padding: 1rem 1.5rem;\n            border-radius: 10px;\n            border-left: 6px solid;\n        }\n\n        \/* Couleurs par r\u00e9gion *\/\n        #wavre .location-header {\n            background: #F3E5F5;\n            border-color: #9C27B0;\n        }\n        #wavre .location-title { color: #7B1FA2; }\n\n        #la-louviere .location-header {\n            background: #FFFDE7;\n            border-color: #F9A825;\n        }\n        #la-louviere .location-title { color: #F57F17; }\n\n        #arlon .location-header {\n            background: #FAF3E0;\n            border-color: #BCAAA4;\n        }\n        #arlon .location-title { color: #795548; }\n\n        #tilff .location-header {\n            background: #E3F2FD;\n            border-color: #1976D2;\n        }\n        #tilff .location-title { color: #1565C0; }\n\n        #tournai .location-header {\n            background: #E8F5E9;\n            border-color: #388E3C;\n        }\n        #tournai .location-title { color: #2E7D32; }\n\n        .location-icon {\n            font-size: 2rem;\n        }\n\n        .location-title {\n            font-size: 1.5rem;\n            margin: 0;\n        }\n\n        .stages-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 2rem;\n        }\n\n        .stage-card {\n            background: white;\n            border-radius: 15px;\n            overflow: hidden;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            cursor: pointer;\n            text-decoration: none;\n            color: inherit;\n            box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n            position: relative;\n        }\n\n        .stage-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 16px rgba(33, 150, 243, 0.2);\n        }\n\n        .stage-card.complet {\n            opacity: 0.7;\n            cursor: not-allowed;\n        }\n\n        .stage-card.complet:hover {\n            transform: none;\n        }\n\n        .stage-card.termine {\n            opacity: 0.5;\n            cursor: not-allowed;\n        }\n\n        .stage-card.termine:hover {\n            transform: none;\n        }\n\n        .stage-image {\n            height: 160px;\n            background-size: cover;\n            background-position: center;\n            position: relative;\n        }\n\n        .stage-badge {\n            position: absolute;\n            top: 1rem;\n            right: 1rem;\n            padding: 0.5rem 1rem;\n            border-radius: 20px;\n            font-size: 0.9em;\n            font-weight: bold;\n        }\n\n        .complet-overlay, .termine-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-weight: bold;\n            font-size: 1.2em;\n            text-transform: uppercase;\n        }\n\n        .complet-overlay { background: rgba(255, 0, 0, 0.8); }\n        .termine-overlay { background: rgba(128, 128, 128, 0.8); }\n\n        .card-body {\n            padding: 1.5rem;\n        }\n\n        .stage-title {\n            font-size: 1.2em;\n            font-weight: bold;\n            margin-bottom: 0.5rem;\n        }\n\n        .stage-dates {\n            color: #1976D2;\n            font-weight: 500;\n            margin-bottom: 1rem;\n        }\n\n        .stage-info {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            margin-bottom: 0.5rem;\n            color: #666;\n        }\n\n        .stage-price {\n            margin-top: 1rem;\n            font-weight: bold;\n            color: #1976D2;\n            text-align: right;\n            padding-top: 1rem;\n            border-top: 1px solid #eee;\n        }\n\n        .stage-price-multi {\n            margin-top: 1rem;\n            padding-top: 1rem;\n            border-top: 1px solid #eee;\n            display: flex;\n            flex-direction: column;\n            gap: 4px;\n        }\n\n        .stage-price-multi span {\n            font-weight: bold;\n            color: #1976D2;\n            text-align: right;\n            font-size: 0.95em;\n        }\n\n        .back-button {\n            position: fixed;\n            bottom: 2rem;\n            right: 2rem;\n            background: #1976D2;\n            color: white;\n            border: none;\n            padding: 1rem;\n            border-radius: 50%;\n            cursor: pointer;\n            box-shadow: 0 2px 8px rgba(0,0,0,0.2);\n            display: none;\n            opacity: 0;\n            transition: all 0.3s ease;\n            z-index: 1000;\n        }\n\n        .back-button.visible {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            opacity: 1;\n        }\n\n        .back-button:hover {\n            transform: scale(1.1);\n            background: #1565C0;\n        }\n\n        @media (max-width: 768px) {\n            .location-tabs {\n                gap: 0.5rem;\n                padding: 0.75rem;\n            }\n            \n            .location-tab {\n                padding: 0.6rem 1.2rem;\n                font-size: 0.9em;\n            }\n            \n            .container {\n                padding: 1rem;\n            }\n            .stages-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"hero\">\n        <h1>Stages 2026<\/h1>\n        <p>Trouvez l&rsquo;activit\u00e9 id\u00e9ale pr\u00e8s de chez vous<\/p>\n    <\/div>\n\n    <div class=\"location-tabs\">\n        <div class=\"location-tabs-wrapper\">\n            <button class=\"location-tab active\" data-region=\"all\" onclick=\"filterLocation('all')\">Tous les lieux<\/button>\n            <button class=\"location-tab\" data-region=\"wavre\" onclick=\"filterLocation('wavre')\">Wavre<\/button>\n            <button class=\"location-tab\" data-region=\"tilff\" onclick=\"filterLocation('tilff')\">Tilff<\/button>\n            <button class=\"location-tab\" data-region=\"arlon\" onclick=\"filterLocation('arlon')\">Arlon<\/button>\n            <button class=\"location-tab\" data-region=\"tournai\" onclick=\"filterLocation('tournai')\">Tournai<\/button>\n            <button class=\"location-tab\" data-region=\"la-louviere\" onclick=\"filterLocation('la-louviere')\">La Louvi\u00e8re<\/button>\n        <\/div>\n    <\/div>\n\n    <div class=\"container\">\n\n        <!-- ========== Section Wavre ========== -->\n        <div class=\"location-section\" id=\"wavre\">\n            <div class=\"location-header\">\n                <span class=\"location-icon\">\ud83d\udccd<\/span>\n                <h2 class=\"location-title\">Wavre<\/h2>\n            <\/div>\n            <div class=\"stages-grid\">\n\n                <a href=\"https:\/\/www.jmlib.be\/site\/stage-expression-et-prise-de-parole-wavre\/\" \n                   class=\"stage-card\" target=\"_blank\" rel=\"noopener noreferrer\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2026\/01\/Stage-expression-wavre-2.jpg')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #9C27B0\">Expression<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udfa4 Exprime-toi avec confiance<\/h3>\n                        <div class=\"stage-dates\">Du 27 au 30 avril 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>5-13 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>9h &#8211; 15h30 (accueil d\u00e8s 8h)<\/span><\/div>\n                        <div class=\"stage-price\">48 \u20ac<\/div>\n                    <\/div>\n                <\/a>\n\n                <a href=\"https:\/\/www.jmlib.be\/site\/la-semaine-des-emotions-en-couleur-wavre\/\" \n                   class=\"stage-card\" target=\"_blank\" rel=\"noopener noreferrer\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2026\/01\/la-semaine-des-emotions-JML-Wavre-e1768920543511.png')\">\n                        <span class=\"stage-badge\" style=\"color: #E65100; background-color: #FFF3E0\">\u00c9motions<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83d\udc9a La semaine des \u00e9motions<\/h3>\n                        <div class=\"stage-dates\">Du 06 au 10 juillet 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>5-13 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>9h &#8211; 15h30 (accueil d\u00e8s 8h)<\/span><\/div>\n                        <div class=\"stage-price\">60 \u20ac<\/div>\n                    <\/div>\n                <\/a>\n\n                <div class=\"stage-card termine\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2025\/09\/ChatGPT-Image-18-sept.-2025-16_12_26.webp')\">\n                        <span class=\"stage-badge\" style=\"color: #E65100; background-color: #FFF3E0\">M\u00e9tiers<\/span>\n                        <div class=\"termine-overlay\">TERMIN\u00c9<\/div>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83d\udcbc Les M\u00e9tiers de r\u00eave<\/h3>\n                        <div class=\"stage-dates\">Du 16 au 20 f\u00e9vrier 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>5-13 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>9h &#8211; 15h30 (accueil d\u00e8s 8h)<\/span><\/div>\n                        <div class=\"stage-price\">12 \u20ac par jour de pr\u00e9sence<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"stage-card termine\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2024\/12\/DALL\u00b7E-2024-12-24-11.20.04-A-vibrant-cartoon-style-illustration-showcasing-a-group-of-diverse-people-including-children-and-adults-participating-in-creative-workshops.-They-ar.webp')\">\n                        <span class=\"stage-badge\" style=\"color: #2E7D32; background-color: #E8F5E9\">Cr\u00e9ativit\u00e9<\/span>\n                        <div class=\"termine-overlay\">TERMIN\u00c9<\/div>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\u267b\ufe0f F\u00eates en mode r\u00e9cup<\/h3>\n                        <div class=\"stage-dates\">Octobre 2025<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>6-13 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>9h &#8211; 15h30 (accueil d\u00e8s 8h)<\/span><\/div>\n                        <div class=\"stage-price\">12 \u20ac par jour de pr\u00e9sence<\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- ========== Section Tilff ========== -->\n        <div class=\"location-section\" id=\"tilff\">\n            <div class=\"location-header\">\n                <span class=\"location-icon\">\ud83d\udccd<\/span>\n                <h2 class=\"location-title\">Tilff<\/h2>\n            <\/div>\n            <div class=\"stages-grid\">\n\n                <a href=\"https:\/\/www.jmlib.be\/site\/art-recup\/\" \n                   class=\"stage-card\" target=\"_blank\" rel=\"noopener noreferrer\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2025\/11\/152e75d9-1e31-4ed8-9c63-69492e28b6a1.webp')\">\n                        <span class=\"stage-badge\" style=\"color: #2E7D32; background-color: #E8F5E9\">Art &#038; R\u00e9cup<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\u267b\ufe0f Art &#038; R\u00e9cup<\/h3>\n                        <div class=\"stage-dates\">Du 04 au 08 mai 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>9-12 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>8h &#8211; 17h (garderie incluse)<\/span><\/div>\n                        <div class=\"stage-price\">80 \u20ac<\/div>\n                    <\/div>\n                <\/a>\n\n                <div class=\"stage-card termine\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2025\/11\/adcfc026-b19a-4f7d-94c8-d2498efd98a4.webp')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #9C27B0\">Art &#038; Contes<\/span>\n                        <div class=\"termine-overlay\">TERMIN\u00c9<\/div>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udfa8 Histoires en Couleurs<\/h3>\n                        <div class=\"stage-dates\">Du 16 au 20 f\u00e9vrier 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>9-12 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>8h &#8211; 17h (garderie incluse)<\/span><\/div>\n                        <div class=\"stage-price\">80 \u20ac<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"stage-card termine\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2025\/09\/stage-impro.webp')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #E91E63\">Impro<\/span>\n                        <div class=\"termine-overlay\">TERMIN\u00c9<\/div>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udfad Stage Impro<\/h3>\n                        <div class=\"stage-dates\">Octobre 2025<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>9-12 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>09h &#8211; 16h<\/span><\/div>\n                        <div class=\"stage-price\">80 \u20ac<\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- ========== Section Arlon ========== -->\n        <div class=\"location-section\" id=\"arlon\">\n            <div class=\"location-header\">\n                <span class=\"location-icon\">\ud83d\udccd<\/span>\n                <h2 class=\"location-title\">Arlon<\/h2>\n            <\/div>\n            <div class=\"stages-grid\">\n\n                <a href=\"https:\/\/www.jmlib.be\/site\/stage-intergenerationnel-kamishibai-arlon\/\" \n                   class=\"stage-card\" target=\"_blank\" rel=\"noopener noreferrer\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2026\/02\/Stage-intergenerationnel-Kamishibai.jpg')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #FF9800\">Kamishiba\u00ef<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83d\udcd6 Stage interg\u00e9n\u00e9rationnel kamishiba\u00ef<\/h3>\n                        <div class=\"stage-dates\">Du 27 au 30 avril 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>8-12 ans &amp; +55 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>9h &#8211; 16h (accueil d\u00e8s 8h)<\/span><\/div>\n                        <div class=\"stage-price-multi\">\n                            <span>\ud83d\udc66 40 \u20ac (8-12 ans \u00b7 4 jours)<\/span>\n                            <span>\ud83d\udc74 20 \u20ac (+55 ans \u00b7 4 jours) ou 10 \u20ac\/jour<\/span>\n                        <\/div>\n                    <\/div>\n                <\/a>\n\n                <div class=\"stage-card termine\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2025\/11\/stage-couture.webp')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #E91E63\">Cr\u00e9ations<\/span>\n                        <div class=\"termine-overlay\">TERMIN\u00c9<\/div>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83e\uddf5 Stage Couture<\/h3>\n                        <div class=\"stage-dates\">Du 16 au 20 f\u00e9vrier 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>14-18 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>09h &#8211; 16h<\/span><\/div>\n                        <div class=\"stage-price\">60 \u20ac<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"stage-card termine\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2025\/08\/chill-and-fun-jml.jpg')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #FF5722\">Chill<\/span>\n                        <div class=\"termine-overlay\">TERMIN\u00c9<\/div>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83d\ude0e Stage Chill &#038; Fun<\/h3>\n                        <div class=\"stage-dates\">Octobre 2025<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>10-18 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>09h &#8211; 16h<\/span><\/div>\n                        <div class=\"stage-price\">60 \u20ac<\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- ========== Section Tournai ========== -->\n        <div class=\"location-section\" id=\"tournai\">\n            <div class=\"location-header\">\n                <span class=\"location-icon\">\ud83d\udccd<\/span>\n                <h2 class=\"location-title\">Tournai<\/h2>\n            <\/div>\n            <div class=\"stages-grid\">\n\n                <div class=\"stage-card termine\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2026\/01\/La-Chocolaterie-Enchantee-de-la-Foret-Tournai.png')\">\n                        <span class=\"stage-badge\" style=\"color: #5D4037; background-color: #FFECB3\">Gourmand<\/span>\n                        <div class=\"termine-overlay\">TERMIN\u00c9<\/div>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udf6b La Chocolaterie Enchant\u00e9e de la For\u00eat<\/h3>\n                        <div class=\"stage-dates\">Du 23 au 27 f\u00e9vrier 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>6-12 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>09h &#8211; 16h<\/span><\/div>\n                        <div class=\"stage-price\">75 \u20ac<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"stage-card termine\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2026\/01\/le-bal-masque-des-animaux-des-bois-tournai.png')\">\n                        <span class=\"stage-badge\" style=\"color: #2E7D32; background-color: #E8F5E9\">Nature<\/span>\n                        <div class=\"termine-overlay\">TERMIN\u00c9<\/div>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83e\udd8a Le bal masqu\u00e9 des animaux des bois<\/h3>\n                        <div class=\"stage-dates\">Du 16 au 20 f\u00e9vrier 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>6-12 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>09h &#8211; 16h<\/span><\/div>\n                        <div class=\"stage-price\">75 \u20ac<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"stage-card termine\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2025\/09\/JML-stage-octobre-2025-Tournai.webp')\">\n                        <span class=\"stage-badge\" style=\"color: #FF6F00; background-color: #FFF8E1\">Frissons<\/span>\n                        <div class=\"termine-overlay\">TERMIN\u00c9<\/div>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udf83 Code squelette &#038; Chasse aux \u00e2mes perdues<\/h3>\n                        <div class=\"stage-dates\">Octobre 2025<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>6-12 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>09h &#8211; 16h<\/span><\/div>\n                        <div class=\"stage-price\">75 \u20ac par semaine<\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <!-- ========== Section La Louvi\u00e8re ========== -->\n        <div class=\"location-section\" id=\"la-louviere\">\n            <div class=\"location-header\">\n                <span class=\"location-icon\">\ud83d\udccd<\/span>\n                <h2 class=\"location-title\">La Louvi\u00e8re<\/h2>\n            <\/div>\n            <div class=\"stages-grid\">\n\n                <!-- Stage Harry Potter \u2014 COMPLET -->\n                <div class=\"stage-card complet\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2026\/03\/stage-harry-potter-JML.jpg')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #6A0DAD\">Magie<\/span>\n                        <div class=\"complet-overlay\">COMPLET<\/div>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\u26a1 Stage Harry Potter<\/h3>\n                        <div class=\"stage-dates\">Du 04 au 08 mai 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>5-13 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>9h &#8211; 16h (garderie gratuite 8h-17h)<\/span><\/div>\n                        <div class=\"stage-price\">75 \u20ac<\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Stage Arts & Cuisine du Monde \u2014 ACTIF -->\n                <a href=\"https:\/\/www.jmlib.be\/site\/stage-art-et-cuisine-du-monde\/\" \n                   class=\"stage-card\" target=\"_blank\" rel=\"noopener noreferrer\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2026\/03\/Stage-art-et-cuisine-du-monde-la-Louviere-JML.jpg')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #E65100\">Arts &#038; Cuisine<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udfa8\ud83c\udf7d\ufe0f Arts &#038; Cuisine du Monde<\/h3>\n                        <div class=\"stage-dates\">Du 13 au 17 juillet 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>5-13 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>9h &#8211; 16h (garderie gratuite 8h-17h)<\/span><\/div>\n                        <div class=\"stage-price\">75 \u20ac<\/div>\n                    <\/div>\n                <\/a>\n\n                <!-- Stage Cirque \u2014 ACTIF -->\n                <a href=\"https:\/\/www.jmlib.be\/site\/stage-cirque-a-la-louviere\/\" \n                   class=\"stage-card\" target=\"_blank\" rel=\"noopener noreferrer\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2026\/03\/stage-cirque-vintage-JML-ete-2026.jpg')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #C62828\">Cirque<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udfaa Stage Cirque<\/h3>\n                        <div class=\"stage-dates\">Du 10 au 14 ao\u00fbt 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>5-13 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>9h &#8211; 16h (garderie gratuite 8h-17h)<\/span><\/div>\n                        <div class=\"stage-price\">75 \u20ac<\/div>\n                    <\/div>\n                <\/a>\n\n                <!-- Dimanche Extra \u2014 ACTIF -->\n                <a href=\"https:\/\/www.jmlib.be\/site\/dimanche-extra-a-la-louviere\/\" \n                   class=\"stage-card\" target=\"_blank\" rel=\"noopener noreferrer\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2026\/03\/dimanche_extra_lalouviere.jpg')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #4CAF50\">Famille<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\u2600\ufe0f Dimanche Extra<\/h3>\n                        <div class=\"stage-dates\">De juin \u00e0 ao\u00fbt 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>Toute la famille<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>Matin\u00e9e dominicale<\/span><\/div>\n                        <div class=\"stage-price\">Gratuit<\/div>\n                    <\/div>\n                <\/a>\n\n                <div class=\"stage-card termine\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2025\/12\/stage-carnaval-du-monde.png')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #FFD700\">Carnaval<\/span>\n                        <div class=\"termine-overlay\">TERMIN\u00c9<\/div>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udfad Carnaval du Monde<\/h3>\n                        <div class=\"stage-dates\">Du 23 au 27 f\u00e9vrier 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>6-12 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>8h &#8211; 17h (garderie incluse)<\/span><\/div>\n                        <div class=\"stage-price\">75 \u20ac<\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"stage-card termine\">\n                    <div class=\"stage-image\" style=\"background-image: url('https:\/\/www.jmlib.be\/site\/wp-content\/uploads\/2025\/09\/La-Louviere-stage-Tresors-dautomne-JML.webp')\">\n                        <span class=\"stage-badge\" style=\"color: #FF6F00; background-color: #FFF8E1\">Automne<\/span>\n                        <div class=\"termine-overlay\">TERMIN\u00c9<\/div>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udf42 Tr\u00e9sors d&rsquo;Automne<\/h3>\n                        <div class=\"stage-dates\">Octobre 2025<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>6-12 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>09h &#8211; 16h (possibilit\u00e9 de garderie)<\/span><\/div>\n                        <div class=\"stage-price\">75 \u20ac<\/div>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <button onclick=\"filterLocation('all')\" class=\"back-button\" id=\"backButton\" aria-label=\"Retour \u00e0 tous les lieux\">\n        \u21a9\ufe0f\n    <\/button>\n\n    <script>\n        function filterLocation(location) {\n            const backButton = document.getElementById('backButton');\n            \n            document.querySelectorAll('.location-tab').forEach(tab => {\n                tab.classList.remove('active');\n                if (tab.dataset.region === location) {\n                    tab.classList.add('active');\n                }\n            });\n\n            document.querySelectorAll('.location-section').forEach(section => {\n                if (location === 'all' || section.id.toLowerCase() === location.toLowerCase()) {\n                    section.style.display = 'block';\n                } else {\n                    section.style.display = 'none';\n                }\n            });\n\n            if (location === 'all') {\n                backButton.classList.remove('visible');\n            } else {\n                backButton.classList.add('visible');\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Stages 2026 par r\u00e9gion Stages 2026 Trouvez l&rsquo;activit\u00e9 id\u00e9ale pr\u00e8s de chez vous Tous les lieux Wavre Tilff Arlon Tournai La Louvi\u00e8re \ud83d\udccd Wavre Expression \ud83c\udfa4 Exprime-toi avec confiance Du 27 au 30 avril 2026 \ud83d\udc655-13 ans \ud83d\udd529h &#8211; 15h30 (accueil d\u00e8s 8h) 48 \u20ac \u00c9motions \ud83d\udc9a La semaine des \u00e9motions Du 06 au 10<a href=\"https:\/\/www.jmlib.be\/site\/stages\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth-no-title.php","meta":{"jetpack_post_was_ever_published":false,"footnotes":""},"class_list":["post-17161","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P93my9-4sN","jetpack-related-posts":[{"id":14938,"url":"https:\/\/www.jmlib.be\/site\/page-stage\/","url_meta":{"origin":17161,"position":0},"title":"Stage Menu 2025","author":"jmlib","date":"16 d\u00e9cembre 2024","format":false,"excerpt":"Stages 2025 par r\u00e9gion Stages 2025 Trouvez l'activit\u00e9 id\u00e9ale pr\u00e8s de chez vous Tous les lieux Wavre Tilff Arlon Tournai La Louvi\u00e8re \ud83d\udccd Wavre Cr\u00e9ativit\u00e9 TERMIN\u00c9 \u267b\ufe0f F\u00eates en mode r\u00e9cup Du 20 au 24 octobre 2025 \ud83d\udc65 6-13 ans \ud83d\udd52 9h - 15h30 (accueil d\u00e8s 8h) 12 \u20ac par\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":16308,"url":"https:\/\/www.jmlib.be\/site\/stages-ete-2026-tournai\/","url_meta":{"origin":17161,"position":1},"title":"stages \u00e9t\u00e9 2026 Tournai","author":"jmlib","date":"2 avril 2025","format":false,"excerpt":"Stages \u00e9t\u00e9 Tournai 2026 pour enfants | JML \u2600\ufe0f Stages \u00e9t\u00e9 2026 \u00e0 Tournai Juillet ou Ao\u00fbt\ud83c\udf3f \ud83c\udf05 7h30 \u00e0 9h Garderie \u2192 \ud83c\udf92 9h \u00e0 16h Activit\u00e9s \u2192 \ud83c\udf07 16h \u00e0 17h Garderie Choisis ton aventure \ud83c\udf89 \u2600\ufe0f Juillet ou \ud83c\udf0a Ao\u00fbt D\u00e9couvrez nos stages \u00e9t\u00e9 Tournai 2026 pour\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":15441,"url":"https:\/\/www.jmlib.be\/site\/nos-regionales\/","url_meta":{"origin":17161,"position":2},"title":"Nos regionales","author":"jmlib","date":"31 janvier 2025","format":false,"excerpt":"\u2b50 D\u00e9couvre nos stages dans ta r\u00e9gion \ud83d\udcc5 D\u00e9couvre nos activit\u00e9s tout au long de l'ann\u00e9e Brabant wallon \ud83e\udd1d Assistante sociale Mme Alexandra Tiplea \ud83d\udc65 Animatrice Mme Estelle De Meyer \ud83d\udc76 Pu\u00e9ricultrice Mme Anne-\u00c9lisabeth de Viron \ud83d\udcde 010 862 830 \ud83d\udccd Av. des D\u00e9port\u00e9s, 31\/33 \u2013 1300 Wavre \u2795 Services\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":17280,"url":"https:\/\/www.jmlib.be\/site\/regional\/","url_meta":{"origin":17161,"position":3},"title":"R\u00e9gional","author":"jmlib","date":"19 d\u00e9cembre 2025","format":false,"excerpt":"\ud83c\udf1f Contacts JML \u2b50 Stages dans ta r\u00e9gion \ud83d\udcc5 Activit\u00e9s toute l'ann\u00e9e Brabant wallon \ud83e\udd1d Assistante sociale Alexandra Tiplea \ud83c\udfa8 Animatrice Estelle De Meyer \ud83d\udc76 Pu\u00e9ricultrice Anne-\u00c9lisabeth de Viron \ud83d\udcde010 862 830 \ud83d\udccdAv. des D\u00e9port\u00e9s, 31\/33 \u2013 1300 Wavre Services disponibles \ud83c\udfe5 Garde enfants malades \ud83d\udcda Rattrapage scolaire Hainaut-Ouest \ud83c\udfa8\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":17023,"url":"https:\/\/www.jmlib.be\/site\/stage-tournai-toussaint-2025\/","url_meta":{"origin":17161,"position":4},"title":"Stage Tournai Toussaint 2025","author":"jmlib","date":"22 septembre 2025","format":false,"excerpt":"Stages vacances \u2013 th\u00e8me \u00ab code squelette \u00bb & la chasse aux \u00e2mes perdues Stages vacances \u2013 myst\u00e8re & frissons Deux semaines, deux univers : des frissons\u2026 et des fous rires. \ud83d\udccd Tournai \ud83d\udc67\ud83d\udc66 6 \u00e0 12 ans \ud83c\udfad Activit\u00e9s 9h \u2013 16h \u23f0 Garderie 7h30\u20139h & 16h\u201317h \ud83d\udcb6 75\u20ac\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":17502,"url":"https:\/\/www.jmlib.be\/site\/stage-harry-potter\/","url_meta":{"origin":17161,"position":5},"title":"Stage Harry Potter","author":"jmlib","date":"24 mars 2026","format":false,"excerpt":"Stage Harry Potter \ud83e\ude84 Des exp\u00e9riences inoubliables pour les enfants de 5 \u00e0 13 ans, \u00e0 l'\u00c9cole Saint Antoine Bouvy, La Louvi\u00e8re. \ud83d\udc67 Enfants de 5 \u00e0 13 ans \ud83d\udd57 Horaires : 9h\u201316h \ud83c\udf92 Garderie gratuite : 8h\u201317h \ud83d\udcb6 75 \u20ac \/ stage \ud83e\ude84 du 04 au 08 mai 2025\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/pages\/17161","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/comments?post=17161"}],"version-history":[{"count":40,"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/pages\/17161\/revisions"}],"predecessor-version":[{"id":17634,"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/pages\/17161\/revisions\/17634"}],"wp:attachment":[{"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/media?parent=17161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}