{"id":4995,"date":"2026-09-25T17:10:11","date_gmt":"2026-09-25T15:10:11","guid":{"rendered":"https:\/\/www.csdmaritain.it\/?page_id=4995"},"modified":"2026-09-26T16:34:48","modified_gmt":"2026-09-26T14:34:48","slug":"eventi","status":"publish","type":"page","link":"https:\/\/www.csdmaritain.it\/?page_id=4995","title":{"rendered":"Eventi"},"content":{"rendered":"\n<section class=\"maritain-eventi-page\">\n\n<style>\n\/* =========================================================\n   CSD J. MARITAIN \u2014 EVENTI & MOMENTI\n   ========================================================= *\/\n\n.maritain-eventi-page {\n    --m-blue: #1537b8;\n    --m-blue-dark: #0c1d69;\n    --m-cyan: #11b9d2;\n    --m-red: #d52b32;\n    --m-gold: #e7ad19;\n    --m-text: #172033;\n    --m-muted: #697386;\n    --m-light: #f5f8fc;\n    --m-border: #e5eaf2;\n    --m-white: #ffffff;\n\n    font-family: Arial, Helvetica, sans-serif;\n    color: var(--m-text);\n    background:\n        radial-gradient(circle at 8% 8%, rgba(17,185,210,.12), transparent 25%),\n        radial-gradient(circle at 92% 25%, rgba(21,55,184,.10), transparent 28%),\n        linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);\n    margin: 0;\n    padding: 0;\n    overflow: hidden;\n}\n\n\/* =========================================================\n   CONTENITORE\n   ========================================================= *\/\n\n.maritain-events-container {\n    width: min(1180px, calc(100% - 40px));\n    margin: 0 auto;\n}\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.maritain-events-hero {\n    position: relative;\n    padding: 90px 0 70px;\n    text-align: center;\n}\n\n.maritain-events-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(21,55,184,.08);\n    color: var(--m-blue);\n    border: 1px solid rgba(21,55,184,.12);\n    border-radius: 999px;\n    padding: 9px 17px;\n    font-size: 13px;\n    font-weight: 800;\n    letter-spacing: 1.1px;\n    text-transform: uppercase;\n    margin-bottom: 22px;\n}\n\n.maritain-events-hero h1 {\n    margin: 0;\n    font-size: clamp(42px, 7vw, 82px);\n    line-height: .95;\n    font-weight: 900;\n    letter-spacing: -3px;\n    color: var(--m-blue-dark);\n}\n\n.maritain-events-hero h1 span {\n    color: var(--m-cyan);\n}\n\n.maritain-events-hero p {\n    max-width: 760px;\n    margin: 25px auto 0;\n    color: var(--m-muted);\n    font-size: 18px;\n    line-height: 1.75;\n}\n\n\/* =========================================================\n   NUMERI\n   ========================================================= *\/\n\n.maritain-event-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 18px;\n    margin: 10px auto 55px;\n}\n\n.maritain-event-stat {\n    background: rgba(255,255,255,.82);\n    border: 1px solid var(--m-border);\n    border-radius: 22px;\n    padding: 24px 20px;\n    text-align: center;\n    box-shadow: 0 12px 35px rgba(15,31,75,.05);\n}\n\n.maritain-event-stat strong {\n    display: block;\n    font-size: 32px;\n    color: var(--m-blue);\n    font-weight: 900;\n    line-height: 1;\n    margin-bottom: 7px;\n}\n\n.maritain-event-stat span {\n    color: var(--m-muted);\n    font-size: 14px;\n    font-weight: 700;\n}\n\n\/* =========================================================\n   FILTRI\n   ========================================================= *\/\n\n.maritain-event-filters-wrap {\n    position: sticky;\n    top: 80px;\n    z-index: 20;\n    margin-bottom: 55px;\n}\n\n.maritain-event-filters {\n    display: flex;\n    justify-content: center;\n    flex-wrap: wrap;\n    gap: 10px;\n    padding: 10px;\n    background: rgba(255,255,255,.88);\n    backdrop-filter: blur(12px);\n    -webkit-backdrop-filter: blur(12px);\n    border: 1px solid rgba(220,227,239,.9);\n    border-radius: 22px;\n    box-shadow: 0 12px 35px rgba(15,31,75,.07);\n}\n\n.maritain-event-filter {\n    appearance: none;\n    border: 0;\n    border-radius: 999px;\n    padding: 11px 19px;\n    background: transparent;\n    color: #475467;\n    font-family: inherit;\n    font-size: 14px;\n    font-weight: 800;\n    cursor: pointer;\n    transition: all .25s ease;\n}\n\n.maritain-event-filter:hover {\n    background: #eef3ff;\n    color: var(--m-blue);\n}\n\n.maritain-event-filter.active {\n    background: var(--m-blue);\n    color: #fff;\n    box-shadow: 0 7px 18px rgba(21,55,184,.22);\n}\n\n\/* =========================================================\n   TIMELINE\n   ========================================================= *\/\n\n.maritain-event-timeline {\n    position: relative;\n    padding-bottom: 40px;\n}\n\n.maritain-event-timeline::before {\n    content: \"\";\n    position: absolute;\n    left: 50%;\n    top: 0;\n    bottom: 0;\n    width: 3px;\n    transform: translateX(-50%);\n    border-radius: 10px;\n    background: linear-gradient(\n        180deg,\n        var(--m-cyan) 0%,\n        var(--m-blue) 42%,\n        var(--m-red) 100%\n    );\n}\n\n\/* =========================================================\n   ITEM TIMELINE\n   ========================================================= *\/\n\n.maritain-event-item {\n    position: relative;\n    width: 50%;\n    box-sizing: border-box;\n    padding: 20px 46px 35px 0;\n}\n\n.maritain-event-item:nth-child(even) {\n    margin-left: 50%;\n    padding: 20px 0 35px 46px;\n}\n\n.maritain-event-dot {\n    position: absolute;\n    top: 47px;\n    width: 18px;\n    height: 18px;\n    background: #fff;\n    border-radius: 50%;\n    border: 5px solid var(--m-blue);\n    box-sizing: border-box;\n    z-index: 3;\n}\n\n.maritain-event-item:nth-child(odd) .maritain-event-dot {\n    right: -9px;\n}\n\n.maritain-event-item:nth-child(even) .maritain-event-dot {\n    left: -9px;\n}\n\n\/* =========================================================\n   CARD\n   ========================================================= *\/\n\n.maritain-event-card {\n    background: rgba(255,255,255,.96);\n    border: 1px solid var(--m-border);\n    border-radius: 26px;\n    overflow: hidden;\n    box-shadow: 0 15px 42px rgba(18,39,89,.07);\n    transition: transform .3s ease, box-shadow .3s ease;\n}\n\n.maritain-event-card:hover {\n    transform: translateY(-7px);\n    box-shadow: 0 24px 55px rgba(18,39,89,.12);\n}\n\n.maritain-event-image-wrap {\n    position: relative;\n    background: #edf2f7;\n    overflow: hidden;\n}\n\n.maritain-event-image {\n    display: block;\n    width: 100%;\n    height: 270px;\n    object-fit: cover;\n    transition: transform .45s ease;\n}\n\n.maritain-event-card:hover .maritain-event-image {\n    transform: scale(1.035);\n}\n\n\/* Poster verticali *\/\n.maritain-event-card.poster .maritain-event-image {\n    object-fit: contain;\n    background: #eef2f5;\n}\n\n\/* Badge *\/\n.maritain-event-badge {\n    position: absolute;\n    left: 18px;\n    top: 18px;\n    display: inline-flex;\n    align-items: center;\n    padding: 7px 11px;\n    border-radius: 999px;\n    background: rgba(12,29,105,.88);\n    color: white;\n    font-size: 11px;\n    font-weight: 900;\n    letter-spacing: .6px;\n    text-transform: uppercase;\n    backdrop-filter: blur(8px);\n}\n\n.maritain-event-body {\n    padding: 25px;\n}\n\n.maritain-event-year {\n    display: inline-block;\n    margin-bottom: 11px;\n    color: var(--m-blue);\n    background: #edf2ff;\n    border-radius: 999px;\n    padding: 6px 11px;\n    font-size: 12px;\n    line-height: 1;\n    font-weight: 900;\n}\n\n.maritain-event-body h2 {\n    margin: 0 0 10px;\n    color: var(--m-blue-dark);\n    font-size: 25px;\n    line-height: 1.18;\n    font-weight: 900;\n}\n\n.maritain-event-body p {\n    margin: 0 0 18px;\n    color: var(--m-muted);\n    font-size: 15px;\n    line-height: 1.7;\n}\n\n.maritain-event-meta {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 7px;\n}\n\n.maritain-event-meta span {\n    background: var(--m-light);\n    border: 1px solid #e7edf5;\n    color: #475467;\n    border-radius: 9px;\n    padding: 7px 10px;\n    font-size: 12px;\n    font-weight: 700;\n}\n\n\/* =========================================================\n   EVENTO IN EVIDENZA\n   ========================================================= *\/\n\n.maritain-event-item.featured {\n    width: 100%;\n    padding: 10px 0 65px;\n}\n\n.maritain-event-item.featured .maritain-event-dot {\n    display: none;\n}\n\n.maritain-event-item.featured .maritain-event-card {\n    position: relative;\n    min-height: 430px;\n    display: flex;\n    align-items: flex-end;\n    overflow: hidden;\n    border: 0;\n    background:\n        linear-gradient(\n            120deg,\n            rgba(7,23,90,.97) 0%,\n            rgba(21,55,184,.91) 54%,\n            rgba(17,185,210,.76) 100%\n        );\n}\n\n.maritain-featured-bg {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    opacity: .27;\n    mix-blend-mode: screen;\n}\n\n.maritain-event-item.featured .maritain-event-body {\n    position: relative;\n    z-index: 2;\n    max-width: 760px;\n    padding: 48px;\n}\n\n.maritain-event-item.featured .maritain-event-year {\n    background: rgba(255,255,255,.14);\n    color: #fff;\n    border: 1px solid rgba(255,255,255,.15);\n}\n\n.maritain-event-item.featured .maritain-event-body h2 {\n    color: #fff;\n    font-size: clamp(36px, 5vw, 58px);\n    letter-spacing: -1.5px;\n}\n\n.maritain-event-item.featured .maritain-event-body p {\n    color: rgba(255,255,255,.88);\n    max-width: 680px;\n    font-size: 17px;\n}\n\n.maritain-event-item.featured .maritain-event-meta span {\n    background: rgba(255,255,255,.12);\n    border-color: rgba(255,255,255,.14);\n    color: #fff;\n}\n\n.maritain-featured-title {\n    display: inline-block;\n    margin-bottom: 12px;\n    color: #fff;\n    font-size: 13px;\n    letter-spacing: 1px;\n    font-weight: 900;\n    text-transform: uppercase;\n}\n\n\/* =========================================================\n   PROGETTO \/ GRUPPO EVENTI\n   ========================================================= *\/\n\n.maritain-event-item.full {\n    width: 100%;\n    padding: 20px 0 55px;\n}\n\n.maritain-event-item.full .maritain-event-dot {\n    display: none;\n}\n\n.maritain-project-card {\n    display: grid;\n    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);\n    gap: 0;\n    background: #fff;\n    border: 1px solid var(--m-border);\n    border-radius: 28px;\n    overflow: hidden;\n    box-shadow: 0 15px 42px rgba(18,39,89,.07);\n}\n\n.maritain-project-image {\n    min-height: 430px;\n    background: #eef3f7;\n}\n\n.maritain-project-image img {\n    width: 100%;\n    height: 100%;\n    min-height: 430px;\n    object-fit: cover;\n    display: block;\n}\n\n.maritain-project-content {\n    padding: 38px;\n}\n\n.maritain-project-content .maritain-event-body {\n    padding: 0;\n}\n\n.maritain-project-list {\n    margin: 22px 0 0;\n    padding: 0;\n    list-style: none;\n}\n\n.maritain-project-list li {\n    position: relative;\n    padding: 11px 0 11px 30px;\n    border-bottom: 1px solid #edf0f4;\n    color: #4b5565;\n    line-height: 1.5;\n    font-size: 14px;\n}\n\n.maritain-project-list li:last-child {\n    border-bottom: 0;\n}\n\n.maritain-project-list li::before {\n    content: \"\u2713\";\n    position: absolute;\n    left: 0;\n    top: 10px;\n    display: grid;\n    place-items: center;\n    width: 20px;\n    height: 20px;\n    border-radius: 50%;\n    background: #eaf7fb;\n    color: var(--m-cyan);\n    font-size: 12px;\n    font-weight: 900;\n}\n\n\/* =========================================================\n   LINK ARTICOLO\n   ========================================================= *\/\n\n.maritain-event-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    margin-top: 18px;\n    padding: 11px 15px;\n    border-radius: 11px;\n    background: var(--m-blue);\n    color: #fff !important;\n    text-decoration: none !important;\n    font-size: 13px;\n    font-weight: 800;\n    transition: all .25s ease;\n}\n\n.maritain-event-link:hover {\n    transform: translateX(3px);\n    background: var(--m-blue-dark);\n}\n\n\/* =========================================================\n   FOOTER PAGINA\n   ========================================================= *\/\n\n.maritain-events-bottom {\n    margin: 40px 0 80px;\n    padding: 48px 30px;\n    border-radius: 30px;\n    background:\n        linear-gradient(\n            135deg,\n            #ecfaff,\n            #eef2ff\n        );\n    text-align: center;\n    border: 1px solid #e1e8f5;\n}\n\n.maritain-events-bottom h2 {\n    margin: 0 0 12px;\n    color: var(--m-blue-dark);\n    font-size: clamp(27px, 4vw, 38px);\n    line-height: 1.15;\n}\n\n.maritain-events-bottom p {\n    margin: 0 auto;\n    max-width: 700px;\n    color: var(--m-muted);\n    line-height: 1.7;\n}\n\n\/* =========================================================\n   NASCONDI ELEMENTI FILTRO\n   ========================================================= *\/\n\n.maritain-event-item.hidden {\n    display: none !important;\n}\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media (max-width: 800px) {\n\n    .maritain-events-container {\n        width: min(100% - 24px, 680px);\n    }\n\n    .maritain-events-hero {\n        padding: 65px 0 45px;\n    }\n\n    .maritain-events-hero h1 {\n        letter-spacing: -1.7px;\n    }\n\n    .maritain-events-hero p {\n        font-size: 16px;\n        line-height: 1.65;\n    }\n\n    .maritain-event-stats {\n        grid-template-columns: 1fr;\n        gap: 12px;\n        margin-bottom: 35px;\n    }\n\n    .maritain-event-filters-wrap {\n        top: 65px;\n        margin-bottom: 35px;\n    }\n\n    .maritain-event-filters {\n        justify-content: flex-start;\n        overflow-x: auto;\n        flex-wrap: nowrap;\n        scrollbar-width: none;\n    }\n\n    .maritain-event-filters::-webkit-scrollbar {\n        display: none;\n    }\n\n    .maritain-event-filter {\n        flex: 0 0 auto;\n    }\n\n    .maritain-event-timeline::before {\n        left: 11px;\n        transform: none;\n    }\n\n    .maritain-event-item,\n    .maritain-event-item:nth-child(even) {\n        width: 100%;\n        margin-left: 0;\n        padding: 15px 0 24px 34px;\n    }\n\n    .maritain-event-item:nth-child(odd) .maritain-event-dot,\n    .maritain-event-item:nth-child(even) .maritain-event-dot {\n        left: 2px;\n        right: auto;\n        top: 42px;\n    }\n\n    .maritain-event-item.featured,\n    .maritain-event-item.full {\n        width: 100%;\n        padding-left: 0;\n    }\n\n    .maritain-event-item.featured .maritain-event-card {\n        min-height: 400px;\n    }\n\n    .maritain-event-item.featured .maritain-event-body {\n        padding: 30px 25px;\n    }\n\n    .maritain-event-item.featured .maritain-event-body h2 {\n        font-size: 36px;\n    }\n\n    .maritain-event-image {\n        height: 240px;\n    }\n\n    .maritain-project-card {\n        grid-template-columns: 1fr;\n    }\n\n    .maritain-project-image,\n    .maritain-project-image img {\n        min-height: 0;\n        height: 370px;\n    }\n\n    .maritain-project-content {\n        padding: 25px;\n    }\n\n    .maritain-event-body {\n        padding: 22px;\n    }\n\n    .maritain-event-body h2 {\n        font-size: 22px;\n    }\n}\n\n\/* =========================================================\n   MOBILE STRETTO\n   ========================================================= *\/\n\n@media (max-width: 480px) {\n\n    .maritain-events-container {\n        width: min(100% - 16px, 680px);\n    }\n\n    .maritain-events-hero {\n        padding-top: 50px;\n    }\n\n    .maritain-events-hero h1 {\n        font-size: 40px;\n    }\n\n    .maritain-event-item.featured .maritain-event-card {\n        min-height: 360px;\n    }\n\n    .maritain-event-item.featured .maritain-event-body h2 {\n        font-size: 32px;\n    }\n\n    .maritain-event-image {\n        height: 210px;\n    }\n\n    .maritain-project-image,\n    .maritain-project-image img {\n        height: 300px;\n    }\n}\n<\/style>\n\n\n<div class=\"maritain-events-container\">\n\n    <!-- =====================================================\n         HERO\n         ===================================================== -->\n\n    <header class=\"maritain-events-hero\">\n\n        <div class=\"maritain-events-eyebrow\">\n            &#x1f42f; La storia del Maritain\n        <\/div>\n\n        <h1>\n            Eventi <span>&amp;<\/span><br>\n            Momenti\n        <\/h1>\n\n        <p>\n            Tornei, feste, camminate, ritiri, giornate insieme\n            e iniziative per il quartiere.\n            Una raccolta dei momenti che raccontano\n            la vita del C.S.D. J. Maritain fuori e dentro il campo.\n        <\/p>\n\n    <\/header>\n\n\n    <!-- =====================================================\n         STATISTICHE\n         ===================================================== -->\n\n    <div class=\"maritain-event-stats\">\n\n        <div class=\"maritain-event-stat\">\n            <strong>2024<\/strong>\n            <span>Dagli eventi pi\u00f9 recenti indietro nel tempo<\/span>\n        <\/div>\n\n        <div class=\"maritain-event-stat\">\n            <strong>&#x1f3d0;<\/strong>\n            <span>Sport, comunit\u00e0 e territorio<\/span>\n        <\/div>\n\n        <div class=\"maritain-event-stat\">\n            <strong>&#x1f42f;<\/strong>\n            <span>Once a Tiger, Forever a Tiger<\/span>\n        <\/div>\n\n    <\/div>\n\n\n    <!-- =====================================================\n         FILTRI\n         ===================================================== -->\n\n    <div class=\"maritain-event-filters-wrap\">\n\n        <nav class=\"maritain-event-filters\" aria-label=\"Filtra eventi\">\n\n            <button class=\"maritain-event-filter active\" data-year=\"all\">\n                Tutti\n            <\/button>\n\n            <button class=\"maritain-event-filter\" data-year=\"2026\">\n                2026\n            <\/button>\n\n            <button class=\"maritain-event-filter\" data-year=\"2025\">\n                2025\n            <\/button>\n\n            <button class=\"maritain-event-filter\" data-year=\"2024\">\n                2024\n            <\/button>\n\n        <\/nav>\n\n    <\/div>\n\n\n    <!-- =====================================================\n         TIMELINE\n         ===================================================== -->\n\n    <div class=\"maritain-event-timeline\">\n\n\n        <!-- =================================================\n             24 ORE 2026 \u2014 EVENTO PRINCIPALE\n             ================================================= -->\n\n        <article class=\"maritain-event-item featured\" data-year=\"2026\">\n\n            <div class=\"maritain-event-card\">\n\n                <img decoding=\"async\"\n                    class=\"maritain-featured-bg\"\n                    src=\"https:\/\/www.csdmaritain.it\/wp-content\/uploads\/2026\/09\/WhatsApp-Image-2026-09-17-at-07.31.25.jpeg\"\n                    alt=\"24h di Maritain - La palla non cade mai\"\n                >\n\n                <div class=\"maritain-event-body\">\n\n                    <div class=\"maritain-featured-title\">\n                        &#x2b50; Evento speciale\n                    <\/div>\n\n                    <div class=\"maritain-event-year\">\n                        19\u201320 SETTEMBRE 2026\n                    <\/div>\n\n                    <h2>\n                        24h di Maritain\n                    <\/h2>\n\n                    <p>\n                        \u201cLa palla non cade mai!!!\u201d\n                        Una giornata e una notte intera di pallavolo,\n                        sport, squadra e comunit\u00e0 alla Palestra Cavour.\n                        Dalle 12:00 di sabato 19 alle 12:00 di domenica 20.\n                    <\/p>\n\n                    <div class=\"maritain-event-meta\">\n\n                        <span>&#x1f3d0; 24 ore di pallavolo<\/span>\n                        <span>&#x1f4cd; Palestra Cavour<\/span>\n                        <span>&#x1f467; Dai 5 ai 70 anni<\/span>\n                        <span>&#x2764;&#xfe0f; ASEOP<\/span>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/article>\n\n\n        <!-- =================================================\n             OPEN DAY 2026\n             ================================================= -->\n\n        <article class=\"maritain-event-item\" data-year=\"2026\">\n\n            <div class=\"maritain-event-dot\"><\/div>\n\n            <div class=\"maritain-event-card poster\">\n\n                <div class=\"maritain-event-image-wrap\">\n\n                    <img decoding=\"async\"\n                        class=\"maritain-event-image\"\n                        src=\"https:\/\/www.csdmaritain.it\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-12-at-15.23.47.jpeg\"\n                        alt=\"Open Day Maritain Volley 2026\"\n                    >\n\n                    <div class=\"maritain-event-badge\">\n                        Volley\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"maritain-event-body\">\n\n                    <div class=\"maritain-event-year\">\n                        2026\n                    <\/div>\n\n                    <h2>\n                        Open Day Volley\n                    <\/h2>\n\n                    <p>\n                        Giornate di prova e avvicinamento alla pallavolo\n                        dedicate alle ragazze delle annate indicate\n                        nella locandina, presso le palestre Cavour\n                        e Giovanni XXIII.\n                    <\/p>\n\n                    <div class=\"maritain-event-meta\">\n                        <span>&#x1f3d0; Pallavolo<\/span>\n                        <span>&#x1f4cd; Modena<\/span>\n                        <span>&#x1f4c5; Maggio\u2013Giugno<\/span>\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/article>\n\n\n        <!-- =================================================\n             FESTA DI PRIMAVERA 2026\n             ================================================= -->\n\n        <article class=\"maritain-event-item\" data-year=\"2026\">\n\n            <div class=\"maritain-event-dot\"><\/div>\n\n            <div class=\"maritain-event-card poster\">\n\n                <div class=\"maritain-event-image-wrap\">\n\n                    <img decoding=\"async\"\n                        class=\"maritain-event-image\"\n                        src=\"https:\/\/www.csdmaritain.it\/wp-content\/uploads\/2026\/03\/WhatsApp-Image-2026-03-10-at-17.42.50.jpeg\"\n                        alt=\"Festa di Primavera - Quartiere 4 in Movimento Insieme\"\n                    >\n\n                    <div class=\"maritain-event-badge\">\n                        Quartiere 4\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"maritain-event-body\">\n\n                    <div class=\"maritain-event-year\">\n                        21 MARZO 2026\n                    <\/div>\n\n                    <h2>\n                        Festa di Primavera\n                    <\/h2>\n\n                    <p>\n                        Una mattinata al Parco 1\u00b0 Maggio di Lesignana\n                        dedicata al movimento, alla salute e alla\n                        condivisione, con dimostrazioni di primo soccorso\n                        e merenda offerta ai bambini.\n                    <\/p>\n\n                    <div class=\"maritain-event-meta\">\n                        <span>&#x1f331; Primavera<\/span>\n                        <span>&#x1f4cd; Lesignana<\/span>\n                        <span>&#x2764;&#xfe0f; Salute<\/span>\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/article>\n\n\n        <!-- =================================================\n             PROGETTO QUARTIERE 4\n             ================================================= -->\n\n        <article class=\"maritain-event-item full\" data-year=\"2025\">\n\n            <div class=\"maritain-project-card\">\n\n                <div class=\"maritain-project-image\">\n\n                    <img decoding=\"async\"\n                        src=\"https:\/\/www.csdmaritain.it\/wp-content\/uploads\/2025\/11\/WhatsApp-Image-2025-11-16-at-08.08.50.jpeg\"\n                        alt=\"Sport Sociale Salute - Quartiere 4 in Movimento Insieme\"\n                    >\n\n                <\/div>\n\n                <div class=\"maritain-project-content\">\n\n                    <div class=\"maritain-event-body\">\n\n                        <div class=\"maritain-event-year\">\n                            2025\u20132026\n                        <\/div>\n\n                        <h2>\n                            Sport \u2013 Sociale \u2013 Salute:\n                            Quartiere 4 in Movimento Insieme!\n                        <\/h2>\n\n                        <p>\n                            Un intero calendario di iniziative gratuite\n                            aperte alla cittadinanza, pensate per unire\n                            movimento, benessere, famiglie e comunit\u00e0.\n                        <\/p>\n\n                        <ul class=\"maritain-project-list\">\n\n                            <li>\n                                <strong>22 novembre 2025<\/strong> \u2014\n                                Camminata della Salute\n                            <\/li>\n\n                            <li>\n                                <strong>20 dicembre 2025<\/strong> \u2014\n                                Camminata con Babbo Natale,\n                                caccia al tesoro e festa finale\n                            <\/li>\n\n                            <li>\n                                <strong>17 gennaio 2026<\/strong> \u2014\n                                Tre Olmi: Ginnastica + Loto\n                            <\/li>\n\n                            <li>\n                                <strong>14 febbraio 2026<\/strong> \u2014\n                                Parata di Carnevale e festa finale\n                            <\/li>\n\n                            <li>\n                                <strong>21 marzo 2026<\/strong> \u2014\n                                Festa di Primavera\n                            <\/li>\n\n                            <li>\n                                <strong>18 aprile 2026<\/strong> \u2014\n                                Festa al Parco di Via d&#8217;Avia\n                                + lettura animata\n                            <\/li>\n\n                            <li>\n                                <strong>23 maggio 2026<\/strong> \u2014\n                                Festa di chiusura MiniVolley S3\n                            <\/li>\n\n                        <\/ul>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/article>\n\n\n        <!-- =================================================\n             RITIRO CESENATICO \/ MISANO 2025\n             ================================================= -->\n\n        <article class=\"maritain-event-item\" data-year=\"2025\">\n\n            <div class=\"maritain-event-dot\"><\/div>\n\n            <div class=\"maritain-event-card\">\n\n                <div class=\"maritain-event-image-wrap\">\n\n                    <img decoding=\"async\"\n                        class=\"maritain-event-image\"\n                        src=\"https:\/\/www.csdmaritain.it\/wp-content\/uploads\/2025\/09\/Immagine-WhatsApp-2025-09-03-ore-17.18.05_8654b1e5.jpg\"\n                        alt=\"Ritiro estivo Maritain Volley 2025\"\n                    >\n\n                    <div class=\"maritain-event-badge\">\n                        Volley\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"maritain-event-body\">\n\n                    <div class=\"maritain-event-year\">\n                        SETTEMBRE 2025\n                    <\/div>\n\n                    <h2>\n                        Ritiro estivo Maritain Volley\n                    <\/h2>\n\n                    <p>\n                        Giorni di sport, allenamento e vita di gruppo\n                        vissuti insieme durante il ritiro estivo.\n                        Un momento per preparare la stagione e rafforzare\n                        il gruppo anche fuori dal campo.\n                    <\/p>\n\n                    <div class=\"maritain-event-meta\">\n                        <span>&#x1f3d0; Volley<\/span>\n                        <span>&#x2600;&#xfe0f; Ritiro estivo<\/span>\n                        <span>&#x1f465; Squadra<\/span>\n                    <\/div>\n\n                    <a\n                        class=\"maritain-event-link\"\n                        href=\"https:\/\/www.csdmaritain.it\/?author=3\"\n                        target=\"_blank\"\n                        rel=\"noopener\"\n                    >\n                        Leggi gli articoli \u2192\n                    <\/a>\n\n                <\/div>\n\n            <\/div>\n\n        <\/article>\n\n\n        <!-- =================================================\n             SERATA DA CAMPIONI\n             ================================================= -->\n\n        <article class=\"maritain-event-item\" data-year=\"2025\">\n\n            <div class=\"maritain-event-dot\"><\/div>\n\n            <div class=\"maritain-event-card\">\n\n                <div class=\"maritain-event-body\">\n\n                    <div class=\"maritain-event-year\">\n                        SETTEMBRE 2025\n                    <\/div>\n\n                    <h2>\n                        Una Serata da Campioni\n                    <\/h2>\n\n                    <p>\n                        Una serata a Formigine dedicata alle squadre,\n                        agli atleti, agli allenatori e alla stagione\n                        sportiva appena conclusa.\n                        Un momento di festa e di riconoscimento\n                        per il lavoro fatto durante l&#8217;anno.\n                    <\/p>\n\n                    <div class=\"maritain-event-meta\">\n                        <span>&#x1f3c6; Premiazioni<\/span>\n                        <span>&#x1f4cd; Formigine<\/span>\n                        <span>&#x1f3d0; Maritain Volley<\/span>\n                    <\/div>\n\n                    <a\n                        class=\"maritain-event-link\"\n                        href=\"https:\/\/www.csdmaritain.it\/?p=3928\"\n                        target=\"_blank\"\n                        rel=\"noopener\"\n                    >\n                        Leggi l&#8217;articolo \u2192\n                    <\/a>\n\n                <\/div>\n\n            <\/div>\n\n        <\/article>\n\n\n        <!-- =================================================\n             24 ORE 2025\n             ================================================= -->\n\n        <article class=\"maritain-event-item\" data-year=\"2025\">\n\n            <div class=\"maritain-event-dot\"><\/div>\n\n            <div class=\"maritain-event-card\">\n\n                <div class=\"maritain-event-body\">\n\n                    <div class=\"maritain-event-year\">\n                        SETTEMBRE 2025\n                    <\/div>\n\n                    <h2>\n                        La Notte \u00e8 Nostra\n                    <\/h2>\n\n                    <p>\n                        La prima grande 24 Ore di Pallavolo raccontata\n                        dal Maritain come una vera festa dello sport:\n                        pallavolo, musica, cucina, pubblico e una notte\n                        intera vissuta insieme alla Palestra Cavour.\n                    <\/p>\n\n                    <div class=\"maritain-event-meta\">\n                        <span>&#x1f319; 24 Ore<\/span>\n                        <span>&#x1f3d0; Pallavolo<\/span>\n                        <span>&#x1f4cd; Palestra Cavour<\/span>\n                    <\/div>\n\n                    <a\n                        class=\"maritain-event-link\"\n                        href=\"https:\/\/www.csdmaritain.it\/?p=3931\"\n                        target=\"_blank\"\n                        rel=\"noopener\"\n                    >\n                        Leggi l&#8217;articolo \u2192\n                    <\/a>\n\n                <\/div>\n\n            <\/div>\n\n        <\/article>\n\n\n        <!-- =================================================\n             ANIMIAMO IL QUARTIERE\n             ================================================= -->\n\n        <article class=\"maritain-event-item\" data-year=\"2024\">\n\n            <div class=\"maritain-event-dot\"><\/div>\n\n            <div class=\"maritain-event-card poster\">\n\n                <div class=\"maritain-event-image-wrap\">\n\n                    <img decoding=\"async\"\n                        class=\"maritain-event-image\"\n                        src=\"https:\/\/www.csdmaritain.it\/wp-content\/uploads\/2024\/12\/Camminate.jpg\"\n                        alt=\"AnimiAmo il Quartiere - Sport in Piazza\"\n                    >\n\n                    <div class=\"maritain-event-badge\">\n                        Comunit\u00e0\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"maritain-event-body\">\n\n                    <div class=\"maritain-event-year\">\n                        2024\u20132025\n                    <\/div>\n\n                    <h2>\n                        AnimiAmo il Quartiere\u2026\n                        Sport in Piazza!\n                    <\/h2>\n\n                    <p>\n                        Un percorso di camminate, salute e socialit\u00e0\n                        che ha coinvolto il quartiere con appuntamenti\n                        tra dicembre 2024, gennaio e maggio 2025.\n                    <\/p>\n\n                    <div class=\"maritain-event-meta\">\n                        <span>&#x1f6b6; Camminate<\/span>\n                        <span>&#x1f3d8;&#xfe0f; Quartiere<\/span>\n                        <span>&#x2764;&#xfe0f; Salute<\/span>\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/article>\n\n\n        <!-- =================================================\n             CAMMINIAMO & MERENDIAMO\n             ================================================= -->\n\n        <article class=\"maritain-event-item\" data-year=\"2024\">\n\n            <div class=\"maritain-event-dot\"><\/div>\n\n            <div class=\"maritain-event-card poster\">\n\n                <div class=\"maritain-event-image-wrap\">\n\n                    <img decoding=\"async\"\n                        class=\"maritain-event-image\"\n                        src=\"https:\/\/www.csdmaritain.it\/wp-content\/uploads\/2024\/05\/Volantino-Camminamerenda_mag24-2-e1715798861151.png\"\n                        alt=\"Camminiamo e Merendiamo - Maritain\"\n                    >\n\n                    <div class=\"maritain-event-badge\">\n                        Famiglie\n                    <\/div>\n\n                <\/div>\n\n                <div class=\"maritain-event-body\">\n\n                    <div class=\"maritain-event-year\">\n                        25 MAGGIO 2024\n                    <\/div>\n\n                    <h2>\n                        Camminiamo &amp; Merendiamo\n                    <\/h2>\n\n                    <p>\n                        Una camminata dedicata ad alunni, genitori e\n                        atleti, seguita da una merenda insieme e da\n                        un incontro sulla corretta alimentazione e\n                        sui sani stili di vita.\n                    <\/p>\n\n                    <div class=\"maritain-event-meta\">\n                        <span>&#x1f6b6; Camminata<\/span>\n                        <span>&#x1f950; Merenda<\/span>\n                        <span>&#x1f957; Alimentazione<\/span>\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n        <\/article>\n\n\n    <\/div>\n\n\n    <!-- =====================================================\n         CHIUSURA\n         ===================================================== -->\n\n    <div class=\"maritain-events-bottom\">\n\n        <h2>\n            Non sono solo eventi.<br>\n            Sono pezzi della nostra storia.\n        <\/h2>\n\n        <p>\n            Questa pagina pu\u00f2 crescere insieme al Maritain:\n            nuove fotografie, nuove feste, nuovi tornei e nuovi\n            momenti potranno essere aggiunti nel tempo,\n            costruendo un vero archivio della vita del C.S.D.\n            J. Maritain.\n        <\/p>\n\n    <\/div>\n\n<\/div>\n\n\n<script>\n(function () {\n\n    const filters = document.querySelectorAll(\n        '.maritain-event-filter'\n    );\n\n    const events = document.querySelectorAll(\n        '.maritain-event-item'\n    );\n\n    filters.forEach(function (filter) {\n\n        filter.addEventListener('click', function () {\n\n            const selectedYear = this.getAttribute('data-year');\n\n            filters.forEach(function (item) {\n                item.classList.remove('active');\n            });\n\n            this.classList.add('active');\n\n            events.forEach(function (event) {\n\n                const eventYear = event.getAttribute('data-year');\n\n                if (\n                    selectedYear === 'all' ||\n                    selectedYear === eventYear\n                ) {\n                    event.classList.remove('hidden');\n                } else {\n                    event.classList.add('hidden');\n                }\n\n            });\n\n        });\n\n    });\n\n})();\n<\/script>\n\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>&#x1f42f; La storia del Maritain Eventi &amp; Momenti Tornei, feste, camminate, ritiri, giornate insieme e iniziative per il quartiere. Una raccolta dei momenti che raccontano la vita del C.S.D. J. Maritain fuori e dentro il campo. 2024 Dagli eventi pi\u00f9 recenti indietro nel tempo &#x1f3d0; Sport, comunit\u00e0 e territorio &#x1f42f; Once a Tiger, Forever a  [&#8230;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4995","page","type-page","status-publish","hentry"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":8}},"_links":{"self":[{"href":"https:\/\/www.csdmaritain.it\/index.php?rest_route=\/wp\/v2\/pages\/4995","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.csdmaritain.it\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.csdmaritain.it\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.csdmaritain.it\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.csdmaritain.it\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4995"}],"version-history":[{"count":3,"href":"https:\/\/www.csdmaritain.it\/index.php?rest_route=\/wp\/v2\/pages\/4995\/revisions"}],"predecessor-version":[{"id":5008,"href":"https:\/\/www.csdmaritain.it\/index.php?rest_route=\/wp\/v2\/pages\/4995\/revisions\/5008"}],"wp:attachment":[{"href":"https:\/\/www.csdmaritain.it\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4995"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}