{"id":7505,"date":"2025-12-22T15:17:30","date_gmt":"2025-12-22T14:17:30","guid":{"rendered":"https:\/\/cptcl.fr\/?p=7505"},"modified":"2025-12-22T18:05:08","modified_gmt":"2025-12-22T17:05:08","slug":"bus-de-noel-2025","status":"publish","type":"post","link":"https:\/\/cptcl.fr\/index.php\/2025\/12\/22\/bus-de-noel-2025\/","title":{"rendered":"BUS DE NO\u00cbL 2025"},"content":{"rendered":"\n<figure class=\"wp-block-image alignfull size-full\" id=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/Gemini_Generated_Image_oj8jc6oj8jc6oj8j.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"421\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/Gemini_Generated_Image_oj8jc6oj8jc6oj8j.jpg\" alt=\"\" class=\"wp-image-7580\" srcset=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/Gemini_Generated_Image_oj8jc6oj8jc6oj8j.jpg 1024w, https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/Gemini_Generated_Image_oj8jc6oj8jc6oj8j-300x123.jpg 300w, https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/Gemini_Generated_Image_oj8jc6oj8jc6oj8j-768x316.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<style>\n\/* ===== FOND NO\u00cbL CLAIR ===== *\/\nbody {\n    margin: 0;\n    font-family: \"Segoe UI\", Arial, sans-serif;\n    background: linear-gradient(135deg, #f6c1c1, #cfe9dc);\n    color: #2b2b2b;\n}\n\n\/* ===== CONTENEUR ===== *\/\n.noel-container {\n    position: relative;\n    max-width: 1200px;\n    margin: 70px auto;\n    background: #d8e7d9; \/* Vert sapin clair *\/\n    padding: 50px;\n    border-radius: 18px;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n    font-family: \"Segoe UI\", Arial, sans-serif;\n    color: #2b2b2b;\n    text-align: center; \/* CENTRER TOUT LE TEXTE *\/\n}\n\n\/* Bordure d\u00e9corative *\/\n.noel-container::before {\n    content: \"\";\n    position: absolute;\n    inset: 0;\n    border-radius: 18px;\n    padding: 4px;\n    background: linear-gradient(135deg, #b71c1c, #1b5e20);\n    -webkit-mask:\n        linear-gradient(#fff 0 0) content-box,\n        linear-gradient(#fff 0 0);\n    -webkit-mask-composite: xor;\n            mask-composite: exclude;\n    pointer-events: none;\n}\n\n\n\n\/* ===== TITRES ===== *\/\n.noel-container h1 {\n    color: #b71c1c;\n    margin-bottom: 50px;\n}\n\n.noel-container h2 {\n    color: #1b5e20;\n    margin-top: 45px;\n    position: relative;\n    padding-bottom: 12px;\n}\n\n\/* ===== TEXTE ===== *\/\n.noel-container p,\n.noel-container li {\n    line-height: 1.9;\n    font-size: 1.1em; \/* l\u00e9g\u00e8rement plus grand *\/\n    color: #2b2b2b;\n}\n\n.noel-container ul {\n    margin: 20px auto;\n    padding: 0;\n    display: inline-block; \/* pour centrer les listes *\/\n    text-align: left; \/* garder puces align\u00e9es *\/\n}\n\n.noel-container ul li {\n    list-style: none;\n    position: relative;\n    padding-left: 30px;\n    margin-bottom: 8px;\n}\n\n.noel-container ul li::before {\n    content: \"\ud83c\udf81\";\n    position: absolute;\n    left: 0;\n    top: 2px;\n}\n\n\/* ===== GALERIE ===== *\/\n.noel-gallery {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));\n    gap: 18px;\n    margin-top: 35px;\n}\n\n.noel-gallery figure {\n    margin: 0;\n    background: #ffffff;\n    padding: 10px;\n    border-radius: 14px;\n    box-shadow: 0 6px 15px rgba(0,0,0,0.15);\n}\n\n.noel-gallery img {\n    width: 100%;\n    height: 180px;\n    object-fit: cover;\n    border-radius: 10px;\n    cursor: pointer;\n    transition: transform 0.3s, box-shadow 0.3s;\n}\n\n.noel-gallery img:hover {\n    transform: scale(1.05);\n    box-shadow: 0 10px 25px rgba(0,0,0,0.25);\n}\n\n\/* ===== LIGHTBOX ===== *\/\n.lightbox {\n    display: none;\n    position: fixed;\n    z-index: 9999;\n    inset: 0;\n    background: rgba(0,0,0,0.85);\n    align-items: center;\n    justify-content: center;\n}\n\n.lightbox img {\n    max-width: 92%;\n    max-height: 92%;\n    border-radius: 14px;\n}\n\n.lb-close, .lb-prev, .lb-next {\n    position: absolute;\n    color: white;\n    font-size: 36px;\n    cursor: pointer;\n    user-select: none;\n}\n\n.lb-close { top: 20px; right: 30px; }\n.lb-prev { left: 20px; top: 50%; transform: translateY(-50%); }\n.lb-next { right: 20px; top: 50%; transform: translateY(-50%); }\n\n\/* ===== NEIGE ===== *\/\n.snow {\n    pointer-events: none;\n    position: fixed;\n    inset: 0;\n    overflow: hidden;\n    z-index: 1;\n}\n\n.snow span {\n    position: absolute;\n    top: -10%;\n    color: white;\n    animation: snowFall linear infinite;\n}\n\n@keyframes snowFall {\n    to { transform: translateY(110vh); }\n}\n\n\/* ===== MOBILE ===== *\/\n@media (max-width: 1000px) {\n    .noel-container {\n        padding: 20px;\n        margin: 30px 30px;\n    }\n    .noel-gallery img {\n        height: 150px;\n    }\n}\n<\/style>\n\n<div class=\"noel-container\">\n<h1>\ud83c\udf84 UN NO\u00cbL MAGIQUE \u00c0 BORD DU BUS DE LA CPTCL ! \ud83d\ude8c\u2728<\/h1>\n\n<p>Quelle journ\u00e9e m\u00e9morable ! Samedi 20 d\u00e9cembre, notre traditionnel Bus de No\u00ebl a sillonn\u00e9 les rues de Limoges, et votre enthousiasme nous a fait chaud au c\u0153ur.<\/p>\n\n<h2>\ud83d\udcc8 Un succ\u00e8s record !<\/h2>\n<p>Nous avons eu le plaisir immense d\u2019accueillir pas moins de <strong>324 passagers<\/strong> ! Balade solidaire et festive, immersion totale dans la magie des f\u00eates, en compagnie du P\u00e8re No\u00ebl \ud83c\udf85\ud83c\udf81<\/p>\n\n<h2>\u2764\ufe0f Un immense MERCI \u00e0 nos b\u00e9n\u00e9voles<\/h2>\n<ul>\n<li>D\u00e9coration f\u00e9erique du bus<\/li>\n<li>Tenue du stand (accueil, retrait des places)<\/li>\n<li>Chocolat chaud, g\u00e2teaux et cr\u00eapes<\/li>\n<\/ul>\n\n<h2>\ud83d\ude4f Nos partenaires pr\u00e9cieux<\/h2>\n<p>Merci \u00e0 la <strong>TCL<\/strong> et \u00e0 <strong>Limoges M\u00e9tropole<\/strong>. Sans vous, cette aventure ne pourrait exister \ud83e\udd1d<\/p>\n\n<p><strong>\ud83c\udf1f \u00c0 l\u2019ann\u00e9e prochaine pour de nouvelles balades historiques !<\/strong><\/p>\n\n<h2>\ud83d\udcf8 Galerie photos<\/h2>\n\n<div class=\"noel-gallery\">\n<!-- \ud83d\udd34 Toutes les photos du code d'origine -->\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5615.jpg\" onclick=\"openLightbox(0)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5636.jpg\" onclick=\"openLightbox(1)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5637.jpg\" onclick=\"openLightbox(2)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5640.jpg\" onclick=\"openLightbox(3)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5646.jpg\" onclick=\"openLightbox(4)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5648.jpg\" onclick=\"openLightbox(5)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5651.jpg\" onclick=\"openLightbox(6)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5664.jpg\" onclick=\"openLightbox(7)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5671.jpg\" onclick=\"openLightbox(8)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5673.jpg\" onclick=\"openLightbox(9)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5680.jpg\" onclick=\"openLightbox(10)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5691.jpg\" onclick=\"openLightbox(11)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5694.jpg\" onclick=\"openLightbox(12)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5704.jpg\" onclick=\"openLightbox(13)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5712.jpg\" onclick=\"openLightbox(14)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5738.jpg\" onclick=\"openLightbox(15)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5743.jpg\" onclick=\"openLightbox(16)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5758.jpg\" onclick=\"openLightbox(17)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5773.jpg\" onclick=\"openLightbox(18)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5780.jpg\" onclick=\"openLightbox(19)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5827.jpg\" onclick=\"openLightbox(20)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5786.jpg\" onclick=\"openLightbox(21)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5798.jpg\" onclick=\"openLightbox(22)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5851-1.jpg\" onclick=\"openLightbox(23)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5853.jpg\" onclick=\"openLightbox(24)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5867.jpg\" onclick=\"openLightbox(25)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5870.jpg\" onclick=\"openLightbox(26)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5876.jpg\" onclick=\"openLightbox(27)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5882.jpg\" onclick=\"openLightbox(28)\"><\/figure>\n<figure><img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/MZ9A5896.jpg\" onclick=\"openLightbox(29)\"><\/figure>\n<\/div>\n<\/div>\n\n<div class=\"lightbox\" id=\"lightbox\">\n    <span class=\"lb-close\" onclick=\"closeLightbox()\">\u2715<\/span>\n    <span class=\"lb-prev\" onclick=\"changeImage(-1)\">\u276e<\/span>\n    <img id=\"lightbox-img\">\n    <span class=\"lb-next\" onclick=\"changeImage(1)\">\u276f<\/span>\n<\/div>\n\n<script>\n\/* ===== NEIGE ===== *\/\nconst snowContainer = document.createElement(\"div\");\nsnowContainer.className = \"snow\";\ndocument.body.appendChild(snowContainer);\n\nfor (let i = 0; i < 40; i++) {\n    const flake = document.createElement(\"span\");\n    flake.innerHTML = \"\u2744\";\n    flake.style.left = Math.random() * 100 + \"vw\";\n    flake.style.animationDuration = 5 + Math.random() * 10 + \"s\";\n    flake.style.opacity = Math.random();\n    flake.style.fontSize = 8 + Math.random() * 14 + \"px\";\n    snowContainer.appendChild(flake);\n}\n\n\/* ===== LIGHTBOX ===== *\/\nconst galleryImages = document.querySelectorAll(\".noel-gallery img\");\nlet currentIndex = 0;\n\nfunction openLightbox(index) {\n    currentIndex = index;\n    document.getElementById(\"lightbox-img\").src = galleryImages[currentIndex].src;\n    document.getElementById(\"lightbox\").style.display = \"flex\";\n}\n\nfunction closeLightbox() {\n    document.getElementById(\"lightbox\").style.display = \"none\";\n}\n\nfunction changeImage(direction) {\n    currentIndex = (currentIndex + direction + galleryImages.length) % galleryImages.length;\n    document.getElementById(\"lightbox-img\").src = galleryImages[currentIndex].src;\n}\n\ndocument.addEventListener(\"keydown\", e => {\n    if (e.key === \"Escape\") closeLightbox();\n    if (e.key === \"ArrowRight\") changeImage(1);\n    if (e.key === \"ArrowLeft\") changeImage(-1);\n});\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf84 UN NO\u00cbL MAGIQUE \u00c0 BORD DU BUS DE LA CPTCL ! \ud83d\ude8c\u2728 Quelle journ\u00e9e m\u00e9morable ! Samedi 20 d\u00e9cembre, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7543,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[44,7,18],"tags":[],"class_list":["post-7505","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-crealis-12","category-evenements","category-sortie-cptcl"],"_links":{"self":[{"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/posts\/7505","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/comments?post=7505"}],"version-history":[{"count":43,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/posts\/7505\/revisions"}],"predecessor-version":[{"id":7589,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/posts\/7505\/revisions\/7589"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/media\/7543"}],"wp:attachment":[{"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/media?parent=7505"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/categories?post=7505"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/tags?post=7505"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}