<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CYROI</title>
	<atom:link href="https://cyroi.re/feed/" rel="self" type="application/rss+xml" />
	<link>https://cyroi.re/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Apr 2026 07:13:31 +0000</lastBuildDate>
	<language>fr-FR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://i0.wp.com/cyroi.re/wp-content/uploads/2025/04/cropped-symbole-bleu-2.png?fit=32%2C32&#038;ssl=1</url>
	<title>CYROI</title>
	<link>https://cyroi.re/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">236502723</site>	<item>
		<title>Offre d&#8217;emploi &#8211; Ingénieur(e) de Recherche – Chimie analytique</title>
		<link>https://cyroi.re/offre-demploi-ingenieure-de-recherche-chimie-analytique/</link>
					<comments>https://cyroi.re/offre-demploi-ingenieure-de-recherche-chimie-analytique/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Fri, 10 Apr 2026 07:02:32 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<category><![CDATA[Offres d'emploi]]></category>
		<guid isPermaLink="false">https://cyroi.re/?p=8039</guid>

					<description><![CDATA[<p>Le GIP CYROI, acteur majeur de la recherche et de l’innovation en santé et biotechnologies dans l’océan Indien, recrute un·e Ingénieur(e) de Recherche dans le cadre du projet Prop’O Miel.</p>
<p>Rattaché·e à l’Unité Analytique, vous contribuerez au développement de travaux scientifiques autour de la valorisation des ressources naturelles et de la biodiversité réunionnaise.</p>
<p>Cet article <a href="https://cyroi.re/offre-demploi-ingenieure-de-recherche-chimie-analytique/">Offre d&#8217;emploi &#8211; Ingénieur(e) de Recherche – Chimie analytique</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- OFFRE D'EMPLOI : Ingénieur(e) de Recherche – Chimie analytique (H/F) -->
<style>
/* Variables CSS - Garantir la disponibilité */
:root {
    --bleu-nuit: #1c1c68;
    --bleu-canard: #008f98;
    --bleu-clair: #a5c3c2;
    --vert-turquoise: #47b2a2;
    --orange-corail: #f46b53;
}

/* Container principal de l'offre */
.job-offer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header de l'offre */
.job-offer-header {
    text-align: center;
    margin: 60px 0 40px 0;
    padding: 0 20px;
}

.job-offer-title {
    font-family: 'Raleway', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--bleu-nuit);
    margin-bottom: 20px;
    line-height: 1.2;
}

.job-offer-subtitle {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2rem;
    color: var(--bleu-canard);
    font-weight: 600;
    margin-bottom: 30px;
}

/* Badges d'informations clés */
.job-offer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 40px;
}

.job-offer-badge {
    background: var(--bleu-clair);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.job-offer-badge.contract {
    background: var(--vert-turquoise);
}

.job-offer-badge.location {
    background: var(--bleu-canard);
}

.job-offer-badge.deadline {
    background: var(--orange-corail);
}

/* Contenu principal */
.job-offer-content {
    margin-bottom: 80px;
}

.job-offer-main {
    font-size: 1.1rem;
    line-height: 1.8;
}

.job-offer-main h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--bleu-nuit);
    margin: 40px 0 20px 0;
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.job-offer-main h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background: var(--orange-corail);
    border-radius: 2px;
}

.job-offer-main h2 svg {
    width: 28px;
    height: 28px;
    fill: var(--bleu-canard);
    flex-shrink: 0;
    position: absolute;
    left: 10px;
}

.job-offer-main h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--bleu-canard);
    margin: 30px 0 15px 0;
}

.job-offer-main p {
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
    color: #333;
}

.job-offer-main strong {
    color: var(--bleu-nuit);
}

/* Listes à puces */
.job-offer-main ul {
    margin: 20px 0;
    padding-left: 30px;
}

.job-offer-main li {
    margin-bottom: 12px;
    position: relative;
    font-family: 'Nunito', sans-serif;
}

.job-offer-main li::marker {
    color: var(--vert-turquoise);
}

/* Encadré important */
.job-info-box {
    background: linear-gradient(135deg, rgba(71, 178, 162, 0.1), rgba(0, 143, 152, 0.1));
    border-left: 4px solid var(--vert-turquoise);
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
}

.job-info-box h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    color: var(--bleu-nuit);
    margin-bottom: 15px;
}

.job-info-box p {
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
}

.job-info-box strong {
    color: var(--bleu-canard);
}

/* Encadré contexte projet */
.job-project-context {
    background: linear-gradient(135deg, rgba(28, 28, 104, 0.05), rgba(0, 143, 152, 0.05));
    border-left: 4px solid var(--bleu-nuit);
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
}

.job-project-context p {
    font-family: 'Nunito', sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
}


/* Section candidature */
.job-application-section {
    background: var(--bleu-nuit);
    color: white;
    padding: 50px 40px;
    border-radius: 20px;
    margin: 60px 0;
    text-align: center;
}

.job-application-title {
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-left: 0 !important;
    color: white !important;
}

.job-application-title:before {
    display: none !important;
}

.job-application-title svg {
    position: static !important;
    width: 32px !important;
    height: 32px !important;
    fill: white !important;
}

.job-application-text {
    font-family: 'Nunito', sans-serif;
    font-size: 1.15rem;
    margin-bottom: 30px;
    line-height: 1.8;
}

.job-application-emails {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 10px;
}

.job-application-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: var(--bleu-nuit);
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.job-application-email:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
    color: var(--orange-corail);
}

.job-application-email svg {
    width: 22px;
    height: 22px;
    fill: var(--bleu-nuit);
}

/* Responsive */
@media (max-width: 768px) {
    .job-offer-container {
        padding: 0 15px;
    }

    .job-offer-header {
        margin: 40px 0 30px 0;
    }

    .job-offer-title {
        font-size: 1.8rem;
    }

    .job-offer-subtitle {
        font-size: 1.1rem;
    }

    .job-offer-badges {
        gap: 10px;
    }

    .job-offer-badge {
        font-size: 0.85rem;
        padding: 8px 16px;
    }

    .job-offer-main {
        font-size: 1rem;
    }

    .job-offer-main h2 {
        font-size: 1.5rem;
        padding-left: 45px;
    }

    .job-offer-main h2 svg {
        width: 24px;
        height: 24px;
    }

    
    .job-application-section {
        padding: 35px 25px;
    }

    .job-application-title {
        font-size: 1.5rem;
        flex-direction: column;
    }

    .job-application-text {
        font-size: 1rem;
    }

    .job-application-emails {
        flex-direction: column;
        align-items: center;
    }

    .job-application-email {
        width: 100%;
        justify-content: center;
    }
}
</style>

<!-- Container principal de l'offre -->
<div class="job-offer-container fade-in">

    <!-- Header de l'offre -->
    <header class="job-offer-header">
        <h1 class="job-offer-title">Ingénieur(e) de Recherche – Chimie analytique (H/F)</h1>
        <p class="job-offer-subtitle">GIP CYROI – Recherche Santé et Bio-innovation</p>

        <!-- Badges d'informations clés -->
        <div class="job-offer-badges">
            <span class="job-offer-badge contract">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="18" height="18">
                    <path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 2l5 5h-5V4zM8 18v-1h8v1H8zm0-4v-1h8v1H8zm0-4v-1h5v1H8z"/>
                </svg>
                CDD – 9 mois
            </span>
            <span class="job-offer-badge location">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="18" height="18">
                    <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"/>
                </svg>
                Sainte-Clotilde, La Réunion
            </span>

            <span class="job-offer-badge">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="18" height="18">
                    <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 14H9V8h2v8zm4 0h-2V8h2v8z"/>
                </svg>
                Temps plein
            </span>
        </div>
    </header>

    <!-- Contenu principal -->
    <div class="job-offer-content">

        <main class="job-offer-main">

            <!-- Contexte et mission principale -->
            <h2>
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                    <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
                </svg>
                Contexte et mission principale
            </h2>
            <p>Le GIP CYROI, acteur majeur de la recherche et de l&rsquo;innovation en santé et biotechnologies dans l&rsquo;océan Indien, recrute un·e Ingénieur(e) de Recherche dans le cadre du projet Prop&rsquo;O Miel.</p>
            <p>Rattaché·e à l&rsquo;Unité Analytique, vous contribuerez au développement de travaux scientifiques autour de la valorisation des ressources naturelles et de la biodiversité réunionnaise.</p>

            <!-- Vos missions -->
            <h2>
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                    <path d="M19.5 3.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM19 19c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z"/>
                    <path d="M9 7h6v2H9zm7 0h2v2h-2zm-7 3h6v2H9zm7 0h2v2h-2z"/>
                </svg>
                Vos missions
            </h2>
            <p>Au sein de l&rsquo;unité, vous interviendrez sur l&rsquo;ensemble de la chaîne analytique et des activités de recherche :</p>
            <ul>
                <li>Participer à la gestion du laboratoire (stocks, consommables, échantillons)</li>
                <li>Réaliser des analyses chimiques : préparation des échantillons, réactifs et contrôles qualité</li>
                <li>Développer et valider des méthodes analytiques en R&#038;D</li>
                <li>Exploiter des équipements analytiques avancés (GC-MS/MS, UPLC-HRMS, RMN, HPLC-UV…)</li>
                <li>Mettre en œuvre des approches métabolomiques</li>
                <li>Contribuer à la caractérisation structurale des composés</li>
                <li>Participer à la rédaction de rapports et publications scientifiques</li>
                <li>Veiller au respect du système de management de la qualité</li>
                <li>Participer aux réunions de suivi de projet</li>
            </ul>

            <!-- Profil recherché -->
            <h2>
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                    <path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/>
                </svg>
                Profil recherché
            </h2>

            <div class="job-info-box">
                <h3>Formation et expérience</h3>
                <p><strong>Diplôme requis :</strong> Doctorat (Bac+8) en chimie analytique ou domaine connexe</p>
                <p><strong>Expérience souhaitée :</strong> minimum 2 ans en laboratoire de recherche</p>
                <p><strong>Permis B requis</strong></p>
                
            </div>

            <h3>Compétences</h3>
            <p>Vous disposez de solides compétences en :</p>
            <ul>
                <li>Chimie analytique et techniques associées (HPLC, RMN, HRMS…)</li>
                <li>Métabolomique (UPLC-HRMS, GC-MS/MS)</li>
                <li>Outils de réseaux moléculaires (MZmine, GNPS, MetGem…)</li>
                <li>Déréplication et annotation (bases de données, bio-informatique)</li>
                <li>Analyse et interprétation de données scientifiques</li>
                <li>Rédaction scientifique</li>
            </ul>
            <p>Une connaissance en chimiométrie serait un plus.</p>

            <h3>Qualités professionnelles</h3>
            <ul>
                <li>Esprit d&rsquo;équipe et ouverture scientifique</li>
                <li>Autonomie et rigueur</li>
                <li>Polyvalence et adaptabilité</li>
                <li>Dynamisme et sens de l&rsquo;initiative</li>
            </ul>

            <!-- Conditions du poste -->
            <h2>
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                    <path d="M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z"/>
                </svg>
                Conditions du poste
            </h2>
            <ul>
                <li><strong>Lieu :</strong> CYROI, Sainte-Clotilde (974)</li>
                <li><strong>Type de contrat :</strong> CDD (9 mois)</li>
<li><strong>Particularités :</strong> travail en laboratoire avec produits chimiques et interventions ponctuelles sur le terrain</li>
            </ul>

        </main>

    </div>

    <!-- Section candidature -->
    <div class="job-application-section">
        <h2 class="job-application-title">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                <path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"/>
            </svg>
            Postuler à cette offre
        </h2>
        <p class="job-application-text">
            Pour toute candidature ou information complémentaire, contactez-nous à l&rsquo;une des adresses suivantes :
        </p>
        <div class="job-application-emails">
            <a href="mailto:j.chaneming@cyroi.fr?subject=Candidature Ingénieur(e) de Recherche – Chimie analytique" class="job-application-email">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                    <path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>
                </svg>
                j.chaneming@cyroi.fr
            </a>
            <a href="mailto:j.yongsang@cyroi.fr?subject=Candidature Ingénieur(e) de Recherche – Chimie analytique" class="job-application-email">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                    <path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>
                </svg>
                j.yongsang@cyroi.fr
            </a>
        </div>
    </div>

</div>
<p>Cet article <a href="https://cyroi.re/offre-demploi-ingenieure-de-recherche-chimie-analytique/">Offre d&#8217;emploi &#8211; Ingénieur(e) de Recherche – Chimie analytique</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cyroi.re/offre-demploi-ingenieure-de-recherche-chimie-analytique/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">8039</post-id>	</item>
		<item>
		<title>Immersion au cœur de la recherche et de l’innovation au CYROI</title>
		<link>https://cyroi.re/immersion-au-coeur-de-la-recherche-et-de-linnovation-au-cyroi/</link>
					<comments>https://cyroi.re/immersion-au-coeur-de-la-recherche-et-de-linnovation-au-cyroi/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Wed, 08 Apr 2026 05:55:28 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<guid isPermaLink="false">https://cyroi.re/?p=8023</guid>

					<description><![CDATA[<p>Le 31 mars, le GIP CYROI a accueilli les étudiants de 1ère année du Master Valorisation chimique et biotechnologique de la biodiversité tropicale de l’Université de La Réunion, dans le cadre d’une visite pédagogique.</p>
<p>Cet article <a href="https://cyroi.re/immersion-au-coeur-de-la-recherche-et-de-linnovation-au-cyroi/">Immersion au cœur de la recherche et de l’innovation au CYROI</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- ARTICLE: Immersion au cœur de la recherche et de l'innovation au CYROI -->
<style>
    /* Variables CSS */
    :root {
        --bleu-nuit: #1c1c68;
        --bleu-canard: #008f98;
        --bleu-clair: #a5c3c2;
        --vert-turquoise: #47b2a2;
        --orange-corail: #f46b53;
    }

    /* Container principal */
    .article-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Header de l'article */
    .article-header {
        text-align: center;
        margin: 60px 0;
        padding: 0 20px;
    }

    .article-title {
        font-family: 'Raleway', sans-serif;
        font-size: clamp(1.5rem, 3.5vw, 2.5rem);
        font-weight: 700;
        color: var(--bleu-nuit);
        margin-bottom: 20px;
        line-height: 1.2;
    }

    /* Contenu principal */
    .article-content {
        margin-bottom: 80px;
    }

    .content-main {
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .content-main h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        color: var(--bleu-nuit);
        margin: 40px 0 20px 0;
        position: relative;
        padding-left: 20px;
    }

    .content-main h2:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 30px;
        background: var(--orange-corail);
        border-radius: 2px;
    }

    .content-main p {
        margin-bottom: 20px;
        font-family: 'Nunito', sans-serif;
        color: #333;
    }

    .content-main strong {
        color: var(--bleu-nuit);
    }

    /* Listes à puces */
    .content-main ul {
        margin: 20px 0;
        padding-left: 30px;
    }

    .content-main li {
        margin-bottom: 10px;
        position: relative;
        font-family: 'Nunito', sans-serif;
        color: #333;
    }

    .content-main li::marker {
        color: var(--vert-turquoise);
    }

    /* Photo centrée unique */
    .article-photo {
        margin: 30px auto;
        width: 100%;
        max-width: 700px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
    }

    .article-photo:hover {
        transform: translateY(-5px);
    }

    .article-photo img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

    .article-photo:hover img {
        transform: scale(1.05);
    }

    /* Galerie d'images 3 colonnes */
    .image-gallery-3col {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: 40px 0;
    }

    .gallery-item {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
        aspect-ratio: 4 / 3;
    }

    .gallery-item:hover {
        transform: translateY(-5px);
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.05);
    }

    /* Responsive */
    @media (max-width: 968px) {
        .image-gallery-3col {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 768px) {
        .article-container {
            padding: 0 15px;
        }

        .article-header {
            margin: 40px 0;
        }

        .content-main {
            font-size: 1rem;
        }

        .content-main h2 {
            font-size: 1.5rem;
        }

        .article-photo img {
            height: 300px;
        }

        .image-gallery-3col {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .gallery-item img {
            height: 250px;
        }
    }
</style>

<!-- Container principal de l'article -->
<div class="article-container">

    <!-- Header de l'article -->
    <header class="article-header fade-in">
        <h1 class="article-title">Immersion au cœur de la recherche et de l&rsquo;innovation au CYROI</h1>
    </header>

    <!-- Contenu principal -->
    <div class="article-content fade-in fade-in-delay">

        <main class="content-main">

            <!-- Introduction -->
            <p>Le 31 mars, le GIP CYROI a accueilli les étudiants de 1ère année du Master Valorisation chimique et biotechnologique de la biodiversité tropicale de l&rsquo;Université de La Réunion, dans le cadre d&rsquo;une visite pédagogique.</p>

            <p>L&rsquo;objectif de cette matinée était de leur permettre de découvrir concrètement les activités de recherche menées au sein du CYROI, ainsi que les perspectives professionnelles offertes dans les domaines des biotechnologies et de la valorisation de la biodiversité.</p>

            <!-- Photo principale - À remplacer par l'URL de votre image -->
            <div class="article-photo fade-in fade-in-delay-2">
                <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2026/04/IMG_5205.jpeg?w=800&#038;ssl=1" alt="Visite pédagogique des étudiants du Master de l'Université de La Réunion au GIP CYROI" loading="lazy">
            </div>

            <!-- Section 1 -->
            <h2>Une découverte des missions et des infrastructures du CYROI</h2>

            <p>La visite a débuté par le visionnage du film institutionnel du CYROI, retraçant les grandes étapes de son développement et les projets structurants portés sur la plateforme. Ce temps d&rsquo;introduction a permis aux étudiants de mieux situer le rôle du CYROI dans l&rsquo;écosystème régional de la recherche et de l&rsquo;innovation.</p>

            <p>Les étudiants ont ensuite pu explorer plusieurs infrastructures du site, illustrant la diversité des activités scientifiques et techniques :</p>

            <ul>
                <li>Le CITEB, dédié à la recherche et à la valorisation des milieux aquatiques</li>
                <li>La plateforme RMN, dédiée à l&rsquo;analyse des composés</li>
                <li>L&rsquo;extractothèque, consacrée à la valorisation des ressources naturelles</li>
            </ul>

            <p>À travers ces visites, ils ont pu découvrir les équipements, les savoir-faire et les collaborations qui structurent les activités du CYROI.</p>

            <!-- Galerie 3 colonnes - À remplacer par les URLs de vos images -->
            <div class="image-gallery-3col fade-in fade-in-delay-2">
                <div class="gallery-item">
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2026/04/IMG_5124.jpeg?w=800&#038;ssl=1" alt="Visite du CITEB - Centre de recherche sur les milieux aquatiques au CYROI" loading="lazy">
                </div>
                <div class="gallery-item">
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2026/04/IMG_5179.jpeg?w=800&#038;ssl=1" alt="Visite de la plateforme RMN dédiée à l'analyse des composés au CYROI" loading="lazy">
                </div>
                <div class="gallery-item">
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2026/04/IMG_5196.jpeg?w=800&#038;ssl=1" alt="Visite de la plateforme d'extraction végétale" loading="lazy">
                </div>
            </div>

            <!-- Section 2 -->
            <h2>Une ouverture sur les perspectives professionnelles</h2>

            <p>Au-delà de la découverte des infrastructures, cette immersion a également été l&rsquo;occasion d&rsquo;échanger avec les acteurs présents sur le site. Les étudiants ont ainsi pu mieux appréhender les débouchés dans les domaines de la recherche, de l&rsquo;innovation et de la valorisation de la biodiversité.</p>

            <p>Elle s&rsquo;inscrit dans une dynamique de partage et de valorisation des activités du CYROI auprès d&rsquo;un public académique, en lien avec les enjeux scientifiques et territoriaux.</p>

        </main>

    </div>

    <!-- Pas de section partenaires/financeurs pour cet article -->

</div>
<p>Cet article <a href="https://cyroi.re/immersion-au-coeur-de-la-recherche-et-de-linnovation-au-cyroi/">Immersion au cœur de la recherche et de l’innovation au CYROI</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cyroi.re/immersion-au-coeur-de-la-recherche-et-de-linnovation-au-cyroi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">8023</post-id>	</item>
		<item>
		<title>Le catalogue des formations 2026 du CYROI est disponible</title>
		<link>https://cyroi.re/le-catalogue-des-formations-2026-du-cyroi-est-disponible/</link>
					<comments>https://cyroi.re/le-catalogue-des-formations-2026-du-cyroi-est-disponible/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Wed, 01 Apr 2026 06:01:26 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<guid isPermaLink="false">https://cyroi.re/?p=7986</guid>

					<description><![CDATA[<p>Le GIP CYROI propose chaque année une offre de formations scientifiques et techniques à destination des professionnels de la recherche, de l'innovation et de la santé.</p>
<p>Pour l'année 2026, le catalogue de formations est désormais disponible. Il regroupe un ensemble de modules conçus pour accompagner le développement des compétences dans différents domaines liés aux activités de laboratoire, aux biotechnologies et à la sécurité au travail.</p>
<p>Cet article <a href="https://cyroi.re/le-catalogue-des-formations-2026-du-cyroi-est-disponible/">Le catalogue des formations 2026 du CYROI est disponible</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- ARTICLE: Le catalogue des formations 2026 du CYROI est disponible -->
<style>
    /* Variables CSS */
    :root {
        --bleu-nuit: #1c1c68;
        --bleu-canard: #008f98;
        --bleu-clair: #a5c3c2;
        --vert-turquoise: #47b2a2;
        --orange-corail: #f46b53;
    }

    /* Container principal */
    .article-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Header de l'article */
    .article-header {
        text-align: center;
        margin: 60px 0;
        padding: 0 20px;
    }

    .article-title {
        font-family: 'Raleway', sans-serif;
        font-size: clamp(1.5rem, 3.5vw, 2.5rem);
        font-weight: 700;
        color: var(--bleu-nuit);
        margin-bottom: 20px;
        line-height: 1.2;
    }

    /* Contenu principal */
    .article-content {
        margin-bottom: 80px;
    }

    .content-main {
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .content-main h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        color: var(--bleu-nuit);
        margin: 40px 0 20px 0;
        position: relative;
        padding-left: 20px;
    }

    .content-main h2:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 30px;
        background: var(--orange-corail);
        border-radius: 2px;
    }

    .content-main p {
        margin-bottom: 20px;
    }

    .content-main strong {
        color: var(--bleu-nuit);
    }

    .content-main a {
        color: var(--bleu-canard);
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: border-bottom 0.3s ease;
    }

    .content-main a:hover {
        color: var(--orange-corail);
        border-bottom: 1px solid transparent;
    }

    /* Bloc téléchargement PDF */
    .article-pdf-block {
        display: flex;
        align-items: center;
        gap: 25px;
        background: linear-gradient(135deg, rgba(28, 28, 104, 0.05), rgba(0, 143, 152, 0.08));
        border-left: 4px solid var(--bleu-canard);
        border-radius: 12px;
        padding: 30px 35px;
        margin: 40px 0;
        text-decoration: none;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    }

    .article-pdf-block:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
        border-left-color: var(--orange-corail);
        border-bottom: none;
    }

    .article-pdf-icon {
        flex-shrink: 0;
        width: 56px;
        height: 56px;
        background: var(--bleu-canard);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s ease;
    }

    .article-pdf-block:hover .article-pdf-icon {
        background: var(--orange-corail);
    }

    .article-pdf-icon svg {
        width: 30px;
        height: 30px;
        fill: white;
    }

    .article-pdf-info {
        flex: 1;
    }

    .article-pdf-label {
        font-family: 'Nunito', sans-serif;
        font-size: 0.85rem;
        font-weight: 600;
        color: var(--bleu-canard);
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-bottom: 4px;
    }

    .article-pdf-title {
        font-family: 'Raleway', sans-serif;
        font-size: 1.15rem;
        font-weight: 700;
        color: var(--bleu-nuit);
        margin-bottom: 0;
        line-height: 1.3;
    }

    .article-pdf-cta {
        flex-shrink: 0;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: var(--bleu-nuit);
        color: white;
        padding: 12px 24px;
        border-radius: 50px;
        font-family: 'Nunito', sans-serif;
        font-size: 0.95rem;
        font-weight: 700;
        transition: background 0.3s ease;
        white-space: nowrap;
    }

    .article-pdf-block:hover .article-pdf-cta {
        background: var(--orange-corail);
    }

    .article-pdf-cta svg {
        width: 18px;
        height: 18px;
        fill: white;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .article-container {
            padding: 0 15px;
        }

        .article-header {
            margin: 40px 0;
        }

        .content-main {
            font-size: 1rem;
        }

        .content-main h2 {
            font-size: 1.5rem;
        }

        .article-pdf-block {
            flex-direction: column;
            align-items: flex-start;
            gap: 20px;
            padding: 25px;
        }

        .article-pdf-cta {
            width: 100%;
            justify-content: center;
        }
    }
</style>

<!-- Container principal de l'article -->
<div class="article-container">

    <!-- Header de l'article -->
    <header class="article-header fade-in">
        <h1 class="article-title">Le catalogue des formations 2026 du CYROI est disponible</h1>
    </header>

    <!-- Contenu principal -->
    <div class="article-content fade-in fade-in-delay">

        <main class="content-main">

            <p>Le GIP CYROI propose chaque année une offre de formations scientifiques et techniques à destination des professionnels de la recherche, de l&rsquo;innovation et de la santé.</p>

            <p>Pour l&rsquo;année 2026, le catalogue de formations est désormais disponible. Il regroupe un ensemble de modules conçus pour accompagner le développement des compétences dans différents domaines liés aux activités de laboratoire, aux biotechnologies et à la sécurité au travail.</p>

            <p>Ces formations s&rsquo;adressent à un public varié (techniciens, ingénieurs, chercheurs, personnels de laboratoire) et peuvent, pour certaines, contribuer au maintien des compétences professionnelles.</p>

            <p>Dispensées par des intervenants qualifiés, elles s&rsquo;inscrivent dans une démarche qualité reconnue, le CYROI étant certifié Qualiopi pour ses activités de formation.</p>

            <p>L&rsquo;ensemble des formations proposées s&rsquo;inscrit dans le respect du cadre réglementaire et éthique encadrant les activités scientifiques.</p>

            <!-- Bloc téléchargement PDF -->
            <a href="https://cyroi.re/wp-content/uploads/2026/04/Catalogue-Formations-2026.pdf" class="article-pdf-block fade-in fade-in-delay-2" target="_blank" rel="noopener noreferrer" aria-label="Consulter le catalogue des formations 2026 du CYROI (PDF)">
                <div class="article-pdf-icon">
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                        <path d="M20 2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-8.5 7.5c0 .83-.67 1.5-1.5 1.5H9v2H7.5V7H10c.83 0 1.5.67 1.5 1.5v1zm5 2c0 .83-.67 1.5-1.5 1.5h-2.5V7H15c.83 0 1.5.67 1.5 1.5v3zm4-3H19v1h1.5V11H19v2h-1.5V7h3v1.5zM9 9.5h1v-1H9v1zM4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm10 5.5h1v-3h-1v3z"/>
                    </svg>
                </div>
                <div class="article-pdf-info">
                    <p class="article-pdf-label">Document PDF</p>
                    <p class="article-pdf-title">Consulter le catalogue des formations 2026</p>
                </div>
                <span class="article-pdf-cta">
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                        <path d="M19 9h-4V3H9v6H5l7 7 7-7zm-8 2V5h2v6h1.17L12 13.17 9.83 11H11zm-6 7h14v2H5v-2z"/>
                    </svg>
                    Télécharger
                </span>
            </a>

        </main>

    </div>

</div>
<p>Cet article <a href="https://cyroi.re/le-catalogue-des-formations-2026-du-cyroi-est-disponible/">Le catalogue des formations 2026 du CYROI est disponible</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cyroi.re/le-catalogue-des-formations-2026-du-cyroi-est-disponible/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7986</post-id>	</item>
		<item>
		<title>Le CYROI à l’honneur dans l’émission Loca’Terre</title>
		<link>https://cyroi.re/le-cyroi-a-lhonneur-dans-lemission-locaterre/</link>
					<comments>https://cyroi.re/le-cyroi-a-lhonneur-dans-lemission-locaterre/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Tue, 24 Mar 2026 05:15:38 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<guid isPermaLink="false">https://cyroi.re/?p=7972</guid>

					<description><![CDATA[<p>Le CYROI est mis à l'honneur dans un récent épisode de l'émission Loca'Terre, consacré au projet Prop'OMiel</p>
<p>Cet article <a href="https://cyroi.re/le-cyroi-a-lhonneur-dans-lemission-locaterre/">Le CYROI à l’honneur dans l’émission Loca’Terre</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- ARTICLE : Le CYROI à l'honneur dans l'émission Loca'Terre -->
<style>
    /* Variables CSS */
    :root {
        --bleu-nuit: #1c1c68;
        --bleu-canard: #008f98;
        --bleu-clair: #a5c3c2;
        --vert-turquoise: #47b2a2;
        --orange-corail: #f46b53;
    }

    /* Container principal */
    .article-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Header de l'article */
    .article-header {
        text-align: center;
        margin: 60px 0;
        padding: 0 20px;
    }

    .article-title {
        font-family: 'Raleway', sans-serif;
        font-size: clamp(1.5rem, 3.5vw, 2.5rem);
        font-weight: 700;
        color: var(--bleu-nuit);
        margin-bottom: 20px;
        line-height: 1.2;
    }

    /* Contenu principal */
    .article-content {
        margin-bottom: 80px;
    }

    .content-main {
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .content-main p {
        margin-bottom: 20px;
        font-family: 'Nunito', sans-serif;
        color: #333;
    }

    .content-main strong {
        color: var(--bleu-nuit);
    }

    /* Bloc replay */
    .locaterre-replay-block {
        background: white;
        border: 2px solid var(--bleu-clair);
        border-radius: 20px;
        padding: 40px 40px 30px 40px;
        margin: 50px 0;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

    .locaterre-replay-block::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 5px;
        background: linear-gradient(90deg, var(--bleu-canard), var(--vert-turquoise));
        border-radius: 20px 20px 0 0;
    }

    .locaterre-replay-label {
        font-family: 'Nunito', sans-serif;
        font-size: 0.9rem;
        font-weight: 700;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        color: var(--bleu-canard);
        margin-bottom: 12px;
        position: relative;
        z-index: 1;
    }

    .locaterre-replay-title {
        font-family: 'Raleway', sans-serif;
        font-size: clamp(1.3rem, 2.5vw, 1.8rem);
        font-weight: 700;
        color: var(--bleu-nuit);
        margin-bottom: 8px;
        position: relative;
        z-index: 1;
    }

    .locaterre-replay-subtitle {
        font-family: 'Nunito', sans-serif;
        font-size: 1rem;
        color: var(--bleu-canard);
        margin-bottom: 30px;
        position: relative;
        z-index: 1;
    }

    /* Wrapper responsive 16:9 pour l'iframe YouTube */
    .locaterre-video-wrapper {
        position: relative;
        width: 100%;
        max-width: 700px;
        margin: 0 auto 20px auto;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
        z-index: 1;
    }

    .locaterre-video-wrapper::before {
        content: '';
        display: block;
        padding-top: 56.25%; /* ratio 16:9 */
    }

    .locaterre-video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

    .locaterre-replay-note {
        font-family: 'Nunito', sans-serif;
        font-size: 0.85rem;
        color: #999;
        margin-top: 15px;
        position: relative;
        z-index: 1;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .article-container {
            padding: 0 15px;
        }

        .article-header {
            margin: 40px 0;
        }

        .content-main {
            font-size: 1rem;
        }

        .locaterre-replay-block {
            padding: 35px 20px 25px 20px;
        }
    }
</style>

<!-- Container principal de l'article -->
<div class="article-container">

    <!-- Header de l'article -->
    <header class="article-header fade-in">
        <h1 class="article-title">Le CYROI à l&rsquo;honneur dans l&rsquo;émission Loca&rsquo;Terre</h1>
    </header>

    <!-- Contenu principal -->
    <div class="article-content fade-in fade-in-delay">

        <main class="content-main">

            <p>Le CYROI est mis à l&rsquo;honneur dans un récent épisode de l&rsquo;émission Loca&rsquo;Terre, consacré au projet Prop&rsquo;OMiel.</p>

            <p>À travers ce reportage, les équipes du CYROI sont mises en lumière, notamment Jennyfer Yong Sang, co-porteuse du projet, qui intervient à l&rsquo;écran. L&rsquo;émission propose une immersion au cœur des activités menées, en valorisant le travail réalisé au sein de l&rsquo;unité analytique, où sont conduites les analyses des miels.</p>

            <p>Ce focus permet de rendre visible l&rsquo;expertise scientifique mobilisée, mais aussi les personnes qui portent ces projets au quotidien, entre laboratoire, terrain et collaborations régionales.</p>

            <p>Une belle opportunité de montrer les coulisses du CYROI et de mettre en lumière l&rsquo;engagement de ses équipes.</p>

            <p>Le CYROI remercie chaleureusement les équipes de l&rsquo;émission Loca&rsquo;Terre ainsi que la société de production Blabla Prod pour la qualité de cette réalisation et pour la mise en valeur de ses activités.</p>

            <!-- Bloc replay -->
            <div class="locaterre-replay-block fade-in fade-in-delay-2">
                <p class="locaterre-replay-label">Replay disponible</p>
                <p class="locaterre-replay-title">Loca&rsquo;Terre — Émission du dimanche 15 mars 2026</p>
                <p class="locaterre-replay-subtitle">La 1ère Réunion · Prop&rsquo;OMiel au cœur du reportage</p>

                <!-- Player YouTube intégré -->
                <div class="locaterre-video-wrapper">
                    <iframe
                        src="https://www.youtube.com/embed/FDvVUQoCT2s"
                        title="Loca'Terre - Émission du dimanche 15 mars 2026 - La 1ère Réunion"
                        allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
                        allowfullscreen
                        loading="lazy">
                    </iframe>
                </div>

                <p class="locaterre-replay-note">Émission Loca&rsquo;Terre · La 1ère Réunion · France Télévisions</p>
            </div>

        </main>

    </div>

</div>



<p></p>
<p>Cet article <a href="https://cyroi.re/le-cyroi-a-lhonneur-dans-lemission-locaterre/">Le CYROI à l’honneur dans l’émission Loca’Terre</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cyroi.re/le-cyroi-a-lhonneur-dans-lemission-locaterre/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7972</post-id>	</item>
		<item>
		<title>Offre d&#8217;emploi &#8211; Assistant ingénieur In vitro (H/F)</title>
		<link>https://cyroi.re/offre-demploi-assistant-ingenieur-in-vitro-h-f/</link>
					<comments>https://cyroi.re/offre-demploi-assistant-ingenieur-in-vitro-h-f/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Mon, 23 Mar 2026 12:25:42 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<category><![CDATA[Offres d'emploi]]></category>
		<guid isPermaLink="false">https://cyroi.re/?p=7961</guid>

					<description><![CDATA[<p>Le GIP CYROI recrute un·e Assistant ingénieur In vitro afin de renforcer les activités de son unité dédiée aux études in vitro et ex vivo.</p>
<p>Cet article <a href="https://cyroi.re/offre-demploi-assistant-ingenieur-in-vitro-h-f/">Offre d&#8217;emploi &#8211; Assistant ingénieur In vitro (H/F)</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- ============================================
     OFFRE D'EMPLOI - Assistant ingénieur In vitro (H/F)
     GIP CYROI
     À intégrer dans un widget HTML Elementor
     ============================================ -->

<style>
/* Variables CSS - Garantir la disponibilité */
:root {
    --bleu-nuit: #1c1c68;
    --bleu-canard: #008f98;
    --bleu-clair: #a5c3c2;
    --vert-turquoise: #47b2a2;
    --orange-corail: #f46b53;
}

/* Container principal de l'offre */
.job-offer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header de l'offre */
.job-offer-header {
    text-align: center;
    margin: 60px 0 40px 0;
    padding: 0 20px;
}

.job-offer-title {
    font-family: 'Raleway', sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: var(--bleu-nuit);
    margin-bottom: 20px;
    line-height: 1.2;
}

.job-offer-subtitle {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2rem;
    color: var(--bleu-canard);
    font-weight: 600;
    margin-bottom: 30px;
}

/* Badges d'informations clés */
.job-offer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-bottom: 40px;
}

.job-offer-badge {
    background: var(--bleu-clair);
    color: white;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.job-offer-badge.contract {
    background: var(--vert-turquoise);
}

.job-offer-badge.location {
    background: var(--bleu-canard);
}

.job-offer-badge.deadline {
    background: var(--orange-corail);
}

/* Contenu principal */
.job-offer-content {
    margin-bottom: 80px;
}

.job-offer-main {
    font-size: 1.1rem;
    line-height: 1.8;
}

.job-offer-main h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    font-weight: 600;
    color: var(--bleu-nuit);
    margin: 40px 0 20px 0;
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.job-offer-main h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background: var(--orange-corail);
    border-radius: 2px;
}

.job-offer-main h2 svg {
    width: 28px;
    height: 28px;
    fill: var(--bleu-canard);
    flex-shrink: 0;
    position: absolute;
    left: 10px;
}

.job-offer-main h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--bleu-canard);
    margin: 30px 0 15px 0;
}

.job-offer-main p {
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
    color: #333;
}

.job-offer-main strong {
    color: var(--bleu-nuit);
}

/* Listes à puces */
.job-offer-main ul {
    margin: 20px 0;
    padding-left: 30px;
}

.job-offer-main li {
    margin-bottom: 12px;
    position: relative;
    font-family: 'Nunito', sans-serif;
}

.job-offer-main li::marker {
    color: var(--vert-turquoise);
}

/* Encadré important */
.job-info-box {
    background: linear-gradient(135deg, rgba(71, 178, 162, 0.1), rgba(0, 143, 152, 0.1));
    border-left: 4px solid var(--vert-turquoise);
    padding: 25px;
    border-radius: 10px;
    margin: 30px 0;
}

.job-info-box h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 1.3rem;
    color: var(--bleu-nuit);
    margin-bottom: 15px;
}

.job-info-box p {
    margin-bottom: 10px;
    font-family: 'Nunito', sans-serif;
}

.job-info-box strong {
    color: var(--bleu-canard);
}

/* Section candidature */
.job-application-section {
    background: var(--bleu-nuit);
    color: white;
    padding: 50px 40px;
    border-radius: 20px;
    margin: 60px 0;
    text-align: center;
}

.job-application-title {
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.job-application-title svg {
    width: 32px;
    height: 32px;
    fill: white;
}

.job-application-text {
    font-family: 'Nunito', sans-serif;
    font-size: 1.15rem;
    margin-bottom: 30px;
    line-height: 1.8;
}

.job-application-email {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: var(--bleu-nuit);
    padding: 15px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.job-application-email:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.job-application-email svg {
    width: 22px;
    height: 22px;
    fill: var(--bleu-nuit);
}

.job-application-download {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: white;
    border: 2px solid rgba(255,255,255,0.5);
    padding: 13px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.job-application-download:hover {
    background: rgba(255,255,255,0.1);
    border-color: white;
}

.job-application-download svg {
    width: 20px;
    height: 20px;
    fill: white;
}

/* Responsive */
@media (max-width: 768px) {
    .job-offer-container {
        padding: 0 15px;
    }

    .job-offer-header {
        margin: 40px 0 30px 0;
    }

    .job-offer-title {
        font-size: 1.8rem;
    }

    .job-offer-subtitle {
        font-size: 1.1rem;
    }

    .job-offer-badges {
        gap: 10px;
    }

    .job-offer-badge {
        font-size: 0.85rem;
        padding: 8px 16px;
    }

    .job-offer-main {
        font-size: 1rem;
    }

    .job-offer-main h2 {
        font-size: 1.5rem;
        padding-left: 45px;
    }

    .job-offer-main h2 svg {
        width: 24px;
        height: 24px;
    }

    .job-application-section {
        padding: 35px 25px;
    }

    .job-application-title {
        font-size: 1.5rem;
        flex-direction: column;
    }

    .job-application-text {
        font-size: 1rem;
    }

    .job-application-email {
        width: 100%;
        justify-content: center;
    }
}
</style>

<!-- Container principal de l'offre -->
<div class="job-offer-container fade-in">

    <!-- Header de l'offre -->
    <header class="job-offer-header">
        <h1 class="job-offer-title">Assistant ingénieur <em>In vitro</em> (H/F)</h1>
        <p class="job-offer-subtitle">GIP CYROI – Recherche Santé et Bio-innovation</p>

        <!-- Badges d'informations clés -->
        <div class="job-offer-badges">
            <span class="job-offer-badge contract">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="18" height="18">
                    <path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 2l5 5h-5V4zM8 18v-1h8v1H8zm0-4v-1h8v1H8zm0-4v-1h5v1H8z"/>
                </svg>
                CDD
            </span>
            <span class="job-offer-badge location">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="18" height="18">
                    <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"/>
                </svg>
                Sainte-Clotilde, La Réunion
            </span>
            <span class="job-offer-badge deadline">
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor" width="18" height="18">
                    <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"/>
                </svg>
                Temps plein
            </span>
        </div>
    </header>

    <!-- Contenu principal -->
    <div class="job-offer-content">

        <main class="job-offer-main">

            <h2>
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                    <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/>
                </svg>
                Contexte et mission principale
            </h2>
            <p>Le GIP CYROI, acteur majeur de la recherche et de l&rsquo;innovation en santé et biotechnologies dans l&rsquo;océan Indien, recrute un·e Assistant ingénieur <em>In vitro</em> afin de renforcer les activités de son unité dédiée aux études <em>in vitro</em> et <em>ex vivo</em>.</p>

            <h2>
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                    <path d="M19.5 3.5L18 2l-1.5 1.5L15 2l-1.5 1.5L12 2l-1.5 1.5L9 2 7.5 3.5 6 2v14H3v3c0 1.66 1.34 3 3 3h12c1.66 0 3-1.34 3-3V2l-1.5 1.5zM19 19c0 .55-.45 1-1 1s-1-.45-1-1v-3H8V5h11v14z"/>
                    <path d="M9 7h6v2H9zm7 0h2v2h-2zm-7 3h6v2H9zm7 0h2v2h-2z"/>
                </svg>
                Vos missions
            </h2>
            <p>Au sein de l&rsquo;unité <em>In vitro</em>, vous participerez à la mise en œuvre d&rsquo;études expérimentales et à la production de résultats scientifiques :</p>
            <ul>
                <li>Mettre en place des modèles d&rsquo;étude <em>in vitro</em> et <em>ex vivo</em></li>
                <li>Réaliser des cultures cellulaires (lignées humaines et murines)</li>
                <li>Effectuer des analyses biochimiques (ELISA, RT-PCR, western blot…)</li>
                <li>Évaluer la cytotoxicité et les activités biologiques (antioxydantes, anti-inflammatoires…)</li>
                <li>Réaliser des analyses microscopiques et exploiter les résultats (traitement statistique)</li>
                <li>Contribuer à la rédaction de rapports et publications scientifiques en anglais</li>
                <li>Participer à la gestion opérationnelle du laboratoire (stocks, commandes, organisation)</li>
                <li>Appuyer la coordination des activités de l&rsquo;unité</li>
            </ul>

            <h2>
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                    <path d="M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z"/>
                </svg>
                Profil recherché
            </h2>

            <div class="job-info-box">
                <h3>Formation et expérience</h3>
                <p><strong>Diplôme requis :</strong> Bac+3 minimum en biologie</p>
                <p><strong>Expérience souhaitée :</strong> Au moins 2 ans en laboratoire</p>
            </div>

            <p>Vous souhaitez vous investir dans des projets de recherche appliquée, au sein d&rsquo;un environnement scientifique pluridisciplinaire, en lien avec des enjeux de santé et de valorisation des ressources naturelles.</p>

            <h3>Compétences</h3>
            <p>Vous disposez de solides compétences en :</p>
            <ul>
                <li>Biologie cellulaire, biologie moléculaire et biochimie</li>
                <li>Techniques expérimentales sur modèles cellulaires</li>
                <li>Analyse et interprétation de données scientifiques</li>
                <li>Rédaction scientifique</li>
            </ul>
            <p>Des connaissances en microbiologie seront appréciées.</p>

            <h3>Qualités professionnelles</h3>
            <ul>
                <li>Esprit d&rsquo;équipe et bonnes capacités de communication</li>
                <li>Rigueur et sens de l&rsquo;organisation</li>
                <li>Autonomie et efficacité</li>
                <li>Motivation et implication</li>
            </ul>

            <h2>
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                    <path d="M20 6h-2.18c.11-.31.18-.65.18-1 0-1.66-1.34-3-3-3-1.05 0-1.96.54-2.5 1.35l-.5.67-.5-.68C10.96 2.54 10.05 2 9 2 7.34 2 6 3.34 6 5c0 .35.07.69.18 1H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h16c1.11 0 2-.89 2-2V8c0-1.11-.89-2-2-2zm-5-2c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zM9 4c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm11 15H4v-2h16v2zm0-5H4V8h5.08L7 10.83 8.62 12 11 8.76l1-1.36 1 1.36L15.38 12 17 10.83 14.92 8H20v6z"/>
                </svg>
                Conditions du poste
            </h2>
            <ul>
                <li><strong>Lieu :</strong> CYROI, Sainte-Clotilde (974)</li>
                <li><strong>Type de contrat :</strong> CDD</li>
                <li><strong>Temps de travail :</strong> Temps plein</li>
            </ul>

        </main>

    </div>

    <!-- Section candidature -->
    <div class="job-application-section">
        <h2 class="job-application-title">
    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" style="width:32px;height:32px;fill:white;flex-shrink:0;">
        <path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"/>
    </svg>
    Postuler à cette offre
</h2>
        <p class="job-application-text">
            Pour toute candidature ou information complémentaire :
        </p>
        <a href="mailto:f.lesage@cyroi.fr?subject=Candidature Assistant ingénieur In vitro (H/F)" class="job-application-email" aria-label="Envoyer une candidature par e-mail">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                <path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>
            </svg>
            f.lesage@cyroi.fr
        </a>
        <br>
        <a href="https://cyroi.re/wp-content/uploads/2026/03/Fiche-de-poste-AI-Projet-RUNTHERANOS.doc" class="job-application-download" target="_blank" rel="noopener noreferrer" aria-label="Télécharger la fiche de poste complète (PDF)">
            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                <path d="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z"/>
            </svg>
            Télécharger la fiche de poste complète
        </a>
    </div>

</div>
<p>Cet article <a href="https://cyroi.re/offre-demploi-assistant-ingenieur-in-vitro-h-f/">Offre d&#8217;emploi &#8211; Assistant ingénieur In vitro (H/F)</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cyroi.re/offre-demploi-assistant-ingenieur-in-vitro-h-f/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7961</post-id>	</item>
		<item>
		<title>Seychelles : Prop’OMiel entre en phase opérationnelle sur le terrain</title>
		<link>https://cyroi.re/seychelles-propomiel-entre-en-phase-operationnelle-sur-le-terrain/</link>
					<comments>https://cyroi.re/seychelles-propomiel-entre-en-phase-operationnelle-sur-le-terrain/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Mon, 23 Mar 2026 11:32:49 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<guid isPermaLink="false">https://cyroi.re/?p=7949</guid>

					<description><![CDATA[<p>Du 28 février au 7 mars 2026, le projet Prop'OMiel a franchi une nouvelle étape avec une mission de terrain aux Seychelles. Cette mission marque le passage à la phase opérationnelle du projet sur ce territoire, en lien étroit avec les acteurs locaux.</p>
<p>Cet article <a href="https://cyroi.re/seychelles-propomiel-entre-en-phase-operationnelle-sur-le-terrain/">Seychelles : Prop’OMiel entre en phase opérationnelle sur le terrain</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- ARTICLE: Prop'OMiel - Mission Seychelles - mars 2026 -->
<style>
    /* Variables CSS */
    :root {
        --bleu-nuit: #1c1c68;
        --bleu-canard: #008f98;
        --bleu-clair: #a5c3c2;
        --vert-turquoise: #47b2a2;
        --orange-corail: #f46b53;
    }

    /* Container principal */
    .article-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Header de l'article */
    .article-header {
        text-align: center;
        margin: 60px 0;
        padding: 0 20px;
    }

    .article-title {
        font-family: 'Raleway', sans-serif;
        font-size: clamp(1.5rem, 3.5vw, 2.5rem);
        font-weight: 700;
        color: var(--bleu-nuit);
        margin-bottom: 20px;
        line-height: 1.2;
    }

    /* Contenu principal */
    .article-content {
        margin-bottom: 80px;
    }

    .content-main {
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .content-main h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        color: var(--bleu-nuit);
        margin: 40px 0 20px 0;
        position: relative;
        padding-left: 20px;
    }

    .content-main h2:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 30px;
        background: var(--orange-corail);
        border-radius: 2px;
    }

    .content-main p {
        margin-bottom: 20px;
    }

    .content-main strong {
        color: var(--bleu-nuit);
    }

    .content-main a {
        color: var(--bleu-canard);
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: border-bottom 0.3s ease;
    }

    .content-main a:hover {
        border-bottom: 1px solid var(--bleu-canard);
        color: var(--orange-corail);
    }

    /* Listes à puces */
    .content-main ul {
        margin: 20px 0;
        padding-left: 30px;
    }

    .content-main li {
        margin-bottom: 10px;
        position: relative;
    }

    .content-main li::marker {
        color: var(--vert-turquoise);
    }

    /* Galerie d'images 3 colonnes */
    .image-gallery-3col {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: 40px 0;
    }

    .gallery-item {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
        aspect-ratio: 4 / 3;
    }

    .gallery-item:hover {
        transform: translateY(-5px);
    }

    .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}
    .gallery-item:hover img {
        transform: scale(1.05);
    }

    /* Section partenaires */
    .partners-section {
        margin: 60px 0;
        text-align: center;
    }

    .partners-title {
        font-family: 'Raleway', sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--bleu-nuit);
        margin-bottom: 30px;
    }

    .partners-logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        align-items: center;
        justify-items: center;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .partner-logo {
        width: 220px;
        height: 110px;
        object-fit: contain;
        transition: transform 0.3s ease;
        background: white;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    /* Logo Région Réunion - RÉDUIT */
    .partner-logo[alt*="Région"] {
        transform: scale(0.55);
    }

    .partner-logo[alt*="Région"]:hover {
        transform: scale(0.57);
    }

    /* Logo INTERREG - AGRANDI */
    .partner-logo[alt*="INTERREG"] {
        transform: scale(1.2);
    }

    .partner-logo[alt*="INTERREG"]:hover {
        transform: scale(1.22);
    }

    /* Responsive */
    @media (max-width: 768px) {
        .article-container {
            padding: 0 15px;
        }

        .article-header {
            margin: 40px 0;
        }

        .content-main {
            font-size: 1rem;
        }

        .content-main h2 {
            font-size: 1.5rem;
        }

        .image-gallery-3col {
            grid-template-columns: repeat(2, 1fr);
        }

        .gallery-item img {
            height: 250px;
        }

        .partners-logos {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .partner-logo {
            width: 160px;
            height: 80px;
        }

        .partner-logo[alt*="Région"] {
            transform: scale(0.55);
        }

        .partner-logo[alt*="Région"]:hover {
            transform: scale(0.57);
        }

        .partner-logo[alt*="INTERREG"] {
            transform: scale(1.2);
        }

        .partner-logo[alt*="INTERREG"]:hover {
            transform: scale(1.22);
        }
    }

    @media (max-width: 480px) {
        .image-gallery-3col {
            grid-template-columns: 1fr;
        }
    }
</style>

<!-- Container principal de l'article -->
<div class="article-container">

    <!-- Header de l'article -->
    <header class="article-header fade-in">
        <h1 class="article-title">Seychelles : Prop’OMiel entre en phase opérationnelle sur le terrain</h1>
    </header>

    <!-- Contenu principal -->
    <div class="article-content fade-in fade-in-delay">

        <main class="content-main">

            <p>Du 28 février au 7 mars 2026, le projet Prop&rsquo;OMiel a franchi une nouvelle étape avec une mission de terrain aux Seychelles. Cette mission marque le passage à la phase opérationnelle du projet sur ce territoire, en lien étroit avec les acteurs locaux.</p>

            <!-- Galerie 3 photos -->
            <div class="image-gallery-3col fade-in fade-in-delay-2">
                <div class="gallery-item">
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2026/03/IMG_4023.jpeg?w=800&#038;ssl=1" alt="Mission Prop'OMiel aux Seychelles" loading="lazy">
                </div>
                <div class="gallery-item">
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2026/03/IMG_4076.jpeg?w=800&#038;ssl=1" alt="Mission Prop'OMiel aux Seychelles" loading="lazy">
                </div>
                <div class="gallery-item">
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2026/03/IMG_4102.jpeg?w=800&#038;ssl=1" alt="Mission Prop'OMiel aux Seychelles" loading="lazy">
                </div>
            </div>

            <h2>Des rencontres au cœur du déploiement</h2>
            <p>Tout au long de la mission, les équipes ont multiplié les échanges avec les apiculteurs seychellois et les partenaires institutionnels. Parmi eux, le Seychelles Bureau of Standards et le ministère de l&rsquo;Agriculture ont joué un rôle clé dans l&rsquo;accompagnement du projet.</p>
            <p>Ces rencontres ont permis de structurer la mise en œuvre des actions sur le terrain, en tenant compte des spécificités locales et des enjeux liés à la filière apicole.</p>

            <h2>Un cadre scientifique et réglementaire consolidé</h2>
            <p>Un des résultats majeurs de cette mission est l&rsquo;obtention d&rsquo;une autorisation officielle de recherche (« Research approval letter ») délivrée par le Seychelles Bureau of Standards. Cette validation permet de mener les travaux scientifiques sur toute la durée du projet.</p>
            <p>Par ailleurs, les échanges avec les autorités compétentes ont permis de renforcer le cadre réglementaire, notamment en lien avec le protocole de Nagoya, garantissant un accès équitable aux ressources biologiques et le partage des bénéfices issus de leur utilisation.</p>

            <h2>Renforcement des compétences locales</h2>
            <p>La mission a également été l&rsquo;occasion de renforcer les capacités locales. Des agents de laboratoire ont été formés aux techniques d&rsquo;analyse du miel selon les standards internationaux du Codex Alimentarius.</p>
            <p>Cette montée en compétence est essentielle pour garantir la qualité des analyses et assurer la valorisation scientifique des produits de la ruche étudiés dans le cadre du projet.</p>

            <h2>Vers une apiculture durable en milieu tropical</h2>
            <p>Les actions engagées préparent désormais l&rsquo;installation des ruches dans des écosystèmes spécifiques, notamment les mangroves des îles de Mahé et Praslin. Ces environnements présentent un fort potentiel pour le développement d&rsquo;une apiculture durable, en lien avec la préservation de la biodiversité locale.</p>
            <p>Les prochaines étapes du projet incluent le suivi des colonies, les premiers prélèvements et l&rsquo;analyse des produits de la ruche (miel, pollen, propolis), afin d&rsquo;en identifier les propriétés bioactives.</p>

            <p><strong>Ce projet est financé par l&rsquo;Union européenne dans le cadre du programme INTERREG VI Océan Indien, dont l&rsquo;autorité de gestion est la Région Réunion.</strong></p>

        </main>

    </div>

    <!-- Section Partenaires -->
    <div class="partners-section">
        <div class="partners-logos">
            <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2025/08/FR-InterregOceanIndien-PANTONE.jpg?w=800&#038;ssl=1" alt="Logo INTERREG VI Océan Indien" class="partner-logo" loading="lazy">
            <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2024/11/Logo-REGION-REUNION-site-rr_quadri.jpg?w=800&#038;ssl=1" alt="Logo Région Réunion" class="partner-logo" loading="lazy">
        </div>
    </div>

</div>
<p>Cet article <a href="https://cyroi.re/seychelles-propomiel-entre-en-phase-operationnelle-sur-le-terrain/">Seychelles : Prop’OMiel entre en phase opérationnelle sur le terrain</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cyroi.re/seychelles-propomiel-entre-en-phase-operationnelle-sur-le-terrain/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7949</post-id>	</item>
		<item>
		<title>Jeudi du CYROI : la spectrométrie de masse au service de l’analyse des composés naturels</title>
		<link>https://cyroi.re/jeudi-du-cyroi-la-spectrometrie-de-masse-au-service-de-lanalyse-des-composes-naturels/</link>
					<comments>https://cyroi.re/jeudi-du-cyroi-la-spectrometrie-de-masse-au-service-de-lanalyse-des-composes-naturels/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Thu, 19 Mar 2026 10:38:20 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<guid isPermaLink="false">https://cyroi.re/?p=7937</guid>

					<description><![CDATA[<p>Le GIP CYROI organise un nouveau Jeudi du CYROI le 26 mars 2026 à 13h30, au sein de ses locaux à Saint-Denis. Lors de ce rendez-vous scientifique, David Hoarau mettra à l’honneur une technologie incontournable en chimie analytique : la spectrométrie de masse à haute résolution.</p>
<p>Cet article <a href="https://cyroi.re/jeudi-du-cyroi-la-spectrometrie-de-masse-au-service-de-lanalyse-des-composes-naturels/">Jeudi du CYROI : la spectrométrie de masse au service de l’analyse des composés naturels</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- ARTICLE: Jeudi du CYROI - Spectrométrie de masse - David Hoarau -->
<style>
    /* Variables CSS */
    :root {
        --bleu-nuit: #1c1c68;
        --bleu-canard: #008f98;
        --bleu-clair: #a5c3c2;
        --vert-turquoise: #47b2a2;
        --orange-corail: #f46b53;
    }

    /* Container principal */
    .article-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Header de l'article */
    .article-header {
        text-align: center;
        margin: 60px 0;
        padding: 0 20px;
    }

    .article-title {
        font-family: 'Raleway', sans-serif;
        font-size: clamp(1.5rem, 3.5vw, 2.5rem);
        font-weight: 700;
        color: var(--bleu-nuit);
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .article-subtitle {
        font-family: 'Nunito', sans-serif;
        font-size: clamp(1rem, 2vw, 1.2rem);
        color: var(--bleu-canard);
        font-weight: 600;
        margin-bottom: 10px;
    }

    /* Contenu principal */
    .article-content {
        margin-bottom: 80px;
    }

    .content-main {
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .content-main h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        color: var(--bleu-nuit);
        margin: 40px 0 20px 0;
        position: relative;
        padding-left: 20px;
    }

    .content-main h2:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 30px;
        background: var(--orange-corail);
        border-radius: 2px;
    }

    .content-main p {
        margin-bottom: 20px;
        font-family: 'Nunito', sans-serif;
        color: #333;
    }

    .content-main strong {
        color: var(--bleu-nuit);
    }

    /* Listes à puces */
    .content-main ul {
        margin: 20px 0;
        padding-left: 30px;
    }

    .content-main li {
        margin-bottom: 10px;
        position: relative;
        font-family: 'Nunito', sans-serif;
    }

    .content-main li::marker {
        color: var(--vert-turquoise);
    }

    /* Encadré informations pratiques */
    .jcyroi-info-box {
        background: linear-gradient(135deg, var(--bleu-canard), var(--vert-turquoise));
        color: white;
        padding: 35px;
        border-radius: 15px;
        margin: 40px 0;
        box-shadow: 0 10px 30px rgba(0, 143, 152, 0.2);
    }

    .jcyroi-info-box h2:before {
        display: none;
    }

    .jcyroi-info-box-title {
        font-family: 'Raleway', sans-serif;
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 25px;
        text-align: center;
        color: white;
    }

    .jcyroi-info-details {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 20px;
    }

    .jcyroi-info-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

    .jcyroi-info-icon {
        flex-shrink: 0;
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.25);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .jcyroi-info-icon svg {
        width: 26px;
        height: 26px;
        fill: white;
    }

    .jcyroi-info-text {
        flex: 1;
    }

    .jcyroi-info-text strong {
        display: block;
        font-size: 0.85rem;
        margin-bottom: 5px;
        color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
    }

    .jcyroi-info-text span {
        font-size: 1.15rem;
        line-height: 1.5;
        color: white;
        font-weight: 400;
    }

    /* CTA Box */
    .jcyroi-cta-box {
        background: linear-gradient(135deg, var(--orange-corail), #ff8a73);
        color: white;
        padding: 35px;
        border-radius: 15px;
        margin: 40px 0;
        text-align: center;
        box-shadow: 0 10px 30px rgba(244, 107, 83, 0.3);
    }

    .jcyroi-cta-box p {
        font-size: 1.2rem;
        margin-bottom: 25px;
        color: white;
        font-weight: 500;
    }

    .jcyroi-cta-button {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: white;
        color: var(--orange-corail);
        padding: 15px 40px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.1rem;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        margin: 0 10px 10px 0;
    }

    .jcyroi-cta-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
        background: #fff;
    }

    .jcyroi-cta-button svg {
        width: 22px;
        height: 22px;
        fill: var(--orange-corail);
    }

    /* Section logos financeurs */
    .jcyroi-partners-section {
        margin: 60px 0;
        text-align: center;
    }

    .jcyroi-partners-logos {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    .jcyroi-partner-logo-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        background: white;
        border-radius: 10px;
        padding: 20px 30px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .jcyroi-partner-logo-wrapper:hover {
        transform: scale(1.05);
    }

    .jcyroi-partner-logo-wrapper img {
        width: 320px;
        height: auto;
        object-fit: contain;
    }

    /* Responsive */
    @media (max-width: 768px) {
        .article-container {
            padding: 0 15px;
        }

        .article-header {
            margin: 40px 0;
        }

        .content-main {
            font-size: 1rem;
        }

        .content-main h2 {
            font-size: 1.5rem;
        }

        .jcyroi-info-box {
            padding: 25px 20px;
        }

        .jcyroi-info-details {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .jcyroi-info-box-title {
            font-size: 1.4rem;
        }

        .jcyroi-info-text span {
            font-size: 0.95rem;
        }

        .jcyroi-cta-box {
            padding: 25px 20px;
        }

        .jcyroi-cta-box p {
            font-size: 1rem;
        }

        .jcyroi-cta-button {
            padding: 12px 30px;
            font-size: 1rem;
            display: flex;
            justify-content: center;
            margin: 0 0 10px 0;
        }
    }
</style>

<!-- Container principal de l'article -->
<div class="article-container">

    <!-- Header de l'article -->
    <header class="article-header fade-in">
        <h1 class="article-title">La spectrométrie de masse au service de l&rsquo;analyse des composés naturels</h1>
        <p class="article-subtitle">Jeudi du CYROI – David Hoarau | 26 mars 2026 – 13h30 | CYROI, Salle RDC</p>
    </header>

    <!-- Contenu principal -->
    <div class="article-content fade-in fade-in-delay">

        <main class="content-main">

            <p>Le GIP CYROI organise un nouveau <strong>Jeudi du CYROI</strong> le <strong>26 mars 2026 à 13h30</strong>, au sein de ses locaux à Saint-Denis. Ce rendez-vous scientifique mettra à l&rsquo;honneur une technologie incontournable en chimie analytique : la <strong>spectrométrie de masse à haute résolution</strong>.</p>

            <h2>Une technologie clé pour l&rsquo;analyse moléculaire</h2>
            <p>Cette conférence sera animée par <strong>David Hoarau</strong>, ingénieur d&rsquo;études au sein de l&rsquo;<strong>unité analytique du CYROI</strong>. Il présentera les principes de la spectrométrie de masse, depuis ses bases jusqu&rsquo;aux évolutions récentes vers la haute résolution.</p>

            <p>Cette technique permet d&rsquo;identifier et de caractériser avec précision les composés présents dans des matrices complexes, et constitue aujourd&rsquo;hui un outil essentiel dans de nombreux domaines de recherche.</p>

            <h2>Des applications sur des ressources naturelles</h2>
            <p>L&rsquo;intervention s&rsquo;appuiera sur des exemples d&rsquo;application à l&rsquo;analyse de <strong>miels</strong> et de <strong>plantes tropicales</strong>. Ces travaux illustrent l&rsquo;intérêt de la spectrométrie de masse à haute résolution pour explorer la diversité moléculaire et mieux comprendre la composition de ces matrices.</p>

            <p>Ces approches contribuent notamment aux projets de recherche menés au CYROI en lien avec la <strong>valorisation de la biodiversité</strong> et les <strong>biotechnologies</strong>.</p>

            <h2>Un rendez-vous ouvert à tous</h2>
            <p>Les Jeudis du CYROI sont des temps d&rsquo;échange ouverts à tous, favorisant le partage des connaissances entre scientifiques, étudiants, partenaires et grand public.</p>

            <!-- Encadré informations pratiques -->
            <div class="jcyroi-info-box fade-in fade-in-delay-2">
                <h2 class="jcyroi-info-box-title">Informations pratiques</h2>
                <div class="jcyroi-info-details">
                    <div class="jcyroi-info-item">
                        <div class="jcyroi-info-icon">
                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                                <path d="M19 4h-1V2h-2v2H8V2H6v2H5c-1.11 0-1.99.9-1.99 2L3 20c0 1.1.89 2 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"/>
                            </svg>
                        </div>
                        <div class="jcyroi-info-text">
                            <strong>DATE</strong>
                            <span>Jeudi 26 mars 2026</span>
                        </div>
                    </div>
                    <div class="jcyroi-info-item">
                        <div class="jcyroi-info-icon">
                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                                <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"/>
                            </svg>
                        </div>
                        <div class="jcyroi-info-text">
                            <strong>HORAIRE</strong>
                            <span>13h30 GMT+4</span>
                        </div>
                    </div>
                    <div class="jcyroi-info-item">
                        <div class="jcyroi-info-icon">
                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                                <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"/>
                            </svg>
                        </div>
                        <div class="jcyroi-info-text">
                            <strong>LIEU</strong>
                            <span>CYROI – Salle RDC, Saint-Denis</span>
                        </div>
                    </div>
                    <div class="jcyroi-info-item">
                        <div class="jcyroi-info-icon">
                            <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                                <path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/>
                            </svg>
                        </div>
                        <div class="jcyroi-info-text">
                            <strong>INSCRIPTION</strong>
                            <span>Entrée libre sur inscription</span>
                        </div>
                    </div>
                </div>
            </div>

            <!-- CTA Inscription -->
            <div class="jcyroi-cta-box fade-in fade-in-delay-2">
                <p><strong>Réservez votre place pour cette conférence</strong></p>
                <a href="https://forms.gle/PXYZzFJ2fXKLWB579" target="_blank" rel="noopener noreferrer" aria-label="Formulaire d'inscription au Jeudi du CYROI du 26 mars 2026" class="jcyroi-cta-button">
                    <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                        <path d="M14 2H6c-1.1 0-1.99.9-1.99 2L4 20c0 1.1.89 2 1.99 2H18c1.1 0 2-.9 2-2V8l-6-6zm2 16H8v-2h8v2zm0-4H8v-2h8v2zm-3-5V3.5L18.5 9H13z"/>
                    </svg>
                    Inscription
                </a>
            </div>

        </main>

    </div>

    <!-- Section logos financeurs -->
    <div class="jcyroi-partners-section fade-in fade-in-delay-2">
        <p style="font-family: 'Nunito', sans-serif; font-size: 1rem; color: #333; text-align: center; margin-bottom: 25px;">Cette opération est cofinancée par l&rsquo;Union européenne et la Région Réunion. L&rsquo;Europe s&rsquo;engage à la Réunion avec le Fonds FEDER.</p>
        <div class="jcyroi-partners-logos">
            <div class="jcyroi-partner-logo-wrapper">
                <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2025/08/Logo-FEDER-FSE.jpg?w=800&#038;ssl=1" alt="Cofinancé par l'Union européenne – FEDER FSE, Région Réunion" loading="lazy">
            </div>
        </div>
    </div>

</div>



<p></p>
<p>Cet article <a href="https://cyroi.re/jeudi-du-cyroi-la-spectrometrie-de-masse-au-service-de-lanalyse-des-composes-naturels/">Jeudi du CYROI : la spectrométrie de masse au service de l’analyse des composés naturels</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cyroi.re/jeudi-du-cyroi-la-spectrometrie-de-masse-au-service-de-lanalyse-des-composes-naturels/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7937</post-id>	</item>
		<item>
		<title>9e Concours des Miels de France : Prop&#8217;OMiel au cœur de l&#8217;excellence apicole nationale</title>
		<link>https://cyroi.re/9e-concours-des-miels-de-france-propomiel-au-coeur-de-lexcellence-apicole-nationale/</link>
					<comments>https://cyroi.re/9e-concours-des-miels-de-france-propomiel-au-coeur-de-lexcellence-apicole-nationale/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Mon, 23 Feb 2026 10:57:57 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<guid isPermaLink="false">https://cyroi.re/?p=7868</guid>

					<description><![CDATA[<p>Le projet Prop’OMiel, porté par le GIP CYROI, a été représenté à Toulouse lors du 9e Concours des Miels de France organisé par l’UNAF (Union Nationale de l’Apiculture Française), au Palais du CESE (Conseil Économique, Social et Environnemental).</p>
<p>À cette occasion, Jennyfer Yong Sang a participé en tant que jury officiel de dégustation, dans la catégorie miel — notamment pour l’évaluation du miel d’acacia. Sa présence au sein du jury national témoigne de la reconnaissance scientifique et technique du travail mené dans le cadre de Prop’OMiel autour de la qualité et de la caractérisation des produits de la ruche</p>
<p>Cet article <a href="https://cyroi.re/9e-concours-des-miels-de-france-propomiel-au-coeur-de-lexcellence-apicole-nationale/">9e Concours des Miels de France : Prop&rsquo;OMiel au cœur de l&rsquo;excellence apicole nationale</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- ARTICLE: 9e Concours des Miels de France : Prop'OMiel au cœur de l'excellence apicole nationale -->
<style>
    /* Variables CSS */
    :root {
        --bleu-nuit: #1c1c68;
        --bleu-canard: #008f98;
        --bleu-clair: #a5c3c2;
        --vert-turquoise: #47b2a2;
        --orange-corail: #f46b53;
    }

    /* Container principal */
    .article-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Header de l'article */
    .article-header {
        text-align: center;
        margin: 60px 0;
        padding: 0 20px;
    }

    .article-title {
        font-family: 'Raleway', sans-serif;
        font-size: clamp(1.5rem, 3.5vw, 2.5rem);
        font-weight: 700;
        color: var(--bleu-nuit);
        margin-bottom: 20px;
        line-height: 1.2;
    }

    /* Contenu principal */
    .article-content {
        margin-bottom: 80px;
    }

    .content-main {
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .content-main h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        color: var(--bleu-nuit);
        margin: 40px 0 20px 0;
        position: relative;
        padding-left: 20px;
    }

    .content-main h2:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 30px;
        background: var(--orange-corail);
        border-radius: 2px;
    }

    .content-main p {
        margin-bottom: 20px;
        font-family: 'Nunito', sans-serif;
        color: #333;
    }

    .content-main strong {
        color: var(--bleu-nuit);
    }

    .content-main a {
        color: var(--bleu-canard);
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: border-bottom 0.3s ease;
    }

    .content-main a:hover {
        border-bottom: 1px solid var(--bleu-canard);
    }

    /* Listes à puces */
    .content-main ul {
        margin: 20px 0;
        padding-left: 30px;
    }

    .content-main li {
        margin-bottom: 10px;
        position: relative;
        font-family: 'Nunito', sans-serif;
        color: #333;
    }

    .content-main li::marker {
        color: var(--vert-turquoise);
    }

    /* Galerie d'images 3 colonnes */
    .image-gallery-3col {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        margin: 40px 0;
    }

    .gallery-item {
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
    }

    .gallery-item:hover {
        transform: translateY(-5px);
    }

    .image-gallery-3col .gallery-item img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

    .gallery-item:hover img {
        transform: scale(1.05);
    }

    /* Section partenaires */
    .partners-section {
        margin: 60px 0;
        text-align: center;
    }

    .partners-title {
        font-family: 'Raleway', sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--bleu-nuit);
        margin-bottom: 30px;
    }

    .partners-logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        align-items: center;
        justify-items: center;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .partner-logo {
        width: 220px;
        height: 110px;
        object-fit: contain;
        transition: transform 0.3s ease;
        background: white;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    /* Logo Région Réunion - RÉDUIT */
    .partner-logo[alt*="Région"] {
        transform: scale(0.55);
    }

    .partner-logo[alt*="Région"]:hover {
        transform: scale(0.57);
    }

    /* Logo INTERREG - AGRANDI */
    .partner-logo[alt*="INTERREG"] {
        transform: scale(1.2);
    }

    .partner-logo[alt*="INTERREG"]:hover {
        transform: scale(1.22);
    }

    /* Responsive */
    @media (max-width: 968px) {
        .image-gallery-3col {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 768px) {
        .article-container {
            padding: 0 15px;
        }

        .article-header {
            margin: 40px 0;
        }

        .content-main {
            font-size: 1rem;
        }

        .content-main h2 {
            font-size: 1.5rem;
        }

        .image-gallery-3col {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .image-gallery-3col .gallery-item img {
            height: 250px;
        }

        .partners-logos {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .partner-logo {
            width: 160px;
            height: 80px;
        }

        .partner-logo[alt*="Région"] {
            transform: scale(0.55);
        }

        .partner-logo[alt*="Région"]:hover {
            transform: scale(0.57);
        }

        .partner-logo[alt*="INTERREG"] {
            transform: scale(1.2);
        }

        .partner-logo[alt*="INTERREG"]:hover {
            transform: scale(1.22);
        }
    }
</style>

<!-- Container principal de l'article -->
<div class="article-container">

    <!-- Header de l'article -->
    <header class="article-header fade-in">
        <h1 class="article-title">9e Concours des Miels de France : Prop&rsquo;OMiel au cœur de l&rsquo;excellence apicole nationale</h1>
    </header>

    <!-- Contenu principal -->
    <div class="article-content fade-in fade-in-delay">

        <main class="content-main">

            <!-- Introduction -->
            <p>Le projet <strong>Prop&rsquo;OMiel</strong>, porté par le GIP CYROI, a été représenté à Toulouse lors du <strong>9e Concours des Miels de France</strong> organisé par l&rsquo;UNAF (Union Nationale de l&rsquo;Apiculture Française), au Palais du CESE (Conseil Économique, Social et Environnemental).</p>

            <p>À cette occasion, <strong>Jennyfer Yong Sang</strong> a participé en tant que jury officiel de dégustation, dans la catégorie miel — notamment pour l&rsquo;évaluation du miel d&rsquo;acacia. Sa présence au sein du jury national témoigne de la reconnaissance scientifique et technique du travail mené dans le cadre de Prop&rsquo;OMiel autour de la qualité et de la caractérisation des produits de la ruche.</p>

            <!-- Galerie 3 photos -->
            <div class="image-gallery-3col fade-in fade-in-delay-2">
                <div class="gallery-item">
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2026/02/IMG_3659.jpeg?w=800&#038;ssl=1" alt="Jennyfer en tant que jury au 9e Concours des Miels de France à Toulouse" loading="lazy">
                </div>
                <div class="gallery-item">
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2026/02/IMG_3671.jpeg?w=800&#038;ssl=1" alt="9e Concours des Miels de France - Palais du CESE - jury de dégustation" loading="lazy">
                </div>
                <div class="gallery-item">
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2026/02/IMG_3683.jpeg?w=800&#038;ssl=1" alt="Miels de La Réunion primés au Concours des Miels de France 2025" loading="lazy">
                </div>
            </div>

            <!-- Section 1 -->
            <h2>Une reconnaissance pour les miels de La Réunion</h2>

            <p>Le concours a également mis à l&rsquo;honneur la richesse apicole ultramarine : plusieurs miels de La Réunion ont été primés, soulignant la qualité exceptionnelle des productions issues de la biodiversité insulaire.</p>

            <p>Cette distinction renforce la visibilité du savoir-faire des apiculteurs réunionnais et confirme l&rsquo;importance des travaux scientifiques engagés pour mieux comprendre, analyser et valoriser les propriétés des miels tropicaux.</p>

            <!-- Section 2 -->
            <h2>Un partenariat stratégique avec l&rsquo;UNAF</h2>

            <p>Partenaire du projet Prop&rsquo;OMiel, l&rsquo;UNAF constitue un acteur clé de la filière apicole française. La participation au jury a permis de :</p>

            <ul>
                <li>consolider les liens institutionnels et professionnels,</li>
                <li>échanger sur les enjeux de traçabilité, de qualité et de valorisation des miels,</li>
                <li>renforcer la visibilité du projet à l&rsquo;échelle nationale.</li>
            </ul>

            <p>Ces échanges sont essentiels pour articuler recherche scientifique, filières apicoles et dynamiques territoriales.</p>

            <!-- Section 3 -->
            <h2>Une dynamique européenne et internationale</h2>

            <p>Cette collaboration s&rsquo;inscrit dans une perspective plus large : Prop&rsquo;OMiel a été invité à participer au <strong>Congrès européen de l&rsquo;apiculture</strong>, qui se tiendra du 1er au 3 octobre 2026 à Agen.</p>

            <p>Un nouveau jalon stratégique avant le grand rendez-vous international <strong>Apimondia 2027</strong>, événement mondial de référence pour la recherche et la filière apicole.</p>

            <p>À travers cette présence au 9e Concours des Miels de France, le CYROI confirme son rôle d&rsquo;interface entre recherche scientifique, innovation et développement territorial.</p>

            <!-- Mention de financement -->
            <p><strong>Ce projet est financé par l&rsquo;Union européenne dans le cadre du programme INTERREG VI Océan Indien, dont l&rsquo;autorité de gestion est la Région Réunion.</strong></p>

        </main>

    </div>

    <!-- Section Partenaires -->
    <div class="partners-section">
        <div class="partners-logos">
            <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2025/08/FR-InterregOceanIndien-PANTONE.jpg?w=800&#038;ssl=1" alt="Logo INTERREG VI Océan Indien" class="partner-logo" loading="lazy">
            <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2024/11/Logo-REGION-REUNION-site-rr_quadri.jpg?w=800&#038;ssl=1" alt="Logo Région Réunion" class="partner-logo" loading="lazy">
        </div>
    </div>

</div>



<p></p>
<p>Cet article <a href="https://cyroi.re/9e-concours-des-miels-de-france-propomiel-au-coeur-de-lexcellence-apicole-nationale/">9e Concours des Miels de France : Prop&rsquo;OMiel au cœur de l&rsquo;excellence apicole nationale</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cyroi.re/9e-concours-des-miels-de-france-propomiel-au-coeur-de-lexcellence-apicole-nationale/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7868</post-id>	</item>
		<item>
		<title>Production radiopharmaceutique 2025 : des objectifs dépassés au CYROI</title>
		<link>https://cyroi.re/production-radiopharmaceutique-2025-des-objectifs-depasses-au-cyroi/</link>
					<comments>https://cyroi.re/production-radiopharmaceutique-2025-des-objectifs-depasses-au-cyroi/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Mon, 23 Feb 2026 10:40:32 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<guid isPermaLink="false">https://cyroi.re/?p=7863</guid>

					<description><![CDATA[<p>En 2025, l’Établissement Pharmaceutique du GIP CYROI franchit un nouveau cap dans son activité de production radiopharmaceutique. Avec 7 410 doses de 18F-FDG produites, l’objectif fixé conventionnellement avec le CHU de La Réunion (7 000 doses) est non seulement atteint, mais dépassé.</p>
<p>Cet article <a href="https://cyroi.re/production-radiopharmaceutique-2025-des-objectifs-depasses-au-cyroi/">Production radiopharmaceutique 2025 : des objectifs dépassés au CYROI</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- ARTICLE: Production radiopharmaceutique 2025 -->
<style>
    :root {
        --bleu-nuit: #1c1c68;
        --bleu-canard: #008f98;
        --bleu-clair: #a5c3c2;
        --vert-turquoise: #47b2a2;
        --orange-corail: #f46b53;
    }

    .article-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .article-header {
        text-align: center;
        margin: 60px 0;
        padding: 0 20px;
    }

    .article-title {
        font-family: 'Raleway', sans-serif;
        font-size: clamp(1.5rem, 3.5vw, 2.5rem);
        font-weight: 700;
        color: var(--bleu-nuit);
        margin-bottom: 20px;
        line-height: 1.2;
    }

    .article-content {
        margin-bottom: 80px;
    }

    .content-main {
        font-size: 1.1rem;
        line-height: 1.8;
        font-family: 'Nunito', sans-serif;
        color: #333;
    }

    .content-main h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        color: var(--bleu-nuit);
        margin: 40px 0 20px 0;
        position: relative;
        padding-left: 20px;
    }

    .content-main h2:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 30px;
        background: var(--orange-corail);
        border-radius: 2px;
    }

    .content-main p {
        margin-bottom: 20px;
    }

    .content-main strong {
        color: var(--bleu-nuit);
    }

    .content-main ul {
        margin: 20px 0;
        padding-left: 30px;
    }

    .content-main li {
        margin-bottom: 10px;
    }

    .content-main li::marker {
        color: var(--vert-turquoise);
    }

    /* Photo à gauche avec texte à droite */
    .photo-text-layout-left {
        display: flex;
        gap: 30px;
        margin: 40px 0;
        align-items: stretch;
    }

    .photo-text-layout-left .article-photo {
        flex-shrink: 0;
        width: 450px;
        margin: 0;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
    }

    .photo-text-layout-left .article-photo:hover {
        transform: translateY(-5px);
    }

    .photo-text-layout-left .article-photo img {
        width: 100%;
        height: 100%;
        min-height: 350px;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

    .photo-text-layout-left .article-photo:hover img {
        transform: scale(1.05);
    }

    .photo-text-layout-left .text-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    /* Responsive */
    @media (max-width: 968px) {
        .photo-text-layout-left {
            flex-direction: column;
        }

        .photo-text-layout-left .article-photo {
            width: 100%;
        }

        .photo-text-layout-left .article-photo img {
            height: 400px;
            min-height: auto;
        }
    }

    @media (max-width: 768px) {
        .article-container {
            padding: 0 15px;
        }

        .article-header {
            margin: 40px 0;
        }

        .content-main {
            font-size: 1rem;
        }

        .content-main h2 {
            font-size: 1.5rem;
        }

        .photo-text-layout-left .article-photo img {
            height: 300px;
        }
    }
</style>

<!-- Container principal de l'article -->
<div class="article-container">

    <!-- Header de l'article -->
    <header class="article-header fade-in">
        <h1 class="article-title">Production radiopharmaceutique 2025 : des objectifs dépassés au CYROI</h1>
    </header>

    <!-- Contenu principal -->
    <div class="article-content fade-in fade-in-delay">

        <main class="content-main">

            <!-- Introduction + photo à gauche -->
            <div class="photo-text-layout-left fade-in fade-in-delay-2">
                <div class="article-photo">
                    <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2025/01/CYROI_UPR2021_K.GILLE_33-scaled.jpg?w=800&#038;ssl=1" alt="Cyclotron de La Réunion" loading="lazy">
                </div>
                <div class="text-content">
                    <p>En 2025, l&rsquo;Établissement Pharmaceutique du GIP CYROI franchit un nouveau cap dans son activité de production radiopharmaceutique. Avec <strong>7 410 doses de 18F-FDG produites</strong>, l&rsquo;objectif fixé conventionnellement avec le CHU de La Réunion (7 000 doses) est non seulement atteint, mais dépassé.</p>
                    <p>Ce résultat confirme la capacité du CYROI à répondre aux besoins du territoire en imagerie TEP, dans un contexte où la production locale constitue un enjeu stratégique de santé publique.</p>
                </div>
            </div>

            <!-- Section 1 -->
            <h2>Une production optimisée au service des patients</h2>
            <p>La production atteint désormais un rythme de <strong>40 à 45 doses par jour</strong>, mobilisant les équipes de l&rsquo;établissement pharmaceutique chaque nuit afin de garantir la continuité des examens.</p>
            <p>Ce niveau d&rsquo;activité permet d&rsquo;assurer une prise en charge locale fluide des patients et de limiter fortement les délais d&rsquo;examen en imagerie TEP. Dans un territoire insulaire comme La Réunion, la sécurisation de cette production est essentielle : elle évite aux patients d&rsquo;avoir à se déplacer hors du territoire pour bénéficier de ces examens spécialisés.</p>

            <!-- Section 2 -->
            <h2>Une infrastructure stratégique pour le territoire</h2>
            <p>L&rsquo;Établissement Pharmaceutique du CYROI, autorisé par l&rsquo;ANSM, évolue dans un cadre réglementaire strict encadrant la qualité et la sécurité des productions radiopharmaceutiques.</p>
            <p>Le <strong>18F-FDG</strong> est un radiotraceur largement utilisé en imagerie TEP, notamment en oncologie. Sa production locale contribue à sécuriser la réalisation des examens à La Réunion.</p>
            <p>Perspectives de développement pour les années à venir :</p>
            <ul>
                <li>Déploiement de nouveaux radiotraceurs afin d&rsquo;élargir les indications à d&rsquo;autres pathologies</li>
                <li>Réhabilitation d&rsquo;une ligne de production pour renforcer durablement la fiabilité et la sécurisation de l&rsquo;activité sur le territoire</li>
            </ul>
            <p>Produire localement, sécuriser l&rsquo;accès aux soins et anticiper les besoins en imagerie médicale : le CYROI confirme son rôle stratégique au service de la santé publique réunionnaise.</p>

        </main>

    </div>

</div>
<p>Cet article <a href="https://cyroi.re/production-radiopharmaceutique-2025-des-objectifs-depasses-au-cyroi/">Production radiopharmaceutique 2025 : des objectifs dépassés au CYROI</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cyroi.re/production-radiopharmaceutique-2025-des-objectifs-depasses-au-cyroi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7863</post-id>	</item>
		<item>
		<title>Prop’OMiel renforce ses partenariats scientifiques</title>
		<link>https://cyroi.re/propomiel-renforce-ses-partenariats-scientifiques/</link>
					<comments>https://cyroi.re/propomiel-renforce-ses-partenariats-scientifiques/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Mon, 23 Feb 2026 10:09:56 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<guid isPermaLink="false">https://cyroi.re/?p=7853</guid>

					<description><![CDATA[<p>Dans le cadre de son développement, le projet Prop’OMiel a franchi une nouvelle étape avec la signature d’une convention de collaboration à Toulouse. Cette mission s’est déroulée en lien avec Mohamed Haddad et le réseau SUDMYCOTOX, contribuant au renforcement des échanges scientifiques entre équipes.</p>
<p>Cet article <a href="https://cyroi.re/propomiel-renforce-ses-partenariats-scientifiques/">Prop’OMiel renforce ses partenariats scientifiques</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- ARTICLE: Prop'OMiel renforce ses partenariats scientifiques -->
<style>
    /* Variables CSS */
    :root {
        --bleu-nuit: #1c1c68;
        --bleu-canard: #008f98;
        --bleu-clair: #a5c3c2;
        --vert-turquoise: #47b2a2;
        --orange-corail: #f46b53;
    }

    /* Container principal */
    .article-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* Header de l'article */
    .article-header {
        text-align: center;
        margin: 60px 0;
        padding: 0 20px;
    }

    .article-title {
        font-family: 'Raleway', sans-serif;
        font-size: clamp(1.5rem, 3.5vw, 2.5rem);
        font-weight: 700;
        color: var(--bleu-nuit);
        margin-bottom: 20px;
        line-height: 1.2;
    }

    /* Contenu principal */
    .article-content {
        margin-bottom: 80px;
    }

    .content-main {
        font-size: 1.1rem;
        line-height: 1.8;
        font-family: 'Nunito', sans-serif;
        color: #333;
    }

    .content-main h2 {
        font-family: 'Raleway', sans-serif;
        font-size: 2rem;
        font-weight: 600;
        color: var(--bleu-nuit);
        margin: 40px 0 20px 0;
        position: relative;
        padding-left: 20px;
    }

    .content-main h2:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 30px;
        background: var(--orange-corail);
        border-radius: 2px;
    }

    .content-main p {
        margin-bottom: 20px;
    }

    .content-main strong {
        color: var(--bleu-nuit);
    }

    .content-main a {
        color: var(--bleu-canard);
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: border-bottom 0.3s ease;
    }

    .content-main a:hover {
        border-bottom: 1px solid var(--bleu-canard);
    }

    /* Photo centrée unique */
    .article-photo {
        margin: 30px auto;
        width: 100%;
        max-width: 700px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease;
    }

    .article-photo:hover {
        transform: translateY(-5px);
    }

    .article-photo img {
        width: 100%;
        height: 450px;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease;
    }

    .article-photo:hover img {
        transform: scale(1.05);
    }

    /* Section partenaires */
    .partners-section {
        margin: 60px 0;
        text-align: center;
    }

    .partners-title {
        font-family: 'Raleway', sans-serif;
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--bleu-nuit);
        margin-bottom: 30px;
    }

    .partners-logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        align-items: center;
        justify-items: center;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .partner-logo {
        width: 220px;
        height: 110px;
        object-fit: contain;
        transition: transform 0.3s ease;
        background: white;
        border-radius: 8px;
        padding: 15px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

    /* Logo Région Réunion - RÉDUIT */
    .partner-logo[alt*="Région"] {
        transform: scale(0.55);
    }

    .partner-logo[alt*="Région"]:hover {
        transform: scale(0.57);
    }

    /* Logo INTERREG - AGRANDI */
    .partner-logo[alt*="INTERREG"] {
        transform: scale(1.2);
    }

    .partner-logo[alt*="INTERREG"]:hover {
        transform: scale(1.22);
    }

    /* Responsive */
    @media (max-width: 768px) {
        .article-container {
            padding: 0 15px;
        }

        .article-header {
            margin: 40px 0;
        }

        .content-main {
            font-size: 1rem;
        }

        .content-main h2 {
            font-size: 1.5rem;
        }

        .article-photo img {
            height: 300px;
        }

        .partners-logos {
            grid-template-columns: 1fr;
            gap: 15px;
        }

        .partner-logo {
            width: 160px;
            height: 80px;
        }

        .partner-logo[alt*="Région"] {
            transform: scale(0.55);
        }

        .partner-logo[alt*="Région"]:hover {
            transform: scale(0.57);
        }

        .partner-logo[alt*="INTERREG"] {
            transform: scale(1.2);
        }

        .partner-logo[alt*="INTERREG"]:hover {
            transform: scale(1.22);
        }
    }
</style>

<!-- Container principal de l'article -->
<div class="article-container">

    <!-- Header de l'article -->
    <header class="article-header fade-in">
        <h1 class="article-title">Prop&rsquo;OMiel renforce ses partenariats scientifiques</h1>
    </header>

    <!-- Contenu principal -->
    <div class="article-content fade-in fade-in-delay">

        <main class="content-main">

            <!-- Introduction -->
            <p>Dans le cadre de son développement, le projet Prop&rsquo;OMiel a franchi une nouvelle étape avec la signature d&rsquo;une convention de collaboration à Toulouse. Cette mission a été conduite en collaboration avec Mohamed Haddad et le réseau <a href="https://sudmycotox.org/" target="_blank" rel="noopener">SUDMYCOTOX</a>.</p>

            <!-- Photo principale -->
            <div class="article-photo fade-in fade-in-delay-2">
                <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2026/02/1770027885002-e1771827587897.jpg?w=800&#038;ssl=1" alt="Mission de collaboration scientifique Prop'OMiel à Toulouse" loading="lazy">
            </div>

            <!-- Section 1 -->
            <h2>Un partenariat avec l&rsquo;UMR 152 PHARMADEV</h2>

            <p>Une convention officielle a été signée avec l&rsquo;<a href="https://www.pharmadev.ird.fr/fr/" target="_blank" rel="noopener">UMR 152 PHARMADEV</a>, unité conjointe de l&rsquo;Institut de Recherche pour le Développement et de l&rsquo;Université Paul Sabatier Toulouse 3.</p>

            <p>Ce partenariat vise à structurer des axes scientifiques communs autour de l&rsquo;étude des composés bioactifs du miel, du pollen et de la propolis issus des écosystèmes de l&rsquo;océan Indien.</p>

            <p>L&rsquo;objectif est de renforcer l&rsquo;analyse et la caractérisation de ces produits de la ruche, dans une perspective de valorisation durable.</p>

            <p>Par ailleurs, des réunions de travail ont également été organisées dans le cadre du projet MetaboRUN.</p>

            <!-- Section 2 -->
            <h2>Formation et coopération scientifique</h2>

            <p>La collaboration intègre également la co-direction de deux stagiaires en partenariat avec le <a href="https://lgc.cnrs.fr/" target="_blank" rel="noopener">Laboratoire de Génie Chimique (UMR 5503 CNRS)</a>.</p>

            <p>Cette dynamique contribue à la formation de jeunes chercheurs et au développement d&rsquo;un réseau scientifique durable entre territoires.</p>

            <p>Cette coopération consolide un réseau scientifique entre La Réunion et l&rsquo;Hexagone, et contribue à positionner le territoire comme acteur structurant de la recherche en santé et valorisation durable des ressources naturelles à l&rsquo;échelle de l&rsquo;Océan Indien.</p>

            <!-- Mention de financement -->
            <p><strong>Ce projet est financé par l&rsquo;Union européenne dans le cadre du programme INTERREG VI Océan Indien, dont l&rsquo;autorité de gestion est la Région Réunion.</strong></p>

        </main>

    </div>

    <!-- Section Partenaires -->
    <div class="partners-section fade-in fade-in-delay">
        <div class="partners-logos">
            <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2025/08/FR-InterregOceanIndien-PANTONE.jpg?w=800&#038;ssl=1" alt="Logo INTERREG VI Océan Indien" class="partner-logo" loading="lazy">
            <img data-recalc-dims="1" decoding="async" src="https://i0.wp.com/cyroi.re/wp-content/uploads/2024/11/Logo-REGION-REUNION-site-rr_quadri.jpg?w=800&#038;ssl=1" alt="Logo Région Réunion" class="partner-logo" loading="lazy">
        </div>
    </div>

</div>
<p>Cet article <a href="https://cyroi.re/propomiel-renforce-ses-partenariats-scientifiques/">Prop’OMiel renforce ses partenariats scientifiques</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cyroi.re/propomiel-renforce-ses-partenariats-scientifiques/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">7853</post-id>	</item>
	</channel>
</rss>
