{"id":8129,"date":"2026-05-18T11:23:56","date_gmt":"2026-05-18T10:23:56","guid":{"rendered":"https:\/\/cyroi.re\/?p=8129"},"modified":"2026-05-18T11:23:57","modified_gmt":"2026-05-18T10:23:57","slug":"one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion","status":"publish","type":"post","link":"https:\/\/cyroi.re\/en\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/","title":{"rendered":"One Health : une matin\u00e9e pour penser l\u2019innovation en sant\u00e9 \u00e0 La R\u00e9union"},"content":{"rendered":"<!-- ARTICLE: One Health - Matin\u00e9e d'\u00e9changes 2 juin -->\n<style>\n    \/* Variables CSS *\/\n    :root {\n        --bleu-nuit: #1c1c68;\n        --bleu-canard: #008f98;\n        --bleu-clair: #a5c3c2;\n        --vert-turquoise: #47b2a2;\n        --orange-corail: #f46b53;\n    }\n\n    \/* Container principal *\/\n    .onehealth-container {\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    \/* Header de l'article *\/\n    .onehealth-header {\n        text-align: center;\n        margin: 60px 0;\n        padding: 0 20px;\n    }\n\n    .onehealth-title {\n        font-family: 'Raleway', sans-serif;\n        font-size: clamp(1.5rem, 3.5vw, 2.5rem);\n        font-weight: 700;\n        color: var(--bleu-nuit);\n        margin-bottom: 20px;\n        line-height: 1.2;\n    }\n\n    .onehealth-subtitle {\n        font-family: 'Nunito', sans-serif;\n        font-size: 1.2rem;\n        color: var(--bleu-canard);\n        font-weight: 600;\n    }\n\n    \/* Badges info cl\u00e9s *\/\n    .onehealth-badges {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 15px;\n        justify-content: center;\n        margin-top: 30px;\n    }\n\n    .onehealth-badge {\n        background: var(--bleu-clair);\n        color: white;\n        padding: 10px 20px;\n        border-radius: 50px;\n        font-family: 'Nunito', sans-serif;\n        font-size: 0.95rem;\n        font-weight: 600;\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n    }\n\n    .onehealth-badge.date {\n        background: var(--bleu-canard);\n    }\n\n    .onehealth-badge.deadline {\n        background: var(--orange-corail);\n    }\n\n    .onehealth-badge svg {\n        width: 18px;\n        height: 18px;\n        fill: white;\n    }\n\n    \/* Photo centr\u00e9e *\/\n    .onehealth-photo {\n        margin: 30px auto;\n        width: 100%;\n        max-width: 700px;\n        border-radius: 15px;\n        overflow: hidden;\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);\n        transition: transform 0.3s ease;\n    }\n\n    .onehealth-photo:hover {\n        transform: translateY(-5px);\n    }\n\n    .onehealth-photo img {\n        width: 100%;\n        height: auto;\n        display: block;\n        transition: transform 0.3s ease;\n    }\n\n    .onehealth-photo:hover img {\n        transform: scale(1.05);\n    }\n\n    \/* Contenu principal *\/\n    .onehealth-content {\n        margin-bottom: 80px;\n    }\n\n    .onehealth-main {\n        font-size: 1.1rem;\n        line-height: 1.8;\n        font-family: 'Nunito', sans-serif;\n    }\n\n    .onehealth-main h2 {\n        font-family: 'Raleway', sans-serif;\n        font-size: 2rem;\n        font-weight: 600;\n        color: var(--bleu-nuit);\n        margin: 40px 0 20px 0;\n        position: relative;\n        padding-left: 20px;\n    }\n\n    .onehealth-main h2:before {\n        content: '';\n        position: absolute;\n        left: 0;\n        top: 50%;\n        transform: translateY(-50%);\n        width: 4px;\n        height: 30px;\n        background: var(--orange-corail);\n        border-radius: 2px;\n    }\n\n    .onehealth-main p {\n        margin-bottom: 20px;\n    }\n\n    .onehealth-main strong {\n        color: var(--bleu-nuit);\n    }\n\n    .onehealth-main a {\n        color: var(--bleu-canard);\n        text-decoration: none;\n        border-bottom: 1px solid transparent;\n        transition: border-bottom 0.3s ease;\n    }\n\n    .onehealth-main a:hover {\n        border-bottom: 1px solid var(--bleu-canard);\n    }\n\n    \/* Encadr\u00e9 infos pratiques *\/\n    .onehealth-info-box {\n        background: linear-gradient(135deg, rgba(71, 178, 162, 0.1), rgba(0, 143, 152, 0.1));\n        border-left: 4px solid var(--vert-turquoise);\n        padding: 25px 30px;\n        border-radius: 10px;\n        margin: 30px 0;\n    }\n\n    .onehealth-info-box h3 {\n        font-family: 'Raleway', sans-serif;\n        font-size: 1.3rem;\n        color: var(--bleu-nuit);\n        margin-bottom: 15px;\n        font-weight: 600;\n    }\n\n    .onehealth-info-box p {\n        margin-bottom: 10px;\n        font-family: 'Nunito', sans-serif;\n    }\n\n    .onehealth-info-box strong {\n        color: var(--bleu-canard);\n    }\n\n    \/* Bouton t\u00e9l\u00e9chargement programme *\/\n    .onehealth-download {\n        text-align: center;\n        margin: 30px 0;\n    }\n\n    .onehealth-download-button {\n        display: inline-flex;\n        align-items: center;\n        gap: 12px;\n        background: white;\n        color: var(--bleu-nuit) !important;\n        padding: 14px 30px;\n        border-radius: 50px;\n        text-decoration: none !important;\n        font-family: 'Raleway', sans-serif;\n        font-weight: 700;\n        font-size: 1.05rem;\n        border: 2px solid var(--bleu-canard) !important;\n        transition: all 0.3s ease;\n        box-shadow: 0 4px 15px rgba(0, 143, 152, 0.15);\n    }\n\n    .onehealth-download-button:hover {\n        background: var(--bleu-canard);\n        color: white !important;\n        transform: translateY(-3px);\n        box-shadow: 0 8px 20px rgba(0, 143, 152, 0.3);\n        border: 2px solid var(--bleu-canard) !important;\n    }\n\n    .onehealth-download-button svg {\n        width: 22px;\n        height: 22px;\n        fill: currentColor;\n    }\n\n    \/* Section CTA inscription *\/\n    .onehealth-cta {\n        background: var(--bleu-nuit);\n        color: white;\n        padding: 50px 40px;\n        border-radius: 20px;\n        margin: 60px 0;\n        text-align: center;\n    }\n\n    .onehealth-cta-title {\n        font-family: 'Raleway', sans-serif;\n        font-size: 2rem;\n        font-weight: 700;\n        margin-bottom: 20px;\n        color: white;\n    }\n\n    .onehealth-cta-text {\n        font-family: 'Nunito', sans-serif;\n        font-size: 1.15rem;\n        margin-bottom: 30px;\n        line-height: 1.8;\n    }\n\n    .onehealth-cta-text strong {\n        color: white;\n    }\n\n    .onehealth-cta-button {\n        display: inline-flex;\n        align-items: center;\n        gap: 10px;\n        background: var(--orange-corail);\n        color: white !important;\n        padding: 15px 35px;\n        border-radius: 50px;\n        text-decoration: none !important;\n        font-family: 'Raleway', sans-serif;\n        font-weight: 700;\n        font-size: 1.1rem;\n        transition: all 0.3s ease;\n        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);\n        border-bottom: none !important;\n    }\n\n    .onehealth-cta-button:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);\n        border-bottom: none !important;\n    }\n\n    .onehealth-cta-button svg {\n        width: 22px;\n        height: 22px;\n        fill: white;\n    }\n\n    \/* Section co-organisateurs *\/\n    .onehealth-partners-section {\n        margin: 60px 0;\n        text-align: center;\n    }\n\n    .onehealth-partners-title {\n        font-family: 'Raleway', sans-serif;\n        font-size: 1.5rem;\n        font-weight: 600;\n        color: var(--bleu-nuit);\n        margin-bottom: 30px;\n    }\n\n    .onehealth-partners-logos {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 30px;\n        align-items: center;\n        justify-content: center;\n        max-width: 1000px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .onehealth-partner-logo {\n        max-width: 180px !important;\n        max-height: 100px !important;\n        width: auto !important;\n        height: auto !important;\n        object-fit: contain !important;\n        transition: transform 0.3s ease;\n        background: white;\n        border-radius: 8px;\n        padding: 15px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\n        box-sizing: border-box;\n    }\n\n    .onehealth-partner-logo:hover {\n        transform: scale(1.08);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .onehealth-container {\n            padding: 0 15px;\n        }\n\n        .onehealth-header {\n            margin: 40px 0;\n        }\n\n        .onehealth-main {\n            font-size: 1rem;\n        }\n\n        .onehealth-main h2 {\n            font-size: 1.5rem;\n        }\n\n        .onehealth-badges {\n            gap: 10px;\n        }\n\n        .onehealth-badge {\n            font-size: 0.85rem;\n            padding: 8px 16px;\n        }\n\n        .onehealth-info-box {\n            padding: 20px;\n        }\n\n        .onehealth-download-button {\n            width: 100%;\n            justify-content: center;\n        }\n\n        .onehealth-cta {\n            padding: 35px 25px;\n        }\n\n        .onehealth-cta-title {\n            font-size: 1.5rem;\n        }\n\n        .onehealth-cta-text {\n            font-size: 1rem;\n        }\n\n        .onehealth-cta-button {\n            width: 100%;\n            justify-content: center;\n        }\n\n        .onehealth-partners-logos {\n            gap: 20px;\n        }\n\n        .onehealth-partner-logo {\n            max-width: 140px !important;\n            max-height: 80px !important;\n            width: auto !important;\n            height: auto !important;\n        }\n    }\n<\/style>\n\n<!-- Container principal de l'article -->\n<div class=\"onehealth-container\">\n\n    <!-- Header de l'article -->\n    <header class=\"onehealth-header fade-in\">\n        <h1 class=\"onehealth-title\">One Health : une matin\u00e9e pour penser l&rsquo;innovation en sant\u00e9 \u00e0 La R\u00e9union<\/h1>\n        <p class=\"onehealth-subtitle\">Une matin\u00e9e d&rsquo;\u00e9changes d\u00e9di\u00e9e \u00e0 l&rsquo;approche One Health<\/p>\n\n        <!-- Badges info cl\u00e9s -->\n        <div class=\"onehealth-badges\">\n            <span class=\"onehealth-badge date\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\">\n                    <path d=\"M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 16H5V10h14v10zM9 14H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2zm-8 4H7v-2h2v2zm4 0h-2v-2h2v2zm4 0h-2v-2h2v2z\"\/>\n                <\/svg>\n                Mardi 2 juin \u00b7 8h30 \u2014 12h30\n            <\/span>\n            <span class=\"onehealth-badge\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\">\n                    <path d=\"M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z\"\/>\n                <\/svg>\n                Reunion Island\n            <\/span>\n            <span class=\"onehealth-badge deadline\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\">\n                    <path d=\"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm.5-13H11v6l5.25 3.15.75-1.23-4.5-2.67z\"\/>\n                <\/svg>\n                Inscriptions avant le 29 mai\n            <\/span>\n        <\/div>\n    <\/header>\n\n    <!-- Visuel principal -->\n    <div class=\"onehealth-photo fade-in fade-in-delay\">\n        <img decoding=\"async\" src=\"https:\/\/cyroi.re\/wp-content\/uploads\/2026\/05\/Capture-decran-2026-05-18-093812.jpg\" alt=\"Visuel de la matin\u00e9e One Health organis\u00e9e \u00e0 La R\u00e9union le 2 juin\" loading=\"lazy\">\n    <\/div>\n\n    <!-- Contenu principal -->\n    <div class=\"onehealth-content fade-in fade-in-delay-2\">\n\n        <main class=\"onehealth-main\">\n\n            <!-- Introduction -->\n            <p>Le mardi 2 juin, le <strong>CYROI<\/strong> s&rsquo;associe \u00e0 <strong>La R\u00e9union Innovation<\/strong> et aux acteurs engag\u00e9s du territoire pour une matin\u00e9e d&rsquo;\u00e9changes d\u00e9di\u00e9e \u00e0 l&rsquo;approche <strong>One Health<\/strong>.<\/p>\n\n            <p>Cette approche repose sur une id\u00e9e centrale : la sant\u00e9 humaine, la sant\u00e9 animale et la sant\u00e9 des \u00e9cosyst\u00e8mes sont \u00e9troitement li\u00e9es. \u00c0 La R\u00e9union, territoire insulaire riche d&rsquo;une biodiversit\u00e9 remarquable et confront\u00e9 \u00e0 des enjeux sanitaires, environnementaux et climatiques sp\u00e9cifiques, cette vision transversale constitue un levier essentiel pour imaginer des solutions innovantes, durables et adapt\u00e9es aux r\u00e9alit\u00e9s locales.<\/p>\n\n            <!-- Section : Croiser les regards -->\n            <h2>Croiser les regards pour faire \u00e9merger des solutions<\/h2>\n            <p>Cette matin\u00e9e r\u00e9unira chercheurs, professionnels de sant\u00e9, acteurs de l&rsquo;environnement, institutions, \u00e9tudiants, entrepreneurs, innovateurs et toute personne int\u00e9ress\u00e9e par les liens entre sant\u00e9 et environnement.<\/p>\n\n            <p>L&rsquo;objectif : mieux comprendre les enjeux du One Health, partager les initiatives d\u00e9j\u00e0 engag\u00e9es sur le territoire et favoriser les \u00e9changes entre les acteurs qui contribuent, chacun \u00e0 leur \u00e9chelle, \u00e0 faire \u00e9merger de nouvelles r\u00e9ponses.<\/p>\n\n            <p>Le programme complet de la matin\u00e9e est disponible en t\u00e9l\u00e9chargement.<\/p>\n\n            <!-- Bouton t\u00e9l\u00e9chargement programme -->\n            <div class=\"onehealth-download\">\n                <a href=\"https:\/\/cyroi.re\/wp-content\/uploads\/2026\/05\/OneHealth-LaRI.pdf\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"onehealth-download-button\" download>\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\">\n                        <path d=\"M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z\"\/>\n                    <\/svg>\n                    T\u00e9l\u00e9charger le programme (PDF)\n                <\/a>\n            <\/div>\n\n            <!-- Informations pratiques -->\n            <h2>Informations pratiques<\/h2>\n            <div class=\"onehealth-info-box\">\n                <h3>Tout ce qu&rsquo;il faut savoir<\/h3>\n                <p><strong>Date :<\/strong> mardi 2 juin<\/p>\n                <p><strong>Horaires :<\/strong> de 8h30 \u00e0 12h30<\/p>\n                <p><strong>Location: Saint-Denis, Technopole de La R\u00e9union<\/strong> \u00e0 pr\u00e9ciser<\/p> \n            <\/div>\n\n            <p>Les places sont limit\u00e9es. Les inscriptions sont ouvertes jusqu&rsquo;au <strong>29 mai<\/strong>.<\/p>\n\n            <!-- Conclusion -->\n            <p>Cette rencontre sera l&rsquo;occasion de renforcer les coop\u00e9rations, de valoriser les initiatives locales et de r\u00e9fl\u00e9chir collectivement aux innovations en sant\u00e9 de demain, au service du territoire r\u00e9unionnais et de ses \u00e9cosyst\u00e8mes.<\/p>\n\n        <\/main>\n\n    <\/div>\n\n    <!-- CTA Inscription -->\n    <div class=\"onehealth-cta\">\n        <h2 class=\"onehealth-cta-title\">Inscrivez-vous d\u00e8s maintenant<\/h2>\n        <p class=\"onehealth-cta-text\">\n            Les places sont <strong>limit\u00e9es<\/strong>, pensez \u00e0 vous inscrire avant le <strong>29 mai<\/strong>.\n        <\/p>\n        <a href=\"https:\/\/lnkd.in\/dtSeKxDB\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"onehealth-cta-button\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\">\n                <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n            <\/svg>\n            S&rsquo;inscrire \u00e0 l&rsquo;\u00e9v\u00e8nement\n        <\/a>\n    <\/div>\n\n    <!-- Section co-organisateurs -->\n    <div class=\"onehealth-partners-section\">\n        <h3 class=\"onehealth-partners-title\">Co-organisateurs et partenaires<\/h3>\n        <div class=\"onehealth-partners-logos\">\n            <img decoding=\"async\" src=\"https:\/\/cyroi.re\/wp-content\/uploads\/2026\/05\/Logo-La-Reunion-innovation-1024x334-1.jpg\" alt=\"Logo La R\u00e9union Innovation\" class=\"onehealth-partner-logo\" loading=\"lazy\">\n            <img decoding=\"async\" src=\"https:\/\/cyroi.re\/wp-content\/uploads\/2026\/05\/Logo-ARS-reunion.png\" alt=\"Logo Agence R\u00e9gionale de Sant\u00e9 La R\u00e9union\" class=\"onehealth-partner-logo\" loading=\"lazy\">\n            <img decoding=\"async\" src=\"https:\/\/cyroi.re\/wp-content\/uploads\/2026\/05\/Logo-CIRAD.png\" alt=\"Logo Cirad R\u00e9union Oc\u00e9an Indien\" class=\"onehealth-partner-logo\" loading=\"lazy\">\n            <img decoding=\"async\" src=\"https:\/\/cyroi.re\/wp-content\/uploads\/2016\/09\/logo-site-pimit-sans-optimized.webp\" alt=\"Logo UMR PIMIT\" class=\"onehealth-partner-logo\" loading=\"lazy\">\n            <img decoding=\"async\" src=\"https:\/\/cyroi.re\/wp-content\/uploads\/2026\/05\/Logo-OHexpert-2-1.png\" alt=\"Logo OHExpert - One Health, One Future\" class=\"onehealth-partner-logo\" loading=\"lazy\">\n            <img decoding=\"async\" src=\"https:\/\/cyroi.re\/wp-content\/uploads\/2026\/05\/Logo-lespetitsdebrouillard.webp\" alt=\"Logo Les Petits D\u00e9brouillards de La R\u00e9union\" class=\"onehealth-partner-logo\" loading=\"lazy\">\n        <\/div>\n    <\/div>\n\n<\/div>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Le mardi 2 juin, le CYROI s\u2019associe \u00e0 La R\u00e9union Innovation et aux acteurs engag\u00e9s du territoire pour une matin\u00e9e d\u2019\u00e9changes d\u00e9di\u00e9e \u00e0 l\u2019approche One Health.<br \/>\nCette approche repose sur une id\u00e9e centrale : la sant\u00e9 humaine, la sant\u00e9 animale et la sant\u00e9 des \u00e9cosyst\u00e8mes sont \u00e9troitement li\u00e9es.<\/p>","protected":false},"author":1904,"featured_media":8127,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","footnotes":""},"categories":[13],"tags":[],"class_list":["post-8129","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-nos-actualites"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>One Health : une matin\u00e9e pour penser l\u2019innovation en sant\u00e9 \u00e0 La R\u00e9union - CYROI<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cyroi.re\/en\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"One Health : une matin\u00e9e pour penser l\u2019innovation en sant\u00e9 \u00e0 La R\u00e9union - CYROI\" \/>\n<meta property=\"og:description\" content=\"Le mardi 2 juin, le CYROI s\u2019associe \u00e0 La R\u00e9union Innovation et aux acteurs engag\u00e9s du territoire pour une matin\u00e9e d\u2019\u00e9changes d\u00e9di\u00e9e \u00e0 l\u2019approche One Health. Cette approche repose sur une id\u00e9e centrale : la sant\u00e9 humaine, la sant\u00e9 animale et la sant\u00e9 des \u00e9cosyst\u00e8mes sont \u00e9troitement li\u00e9es.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cyroi.re\/en\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/\" \/>\n<meta property=\"og:site_name\" content=\"CYROI\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100066913282100\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-18T10:23:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-18T10:23:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cyroi.re\/wp-content\/uploads\/2026\/05\/Capture-decran-2026-05-18-093812.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1497\" \/>\n\t<meta property=\"og:image:height\" content=\"816\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Anne Ga\u00eblle Lefevre\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Anne Ga\u00eblle Lefevre\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\\\/\"},\"author\":{\"name\":\"Anne Ga\u00eblle Lefevre\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/#\\\/schema\\\/person\\\/66088ebfb93df1b8ed3068c0b8be6ece\"},\"headline\":\"One Health : une matin\u00e9e pour penser l\u2019innovation en sant\u00e9 \u00e0 La R\u00e9union\",\"datePublished\":\"2026-05-18T10:23:56+00:00\",\"dateModified\":\"2026-05-18T10:23:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\\\/\"},\"wordCount\":332,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cyroi.re\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Capture-decran-2026-05-18-093812.jpg\",\"articleSection\":[\"Nos actualit\u00e9s\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cyroi.re\\\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\\\/\",\"url\":\"https:\\\/\\\/cyroi.re\\\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\\\/\",\"name\":\"One Health : une matin\u00e9e pour penser l\u2019innovation en sant\u00e9 \u00e0 La R\u00e9union - CYROI\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cyroi.re\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Capture-decran-2026-05-18-093812.jpg\",\"datePublished\":\"2026-05-18T10:23:56+00:00\",\"dateModified\":\"2026-05-18T10:23:57+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cyroi.re\\\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cyroi.re\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Capture-decran-2026-05-18-093812.jpg\",\"contentUrl\":\"https:\\\/\\\/cyroi.re\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Capture-decran-2026-05-18-093812.jpg\",\"width\":1497,\"height\":816},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/cyroi.re\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"One Health : une matin\u00e9e pour penser l\u2019innovation en sant\u00e9 \u00e0 La R\u00e9union\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/#website\",\"url\":\"https:\\\/\\\/cyroi.re\\\/\",\"name\":\"CYROI\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cyroi.re\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/#organization\",\"name\":\"CYROI\",\"url\":\"https:\\\/\\\/cyroi.re\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cyroi.re\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Design-sans-titre2.svg\",\"contentUrl\":\"https:\\\/\\\/cyroi.re\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Design-sans-titre2.svg\",\"width\":375,\"height\":157,\"caption\":\"CYROI\"},\"image\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100066913282100\",\"https:\\\/\\\/x.com\\\/GIP_CYROI\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/gip-cyroi\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/#\\\/schema\\\/person\\\/66088ebfb93df1b8ed3068c0b8be6ece\",\"name\":\"Anne Ga\u00eblle Lefevre\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a89a813ad3083d1319076abca6bf569147519f6f7a0383f7efd1e8892226539e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a89a813ad3083d1319076abca6bf569147519f6f7a0383f7efd1e8892226539e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a89a813ad3083d1319076abca6bf569147519f6f7a0383f7efd1e8892226539e?s=96&d=mm&r=g\",\"caption\":\"Anne Ga\u00eblle Lefevre\"},\"url\":\"https:\\\/\\\/cyroi.re\\\/en\\\/author\\\/aglefevre\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"One Health : une matin\u00e9e pour penser l\u2019innovation en sant\u00e9 \u00e0 La R\u00e9union - CYROI","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cyroi.re\/en\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/","og_locale":"en_US","og_type":"article","og_title":"One Health : une matin\u00e9e pour penser l\u2019innovation en sant\u00e9 \u00e0 La R\u00e9union - CYROI","og_description":"Le mardi 2 juin, le CYROI s\u2019associe \u00e0 La R\u00e9union Innovation et aux acteurs engag\u00e9s du territoire pour une matin\u00e9e d\u2019\u00e9changes d\u00e9di\u00e9e \u00e0 l\u2019approche One Health. Cette approche repose sur une id\u00e9e centrale : la sant\u00e9 humaine, la sant\u00e9 animale et la sant\u00e9 des \u00e9cosyst\u00e8mes sont \u00e9troitement li\u00e9es.","og_url":"https:\/\/cyroi.re\/en\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/","og_site_name":"CYROI","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100066913282100","article_published_time":"2026-05-18T10:23:56+00:00","article_modified_time":"2026-05-18T10:23:57+00:00","og_image":[{"width":1497,"height":816,"url":"https:\/\/cyroi.re\/wp-content\/uploads\/2026\/05\/Capture-decran-2026-05-18-093812.jpg","type":"image\/jpeg"}],"author":"Anne Ga\u00eblle Lefevre","twitter_misc":{"Written by":"Anne Ga\u00eblle Lefevre","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cyroi.re\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/#article","isPartOf":{"@id":"https:\/\/cyroi.re\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/"},"author":{"name":"Anne Ga\u00eblle Lefevre","@id":"https:\/\/cyroi.re\/#\/schema\/person\/66088ebfb93df1b8ed3068c0b8be6ece"},"headline":"One Health : une matin\u00e9e pour penser l\u2019innovation en sant\u00e9 \u00e0 La R\u00e9union","datePublished":"2026-05-18T10:23:56+00:00","dateModified":"2026-05-18T10:23:57+00:00","mainEntityOfPage":{"@id":"https:\/\/cyroi.re\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/"},"wordCount":332,"commentCount":0,"publisher":{"@id":"https:\/\/cyroi.re\/#organization"},"image":{"@id":"https:\/\/cyroi.re\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/#primaryimage"},"thumbnailUrl":"https:\/\/cyroi.re\/wp-content\/uploads\/2026\/05\/Capture-decran-2026-05-18-093812.jpg","articleSection":["Nos actualit\u00e9s"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cyroi.re\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cyroi.re\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/","url":"https:\/\/cyroi.re\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/","name":"One Health : une matin\u00e9e pour penser l\u2019innovation en sant\u00e9 \u00e0 La R\u00e9union - CYROI","isPartOf":{"@id":"https:\/\/cyroi.re\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cyroi.re\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/#primaryimage"},"image":{"@id":"https:\/\/cyroi.re\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/#primaryimage"},"thumbnailUrl":"https:\/\/cyroi.re\/wp-content\/uploads\/2026\/05\/Capture-decran-2026-05-18-093812.jpg","datePublished":"2026-05-18T10:23:56+00:00","dateModified":"2026-05-18T10:23:57+00:00","breadcrumb":{"@id":"https:\/\/cyroi.re\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cyroi.re\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cyroi.re\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/#primaryimage","url":"https:\/\/cyroi.re\/wp-content\/uploads\/2026\/05\/Capture-decran-2026-05-18-093812.jpg","contentUrl":"https:\/\/cyroi.re\/wp-content\/uploads\/2026\/05\/Capture-decran-2026-05-18-093812.jpg","width":1497,"height":816},{"@type":"BreadcrumbList","@id":"https:\/\/cyroi.re\/one-health-une-matinee-pour-penser-linnovation-en-sante-a-la-reunion\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/cyroi.re\/"},{"@type":"ListItem","position":2,"name":"One Health : une matin\u00e9e pour penser l\u2019innovation en sant\u00e9 \u00e0 La R\u00e9union"}]},{"@type":"WebSite","@id":"https:\/\/cyroi.re\/#website","url":"https:\/\/cyroi.re\/","name":"CYROI","description":"","publisher":{"@id":"https:\/\/cyroi.re\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cyroi.re\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cyroi.re\/#organization","name":"CYROI","url":"https:\/\/cyroi.re\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cyroi.re\/#\/schema\/logo\/image\/","url":"https:\/\/cyroi.re\/wp-content\/uploads\/2024\/08\/Design-sans-titre2.svg","contentUrl":"https:\/\/cyroi.re\/wp-content\/uploads\/2024\/08\/Design-sans-titre2.svg","width":375,"height":157,"caption":"CYROI"},"image":{"@id":"https:\/\/cyroi.re\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=100066913282100","https:\/\/x.com\/GIP_CYROI","https:\/\/www.linkedin.com\/company\/gip-cyroi"]},{"@type":"Person","@id":"https:\/\/cyroi.re\/#\/schema\/person\/66088ebfb93df1b8ed3068c0b8be6ece","name":"Anne Ga\u00eblle Lefevre","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a89a813ad3083d1319076abca6bf569147519f6f7a0383f7efd1e8892226539e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a89a813ad3083d1319076abca6bf569147519f6f7a0383f7efd1e8892226539e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a89a813ad3083d1319076abca6bf569147519f6f7a0383f7efd1e8892226539e?s=96&d=mm&r=g","caption":"Anne Ga\u00eblle Lefevre"},"url":"https:\/\/cyroi.re\/en\/author\/aglefevre\/"}]}},"_links":{"self":[{"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/posts\/8129","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/users\/1904"}],"replies":[{"embeddable":true,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/comments?post=8129"}],"version-history":[{"count":4,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/posts\/8129\/revisions"}],"predecessor-version":[{"id":8140,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/posts\/8129\/revisions\/8140"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/media\/8127"}],"wp:attachment":[{"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/media?parent=8129"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/categories?post=8129"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/tags?post=8129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}