{"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-06-03T11:08:13","modified_gmt":"2026-06-03T09:08:13","slug":"https-www-jmlib-be-site-stages","status":"publish","type":"page","link":"https:\/\/www.jmlib.be\/site\/https-www-jmlib-be-site-stages\/","title":{"rendered":"Stages"},"content":{"rendered":"\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        body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; margin: 0; padding: 0; background-color: #f5f5f5; color: var(--text-color); }\n        .hero { background: linear-gradient(135deg, #2196F3 0%, #64B5F6 100%); color: white; padding: 2rem; text-align: center; }\n        .hero h1, .hero p { max-width: 1200px; margin-left: auto; margin-right: auto; text-align: center; width: 100%; }\n        .location-tabs { background: white; box-shadow: 0 2px 4px rgba(0,0,0,0.1); position: sticky; top: 0; z-index: 100; padding: 1rem 0; }\n        .location-tabs-wrapper { max-width: 1200px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; box-sizing: border-box; width: 100%; }\n        .location-tab { padding: 0.8rem 2rem; border-radius: 25px; cursor: pointer; transition: all 0.3s ease; background: #E3F2FD; border: none; font-weight: bold; color: #1976D2; }\n        .location-tab.active { background: #1976D2; color: white; }\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        .container { max-width: 1200px; margin: 0 auto; padding: 2rem; box-sizing: border-box; width: 100%; }\n        .location-section { margin-bottom: 3rem; }\n        .location-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; padding: 1rem 1.5rem; border-radius: 10px; border-left: 6px solid; }\n        #wavre .location-header { background: #F3E5F5; border-color: #9C27B0; }\n        #wavre .location-title { color: #7B1FA2; }\n        #la-louviere .location-header { background: #FFFDE7; border-color: #F9A825; }\n        #la-louviere .location-title { color: #F57F17; }\n        #arlon .location-header { background: #FAF3E0; border-color: #BCAAA4; }\n        #arlon .location-title { color: #795548; }\n        #tilff .location-header { background: #E3F2FD; border-color: #1976D2; }\n        #tilff .location-title { color: #1565C0; }\n        #tournai .location-header { background: #E8F5E9; border-color: #388E3C; }\n        #tournai .location-title { color: #2E7D32; }\n        .location-icon { font-size: 2rem; }\n        .location-title { font-size: 1.5rem; margin: 0; }\n        .stages-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 2rem; }\n        .stage-card { background: white; border-radius: 15px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; cursor: pointer; text-decoration: none; color: inherit; box-shadow: 0 2px 4px rgba(0,0,0,0.1); position: relative; }\n        .stage-card:hover { transform: translateY(-5px); box-shadow: 0 8px 16px rgba(33,150,243,0.2); }\n        .stage-card.complet { opacity: 0.7; cursor: not-allowed; }\n        .stage-card.complet:hover { transform: none; }\n        .stage-image { height: 160px; background-size: cover; background-position: center; position: relative; }\n        .stage-badge { position: absolute; top: 1rem; right: 1rem; padding: 0.5rem 1rem; border-radius: 20px; font-size: 0.9em; font-weight: bold; }\n        .complet-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; background: rgba(255,0,0,0.8); color: white; font-weight: bold; font-size: 1.2em; text-transform: uppercase; }\n        .card-body { padding: 1.5rem; }\n        .stage-title { font-size: 1.2em; font-weight: bold; margin-bottom: 0.5rem; }\n        .stage-dates { color: #1976D2; font-weight: 500; margin-bottom: 1rem; }\n        .stage-dates.arlon-dates { color: #8D6E63; }\n        .stage-info { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.5rem; color: #666; }\n        .stage-price { margin-top: 1rem; font-weight: bold; color: #1976D2; text-align: right; padding-top: 1rem; border-top: 1px solid #eee; }\n        .stage-price.arlon-price { color: #8D6E63; }\n        .stage-price-multi { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #eee; display: flex; flex-direction: column; gap: 4px; }\n        .stage-price-multi span { font-weight: bold; color: #1976D2; text-align: right; font-size: 0.95em; }\n        .archives-bandeau { margin-top: 2rem; border-radius: 12px; overflow: hidden; border: 1px solid rgba(0,0,0,0.08); }\n        .archives-header { display: flex; align-items: center; gap: 0.6rem; padding: 0.7rem 1.2rem; font-weight: 600; font-size: 0.9rem; letter-spacing: 0.01em; background: rgba(0,0,0,0.12); color: white; }\n        .archives-header .archives-icon { font-size: 1rem; }\n        .archives-scroll { display: flex; gap: 0.75rem; padding: 1rem 1.2rem; overflow-x: auto; scrollbar-width: thin; }\n        .archives-scroll::-webkit-scrollbar { height: 4px; }\n        .archives-scroll::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.4); border-radius: 4px; }\n        .archive-card { flex: 0 0 140px; border-radius: 8px; overflow: hidden; background: rgba(255,255,255,0.12); transition: transform 0.2s ease; }\n        .archive-card:hover { transform: translateY(-2px); }\n        .archive-info { padding: 0.5rem 0.6rem 0.6rem; }\n        .archive-title { font-size: 0.73rem; font-weight: bold; line-height: 1.3; margin-bottom: 0.2rem; }\n        .archive-dates { font-size: 0.67rem; margin-top: 0.15rem; }\n        .archive-ages { font-size: 0.65rem; margin-top: 0.15rem; }\n        #wavre .archives-bandeau, #tilff .archives-bandeau, #arlon .archives-bandeau, #tournai .archives-bandeau, #la-louviere .archives-bandeau { background: #ECEFF1; }\n        #wavre .archives-header, #tilff .archives-header, #arlon .archives-header, #tournai .archives-header, #la-louviere .archives-header { background: #CFD8DC; color: #455A64; }\n        .archive-card { background: white; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }\n        .archive-title { color: #37474F; }\n        .archive-dates { color: #78909C; }\n        .archive-ages { color: #90A4AE; }\n        .back-button { position: fixed; bottom: 2rem; right: 2rem; background: #1976D2; color: white; border: none; padding: 1rem; border-radius: 50%; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.2); display: none; opacity: 0; transition: all 0.3s ease; z-index: 1000; }\n        .back-button.visible { display: flex; align-items: center; justify-content: center; opacity: 1; }\n        .back-button:hover { transform: scale(1.1); background: #1565C0; }\n        @media (max-width: 768px) {\n            .location-tab { padding: 0.6rem 1.2rem; font-size: 0.9em; }\n            .container { padding: 1rem; }\n            .stages-grid { grid-template-columns: 1fr; }\n        }\n    <\/style>\n\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        <!-- 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                <a href=\"https:\/\/www.jmlib.be\/site\/la-semaine-des-emotions-en-couleur-wavre\/\" 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                <a href=\"https:\/\/www.jmlib.be\/site\/jeux-defis-a-wavre\/\" 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\/05\/stage-jeux-defis-menu-JML.png')\">\n                        <span class=\"stage-badge\" style=\"color: #7B1FA2; background-color: #F3E5F5\">Jeux &amp; D\u00e9fis<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udfaf Jeux &amp; D\u00e9fis<\/h3>\n                        <div class=\"stage-dates\">Du 17 au 21 ao\u00fbt 2026<\/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\">60 \u20ac<\/div>\n                    <\/div>\n                <\/a>\n            <\/div>\n            <div class=\"archives-bandeau\">\n                <div class=\"archives-header\"><span class=\"archives-icon\">\ud83d\uddc2\ufe0f<\/span> Nos souvenirs pass\u00e9s<\/div>\n                <div class=\"archives-scroll\">\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\ud83c\udfa4 Exprime-toi avec confiance<\/div><div class=\"archive-dates\">27-30 avril 2026<\/div><div class=\"archive-ages\">\ud83d\udc65 5-13 ans<\/div><\/div><\/div>\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\ud83d\udcbc Les M\u00e9tiers de r\u00eave<\/div><div class=\"archive-dates\">16-20 f\u00e9v. 2026<\/div><div class=\"archive-ages\">\ud83d\udc65 5-13 ans<\/div><\/div><\/div>\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\u267b\ufe0f F\u00eates en mode r\u00e9cup<\/div><div class=\"archive-dates\">Octobre 2025<\/div><div class=\"archive-ages\">\ud83d\udc65 6-13 ans<\/div><\/div><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- 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                <a href=\"https:\/\/www.jmlib.be\/site\/stage-theatre-tilff-imaginons-lavenir\/\" 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\/04\/stage-theatre-Tilff-1.png')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #1976D2\">Th\u00e9\u00e2tre<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udfad Stage th\u00e9\u00e2tre : Imaginons l&rsquo;avenir<\/h3>\n                        <div class=\"stage-dates\">Du 13 au 17 juillet 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>10-14 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>9h &#8211; 16h (garderie 8h-17h)<\/span><\/div>\n                        <div class=\"stage-price\">80 \u20ac<\/div>\n                    <\/div>\n                <\/a>\n                <a href=\"https:\/\/www.jmlib.be\/site\/https-www-jmlib-be-site-art-et-recup-tilff\/\" 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\/04\/Art-Recupa-Tilff.png')\">\n                        <span class=\"stage-badge\" style=\"color: #2E7D32; background-color: #E8F5E9\">Art &amp; R\u00e9cup<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\u267b\ufe0f Art &amp; R\u00e9cup<\/h3>\n                        <div class=\"stage-dates\">Du 10 au 14 ao\u00fbt 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>9h &#8211; 16h (garderie 8h-17h)<\/span><\/div>\n                        <div class=\"stage-price\">60 \u20ac<\/div>\n                    <\/div>\n                <\/a>\n            <\/div>\n            <div class=\"archives-bandeau\">\n                <div class=\"archives-header\"><span class=\"archives-icon\">\ud83d\uddc2\ufe0f<\/span> Nos souvenirs pass\u00e9s<\/div>\n                <div class=\"archives-scroll\">\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\ud83c\udfa8 Histoires en Couleurs<\/div><div class=\"archive-dates\">16-20 f\u00e9v. 2026<\/div><div class=\"archive-ages\">\ud83d\udc65 9-12 ans<\/div><\/div><\/div>\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\ud83c\udfad Stage Impro<\/div><div class=\"archive-dates\">Octobre 2025<\/div><div class=\"archive-ages\">\ud83d\udc65 9-12 ans<\/div><\/div><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- 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                <a href=\"https:\/\/www.jmlib.be\/site\/stage-estime-de-soi-bien-etre-a-arlon-2\/\" 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\/04\/Stage-estime-de-soi-bien-etre-a-Arlon-2.png')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #8D6E63\">Bien-\u00eatre<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83d\udcaa Estime de soi &amp; bien-\u00eatre<\/h3>\n                        <div class=\"stage-dates arlon-dates\">Du 06 au 10 juillet 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>6-9 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>9h &#8211; 16h (garderie 8h-9h et 16h-17h sur inscription)<\/span><\/div>\n                        <div class=\"stage-price arlon-price\">40 \u20ac<\/div>\n                    <\/div>\n                <\/a>\n                <a href=\"https:\/\/www.jmlib.be\/site\/stage-cuisine-ados-arlon\/\" 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\/06\/Du-champ-a-lassiette.png')\">\n                        <span class=\"stage-badge\" style=\"color: #ffffff; background-color: #2d5a27\">Cuisine<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udf3f Du champ \u00e0 l&rsquo;assiette<\/h3>\n                        <div class=\"stage-dates arlon-dates\">Du 03 au 07 ao\u00fbt 2026<\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>12-16 ans<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>9h &#8211; 16h<\/span><\/div>\n                        <div class=\"stage-price arlon-price\">75 \u20ac<\/div>\n                    <\/div>\n                <\/a>\n            <\/div>\n            <div class=\"archives-bandeau\">\n                <div class=\"archives-header\"><span class=\"archives-icon\">\ud83d\uddc2\ufe0f<\/span> Nos souvenirs pass\u00e9s<\/div>\n                <div class=\"archives-scroll\">\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\ud83d\udcd6 Kamishiba\u00ef interg\u00e9n\u00e9rationnel<\/div><div class=\"archive-dates\">27-30 avril 2026<\/div><div class=\"archive-ages\">\ud83d\udc65 8-12 ans &amp; +55 ans<\/div><\/div><\/div>\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\ud83e\uddf5 Stage Couture<\/div><div class=\"archive-dates\">16-20 f\u00e9v. 2026<\/div><div class=\"archive-ages\">\ud83d\udc65 14-18 ans<\/div><\/div><\/div>\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\ud83d\ude0e Stage Chill &amp; Fun<\/div><div class=\"archive-dates\">Octobre 2025<\/div><div class=\"archive-ages\">\ud83d\udc65 10-18 ans<\/div><\/div><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- 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                <a href=\"https:\/\/www.jmlib.be\/site\/stage-ete-2026-a-tournai\/\" 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\/05\/Stages-ete-2026-a-Tournai.png')\">\n                        <span class=\"stage-badge\" style=\"color: #1B5E20; background-color: #C8E6C9\">\u00c9t\u00e9 2026<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udf1e Stages \u00e9t\u00e9 \u00e0 Tournai<\/h3>\n                        <p style=\"color: #558B2F; font-size: 0.95em; margin: 0 0 1rem;\"><strong>3 stages en juillet<\/strong> et <strong>3 stages en ao\u00fbt<\/strong><\/p>\n                        <div class=\"stage-info\"><span>\ud83d\udc65<\/span><span>6-15 ans (selon le stage)<\/span><\/div>\n                        <div class=\"stage-info\"><span>\ud83d\udd52<\/span><span>9h &#8211; 16h (garderie 7h30-17h)<\/span><\/div>\n                    <\/div>\n                <\/a>\n            <\/div>\n            <div class=\"archives-bandeau\">\n                <div class=\"archives-header\"><span class=\"archives-icon\">\ud83d\uddc2\ufe0f<\/span> Nos souvenirs pass\u00e9s<\/div>\n                <div class=\"archives-scroll\">\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\ud83c\udf6b La Chocolaterie Enchant\u00e9e<\/div><div class=\"archive-dates\">23-27 f\u00e9v. 2026<\/div><div class=\"archive-ages\">\ud83d\udc65 6-12 ans<\/div><\/div><\/div>\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\ud83e\udd8a Bal masqu\u00e9 des animaux<\/div><div class=\"archive-dates\">16-20 f\u00e9v. 2026<\/div><div class=\"archive-ages\">\ud83d\udc65 6-12 ans<\/div><\/div><\/div>\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\ud83c\udf83 Code squelette &amp; Chasse aux \u00e2mes<\/div><div class=\"archive-dates\">Octobre 2025<\/div><div class=\"archive-ages\">\ud83d\udc65 6-12 ans<\/div><\/div><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- LA LOUVI\u00c8RE -->\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                <a href=\"https:\/\/www.jmlib.be\/site\/stage-art-et-cuisine-du-monde\/\" 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 &amp; Cuisine<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udfa8\ud83c\udf7d\ufe0f Arts &amp; 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                <a href=\"https:\/\/www.jmlib.be\/site\/stage-cirque-a-la-louviere\/\" 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                <a href=\"https:\/\/www.jmlib.be\/site\/dimanche-extra-a-la-louviere\/\" 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            <\/div>\n            <div class=\"archives-bandeau\">\n                <div class=\"archives-header\"><span class=\"archives-icon\">\ud83d\uddc2\ufe0f<\/span> Nos souvenirs pass\u00e9s<\/div>\n                <div class=\"archives-scroll\">\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\u26a1 Stage Harry Potter<\/div><div class=\"archive-dates\">4-8 mai 2026<\/div><div class=\"archive-ages\">\ud83d\udc65 5-13 ans<\/div><\/div><\/div>\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\ud83c\udfad Carnaval du Monde<\/div><div class=\"archive-dates\">23-27 f\u00e9v. 2026<\/div><div class=\"archive-ages\">\ud83d\udc65 6-12 ans<\/div><\/div><\/div>\n                    <div class=\"archive-card\"><div class=\"archive-info\"><div class=\"archive-title\">\ud83c\udf42 Tr\u00e9sors d&rsquo;Automne<\/div><div class=\"archive-dates\">Octobre 2025<\/div><div class=\"archive-ages\">\ud83d\udc65 6-12 ans<\/div><\/div><\/div>\n                <\/div>\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\">\u21a9\ufe0f<\/button>\n\n    <script>\n        function filterLocation(location) {\n            const backButton = document.getElementById('backButton');\n            document.querySelectorAll('.location-tab').forEach(tab => {\n                tab.classList.remove('active');\n                if (tab.dataset.region === location) tab.classList.add('active');\n            });\n            document.querySelectorAll('.location-section').forEach(section => {\n                section.style.display = (location === 'all' || section.id.toLowerCase() === location.toLowerCase()) ? 'block' : 'none';\n            });\n            backButton.classList.toggle('visible', location !== 'all');\n        }\n    <\/script>\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 \u00c9motions \ud83d\udc9a La semaine des \u00e9motions Du 06 au 10 juillet 2026 \ud83d\udc655-13 ans \ud83d\udd529h &#8211; 15h30 (accueil d\u00e8s 8h) 60 \u20ac Jeux &amp; D\u00e9fis \ud83c\udfaf Jeux &amp; D\u00e9fis Du 17<a href=\"https:\/\/www.jmlib.be\/site\/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":{"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":15173,"url":"https:\/\/www.jmlib.be\/site\/stage-fete-en-mode-recup\/","url_meta":{"origin":17161,"position":0},"title":"F\u00eate en mode r\u00e9cup","author":"jmlib","date":"23 d\u00e9cembre 2024","format":false,"excerpt":"Plaine de Vacances - F\u00eates en mode r\u00e9cup \u267b\ufe0f Plaine de Vacances \u00ab F\u00eates en mode r\u00e9cup \u00bb \ud83d\uddd3\ufe0f Du 20 au 24 octobre 2025 \u00e0 Wavre D\u00e9couvrons ensemble les valeurs de cr\u00e9ativit\u00e9, durabilit\u00e9 et solidarit\u00e9, le tout en nous amusant ! Au travers d'ateliers ludiques, nous utiliserons des mat\u00e9riaux\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":14938,"url":"https:\/\/www.jmlib.be\/site\/page-stage\/","url_meta":{"origin":17161,"position":1},"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":16762,"url":"https:\/\/www.jmlib.be\/site\/thematiques\/","url_meta":{"origin":17161,"position":2},"title":"Th\u00e9matiques","author":"jmlib","date":"28 juillet 2025","format":false,"excerpt":"\ud83c\udfaf Sensibilisation Jeunesse D\u00e9couvrez nos \u00e9changes th\u00e9matiques jeunes \u2696\ufe0f Mes droits : Ressentir, R\u00e9fl\u00e9chir, R\u00e9agir Sensibilisation aux droits des femmes et \u00e0 l'\u00e9galit\u00e9 homme-femme. Une approche participative centr\u00e9e sur l'exp\u00e9rience des jeunes. \ud83d\udcc5 Mardi 30 septembre 2025 \u23f0 16h30 \u2013 18h30 \ud83d\udccd Wavre \ud83d\udc65 11-15 ans En savoir plus \ud83d\udee1\ufe0f\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":15883,"url":"https:\/\/www.jmlib.be\/site\/sejour-aventure\/","url_meta":{"origin":17161,"position":3},"title":"S\u00e9jour aventure","author":"jmlib","date":"24 f\u00e9vrier 2025","format":false,"excerpt":"\ud83e\udded S\u00e9jour aventure Fran\u00e7ois et toute l\u2019\u00e9quipe d\u2019animation vous donnent rendez-vous \u00e0 Malmedy pour une semaine exceptionnelle au c\u0153ur des magnifiques Hautes Fagnes \ud83c\udf04. Au programme : exp\u00e9riences uniques, d\u00e9fis passionnants, activit\u00e9s en plein air et souvenirs inoubliables pour les jeunes de 8 \u00e0 15 ans. \ud83d\udcc5 Dates Du 1er\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":17850,"url":"https:\/\/www.jmlib.be\/site\/jeux-defis-a-wavre\/","url_meta":{"origin":17161,"position":4},"title":"Jeux &#038; D\u00e9fis \u00e0 Wavre","author":"jmlib","date":"13 mai 2026","format":false,"excerpt":"Jeux & D\u00e9fis - Stage Ao\u00fbt 2026 \u00e0 Wavre \ud83c\udfae Stage d'ao\u00fbt 2026 \u00b7 Wavre Jeux & D\u00e9fis Coop\u00e9ration, strat\u00e9gie, sport et amusement au programme ! Une semaine inoubliable pour bouger, r\u00e9fl\u00e9chir et relever des d\u00e9fis ensemble. \ud83d\udcc5 17 au 21 ao\u00fbt 2026 \ud83e\uddd2 6 \u00e0 13 ans \ud83d\udcb0 60\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":16925,"url":"https:\/\/www.jmlib.be\/site\/createliers-du-mardi\/","url_meta":{"origin":17161,"position":5},"title":"Cr\u00e9ateliers du mardi","author":"jmlib","date":"12 septembre 2025","format":false,"excerpt":"Cr\u00e9Ateliers du Mardi - ASBL JML Gratuit! CR\u00c9ATELIERS DU MARDI TU ES EN PRIMAIRE? VIENS PARTAGER TES ID\u00c9ES ET TA CR\u00c9ATIVIT\u00c9! Un voyage cr\u00e9atif pour chaque enfant L'ann\u00e9e derni\u00e8re, l'ASBL JML a offert aux \u00e9l\u00e8ves de l'\u00e9cole communale de Hony l'opportunit\u00e9 de participer \u00e0 des ateliers cr\u00e9atifs, leur permettant de\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":57,"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/pages\/17161\/revisions"}],"predecessor-version":[{"id":17981,"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/pages\/17161\/revisions\/17981"}],"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}]}}