{"id":114,"date":"2026-06-12T23:02:47","date_gmt":"2026-06-12T21:02:47","guid":{"rendered":"https:\/\/codep11-badminton.fr\/?page_id=114"},"modified":"2026-08-16T23:52:56","modified_gmt":"2026-08-16T21:52:56","slug":"114-2","status":"publish","type":"page","link":"https:\/\/codep11-badminton.fr\/index.php\/114-2\/","title":{"rendered":"Agenda"},"content":{"rendered":"\n<!-- BANDEAU DE NAVIGATION HAUT DE PAGE - CODEP 11 -->\n<div class=\"codep-navbar-fixed-top\">\n    <div class=\"codep-navbar-container\">\n        \n        <!-- LOGO \/ BRANDING -->\n        <a href=\"https:\/\/codep11-badminton.fr\/\" class=\"codep-nav-brand\">\n            <span class=\"brand-badge\">CODEP 11<\/span>\n            <span class=\"brand-title\">Badminton Aude<\/span>\n        <\/a>\n\n        <!-- MENUS & BOUTONS -->\n        <nav class=\"codep-nav-menu\">\n            <a href=\"https:\/\/codep11-badminton.fr\/\" class=\"nav-link\">\n                <span class=\"nav-icon\">\ud83c\udfdb\ufe0f<\/span> Le Comit\u00e9\n            <\/a>\n            <a href=\"https:\/\/codep11-badminton.fr\/index.php\/114-2\/\" class=\"nav-link\">\n                <span class=\"nav-icon\">\ud83d\udcc5<\/span> Agenda\n            <\/a>\n            <a href=\"https:\/\/codep11-badminton.fr\/index.php\/le-projet-jeunes\/\" class=\"nav-link\">\n                <span class=\"nav-icon\">\ud83c\udfbe<\/span> Projet Jeunes\n            <\/a>\n            <a href=\"https:\/\/codep11-badminton.fr\/index.php\/partenaires\/\" class=\"nav-link\">\n                <span class=\"nav-icon\">\ud83e\udd1d<\/span> Les Clubs\n            <\/a>\n            <a href=\"https:\/\/codep11-badminton.fr\/index.php\/sur-les-reseaux\/\" class=\"nav-link\">\n                <span class=\"nav-icon\">\ud83d\udcf1<\/span> Sur les r\u00e9seaux\n            <\/a>\n            <a href=\"https:\/\/codep11-badminton.fr\/index.php\/les-interclubs\/\" class=\"nav-link btn-highlight\">\n                <span class=\"nav-icon\">\ud83c\udfc6<\/span> Les Interclubs\n            <\/a>\n        <\/nav>\n\n    <\/div>\n<\/div>\n\n<!-- ESPACEUR POUR \u00c9VITER QUE LE MENU CACHE LE HAUT DE VOTRE PAGE -->\n<div class=\"codep-navbar-spacer\"><\/div>\n\n<style>\n\/* MASQUAGE COMPLET DE L'ANCIEN HEADER ET DE LA BARRE DE RECHERCHE DU TH\u00c8ME *\/\nheader, \n#masthead, \n.site-header, \n.header-wrapper, \n#header, \n.search-form, \nform[role=\"search\"],\n.widget_search {\n    display: none !important;\n}\n\n\/* --- CONTENEUR DU MENU FIXE EN HAUT DE PAGE --- *\/\n.codep-navbar-fixed-top {\n    position: fixed !important;\n    top: 0 !important;\n    left: 0 !important;\n    right: 0 !important;\n    width: 100% !important;\n    height: 70px !important;\n    background: rgba(10, 25, 47, 0.95) !important;\n    backdrop-filter: blur(12px) !important;\n    -webkit-backdrop-filter: blur(12px) !important;\n    border-bottom: 2px solid rgba(0, 140, 227, 0.4) !important;\n    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.25) !important;\n    z-index: 999999 !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    font-family: 'Montserrat', 'Inter', system-ui, -apple-system, sans-serif !important;\n    box-sizing: border-box !important;\n}\n\n\/* COMPENSATION DE HAUTEUR POUR LE RESTE DU CONTENU *\/\n.codep-navbar-spacer {\n    height: 75px !important;\n    display: block !important;\n}\n\n\/* LAYOUT INTERNE *\/\n.codep-navbar-container {\n    max-width: 1200px !important;\n    height: 100% !important;\n    margin: 0 auto !important;\n    padding: 0 20px !important;\n    display: flex !important;\n    align-items: center !important;\n    justify-content: space-between !important;\n    box-sizing: border-box !important;\n}\n\n\/* BRANDING \/ LOGO AU SURVOL *\/\n.codep-nav-brand {\n    display: flex !important;\n    align-items: center !important;\n    gap: 10px !important;\n    text-decoration: none !important;\n    transition: transform 0.2s ease !important;\n}\n\n.codep-nav-brand:hover {\n    transform: scale(1.03) !important;\n}\n\n.brand-badge {\n    background: linear-gradient(135deg, #008CE3 0%, #00B4DB 100%) !important;\n    color: #FFFFFF !important;\n    font-weight: 800 !important;\n    font-size: 0.8rem !important;\n    padding: 4px 10px !important;\n    border-radius: 8px !important;\n    letter-spacing: 0.8px !important;\n}\n\n.brand-title {\n    color: #FFFFFF !important;\n    font-weight: 700 !important;\n    font-size: 1.1rem !important;\n    letter-spacing: -0.3px !important;\n}\n\n\/* LISTE DES BOUTONS DE NAVIGATION *\/\n.codep-nav-menu {\n    display: flex !important;\n    align-items: center !important;\n    gap: 10px !important;\n}\n\n\/* BOUTONS D'ACTION CLASSIQUES *\/\n.nav-link {\n    display: inline-flex !important;\n    align-items: center !important;\n    gap: 6px !important;\n    color: #E2E8F0 !important;\n    text-decoration: none !important;\n    font-size: 0.9rem !important;\n    font-weight: 600 !important;\n    padding: 8px 16px !important;\n    border-radius: 50px !important;\n    background: rgba(255, 255, 255, 0.05) !important;\n    border: 1px solid rgba(255, 255, 255, 0.1) !important;\n    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1) !important;\n    white-space: nowrap !important;\n}\n\n.nav-link:hover {\n    color: #FFFFFF !important;\n    background: rgba(0, 140, 227, 0.3) !important;\n    border-color: rgba(0, 140, 227, 0.6) !important;\n    transform: translateY(-2px) !important;\n    box-shadow: 0 4px 12px rgba(0, 140, 227, 0.2) !important;\n}\n\n\/* BOUTON MIS EN AVANT (INTERCLUBS) *\/\n.nav-link.btn-highlight {\n    background: linear-gradient(135deg, #E86D00 0%, #FF8C00 100%) !important;\n    color: #FFFFFF !important;\n    border: none !important;\n    box-shadow: 0 4px 12px rgba(232, 109, 0, 0.3) !important;\n}\n\n.nav-link.btn-highlight:hover {\n    transform: translateY(-2px) scale(1.03) !important;\n    box-shadow: 0 6px 18px rgba(232, 109, 0, 0.5) !important;\n    background: linear-gradient(135deg, #FF8C00 0%, #E86D00 100%) !important;\n}\n\n.nav-icon {\n    font-size: 0.95rem !important;\n}\n\n\/* RESPONSIVE DESIGN (MOBILES & TABLETTES) *\/\n@media (max-width: 900px) {\n    .codep-navbar-fixed-top {\n        height: auto !important;\n        padding: 10px 0 !important;\n    }\n    .codep-navbar-container {\n        flex-direction: column !important;\n        gap: 10px !important;\n    }\n    .codep-nav-menu {\n        flex-wrap: wrap !important;\n        justify-content: center !important;\n        gap: 6px !important;\n    }\n    .nav-link {\n        font-size: 0.8rem !important;\n        padding: 6px 12px !important;\n    }\n    .codep-navbar-spacer {\n        height: 110px !important;\n    }\n}\n<\/style>\n\n\n\n<!-- BLOC 1 : TITRE & INFORMATIONS AGENDA CODEP 11 -->\n<div class=\"codep-block agenda-info-block\">\n    <div class=\"agenda-header\">\n        <span class=\"agenda-badge\">\ud83d\udcc5 SYNCHRONISATION EN DIRECT<\/span>\n        <h1 class=\"agenda-title\">L&rsquo;Agenda Officiel du Badminton Audois<\/h1>\n        <p class=\"agenda-subtitle\">Ne manquez aucun tournoi, rassemblement jeunes, plateau ou r\u00e9union des clubs de l&rsquo;Aude.<\/p>\n    <\/div>\n\n    <div class=\"agenda-tip-box\">\n        \ud83d\udca1 <strong>Mode Planning :<\/strong> L&rsquo;agenda ci-dessous s&rsquo;affiche automatiquement en mode liste chronologique pour une lisibilit\u00e9 optimale sur ordinateur et mobile.\n    <\/div>\n<\/div>\n\n<style>\n\/* --- CHARTE & STYLE DU BLOC 1 --- *\/\n.codep-block {\n    font-family: 'Montserrat', 'Inter', system-ui, -apple-system, sans-serif;\n    color: #1A202C;\n    margin-bottom: 25px;\n}\n\n.agenda-info-block {\n    background: #FFFFFF;\n    border-radius: 16px;\n    padding: 30px;\n    border: 1px solid rgba(0, 140, 227, 0.15);\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);\n}\n\n.agenda-header {\n    text-align: center;\n    margin-bottom: 20px;\n}\n\n.agenda-badge {\n    display: inline-block;\n    background-color: #E86D00; \/* Orange Audois \/ CODEP *\/\n    color: #FFFFFF;\n    font-size: 0.75rem;\n    font-weight: 800;\n    padding: 6px 16px;\n    border-radius: 50px;\n    letter-spacing: 0.8px;\n    text-transform: uppercase;\n    margin-bottom: 12px;\n}\n\n.agenda-title {\n    font-size: 1.8rem !important;\n    font-weight: 800 !important;\n    color: #1A202C !important;\n    margin: 0 0 10px 0 !important;\n    line-height: 1.2;\n}\n\n.agenda-subtitle {\n    font-size: 1rem;\n    color: #4A5568;\n    margin: 0;\n}\n\n.agenda-tip-box {\n    background-color: #F8FAF C;\n    border-left: 4px solid #008CE3; \/* Bleu CODEP 11 *\/\n    padding: 14px 18px;\n    border-radius: 0 10px 10px 0;\n    font-size: 0.9rem;\n    color: #2D3748;\n}\n\n@media (max-width: 600px) {\n    .agenda-info-block {\n        padding: 20px;\n    }\n    .agenda-title {\n        font-size: 1.4rem !important;\n    }\n}\n<\/style>\n\n\n\n<!-- BLOC 2 : GOOGLE AGENDA MODE PLANNING -->\n<div class=\"codep-block agenda-display-block\">\n    \n    <!-- CONTENEUR RESPONSIVE IFRAME -->\n    <div class=\"agenda-iframe-container\">\n        <!-- URL configur\u00e9e avec mode=AGENDA pour forcer la vue planning -->\n        <iframe loading=\"lazy\" src=\"https:\/\/calendar.google.com\/calendar\/embed?src=comite11.bad%40gmail.com&amp;ctz=Europe%2FParis&amp;mode=AGENDA&amp;showTitle=0&amp;showNav=1&amp;showDate=1&amp;showPrint=0&amp;showTabs=1&amp;showCalendars=0\" \n                style=\"border-width:0\" \n                width=\"800\" \n                height=\"600\" \n                frameborder=\"0\" \n                scrolling=\"no\">\n        <\/iframe>\n    <\/div>\n\n    <!-- BOUTON D'ACTION EXTERNE DYNAMIQUE -->\n    <div class=\"agenda-footer-action\">\n        <a href=\"https:\/\/calendar.google.com\/calendar\/embed?src=comite11.bad%40gmail.com&amp;ctz=Europe%2FParis\" target=\"_blank\" class=\"btn-agenda-dyn\">\n            \u2795 Synchroniser ou ouvrir sur mon smartphone\n        <\/a>\n    <\/div>\n\n<\/div>\n\n<style>\n\/* --- CHARTE & STYLE DU BLOC 2 --- *\/\n.agenda-display-block {\n    display: flex;\n    flex-direction: column;\n    gap: 20px;\n}\n\n\/* CADRE EMBARQU\u00c9 RESPONSIVE *\/\n.agenda-iframe-container {\n    position: relative;\n    overflow: hidden;\n    width: 100%;\n    padding-top: 70%; \/* Ratio id\u00e9al pour le mode planning *\/\n    border: 2px solid #E2E8F0;\n    border-radius: 16px;\n    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);\n    background: #FFFFFF;\n}\n\n.agenda-iframe-container iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100% !important;\n    height: 100% !important;\n    border: none;\n}\n\n\/* BOUTON DYNAMIQUE CHARTE CODEP 11 *\/\n.agenda-footer-action {\n    text-align: center;\n}\n\n.btn-agenda-dyn {\n    display: inline-flex !important;\n    align-items: center;\n    justify-content: center;\n    text-decoration: none !important;\n    background: linear-gradient(135deg, #008CE3 0%, #00B4DB 100%) !important; \/* Bleu dynamique *\/\n    color: #FFFFFF !important;\n    font-family: 'Montserrat', sans-serif !important;\n    font-weight: 700 !important;\n    font-size: 0.95rem !important;\n    padding: 12px 28px !important;\n    border-radius: 50px !important;\n    box-shadow: 0 4px 15px rgba(0, 140, 227, 0.3) !important;\n    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;\n}\n\n\/* Effet survol dynamique *\/\n.btn-agenda-dyn:hover {\n    transform: translateY(-3px) scale(1.02);\n    box-shadow: 0 8px 22px rgba(0, 140, 227, 0.45) !important;\n    background: linear-gradient(135deg, #00B4DB 0%, #008CE3 100%) !important;\n}\n\n\/* Effet pression *\/\n.btn-agenda-dyn:active {\n    transform: translateY(-1px) scale(0.99);\n}\n\n@media (max-width: 600px) {\n    .agenda-iframe-container {\n        padding-top: 120%; \/* Plus de hauteur sur mobile *\/\n    }\n}\n<\/style>\n\n\n\n<!-- BLOC MIXTE : COMIT\u00c9 & CLUBS AUDOIS -->\n<div class=\"fb-mix-container\">\n    <div class=\"fb-mix-grid\">\n\n        <!-- 1. ENCART COMIT\u00c9 (CODEP 11) -->\n        <div class=\"fb-mix-column\">\n            <div class=\"fb-button-wrapper\">\n                <a href=\"https:\/\/www.facebook.com\/profile.php?id=61579537270202\" target=\"_blank\" class=\"btn-facebook-bad11\">\n                    <svg class=\"icon-fb\" viewBox=\"0 0 24 24\"><path d=\"M9 8h-3v4h3v12h5v-12h3.642l.358-4h-4v-1.667c0-.955.192-1.333 1.115-1.333h2.885v-5h-3.808c-3.596 0-5.192 1.583-5.192 4.615v3.385z\"><\/path><\/svg>\n                    Rejoignez-nous sur Facebook\n                <\/a>\n            <\/div>\n\n            <div class=\"fb-card-box\">\n                <div class=\"fb-card-header\">\n                    <span class=\"badge-live\">EN DIRECT<\/span>\n                    <h3>Fil d&rsquo;actualit\u00e9s CODEP 11<\/h3>\n                <\/div>\n                <div class=\"fb-widget-wrapper\">\n                    <iframe loading=\"lazy\" src=\"https:\/\/www.facebook.com\/plugins\/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61579537270202&amp;tabs=timeline&amp;width=500&amp;height=500&amp;small_header=false&amp;adapt_container-width=true&amp;hide_cover=false&amp;show_facepile=true&amp;appId\" width=\"100%\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"><\/iframe>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- 2. ENCART DES 5 CLUBS (ONGLETS \/ SELECT) -->\n        <div class=\"fb-mix-column\">\n            <!-- Onglets Desktop (Ordre Alphab\u00e9tique) -->\n            <div class=\"clubs-tabs-desktop\">\n                <button class=\"club-tab active\" onclick=\"switchClubTab(event, 'feed-bcca')\">BCCA<\/button>\n                <button class=\"club-tab\" onclick=\"switchClubTab(event, 'feed-lzv')\">LZV<\/button>\n                <button class=\"club-tab\" onclick=\"switchClubTab(event, 'feed-lbhv')\">LBHV<\/button>\n                <button class=\"club-tab\" onclick=\"switchClubTab(event, 'feed-bcn')\">BCN<\/button>\n                <button class=\"club-tab\" onclick=\"switchClubTab(event, 'feed-btc')\">BTC<\/button>\n            <\/div>\n\n            <!-- S\u00e9lecteur Mobile (Ordre Alphab\u00e9tique) -->\n            <div class=\"clubs-select-mobile\">\n                <label for=\"club-feed-select\">S\u00e9lectionnez un club :<\/label>\n                <select id=\"club-feed-select\" onchange=\"switchClubSelect(this.value)\">\n                    <option value=\"feed-bcca\">Castelnaudary (BCCA)<\/option>\n                    <option value=\"feed-lzv\">L\u00e9zignan-Corbi\u00e8res (LZV)<\/option>\n                    <option value=\"feed-lbhv\">Limoux (LBHV)<\/option>\n                    <option value=\"feed-bcn\">Narbonne (BCN)<\/option>\n                    <option value=\"feed-btc\">Tr\u00e8bes Carcassonne (BTC)<\/option>\n                <\/select>\n            <\/div>\n\n            <div class=\"fb-card-box\">\n                <div class=\"fb-card-header\">\n                    <span class=\"badge-club\">CLUBS AUDOIS<\/span>\n                    <h3 id=\"current-club-title\">Castelnaudary (BCCA)<\/h3>\n                <\/div>\n                \n                <div class=\"fb-widget-wrapper\">\n                    <!-- Castelnaudary -->\n                    <div id=\"feed-bcca\" class=\"club-feed-panel active\" data-title=\"Castelnaudary (BCCA)\">\n                        <iframe loading=\"lazy\" src=\"https:\/\/www.facebook.com\/plugins\/page.php?href=https%3A%2F%2Fwww.facebook.com%2FBadmintonCastelnaudary&amp;tabs=timeline&amp;width=500&amp;height=500&amp;small_header=true&amp;adapt_container_width=true&amp;hide_cover=false&amp;show_facepile=false\" width=\"100%\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"><\/iframe>\n                    <\/div>\n\n                    <!-- L\u00e9zignan-Corbi\u00e8res -->\n                    <div id=\"feed-lzv\" class=\"club-feed-panel\" data-title=\"L\u00e9zignan-Corbi\u00e8res (LZV)\">\n                        <iframe loading=\"lazy\" src=\"https:\/\/www.facebook.com\/plugins\/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fprofile.php%3Fid%3D61552925956645&amp;tabs=timeline&amp;width=500&amp;height=500&amp;small_header=true&amp;adapt_container_width=true&amp;hide_cover=false&amp;show_facepile=false\" width=\"100%\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"><\/iframe>\n                    <\/div>\n\n                    <!-- Limoux -->\n                    <div id=\"feed-lbhv\" class=\"club-feed-panel\" data-title=\"Limoux (LBHV)\">\n                        <iframe loading=\"lazy\" src=\"https:\/\/www.facebook.com\/plugins\/page.php?href=https%3A%2F%2Fwww.facebook.com%2Flimouxbadminton&amp;tabs=timeline&amp;width=500&amp;height=500&amp;small_header=true&amp;adapt_container_width=true&amp;hide_cover=false&amp;show_facepile=false\" width=\"100%\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"><\/iframe>\n                    <\/div>\n\n                    <!-- Narbonne -->\n                    <div id=\"feed-bcn\" class=\"club-feed-panel\" data-title=\"Narbonne (BCN)\">\n                        <iframe loading=\"lazy\" src=\"https:\/\/www.facebook.com\/plugins\/page.php?href=https%3A%2F%2Fwww.facebook.com%2Fbadminton.narbonne&amp;tabs=timeline&amp;width=500&amp;height=500&amp;small_header=true&amp;adapt_container_width=true&amp;hide_cover=false&amp;show_facepile=false\" width=\"100%\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"><\/iframe>\n                    <\/div>\n\n                    <!-- Tr\u00e8bes Carcassonne -->\n                    <div id=\"feed-btc\" class=\"club-feed-panel\" data-title=\"Tr\u00e8bes Carcassonne (BTC)\">\n                        <iframe loading=\"lazy\" src=\"https:\/\/www.facebook.com\/plugins\/page.php?href=https%3A%2F%2Fwww.facebook.com%2FBadmintonClubTrebes&amp;tabs=timeline&amp;width=500&amp;height=500&amp;small_header=true&amp;adapt_container_width=true&amp;hide_cover=false&amp;show_facepile=false\" width=\"100%\" height=\"500\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\"><\/iframe>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n    <\/div>\n<\/div>\n\n<style>\n\/* Conteneur principal *\/\n.fb-mix-container {\n    max-width: 1000px;\n    margin: 30px auto;\n    padding: 0 10px;\n    font-family: 'Montserrat', system-ui, -apple-system, sans-serif;\n    box-sizing: border-box;\n}\n\n.fb-mix-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 24px;\n    align-items: start;\n}\n\n\/* Alignement parfait de la hauteur sur Desktop *\/\n.fb-mix-column {\n    display: flex;\n    flex-direction: column;\n}\n\n\/* Styles Bouton Principal *\/\n.fb-button-wrapper {\n    text-align: center;\n    margin-bottom: 12px;\n}\n\n.btn-facebook-bad11 {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    gap: 8px;\n    width: 100%;\n    box-sizing: border-box;\n    background: #008CE3;\n    color: #FFFFFF !important;\n    text-decoration: none !important;\n    font-weight: 700;\n    font-size: 0.82rem;\n    padding: 9px 16px;\n    border-radius: 50px;\n    box-shadow: 0 4px 12px rgba(0, 140, 227, 0.2);\n    transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;\n}\n\n.btn-facebook-bad11:hover {\n    background: #0070B8;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 16px rgba(0, 140, 227, 0.3);\n}\n\n.icon-fb {\n    width: 16px;\n    height: 16px;\n    fill: #FFFFFF;\n}\n\n\/* Styles Onglets Clubs *\/\n.clubs-tabs-desktop {\n    display: flex;\n    gap: 4px;\n    justify-content: space-between;\n    margin-bottom: 12px;\n}\n\n.club-tab {\n    flex: 1;\n    background: #F8FAFC;\n    border: 1px solid #E2E8F0;\n    color: #4A5568;\n    padding: 8px 4px;\n    border-radius: 50px;\n    font-size: 0.72rem;\n    font-weight: 700;\n    cursor: pointer;\n    text-align: center;\n    transition: all 0.2s ease;\n}\n\n.club-tab:hover {\n    background: #EDF2F7;\n    color: #1A202C;\n}\n\n.club-tab.active {\n    background: #008CE3;\n    color: #FFFFFF;\n    border-color: #008CE3;\n    box-shadow: 0 4px 10px rgba(0, 140, 227, 0.2);\n}\n\n\/* S\u00e9lecteur Mobile *\/\n.clubs-select-mobile {\n    display: none;\n    margin-bottom: 12px;\n}\n\n.clubs-select-mobile select {\n    width: 100%;\n    padding: 8px 12px;\n    border-radius: 50px;\n    border: 1px solid #CBD5E0;\n    font-family: inherit;\n    font-weight: 700;\n    font-size: 0.8rem;\n    background: #FFFFFF;\n    color: #1A202C;\n}\n\n\/* Encadr\u00e9s des Cartes *\/\n.fb-card-box {\n    width: 100%;\n    background: #FFFFFF;\n    border-radius: 16px;\n    border: 1px solid #E2E8F0;\n    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);\n    overflow: hidden;\n}\n\n.fb-card-header {\n    background-color: #F8FAFC;\n    padding: 12px 16px;\n    border-bottom: 1px solid #E2E8F0;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    height: 45px;\n    box-sizing: border-box;\n}\n\n.fb-card-header h3 {\n    margin: 0 !important;\n    font-size: 0.88rem !important;\n    font-weight: 800 !important;\n    color: #1A202C !important;\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n\n.badge-live {\n    background-color: #E86D00;\n    color: #FFFFFF;\n    font-size: 0.62rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    padding: 3px 8px;\n    border-radius: 50px;\n    letter-spacing: 0.8px;\n    animation: blinker 2s linear infinite;\n}\n\n.badge-club {\n    background-color: #008CE3;\n    color: #FFFFFF;\n    font-size: 0.62rem;\n    font-weight: 800;\n    text-transform: uppercase;\n    padding: 3px 8px;\n    border-radius: 50px;\n    letter-spacing: 0.8px;\n}\n\n.fb-widget-wrapper {\n    background: #FFFFFF url('data:image\/svg+xml;utf8,<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"40\" height=\"40\" viewBox=\"0 0 50 50\"><path fill=\"%23008CE3\" d=\"M25 1C11.75 1 1 11.75 1 25c0 11.98 8.78 21.91 20.25 23.7V31.88h-5.94V25h5.94v-5.24c0-5.87 3.49-9.11 8.84-9.11 2.56 0 5.25.46 5.25.46v5.77h-2.96c-2.91 0-3.81 1.81-3.81 3.66V25h6.5l-1.04 6.88h-5.46v16.82C40.22 46.91 49 36.98 49 25 49 11.75 38.25 1 25 1z\"\/><\/svg>') no-repeat center 40%;\n    background-size: 45px;\n    min-height: 500px;\n}\n\n.club-feed-panel {\n    display: none;\n}\n\n.club-feed-panel.active {\n    display: block;\n}\n\n@keyframes blinker {\n    50% { opacity: 0.4; }\n}\n\n\/* RESPONSIVE (Passage sur 1 colonne) *\/\n@media (max-width: 768px) {\n    .fb-mix-grid {\n        grid-template-columns: 1fr;\n        gap: 30px;\n    }\n    \n    .clubs-tabs-desktop { display: none; }\n    .clubs-select-mobile { display: block; }\n}\n<\/style>\n\n<script>\nfunction switchClubTab(event, panelId) {\n    var panels = document.querySelectorAll('.club-feed-panel');\n    var tabs = document.querySelectorAll('.club-tab');\n    \n    panels.forEach(function(panel) { panel.classList.remove('active'); });\n    tabs.forEach(function(tab) { tab.classList.remove('active'); });\n    \n    var activePanel = document.getElementById(panelId);\n    activePanel.classList.add('active');\n    event.currentTarget.classList.add('active');\n    \n    \/\/ Mettre \u00e0 jour le titre du header\n    document.getElementById('current-club-title').innerText = activePanel.getAttribute('data-title');\n    \n    var select = document.getElementById('club-feed-select');\n    if(select) select.value = panelId;\n}\n\nfunction switchClubSelect(panelId) {\n    var panels = document.querySelectorAll('.club-feed-panel');\n    panels.forEach(function(panel) { panel.classList.remove('active'); });\n    \n    var activePanel = document.getElementById(panelId);\n    activePanel.classList.add('active');\n    \n    \/\/ Mettre \u00e0 jour le titre du header\n    document.getElementById('current-club-title').innerText = activePanel.getAttribute('data-title');\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>CODEP 11 Badminton Aude \ud83c\udfdb\ufe0f Le Comit\u00e9 \ud83d\udcc5 Agenda \ud83c\udfbe Projet Jeunes \ud83e\udd1d Les Clubs \ud83d\udcf1 Sur les r\u00e9seaux \ud83c\udfc6 Les Interclubs \ud83d\udcc5 SYNCHRONISATION EN DIRECT L&rsquo;Agenda Officiel du Badminton Audois Ne manquez aucun tournoi, rassemblement jeunes, plateau ou r\u00e9union des clubs de l&rsquo;Aude. \ud83d\udca1 Mode Planning : L&rsquo;agenda ci-dessous s&rsquo;affiche automatiquement en mode liste <a href=\"https:\/\/codep11-badminton.fr\/index.php\/114-2\/\" class=\"more-link\">&#8230;<span class=\"screen-reader-text\">  Agenda<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-114","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/codep11-badminton.fr\/index.php\/wp-json\/wp\/v2\/pages\/114","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codep11-badminton.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/codep11-badminton.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/codep11-badminton.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codep11-badminton.fr\/index.php\/wp-json\/wp\/v2\/comments?post=114"}],"version-history":[{"count":8,"href":"https:\/\/codep11-badminton.fr\/index.php\/wp-json\/wp\/v2\/pages\/114\/revisions"}],"predecessor-version":[{"id":196,"href":"https:\/\/codep11-badminton.fr\/index.php\/wp-json\/wp\/v2\/pages\/114\/revisions\/196"}],"wp:attachment":[{"href":"https:\/\/codep11-badminton.fr\/index.php\/wp-json\/wp\/v2\/media?parent=114"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}