{"id":14938,"date":"2024-12-16T16:14:30","date_gmt":"2024-12-16T15:14:30","guid":{"rendered":"https:\/\/www.jmlib.be\/site\/?page_id=14938"},"modified":"2025-11-24T11:51:40","modified_gmt":"2025-11-24T10:51:40","slug":"page-stage","status":"publish","type":"page","link":"https:\/\/www.jmlib.be\/site\/page-stage\/","title":{"rendered":"Stage Menu 2025"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14938\" class=\"elementor elementor-14938\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c7f40a e-flex e-con-boxed e-con e-parent\" data-id=\"5c7f40a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2ca6ba4 elementor-widget elementor-widget-html\" data-id=\"2ca6ba4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!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 2025 par r\u00e9gion<\/title>\n    <meta name=\"description\" content=\"D\u00e9couvrez nos stages pour enfants et adolescents en 2025 dans plusieurs r\u00e9gions de Belgique. Des activit\u00e9s vari\u00e9es pour tous les \u00e2ges !\">\n    <meta property=\"og:title\" content=\"Stages 2025 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        .location-tabs {\n            display: flex;\n            justify-content: center;\n            gap: 1rem;\n            padding: 1rem;\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        }\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        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 2rem;\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;\n            background: #E3F2FD;\n            border-radius: 10px;\n        }\n\n        .location-icon {\n            font-size: 2rem;\n        }\n\n        .location-title {\n            font-size: 1.5rem;\n            color: #1976D2;\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        .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                flex-wrap: wrap;\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 2025<\/h1>\n        <p>Trouvez l'activit\u00e9 id\u00e9ale pr\u00e8s de chez vous<\/p>\n    <\/div>\n\n    <div class=\"location-tabs\">\n        <button class=\"location-tab active\" onclick=\"filterLocation('all')\">Tous les lieux<\/button>\n        <button class=\"location-tab\" onclick=\"filterLocation('wavre')\">Wavre<\/button>\n        <button class=\"location-tab\" onclick=\"filterLocation('tilff')\">Tilff<\/button>\n        <button class=\"location-tab\" onclick=\"filterLocation('arlon')\">Arlon<\/button>\n        <button class=\"location-tab\" onclick=\"filterLocation('tournai')\">Tournai<\/button>\n        <button class=\"location-tab\" onclick=\"filterLocation('la-louviere')\">La Louvi\u00e8re<\/button>\n    <\/div>\n\n    <div class=\"container\">\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                <!-- Carte F\u00eates en mode r\u00e9cup - TERMIN\u00c9 -->\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\">Du 20 au 24 octobre 2025<\/div>\n                        <div class=\"stage-info\">\n                            <span>\ud83d\udc65<\/span>\n                            <span>6-13 ans<\/span>\n                        <\/div>\n                        <div class=\"stage-info\">\n                            <span>\ud83d\udd52<\/span>\n                            <span>9h - 15h30 (accueil d\u00e8s 8h)<\/span>\n                        <\/div>\n                        <div class=\"stage-price\">12 \u20ac par jour de pr\u00e9sence<\/div>\n                    <\/div>\n                <\/div>\n                <!-- Carte Les M\u00e9tiers de R\u00eave -->\n                <a href=\"https:\/\/www.jmlib.be\/site\/les-metiers-de-reve\/\" 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\/09\/ChatGPT-Image-18-sept.-2025-16_12_26.png')\">\n                        <span class=\"stage-badge\" style=\"color: #E65100; background-color: #FFF3E0\">M\u00e9tiers<\/span>\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\">\n                            <span>\ud83d\udc65<\/span>\n                            <span>3-13 ans<\/span>\n                        <\/div>\n                        <div class=\"stage-info\">\n                            <span>\ud83d\udd52<\/span>\n                            <span>9h - 15h30 (accueil d\u00e8s 8h)<\/span>\n                        <\/div>\n                        <div class=\"stage-price\">12 \u20ac par jour de pr\u00e9sence<\/div>\n                    <\/div>\n                <\/a>\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                <!-- Stage Impro - TERMIN\u00c9 -->\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.png');\">\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\">Du 20 au 24 octobre 2025<\/div>\n                        <div class=\"stage-info\">\n                            <span>\ud83d\udc65<\/span>\n                            <span>9-12 ans<\/span>\n                        <\/div>\n                        <div class=\"stage-info\">\n                            <span>\ud83d\udd52<\/span>\n                            <span>09h - 16h<\/span>\n                        <\/div>\n                        <div class=\"stage-price\">80 \u20ac<\/div>\n                    <\/div>\n                <\/div>\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                <!-- Stage Chill & Fun - TERMIN\u00c9 -->\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 & Fun<\/h3>\n                        <div class=\"stage-dates\">Du 20 au 24 octobre 2025<\/div>\n                        <div class=\"stage-info\">\n                            <span>\ud83d\udc65<\/span>\n                            <span>10-18 ans<\/span>\n                        <\/div>\n                        <div class=\"stage-info\">\n                            <span>\ud83d\udd52<\/span>\n                            <span>09h - 16h<\/span>\n                        <\/div>\n                        <div class=\"stage-price\">60 \u20ac<\/div>\n                    <\/div>\n                <\/div>\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                <a href=\"https:\/\/www.jmlib.be\/site\/stage-tournai-toussaint-2025\/\" 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\/09\/JML-stage-octobre-2025-Tournai.png');\">\n                        <span class=\"stage-badge\" style=\"color: #FF6F00; background-color: #FFF8E1\">Frissons<\/span>\n                    <\/div>\n                    <div class=\"card-body\">\n                        <h3 class=\"stage-title\">\ud83c\udf83 Code squelette & Chasse aux \u00e2mes perdues<\/h3>\n                        <div class=\"stage-dates\">Du 20 au 24 oct. & du 27 au 31 oct. 2025<\/div>\n                        <div class=\"stage-info\">\n                            <span>\ud83d\udc65<\/span>\n                            <span>6-12 ans<\/span>\n                        <\/div>\n                        <div class=\"stage-info\">\n                            <span>\ud83d\udd52<\/span>\n                            <span>09h - 16h<\/span>\n                        <\/div>\n                        <div class=\"stage-price\">75 \u20ac par semaine<\/div>\n                    <\/div>\n                <\/a>\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                <!-- Tr\u00e9sors d'Automne - TERMIN\u00c9 -->\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.jpg');\">\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'Automne<\/h3>\n                        <div class=\"stage-dates\">Du 20 au 24 octobre 2025<\/div>\n                        <div class=\"stage-info\">\n                            <span>\ud83d\udc65<\/span>\n                            <span>6-12 ans<\/span>\n                        <\/div>\n                        <div class=\"stage-info\">\n                            <span>\ud83d\udd52<\/span>\n                            <span>09h - 16h (possibilit\u00e9 de garderie)<\/span>\n                        <\/div>\n                        <div class=\"stage-price\">75 \u20ac<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\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.textContent.toLowerCase().includes(location) || \n                    (location === 'all' && tab.textContent.includes('Tous'))) {\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            \/\/ Gestion du bouton retour\n            if (location === 'all') {\n                backButton.classList.remove('visible');\n            } else {\n                backButton.classList.add('visible');\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Stages 2025 par r\u00e9gion Stages 2025 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 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 &#8211; 15h30 (accueil d\u00e8s 8h) 12 \u20ac par jour de pr\u00e9sence M\u00e9tiers \ud83d\udcbc<a href=\"https:\/\/www.jmlib.be\/site\/page-stage\/\">[&#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-14938","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P93my9-3SW","jetpack-related-posts":[{"id":16762,"url":"https:\/\/www.jmlib.be\/site\/thematiques\/","url_meta":{"origin":14938,"position":0},"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":15173,"url":"https:\/\/www.jmlib.be\/site\/stage-fete-en-mode-recup\/","url_meta":{"origin":14938,"position":1},"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":17161,"url":"https:\/\/www.jmlib.be\/site\/https-www-jmlib-be-site-stages\/","url_meta":{"origin":14938,"position":2},"title":"Stages","author":"jmlib","date":"24 novembre 2025","format":false,"excerpt":"Stages 2026 par r\u00e9gion Stages 2026 Trouvez l'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 - 15h30 (accueil d\u00e8s 8h) 60 \u20ac Jeux & D\u00e9fis \ud83c\udfaf\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":15971,"url":"https:\/\/www.jmlib.be\/site\/nos-mercredis-extras\/","url_meta":{"origin":14938,"position":3},"title":"Nos mercredis extras Wavre","author":"jmlib","date":"27 f\u00e9vrier 2025","format":false,"excerpt":"Nos Mercredis Extras - JML Nos Mercredis Extras Pr\u00e9pare-toi pour des moments magiques ! 13 mai 2026 Atelier gourmand 27 mai 2026 Tournoi de mini jeux sportifs 10 juin 2026 Smoothie Party 17 juin 2026 Dessins, jeux et picnic en ext\u00e9rieur \ud83d\udd53 Activit\u00e9s termin\u00e9es 1 avril 2026 Termin\u00e9 Escape Game\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":16729,"url":"https:\/\/www.jmlib.be\/site\/cetait-pour-rire-stop-au-harcelement\/","url_meta":{"origin":14938,"position":4},"title":"C&rsquo;\u00e9tait pour rire&#8230; Stop au harc\u00e8lement","author":"jmlib","date":"17 juillet 2025","format":false,"excerpt":"C'\u00e9tait pour rire... Stop au harc\u00e8lement - 8 Octobre 2025 C'\u00e9tait pour rire... Stop au harc\u00e8lement Sensibilisation et pr\u00e9vention pour un environnement respectueux \ud83d\udcc5 Mercredi 8 octobre 2025 | \u23f0 14h00 - 16h00 Ensemble contre le harc\u00e8lement et le cyberharc\u00e8lement Une session de sensibilisation interactive sur le harc\u00e8lement et le\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":16165,"url":"https:\/\/www.jmlib.be\/site\/les-voyageurs-du-monde\/","url_meta":{"origin":14938,"position":5},"title":"Les Voyageurs du Monde","author":"jmlib","date":"25 mars 2025","format":false,"excerpt":"Les Voyageurs du Monde - Aventure et D\u00e9couverte \ud83c\udf0d Les Voyageurs du monde \u00ab Aventure et d\u00e9couverte \u00bb \ud83d\uddd3\ufe0f Du 18 au 22 ao\u00fbt 2025 Partez \u00e0 la d\u00e9couverte des cultures et des horizons lointains \u00e0 travers des ateliers immersifs et des rencontres enrichissantes. Explorez, apprenez et vivez une exp\u00e9rience\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\/14938","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=14938"}],"version-history":[{"count":236,"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/pages\/14938\/revisions"}],"predecessor-version":[{"id":17074,"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/pages\/14938\/revisions\/17074"}],"wp:attachment":[{"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/media?parent=14938"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}