{"id":4988,"date":"2022-11-14T07:44:53","date_gmt":"2022-11-14T06:44:53","guid":{"rendered":"https:\/\/cptcl.fr\/?p=4988"},"modified":"2026-01-18T11:02:14","modified_gmt":"2026-01-18T10:02:14","slug":"nouveaute-de-le-rentree-scolaire-2022","status":"publish","type":"post","link":"https:\/\/cptcl.fr\/index.php\/2022\/11\/14\/nouveaute-de-le-rentree-scolaire-2022\/","title":{"rendered":"Nouveaut\u00e9 de la rentr\u00e9e scolaire 2022"},"content":{"rendered":"\n<style>\n    \/* \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 1. STRUCTURE ULTRA-LARGE \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    :root {\n        --bg-pink: #d1a1c3; \n        --border-red: #ff0000; \n        --line-12: #b35a1d; \n        --line-19: #f482f0; \n        --line-27: #00b0f0; \n        --line-36: #92d050; \n    }\n\n    .page-wrapper-stclm {\n        display: flex;\n        gap: 30px;\n        justify-content: center;\n        flex-wrap: wrap;\n        max-width: 1600px; \/* \u00c9largi \u00e0 1600px comme tes autres articles *\/\n        margin: 0 auto;\n        font-family: 'Segoe UI', Arial, sans-serif;\n    }\n\n    .column-stclm {\n        flex: 1;\n        min-width: 450px;\n        background-color: white;\n        border: 4px solid var(--border-red);\n        padding: 25px;\n        display: flex;\n        flex-direction: column;\n        gap: 20px;\n        box-shadow: 15px 15px 0px rgba(255, 0, 0, 0.1);\n        border-radius: 4px;\n    }\n\n    .content-block-stclm {\n        background-color: var(--bg-pink);\n        border: 2px solid var(--border-red);\n        padding: 20px;\n        border-radius: 5px;\n        position: relative;\n        overflow: hidden;\n        transition: all 0.3s ease;\n        box-shadow: inset 0 0 15px rgba(0,0,0,0.1), 3px 3px 10px rgba(0,0,0,0.1);\n    }\n\n    .header-strip-stclm {\n        display: flex;\n        justify-content: space-around;\n        align-items: center;\n        padding: 15px;\n        border: 3px solid var(--border-red);\n        margin-bottom: 10px;\n        background-color: #fff;\n        box-shadow: 6px 6px 0px #333;\n    }\n\n    .logo-tcl-stclm { \n        font-weight: 900; \n        font-style: italic; \n        color: #0056b3; \n        font-size: 28px;\n        letter-spacing: -1px;\n    }\n\n    .line-box-stclm {\n        width: 55px;\n        height: 55px;\n        display: inline-flex;\n        justify-content: center;\n        align-items: center;\n        color: white;\n        font-weight: bold;\n        font-size: 26px;\n        border-radius: 12px;\n        border: 2px solid #333;\n        margin-right: 12px;\n        background-image: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);\n        box-shadow: 3px 3px 0px rgba(0,0,0,0.3);\n    }\n\n    .l12 { background-color: var(--line-12); }\n    .l19 { background-color: var(--line-19); }\n    .l27 { background-color: var(--line-27); }\n    .l36 { background-color: var(--line-36); }\n\n    .text-image-split-stclm {\n        display: flex;\n        gap: 20px;\n        align-items: center;\n    }\n\n    .image-side-stclm img {\n        width: 100%;\n        height: auto;\n        border-radius: 4px;\n        border: 3px solid white;\n        display: block;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.3);\n        outline: 2px solid var(--border-red);\n    }\n\n    .title-ribbon {\n        background-color: var(--border-red);\n        color: white;\n        display: inline-block;\n        padding: 5px 15px;\n        margin-top: 0;\n        font-size: 1.2em;\n        transform: rotate(-1deg);\n        box-shadow: 3px 3px 0px #333;\n    }\n\n    .line-info-stclm {\n        display: flex;\n        align-items: center;\n        margin: 15px 0;\n        background: rgba(255,255,255,0.5);\n        padding: 12px;\n        border-radius: 8px;\n        border-left: 6px solid var(--border-red);\n    }\n\n    .stclm-footer-box {\n        margin-top: auto;\n        text-align: center;\n        padding: 20px;\n        background: white;\n        border: 3px dashed var(--border-red);\n        border-radius: 15px;\n    }\n\n    \/* \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 2. RESPONSIVE MOBILE OPTIMIS\u00c9 \u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014\u2014 *\/\n    @media (max-width: 768px) {\n        .page-wrapper-stclm { \n            padding: 10px 5px; \/* R\u00e9duction des marges ext\u00e9rieures *\/\n        }\n\n        .column-stclm { \n            min-width: 100%; \n            padding: 15px 10px; \/* \u00c9largissement du contenu interne *\/\n            border-width: 3px;\n            box-shadow: 8px 8px 0px rgba(255, 0, 0, 0.1);\n        }\n\n        .header-strip-stclm {\n            padding: 10px 5px;\n        }\n\n        .logo-tcl-stclm { font-size: 20px; }\n        .line-box-stclm { width: 40px; height: 40px; font-size: 18px; margin-right: 5px; }\n\n        .text-image-split-stclm { \n            flex-direction: column; \/* Image sous le texte sur mobile *\/\n            gap: 15px;\n        }\n\n        .content-block-stclm {\n            padding: 15px 10px;\n        }\n\n        .title-ribbon {\n            font-size: 1.1em;\n            display: block;\n            text-align: center;\n            transform: none; \/* Plus lisible sur petit \u00e9cran *\/\n        }\n\n        .stclm-footer-box img {\n            max-width: 180px;\n        }\n    }\n<\/style>\n\n<div class=\"page-wrapper-stclm\">\n\n    <div class=\"column-stclm\">\n        <div class=\"header-strip-stclm\">\n            <div class=\"logo-tcl-stclm\">TCL<\/div>\n            <div class=\"line-box-stclm l12\">12<\/div>\n            <div class=\"line-box-stclm l19\">19<\/div>\n            <div class=\"line-box-stclm l27\">27<\/div>\n            <div class=\"logo-tcl-stclm\">TCL<\/div>\n        <\/div>\n\n        <div class=\"content-block-stclm\">\n            <h3 class=\"title-ribbon\">Commune de Isle :<\/h3>\n            <div class=\"text-image-split-stclm\">\n                <div style=\"flex: 3;\">\n                    <p>Qui dit \u00ab rentr\u00e9e scolaire 2022 \u00bb dit \u00ab nouveaut\u00e9 sur le r\u00e9seau de la STCLM \u00bb.<\/p>\n                    <p>La commune d\u2019Isle b\u00e9n\u00e9ficie depuis le 05 septembre 2022 de la nouvelle ligne 12<\/p>\n                    <div class=\"line-info-stclm\">\n                        <div class=\"line-box-stclm l12\">12<\/div>\n                        <span style=\"font-weight:bold;\">Isle L.Aragon \u2014 Condat Versanas<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"image-side-stclm\" style=\"flex: 2;\">\n                    <img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/ligne-12.jpg\" alt=\"Bus Isle\">\n                <\/div>\n            <\/div>\n            \n            <p>En plus de passer beaucoup plus fr\u00e9quemment, elle est plus rapide avec des amplitudes horaires \u00e9largies.<\/p>\n            \n            <div class=\"text-image-split-stclm\">\n                <div style=\"flex: 3;\">\n                    <p>4 arr\u00eats sont repris par la nouvelle ligne 27.<\/p>\n                    <div class=\"line-info-stclm\">\n                        <div class=\"line-box-stclm l27\">27<\/div>\n                        <span style=\"font-weight:bold;\">Isle les champs \u2014 Ch.Le Gendre<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"image-side-stclm\" style=\"flex: 2;\">\n                    <img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/ligne-27.jpg\" alt=\"Bus Ligne 27\">\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"stclm-footer-box\">\n            <img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/11\/STCLM-JPG.png\" alt=\"Logo STCLM\">\n        <\/div>\n    <\/div>\n\n    <div class=\"column-stclm\">\n        <div class=\"content-block-stclm\">\n            <h3 class=\"title-ribbon\">Commune de Panazol<\/h3>\n            <div class=\"text-image-split-stclm\">\n                <div style=\"flex: 3;\">\n                    <p>La commune b\u00e9n\u00e9ficie depuis la rentr\u00e9e d&rsquo;une toute nouvelle ligne : la 19.<\/p>\n                    <div class=\"line-info-stclm\">\n                        <div class=\"line-box-stclm l19\">19<\/div>\n                        <span style=\"font-weight:bold;\">Panazol Manderesse \u2014 PL.W.Churchill<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"image-side-stclm\" style=\"flex: 2;\">\n                    <img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/ligne-19.jpg\" alt=\"Bus Panazol\">\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"content-block-stclm\">\n            <h3 class=\"title-ribbon\">Commune de Condat\/Vienne<\/h3>\n            <div class=\"text-image-split-stclm\">\n                <div style=\"flex: 3;\">\n                    <p>L&rsquo;offre de passage est doubl\u00e9e, voire tripl\u00e9e \u00e0 certaines heures.<\/p>\n                    <div class=\"line-info-stclm\">\n                        <div class=\"line-box-stclm l36\" style=\"text-decoration: line-through; opacity: 0.6;\">36<\/div>\n                        <span style=\"font-weight:bold;\">Remplac\u00e9e par la ligne 12<\/span>\n                    <\/div>\n                    <div class=\"line-info-stclm\">\n                        <div class=\"line-box-stclm l12\">12<\/div>\n                        <span style=\"font-weight:bold;\">Isle \u2014 Condat Versanas<\/span>\n                    <\/div>\n                <\/div>\n                <div class=\"image-side-stclm\" style=\"flex: 2;\">\n                    <img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/ligne-36.jpg\" alt=\"Bus Condat\">\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"content-block-stclm\" style=\"border-style: dashed;\">\n            <p><strong>ET APRES &#8230;<\/strong><\/p>\n            <div class=\"text-image-split-stclm\">\n                <div style=\"flex: 3;\">\n                    <p>En 2023, \u00e7a sera au tour de Feytiat, Le Palais\/Vienne et Limoges.<\/p>\n                <\/div>\n                <div class=\"image-side-stclm\" style=\"flex: 2;\">\n                    <img decoding=\"async\" src=\"https:\/\/cptcl.fr\/wp-content\/uploads\/2025\/12\/ligne-8.jpg\" alt=\"Futur\">\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>TCL 12 19 27 TCL Commune de Isle : Qui dit \u00ab rentr\u00e9e scolaire 2022 \u00bb dit \u00ab nouveaut\u00e9 sur [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":6351,"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":[19],"tags":[],"class_list":["post-4988","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-infos-reseau"],"_links":{"self":[{"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/posts\/4988","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=4988"}],"version-history":[{"count":8,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/posts\/4988\/revisions"}],"predecessor-version":[{"id":8139,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/posts\/4988\/revisions\/8139"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/media\/6351"}],"wp:attachment":[{"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/media?parent=4988"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/categories?post=4988"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cptcl.fr\/index.php\/wp-json\/wp\/v2\/tags?post=4988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}