<?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>Anne Gaëlle Lefevre, Auteur à CYROI</title>
	<atom:link href="https://cyroi.re/author/aglefevre/feed/" rel="self" type="application/rss+xml" />
	<link>https://cyroi.re/author/aglefevre/</link>
	<description></description>
	<lastBuildDate>Mon, 27 Apr 2026 10:35:29 +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://cyroi.re/wp-content/uploads/2025/04/cropped-symbole-bleu-2-32x32.png</url>
	<title>Anne Gaëlle Lefevre, Auteur à CYROI</title>
	<link>https://cyroi.re/author/aglefevre/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>NanoBioScars : une organisation collective au service de la régénération tissulaire</title>
		<link>https://cyroi.re/nanobioscars-une-organisation-collective-au-service-de-la-regeneration-tissulaire/</link>
					<comments>https://cyroi.re/nanobioscars-une-organisation-collective-au-service-de-la-regeneration-tissulaire/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Tue, 21 Apr 2026 10:24:22 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<guid isPermaLink="false">https://cyroi.re/?p=8081</guid>

					<description><![CDATA[<p>Le projet NanoBioScars, porté par le GIP CYROI, repose sur une organisation structurée qui mobilise plusieurs équipes aux rôles complémentaires, de la recherche expérimentale à la coordination du projet.</p>
<p>Cet article <a href="https://cyroi.re/nanobioscars-une-organisation-collective-au-service-de-la-regeneration-tissulaire/">NanoBioScars : une organisation collective au service de la régénération tissulaire</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- ARTICLE: NanoBioScars - Une organisation collective au service de la régénération tissulaire -->
<style>
    /* Variables CSS */
    :root {
        --bleu-nuit: #1c1c68;
        --bleu-canard: #008f98;
        --bleu-clair: #a5c3c2;
        --vert-turquoise: #47b2a2;
        --orange-corail: #f46b53;
    }

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

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

    .nbs-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 */
    .nbs-article-content {
        margin-bottom: 80px;
    }

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

    .nbs-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;
    }

    .nbs-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;
    }

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

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

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

    .nbs-content-main a:hover {
        color: var(--orange-corail);
    }

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

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

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

    /* Photo centrée unique */
    .nbs-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;
    }

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

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

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

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

    .nbs-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;
    }

    .nbs-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 */
    .nbs-partner-logo[alt*="Région"] {
        transform: scale(0.55);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

<!-- Container principal de l'article -->
<div class="nbs-article-container">
    
    <!-- Header de l'article -->
    <header class="nbs-article-header fade-in">
        <h1 class="nbs-article-title">NanoBioScars : une organisation collective au service de la régénération tissulaire</h1>
    </header>

    <!-- Contenu principal -->
    <div class="nbs-article-content fade-in fade-in-delay">
        
        <main class="nbs-content-main">
            
            <!-- Introduction -->
            <p>Le projet <strong>NanoBioScars</strong>, porté par le GIP CYROI, repose sur une organisation structurée qui mobilise plusieurs équipes aux rôles complémentaires, de la recherche expérimentale à la coordination du projet.</p>

            <!-- Photo principale -->
            <div class="nbs-article-photo fade-in fade-in-delay-2">
                <img decoding="async" src="https://cyroi.re/wp-content/uploads/2026/04/f05051b8-f3f4-469d-bea5-56005d904c6d.jpg" alt="Projet NanoBioScars - Régénération tissulaire" loading="lazy">
            </div>

            <!-- Section 1 : Approches scientifiques -->
            <h2>Des approches scientifiques complémentaires</h2>
            <p>Les travaux scientifiques s&rsquo;appuient sur deux grands types d&rsquo;approches. D&rsquo;un côté, les études <em>in vitro</em> permettent de concevoir et tester de nouveaux biomatériaux, notamment sous forme de pansements innovants. De l&rsquo;autre, des études précliniques viennent évaluer leur efficacité dans des conditions plus proches des applications réelles.</p>

            <p>Cette articulation est essentielle : elle permet de passer progressivement de la recherche fondamentale à des perspectives concrètes en santé humaine.</p>

            <!-- Section 2 : Structuration du projet -->
            <h2>Une structuration du projet au-delà de la recherche</h2>
            <p>Le projet ne repose pas uniquement sur les activités scientifiques. Il s&rsquo;appuie également sur :</p>

            <ul>
                <li>une coordination de projet, qui assure le pilotage global et le lien entre partenaires</li>
                <li>des actions de communication, qui permettent de valoriser les résultats et de diffuser les avancées auprès de différents publics</li>
            </ul>

            <p>Ces fonctions sont indispensables pour transformer les résultats scientifiques en impact réel.</p>

            <!-- Section 3 : Partenaires -->
            <h2>Des partenaires qui enrichissent le projet</h2>
            <p>NanoBioScars s&rsquo;inscrit dans une dynamique collaborative en intégrant des partenaires aux expertises spécifiques.</p>

            <p>Parmi eux, <a href="https://www.canna.re/" target="_blank" rel="noopener noreferrer"><strong>Canabinoid Bourbon Réunion (CBR)</strong></a> explore le potentiel des cannabinoïdes dans les processus de cicatrisation, ouvrant des perspectives innovantes pour la régénération tissulaire. La structure <strong>Veterisphère</strong> contribue également au projet en tant que partenaire.</p>

            <p>Ces collaborations permettent d&rsquo;élargir les approches scientifiques et de renforcer la capacité d&rsquo;innovation du projet.</p>

            <!-- Section 4 : Dynamique collective -->
            <h2>Une dynamique collective tournée vers l&rsquo;application</h2>
            <p>En combinant recherche en laboratoire, études précliniques, coordination et valorisation, NanoBioScars construit une approche complète de la régénération tissulaire.</p>

            <p>L&rsquo;objectif : développer des solutions innovantes pour améliorer la cicatrisation cutanée et osseuse, avec des applications concrètes pour les patients.</p>

            <!-- Mention de financement -->
            <p><strong>Ce projet est cofinancé 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 : INTERREG VI + Région Réunion -->
    <div class="nbs-partners-section fade-in">
        <div class="nbs-partners-logos">
            <img decoding="async" src="https://cyroi.re/wp-content/uploads/2025/08/FR-InterregOceanIndien-PANTONE.jpg" alt="Logo INTERREG VI Océan Indien" class="nbs-partner-logo" loading="lazy">
            <img decoding="async" src="https://cyroi.re/wp-content/uploads/2024/11/Logo-REGION-REUNION-site-rr_quadri.jpg" alt="Logo Région Réunion" class="nbs-partner-logo" loading="lazy">
        </div>
    </div>

</div>
<p>Cet article <a href="https://cyroi.re/nanobioscars-une-organisation-collective-au-service-de-la-regeneration-tissulaire/">NanoBioScars : une organisation collective au service de la régénération tissulaire</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cyroi.re/nanobioscars-une-organisation-collective-au-service-de-la-regeneration-tissulaire/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Le CYROI ouvre ses portes pour la Journée Mondiale de la Créativité et de l’Innovation</title>
		<link>https://cyroi.re/le-cyroi-ouvre-ses-portes-pour-la-journee-mondiale-de-la-creativite-et-de-linnovation/</link>
					<comments>https://cyroi.re/le-cyroi-ouvre-ses-portes-pour-la-journee-mondiale-de-la-creativite-et-de-linnovation/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Tue, 21 Apr 2026 10:14:17 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<guid isPermaLink="false">https://cyroi.re/?p=8075</guid>

					<description><![CDATA[<p>Le CYROI ouvre ses portes pour la Journée Mondiale de la Créativité et de l&#8217;Innovation Le 21 avril 2026, à l&#8217;occasion de la Journée Mondiale de la Créativité et de l&#8217;Innovation, le CYROI a participé à l&#8217;événement Créa&#8217;Nova en ouvrant ses portes au public. Cette initiative s&#8217;inscrit dans une volonté de rendre l&#8217;innovation plus concrète, [&#8230;]</p>
<p>Cet article <a href="https://cyroi.re/le-cyroi-ouvre-ses-portes-pour-la-journee-mondiale-de-la-creativite-et-de-linnovation/">Le CYROI ouvre ses portes pour la Journée Mondiale de la Créativité et de l’Innovation</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- ARTICLE: Journée Mondiale de la Créativité et de l'Innovation - Créa'Nova 2026 -->
<style>
    /* Variables CSS */
    :root {
        --bleu-nuit: #1c1c68;
        --bleu-canard: #008f98;
        --bleu-clair: #a5c3c2;
        --vert-turquoise: #47b2a2;
        --orange-corail: #f46b53;
    }

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

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

    .creanova-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 */
    .creanova-article-content {
        margin-bottom: 80px;
    }

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

    .creanova-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;
    }

    .creanova-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;
    }

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

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

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

    .creanova-content-main a:hover {
        color: var(--orange-corail);
    }

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

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

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

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

    .creanova-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;
    }

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

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

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

    /* Légendes sous les images de galerie */
    .creanova-gallery-caption {
        text-align: center;
        font-family: 'Nunito', sans-serif;
        font-size: 0.95rem;
        color: var(--bleu-canard);
        font-weight: 600;
        margin-top: 10px;
    }

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

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

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

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

        .creanova-image-gallery-2col {
            grid-template-columns: 1fr;
            gap: 15px;
        }
    }
</style>

<!-- Container principal de l'article -->
<div class="creanova-article-container">
    
    <!-- Header de l'article -->
    <header class="creanova-article-header fade-in">
        <h1 class="creanova-article-title">Le CYROI ouvre ses portes pour la Journée Mondiale de la Créativité et de l&rsquo;Innovation</h1>
    </header>

    <!-- Contenu principal -->
    <div class="creanova-article-content fade-in fade-in-delay">
        
        <main class="creanova-content-main">
            
            <!-- Introduction -->
            <p>Le 21 avril 2026, à l&rsquo;occasion de la Journée Mondiale de la Créativité et de l&rsquo;Innovation, le CYROI a participé à l&rsquo;événement <strong>Créa&rsquo;Nova</strong> en ouvrant ses portes au public.</p>

            <p>Cette initiative s&rsquo;inscrit dans une volonté de rendre l&rsquo;innovation plus concrète, accessible et visible à La Réunion, en proposant des visites immersives de lieux emblématiques du territoire.</p>

            <!-- Section 1 : Immersion plateaux techniques -->
            <h2>Une immersion au cœur des plateaux techniques</h2>
            <p>Durant cette matinée, les participants ont pu découvrir plusieurs infrastructures du CYROI, à travers un parcours structuré autour de trois pôles :</p>

            <ul>
                <li>La plateforme d&rsquo;extraction végétale</li>
                <li>L&rsquo;unité analytique</li>
                <li>L&rsquo;unité <em>In Vitro</em></li>
            </ul>

            <p>Ces visites ont permis de mieux comprendre les équipements, les méthodes utilisées, ainsi que les applications concrètes de ces technologies dans les domaines de la recherche et du développement.</p>

            <!-- Galerie 2 colonnes -->
            <div class="creanova-image-gallery-2col fade-in fade-in-delay-2">
                <div>
                    <div class="creanova-gallery-item">
                        <img decoding="async" src="https://cyroi.re/wp-content/uploads/2026/04/bc29bf49-0be7-4f23-8262-eda5ab475116.jpg" alt="Unité Analytique" loading="lazy">
                    </div>
                </div>
                <div>
                    <div class="creanova-gallery-item">
                        <img decoding="async" src="https://cyroi.re/wp-content/uploads/2026/04/d7e406de-19f6-4849-a206-c09823cf1663.jpg" alt="Plateforme d'extraction végétale" loading="lazy">
                    </div>
                </div>
            </div>

            <!-- Section 2 : Valoriser les savoir-faire -->
            <h2>Valoriser les savoir-faire du territoire</h2>
            <p>Au-delà de la découverte technique, cette visite a été l&rsquo;occasion d&rsquo;échanger avec les équipes et de mettre en lumière les expertises présentes au sein du CYROI.</p>

            <p>Chercheurs, ingénieurs et professionnels mobilisés ont partagé leur expérience et illustré le rôle du centre dans l&rsquo;accompagnement de projets innovants à La Réunion.</p>

            <!-- Section 3 : Initiative au service de l'innovation -->
            <h2>Une initiative au service de l&rsquo;innovation</h2>
            <p>En intégrant le parcours Créa&rsquo;Nova, le CYROI contribue à une dynamique visant à rapprocher les acteurs de l&rsquo;innovation du grand public et des professionnels du territoire.</p>

            <p>Ce type d&rsquo;événement participe à renforcer la visibilité des infrastructures locales et à favoriser les collaborations autour de projets innovants.</p>

            <!-- Section Remerciements -->
            <h2>Remerciements</h2>
            <p>Le CYROI remercie l&rsquo;ensemble des participants pour leur intérêt et leur engagement, ainsi que La Réunion Innovation pour l&rsquo;organisation de cette matinée.</p>

        </main>

    </div>

</div>



<p></p>
<p>Cet article <a href="https://cyroi.re/le-cyroi-ouvre-ses-portes-pour-la-journee-mondiale-de-la-creativite-et-de-linnovation/">Le CYROI ouvre ses portes pour la Journée Mondiale de la Créativité et de l’Innovation</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://cyroi.re/le-cyroi-ouvre-ses-portes-pour-la-journee-mondiale-de-la-creativite-et-de-linnovation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Offre d&#8217;emploi &#8211; Ingénieur de Recherche en Imagerie Préclinique (H/F)</title>
		<link>https://cyroi.re/offre-demploi-ingenieur-de-recherche-en-imagerie-preclinique-h-f/</link>
					<comments>https://cyroi.re/offre-demploi-ingenieur-de-recherche-en-imagerie-preclinique-h-f/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Wed, 15 Apr 2026 11:39:53 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<category><![CDATA[Offres d'emploi]]></category>
		<guid isPermaLink="false">https://cyroi.re/?p=8046</guid>

					<description><![CDATA[<p>Le GIP CYROI renforce ses équipes et recrute un(e) Ingénieur(e) de Recherche en Imagerie Préclinique au sein de son unité Radiochimie et Imagerie du Petit Animal (RIPA).</p>
<p>Cet article <a href="https://cyroi.re/offre-demploi-ingenieur-de-recherche-en-imagerie-preclinique-h-f/">Offre d&#8217;emploi &#8211; Ingénieur de Recherche en Imagerie Préclinique (H/F)</a> est apparu en premier sur <a href="https://cyroi.re">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<!-- ============================================
     OFFRE D'EMPLOI - GIP CYROI
     Ingénieur de Recherche en Imagerie Préclinique (H/F)
     À 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);
}

/* 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;
    color: white;
    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);
    color: var(--bleu-nuit);
}

.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-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 de Recherche en Imagerie Préclinique (H/F)</h1>
        <p class="job-offer-subtitle">GIP CYROI – Unité Radiochimie et Imagerie du Petit Animal (RIPA)</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 1 an renouvelable
            </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>
                Saint-Denis, 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>
                Poste à pourvoir dès que possible
            </span>
        </div>
    </header>

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

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

            <!-- Section contexte -->
            <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 renforce ses équipes et recrute un(e) Ingénieur(e) de Recherche en Imagerie Préclinique au sein de son unité Radiochimie et Imagerie du Petit Animal (RIPA).</p>
            <p>Basé à Saint-Denis, au cœur de la Technopole de La Réunion, ce poste s&rsquo;inscrit dans un environnement scientifique de haut niveau dédié à la recherche biomédicale et aux biotechnologies.</p>

            <div class="job-project-context">
                <p>L&rsquo;ingénieur(e) recruté(e) interviendra sur des projets à forte valeur scientifique, en lien étroit avec les équipes de radiochimie, de biologie et les partenaires cliniques du territoire. Ce poste offre une forte dimension collaborative et contribue directement à des programmes de recherche innovants en santé.</p>
            </div>

            <!-- Section 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>

            <h3>Un rôle clé au sein d&rsquo;une plateforme technologique de pointe</h3>
            <ul>
                <li>La conception et l&rsquo;optimisation de protocoles d&rsquo;imagerie préclinique multimodale (micro-PET/SPECT/CT, imagerie optique)</li>
                <li>La réalisation des acquisitions, reconstructions et analyses quantitatives d&rsquo;images (biodistribution, pharmacocinétique, suivi thérapeutique)</li>
                <li>Le développement de nouveaux protocoles en lien avec les radiotraceurs produits sur la plateforme</li>
                <li>L&rsquo;accompagnement scientifique et technique des utilisateurs (chercheurs, doctorants, partenaires)</li>
                <li>La participation à la valorisation des résultats (publications, congrès, projets de recherche)</li>
            </ul>

            <!-- Section spécificités -->
            <h2>
                <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
                    <path d="M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"/>
                </svg>
                Un poste aux spécificités techniques et réglementaires fortes
            </h2>
            <p>Ce poste se distingue par plusieurs particularités importantes :</p>
            <ul>
                <li><strong>Environnement radiologique réglementé :</strong> travail en zone classée nécessitant le respect strict des règles de radioprotection</li>
                <li><strong>Intervention en animalerie :</strong> expérimentations sur modèles animaux dans un cadre éthique encadré (niveau SPS)</li>
                <li><strong>Horaires flexibles :</strong> certaines acquisitions pouvant nécessiter des interventions en soirée ou le week-end</li>
                <li><strong>Interactions pluridisciplinaires fortes :</strong> collaboration étroite avec des équipes internes (radiochimie, biologie) et des partenaires externes, notamment le CHU de La Réunion</li>
                <li><strong>Responsabilité technique :</strong> participation à la maintenance, au suivi qualité des équipements et à la veille technologique</li>
            </ul>
            

            <!-- Section profil -->
            <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 en imagerie médicale, biophysique, neurosciences, pharmacologie ou domaine équivalent</p>
                <p><strong>Expérience souhaitée :</strong> Au moins deux ans en imagerie préclinique</p>
            </div>

            <h3>Compétences techniques</h3>
            <ul>
                <li>Solides compétences en analyse d&rsquo;images et modélisation</li>
                <li>Bonne maîtrise des outils et logiciels dédiés</li>
                <li>Connaissances en radiobiologie et radiopharmacie</li>
                <li>Anglais scientifique opérationnel</li>
            </ul>

            <h3>Qualités professionnelles</h3>
            <ul>
                <li>Rigueur et autonomie</li>
                <li>Sens de l&rsquo;organisation</li>
                <li>Esprit d&rsquo;équipe</li>
            </ul>

            <!-- Section conditions -->
            <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>Type de contrat :</strong> CDD d&rsquo;un an renouvelable</li>
                <li><strong>Lieu :</strong> Saint-Denis, Technopole de La Réunion</li>
                <li><strong>Prise de fonction :</strong> Dès que possible</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 candidater, merci d&rsquo;adresser votre dossier à Emmanuelle Jestin (Responsable de l&rsquo;unité RIPA) :
        </p>
        <a href="mailto:e.jestin@cyroi.fr?subject=Candidature – Ingénieur de Recherche en Imagerie Préclinique" 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>
            e.jestin@cyroi.fr
        </a>
        
    </div>

</div>



<p></p>
<p>Cet article <a href="https://cyroi.re/offre-demploi-ingenieur-de-recherche-en-imagerie-preclinique-h-f/">Offre d&#8217;emploi &#8211; Ingénieur de Recherche en Imagerie Préclinique (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-ingenieur-de-recherche-en-imagerie-preclinique-h-f/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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>
		
		
			</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 decoding="async" src="https://cyroi.re/wp-content/uploads/2026/04/IMG_5205.jpeg" 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 decoding="async" src="https://cyroi.re/wp-content/uploads/2026/04/IMG_5124.jpeg" alt="Visite du CITEB - Centre de recherche sur les milieux aquatiques au CYROI" loading="lazy">
                </div>
                <div class="gallery-item">
                    <img decoding="async" src="https://cyroi.re/wp-content/uploads/2026/04/IMG_5179.jpeg" alt="Visite de la plateforme RMN dédiée à l'analyse des composés au CYROI" loading="lazy">
                </div>
                <div class="gallery-item">
                    <img decoding="async" src="https://cyroi.re/wp-content/uploads/2026/04/IMG_5196.jpeg" 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>
		
		
			</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-1.pdf" 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>
		
		
			</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>
		
		
			</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>
		
		
			</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 decoding="async" src="https://cyroi.re/wp-content/uploads/2026/03/IMG_4023.jpeg" alt="Mission Prop'OMiel aux Seychelles" loading="lazy">
                </div>
                <div class="gallery-item">
                    <img decoding="async" src="https://cyroi.re/wp-content/uploads/2026/03/IMG_4076.jpeg" alt="Mission Prop'OMiel aux Seychelles" loading="lazy">
                </div>
                <div class="gallery-item">
                    <img decoding="async" src="https://cyroi.re/wp-content/uploads/2026/03/IMG_4102.jpeg" 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 decoding="async" src="https://cyroi.re/wp-content/uploads/2025/08/FR-InterregOceanIndien-PANTONE.jpg" alt="Logo INTERREG VI Océan Indien" class="partner-logo" loading="lazy">
            <img decoding="async" src="https://cyroi.re/wp-content/uploads/2024/11/Logo-REGION-REUNION-site-rr_quadri.jpg" 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>
		
		
			</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 decoding="async" src="https://cyroi.re/wp-content/uploads/2025/08/Logo-FEDER-FSE.jpg" 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>
		
		
			</item>
	</channel>
</rss>
