{"id":17525,"date":"2026-03-24T14:04:40","date_gmt":"2026-03-24T13:04:40","guid":{"rendered":"https:\/\/www.jmlib.be\/site\/?page_id=17525"},"modified":"2026-03-24T14:13:28","modified_gmt":"2026-03-24T13:13:28","slug":"stage-art-et-cuisine-du-monde","status":"publish","type":"page","link":"https:\/\/www.jmlib.be\/site\/stage-art-et-cuisine-du-monde\/","title":{"rendered":"Stage art et cuisine du monde"},"content":{"rendered":"\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,400&#038;family=Caveat:wght@500;700&#038;family=DM+Sans:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n.ac-wrap {\n  --terra:  #C4622D;\n  --olive:  #5C6B3A;\n  --sand:   #F5E6C8;\n  --ink:    #2C1A0E;\n  --cream:  #FBF5E6;\n  --warm:   #E8956D;\n  --stamp:  #A0522D;\n  font-family: 'DM Sans', sans-serif;\n  font-weight: 300;\n  color: var(--ink);\n  background: var(--cream);\n}\n\n.ac-wrap * { box-sizing: border-box; }\n\n.ac-page {\n  background:\n    radial-gradient(ellipse at 20% 10%, rgba(196,98,45,0.07) 0%, transparent 50%),\n    radial-gradient(ellipse at 80% 90%, rgba(92,107,58,0.07) 0%, transparent 50%),\n    var(--cream);\n  padding: 0 0 60px;\n}\n\n\/* HEADER *\/\n.ac-header {\n  background: var(--terra);\n  position: relative;\n  overflow: hidden;\n  text-align: center;\n}\n\n.ac-header::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: repeating-linear-gradient(\n    0deg,\n    rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 1px,\n    transparent 1px, transparent 18px\n  );\n  pointer-events: none;\n}\n\n.ac-header-band {\n  height: 8px;\n  background: repeating-linear-gradient(\n    90deg,\n    var(--olive) 0 24px,\n    var(--sand) 24px 48px\n  );\n}\n\n.ac-header-inner {\n  padding: 40px 20px 36px;\n  position: relative;\n  z-index: 1;\n}\n\n.ac-header-eyebrow {\n  font-family: 'Caveat', cursive;\n  font-size: 1.1rem;\n  color: rgba(251,245,230,0.75);\n  display: block;\n  margin-bottom: 10px;\n  letter-spacing: 0.05em;\n}\n\n.ac-header-title {\n  font-family: 'Playfair Display', serif !important;\n  font-size: clamp(2rem, 6vw, 3.6rem) !important;\n  color: var(--sand) !important;\n  margin: 0 !important;\n  line-height: 1.1 !important;\n  font-weight: 900 !important;\n  text-shadow: 3px 3px 0 rgba(44,26,14,0.35) !important;\n}\n\n.ac-header-title em {\n  color: var(--sand);\n  font-style: italic;\n  font-weight: 400;\n  display: block;\n  font-size: 0.5em;\n  letter-spacing: 0.1em;\n  margin-bottom: 6px;\n  opacity: 0.85;\n}\n\n.ac-header-sub {\n  font-family: 'Playfair Display', serif;\n  font-style: italic;\n  color: rgba(251,245,230,0.8);\n  font-size: 1rem;\n  margin-top: 14px;\n  text-align: center !important;\n  display: block;\n  width: 100%;\n}\n\n.ac-header-plane {\n  font-size: 3rem;\n  display: block;\n  margin-bottom: 10px;\n  animation: ac-fly 3s ease-in-out infinite;\n}\n\n@keyframes ac-fly {\n  0%, 100% { transform: translateX(0) rotate(-5deg); }\n  50%       { transform: translateX(8px) rotate(5deg); }\n}\n\n\n\n\/* BADGES *\/\n.ac-shared {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  justify-content: center;\n  padding: 28px 20px 0;\n  max-width: 700px;\n  margin: 0 auto;\n}\n\n.ac-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  background: var(--ink);\n  color: var(--cream);\n  font-size: 0.82rem;\n  font-weight: 500;\n  padding: 8px 16px;\n  border-radius: 3px;\n  border-bottom: 3px solid var(--terra);\n  letter-spacing: 0.03em;\n}\n\n.ac-badge strong {\n  color: var(--warm);\n  font-weight: 700;\n}\n\n\/* CARD *\/\n.ac-card-wrap {\n  max-width: 680px;\n  margin: 32px auto 0;\n  padding: 0 16px;\n}\n\n.ac-card {\n  background: #fff;\n  border-radius: 4px;\n  overflow: hidden;\n  box-shadow:\n    0 0 0 4px var(--terra),\n    0 0 0 8px var(--olive),\n    0 12px 40px rgba(44,26,14,0.16);\n  animation: ac-rise 0.7s ease forwards;\n  opacity: 0;\n  transform: translateY(20px);\n}\n\n@keyframes ac-rise {\n  to { opacity: 1; transform: translateY(0); }\n}\n\n.ac-card-img {\n  width: 100%;\n  height: 240px;\n  object-fit: cover;\n  display: block;\n}\n\n.ac-card-title-bar {\n  background: var(--olive);\n  padding: 18px 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 12px;\n  position: relative;\n}\n\n.ac-card-title-bar::after {\n  content: '';\n  position: absolute;\n  bottom: 0; left: 0; right: 0;\n  height: 4px;\n  background: repeating-linear-gradient(90deg, var(--terra) 0 16px, var(--sand) 16px 32px);\n}\n\n.ac-card-title-bar h2 {\n  font-family: 'Playfair Display', serif !important;\n  font-size: 1.15rem !important;\n  color: var(--sand) !important;\n  margin: 0 !important;\n  font-weight: 700 !important;\n  line-height: 1.3 !important;\n}\n\n.ac-card-price {\n  font-family: 'Playfair Display', serif;\n  font-size: 2rem;\n  color: var(--sand);\n  white-space: nowrap;\n  font-weight: 900;\n  text-shadow: 2px 2px 0 rgba(0,0,0,0.2);\n}\n\n.ac-body {\n  padding: 28px 28px 24px;\n  display: flex;\n  flex-direction: column;\n  gap: 20px;\n}\n\n.ac-desc {\n  font-family: 'Playfair Display', serif;\n  font-style: italic;\n  font-size: 0.95rem;\n  line-height: 1.8;\n  color: #4a2e1a;\n  border-left: 4px solid var(--terra);\n  padding-left: 16px;\n  margin: 0;\n}\n\n.ac-meta {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.ac-meta-row {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 0.88rem;\n  line-height: 1.5;\n  color: var(--ink);\n}\n\n.ac-meta-ico {\n  flex-shrink: 0;\n  font-size: 1rem;\n  margin-top: 2px;\n}\n\n.ac-meta-row span { color: #8a6a50; }\n.ac-meta-row strong { font-weight: 600; }\n\n.ac-meta-label {\n  font-size: 0.72rem;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  font-weight: 500;\n  color: #8a6a50;\n  display: block;\n}\n\n.ac-garderie {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #f0faf0;\n  border: 1px solid #b6ddb6;\n  color: #2d6a2d;\n  font-size: 0.8rem;\n  padding: 5px 12px;\n  border-radius: 20px;\n  font-weight: 500;\n  width: fit-content;\n}\n\n.ac-ornament {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  color: var(--terra);\n  font-size: 0.8rem;\n  letter-spacing: 4px;\n}\n\n.ac-ornament::before,\n.ac-ornament::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: linear-gradient(90deg, transparent, var(--terra), transparent);\n}\n\n.ac-stamp-wrap {\n  position: relative;\n  display: flex;\n  justify-content: flex-end;\n  height: 0;\n  overflow: visible;\n  pointer-events: none;\n}\n\n.ac-stamp {\n  position: relative;\n  width: 120px;\n  height: 120px;\n  opacity: 0.15;\n  transform: rotate(18deg) translateY(-20px);\n  flex-shrink: 0;\n}\n\n\/* PROGRAMME *\/\n.ac-programme h4 {\n  font-family: 'Playfair Display', serif !important;\n  font-size: 0.78rem !important;\n  letter-spacing: 0.2em !important;\n  text-transform: uppercase !important;\n  color: var(--olive) !important;\n  margin: 0 0 14px !important;\n  font-weight: 700 !important;\n}\n\n.ac-programme ul {\n  list-style: none;\n  margin: 0;\n  padding: 0;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 8px 16px;\n}\n\n.ac-programme li {\n  font-size: 0.86rem;\n  color: #4a2e1a;\n  line-height: 1.45;\n  display: flex;\n  align-items: flex-start;\n  gap: 6px;\n}\n\n.ac-programme li::before {\n  content: '\u2192';\n  color: var(--terra);\n  font-weight: 700;\n  flex-shrink: 0;\n}\n\n\/* BOUTON *\/\n.ac-btn-wrap {\n  text-align: center;\n  padding: 28px 16px 0;\n}\n\n.ac-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: var(--terra);\n  color: var(--cream);\n  font-family: 'Playfair Display', serif;\n  font-size: 1rem;\n  font-weight: 700;\n  font-style: italic;\n  letter-spacing: 0.06em;\n  padding: 18px 40px;\n  border-radius: 3px;\n  text-decoration: none;\n  box-shadow: 0 0 0 3px var(--olive), 0 8px 24px rgba(196,98,45,0.35);\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n\n.ac-btn:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 0 0 3px var(--olive), 0 14px 32px rgba(196,98,45,0.45);\n  color: var(--cream);\n  text-decoration: none;\n}\n\n\/* CONTACT *\/\n.ac-contact {\n  max-width: 680px;\n  margin: 32px auto 0;\n  padding: 0 16px;\n}\n\n.ac-contact-inner {\n  background: var(--ink);\n  border-radius: 4px;\n  padding: 28px;\n  box-shadow: 0 0 0 3px var(--terra), 0 8px 28px rgba(44,26,14,0.2);\n}\n\n.ac-contact-inner h3 {\n  font-family: 'Playfair Display', serif !important;\n  font-size: 1rem !important;\n  color: var(--warm) !important;\n  letter-spacing: 0.1em !important;\n  text-transform: uppercase !important;\n  margin: 0 0 4px !important;\n  font-weight: 700 !important;\n}\n\n.ac-contact-inner p {\n  color: rgba(251,245,230,0.55);\n  font-size: 0.84rem;\n  margin: 0 0 16px;\n}\n\n.ac-contact-rows {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n}\n\n.ac-cr {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 0.88rem;\n  color: var(--cream);\n}\n\n.ac-cr a {\n  color: var(--warm);\n  text-decoration: none;\n  font-weight: 600;\n}\n\n.ac-cr a:hover { text-decoration: underline; }\n\n.ac-cr-name {\n  font-weight: 600;\n  margin-left: 4px;\n}\n\n@media (max-width: 480px) {\n  .ac-programme ul { grid-template-columns: 1fr; }\n}\n<\/style>\n\n<div class=\"ac-wrap\">\n  <div class=\"ac-page\">\n\n    <div class=\"ac-header\">\n      <div class=\"ac-header-band\"><\/div>\n      <div class=\"ac-header-inner\">\n        <span class=\"ac-header-plane\">\u2708<\/span>\n        <h1 class=\"ac-header-title\">\n          <em>Arts &amp; Cuisine<\/em>\n          du Monde\n        <\/h1>\n        <span class=\"ac-header-sub\">Un voyage cr\u00e9atif et gourmand pour les enfants de 5 \u00e0 13 ans<\/span>\n      <\/div>\n      <div class=\"ac-header-band\"><\/div>\n    <\/div>\n\n    <div class=\"ac-shared\">\n      <div class=\"ac-badge\">\ud83d\udc67 <span>Enfants de <strong>5 \u00e0 13 ans<\/strong><\/span><\/div>\n      <div class=\"ac-badge\">\ud83d\udd57 <span>Horaires : <strong>9h \u2013 16h<\/strong><\/span><\/div>\n      <div class=\"ac-badge\">\ud83c\udf92 <span>Garderie gratuite : <strong>8h \u2013 17h<\/strong><\/span><\/div>\n      <div class=\"ac-badge\">\ud83d\udcb6 <span><strong>75 \u20ac<\/strong> \/ semaine<\/span><\/div>\n    <\/div>\n\n    <div class=\"ac-card-wrap\">\n      <div class=\"ac-card\">\n\n        <img data-recalc-dims=\"1\" decoding=\"async\" class=\"ac-card-img\"\n             src=\"https:\/\/i0.wp.com\/www.jmlib.be\/site\/wp-content\/uploads\/2026\/03\/Stage-art-et-cuisine-du-monde-la-Louviere-JML.jpg?w=640&#038;ssl=1\"\n             alt=\"Stage Arts &#038; Cuisine du Monde La Louvi\u00e8re\">\n\n        <div class=\"ac-card-title-bar\">\n          <h2>\ud83c\udf0d du 13 au 17 juillet 2026<\/h2>\n          <span class=\"ac-card-price\">75 \u20ac<\/span>\n        <\/div>\n\n        <div class=\"ac-body\">\n\n          <p class=\"ac-desc\">\n            Un v\u00e9ritable tour du monde en 5 jours ! Chaque journ\u00e9e invite les enfants \u00e0 explorer un pays, ses couleurs, ses go\u00fbts et ses traditions \u2014 entre \u00e9pices, recettes internationales et cr\u00e9ations artistiques inspir\u00e9es des cultures du monde.\n          <\/p>\n\n          <div class=\"ac-meta\">\n            <div class=\"ac-meta-row\">\n              <span class=\"ac-meta-ico\">\ud83d\udcc5<\/span>\n              <div><strong>du 13 au 17 juillet 2026<\/strong> <span>\u2014 9h \u00e0 16h<\/span><\/div>\n            <\/div>\n            <div class=\"ac-meta-row\">\n              <span class=\"ac-meta-ico\">\ud83c\udfeb<\/span>\n              <div>\n                <span class=\"ac-meta-label\">Lieu du stage<\/span>\n                <strong>\u00c9cole Saint Antoine Bouvy<\/strong><br>\n                <span>Place Ren\u00e9 P\u00eatre 13, 7100 La Louvi\u00e8re<\/span>\n              <\/div>\n            <\/div>\n            <div class=\"ac-garderie\">\u2705 Garderie gratuite 8h \u2013 17h<\/div>\n          <\/div>\n\n          <div class=\"ac-ornament\">\u2726 \u2726 \u2726<\/div>\n\n          <div class=\"ac-stamp-wrap\">\n            <div class=\"ac-stamp\">\n              <svg viewBox=\"0 0 120 120\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\">\n                <circle cx=\"60\" cy=\"60\" r=\"55\" stroke=\"#C4622D\" stroke-width=\"3.5\"\/>\n                <circle cx=\"60\" cy=\"60\" r=\"48\" stroke=\"#C4622D\" stroke-width=\"1.5\" stroke-dasharray=\"4 3\"\/>\n                <text x=\"60\" y=\"38\" text-anchor=\"middle\" font-family=\"serif\" font-size=\"7\" font-weight=\"700\" fill=\"#C4622D\" letter-spacing=\"3\">STAGE<\/text>\n                <text x=\"60\" y=\"52\" text-anchor=\"middle\" font-family=\"serif\" font-size=\"18\" font-weight=\"900\" fill=\"#C4622D\">\ud83c\udf0d<\/text>\n                <text x=\"60\" y=\"70\" text-anchor=\"middle\" font-family=\"serif\" font-size=\"10\" font-weight=\"900\" fill=\"#C4622D\" letter-spacing=\"1\">ARTS &amp;<\/text>\n                <text x=\"60\" y=\"83\" text-anchor=\"middle\" font-family=\"serif\" font-size=\"8\" font-weight=\"700\" fill=\"#C4622D\" letter-spacing=\"2\">CUISINE<\/text>\n                <text x=\"60\" y=\"96\" text-anchor=\"middle\" font-family=\"serif\" font-size=\"7\" fill=\"#C4622D\" letter-spacing=\"1\">LA LOUVI\u00c8RE \u00b7 2026<\/text>\n              <\/svg>\n            <\/div>\n          <\/div>\n\n          <div class=\"ac-programme\">\n            <h4>Au programme<\/h4>\n            <ul>\n              <li>D\u00e9couverte des cultures du monde<\/li>\n              <li>Cuisine &#038; saveurs internationales<\/li>\n              <li>Cr\u00e9ativit\u00e9 artistique &#038; bricolage<\/li>\n              <li>Partage et ouverture aux autres<\/li>\n              <li>Activit\u00e9s ludiques &#038; enrichissantes<\/li>\n              <li>Exploration des arts du monde<\/li>\n            <\/ul>\n          <\/div>\n\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"ac-btn-wrap\">\n      <a href=\"https:\/\/www.jmlib.be\/site\/inscription-stage-art-et-cuisine-a-la-louviere\/\"\n         target=\"_blank\" rel=\"noopener noreferrer\"\n         class=\"ac-btn\">\n        \ud83d\udec2 S&rsquo;inscrire au stage\n      <\/a>\n    <\/div>\n\n    <div class=\"ac-contact\">\n      <div class=\"ac-contact-inner\">\n        <h3>Informations &#038; contact<\/h3>\n        <p>Notre animatrice est disponible pour toute question.<\/p>\n        <div class=\"ac-contact-rows\">\n          <div class=\"ac-cr\">\ud83e\uddd1 Mme <span class=\"ac-cr-name\">Aurore Koolen<\/span> \u2014 Animatrice<\/div>\n          <div class=\"ac-cr\">\ud83d\udccd Boulevard Mairaux, 3 \u2013 7100 La Louvi\u00e8re<\/div>\n          <div class=\"ac-cr\">\ud83d\udcde <a href=\"tel:0492776276\">0492 77 62 76<\/a><\/div>\n          <div class=\"ac-cr\">\u2709\ufe0f <a href=\"mailto:aurore.koolen@ml.be\">aurore.koolen@ml.be<\/a><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u2708 Arts &amp; Cuisine du Monde Un voyage cr\u00e9atif et gourmand pour les enfants de 5 \u00e0 13 ans \ud83d\udc67 Enfants de 5 \u00e0 13 ans \ud83d\udd57 Horaires : 9h \u2013 16h \ud83c\udf92 Garderie gratuite : 8h \u2013 17h \ud83d\udcb6 75 \u20ac \/ semaine \ud83c\udf0d du 13 au 17 juillet 2026 75 \u20ac Un v\u00e9ritable<a href=\"https:\/\/www.jmlib.be\/site\/stage-art-et-cuisine-du-monde\/\">[&#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-17525","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/P93my9-4yF","jetpack-related-posts":[{"id":17502,"url":"https:\/\/www.jmlib.be\/site\/stage-harry-potter\/","url_meta":{"origin":17525,"position":0},"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":[]},{"id":17513,"url":"https:\/\/www.jmlib.be\/site\/stage-cirque-a-la-louviere\/","url_meta":{"origin":17525,"position":1},"title":"Stage cirque \u00e0 la Louvi\u00e8re","author":"jmlib","date":"24 mars 2026","format":false,"excerpt":"\u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 La Louvi\u00e8re pr\u00e9sente StageCirque Une semaine inoubliable pour les enfants de 5 \u00e0 13 ans \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \u2605 \ud83d\udc67 Enfants de 5 \u00e0 13 ans \ud83d\udd57 Horaires : 9h \u2013 16h \ud83c\udf92 Garderie gratuite :\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":17525,"position":2},"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":17540,"url":"https:\/\/www.jmlib.be\/site\/dimanche-extra-a-la-louviere\/","url_meta":{"origin":17525,"position":3},"title":"Dimanche extra \u00e0 La Louvi\u00e8re","author":"jmlib","date":"25 mars 2026","format":false,"excerpt":"Dimanche Extra \u2600 \u00e9t\u00e9 2026 \u2600 \u2726 Une sortie en famille, un dimanche par mois \u2726 En collaboration avec la LES asbl (Loisir, \u00c9ducation, Sport), l'antenne louvi\u00e8roise des JML vous organise un dimanche par mois de juin \u00e0 ao\u00fbt une sortie \u00e0 vivre en famille. Jeunes, parents et grands-parents, d\u00e8s\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":15935,"url":"https:\/\/www.jmlib.be\/site\/atelier-theatre\/","url_meta":{"origin":17525,"position":4},"title":"C\u00f4t\u00e9 cour, c\u00f4t\u00e9 jardin","author":"jmlib","date":"26 f\u00e9vrier 2025","format":false,"excerpt":"\ud83c\udfad C\u00f4t\u00e9 cour, c\u00f4t\u00e9 jardin Ateliers Th\u00e9\u00e2tre \u2014 \u00c9cole communale de Nessonvaux Octobre \u2192 Juillet 2026 \u00a0\u00b7\u00a0 Un vendredi sur trois Le projet Plusieurs ann\u00e9es d'ateliers au service des \u00e9l\u00e8ves Depuis plusieurs ann\u00e9es, les \u00e9l\u00e8ves de l'\u00e9cole communale de Nessonvaux b\u00e9n\u00e9ficient d'ateliers de th\u00e9\u00e2tre gr\u00e2ce au soutien de l'ALPH et\u2026","rel":"","context":"Article similaire","block_context":{"text":"Article similaire","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":17308,"url":"https:\/\/www.jmlib.be\/site\/la-chocolaterie-enchantee-de-la-foret-a-tournai\/","url_meta":{"origin":17525,"position":5},"title":"La Chocolaterie Enchant\u00e9e de la For\u00eat \u00e0 Tournai","author":"jmlib","date":"12 janvier 2026","format":false,"excerpt":"Stage vacances \u2013 La Chocolaterie Enchant\u00e9e de la For\u00eat La Chocolaterie Enchant\u00e9e de la For\u00eat Une aventure enchant\u00e9e, gourmande et pleine de d\u00e9couvertes \ud83c\udf6b Stage \ud83d\udcc5 23-27 f\u00e9vrier 2026 \ud83d\udccd Tournai \ud83d\udc67\ud83d\udc66 6 \u00e0 12 ans \ud83c\udf73 Activit\u00e9s 9h \u2013 16h \u23f0 Garderie 7h30\u20139h & 16h\u201317h \ud83d\udcb6 75\u20ac La Chocolaterie\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\/17525","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=17525"}],"version-history":[{"count":3,"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/pages\/17525\/revisions"}],"predecessor-version":[{"id":17531,"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/pages\/17525\/revisions\/17531"}],"wp:attachment":[{"href":"https:\/\/www.jmlib.be\/site\/wp-json\/wp\/v2\/media?parent=17525"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}