{"id":6501,"date":"2025-09-04T08:39:00","date_gmt":"2025-09-04T06:39:00","guid":{"rendered":"https:\/\/cptcl.fr\/?p=6501"},"modified":"2025-12-21T12:44:37","modified_gmt":"2025-12-21T11:44:37","slug":"top-depart-au-pole-la-bastide-la-rentree-2025-marque-le-renouveau-du-reseau-stclm","status":"publish","type":"post","link":"https:\/\/cptcl.fr\/index.php\/2025\/09\/04\/top-depart-au-pole-la-bastide-la-rentree-2025-marque-le-renouveau-du-reseau-stclm\/","title":{"rendered":"\ud83d\ude8c Top d\u00e9part au P\u00f4le La Bastide : la rentr\u00e9e 2025 marque le renouveau du r\u00e9seau STCLM"},"content":{"rendered":"\n<style>\n    \/* \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 1. CORRECTIF ASTRA & STRUCTURE \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 *\/\n    .ast-narrow-container .editor-styles-wrapper, \n    .ast-narrow-container .site-content .ast-container {\n        --wp--custom--ast-content-width-size: 100% !important;\n        max-width: 100% !important;\n    }\n\n    .magazine-full-container {\n        --color-blue-sky: #87CEEB;\n        --color-red-gradient: #FF6347;\n        font-family: 'Roboto', Arial, sans-serif;\n        max-width: 1400px;\n        margin: 20px auto;\n        background: radial-gradient(at top left, #e3f2fd 0%, transparent 30%),\n                    radial-gradient(at bottom right, #fff5f5 0%, transparent 30%),\n                    #ffffff;\n        box-shadow: 0 10px 40px rgba(0,0,0,0.1);\n        border-radius: 15px;\n        overflow: hidden;\n    }\n\n    .article-body {\n        padding: 60px;\n    }\n\n    \/* \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 2. TITRES ET TEXTE \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 *\/\n    .main-title-2025 {\n        font-size: clamp(2rem, 4vw, 2.8rem);\n        font-weight: 700;\n        line-height: 1.2;\n        color: #004080;\n        border-bottom: 5px solid var(--color-red-gradient);\n        padding-bottom: 20px;\n        margin-bottom: 30px;\n    }\n\n    .intro-rentree {\n        font-size: 1.3rem;\n        font-style: italic;\n        margin-bottom: 35px;\n        border-left: 8px solid var(--color-blue-sky);\n        padding: 15px 25px;\n        background-color: #f8f9fa;\n        color: #444;\n    }\n\n    \/* \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 3. LISTE DES NOUVEAUT\u00c9S \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 *\/\n    .offre-renforcee {\n        list-style: none;\n        padding: 0;\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 20px;\n        margin: 40px 0;\n    }\n\n    .offre-renforcee li {\n        background: white;\n        padding: 25px;\n        border-radius: 12px;\n        box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n        border-top: 5px solid var(--color-red-gradient);\n        font-size: 1.1rem;\n        display: flex;\n        align-items: center;\n    }\n\n    .offre-renforcee .icon-box {\n        font-size: 2rem;\n        margin-right: 15px;\n    }\n\n    \/* \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 4. GALERIE LIGHTBOX \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 *\/\n    .gallery-rentree {\n        display: flex;\n        gap: 30px;\n        justify-content: center;\n        margin: 50px 0;\n    }\n\n    .thumb-card {\n        flex: 1;\n        max-width: 600px;\n        cursor: pointer;\n        border-radius: 15px;\n        overflow: hidden;\n        background: linear-gradient(135deg, var(--color-blue-sky), var(--color-red-gradient));\n        padding: 6px;\n        transition: transform 0.3s ease;\n    }\n\n    .thumb-card:hover {\n        transform: scale(1.02);\n    }\n\n    .thumb-card img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        border-radius: 10px;\n        display: block;\n    }\n\n    \/* \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 5. MODALE (LIGHTBOX) \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 *\/\n    .stclm-modal {\n        display: none;\n        position: fixed;\n        z-index: 99999;\n        left: 0; top: 0;\n        width: 100%; height: 100%;\n        background-color: rgba(0,0,0,0.95);\n        cursor: zoom-out;\n    }\n\n    .modal-img-content {\n        margin: auto;\n        display: block;\n        max-width: 90%;\n        max-height: 85vh;\n        position: relative;\n        top: 50%;\n        transform: translateY(-50%);\n        border: 3px solid white;\n        border-radius: 5px;\n    }\n\n    .stclm-close {\n        position: absolute;\n        top: 20px; right: 40px;\n        color: white; font-size: 50px; font-weight: bold;\n        cursor: pointer;\n    }\n\n    \/* \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 6. RESPONSIVE \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 *\/\n    @media (max-width: 800px) {\n        .article-body { padding: 30px; }\n        .gallery-rentree { flex-direction: column; }\n        .offre-renforcee { grid-template-columns: 1fr; }\n    }\n<\/style>\n\n<div class=\"magazine-full-container\">\n    <div class=\"top-gradient-bar\" style=\"height:12px; background: linear-gradient(to right, #87CEEB, #FF6347);\"><\/div>\n    \n    <article class=\"article-body\">\n        <h1 class=\"main-title-2025\">C\u2019est la rentr\u00e9e scolaire 2025 : d\u00e9couvrez les nouvelles lignes du r\u00e9seau STCLM !<\/h1>\n\n        <div class=\"intro-rentree\">\n            Au P\u00f4le La Bastide, l\u2019ambiance est au dynamisme. Les bus s\u2019alignent dans un ballet parfaitement orchestr\u00e9, pr\u00eats \u00e0 prendre le d\u00e9part vers leurs nouveaux itin\u00e9raires. La nouvelle ligne 15, ou <b>\u00ab Rocade Ouest \u00bb<\/b>, est la star de cette rentr\u00e9e.\n        <\/div>\n\n        <p style=\"font-size: 1.2rem; color: #333;\">\n            Cette ligne reprend le trac\u00e9 de l\u2019ancienne ligne 14, mais avec une offre consid\u00e9rablement boost\u00e9e pour faciliter vos d\u00e9placements :\n        <\/p>\n\n        <ul class=\"offre-renforcee\">\n            <li>\n                <span class=\"icon-box\">\ud83d\udd58<\/span>\n                <span>Des fr\u00e9quences renforc\u00e9es et des circulations prolong\u00e9es <b>au-del\u00e0 de 21h00<\/b>.<\/span>\n            <\/li>\n            <li>\n                <span class=\"icon-box\">\ud83d\ude8d<\/span>\n                <span>Une mobilisation de <b>8 bus<\/b> en ligne simultan\u00e9ment pour r\u00e9duire l&rsquo;attente.<\/span>\n            <\/li>\n            <li>\n                <span class=\"icon-box\">\ud83d\udd01<\/span>\n                <span>Une connexion directe et rapide entre le <b>P\u00f4le Saint-Lazare<\/b> et le <b>P\u00f4le La Bastide<\/b>.<\/span>\n            <\/li>\n        <\/ul>\n\n        <p style=\"font-size: 1.1rem;\">\n            Ces \u00e9volutions marquent une nouvelle \u00e9tape pour la mobilit\u00e9 \u00e0 Limoges, r\u00e9pondant aux besoins croissants de fluidit\u00e9 et de modernit\u00e9 sur le r\u00e9seau.\n        <\/p>\n\n        <div class=\"gallery-rentree\">\n            <div class=\"thumb-card\" onclick=\"openStclmModal('https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/11\/541797446_806525538389734_3568624717392599879_n.jpg')\">\n                <img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/11\/541797446_806525538389734_3568624717392599879_n.jpg\" alt=\"Bus STCLM\">\n            <\/div>\n            <div class=\"thumb-card\" onclick=\"openStclmModal('https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/Plan_L.15_v2.png')\">\n                <img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/Plan_L.15_v2.png\" alt=\"Plan Ligne 15\">\n            <\/div>\n        <\/div>\n\n        <p style=\"font-size: 0.9em; color: #666; text-align: center; font-style: italic;\">\n            \ud83d\udcf8 Photos prises le 3 septembre 2025. Sources : CPTCL et STCLM.\n        <\/p>\n\n        <div style=\"margin-top: 50px; padding-top: 20px; border-top: 1px dashed #ccc; text-align: right;\">\n            <p style=\"font-weight: bold; margin-bottom: 5px;\">L&rsquo;\u00e9quipe CPTCL vous souhaite une excellente rentr\u00e9e !<\/p>\n            <p style=\"font-style: italic; color: #666;\">\u00c0 bord de nos bus \ud83d\ude8c et trolleybus \ud83d\ude8e<\/p>\n        <\/div>\n    <\/article>\n<\/div>\n\n<div id=\"stclmModal\" class=\"stclm-modal\" onclick=\"closeStclmModal()\">\n    <span class=\"stclm-close\">&times;<\/span>\n    <img class=\"modal-img-content\" id=\"stclmImg01\">\n<\/div>\n\n<script>\n    function openStclmModal(src) {\n        document.getElementById(\"stclmModal\").style.display = \"block\";\n        document.getElementById(\"stclmImg01\").src = src;\n        document.body.style.overflow = 'hidden'; \/\/ Bloque le scroll\n    }\n\n    function closeStclmModal() {\n        document.getElementById(\"stclmModal\").style.display = \"none\";\n        document.body.style.overflow = 'auto'; \/\/ R\u00e9active le scroll\n    }\n\n    \/\/ Fermer avec Echap\n    document.addEventListener('keydown', function(e) {\n        if (e.key === \"Escape\") closeStclmModal();\n    });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>C\u2019est la rentr\u00e9e scolaire 2025 : d\u00e9couvrez les nouvelles lignes du r\u00e9seau STCLM ! Au P\u00f4le La Bastide, l\u2019ambiance est [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6502,"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":[5,7,19,9],"tags":[],"class_list":["post-6501","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cristalis-etb12","category-evenements","category-infos-reseau","category-urbanway-12"],"_links":{"self":[{"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/posts\/6501","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=6501"}],"version-history":[{"count":5,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/posts\/6501\/revisions"}],"predecessor-version":[{"id":7402,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/posts\/6501\/revisions\/7402"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/media\/6502"}],"wp:attachment":[{"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/media?parent=6501"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/categories?post=6501"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/tags?post=6501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}