{"id":201,"date":"2026-03-20T08:15:32","date_gmt":"2026-03-20T04:15:32","guid":{"rendered":"https:\/\/www.internationalteasymposium.org\/?page_id=201"},"modified":"2026-04-09T15:48:52","modified_gmt":"2026-04-09T11:48:52","slug":"programme","status":"publish","type":"page","link":"https:\/\/www.internationalteasymposium.org\/index.php\/programme\/","title":{"rendered":"Programme"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"201\" class=\"elementor elementor-201\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f137f84 e-flex e-con-boxed e-con e-parent\" data-id=\"f137f84\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8e88ba5 elementor-widget elementor-widget-html\" data-id=\"8e88ba5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\n\n\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Official Program - International Tea Symposium 2026<\/title>\n    \n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap\" rel=\"stylesheet\">\n\n    <style>\n        \/* --- VARIABLES & BASE --- *\/\n        :root {\n            --forest-green: #2d5a27;\n            --leaf-green: #88b04b;\n            --cream: #fcfaf7;\n            --white: #ffffff;\n            --text-dark: #2c2c2c;\n            --text-light: #666666;\n            --border-color: #e5e0d8;\n            \n            \/* Couleurs des Badges d'Activit\u00e9s *\/\n            --badge-ceremony: #1A301D; \n            --badge-conference: #88b04b; \n            --badge-workshop: #C9A66B; \n            --badge-visit: #5C7C8A; \n            --badge-break: #D1CEC5; \n        }\n\n        * { \n            margin: 0; \n            padding: 0; \n            box-sizing: border-box; \n            -webkit-tap-highlight-color: transparent; \n        }\n\n        ::selection {\n            background-color: var(--leaf-green);\n            color: var(--white);\n        }\n\n        body {\n            font-family: 'Montserrat', sans-serif;\n            color: var(--text-dark);\n            background-color: var(--cream);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        h1, h2, h3, h4 {\n            font-family: 'Playfair Display', serif;\n            color: var(--forest-green);\n        }\n\n        .container { max-width: 1000px; margin: 0 auto; padding: 60px 20px; }\n\n        \/* --- HERO HEADER --- *\/\n        .hero {\n            background-color: var(--forest-green);\n            color: var(--white);\n            text-align: center;\n            padding: 100px 20px 80px 20px;\n            position: relative;\n        }\n        .hero h1 { color: var(--white); font-size: 3rem; margin-bottom: 15px; }\n        .hero p { font-size: 1.1rem; max-width: 800px; margin: 0 auto; font-weight: 300; opacity: 0.9; }\n\n        \/* --- TABS SYSTEM --- *\/\n        .tabs-container {\n            margin-top: -30px;\n            position: relative;\n            z-index: 10;\n            display: flex;\n            justify-content: center;\n            gap: 10px;\n            padding: 0 20px;\n        }\n\n        .tab-btn {\n            background-color: var(--white);\n            color: var(--forest-green);\n            border: 1px solid var(--border-color);\n            border-bottom: none;\n            padding: 18px 40px;\n            font-size: 1.1rem;\n            font-family: 'Montserrat', sans-serif;\n            font-weight: 600;\n            cursor: pointer;\n            border-radius: 8px 8px 0 0;\n            transition: all 0.3s ease;\n            box-shadow: 0 -4px 15px rgba(0,0,0,0.02);\n            outline: none; \n        }\n\n        .tab-btn:hover:not(.active) { \n            background-color: var(--cream); \n            color: var(--forest-green); \n        }\n        \n        .tab-btn.active {\n            background-color: var(--forest-green);\n            color: var(--white);\n            border-color: var(--forest-green);\n            box-shadow: 0 -5px 20px rgba(45, 90, 39, 0.15);\n        }\n\n        \/* --- TAB CONTENT & TIMELINE --- *\/\n        .tab-content {\n            display: none;\n            background-color: var(--white);\n            padding: 50px;\n            border-radius: 8px;\n            box-shadow: 0 10px 40px rgba(0,0,0,0.03);\n            border-top-left-radius: 0; \n            animation: fadeIn 0.4s ease-in-out;\n        }\n\n        .tab-content.active { display: block; }\n\n        @keyframes fadeIn {\n            from { opacity: 0; transform: translateY(10px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n\n        .timeline { position: relative; margin-top: 20px; }\n        \n        .timeline::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            bottom: 0;\n            left: 120px;\n            width: 2px;\n            background-color: var(--border-color);\n        }\n\n        .timeline-item {\n            position: relative;\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 40px;\n        }\n\n        .timeline-item:last-child { margin-bottom: 0; }\n\n        .timeline-time {\n            width: 100px;\n            padding-right: 20px;\n            text-align: right;\n            font-weight: 700;\n            color: var(--forest-green);\n            font-size: 1.05rem;\n            padding-top: 15px;\n        }\n\n        .timeline-dot {\n            position: absolute;\n            left: 115px;\n            top: 20px;\n            width: 12px;\n            height: 12px;\n            border-radius: 50%;\n            background-color: var(--forest-green);\n            border: 3px solid var(--white);\n            box-shadow: 0 0 0 2px var(--leaf-green);\n            z-index: 2;\n        }\n\n        .timeline-content {\n            flex: 1;\n            padding-left: 40px;\n            background: var(--white);\n            border: 1px solid var(--border-color);\n            border-radius: 6px;\n            padding: 25px;\n            margin-left: 20px;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n\n        .timeline-content:hover {\n            transform: translateX(5px);\n            box-shadow: 0 5px 20px rgba(0,0,0,0.04);\n            border-color: var(--leaf-green);\n        }\n\n        .timeline-content h3 { font-size: 1.3rem; margin-bottom: 5px; line-height: 1.4; }\n        .timeline-content p { color: var(--text-light); font-size: 0.95rem; margin-bottom: 0; }\n\n        \/* Style pour le texte du lieu *\/\n        .venue-text {\n            display: block;\n            color: var(--leaf-green);\n            font-weight: 600;\n            font-size: 0.9rem;\n            margin-bottom: 10px;\n            text-transform: uppercase;\n        }\n\n        \/* --- BADGES (ACTIVITY TYPES) --- *\/\n        .badge {\n            display: inline-block;\n            padding: 4px 12px;\n            border-radius: 50px;\n            font-size: 0.75rem;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            font-weight: 700;\n            color: var(--white);\n            margin-bottom: 12px;\n        }\n        \n        .b-ceremony { background-color: var(--badge-ceremony); }\n        .b-conference { background-color: var(--badge-conference); }\n        .b-workshop { background-color: var(--badge-workshop); }\n        .b-visit { background-color: var(--badge-visit); }\n        .b-break { background-color: var(--badge-break); color: var(--text-dark); }\n\n        .lang-badge {\n            display: inline-block;\n            margin-top: 12px;\n            font-size: 0.8rem;\n            color: var(--text-light);\n            border: 1px solid var(--border-color);\n            padding: 3px 10px;\n            border-radius: 4px;\n            font-weight: 500;\n        }\n\n        \/* --- MODAL WINDOW --- *\/\n        .modal-overlay {\n            display: none;\n            position: fixed;\n            top: 0; left: 0; width: 100%; height: 100%;\n            background-color: rgba(0, 0, 0, 0.6);\n            z-index: 1000;\n            align-items: center;\n            justify-content: center;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n        }\n        \n        .modal-overlay.active {\n            display: flex;\n            opacity: 1;\n        }\n\n        .modal-content {\n            background-color: var(--cream);\n            padding: 40px;\n            border-radius: 8px;\n            max-width: 700px;\n            width: 90%;\n            position: relative;\n            box-shadow: 0 15px 50px rgba(0,0,0,0.3);\n            max-height: 85vh;\n            overflow-y: auto;\n            transform: translateY(20px);\n            transition: transform 0.3s ease;\n        }\n\n        .modal-overlay.active .modal-content {\n            transform: translateY(0);\n        }\n\n        .close-modal {\n            position: absolute;\n            top: 20px;\n            right: 25px;\n            font-size: 2rem;\n            color: var(--text-light);\n            cursor: pointer;\n            line-height: 1;\n            transition: color 0.2s;\n        }\n\n        .close-modal:hover { color: var(--forest-green); }\n        .modal-content h2 { margin-bottom: 25px; font-size: 1.8rem; }\n        .modal-content p { margin-bottom: 15px; color: var(--text-dark); font-size: 1.05rem; }\n\n        .btn-read-more {\n            display: inline-block;\n            margin-top: 10px;\n            color: var(--forest-green);\n            font-weight: 600;\n            text-decoration: underline;\n            cursor: pointer;\n            font-size: 0.95rem;\n            background: none;\n            border: none;\n            padding: 0;\n            font-family: inherit;\n        }\n\n        \/* Style sp\u00e9cifique pour les pauses *\/\n        .item-break .timeline-content {\n            background-color: var(--cream);\n            border-style: dashed;\n            padding: 15px 25px;\n        }\n        .item-break .timeline-content:hover { transform: none; box-shadow: none; border-color: var(--border-color); }\n        .item-break .timeline-dot { background-color: var(--badge-break); box-shadow: 0 0 0 2px var(--border-color); }\n\n        \/* --- RESPONSIVE DESIGN --- *\/\n        @media (max-width: 768px) {\n            .hero h1 { font-size: 2.2rem; }\n            .tabs-container { flex-direction: column; padding: 0 20px; gap: 5px; margin-top: 0; padding-top: 30px; background: var(--forest-green); }\n            .tab-btn { border-radius: 4px; padding: 12px; width: 100%; border: none; }\n            .tab-content { padding: 30px 15px; border-radius: 0 0 8px 8px; }\n            \n            .timeline::before { left: 15px; }\n            .timeline-item { flex-direction: column; margin-bottom: 30px; }\n            .timeline-time { width: auto; text-align: left; padding-left: 40px; padding-bottom: 10px; padding-top: 0; }\n            .timeline-dot { left: 10px; top: 0; }\n            .timeline-content { margin-left: 0; padding-left: 20px; padding: 20px 15px; margin-top: 5px; }\n            .modal-content { padding: 30px 20px; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <header class=\"hero\">\n        <h1>Official Program<\/h1>\n        <p>19, 20 & 21 May 2026 \u00b7 La R\u00e9union, Saint-Joseph<br>A transversal approach between Science, Education, Culture, and Heritage.<\/p>\n    <\/header>\n\n    <div class=\"tabs-container\">\n        <button class=\"tab-btn active\" onclick=\"openTab('day1')\">Day 1 - May 19<\/button>\n        <button class=\"tab-btn\" onclick=\"openTab('day2')\">Day 2 - May 20<\/button>\n        <button class=\"tab-btn\" onclick=\"openTab('day3')\">Day 3 - May 21<\/button>\n    <\/div>\n\n    <div class=\"container\">\n        \n        <div id=\"day1\" class=\"tab-content active\">\n            <h2 style=\"text-align: center; margin-bottom: 40px; font-size: 2rem;\">Tuesday, May 19, 2026<\/h2>\n            <div class=\"timeline\">\n                \n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">09:00<br>10:30<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-ceremony\">Ceremony<\/span>\n                        <h3>Official Opening Ceremony<\/h3>\n                        <span class=\"venue-text\">Labyrinthe En-Champ-Th\u00e9<\/span>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">10:30<br>10:35<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>UK Tea Academy Video<\/h3>\n                        <span class=\"venue-text\">Labyrinthe En-Champ-Th\u00e9<\/span>\n                        <p>Presentation by Jane Pettigrew.<\/p>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">10:45<br>11:35<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-ceremony\">Ceremony<\/span>\n                        <h3>Construction of the Tea Wok<\/h3>\n                        <span class=\"venue-text\">Labyrinthe En-Champ-Th\u00e9<\/span>\n                        <p>Symbol of friendship between nations and the safeguarding of tea as a shared intangible cultural heritage.<\/p>\n                        <button class=\"btn-read-more\" onclick=\"openWokModal()\">Read more about the Wok<\/button>\n                        <br>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">11:45<br>12:35<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-visit\">Visit & Conference<\/span>\n                        <h3>Tea Heritage Visit<\/h3>\n                        <span class=\"venue-text\">Labyrinthe En-Champ-Th\u00e9<\/span>\n                        <p>Guided conference on the history of local tea.<\/p>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item item-break\">\n                    <div class=\"timeline-time\">12:35<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-break\">Break<\/span>\n                        <h3 style=\"margin-bottom: 0; font-size: 1.1rem;\">Creole Tea Time & Lunch<\/h3>\n                        <p style=\"font-size: 0.85rem; color: #888; font-style: italic; margin-top: 5px;\">Venue: External location (different from morning events)<\/p>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">14:00<br>15:50<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Malawi Conference<\/h3>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">16:00<br>16:45<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Health and Benefits of Tea<\/h3>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">17:50<br>18:00<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-workshop\">Workshop<\/span>\n                        <h3>Taiwan Teas Workshop<\/h3>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <div id=\"day2\" class=\"tab-content\">\n            <h2 style=\"text-align: center; margin-bottom: 40px; font-size: 2rem;\">Wednesday, May 20, 2026<\/h2>\n            <div class=\"timeline\">\n                \n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">09:00<br>09:50<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>South Korean Tea Origins and Heritage<\/h3>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">10:00<br>11:15<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-workshop\">Workshop<\/span>\n                        <h3>South Korean Tea Workshop<\/h3>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">11:20<br>12:15<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Round Table<\/span>\n                        <h3>Familial Transmission of a Cultural and Agricultural Heritage<\/h3>\n                        <p>Focus on Japan and South Korea.<\/p>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item item-break\">\n                    <div class=\"timeline-time\">12:20<br>12:45<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-break\">Break<\/span>\n                        <h3 style=\"margin-bottom: 0; font-size: 1.1rem;\">Lunch<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">12:50<br>13:30<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Tea Culture in Peru<\/h3>\n                        <p>History and Perspectives.<\/p>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">13:40<br>14:30<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-workshop\">Workshop<\/span>\n                        <h3>Dedicated Workshop<\/h3>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">14:45<br>15:30<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Taiwan Presentation<\/h3>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">15:35<br>16:10<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Sustainable Agriculture<\/h3>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">16:15<br>17:00<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Oceania Presentation<\/h3>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">17:05<br>17:50<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-workshop\">Workshop<\/span>\n                        <h3>Dedicated Workshop<\/h3>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n        <div id=\"day3\" class=\"tab-content\">\n            <h2 style=\"text-align: center; margin-bottom: 40px; font-size: 2rem;\">Thursday, May 21, 2026<\/h2>\n            <div class=\"timeline\">\n                \n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">09:00<br>10:00<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-ceremony\">Ceremony<\/span>\n                        <h3>Opening of UNESCO Tea Day<\/h3>\n                        <p><\/p>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">10:15<br>11:00<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>UNESCO Heritage and Tea<\/h3>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">11:15<br>12:00<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Human and Tea & Women in Tea Culture<\/h3>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item item-break\">\n                    <div class=\"timeline-time\">12:10<br>13:00<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-break\">Break<\/span>\n                        <h3 style=\"margin-bottom: 0; font-size: 1.1rem;\">Lunch<\/h3>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">14:30<br>15:00<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Preservation and Genetic Resources<\/h3>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">15:10<br>15:55<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-conference\">Conference<\/span>\n                        <h3>Tea Production in the Indian Ocean<\/h3>\n                        <p>Sri Lanka - India - La R\u00e9union Presentations & Relief and Tea Landscapes of La R\u00e9union.<\/p>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">16:00<br>17:55<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-ceremony\">Ceremony<\/span>\n                        <h3>Award Ceremony and Handover<\/h3>\n                        <p>Announcement of the 2027 Edition.<\/p>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n                <div class=\"timeline-item\">\n                    <div class=\"timeline-time\">19:30<br>22:00<\/div>\n                    <div class=\"timeline-dot\"><\/div>\n                    <div class=\"timeline-content\">\n                        <span class=\"badge b-ceremony\">Ceremony & Visit<\/span>\n                        <h3>Closing Cocktail Reception<\/h3>\n                        <p>A formal and elegant evening to conclude the 2026 symposium. This reception will feature artistic performances and meaningful exchanges focused on the preservation of our local and international tea heritage.<\/p>\n                        <span class=\"lang-badge\">Language: English<\/span>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n    <div id=\"wokModal\" class=\"modal-overlay\">\n        <div class=\"modal-content\">\n            <span class=\"close-modal\" onclick=\"closeWokModal()\">&times;<\/span>\n            <h2>Construction of the Tea Wok<\/h2>\n            <p>A founding moment unfolds at the heart of the International Tea Symposium.<\/p>\n            <p>You step into a sequence that sets a clear direction. To recognize tea as a shared heritage among peoples.<\/p>\n            <p>This initiative takes shape through the commitment of UNESCO-UNESCO Community Association, the French Tea Producers Association, the Hadong Tea Producers Association, with the support of Mairie de Saint-Joseph.<\/p>\n            <p>At the center, a simple gesture. The construction of a Tea Wok.<\/p>\n            <p>A direct symbol of friendship between nations and of safeguarding tea. Each region lays a brick. Each brick carries a clear commitment.<\/p>\n            <p>To transmit. To preserve. To sustain tea cultures.<\/p>\n            <p>The Wok takes shape before your eyes. It becomes a material presence. It becomes a landmark. A space of memory. A meeting point between traditions, territories, and generations.<\/p>\n            <br>\n            <p><em>This initiative aligns with the principles of the Convention for the Safeguarding of the Intangible Cultural Heritage led by UNESCO.<\/em><\/p>\n            <p>It turns principles into concrete actions. This place remains. It is passed on.<\/p>\n            <p><strong>One region, one brick. One humanity, one heritage.<\/strong><\/p>\n            <h3 style=\"margin-top: 20px; text-align: center;\">Tea is a universal common good.<\/h3>\n        <\/div>\n    <\/div>\n\n    <script>\n        \/\/ Gestion des Onglets\n        function openTab(tabId) {\n            const contents = document.querySelectorAll('.tab-content');\n            contents.forEach(content => {\n                content.classList.remove('active');\n            });\n\n            const buttons = document.querySelectorAll('.tab-btn');\n            buttons.forEach(button => {\n                button.classList.remove('active');\n            });\n\n            document.getElementById(tabId).classList.add('active');\n            event.currentTarget.classList.add('active');\n        }\n\n        \/\/ Gestion de la Fen\u00eatre Modale (Wok)\n        function openWokModal() {\n            document.getElementById('wokModal').classList.add('active');\n            document.body.style.overflow = 'hidden'; \n        }\n\n        function closeWokModal() {\n            document.getElementById('wokModal').classList.remove('active');\n            document.body.style.overflow = 'auto'; \n        }\n\n        \/\/ Fermer la modale en cliquant \u00e0 l'ext\u00e9rieur\n        window.onclick = function(event) {\n            const modal = document.getElementById('wokModal');\n            if (event.target === modal) {\n                closeWokModal();\n            }\n        }\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Official Program &#8211; International Tea Symposium 2026 Official Program 19, 20 &#038; 21 May 2026 \u00b7 La R\u00e9union, Saint-JosephA transversal approach between Science, Education, Culture, and Heritage. Day 1 &#8211; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"footnotes":"","_tec_slr_enabled":"","_tec_slr_layout":""},"class_list":["post-201","page","type-page","status-publish","hentry"],"jetpack_sharing_enabled":true,"ticketed":false,"_links":{"self":[{"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/pages\/201","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/comments?post=201"}],"version-history":[{"count":16,"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/pages\/201\/revisions"}],"predecessor-version":[{"id":464,"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/pages\/201\/revisions\/464"}],"wp:attachment":[{"href":"https:\/\/www.internationalteasymposium.org\/index.php\/wp-json\/wp\/v2\/media?parent=201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}