{"id":5957,"date":"2021-02-18T20:12:28","date_gmt":"2021-02-18T19:12:28","guid":{"rendered":"https:\/\/www.valeriolisci.com\/?page_id=5957"},"modified":"2026-07-23T12:16:02","modified_gmt":"2026-07-23T10:16:02","slug":"agenda","status":"publish","type":"page","link":"https:\/\/www.valeriolisci.com\/fr\/agenda\/","title":{"rendered":"Agenda"},"content":{"rendered":"<p>[vc_row content_placement=\u00a0\u00bbmiddle\u00a0\u00bb iron_row_type=\u00a0\u00bbfull_width\u00a0\u00bb iron_remove_padding_medium=\u00a0\u00bbtabletnopadding\u00a0\u00bb iron_remove_padding_small=\u00a0\u00bb\u00a0\u00bb iron_overlay_pattern=\u00a0\u00bb\u00a0\u00bb iron_parallax=\u00a0\u00bb\u00a0\u00bb iron_bg_video=\u00a0\u00bb\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1608243100885{padding-top: 10% !important;padding-bottom: 10% !important;background-image: url(https:\/\/www.valeriolisci.com\/wp-content\/uploads\/2020\/12\/agenda.jpg?id=5064) !important;}\u00a0\u00bb iron_overlay_color=\u00a0\u00bbrgba(2,2,2,0.65)\u00a0\u00bb][vc_column][vc_custom_heading text=\u00a0\u00bbAGENDA\u00a0\u00bb font_container=\u00a0\u00bbtag:h2|font_size:13px|text_align:center|color:%23e8b7a1|line_height:16px\u00a0\u00bb google_fonts=\u00a0\u00bbfont_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:400%20regular%3A400%3Anormal\u00a0\u00bb fit_bg_text=\u00a0\u00bb0&Prime;][vc_empty_space height=\u00a0\u00bb17px\u00a0\u00bb][vc_column_text]        <div\n            id=\"valerio-next-event-countdown-1\"\n            class=\"valerio-next-event-countdown\"\n            data-target=\"1788285601000\"\n        >\n            <div class=\"valerio-next-event-city\">Arona<\/div>\n\n            <div class=\"valerio-next-event-grid\" aria-live=\"polite\">\n                <div class=\"valerio-next-event-unit\">\n                    <span class=\"valerio-next-event-number\" data-part=\"days\">00<\/span>\n                    <span class=\"valerio-next-event-label\">Jours<\/span>\n                <\/div>\n                <div class=\"valerio-next-event-unit\">\n                    <span class=\"valerio-next-event-number\" data-part=\"hours\">00<\/span>\n                    <span class=\"valerio-next-event-label\">Heures<\/span>\n                <\/div>\n                <div class=\"valerio-next-event-unit\">\n                    <span class=\"valerio-next-event-number\" data-part=\"minutes\">00<\/span>\n                    <span class=\"valerio-next-event-label\">Minutes<\/span>\n                <\/div>\n                <div class=\"valerio-next-event-unit\">\n                    <span class=\"valerio-next-event-number\" data-part=\"seconds\">00<\/span>\n                    <span class=\"valerio-next-event-label\">Secondes<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <style>\n            #valerio-next-event-countdown-1 {\n                width: 100%;\n                text-align: center;\n            }\n\n            #valerio-next-event-countdown-1 .valerio-next-event-city {\n                margin: 0 0 22px;\n                font-size: clamp(28px, 4vw, 48px);\n                font-weight: 300;\n                line-height: 1.15;\n            }\n\n            #valerio-next-event-countdown-1 .valerio-next-event-grid {\n                display: flex;\n                justify-content: center;\n                align-items: flex-start;\n                gap: clamp(18px, 4vw, 54px);\n                flex-wrap: wrap;\n            }\n\n            #valerio-next-event-countdown-1 .valerio-next-event-unit {\n                min-width: 90px;\n                text-align: center;\n            }\n\n            #valerio-next-event-countdown-1 .valerio-next-event-number {\n                display: block;\n                font-size: clamp(38px, 6vw, 72px);\n                font-weight: 300;\n                line-height: 1;\n                font-variant-numeric: tabular-nums;\n            }\n\n            #valerio-next-event-countdown-1 .valerio-next-event-label {\n                display: block;\n                margin-top: 8px;\n                font-size: 13px;\n                letter-spacing: .08em;\n                text-transform: uppercase;\n            }\n\n            @media (max-width: 600px) {\n                #valerio-next-event-countdown-1 .valerio-next-event-grid {\n                    gap: 20px;\n                }\n\n                #valerio-next-event-countdown-1 .valerio-next-event-unit {\n                    min-width: 68px;\n                }\n            }\n        <\/style>\n\n        <script>\n        (function() {\n            const root = document.getElementById(\"valerio-next-event-countdown-1\");\n            if (!root) return;\n\n            const target = Number(root.dataset.target);\n            const nodes = {\n                days: root.querySelector('[data-part=\"days\"]'),\n                hours: root.querySelector('[data-part=\"hours\"]'),\n                minutes: root.querySelector('[data-part=\"minutes\"]'),\n                seconds: root.querySelector('[data-part=\"seconds\"]')\n            };\n\n            function pad(value) {\n                return String(value).padStart(2, '0');\n            }\n\n            function updateCountdown() {\n                let remaining = target - Date.now();\n\n                if (remaining <= 0) {\n                    Object.values(nodes).forEach(function(node) {\n                        if (node) node.textContent = '00';\n                    });\n\n                    window.setTimeout(function() {\n                        window.location.reload();\n                    }, 1500);\n                    return;\n                }\n\n                const totalSeconds = Math.floor(remaining \/ 1000);\n                const days = Math.floor(totalSeconds \/ 86400);\n                const hours = Math.floor((totalSeconds % 86400) \/ 3600);\n                const minutes = Math.floor((totalSeconds % 3600) \/ 60);\n                const seconds = totalSeconds % 60;\n\n                if (nodes.days) nodes.days.textContent = pad(days);\n                if (nodes.hours) nodes.hours.textContent = pad(hours);\n                if (nodes.minutes) nodes.minutes.textContent = pad(minutes);\n                if (nodes.seconds) nodes.seconds.textContent = pad(seconds);\n            }\n\n            updateCountdown();\n            window.setInterval(updateCountdown, 1000);\n        })();\n        <\/script>\n        [\/vc_column_text][vc_empty_space height=\u00a0\u00bb17px\u00a0\u00bb]\t<div class=\"dividerwrap\" style=\"padding-top:50px; padding-bottom:px;\">\r\n\t\t<div class=\"imagedivider center\">\r\n\t\t<img src=\"https:\/\/www.valeriolisci.com\/wp-content\/uploads\/2015\/05\/icon_divider_1_square3.png\" class=\"imagedividerpic\" alt=\"divider\">\r\n\t\t<\/div>\r\n\t\t<div class=\"clear\"><\/div>\r\n\t<\/div>[\/vc_column][\/vc_row][vc_row iron_row_type=\u00a0\u00bbin_container\u00a0\u00bb iron_remove_padding_medium=\u00a0\u00bb\u00a0\u00bb iron_remove_padding_small=\u00a0\u00bb\u00a0\u00bb iron_overlay_pattern=\u00a0\u00bb\u00a0\u00bb iron_parallax=\u00a0\u00bb\u00a0\u00bb iron_bg_video=\u00a0\u00bb\u00a0\u00bb][vc_column]<div class=\"widget  iron_widget_events \"><span class='heading-t3'><\/span><h3 class=\"widgettitle\">\u00c9v\u00e8nements \u00e0 venir<\/h3><span class=\"heading-b3\" style=\"margin-top:px; margin-bottom:px; background-color:rgba(17, 17, 17, 0)\"><\/span>\r\n\t\t\t\t<ul id=\"post-list\" class=\"concerts-list\">\r\n\r\n<li id=\"post-7127\" class=\"post-7127 event type-event status-publish has-post-thumbnail hentry\">\r\n\r\n\t\t<div class=\"event-line-wrap no-artist  \">\r\n\r\n\r\n\t<a href=\"https:\/\/www.valeriolisci.com\/fr\/event\/concerto-musica-da-camera-5\/\" class=\"event-link\">\r\n\t\t\t\t\t<div class=\"event-line-countdown-wrap\">\r\n\t\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t\tjQuery(function(){\r\n\t\t\t\t\t\t\/* Countdown Call *\/\r\n\t\t\t\t\t\tfunction CountCall(Row,Day){\r\n\t\t\t\t\t\t\tjQuery('.'+Row+' .countdown-block').countdown({until: Day, padZeroes: true, format:'DHMS', layout: '<b>{dnn}J<\/b>-{hnn}H-{mnn}M:{snn}S'});\r\n\t\t\t\t\t\t\tvar totalcount = jQuery('.'+Row+' .countdown-block').countdown('getTimes');\r\n\t\t\t\t\t\t\tif(totalcount[3] == 0 && totalcount[4] == 0 && totalcount[5] == 0 && totalcount[6] == 0){\r\n\t\t\t\t\t\t\t\tjQuery('.'+Row+' .event-line-countdown-wrap').addClass('finished');\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t};\r\n\t\t\t\t\t\tvar event_y = '2026';\r\n\t\t\t\t\t\tvar event_m = '09';\r\n\t\t\t\t\t\tvar event_d = '01';\r\n\t\t\t\t\t\tvar event_g = '20';\r\n\t\t\t\t\t\tvar event_i = '00';\r\n\t\t\t\t\t\tvar targetRow = 'post-7127';\r\n\t\t\t\t\t\tvar targetDay = new Date(event_y,event_m-1,event_d,event_g,event_i);\r\n\t\t\t\t\t\tCountCall(targetRow,targetDay);\r\n\t\t\t\t\t\t\/\/Remove the following line's comment to stop the timers\r\n\t\t\t\t\t\t\/\/jQuery('.countdown-block').countdown('pause');\r\n\t\t\t\t\t});\r\n\t\t\t\t<\/script>\r\n\t\t\t\t<div class=\"countdown-block\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"event-line-node\">septembre 1, 2026<\/div>\r\n\t\t<div class=\"event-line-node medium\">Arona, Villa Ponti<\/div>\r\n\t\t<div class=\"event-line-node medium\">Concert de Musique de Chambre<\/div>\r\n\t<\/a>\r\n\t\t<\/div>\r\n\r\n\t<!-- ========================================= -->\r\n\r\n<\/li>\r\n\r\n\t\t\t\t<li><\/li>\r\n\t\t\t\t<\/ul>\r\n\r\n<\/div>[vc_empty_space height=\u00a0\u00bb35px\u00a0\u00bb][\/vc_column][\/vc_row][vc_row iron_row_type=\u00a0\u00bbin_container\u00a0\u00bb iron_remove_padding_medium=\u00a0\u00bb\u00a0\u00bb iron_remove_padding_small=\u00a0\u00bb\u00a0\u00bb iron_overlay_pattern=\u00a0\u00bb\u00a0\u00bb iron_parallax=\u00a0\u00bb\u00a0\u00bb iron_bg_video=\u00a0\u00bb\u00a0\u00bb][vc_column]<div class=\"widget  iron_widget_events \"><span class='heading-t3'><\/span><h3 class=\"widgettitle\">\u00c9v\u00e9nements pass\u00e9s<\/h3><span class=\"heading-b3\" style=\"margin-top:px; margin-bottom:px; background-color:rgba(17, 17, 17, 0)\"><\/span>\r\n\t\t\t\t<ul id=\"post-list\" class=\"concerts-list\">\r\n\r\n<li id=\"post-7232\" class=\"post-7232 event type-event status-publish has-post-thumbnail hentry\">\r\n\r\n\t\t<div class=\"event-line-wrap no-artist  \">\r\n\r\n\r\n\t<a href=\"https:\/\/www.valeriolisci.com\/fr\/event\/concert-harpe-soliste-8\/\" class=\"event-link\">\r\n\t\t\t\t\t<div class=\"event-line-countdown-wrap\">\r\n\t\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t\tjQuery(function(){\r\n\t\t\t\t\t\t\/* Countdown Call *\/\r\n\t\t\t\t\t\tfunction CountCall(Row,Day){\r\n\t\t\t\t\t\t\tjQuery('.'+Row+' .countdown-block').countdown({until: Day, padZeroes: true, format:'DHMS', layout: '<b>{dnn}J<\/b>-{hnn}H-{mnn}M:{snn}S'});\r\n\t\t\t\t\t\t\tvar totalcount = jQuery('.'+Row+' .countdown-block').countdown('getTimes');\r\n\t\t\t\t\t\t\tif(totalcount[3] == 0 && totalcount[4] == 0 && totalcount[5] == 0 && totalcount[6] == 0){\r\n\t\t\t\t\t\t\t\tjQuery('.'+Row+' .event-line-countdown-wrap').addClass('finished');\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t};\r\n\t\t\t\t\t\tvar event_y = '2026';\r\n\t\t\t\t\t\tvar event_m = '08';\r\n\t\t\t\t\t\tvar event_d = '23';\r\n\t\t\t\t\t\tvar event_g = '16';\r\n\t\t\t\t\t\tvar event_i = '30';\r\n\t\t\t\t\t\tvar targetRow = 'post-7232';\r\n\t\t\t\t\t\tvar targetDay = new Date(event_y,event_m-1,event_d,event_g,event_i);\r\n\t\t\t\t\t\tCountCall(targetRow,targetDay);\r\n\t\t\t\t\t\t\/\/Remove the following line's comment to stop the timers\r\n\t\t\t\t\t\t\/\/jQuery('.countdown-block').countdown('pause');\r\n\t\t\t\t\t});\r\n\t\t\t\t<\/script>\r\n\t\t\t\t<div class=\"countdown-block\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"event-line-node\">ao\u00fbt 23, 2026<\/div>\r\n\t\t<div class=\"event-line-node medium\">Ribordone, Santuario della Madonna di Prascond\u00f9<\/div>\r\n\t\t<div class=\"event-line-node medium\">Concert Harpe Soliste<\/div>\r\n\t<\/a>\r\n\t\t<\/div>\r\n\r\n\t<!-- ========================================= -->\r\n\r\n<\/li><li id=\"post-7239\" class=\"post-7239 event type-event status-publish has-post-thumbnail hentry\">\r\n\r\n\t\t<div class=\"event-line-wrap no-artist  \">\r\n\r\n\r\n\t<a href=\"https:\/\/www.valeriolisci.com\/fr\/event\/la-harpe-et-ses-formes\/\" class=\"event-link\">\r\n\t\t\t\t\t<div class=\"event-line-countdown-wrap\">\r\n\t\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t\tjQuery(function(){\r\n\t\t\t\t\t\t\/* Countdown Call *\/\r\n\t\t\t\t\t\tfunction CountCall(Row,Day){\r\n\t\t\t\t\t\t\tjQuery('.'+Row+' .countdown-block').countdown({until: Day, padZeroes: true, format:'DHMS', layout: '<b>{dnn}J<\/b>-{hnn}H-{mnn}M:{snn}S'});\r\n\t\t\t\t\t\t\tvar totalcount = jQuery('.'+Row+' .countdown-block').countdown('getTimes');\r\n\t\t\t\t\t\t\tif(totalcount[3] == 0 && totalcount[4] == 0 && totalcount[5] == 0 && totalcount[6] == 0){\r\n\t\t\t\t\t\t\t\tjQuery('.'+Row+' .event-line-countdown-wrap').addClass('finished');\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t};\r\n\t\t\t\t\t\tvar event_y = '2026';\r\n\t\t\t\t\t\tvar event_m = '08';\r\n\t\t\t\t\t\tvar event_d = '22';\r\n\t\t\t\t\t\tvar event_g = '19';\r\n\t\t\t\t\t\tvar event_i = '30';\r\n\t\t\t\t\t\tvar targetRow = 'post-7239';\r\n\t\t\t\t\t\tvar targetDay = new Date(event_y,event_m-1,event_d,event_g,event_i);\r\n\t\t\t\t\t\tCountCall(targetRow,targetDay);\r\n\t\t\t\t\t\t\/\/Remove the following line's comment to stop the timers\r\n\t\t\t\t\t\t\/\/jQuery('.countdown-block').countdown('pause');\r\n\t\t\t\t\t});\r\n\t\t\t\t<\/script>\r\n\t\t\t\t<div class=\"countdown-block\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"event-line-node\">ao\u00fbt 22, 2026<\/div>\r\n\t\t<div class=\"event-line-node medium\">Moncalvo, ORSOLINA28 ART FOUNDATION<\/div>\r\n\t\t<div class=\"event-line-node medium\">La harpe et ses formes<\/div>\r\n\t<\/a>\r\n\t\t<\/div>\r\n\r\n\t<!-- ========================================= -->\r\n\r\n<\/li><li id=\"post-7226\" class=\"post-7226 event type-event status-publish has-post-thumbnail hentry\">\r\n\r\n\t\t<div class=\"event-line-wrap no-artist  \">\r\n\r\n\r\n\t<a href=\"https:\/\/www.valeriolisci.com\/fr\/event\/concert-harpe-soliste-7\/\" class=\"event-link\">\r\n\t\t\t\t\t<div class=\"event-line-countdown-wrap\">\r\n\t\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t\tjQuery(function(){\r\n\t\t\t\t\t\t\/* Countdown Call *\/\r\n\t\t\t\t\t\tfunction CountCall(Row,Day){\r\n\t\t\t\t\t\t\tjQuery('.'+Row+' .countdown-block').countdown({until: Day, padZeroes: true, format:'DHMS', layout: '<b>{dnn}J<\/b>-{hnn}H-{mnn}M:{snn}S'});\r\n\t\t\t\t\t\t\tvar totalcount = jQuery('.'+Row+' .countdown-block').countdown('getTimes');\r\n\t\t\t\t\t\t\tif(totalcount[3] == 0 && totalcount[4] == 0 && totalcount[5] == 0 && totalcount[6] == 0){\r\n\t\t\t\t\t\t\t\tjQuery('.'+Row+' .event-line-countdown-wrap').addClass('finished');\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t};\r\n\t\t\t\t\t\tvar event_y = '2026';\r\n\t\t\t\t\t\tvar event_m = '08';\r\n\t\t\t\t\t\tvar event_d = '02';\r\n\t\t\t\t\t\tvar event_g = '18';\r\n\t\t\t\t\t\tvar event_i = '00';\r\n\t\t\t\t\t\tvar targetRow = 'post-7226';\r\n\t\t\t\t\t\tvar targetDay = new Date(event_y,event_m-1,event_d,event_g,event_i);\r\n\t\t\t\t\t\tCountCall(targetRow,targetDay);\r\n\t\t\t\t\t\t\/\/Remove the following line's comment to stop the timers\r\n\t\t\t\t\t\t\/\/jQuery('.countdown-block').countdown('pause');\r\n\t\t\t\t\t});\r\n\t\t\t\t<\/script>\r\n\t\t\t\t<div class=\"countdown-block\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"event-line-node\">ao\u00fbt 2, 2026<\/div>\r\n\t\t<div class=\"event-line-node medium\">Casola Valsenio, Abbazia di Valsenio<\/div>\r\n\t\t<div class=\"event-line-node medium\">Concert Harpe Soliste<\/div>\r\n\t<\/a>\r\n\t\t<\/div>\r\n\r\n\t<!-- ========================================= -->\r\n\r\n<\/li><li id=\"post-7220\" class=\"post-7220 event type-event status-publish has-post-thumbnail hentry\">\r\n\r\n\t\t<div class=\"event-line-wrap no-artist  \">\r\n\r\n\r\n\t<a href=\"https:\/\/www.valeriolisci.com\/fr\/event\/concert-harpe-soliste-6\/\" class=\"event-link\">\r\n\t\t\t\t\t<div class=\"event-line-countdown-wrap\">\r\n\t\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t\tjQuery(function(){\r\n\t\t\t\t\t\t\/* Countdown Call *\/\r\n\t\t\t\t\t\tfunction CountCall(Row,Day){\r\n\t\t\t\t\t\t\tjQuery('.'+Row+' .countdown-block').countdown({until: Day, padZeroes: true, format:'DHMS', layout: '<b>{dnn}J<\/b>-{hnn}H-{mnn}M:{snn}S'});\r\n\t\t\t\t\t\t\tvar totalcount = jQuery('.'+Row+' .countdown-block').countdown('getTimes');\r\n\t\t\t\t\t\t\tif(totalcount[3] == 0 && totalcount[4] == 0 && totalcount[5] == 0 && totalcount[6] == 0){\r\n\t\t\t\t\t\t\t\tjQuery('.'+Row+' .event-line-countdown-wrap').addClass('finished');\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t};\r\n\t\t\t\t\t\tvar event_y = '2026';\r\n\t\t\t\t\t\tvar event_m = '08';\r\n\t\t\t\t\t\tvar event_d = '01';\r\n\t\t\t\t\t\tvar event_g = '18';\r\n\t\t\t\t\t\tvar event_i = '30';\r\n\t\t\t\t\t\tvar targetRow = 'post-7220';\r\n\t\t\t\t\t\tvar targetDay = new Date(event_y,event_m-1,event_d,event_g,event_i);\r\n\t\t\t\t\t\tCountCall(targetRow,targetDay);\r\n\t\t\t\t\t\t\/\/Remove the following line's comment to stop the timers\r\n\t\t\t\t\t\t\/\/jQuery('.countdown-block').countdown('pause');\r\n\t\t\t\t\t});\r\n\t\t\t\t<\/script>\r\n\t\t\t\t<div class=\"countdown-block\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"event-line-node\">ao\u00fbt 1, 2026<\/div>\r\n\t\t<div class=\"event-line-node medium\">Ravenna, Biblioteca Classense<\/div>\r\n\t\t<div class=\"event-line-node medium\">Concert Harpe Soliste<\/div>\r\n\t<\/a>\r\n\t\t<\/div>\r\n\r\n\t<!-- ========================================= -->\r\n\r\n<\/li><li id=\"post-7214\" class=\"post-7214 event type-event status-publish has-post-thumbnail hentry\">\r\n\r\n\t\t<div class=\"event-line-wrap no-artist  \">\r\n\r\n\r\n\t<a href=\"https:\/\/www.valeriolisci.com\/fr\/event\/concert-harpe-soliste-5\/\" class=\"event-link\">\r\n\t\t\t\t\t<div class=\"event-line-countdown-wrap\">\r\n\t\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t\tjQuery(function(){\r\n\t\t\t\t\t\t\/* Countdown Call *\/\r\n\t\t\t\t\t\tfunction CountCall(Row,Day){\r\n\t\t\t\t\t\t\tjQuery('.'+Row+' .countdown-block').countdown({until: Day, padZeroes: true, format:'DHMS', layout: '<b>{dnn}J<\/b>-{hnn}H-{mnn}M:{snn}S'});\r\n\t\t\t\t\t\t\tvar totalcount = jQuery('.'+Row+' .countdown-block').countdown('getTimes');\r\n\t\t\t\t\t\t\tif(totalcount[3] == 0 && totalcount[4] == 0 && totalcount[5] == 0 && totalcount[6] == 0){\r\n\t\t\t\t\t\t\t\tjQuery('.'+Row+' .event-line-countdown-wrap').addClass('finished');\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t};\r\n\t\t\t\t\t\tvar event_y = '2026';\r\n\t\t\t\t\t\tvar event_m = '07';\r\n\t\t\t\t\t\tvar event_d = '31';\r\n\t\t\t\t\t\tvar event_g = '21';\r\n\t\t\t\t\t\tvar event_i = '00';\r\n\t\t\t\t\t\tvar targetRow = 'post-7214';\r\n\t\t\t\t\t\tvar targetDay = new Date(event_y,event_m-1,event_d,event_g,event_i);\r\n\t\t\t\t\t\tCountCall(targetRow,targetDay);\r\n\t\t\t\t\t\t\/\/Remove the following line's comment to stop the timers\r\n\t\t\t\t\t\t\/\/jQuery('.countdown-block').countdown('pause');\r\n\t\t\t\t\t});\r\n\t\t\t\t<\/script>\r\n\t\t\t\t<div class=\"countdown-block\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"event-line-node\">juillet 31, 2026<\/div>\r\n\t\t<div class=\"event-line-node medium\">Lido di Classe, Chiesa del Cuore Immacolato di Maria<\/div>\r\n\t\t<div class=\"event-line-node medium\">Concert Harpe Soliste<\/div>\r\n\t<\/a>\r\n\t\t<\/div>\r\n\r\n\t<!-- ========================================= -->\r\n\r\n<\/li><li id=\"post-7208\" class=\"post-7208 event type-event status-publish has-post-thumbnail hentry\">\r\n\r\n\t\t<div class=\"event-line-wrap no-artist  \">\r\n\r\n\r\n\t<a href=\"https:\/\/www.valeriolisci.com\/fr\/event\/concert-harpe-soliste-4\/\" class=\"event-link\">\r\n\t\t\t\t\t<div class=\"event-line-countdown-wrap\">\r\n\t\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t\tjQuery(function(){\r\n\t\t\t\t\t\t\/* Countdown Call *\/\r\n\t\t\t\t\t\tfunction CountCall(Row,Day){\r\n\t\t\t\t\t\t\tjQuery('.'+Row+' .countdown-block').countdown({until: Day, padZeroes: true, format:'DHMS', layout: '<b>{dnn}J<\/b>-{hnn}H-{mnn}M:{snn}S'});\r\n\t\t\t\t\t\t\tvar totalcount = jQuery('.'+Row+' .countdown-block').countdown('getTimes');\r\n\t\t\t\t\t\t\tif(totalcount[3] == 0 && totalcount[4] == 0 && totalcount[5] == 0 && totalcount[6] == 0){\r\n\t\t\t\t\t\t\t\tjQuery('.'+Row+' .event-line-countdown-wrap').addClass('finished');\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t};\r\n\t\t\t\t\t\tvar event_y = '2026';\r\n\t\t\t\t\t\tvar event_m = '07';\r\n\t\t\t\t\t\tvar event_d = '30';\r\n\t\t\t\t\t\tvar event_g = '21';\r\n\t\t\t\t\t\tvar event_i = '00';\r\n\t\t\t\t\t\tvar targetRow = 'post-7208';\r\n\t\t\t\t\t\tvar targetDay = new Date(event_y,event_m-1,event_d,event_g,event_i);\r\n\t\t\t\t\t\tCountCall(targetRow,targetDay);\r\n\t\t\t\t\t\t\/\/Remove the following line's comment to stop the timers\r\n\t\t\t\t\t\t\/\/jQuery('.countdown-block').countdown('pause');\r\n\t\t\t\t\t});\r\n\t\t\t\t<\/script>\r\n\t\t\t\t<div class=\"countdown-block\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"event-line-node\">juillet 30, 2026<\/div>\r\n\t\t<div class=\"event-line-node medium\">Brisighella, Chiesa di Santa Maria degli Angeli<\/div>\r\n\t\t<div class=\"event-line-node medium\">Concert Harpe Soliste<\/div>\r\n\t<\/a>\r\n\t\t<\/div>\r\n\r\n\t<!-- ========================================= -->\r\n\r\n<\/li><li id=\"post-7202\" class=\"post-7202 event type-event status-publish has-post-thumbnail hentry\">\r\n\r\n\t\t<div class=\"event-line-wrap no-artist  \">\r\n\r\n\r\n\t<a href=\"https:\/\/www.valeriolisci.com\/fr\/event\/concert-harpe-soliste-3\/\" class=\"event-link\">\r\n\t\t\t\t\t<div class=\"event-line-countdown-wrap\">\r\n\t\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t\tjQuery(function(){\r\n\t\t\t\t\t\t\/* Countdown Call *\/\r\n\t\t\t\t\t\tfunction CountCall(Row,Day){\r\n\t\t\t\t\t\t\tjQuery('.'+Row+' .countdown-block').countdown({until: Day, padZeroes: true, format:'DHMS', layout: '<b>{dnn}J<\/b>-{hnn}H-{mnn}M:{snn}S'});\r\n\t\t\t\t\t\t\tvar totalcount = jQuery('.'+Row+' .countdown-block').countdown('getTimes');\r\n\t\t\t\t\t\t\tif(totalcount[3] == 0 && totalcount[4] == 0 && totalcount[5] == 0 && totalcount[6] == 0){\r\n\t\t\t\t\t\t\t\tjQuery('.'+Row+' .event-line-countdown-wrap').addClass('finished');\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t};\r\n\t\t\t\t\t\tvar event_y = '2026';\r\n\t\t\t\t\t\tvar event_m = '07';\r\n\t\t\t\t\t\tvar event_d = '29';\r\n\t\t\t\t\t\tvar event_g = '19';\r\n\t\t\t\t\t\tvar event_i = '00';\r\n\t\t\t\t\t\tvar targetRow = 'post-7202';\r\n\t\t\t\t\t\tvar targetDay = new Date(event_y,event_m-1,event_d,event_g,event_i);\r\n\t\t\t\t\t\tCountCall(targetRow,targetDay);\r\n\t\t\t\t\t\t\/\/Remove the following line's comment to stop the timers\r\n\t\t\t\t\t\t\/\/jQuery('.countdown-block').countdown('pause');\r\n\t\t\t\t\t});\r\n\t\t\t\t<\/script>\r\n\t\t\t\t<div class=\"countdown-block\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"event-line-node\">juillet 29, 2026<\/div>\r\n\t\t<div class=\"event-line-node medium\">Tredozio, Villa La Collina<\/div>\r\n\t\t<div class=\"event-line-node medium\">Concert Harpe Soliste<\/div>\r\n\t<\/a>\r\n\t\t<\/div>\r\n\r\n\t<!-- ========================================= -->\r\n\r\n<\/li><li id=\"post-7196\" class=\"post-7196 event type-event status-publish has-post-thumbnail hentry\">\r\n\r\n\t\t<div class=\"event-line-wrap no-artist  \">\r\n\r\n\r\n\t<a href=\"https:\/\/www.valeriolisci.com\/fr\/event\/concert-harpe-soliste-2\/\" class=\"event-link\">\r\n\t\t\t\t\t<div class=\"event-line-countdown-wrap\">\r\n\t\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t\tjQuery(function(){\r\n\t\t\t\t\t\t\/* Countdown Call *\/\r\n\t\t\t\t\t\tfunction CountCall(Row,Day){\r\n\t\t\t\t\t\t\tjQuery('.'+Row+' .countdown-block').countdown({until: Day, padZeroes: true, format:'DHMS', layout: '<b>{dnn}J<\/b>-{hnn}H-{mnn}M:{snn}S'});\r\n\t\t\t\t\t\t\tvar totalcount = jQuery('.'+Row+' .countdown-block').countdown('getTimes');\r\n\t\t\t\t\t\t\tif(totalcount[3] == 0 && totalcount[4] == 0 && totalcount[5] == 0 && totalcount[6] == 0){\r\n\t\t\t\t\t\t\t\tjQuery('.'+Row+' .event-line-countdown-wrap').addClass('finished');\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t};\r\n\t\t\t\t\t\tvar event_y = '2026';\r\n\t\t\t\t\t\tvar event_m = '07';\r\n\t\t\t\t\t\tvar event_d = '28';\r\n\t\t\t\t\t\tvar event_g = '20';\r\n\t\t\t\t\t\tvar event_i = '00';\r\n\t\t\t\t\t\tvar targetRow = 'post-7196';\r\n\t\t\t\t\t\tvar targetDay = new Date(event_y,event_m-1,event_d,event_g,event_i);\r\n\t\t\t\t\t\tCountCall(targetRow,targetDay);\r\n\t\t\t\t\t\t\/\/Remove the following line's comment to stop the timers\r\n\t\t\t\t\t\t\/\/jQuery('.countdown-block').countdown('pause');\r\n\t\t\t\t\t});\r\n\t\t\t\t<\/script>\r\n\t\t\t\t<div class=\"countdown-block\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"event-line-node\">juillet 28, 2026<\/div>\r\n\t\t<div class=\"event-line-node medium\">Portico di Romagna, Chiesa di San Lorenzo in Bocconi<\/div>\r\n\t\t<div class=\"event-line-node medium\">Concert Harpe Soliste<\/div>\r\n\t<\/a>\r\n\t\t<\/div>\r\n\r\n\t<!-- ========================================= -->\r\n\r\n<\/li><li id=\"post-7190\" class=\"post-7190 event type-event status-publish has-post-thumbnail hentry\">\r\n\r\n\t\t<div class=\"event-line-wrap no-artist  \">\r\n\r\n\r\n\t<a href=\"https:\/\/www.valeriolisci.com\/fr\/event\/concert-harpe-soliste\/\" class=\"event-link\">\r\n\t\t\t\t\t<div class=\"event-line-countdown-wrap\">\r\n\t\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t\tjQuery(function(){\r\n\t\t\t\t\t\t\/* Countdown Call *\/\r\n\t\t\t\t\t\tfunction CountCall(Row,Day){\r\n\t\t\t\t\t\t\tjQuery('.'+Row+' .countdown-block').countdown({until: Day, padZeroes: true, format:'DHMS', layout: '<b>{dnn}J<\/b>-{hnn}H-{mnn}M:{snn}S'});\r\n\t\t\t\t\t\t\tvar totalcount = jQuery('.'+Row+' .countdown-block').countdown('getTimes');\r\n\t\t\t\t\t\t\tif(totalcount[3] == 0 && totalcount[4] == 0 && totalcount[5] == 0 && totalcount[6] == 0){\r\n\t\t\t\t\t\t\t\tjQuery('.'+Row+' .event-line-countdown-wrap').addClass('finished');\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t};\r\n\t\t\t\t\t\tvar event_y = '2026';\r\n\t\t\t\t\t\tvar event_m = '07';\r\n\t\t\t\t\t\tvar event_d = '27';\r\n\t\t\t\t\t\tvar event_g = '20';\r\n\t\t\t\t\t\tvar event_i = '30';\r\n\t\t\t\t\t\tvar targetRow = 'post-7190';\r\n\t\t\t\t\t\tvar targetDay = new Date(event_y,event_m-1,event_d,event_g,event_i);\r\n\t\t\t\t\t\tCountCall(targetRow,targetDay);\r\n\t\t\t\t\t\t\/\/Remove the following line's comment to stop the timers\r\n\t\t\t\t\t\t\/\/jQuery('.countdown-block').countdown('pause');\r\n\t\t\t\t\t});\r\n\t\t\t\t<\/script>\r\n\t\t\t\t<div class=\"countdown-block\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"event-line-node\">juillet 27, 2026<\/div>\r\n\t\t<div class=\"event-line-node medium\">Premilcuore, Pieve di San Martino in Alpe<\/div>\r\n\t\t<div class=\"event-line-node medium\">Concert Harpe Soliste<\/div>\r\n\t<\/a>\r\n\t\t<\/div>\r\n\r\n\t<!-- ========================================= -->\r\n\r\n<\/li><li id=\"post-7130\" class=\"post-7130 event type-event status-publish has-post-thumbnail hentry\">\r\n\r\n\t\t<div class=\"event-line-wrap no-artist  \">\r\n\r\n\r\n\t<a href=\"https:\/\/www.valeriolisci.com\/fr\/event\/concert-de-musique-de-chambre-4\/\" class=\"event-link\">\r\n\t\t\t\t\t<div class=\"event-line-countdown-wrap\">\r\n\t\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t\tjQuery(function(){\r\n\t\t\t\t\t\t\/* Countdown Call *\/\r\n\t\t\t\t\t\tfunction CountCall(Row,Day){\r\n\t\t\t\t\t\t\tjQuery('.'+Row+' .countdown-block').countdown({until: Day, padZeroes: true, format:'DHMS', layout: '<b>{dnn}J<\/b>-{hnn}H-{mnn}M:{snn}S'});\r\n\t\t\t\t\t\t\tvar totalcount = jQuery('.'+Row+' .countdown-block').countdown('getTimes');\r\n\t\t\t\t\t\t\tif(totalcount[3] == 0 && totalcount[4] == 0 && totalcount[5] == 0 && totalcount[6] == 0){\r\n\t\t\t\t\t\t\t\tjQuery('.'+Row+' .event-line-countdown-wrap').addClass('finished');\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t};\r\n\t\t\t\t\t\tvar event_y = '2026';\r\n\t\t\t\t\t\tvar event_m = '05';\r\n\t\t\t\t\t\tvar event_d = '21';\r\n\t\t\t\t\t\tvar event_g = '21';\r\n\t\t\t\t\t\tvar event_i = '00';\r\n\t\t\t\t\t\tvar targetRow = 'post-7130';\r\n\t\t\t\t\t\tvar targetDay = new Date(event_y,event_m-1,event_d,event_g,event_i);\r\n\t\t\t\t\t\tCountCall(targetRow,targetDay);\r\n\t\t\t\t\t\t\/\/Remove the following line's comment to stop the timers\r\n\t\t\t\t\t\t\/\/jQuery('.countdown-block').countdown('pause');\r\n\t\t\t\t\t});\r\n\t\t\t\t<\/script>\r\n\t\t\t\t<div class=\"countdown-block\"><\/div>\r\n\t\t\t<\/div>\r\n\t\t\t\t\t<div class=\"event-line-node\">mai 21, 2026<\/div>\r\n\t\t<div class=\"event-line-node medium\">Verona, Monastero del Bene Comune<\/div>\r\n\t\t<div class=\"event-line-node medium\">Concert de Musique de Chambre<\/div>\r\n\t<\/a>\r\n\t\t<\/div>\r\n\r\n\t<!-- ========================================= -->\r\n\r\n<\/li>\r\n\r\n\t\t\t\t<li><\/li>\r\n\t\t\t\t<\/ul>\r\n\r\n<\/div>[vc_empty_space height=\u00a0\u00bb105px\u00a0\u00bb][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row content_placement=\u00a0\u00bbmiddle\u00a0\u00bb iron_row_type=\u00a0\u00bbfull_width\u00a0\u00bb iron_remove_padding_medium=\u00a0\u00bbtabletnopadding\u00a0\u00bb iron_remove_padding_small=\u00a0\u00bb\u00a0\u00bb iron_overlay_pattern=\u00a0\u00bb\u00a0\u00bb iron_parallax=\u00a0\u00bb\u00a0\u00bb iron_bg_video=\u00a0\u00bb\u00a0\u00bb css=\u00a0\u00bb.vc_custom_1608243100885{padding-top: 10% !important;padding-bottom: 10% !important;background-image: url(https:\/\/www.valeriolisci.com\/wp-content\/uploads\/2020\/12\/agenda.jpg?id=5064) !important;}\u00a0\u00bb iron_overlay_color=\u00a0\u00bbrgba(2,2,2,0.65)\u00a0\u00bb][vc_column][vc_custom_heading text=\u00a0\u00bbAGENDA\u00a0\u00bb font_container=\u00a0\u00bbtag:h2|font_size:13px|text_align:center|color:%23e8b7a1|line_height:16px\u00a0\u00bb google_fonts=\u00a0\u00bbfont_family:Lato%3A100%2C100italic%2C300%2C300italic%2Cregular%2Citalic%2C700%2C700italic%2C900%2C900italic|font_style:400%20regular%3A400%3Anormal\u00a0\u00bb fit_bg_text=\u00a0\u00bb0&Prime;][vc_empty_space height=\u00a0\u00bb17px\u00a0\u00bb][vc_column_text][\/vc_column_text][vc_empty_space height=\u00a0\u00bb17px\u00a0\u00bb][\/vc_column][\/vc_row][vc_row iron_row_type=\u00a0\u00bbin_container\u00a0\u00bb iron_remove_padding_medium=\u00a0\u00bb\u00a0\u00bb iron_remove_padding_small=\u00a0\u00bb\u00a0\u00bb iron_overlay_pattern=\u00a0\u00bb\u00a0\u00bb iron_parallax=\u00a0\u00bb\u00a0\u00bb iron_bg_video=\u00a0\u00bb\u00a0\u00bb][vc_column][vc_empty_space height=\u00a0\u00bb35px\u00a0\u00bb][\/vc_column][\/vc_row][vc_row iron_row_type=\u00a0\u00bbin_container\u00a0\u00bb iron_remove_padding_medium=\u00a0\u00bb\u00a0\u00bb iron_remove_padding_small=\u00a0\u00bb\u00a0\u00bb iron_overlay_pattern=\u00a0\u00bb\u00a0\u00bb iron_parallax=\u00a0\u00bb\u00a0\u00bb iron_bg_video=\u00a0\u00bb\u00a0\u00bb][vc_column][vc_empty_space height=\u00a0\u00bb105px\u00a0\u00bb][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":6,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/www.valeriolisci.com\/fr\/wp-json\/wp\/v2\/pages\/5957"}],"collection":[{"href":"https:\/\/www.valeriolisci.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.valeriolisci.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.valeriolisci.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.valeriolisci.com\/fr\/wp-json\/wp\/v2\/comments?post=5957"}],"version-history":[{"count":12,"href":"https:\/\/www.valeriolisci.com\/fr\/wp-json\/wp\/v2\/pages\/5957\/revisions"}],"predecessor-version":[{"id":7249,"href":"https:\/\/www.valeriolisci.com\/fr\/wp-json\/wp\/v2\/pages\/5957\/revisions\/7249"}],"wp:attachment":[{"href":"https:\/\/www.valeriolisci.com\/fr\/wp-json\/wp\/v2\/media?parent=5957"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}