{"id":7026,"date":"2025-09-24T07:01:28","date_gmt":"2025-09-24T06:01:28","guid":{"rendered":"https:\/\/cyroi.re\/?p=7026"},"modified":"2025-09-24T07:02:48","modified_gmt":"2025-09-24T06:02:48","slug":"prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant","status":"publish","type":"post","link":"https:\/\/cyroi.re\/en\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/","title":{"rendered":"Prochaine formation SST au CYROI : inscrivez-vous d\u00e8s maintenant"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Formation SST au CYROI &#8211; GIP CYROI<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Raleway:wght@300;400;600;700&#038;family=Nunito:wght@300;400;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <style>\n        \/* Variables CSS - \u00c0 int\u00e9grer dans votre CSS global *\/\n        :root {\n            --bleu-nuit: #1c1c68;\n            --bleu-canard: #008f98;\n            --bleu-clair: #a5c3c2;\n            --vert-turquoise: #47b2a2;\n            --orange-corail: #f46b53;\n        }\n\n        \/* Reset et styles de base *\/\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Nunito', sans-serif;\n            line-height: 1.6;\n            color: #333;\n        }\n\n        \/* Animation fade-in *\/\n        .fade-in {\n            opacity: 0;\n            transform: translateY(30px);\n            animation: fadeInUp 0.8s ease-out forwards;\n        }\n\n        .fade-in-delay {\n            animation-delay: 0.3s;\n        }\n\n        .fade-in-delay-2 {\n            animation-delay: 0.6s;\n        }\n\n        @keyframes fadeInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        \/* Container principal *\/\n        .article-container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Header de l'article *\/\n        .article-header {\n            text-align: center;\n            margin: 60px 0;\n            padding: 0 20px;\n        }\n\n        .article-title {\n            font-family: 'Raleway', sans-serif;\n            font-size: clamp(2rem, 4vw, 3.5rem);\n            font-weight: 700;\n            color: var(--bleu-nuit);\n            margin-bottom: 20px;\n            line-height: 1.2;\n        }\n\n        \/* Contenu principal *\/\n        .article-content {\n            margin-bottom: 80px;\n        }\n\n        .content-main {\n            font-size: 1.1rem;\n            line-height: 1.8;\n        }\n\n        .content-main h2 {\n            font-family: 'Raleway', sans-serif;\n            font-size: 2rem;\n            font-weight: 600;\n            color: var(--bleu-nuit);\n            margin: 40px 0 20px 0;\n            position: relative;\n            padding-left: 20px;\n        }\n\n        .content-main h2:before {\n            content: '';\n            position: absolute;\n            left: 0;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 4px;\n            height: 30px;\n            background: var(--orange-corail);\n            border-radius: 2px;\n        }\n\n        .content-main h3 {\n            font-family: 'Raleway', sans-serif;\n            font-size: 1.5rem;\n            font-weight: 600;\n            color: var(--bleu-canard);\n            margin: 30px 0 15px 0;\n        }\n\n        .content-main p {\n            margin-bottom: 20px;\n        }\n\n        .content-main strong {\n            color: var(--bleu-nuit);\n        }\n\n        .content-main a {\n            color: var(--bleu-canard);\n            text-decoration: none;\n            border-bottom: 1px solid transparent;\n            transition: border-bottom 0.3s ease;\n        }\n\n        .content-main a:hover {\n            border-bottom: 1px solid var(--bleu-canard);\n        }\n\n        \/* Listes \u00e0 puces *\/\n        .content-main ul {\n            margin: 20px 0;\n            padding-left: 30px;\n        }\n\n        .content-main li {\n            margin-bottom: 10px;\n            position: relative;\n        }\n\n        .content-main li::marker {\n            color: var(--vert-turquoise);\n        }\n\n        \/* Encadr\u00e9 informations pratiques *\/\n        .info-box {\n            background: linear-gradient(135deg, var(--bleu-clair), var(--vert-turquoise));\n            padding: 25px;\n            border-radius: 15px;\n            margin: 30px 0;\n            color: white;\n        }\n\n        .info-box h3 {\n            color: white;\n            margin-bottom: 15px;\n            font-size: 1.3rem;\n        }\n\n        .info-box ul {\n            list-style: none;\n            padding-left: 0;\n        }\n\n        .info-box li {\n            padding: 5px 0;\n            border-bottom: 1px solid rgba(255,255,255,0.2);\n        }\n\n        .info-box li:last-child {\n            border-bottom: none;\n        }\n\n        \/* Encadr\u00e9 formateur *\/\n        .formateur-box {\n            background: #f8f9fa;\n            padding: 25px;\n            border-radius: 15px;\n            margin: 30px 0;\n            border-left: 4px solid var(--orange-corail);\n        }\n\n        .formateur-box h3 {\n            color: var(--bleu-nuit);\n            margin-bottom: 15px;\n        }\n\n        \/* Encadr\u00e9 inscription *\/\n        .inscription-box {\n            background: linear-gradient(135deg, var(--orange-corail), #ff8a75);\n            padding: 25px;\n            border-radius: 15px;\n            margin: 30px 0;\n            color: white;\n            text-align: center;\n        }\n\n        .inscription-box h3 {\n            color: white;\n            margin-bottom: 15px;\n        }\n\n        .inscription-email {\n            background: rgba(255,255,255,0.2);\n            padding: 10px 20px;\n            border-radius: 25px;\n            display: inline-block;\n            margin-top: 10px;\n            font-weight: 600;\n            letter-spacing: 0.5px;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .article-container {\n                padding: 0 15px;\n            }\n\n            .article-header {\n                margin: 40px 0;\n            }\n\n            .content-main {\n                font-size: 1rem;\n            }\n\n            .content-main h2 {\n                font-size: 1.5rem;\n            }\n\n            .info-box,\n            .formateur-box,\n            .inscription-box {\n                padding: 20px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .info-box,\n            .formateur-box,\n            .inscription-box {\n                padding: 15px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Container principal de l'article -->\n    <div class=\"article-container\">\n        \n        <!-- Header de l'article -->\n        <header class=\"article-header fade-in\">\n            <h1 class=\"article-title\">Prochaine formation SST au CYROI : inscrivez-vous d\u00e8s maintenant<\/h1>\n        <\/header>\n\n        <!-- Contenu principal -->\n        <div class=\"article-content fade-in fade-in-delay\">\n            \n            <!-- Contenu de l'article -->\n            <main class=\"content-main\">\n                <p>Le CYROI organise une nouvelle session de <strong>formation Sauveteur Secouriste du Travail (SST) &#8211; Initiale<\/strong>, ouverte \u00e0 tous les personnels souhaitant \u00eatre form\u00e9s aux premiers secours et \u00e0 la pr\u00e9vention des risques en milieu professionnel.<\/p>\n\n                <h2>Informations pratiques<\/h2>\n                <ul>\n                    <li><strong>Dates<\/strong> : Mardi 21 et mercredi 22 octobre 2025<\/li>\n                    <li><strong>Dur\u00e9e<\/strong> : 14 heures (2 jours)<\/li>\n                    <li><strong>Horaires<\/strong> : 8h30 &#8211; 12h00 \/ 13h00 &#8211; 16h30<\/li>\n                    <li><strong>Tarif<\/strong> : 200 \u20ac \/ personne<\/li>\n                    <li><strong>Lieu<\/strong> : Salle de r\u00e9union \u2013 RDC du CYROI<\/li>\n                <\/ul>\n\n                <!-- Encadr\u00e9 formateur -->\n                <div class=\"formateur-box fade-in fade-in-delay-2\">\n                    <h3>Une formation anim\u00e9e par notre formateur agr\u00e9\u00e9<\/h3>\n                    <p>Cette session est dispens\u00e9e par <strong>C\u00e9dric Mazeau<\/strong>, formateur SST interne au CYROI. Elle alterne apports th\u00e9oriques, mises en situation pratiques et \u00e9changes autour des bons r\u00e9flexes \u00e0 adopter face aux situations d&rsquo;urgence.<\/p>\n                <\/div>\n\n                <h2>Les objectifs de la formation :<\/h2>\n                <ul>\n                    <li>Apprendre \u00e0 porter secours \u00e0 une victime en situation de travail<\/li>\n                    <li>Savoir alerter efficacement les secours<\/li>\n                    <li>Pr\u00e9venir les risques d&rsquo;accident en milieu professionnel<\/li>\n                <\/ul>\n\n                <!-- Encadr\u00e9 inscription -->\n                <div class=\"inscription-box fade-in fade-in-delay-2\">\n                    <h3>Comment s&rsquo;inscrire ?<\/h3>\n                    <p>Il vous suffit de t\u00e9l\u00e9charger la fiche de pr\u00e9-inscription via le lien ci-dessous, puis de nous la retourner par mail \u00e0 :<\/p>\n                    <p><a href=\"https:\/\/cyroi.re\/wp-content\/uploads\/2025\/09\/Formation-SST-FI.pdf\" target=\"_blank\" style=\"color: white; font-weight: bold; text-decoration: underline;\">T\u00e9l\u00e9charger la fiche de pr\u00e9-inscription<\/a><\/p>\n                    <div class=\"inscription-email\">sgform@cyroi.fr<\/div>\n                <\/div>\n            <\/main>\n\n        <\/div>\n\n    <\/div>\n\n    <script>\n        \/\/ Animation au scroll (simple)\n        window.addEventListener('scroll', () => {\n            const elements = document.querySelectorAll('.fade-in');\n            elements.forEach(el => {\n                const elementTop = el.getBoundingClientRect().top;\n                const elementVisible = 150;\n                \n                if (elementTop < window.innerHeight - elementVisible) {\n                    el.style.animationPlayState = 'running';\n                }\n            });\n        });\n\n        \/\/ D\u00e9clencher l'animation au chargement\n        window.addEventListener('load', () => {\n            const elements = document.querySelectorAll('.fade-in');\n            elements.forEach(el => {\n                el.style.animationPlayState = 'running';\n            });\n        });\n    <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Le CYROI organise une nouvelle session de formation Sauveteur Secouriste du Travail (SST) \u2013 Initiale, ouverte \u00e0 tous les personnels souhaitant \u00eatre form\u00e9s aux premiers secours et \u00e0 la pr\u00e9vention des risques en milieu professionnel.<\/p>","protected":false},"author":1904,"featured_media":7027,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","footnotes":""},"categories":[13],"tags":[],"class_list":["post-7026","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-nos-actualites"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Prochaine formation SST au CYROI : inscrivez-vous d\u00e8s maintenant - CYROI<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cyroi.re\/en\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Prochaine formation SST au CYROI : inscrivez-vous d\u00e8s maintenant - CYROI\" \/>\n<meta property=\"og:description\" content=\"Le CYROI organise une nouvelle session de formation Sauveteur Secouriste du Travail (SST) \u2013 Initiale, ouverte \u00e0 tous les personnels souhaitant \u00eatre form\u00e9s aux premiers secours et \u00e0 la pr\u00e9vention des risques en milieu professionnel.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cyroi.re\/en\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/\" \/>\n<meta property=\"og:site_name\" content=\"CYROI\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100066913282100\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-24T06:01:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-24T06:02:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cyroi.re\/wp-content\/uploads\/2025\/09\/pexels-shox-28271058-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Anne Ga\u00eblle Lefevre\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Anne Ga\u00eblle Lefevre\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\\\/\"},\"author\":{\"name\":\"Anne Ga\u00eblle Lefevre\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/#\\\/schema\\\/person\\\/66088ebfb93df1b8ed3068c0b8be6ece\"},\"headline\":\"Prochaine formation SST au CYROI : inscrivez-vous d\u00e8s maintenant\",\"datePublished\":\"2025-09-24T06:01:28+00:00\",\"dateModified\":\"2025-09-24T06:02:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\\\/\"},\"wordCount\":197,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cyroi.re\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/pexels-shox-28271058-scaled.jpg\",\"articleSection\":[\"Nos actualit\u00e9s\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/cyroi.re\\\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\\\/\",\"url\":\"https:\\\/\\\/cyroi.re\\\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\\\/\",\"name\":\"Prochaine formation SST au CYROI : inscrivez-vous d\u00e8s maintenant - CYROI\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/cyroi.re\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/pexels-shox-28271058-scaled.jpg\",\"datePublished\":\"2025-09-24T06:01:28+00:00\",\"dateModified\":\"2025-09-24T06:02:48+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/cyroi.re\\\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\\\/#primaryimage\",\"url\":\"https:\\\/\\\/cyroi.re\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/pexels-shox-28271058-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/cyroi.re\\\/wp-content\\\/uploads\\\/2025\\\/09\\\/pexels-shox-28271058-scaled.jpg\",\"width\":2560,\"height\":1707},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/cyroi.re\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Prochaine formation SST au CYROI : inscrivez-vous d\u00e8s maintenant\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/#website\",\"url\":\"https:\\\/\\\/cyroi.re\\\/\",\"name\":\"CYROI\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/cyroi.re\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/#organization\",\"name\":\"CYROI\",\"url\":\"https:\\\/\\\/cyroi.re\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/cyroi.re\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Design-sans-titre2.svg\",\"contentUrl\":\"https:\\\/\\\/cyroi.re\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/Design-sans-titre2.svg\",\"width\":375,\"height\":157,\"caption\":\"CYROI\"},\"image\":{\"@id\":\"https:\\\/\\\/cyroi.re\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/profile.php?id=100066913282100\",\"https:\\\/\\\/x.com\\\/GIP_CYROI\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/gip-cyroi\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/cyroi.re\\\/#\\\/schema\\\/person\\\/66088ebfb93df1b8ed3068c0b8be6ece\",\"name\":\"Anne Ga\u00eblle Lefevre\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a89a813ad3083d1319076abca6bf569147519f6f7a0383f7efd1e8892226539e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a89a813ad3083d1319076abca6bf569147519f6f7a0383f7efd1e8892226539e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/a89a813ad3083d1319076abca6bf569147519f6f7a0383f7efd1e8892226539e?s=96&d=mm&r=g\",\"caption\":\"Anne Ga\u00eblle Lefevre\"},\"url\":\"https:\\\/\\\/cyroi.re\\\/en\\\/author\\\/aglefevre\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Prochaine formation SST au CYROI : inscrivez-vous d\u00e8s maintenant - CYROI","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cyroi.re\/en\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/","og_locale":"en_US","og_type":"article","og_title":"Prochaine formation SST au CYROI : inscrivez-vous d\u00e8s maintenant - CYROI","og_description":"Le CYROI organise une nouvelle session de formation Sauveteur Secouriste du Travail (SST) \u2013 Initiale, ouverte \u00e0 tous les personnels souhaitant \u00eatre form\u00e9s aux premiers secours et \u00e0 la pr\u00e9vention des risques en milieu professionnel.","og_url":"https:\/\/cyroi.re\/en\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/","og_site_name":"CYROI","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100066913282100","article_published_time":"2025-09-24T06:01:28+00:00","article_modified_time":"2025-09-24T06:02:48+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/cyroi.re\/wp-content\/uploads\/2025\/09\/pexels-shox-28271058-scaled.jpg","type":"image\/jpeg"}],"author":"Anne Ga\u00eblle Lefevre","twitter_misc":{"Written by":"Anne Ga\u00eblle Lefevre","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cyroi.re\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/#article","isPartOf":{"@id":"https:\/\/cyroi.re\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/"},"author":{"name":"Anne Ga\u00eblle Lefevre","@id":"https:\/\/cyroi.re\/#\/schema\/person\/66088ebfb93df1b8ed3068c0b8be6ece"},"headline":"Prochaine formation SST au CYROI : inscrivez-vous d\u00e8s maintenant","datePublished":"2025-09-24T06:01:28+00:00","dateModified":"2025-09-24T06:02:48+00:00","mainEntityOfPage":{"@id":"https:\/\/cyroi.re\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/"},"wordCount":197,"commentCount":0,"publisher":{"@id":"https:\/\/cyroi.re\/#organization"},"image":{"@id":"https:\/\/cyroi.re\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/#primaryimage"},"thumbnailUrl":"https:\/\/cyroi.re\/wp-content\/uploads\/2025\/09\/pexels-shox-28271058-scaled.jpg","articleSection":["Nos actualit\u00e9s"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/cyroi.re\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/cyroi.re\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/","url":"https:\/\/cyroi.re\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/","name":"Prochaine formation SST au CYROI : inscrivez-vous d\u00e8s maintenant - CYROI","isPartOf":{"@id":"https:\/\/cyroi.re\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cyroi.re\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/#primaryimage"},"image":{"@id":"https:\/\/cyroi.re\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/#primaryimage"},"thumbnailUrl":"https:\/\/cyroi.re\/wp-content\/uploads\/2025\/09\/pexels-shox-28271058-scaled.jpg","datePublished":"2025-09-24T06:01:28+00:00","dateModified":"2025-09-24T06:02:48+00:00","breadcrumb":{"@id":"https:\/\/cyroi.re\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cyroi.re\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cyroi.re\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/#primaryimage","url":"https:\/\/cyroi.re\/wp-content\/uploads\/2025\/09\/pexels-shox-28271058-scaled.jpg","contentUrl":"https:\/\/cyroi.re\/wp-content\/uploads\/2025\/09\/pexels-shox-28271058-scaled.jpg","width":2560,"height":1707},{"@type":"BreadcrumbList","@id":"https:\/\/cyroi.re\/prochaine-formation-sst-au-cyroi-inscrivez-vous-des-maintenant\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/cyroi.re\/"},{"@type":"ListItem","position":2,"name":"Prochaine formation SST au CYROI : inscrivez-vous d\u00e8s maintenant"}]},{"@type":"WebSite","@id":"https:\/\/cyroi.re\/#website","url":"https:\/\/cyroi.re\/","name":"CYROI","description":"","publisher":{"@id":"https:\/\/cyroi.re\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cyroi.re\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cyroi.re\/#organization","name":"CYROI","url":"https:\/\/cyroi.re\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cyroi.re\/#\/schema\/logo\/image\/","url":"https:\/\/cyroi.re\/wp-content\/uploads\/2024\/08\/Design-sans-titre2.svg","contentUrl":"https:\/\/cyroi.re\/wp-content\/uploads\/2024\/08\/Design-sans-titre2.svg","width":375,"height":157,"caption":"CYROI"},"image":{"@id":"https:\/\/cyroi.re\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=100066913282100","https:\/\/x.com\/GIP_CYROI","https:\/\/www.linkedin.com\/company\/gip-cyroi"]},{"@type":"Person","@id":"https:\/\/cyroi.re\/#\/schema\/person\/66088ebfb93df1b8ed3068c0b8be6ece","name":"Anne Ga\u00eblle Lefevre","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/a89a813ad3083d1319076abca6bf569147519f6f7a0383f7efd1e8892226539e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/a89a813ad3083d1319076abca6bf569147519f6f7a0383f7efd1e8892226539e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a89a813ad3083d1319076abca6bf569147519f6f7a0383f7efd1e8892226539e?s=96&d=mm&r=g","caption":"Anne Ga\u00eblle Lefevre"},"url":"https:\/\/cyroi.re\/en\/author\/aglefevre\/"}]}},"_links":{"self":[{"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/posts\/7026","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/users\/1904"}],"replies":[{"embeddable":true,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/comments?post=7026"}],"version-history":[{"count":3,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/posts\/7026\/revisions"}],"predecessor-version":[{"id":7030,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/posts\/7026\/revisions\/7030"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/media\/7027"}],"wp:attachment":[{"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/media?parent=7026"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/categories?post=7026"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cyroi.re\/en\/wp-json\/wp\/v2\/tags?post=7026"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}