<?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>Offres d&#039;emploi Archives - CYROI</title>
	<atom:link href="https://cyroi.re/en/category/offres-demploi/feed/" rel="self" type="application/rss+xml" />
	<link>https://cyroi.re/en/category/offres-demploi/</link>
	<description></description>
	<lastBuildDate>Wed, 15 Jul 2026 10:27:30 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updateperiod>
	hourly	</sy:updateperiod>
	<sy:updatefrequency>
	1	</sy:updatefrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://cyroi.re/wp-content/uploads/2025/04/cropped-symbole-bleu-2-32x32.png</url>
	<title>Offres d&#039;emploi Archives - CYROI</title>
	<link>https://cyroi.re/en/category/offres-demploi/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Offre d&#8217;emploi &#8211; Technicien.ne de maintenance</title>
		<link>https://cyroi.re/en/offre-demploi-technicien%c2%b7ne-de-maintenance/</link>
					<comments>https://cyroi.re/en/offre-demploi-technicien%c2%b7ne-de-maintenance/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Thu, 09 Jul 2026 07:44:48 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<category><![CDATA[Offres d'emploi]]></category>
		<guid ispermalink="false">https://cyroi.re/?p=8298</guid>

					<description><![CDATA[<p>Technicien(ne) de maintenance GIP CYROI &#8211; Recherche Santé et Bio-innovation Prise de poste : 01/08/2026 Contexte et mission principale Vous êtes un(e) technicien(ne) en début de carrière (0 à 5 ans d&#8217;expérience), motivé(e) à évoluer dans un environnement technique exigeant. Rejoignez un site de production à taille humaine, au sein d&#8217;une plate-forme innovante dédiée à [&#8230;]</p>
<p>Cet article <a href="https://cyroi.re/en/offre-demploi-technicien%c2%b7ne-de-maintenance/">Offre d&#8217;emploi &#8211; Technicien.ne de maintenance</a> est apparu en premier sur <a href="https://cyroi.re/en">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[<!-- ============================================
     OFFRE D'EMPLOI - TECHNICIEN·NE DE MAINTENANCE
     GIP CYROI
     ============================================ -->

<style>
:root {
    --bleu-nuit: #1c1c68;
    --bleu-canard: #008f98;
    --bleu-clair: #a5c3c2;
    --vert-turquoise: #47b2a2;
    --orange-corail: #f46b53;
}

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

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

.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.deadline { background: var(--orange-corail); }

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

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

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

.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: 10px;
}

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

@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>

<div class="job-offer-container fade-in">

    <header class="job-offer-header">
        <h1 class="job-offer-title">Technicien(ne) de maintenance</h1>
        <p class="job-offer-subtitle">GIP CYROI &#8211; Recherche Santé et  Bio-innovation</p>

        <div class="job-offer-badges">
            
            <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"></path>
                </svg>
                Prise de poste : 01/08/2026
            </span>
        </div>
    </header>

    <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"></path>
                </svg>
                Context and main role
            </h2>
            <p>Vous êtes un(e) technicien(ne) en début de carrière (0 à 5 ans d&rsquo;expérience), motivé(e) à évoluer dans un environnement technique exigeant. Rejoignez un site de production à taille humaine, au sein d&rsquo;une plate-forme innovante dédiée à la santé et aux biotechnologies.</p>
            <p>Dans le cadre du développement de nos activités, nous renforçons notre équipe maintenance. Rattaché(e) au Responsable de production, vous intervenez au cœur d&rsquo;un Établissement Pharmaceutique de pointe où vous contribuez à la fois à la production de médicaments radiopharmaceutiques pour le diagnostic du cancer et à la maintenance des équipements, dans le respect des Bonnes Pratiques de Fabrication (BPF).</p>

            <div class="job-project-context">
                <p><strong>Le poste est soumis à des astreintes techniques.</strong> Le/la candidat(e) devra résider à moins de 30 minutes du site afin de garantir une capacité d&rsquo;intervention rapide.</p>
            </div>

            <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>
                    <path d="M9 7h6v2H9zm7 0h2v2h-2zm-7 3h6v2H9zm7 0h2v2h-2z"></path>
                </svg>
                Votre rôle et vos missions
            </h2>
            <p>Vous partagez votre activité entre la production des médicaments (horaires décalés à partir de 2h30) — 50% — et la maintenance préventive et curative des équipements — 50%.</p>

            <ul>
                <li>Participer à la maintenance des outils de production et de contrôle qualité (cyclotron, modules de synthèse, enceintes de production, HPLC, osmoseur,…)</li>
                <li>Assurer les dépannages techniques</li>
                <li>Garantir la traçabilité des interventions via la GMAO</li>
                <li>Accompagner les prestataires externes lors des interventions</li>
                <li>Contribuer à la gestion du stock de pièces détachées et au maintien de la documentation technique</li>
                <li>Participer aux projets d&rsquo;amélioration</li>
                <li>Piloter le cyclotron pour la production des radioisotopes</li>
                <li>Réaliser le contrôle qualité physico-chimique des produits finis</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"></path>
                </svg>
                Candidate profile
            </h2>

            <div class="job-info-box">
                <h3>Education and experience</h3>
                <p><strong>Required qualification:</strong> Bac+3 ou équivalent</p>
                <p><strong>Desired experience:</strong> Première expérience en maintenance d&rsquo;équipements industriels et/ou analytiques</p>
            </div>

            <h3>Compétences appréciées</h3>
            <ul>
                <li>Électronique, mécanique, lecture de schémas techniques</li>
                <li>Diagnostic de pannes et compréhension des processus techniques</li>
                <li>Utilisation d&rsquo;équipements analytiques (HPLC, CPG, pH-mètre…)</li>
                <li>Maîtrise du Pack Office</li>
                <li>Anglais technique</li>
            </ul>

            <h3>Professional qualities</h3>
            <ul>
                <li>Capacité à travailler en équipe, sens de l&rsquo;organisation, polyvalence et rigueur</li>
                <li>Flexibilité pour adapter votre planning en fonction des aléas techniques et des besoins de production</li>
            </ul>

        </main>

    </div>

    <!-- Section candidature -->
    <div class="job-application-section" style="background: #1c1c68 !important;">
        <h2 class="job-application-title" style="color: #ffffff !important; background: transparent !important;">
            <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" style="fill: #ffffff !important;">
                <path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"></path>
            </svg>
            <span style="color: #ffffff !important; background: transparent !important;">Apply for this position</span>
        </h2>
        <p class="job-application-text" style="color: #ffffff !important; background: transparent !important;">
            <span style="color: #ffffff !important;">Merci d&rsquo;adresser votre dossier de candidature (CV + lettre de motivation) à l&rsquo;adresse suivante :</span>
        </p>
        <a href="mailto:k.gille@cyroi.fr?subject=Candidature Technicien(ne) de maintenance" class="job-application-email" style="background: #ffffff !important; color: #1c1c68 !important;">
            <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" style="fill: #1c1c68 !important;">
                <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"></path>
            </svg>
            <span style="color: #1c1c68 !important;">k.gille@cyroi.fr</span>
        </a>
        
    </div>

</div><p>Cet article <a href="https://cyroi.re/en/offre-demploi-technicien%c2%b7ne-de-maintenance/">Offre d&#8217;emploi &#8211; Technicien.ne de maintenance</a> est apparu en premier sur <a href="https://cyroi.re/en">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentrss>https://cyroi.re/en/offre-demploi-technicien%c2%b7ne-de-maintenance/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Offre de stage &#8211; Extraction et métabolomique des polyphénols du miel (Prop&#8217;OMiel)</title>
		<link>https://cyroi.re/en/offre-de-stage-extraction-et-metabolomique-des-polyphenols-du-miel-propomiel/</link>
					<comments>https://cyroi.re/en/offre-de-stage-extraction-et-metabolomique-des-polyphenols-du-miel-propomiel/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Thu, 02 Jul 2026 12:56:23 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<category><![CDATA[Offres d'emploi]]></category>
		<guid ispermalink="false">https://cyroi.re/?p=8245</guid>

					<description><![CDATA[<p>Développement d&#8217;une méthode d&#8217;extraction des polyphénols du miel par SPE et caractérisation métabolomique par LC-HRMS/MS et réseaux moléculaires GIP CYROI &#8211; Stage Master 2 &#8211; Projet Prop&#8217;OMiel Contexte scientifique Le miel est une matrice complexe majoritairement constituée de sucres, mais contenant également une fraction mineure de métabolites secondaires issus du nectar des plantes. Parmi ces [&#8230;]</p>
<p>Cet article <a href="https://cyroi.re/en/offre-de-stage-extraction-et-metabolomique-des-polyphenols-du-miel-propomiel/">Offre de stage &#8211; Extraction et métabolomique des polyphénols du miel (Prop&rsquo;OMiel)</a> est apparu en premier sur <a href="https://cyroi.re/en">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[<!-- ============================================
     OFFRE DE STAGE - MASTER 2 - PROJET PROP'OMIEL
     GIP CYROI
     Basé sur le template offre d'emploi
     ============================================ -->

<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(1.7rem, 3.5vw, 2.6rem);
    font-weight: 700;
    color: var(--bleu-nuit);
    margin-bottom: 20px;
    line-height: 1.3;
}

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


/* 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;
}

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

/* Bandeau financeurs */
.job-funders-section {
    margin: 60px 0;
    padding: 40px 20px;
    background: linear-gradient(135deg, rgba(28, 28, 104, 0.05), rgba(0, 143, 152, 0.05));
    border-radius: 15px;
}
 
.job-funders-title {
    font-family: 'Raleway', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--bleu-nuit);
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
}
 
.job-funders-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
 
.job-funder-logo {
    max-width: 100px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(10%) opacity(0.9);
    transition: all 0.3s ease;
}
 
.job-funder-logo:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.08);
}
 
.job-funder-logo.medium {
    max-width: 120px;
    max-height: 70px;
}


/* 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.5rem;
    }

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

    .job-funders-grid {
        gap: 20px;
    }
 
    .job-funder-logo {
        max-width: 75px;
        max-height: 45px;
    }
 
    .job-funders-title {
        font-size: 0.95rem;
    }

}
</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">Développement d&rsquo;une méthode d&rsquo;extraction des polyphénols du miel par SPE et caractérisation métabolomique par LC-HRMS/MS et réseaux moléculaires</h1>
        <p class="job-offer-subtitle">GIP CYROI &#8211; Stage Master 2 &#8211; Projet Prop&rsquo;OMiel</p>    
    </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"></path>
                </svg>
                Contexte scientifique
            </h2>
            <p>Le miel est une matrice complexe majoritairement constituée de sucres, mais contenant également une fraction mineure de métabolites secondaires issus du nectar des plantes. Parmi ces composés figurent les acides phénoliques, les flavonoïdes, les dérivés cinnamiques et d&rsquo;autres métabolites bioactifs responsables de nombreuses propriétés biologiques et pouvant servir de marqueurs de l&rsquo;origine botanique.</p>
            <p>Dans le cadre du <strong>projet Prop&rsquo;OMiel</strong>, la caractérisation des miels issus des forêts tropicales de La Réunion et des mangroves des Seychelles et des Comores constitue un enjeu majeur pour l&rsquo;authentification des produits apicoles et la valorisation de la biodiversité régionale.</p>
            <p>Cependant, l&rsquo;analyse métabolomique du miel est fortement limitée par la présence massive de sucres qui masquent les composés d&rsquo;intérêt. Une étape d&rsquo;enrichissement sélectif des polyphénols est donc nécessaire avant l&rsquo;analyse LC-HRMS.</p>

            <div class="job-project-context">
                <p><strong>Problématique :</strong> comment optimiser une méthode SPE permettant d&rsquo;éliminer efficacement les sucres du miel tout en concentrant les polyphénols, afin d&rsquo;améliorer la couverture métabolomique et l&rsquo;identification des chimiomarqueurs de l&rsquo;origine florale ?</p>
            </div>

            <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>
                    <path d="M9 7h6v2H9zm7 0h2v2h-2zm-7 3h6v2H9zm7 0h2v2h-2z"></path>
                </svg>
                Objectifs du stage
            </h2>

            <h3>Objectif principal</h3>
            <p>Développer et valider une méthode SPE pour l&rsquo;extraction sélective des polyphénols du miel avant analyse métabolomique LC-HRMS/MS.</p>

            <h3>Objectifs spécifiques</h3>
            <ul>
                <li>Optimiser les conditions d&rsquo;extraction des composés phénoliques</li>
                <li>Comparer différents sorbants SPE (C18, Oasis HLB, Strata-X, PPL)</li>
                <li>Évaluer les rendements d&rsquo;extraction des polyphénols totaux</li>
                <li>Réaliser un profilage métabolomique non ciblé par LC-HRMS/MS</li>
                <li>Construire des réseaux moléculaires (ex : GNPS)</li>
                <li>Identifier des chimiomarqueurs spécifiques des miels étudiés</li>
                <li>Corréler les profils métaboliques avec l&rsquo;origine botanique et géographique</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"></path>
                </svg>
                Méthodologie
            </h2>

            <h3>Phase 1 — Préparation des échantillons</h3>
            <ul>
                <li>Dissolution du miel dans l&rsquo;eau acidifiée</li>
                <li>Filtration et clarification</li>
                <li>Développement de protocoles SPE</li>
                <li>Élimination des sucres majoritaires</li>
                <li>Concentration des métabolites phénoliques</li>
            </ul>

            <h3>Phase 2 — Optimisation SPE</h3>
            <p>Étude de plusieurs paramètres : nature du sorbant, pH d&rsquo;extraction, solvants d&rsquo;élution, volumes de chargement, rendements d&rsquo;extraction.</p>
            <p>Suivi par dosage Folin-Ciocalteu, LC-UV et LC-HRMS.</p>

            <h3>Phase 3 — Métabolomique LC-HRMS</h3>
            <ul>
                <li>UHPLC-HRMS Orbitrap</li>
                <li>Modes ESI positif et négatif</li>
                <li>Acquisition Full Scan et MS/MS</li>
                <li>Extraction des features avec MZmine 3 ou MS-DIAL</li>
            </ul>

            <h3>Phase 4 — Réseaux moléculaires</h3>
            <ul>
                <li>Feature Based Molecular Networking (GNPS)</li>
                <li>Annotation via GNPS Library</li>
                <li>SIRIUS</li>
                <li>CSI:FingerID</li>
                <li>ISDB-DNP</li>
            </ul>

            <h3>Phase 5 — Traitement statistique</h3>
            <p>PCA, HCA, PLS-DA, OPLS-DA — pour l&rsquo;identification des métabolites discriminants des différents terroirs.</p>

            <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"></path>
                </svg>
                Résultats attendus
            </h2>
            <ul>
                <li>Développement d&rsquo;un protocole SPE robuste pour les miels tropicaux</li>
                <li>Réduction significative des effets de matrice liés aux sucres</li>
                <li>Augmentation du nombre de métabolites détectés en LC-HRMS</li>
                <li>Construction des premiers réseaux moléculaires des miels du projet Prop&rsquo;OMiel</li>
                <li>Identification de nouveaux chimiomarqueurs de l&rsquo;origine florale</li>
                <li>Valorisation des données dans une base métabolomique des produits apicoles de l&rsquo;Océan Indien</li>
            </ul>

        </main>

    </div>

    <!-- Section candidature -->
    <div class="job-application-section" style="background: #1c1c68 !important;">
        <h2 class="job-application-title" style="color: #ffffff !important; background: transparent !important;">
            <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" style="fill: #ffffff !important;">
                <path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"></path>
            </svg>
            <span style="color: #ffffff !important; background: transparent !important;">Postuler à ce stage</span>
        </h2>
        <p class="job-application-text" style="color: #ffffff !important; background: transparent !important;">
            <span style="color: #ffffff !important;">Pour candidater, merci d&rsquo;envoyer votre CV et une lettre de motivation à l&rsquo;adresse suivante :</span>
        </p>
        <a href="mailto:j.yongsang@cyroi.fr?subject=Candidature stage M2 Prop'OMiel" class="job-application-email" style="background: #ffffff !important; color: #1c1c68 !important;">
            <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" style="fill: #1c1c68 !important;">
                <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"></path>
            </svg>
            <span style="color: #1c1c68 !important;">j.yongsang@cyroi.fr</span>
        </a>
        
    </div>

    <!-- Bandeau financeurs -->
    <div class="job-funders-section">
        <h3 class="job-funders-title">Ce projet est financé par l&rsquo;Union Européenne dans le cadre du programme FEDER-FSE+ Réunion dont l&rsquo;autorité de gestion est la Région Réunion.</h3>
        <div class="job-funders-grid">
            <img decoding="async" src="https://cyroi.re/wp-content/uploads/2025/08/Logo-FEDER-FSE.jpg" alt="Logo FEDER FSE" class="job-funder-logo medium" 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="job-funder-logo medium" loading="lazy">
        </div>
    </div>


</div><p>Cet article <a href="https://cyroi.re/en/offre-de-stage-extraction-et-metabolomique-des-polyphenols-du-miel-propomiel/">Offre de stage &#8211; Extraction et métabolomique des polyphénols du miel (Prop&rsquo;OMiel)</a> est apparu en premier sur <a href="https://cyroi.re/en">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentrss>https://cyroi.re/en/offre-de-stage-extraction-et-metabolomique-des-polyphenols-du-miel-propomiel/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Offre d&#8217;emploi &#8211; Ingénieur d&#8217;études microbiologie</title>
		<link>https://cyroi.re/en/offre-demploi-ingenieur-detudes-microbiologie/</link>
					<comments>https://cyroi.re/en/offre-demploi-ingenieur-detudes-microbiologie/#respond</comments>
		
		<dc:creator><![CDATA[Anne Gaëlle Lefevre]]></dc:creator>
		<pubDate>Thu, 02 Jul 2026 12:34:30 +0000</pubDate>
				<category><![CDATA[Nos actualités]]></category>
		<category><![CDATA[Offres d'emploi]]></category>
		<guid ispermalink="false">https://cyroi.re/?p=8240</guid>

					<description><![CDATA[<p>Ingénieur d&#8217;études microbiologie GIP CYROI &#8211; Unité In Vitro CDD 12 mois CYROI &#8211; Unité In Vitro Contexte et mission principale Le GIP CYROI recrute un Ingénieur d&#8217;études en microbiologie pour rejoindre l&#8217;Unité In Vitro, dont la mission principale est la recherche et le développement en microbiologie et biologie cellulaire. L&#8217;unité compte actuellement 4 personnes. [&#8230;]</p>
<p>Cet article <a href="https://cyroi.re/en/offre-demploi-ingenieur-detudes-microbiologie/">Offre d&#8217;emploi &#8211; Ingénieur d&rsquo;études microbiologie</a> est apparu en premier sur <a href="https://cyroi.re/en">CYROI</a>.</p>
]]></description>
										<content:encoded><![CDATA[<!-- ============================================
     OFFRE D'EMPLOI - INGÉNIEUR D'ÉTUDES MICROBIOLOGIE
     GIP CYROI - Unité In Vitro
     Basé sur le template offre d'emploi
     ============================================ -->

<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);
}

/* 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 d&rsquo;études microbiologie</h1>
        <p class="job-offer-subtitle">GIP CYROI &#8211; Unité In Vitro</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"></path>
                </svg>
                CDD 12 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"></path>
                </svg>
                CYROI &#8211; Unité In Vitro
            </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"></path>
                </svg>
                Context and main role
            </h2>
            <p>Le GIP CYROI recrute un <strong>Ingénieur d&rsquo;études en microbiologie</strong> pour rejoindre l&rsquo;<strong>Unité In Vitro</strong>, dont la mission principale est la recherche et le développement en microbiologie et biologie cellulaire. L&rsquo;unité compte actuellement 4 personnes.</p>
            <p>Dans le cadre de projets de recherche menés par l&rsquo;unité ou conjointement avec elle, l&rsquo;ingénieur d&rsquo;études en microbiologie contribuera de façon active à l&rsquo;avancement global et spécifique des projets, sous la conduite des chefs de projet ou d&rsquo;unité.</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>
                    <path d="M9 7h6v2H9zm7 0h2v2h-2zm-7 3h6v2H9zm7 0h2v2h-2z"></path>
                </svg>
                Your responsibilities
            </h2>

            <h3>Science &amp; ingénierie</h3>
            <ul>
                <li>Réaliser des études microbiologiques appliquées : antibiogrammes, détermination des CMI (Concentrations Minimales Inhibitrices), détermination des CMB (Concentrations Minimales Bactéricides), études de biofilms bactériens, tests d&rsquo;activité antimicrobienne</li>
                <li>Développer, optimiser et valider les protocoles expérimentaux</li>
                <li>Réaliser les cultures bactériennes et manipulations en laboratoire de microbiologie</li>
                <li>Assurer l&rsquo;analyse, l&rsquo;exploitation et l&rsquo;interprétation des résultats scientifiques</li>
                <li>Contribuer à la valorisation des résultats et participer à l&rsquo;élaboration de posters et d&rsquo;articles</li>
                <li>Participer aux projets de recherche et prestation, ainsi qu&rsquo;à la veille scientifique et technologique</li>
                <li>Assurer la traçabilité des essais et résultats expérimentaux</li>
                <li>Participer à la gestion des souches bactériennes et de la souchothèque</li>
                <li>Utiliser et maintenir les équipements de laboratoire</li>
            </ul>

            <h3>Qualité &amp; documentation</h3>
            <ul>
                <li>Rédiger, mettre à jour et appliquer les SOP (Standard Operating Procedures), protocoles expérimentaux, procédures qualité, formulaires et documents techniques</li>
                <li>Participer au système de gestion documentaire</li>
                <li>Assurer le respect des référentiels qualité et des bonnes pratiques de laboratoire</li>
                <li>Participer aux audits qualité et inspections</li>
            </ul>

            <h3>Gestion du laboratoire</h3>
            <ul>
                <li>Participer à l&rsquo;organisation et à la mise à jour du laboratoire de microbiologie : équipements, suivi métrologique</li>
                <li>Participer à la gestion des stocks</li>
                <li>Veiller au respect des règles d&rsquo;hygiène, de sécurité et de biosécurité</li>
            </ul>

            <h3>Missions annexes et ponctuelles</h3>
            <ul>
                <li>Participation aux réunions scientifiques et qualité</li>
                <li>Contribution à l&rsquo;amélioration continue du laboratoire</li>
                <li>Participation à la formation technique du personnel ou des stagiaires</li>
                <li>Participation à des collaborations scientifiques externes</li>
                <li>Présentation des résultats lors de réunions ou congrès</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"></path>
                </svg>
                Candidate profile
            </h2>

            <div class="job-info-box">
                <h3>Education and experience</h3>
                <p><strong>Required qualification:</strong> Bac +5 minimum</p>
                <p><strong>Desired experience:</strong> 2 ans d&rsquo;expérience obligatoire en recherche</p>
            </div>

            <h3>Technical skills</h3>
            <ul>
                <li>Microbiologie appliquée</li>
                <li>Antibiogrammes</li>
                <li>Techniques CMI / CMB</li>
                <li>Études de biofilms</li>
                <li>Culture bactérienne</li>
                <li>Assurance qualité</li>
                <li>Gestion documentaire</li>
                <li>Rédaction scientifique et technique</li>
                <li>Analyse et interprétation des résultats</li>
                <li>Maîtrise des outils bureautiques et logiciels scientifiques</li>
            </ul>

            <h3>Professional qualities</h3>
            <ul>
                <li>Rigueur scientifique</li>
                <li>Organisation</li>
                <li>Autonomie</li>
                <li>Esprit d&rsquo;analyse</li>
                <li>Travail en équipe</li>
                <li>Sens de la communication</li>
                <li>Adaptabilité</li>
                <li>Sens de la qualité et de la traçabilité</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"></path>
                </svg>
                Employment conditions
            </h2>
            <ul>
                <li><strong>Contract type:</strong> CDD de 12 mois</li>
                <li><strong>Location: Saint-Denis, Technopole de La Réunion</strong> CYROI – Unité In Vitro</li>
                <li><strong>Conditions particulières :</strong> Manipulation d&rsquo;agents biologiques, travail en laboratoire microbiologique niveau L2, manipulation de produits biologiques et chimiques, respect strict des procédures qualité et sécurité, travail en milieu confiné, interactions multidisciplinaires</li>
            </ul>

        </main>

    </div>

    <!-- Section candidature -->
    <div class="job-application-section">
        <h2 class="job-application-title" style="color: #ffffff !important; background: transparent !important;">
    <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" style="fill: #ffffff !important;">
        <path d="M2.01 21L23 12 2.01 3 2 10l15 2-15 2z"/>
    </svg>
    <span style="color: #ffffff !important; background: transparent !important;">Apply for this position</span>
</h2>
        <p class="job-application-text">
            Pour candidater, merci d&rsquo;envoyer votre CV et une lettre de motivation à l&rsquo;adresse suivante :
        </p>
        <a href="mailto:f.lesage@cyroi.fr?subject=Candidature Ingénieur d'études microbiologie" 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"></path>
            </svg>
            f.lesage@cyroi.fr
        </a>
        
    </div>

</div><p>Cet article <a href="https://cyroi.re/en/offre-demploi-ingenieur-detudes-microbiologie/">Offre d&#8217;emploi &#8211; Ingénieur d&rsquo;études microbiologie</a> est apparu en premier sur <a href="https://cyroi.re/en">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentrss>https://cyroi.re/en/offre-demploi-ingenieur-detudes-microbiologie/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/en/offre-demploi-ingenieur-de-recherche-en-imagerie-preclinique-h-f/</link>
					<comments>https://cyroi.re/en/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>GIP CYROI is expanding its teams and is recruiting a Research Engineer in Preclinical Imaging within its Radiochemistry and Small Animal Imaging Unit (RIPA).</p>
<p>Cet article <a href="https://cyroi.re/en/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/en">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">Job Opening – Research Engineer in Preclinical Imaging</h1>
        <p class="job-offer-subtitle">GIP CYROI – Radiochemistry and Small Animal Imaging Unit (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>
                1-year fixed-term contract (renewable)
            </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, Reunion Island
            </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>
                Position available immediately
            </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>
                Context and main role
            </h2>
            <p>GIP CYROI is expanding its teams and is recruiting a Research Engineer in Preclinical Imaging within its Radiochemistry and Small Animal Imaging Unit (RIPA).</p>
            <p>Based in Saint-Denis, at the heart of the Technopole de La Réunion, this position is part of a high-level scientific environment dedicated to biomedical research and biotechnology.</p>

            <div class="job-project-context">
                <p>The successful candidate will work on projects of high scientific value, in close collaboration with the radiochemistry and biology teams and with the region's clinical partners. This position offers strong collaborative opportunities and directly contributes to innovative health research programmes.</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>
                Your responsibilities
            </h2>

            <h3>A key role on a cutting-edge technology platform</h3>
            <ul>
                <li>Designing and optimising multimodal preclinical imaging protocols (micro-PET/SPECT/CT, optical imaging)</li>
                <li>Performing image acquisition, reconstruction and quantitative analysis (biodistribution, pharmacokinetics, therapeutic monitoring)</li>
                <li>Developing new protocols related to the radiotracers produced on the platform</li>
                <li>Providing scientific and technical support to users (researchers, PhD students, partners)</li>
                <li>Contributing to the dissemination of results (publications, conferences, research projects)</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>
                A position with significant technical and regulatory specificities
            </h2>
            <p>This position has several important particularities:</p>
            <ul>
                <li><strong>Regulated radiological environment: work in a controlled area requiring strict compliance with radiation protection rules</strong> travail en zone classée nécessitant le respect strict des règles de radioprotection</li>
                <li><strong>Work in animal facilities: experiments on animal models within a strictly regulated ethical framework (SPS level)</strong> expérimentations sur modèles animaux dans un cadre éthique encadré (niveau SPS)</li>
                <li><strong>Horaires flexibles :</strong> Flexible hours: some acquisitions may require evening or weekend work</li>
                <li><strong>Interactions pluridisciplinaires fortes :</strong> Strong multidisciplinary interactions: close collaboration with internal teams (radiochemistry, biology) and external partners, including the  University Hospital of Reunion Island (CHU)</li>
                <li><strong>Responsabilité technique :</strong> Technical responsibility: involvement in equipment maintenance, quality monitoring and technology watch</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>
                Candidate profile
            </h2>

            <div class="job-info-box">
                <h3>Education and experience</h3>
                <p><strong>Required qualification:</strong> Required qualification: PhD in medical imaging, biophysics, neuroscience, pharmacology or related field</p>
                <p><strong>Desired experience:</strong> Au moins deux ans en imagerie préclinique</p>
            </div>

            <h3>Technical skills</h3>
            <ul>
                <li>Strong skills in image analysis and modelling</li>
                <li>Good command of dedicated tools and software</li>
                <li>Knowledge of radiobiology and radiopharmacy</li>
                <li>Proficient scientific English</li>
            </ul>

            <h3>Professional qualities</h3>
            <ul>
                <li>Rigour and autonomy</li>
                <li>Strong organisational skills</li>
                <li>Team spirit</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>
                Employment conditions
            </h2>
            <ul>
                <li><strong>Contract type:</strong> CDD d&rsquo;un an renouvelable</li>
                <li><strong>Location: Saint-Denis, Technopole de La Réunion</strong> Saint-Denis, Technopole de La Réunion</li>
                <li><strong>Start date: As soon as possible</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>
            Apply for this position
        </h2>
        <p class="job-application-text">
            To apply, please send your application to Emmanuelle Jestin (Head of the RIPA Unit):
        </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 class="wp-block-paragraph"></p><p>Cet article <a href="https://cyroi.re/en/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/en">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentrss>https://cyroi.re/en/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/en/offre-demploi-ingenieure-de-recherche-chimie-analytique/</link>
					<comments>https://cyroi.re/en/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/en/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/en">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">Job Opening – Research Engineer – Analytical Chemistry</h1>
        <p class="job-offer-subtitle">GIP CYROI – Health Research and 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>
                9-month fixed-term contract
            </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>
                Full-time
            </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>
                Context and main role
            </h2>
            <p>GIP CYROI, a leading centre for research and innovation in health and biotechnology in the Indian Ocean, is recruiting a Research Engineer for the Prop'O Miel project.</p>
            <p>Reporting to the Analytical Unit, you will contribute to scientific work on the valorisation of natural resources and the biodiversity of Réunion Island.</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>
                Your responsibilities
            </h2>
            <p>Within the unit, you will work across the entire analytical chain and research activities:</p>
            <ul>
                <li>Contributing to laboratory management (inventory, consumables, samples)</li>
                <li>Performing chemical analyses: sample preparation, reagents and quality controls</li>
                <li>Developing and validating analytical methods in R&amp;D</li>
                <li>Operating advanced analytical equipment (GC-MS/MS, UPLC-HRMS, NMR, HPLC-UV…)</li>
                <li>Implementing metabolomics approaches</li>
                <li>Contributing to the structural characterisation of compounds</li>
                <li>Contributing to the writing of scientific reports and publications</li>
                <li>Ensuring compliance with the quality management system</li>
                <li>Participating in project review meetings</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>
                Candidate profile
            </h2>

            <div class="job-info-box">
                <h3>Education and experience</h3>
                <p><strong>Required qualification:</strong> PhD in analytical chemistry or related field</p>
                <p><strong>Desired experience:</strong> at least 2 years in a research laboratory</p>
                <p><strong>Valid driving licence required</strong></p>
                
            </div>

            <h3>Skills</h3>
            <p>You have strong skills in:</p>
            <ul>
                <li>Analytical chemistry and related techniques (HPLC, NMR, HRMS…)</li>
                <li>Metabolomics (UPLC-HRMS, GC-MS/MS)</li>
                <li>Molecular network tools (MZmine, GNPS, MetGem…)</li>
                <li>Dereplication and annotation (databases, bioinformatics)</li>
                <li>Scientific data analysis and interpretation</li>
                <li>Scientific writing</li>
            </ul>
            <p>Knowledge of chemometrics would be a plus.</p>

            <h3>Professional qualities</h3>
            <ul>
                <li>Collaborative mindset and scientific openness</li>
                <li>Autonomy and rigour</li>
                <li>Versatility and adaptability</li>
                <li>Drive and 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>
                Employment conditions
            </h2>
            <ul>
                <li><strong>Location: Saint-Denis, Technopole de La Réunion</strong> CYROI, Sainte-Clotilde (974)</li>
                <li><strong>Contract type:</strong> 9-month fixed-term contract</li>
<li><strong>Particularities:</strong> laboratory work with chemicals and occasional fieldwork</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>
            Apply for this position
        </h2>
        <p class="job-application-text">
            For applications or further information, please contact us at one of the following addresses:
        </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/en/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/en">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentrss>https://cyroi.re/en/offre-demploi-ingenieure-de-recherche-chimie-analytique/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/en/offre-demploi-assistant-ingenieur-in-vitro-h-f/</link>
					<comments>https://cyroi.re/en/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/en/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/en">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 – Health Research and 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>
                Full-time
            </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>
                Context and main role
            </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>
                Your responsibilities
            </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>
                Candidate profile
            </h2>

            <div class="job-info-box">
                <h3>Education and experience</h3>
                <p><strong>Required qualification:</strong> Bac+3 minimum en biologie</p>
                <p><strong>Desired experience:</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>Skills</h3>
            <p>You have strong skills in:</p>
            <ul>
                <li>Biologie cellulaire, biologie moléculaire et biochimie</li>
                <li>Techniques expérimentales sur modèles cellulaires</li>
                <li>Scientific data analysis and interpretation</li>
                <li>Scientific writing</li>
            </ul>
            <p>Des connaissances en microbiologie seront appréciées.</p>

            <h3>Professional qualities</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>
                Employment conditions
            </h2>
            <ul>
                <li><strong>Location: Saint-Denis, Technopole de La Réunion</strong> CYROI, Sainte-Clotilde (974)</li>
                <li><strong>Contract type:</strong> CDD</li>
                <li><strong>Temps de travail :</strong> Full-time</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>
    Apply for this position
</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/en/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/en">CYROI</a>.</p>
]]></content:encoded>
					
					<wfw:commentrss>https://cyroi.re/en/offre-demploi-assistant-ingenieur-in-vitro-h-f/feed/</wfw:commentrss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>