


{"id":493091,"date":"2026-08-06T14:44:19","date_gmt":"2026-08-06T11:44:19","guid":{"rendered":"https:\/\/livresq.com\/?p=493091"},"modified":"2026-08-06T14:56:08","modified_gmt":"2026-08-06T11:56:08","slug":"olimpiada-red-pentru-comunitatea-cadrelor-didactice","status":"publish","type":"post","link":"https:\/\/livresq.com\/fr\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","title":{"rendered":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice"},"content":{"rendered":"\n\n\n\n\n\n\n\n\n\n\n<!DOCTYPE html>\n<html lang=\"ro\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca<\/title>\n    \n    <!-- Google Fonts -->\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&#038;family=Roboto:wght@700;900&#038;display=swap\" rel=\"stylesheet\">\n    \n    <!-- Tailwind CSS (via CDN) -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    \n    <!-- Lucide Icons (via CDN) -->\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n\n    <!-- Tailwind Configuration -->\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    colors: {\n                        midnight: '#0F1623',\n                        livresq: {\n                            fucsia: '#D91278',   \/\/ Primary Action\n                            'fucsia-dark': '#b00e60', \/\/ Hover State\n                            albastru: '#6fccf0', \/\/ Secondary \/ Light Blue\n                            blond: '#faed87',    \/\/ Highlight \/ Yellow\n                            darkblue: '#2c3e50', \/\/ Text \/ Footer\n                            light: '#f8f9fa',\n                            text: '#333333'\n                        },\n                        slate: {\n                            850: '#151e2e',\n                            900: '#0F1623' \n                        }\n                    },\n                    fontFamily: {\n                        sans: ['Inter', 'sans-serif'],\n                        heading: ['Roboto', 'sans-serif'],\n                    },\n                    animation: {\n                        'blob': 'blob 7s infinite',\n                        'float': 'float 6s ease-in-out infinite',\n                        'shimmer': 'shimmer 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite',\n                    },\n                    keyframes: {\n                        blob: {\n                            '0%': { transform: 'translate(0px, 0px) scale(1)' },\n                            '33%': { transform: 'translate(30px, -50px) scale(1.1)' },\n                            '66%': { transform: 'translate(-20px, 20px) scale(0.9)' },\n                            '100%': { transform: 'translate(0px, 0px) scale(1)' },\n                        },\n                        float: {\n                            '0%, 100%': { transform: 'translateY(0)' },\n                            '50%': { transform: 'translateY(-20px)' },\n                        },\n                        shimmer: {\n                            '0%': { transform: 'translateX(-150%) skewX(-45deg)' },\n                            '100%': { transform: 'translateX(150%) skewX(-45deg)' }\n                        }\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        html { scroll-behavior: smooth; }\n        \n        \/* Grid Pattern *\/\n        .bg-grid-overlay {\n            background-size: 40px 40px;\n            background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05) 1px, transparent 1px),\n                              linear-gradient(to bottom, rgba(255, 255, 255, 0.05) 1px, transparent 1px);\n        }\n\n        \/* Midnight Glass *\/\n        .glass-panel-midnight {\n            background: rgba(15, 22, 35, 0.6);\n            backdrop-filter: blur(12px);\n            -webkit-backdrop-filter: blur(12px);\n            border: 1px solid rgba(255, 255, 255, 0.1);\n        }\n\n        \/* Spotlight Effect *\/\n        .spotlight-card {\n            position: relative;\n            overflow: hidden;\n        }\n        .spotlight-card::before {\n            content: \"\";\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: radial-gradient(\n                600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),\n                rgba(255, 255, 255, 0.06),\n                transparent 40%\n            );\n            opacity: 0;\n            transition: opacity 0.5s;\n            pointer-events: none;\n            z-index: 2;\n        }\n        .spotlight-card:hover::before {\n            opacity: 1;\n        }\n\n        \/* Reveal Animation *\/\n        .reveal {\n            opacity: 0;\n            transform: translateY(30px);\n            transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);\n        }\n        .reveal.active {\n            opacity: 1;\n            transform: translateY(0);\n        }\n        \n        .delay-100 { transition-delay: 100ms; }\n        .delay-200 { transition-delay: 200ms; }\n        .delay-300 { transition-delay: 300ms; }\n        .delay-400 { transition-delay: 400ms; }\n\n        \/* =========================================\n           WORDPRESS COMPATIBILITY OVERRIDES \n           ========================================= *\/\n        \n        \/* Scoped to ID to ensure specificity over Theme Styles *\/\n        \n        \/* 1. General Link Resets *\/\n        #livresq-landing-page a {\n            text-decoration: none !important;\n        }\n\n        \/* 2. Text Links Only (Protect Buttons) *\/\n        \/* We exclude elements with .inline-flex which is used by our buttons *\/\n        #livresq-landing-page a:not(.inline-flex) {\n            border-bottom: none !important;\n            box-shadow: none !important;\n        }\n\n        \/* 3. Button Specific Enforcement *\/\n        #livresq-landing-page a.inline-flex {\n            display: inline-flex !important;\n            text-decoration: none !important;\n            \/* Ensure borders and shadows are respected *\/\n            border-bottom-style: solid !important; \n        }\n\n        \/* Force Primary Button Text Color *\/\n        #livresq-landing-page .text-white {\n            color: #ffffff !important;\n        }\n\n        \/* Force Secondary Button Text Color *\/\n        #livresq-landing-page .text-slate-700 {\n            color: #334155 !important;\n        }\n\n        \/* Force Footer\/Muted Text Colors *\/\n        #livresq-landing-page .text-slate-400 {\n            color: #94a3b8 !important;\n        }\n        #livresq-landing-page .text-slate-500 {\n            color: #64748b !important;\n        }\n        #livresq-landing-page .text-blue-600 {\n            color: #2563eb !important;\n        }\n        #livresq-landing-page .text-livresq-fucsia {\n            color: #D91278 !important;\n        }\n\n        \/* Force Hover Colors (Crucial for Interactive Elements) *\/\n        #livresq-landing-page .hover\\:text-white:hover {\n            color: #ffffff !important;\n        }\n        #livresq-landing-page .hover\\:text-livresq-fucsia:hover {\n            color: #D91278 !important;\n        }\n        #livresq-landing-page .hover\\:text-\\[\\#D91278\\]:hover {\n            color: #D91278 !important;\n        }\n        \/* Fix for secondary button hover *\/\n        #livresq-landing-page a.bg-white:hover {\n            color: #D91278 !important; \n        }\n\n        \/* Remove any default list styles that might bleed in *\/\n        #livresq-landing-page ul {\n            list-style: none !important;\n            padding-left: 0 !important;\n            margin-left: 0 !important;\n        }\n    <\/style>\n<\/head>\n<body class=\"font-sans text-gray-700 antialiased bg-white selection:bg-livresq-fucsia selection:text-white\">\n    <div id=\"livresq-landing-page\">\n<link rel=\"preload\" as=\"image\" href=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&amp;ssl=1\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/auto_stories_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/translate_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/account_circle_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\"\/><link rel=\"preload\" as=\"image\" href=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-8-1.png\" referrerPolicy=\"no-referrer\"\/><div class=\"min-h-screen bg-slate-50 flex flex-col\"><nav class=\"fixed top-0 left-0 right-0 z-50 transition-all duration-500 bg-[#1379D1] h-[48px]\"><div class=\"absolute top-0 left-0 h-full z-0 pointer-events-none overflow-hidden w-[600px]\"><div class=\"absolute top-0 left-[-50px] h-full transform -skew-x-[20deg] transition-all duration-500 ease-out bg-white\n                            w-[360px]\n                        \"><\/div><\/div><div class=\"w-full h-full max-w-[1920px] mx-auto flex items-center justify-between relative z-10 pl-0 pr-[8px]\"><div class=\"flex items-center flex-shrink-0 relative z-20 transition-all duration-500 pl-10\"><a href=\"\/\" class=\"block group relative transform transition-transform duration-300 hover:scale-105 origin-left\"><img decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&amp;ssl=1\" alt=\"LIVRESQ\" class=\"w-auto object-contain transition-all duration-300 drop-shadow-sm filter contrast-125 h-[32px]\"\/><\/a><\/div><div class=\"hidden xl:flex items-center gap-1 pl-12\"><a href=\"https:\/\/livresq.com\/ro\/publish-library\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border bg-white\/20 border-white\/20 shadow-inner\">Comunitate<\/a><a href=\"https:\/\/livresq.com\/ro\/blog\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Blog<\/a><a href=\"https:\/\/livresq.com\/ro\/academic\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Academic<\/a><a href=\"https:\/\/livresq.com\/ro\/training\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Training<\/a><a href=\"https:\/\/livresq.com\/ro\/faq\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">FAQ<\/a><a href=\"https:\/\/livresq.com\/ro\/pricing\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Cump\u0103r\u0103<\/a><a href=\"https:\/\/livresq.com\/ro\/despre-noi\/\" class=\"px-3 py-1 rounded-md text-white font-bold text-[14px] tracking-tight transition-all duration-200 border border-transparent hover:bg-white\/10 hover:border-white\/10\">Despre noi<\/a><\/div><div class=\"hidden lg:flex items-center h-full\"><a href=\"https:\/\/library.livresq.com\/\" class=\"flex items-center gap-2 px-[8px] py-[6px] h-[36.5px] cursor-pointer hover:bg-white\/10 rounded-md transition-colors group text-white\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/auto_stories_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Library\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/><span class=\"text-[14px] font-bold\">Library<\/span><\/a><div class=\"relative\"><button class=\"flex items-center gap-2 px-[8px] py-[6px] h-[36.5px] mr-[4px] min-w-[122px] justify-between cursor-pointer hover:bg-white\/10 rounded-md transition-colors group text-white border border-transparent focus:outline-none\"><div class=\"flex items-center gap-2\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/translate_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Language\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/><span class=\"text-[14px] font-bold\">Fran\u00e7ais<\/span><\/div><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chevron-down w-4 h-4 text-white transition-transform duration-200\" aria-hidden=\"true\"><path d=\"m6 9 6 6 6-6\"><\/path><\/svg><\/button><\/div><a href=\"https:\/\/livresq.com\/ro\/contul-meu\/\" class=\"flex items-center gap-2 px-4 py-[6px] h-[36.5px] bg-[#D91278] hover:bg-[#b00e60] text-white rounded-md shadow-md hover:shadow-lg transition-all duration-300 border border-white\/10\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/account_circle_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Account\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/><span class=\"text-[14px] font-bold\">Contul Meu<\/span><\/a><\/div><div class=\"xl:hidden flex items-center gap-2\"><button class=\"p-1.5 rounded-md bg-white\/10 text-white hover:bg-white\/20 transition-colors\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-menu w-6 h-6\" aria-hidden=\"true\"><path d=\"M4 5h16\"><\/path><path d=\"M4 12h16\"><\/path><path d=\"M4 19h16\"><\/path><\/svg><\/button><\/div><\/div><\/nav><div class=\"fixed inset-0 z-[60] bg-slate-900\/80 backdrop-blur-sm transition-opacity duration-300 lg:hidden opacity-0 pointer-events-none\"><\/div><div class=\"fixed top-0 right-0 h-full w-[85%] max-w-[360px] bg-[#1379D1] shadow-2xl z-[70] transform transition-transform duration-500 cubic-bezier(0.4, 0, 0.2, 1) lg:hidden flex flex-col border-l border-white\/10 translate-x-full\"><div class=\"p-4 flex justify-end items-center bg-black\/10 shadow-sm relative z-20\"><button class=\"p-2 rounded-lg bg-white\/10 text-white hover:bg-white\/20 transition-colors\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-x w-5 h-5\" aria-hidden=\"true\"><path d=\"M18 6 6 18\"><\/path><path d=\"m6 6 12 12\"><\/path><\/svg><\/button><\/div><div class=\"flex-1 overflow-y-auto py-2\"><a href=\"https:\/\/livresq.com\/ro\/publish-library\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 bg-white\/10 border-white\">Comunitate<\/a><a href=\"https:\/\/livresq.com\/ro\/blog\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Blog<\/a><a href=\"https:\/\/livresq.com\/ro\/academic\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Academic<\/a><a href=\"https:\/\/livresq.com\/ro\/training\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Training<\/a><a href=\"https:\/\/livresq.com\/ro\/faq\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">FAQ<\/a><a href=\"https:\/\/livresq.com\/ro\/pricing\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Cump\u0103r\u0103<\/a><a href=\"https:\/\/livresq.com\/ro\/despre-noi\/\" class=\"block px-6 py-4 text-lg font-bold text-white transition-all border-l-4 border-transparent hover:bg-white\/10 hover:border-white\">Despre noi<\/a><\/div><div class=\"p-6 border-t border-white\/10 bg-black\/10 space-y-4\"><div class=\"flex gap-4\"><button class=\"w-full py-2 rounded-lg font-bold text-xs border border-white\/30 text-white hover:bg-white\/10 flex items-center justify-center gap-2\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/translate_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Language\" class=\"w-5 h-5\" style=\"filter:brightness(0) invert(1)\"\/>Fran\u00e7ais<\/button><\/div><a href=\"https:\/\/livresq.com\/ro\/contul-meu\/\" class=\"w-full flex items-center justify-center gap-2 bg-[#D91278] hover:bg-[#b00e60] text-white font-bold py-3 rounded-lg shadow-lg active:scale-95 transition-transform text-base border border-white\/10\"><img decoding=\"async\" src=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/01\/account_circle_24dp_E3E3E3_FILL1_wght0_GRAD0_opsz24.svg\" alt=\"Account\" class=\"w-6 h-6\" style=\"filter:brightness(0) invert(1)\"\/>Contul Meu<\/a><\/div><\/div><main class=\"flex-grow pt-16\"><article class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 pt-8 pb-16 md:pt-12 md:pb-24\"><header class=\"mb-10 text-center reveal\"><div class=\"inline-flex items-center gap-2 px-4 py-2 rounded-full bg-pink-100 text-[#D91278] font-bold tracking-wide uppercase text-xs mb-6 shadow-sm border border-pink-200\/60\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-trophy w-4 h-4 text-[#D91278]\" aria-hidden=\"true\"><path d=\"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978\"><\/path><path d=\"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978\"><\/path><path d=\"M18 9h1.5a1 1 0 0 0 0-5H18\"><\/path><path d=\"M4 22h16\"><\/path><path d=\"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z\"><\/path><path d=\"M6 9H4.5a1 1 0 0 1 0-5H6\"><\/path><\/svg>Concours National pour les Enseignants<\/div><h1 class=\"text-3xl md:text-5xl lg:text-5xl font-heading font-black text-slate-900 leading-tight mb-6 tracking-tight\">Innovation dans l&#x27;\u00e9ducation num\u00e9rique : L&#x27;Association Learning Innovation lance le concours national <span class=\"text-[#D91278]\">\u00ab Olympiade RED \u00bb<\/span> pour la communaut\u00e9 enseignante<\/h1><div class=\"flex items-center justify-center gap-3 text-slate-500 font-medium text-sm md:text-base border-t border-b border-slate-200 py-3 my-6 max-w-xl mx-auto\"><div class=\"flex items-center gap-1.5 text-slate-700 font-semibold\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-calendar w-4 h-4 text-[#D91278]\" aria-hidden=\"true\"><path d=\"M8 2v4\"><\/path><path d=\"M16 2v4\"><\/path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"><\/rect><path d=\"M3 10h18\"><\/path><\/svg><span>Bucarest \u2013 06.08.2026<\/span><\/div><span class=\"text-slate-300\">\u2022<\/span><span class=\"text-slate-600\">Association Learning Innovation &amp; LIVRESQ<\/span><\/div><\/header><div class=\"mb-12 reveal delay-100 relative group overflow-hidden rounded-2xl shadow-2xl border border-slate-200\"><img data-recalc-dims=\"1\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-8-1.png?w=800&#038;ssl=1\" alt=\"Olympiade RED - Learning Innovation &amp; LIVRESQ\" class=\"w-full h-auto object-cover transform transition-transform duration-700 group-hover:scale-102\" referrerPolicy=\"no-referrer\"\/><div class=\"absolute inset-0 bg-gradient-to-t from-slate-900\/40 via-transparent to-transparent pointer-events-none\"><\/div><\/div><div class=\"prose prose-lg prose-slate max-w-none\"><div class=\"bg-gradient-to-r from-pink-50\/80 via-white to-blue-50\/50 rounded-2xl p-6 md:p-8 mb-10 border border-pink-100 shadow-sm reveal delay-100\"><p class=\"text-xl md:text-2xl text-slate-800 leading-relaxed font-medium mb-0\">Dans le contexte de l&#x27;acc\u00e9l\u00e9ration du processus de transformation num\u00e9rique dans le syst\u00e8me \u00e9ducatif, l&#x27;<strong class=\"text-slate-900\">Association Learning Innovation<\/strong> soutient la communaut\u00e9 des enseignants en lan\u00e7ant officiellement le concours national <strong class=\"text-[#D91278]\">\u00ab Olympiade RED \u00bb<\/strong>. Cette initiative est con\u00e7ue sp\u00e9cialement pour identifier, valoriser et reconna\u00eetre publiquement la ma\u00eetrise des enseignants qui contribuent chaque jour \u00e0 la modernisation de l&#x27;\u00e9cole en cr\u00e9ant des Ressources \u00c9ducatives Libres (REL \/ RED) interactives, pertinentes et faciles \u00e0 appliquer en classe.<\/p><\/div><p class=\"mb-10 text-slate-700 leading-relaxed text-lg reveal delay-150\">Le concours s&#x27;adresse \u00e0 tous les enseignants d\u00e9sireux de passer du statut de consommateurs de mat\u00e9riel p\u00e9dagogique \u00e0 celui d&#x27;auteurs de contenu num\u00e9rique interactif. Dans le cadre de ce concours national, les participants con\u00e7oivent et soumettent des ressources num\u00e9riques originales cr\u00e9\u00e9es sur la plateforme <a href=\"https:\/\/livresq.com\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-[#D91278] hover:underline font-bold\">LIVRESQ<\/a> \u2014 telles que des le\u00e7ons interactives, des modules d&#x27;apprentissage ou des sc\u00e9narios p\u00e9dagogiques \u2014, avec l&#x27;opportunit\u00e9 d&#x27;obtenir des distinctions d&#x27;excellence, des prix pr\u00e9cieux et une reconnaissance nationale.<\/p><div class=\"reveal delay-200 my-12\"><div class=\"flex items-center gap-3 mb-6\"><div class=\"p-3 bg-pink-100 text-[#D91278] rounded-xl\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-trophy w-7 h-7\" aria-hidden=\"true\"><path d=\"M10 14.66v1.626a2 2 0 0 1-.976 1.696A5 5 0 0 0 7 21.978\"><\/path><path d=\"M14 14.66v1.626a2 2 0 0 0 .976 1.696A5 5 0 0 1 17 21.978\"><\/path><path d=\"M18 9h1.5a1 1 0 0 0 0-5H18\"><\/path><path d=\"M4 22h16\"><\/path><path d=\"M6 9a6 6 0 0 0 12 0V3a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1z\"><\/path><path d=\"M6 9H4.5a1 1 0 0 1 0-5H6\"><\/path><\/svg><\/div><h2 class=\"text-2xl md:text-3xl font-heading font-bold text-slate-900 m-0\">Olympiade RED : Un concours d\u00e9di\u00e9 aux enseignants-cr\u00e9ateurs et \u00e0 leur passion pour l&#x27;\u00e9ducation<\/h2><\/div><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">L&#x27;Olympiade RED, un projet initi\u00e9 par l&#x27;Association Learning Innovation, est n\u00e9e de la volont\u00e9 de mettre en lumi\u00e8re les enseignants et la passion immense qu&#x27;ils investissent dans chaque cours. Le concours met \u00e0 l&#x27;honneur l&#x27;enseignant-auteur qui apporte sa touche personnelle aux supports cr\u00e9\u00e9s, en concevant des ressources sur mesure adapt\u00e9es aux besoins et au rythme de ses \u00e9l\u00e8ves.<\/p><p class=\"mb-6 text-slate-800 font-semibold text-lg\">Au-del\u00e0 du d\u00e9fi cr\u00e9atif, la comp\u00e9tition vise \u00e0 valoriser directement les enseignants :<\/p><div class=\"grid md:grid-cols-2 gap-6 my-8\"><div class=\"bg-white p-6 rounded-2xl border border-slate-200 shadow-md hover:shadow-lg transition-shadow\"><div class=\"flex items-center gap-3 mb-3 text-[#D91278]\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-award w-6 h-6\" aria-hidden=\"true\"><path d=\"m15.477 12.89 1.515 8.526a.5.5 0 0 1-.81.47l-3.58-2.687a1 1 0 0 0-1.197 0l-3.586 2.686a.5.5 0 0 1-.81-.469l1.514-8.526\"><\/path><circle cx=\"12\" cy=\"8\" r=\"6\"><\/circle><\/svg><h3 class=\"text-xl font-bold text-slate-900 m-0\">Prix et reconnaissance<\/h3><\/div><p class=\"text-slate-600 text-base leading-relaxed m-0\">Les participants ont l&#x27;opportunit\u00e9 d&#x27;\u00eatre r\u00e9compens\u00e9s par des prix attractifs et des dipl\u00f4mes officiels d&#x27;excellence, des distinctions qui confirment leur ma\u00eetrise p\u00e9dagogique et apportent une valeur r\u00e9elle \u00e0 leur portefeuille professionnel.<\/p><\/div><div class=\"bg-white p-6 rounded-2xl border border-slate-200 shadow-md hover:shadow-lg transition-shadow\"><div class=\"flex items-center gap-3 mb-3 text-[#1379D1]\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-globe w-6 h-6\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"><\/path><path d=\"M2 12h20\"><\/path><\/svg><h3 class=\"text-xl font-bold text-slate-900 m-0\">Une sc\u00e8ne nationale pour vos ressources<\/h3><\/div><p class=\"text-slate-600 text-base leading-relaxed m-0\">L&#x27;Olympiade RED offre aux enseignants la visibilit\u00e9 qu&#x27;ils m\u00e9ritent. Les mat\u00e9riels prim\u00e9s deviennent une source continue d&#x27;inspiration pour toute la communaut\u00e9 \u00e9ducative, faisant de leurs auteurs de v\u00e9ritables mod\u00e8les.<\/p><\/div><\/div><\/div><div class=\"reveal delay-200 my-12 bg-slate-900 text-white rounded-3xl p-8 md:p-10 shadow-2xl relative overflow-hidden border border-slate-800\"><div class=\"absolute -right-10 -bottom-10 w-64 h-64 bg-[#D91278]\/20 rounded-full blur-3xl pointer-events-none\"><\/div><div class=\"absolute -left-10 -top-10 w-64 h-64 bg-blue-500\/20 rounded-full blur-3xl pointer-events-none\"><\/div><div class=\"relative z-10\"><div class=\"flex items-center gap-3 mb-4\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-users w-8 h-8 text-[#6fccf0]\" aria-hidden=\"true\"><path d=\"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2\"><\/path><path d=\"M16 3.128a4 4 0 0 1 0 7.744\"><\/path><path d=\"M22 21v-2a4 4 0 0 0-3-3.87\"><\/path><circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle><\/svg><h2 class=\"text-2xl md:text-3xl font-heading font-bold text-white m-0\">La communaut\u00e9 LIVRESQ en chiffres : L&#x27;impact des ressources cr\u00e9\u00e9es par des enseignants pour des enseignants<\/h2><\/div><p class=\"text-slate-300 text-lg leading-relaxed mb-8\">L&#x27;\u00e9cosyst\u00e8me LIVRESQ continue de cro\u00eetre gr\u00e2ce \u00e0 l&#x27;engagement actif des enseignants qui choisissent de cr\u00e9er et de partager du contenu interactif. Aujourd&#x27;hui, la biblioth\u00e8que LIVRESQ refl\u00e8te une activit\u00e9 impressionnante :<\/p><div class=\"grid sm:grid-cols-3 gap-6 my-8\"><div class=\"bg-slate-800\/80 backdrop-blur-md p-6 rounded-2xl border border-slate-700\/60 text-center\"><div class=\"text-3xl md:text-4xl font-extrabold text-[#6fccf0] mb-2 font-heading\">198 389<\/div><div class=\"text-slate-300 text-sm font-medium\">ressources au total dans la biblioth\u00e8que<\/div><\/div><div class=\"bg-slate-800\/80 backdrop-blur-md p-6 rounded-2xl border border-slate-700\/60 text-center\"><div class=\"text-3xl md:text-4xl font-extrabold text-emerald-400 mb-2 font-heading\">46 857<\/div><div class=\"text-slate-300 text-sm font-medium\">le\u00e7ons approuv\u00e9es et valid\u00e9es pour une utilisation en classe<\/div><\/div><div class=\"bg-slate-800\/80 backdrop-blur-md p-6 rounded-2xl border border-slate-700\/60 text-center\"><div class=\"text-3xl md:text-4xl font-extrabold text-[#faed87] mb-2 font-heading\">36 061<\/div><div class=\"text-slate-300 text-sm font-medium\">le\u00e7ons avec source \u00e9ditable, pr\u00eates \u00e0 \u00eatre t\u00e9l\u00e9charg\u00e9es, adapt\u00e9es et remix\u00e9es<\/div><\/div><\/div><p class=\"text-slate-300 text-base leading-relaxed mb-0 italic border-l-2 border-[#D91278] pl-4\">Ces chiffres d\u00e9montrent la force de la communaut\u00e9 LIVRESQ et le d\u00e9sir des enseignants de collaborer et de construire une base solide de ressources \u00e9ducatives libres et de qualit\u00e9.<\/p><\/div><\/div><div class=\"reveal delay-200 my-12 bg-gradient-to-br from-indigo-900 via-slate-900 to-[#0F1623] rounded-3xl p-8 md:p-10 text-white shadow-2xl relative overflow-hidden border border-indigo-800\/50\"><div class=\"flex items-center gap-3 mb-6\"><div class=\"p-3 bg-gradient-to-r from-[#D91278] to-purple-600 rounded-xl text-white shadow-lg\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-bot w-7 h-7\" aria-hidden=\"true\"><path d=\"M12 8V4H8\"><\/path><rect width=\"16\" height=\"12\" x=\"4\" y=\"8\" rx=\"2\"><\/rect><path d=\"M2 14h2\"><\/path><path d=\"M20 14h2\"><\/path><path d=\"M15 13v2\"><\/path><path d=\"M9 13v2\"><\/path><\/svg><\/div><div><span class=\"text-xs font-bold uppercase tracking-widest text-[#6fccf0] block mb-1\">Innovation IA avec le soutien de Google<\/span><h2 class=\"text-2xl md:text-3xl font-heading font-bold text-white m-0\">LIVRESQ Companion : L&#x27;assistant p\u00e9dagogique IA con\u00e7u pour les enseignants<\/h2><\/div><\/div><p class=\"text-slate-200 text-lg leading-relaxed mb-6\">Un atout essentiel pour les enseignants participant au concours est <a href=\"https:\/\/livresq.com\/ro\/livresq-companion\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-[#6fccf0] underline font-bold hover:text-white\">LIVRESQ Companion<\/a>, l&#x27;assistant p\u00e9dagogique d\u00e9velopp\u00e9 avec le soutien de Google. Con\u00e7u sp\u00e9cifiquement pour r\u00e9soudre le probl\u00e8me de la surcharge administrative et de la bureaucratie, LIVRESQ Companion est \u00e9talonn\u00e9 sur le programme scolaire.<\/p><p class=\"text-slate-200 text-lg leading-relaxed mb-6\">Gr\u00e2ce \u00e0 ce partenaire num\u00e9rique bas\u00e9 sur l&#x27;intelligence artificielle, les enseignants peuvent g\u00e9n\u00e9rer instantan\u00e9ment des plans de cours structur\u00e9s, des fiches de travail, des activit\u00e9s interactives et des \u00e9valuations adapt\u00e9es au niveau de la classe.<\/p><div class=\"bg-indigo-950\/60 p-6 rounded-2xl border border-indigo-700\/50 flex items-start gap-4\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-sparkles w-8 h-8 text-[#faed87] flex-shrink-0 mt-1\" aria-hidden=\"true\"><path d=\"M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z\"><\/path><path d=\"M20 2v4\"><\/path><path d=\"M22 4h-4\"><\/path><circle cx=\"4\" cy=\"20\" r=\"2\"><\/circle><\/svg><p class=\"text-indigo-100 text-base md:text-lg font-medium m-0 leading-relaxed\">En personnalisant le contenu selon la mati\u00e8re et le style d&#x27;enseignement de chaque utilisateur, <strong class=\"text-white\">LIVRESQ Companion permet d&#x27;\u00e9conomiser plus de 15 heures de travail par semaine<\/strong>, permettant aux enseignants de se concentrer sur l&#x27;enseignement cr\u00e9atif et l&#x27;interaction directe avec les \u00e9l\u00e8ves.<\/p><\/div><\/div><div class=\"reveal delay-200 my-12 bg-white rounded-3xl p-8 md:p-10 border-2 border-pink-100 shadow-xl relative\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-quote w-12 h-12 text-pink-200 absolute top-6 left-6 -z-0 opacity-60\" aria-hidden=\"true\"><path d=\"M16 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"><\/path><path d=\"M5 3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2 1 1 0 0 1 1 1v1a2 2 0 0 1-2 2 1 1 0 0 0-1 1v2a1 1 0 0 0 1 1 6 6 0 0 0 6-6V5a2 2 0 0 0-2-2z\"><\/path><\/svg><div class=\"relative z-10\"><h2 class=\"text-xl md:text-2xl font-heading font-bold text-slate-900 mb-6 flex items-center gap-2\"><span class=\"w-2 h-6 bg-[#D91278] rounded-full inline-block\"><\/span>Une vision au c\u0153ur de la communaut\u00e9<\/h2><blockquote class=\"text-lg md:text-xl text-slate-800 italic font-medium leading-relaxed mb-6 border-l-4 border-[#D91278] pl-6 my-4\">\u00ab Le syst\u00e8me \u00e9ducatif a besoin d&#x27;une base solide de ressources interactives cr\u00e9\u00e9es par des enseignants, pour des enseignants. En lan\u00e7ant l&#x27;Olympiade RED et en int\u00e9grant la suite d&#x27;outils LIVRESQ dans nos formations, nous souhaitons offrir aux enseignants non seulement la reconnaissance de leur m\u00e9rite p\u00e9dagogique, mais aussi la technologie intuitive n\u00e9cessaire pour concevoir des le\u00e7ons captivantes ancr\u00e9es dans l&#x27;\u00e8re num\u00e9rique. \u00bb<\/blockquote><div class=\"flex items-center gap-4 pt-4 border-t border-slate-100\"><div class=\"w-12 h-12 rounded-full bg-[#1379D1] text-white flex items-center justify-center font-bold text-lg shadow-md\">GL<\/div><div><div class=\"font-bold text-slate-900 text-lg\">Prof. Dr. Gabriel Laz\u0103r<\/div><div class=\"text-slate-600 text-sm\">Directeur R&amp;D LIVRESQ &amp; Membre fondateur de l&#x27;Association Learning Innovation<\/div><\/div><\/div><\/div><\/div><div class=\"reveal delay-200 my-12\"><div class=\"flex items-center gap-3 mb-6\"><div class=\"p-3 bg-blue-100 text-[#1379D1] rounded-xl\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-graduation-cap w-7 h-7\" aria-hidden=\"true\"><path d=\"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z\"><\/path><path d=\"M22 10v6\"><\/path><path d=\"M6 12.5V16a6 3 0 0 0 12 0v-3.5\"><\/path><\/svg><\/div><h2 class=\"text-2xl md:text-3xl font-heading font-bold text-slate-900 m-0\">Soutien direct via des formations accr\u00e9dit\u00e9es M.E.C. et la Prime de Carri\u00e8re Didactique<\/h2><\/div><p class=\"mb-6 text-slate-700 leading-relaxed text-lg\">Pour soutenir le d\u00e9veloppement des comp\u00e9tences num\u00e9riques des enseignants et faciliter la cr\u00e9ation de contenus de haute qualit\u00e9, l&#x27;Association Learning Innovation propose des programmes de formation continue accr\u00e9dit\u00e9s par le Minist\u00e8re de l&#x27;\u00c9ducation et de la Recherche (selon l&#x27;Arr\u00eat\u00e9 minist\u00e9riel n\u00b0 4307 du 30.06.2026), cr\u00e9dit\u00e9s selon le syst\u00e8me ECTS :<\/p><div class=\"space-y-4 mb-8\"><div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-200 flex items-start gap-4\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-6 h-6 text-[#D91278] flex-shrink-0 mt-1\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><div><h3 class=\"text-lg font-bold text-slate-900 mb-1\">\u00ab Conception et R\u00e9alisation de Ressources \u00c9ducatives Libres (REL \/ RED) Interactives \u00bb<\/h3><p class=\"text-slate-600 text-base m-0\"><strong>(50 heures, 2 cr\u00e9dits ECTS)<\/strong> \u2013 ax\u00e9 sur la cr\u00e9ation pratique de supports p\u00e9dagogiques num\u00e9riques modernes.<\/p><\/div><\/div><div class=\"bg-slate-50 p-6 rounded-2xl border border-slate-200 flex items-start gap-4\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-6 h-6 text-[#1379D1] flex-shrink-0 mt-1\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><div><h3 class=\"text-lg font-bold text-slate-900 mb-1\">\u00ab Concepts et Outils Num\u00e9riques Utiles dans le Contexte de DigCompEdu \u00bb<\/h3><p class=\"text-slate-600 text-base m-0\"><strong>(75 heures, 3 cr\u00e9dits ECTS)<\/strong> \u2013 align\u00e9 sur le cadre europ\u00e9en des comp\u00e9tences num\u00e9riques pour les enseignants.<\/p><\/div><\/div><\/div><div class=\"bg-gradient-to-r from-pink-50 to-purple-50 p-6 md:p-8 rounded-2xl border border-pink-200 my-8\"><h3 class=\"text-xl font-bold text-slate-900 mb-4 flex items-center gap-2\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-credit-card w-6 h-6 text-[#D91278]\" aria-hidden=\"true\"><rect width=\"20\" height=\"14\" x=\"2\" y=\"5\" rx=\"2\"><\/rect><line x1=\"2\" x2=\"22\" y1=\"10\" y2=\"10\"><\/line><\/svg>Avantages sp\u00e9ciaux pour les participants :<\/h3><ul class=\"space-y-4 m-0 p-0 list-none\"><li class=\"flex items-start gap-3\"><div class=\"p-1 rounded-full bg-[#D91278] text-white mt-1\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-4 h-4\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><\/div><span class=\"text-slate-800 text-base\"><strong>Financement via la Prime de Carri\u00e8re Didactique :<\/strong> Tous les programmes de formation peuvent \u00eatre int\u00e9gralement pris en charge via la carte de Prime de Carri\u00e8re Didactique.<\/span><\/li><li class=\"flex items-start gap-3\"><div class=\"p-1 rounded-full bg-[#D91278] text-white mt-1\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-circle-check w-4 h-4\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"m9 12 2 2 4-4\"><\/path><\/svg><\/div><span class=\"text-slate-800 text-base\"><strong>Acc\u00e8s gratuit aux outils premium :<\/strong> Les participants aux cours b\u00e9n\u00e9ficient d&#x27;un acc\u00e8s gratuit \u00e0 l&#x27;\u00e9diteur de cr\u00e9ation <strong>LIVRESQ Pro<\/strong> et \u00e0 l&#x27;assistant IA <strong>LIVRESQ Companion<\/strong>, optimisant ainsi consid\u00e9rablement leur temps de pr\u00e9paration.<\/span><\/li><\/ul><\/div><\/div><div class=\"reveal delay-200 my-12 bg-white rounded-3xl p-8 border border-slate-200 shadow-lg\"><h2 class=\"text-2xl font-heading font-bold text-slate-900 mb-4\">Inscription et informations compl\u00e9mentaires<\/h2><p class=\"text-slate-700 text-lg leading-relaxed mb-6\">Les enseignants souhaitant valoriser leurs cr\u00e9ations, participer au concours et acc\u00e9der aux formations accr\u00e9dit\u00e9es peuvent consulter le r\u00e8glement complet et les \u00e9tapes d&#x27;inscription sur les plateformes officielles :<\/p><div class=\"grid md:grid-cols-3 gap-4 my-6\"><a href=\"https:\/\/learning-innovation.ro\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex flex-col justify-between p-5 bg-slate-50 hover:bg-pink-50\/50 rounded-2xl border border-slate-200 hover:border-pink-300 transition-all group\"><div><div class=\"flex items-center justify-between mb-3\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-globe w-6 h-6 text-[#D91278]\" aria-hidden=\"true\"><circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle><path d=\"M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20\"><\/path><path d=\"M2 12h20\"><\/path><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-up-right w-5 h-5 text-slate-400 group-hover:text-[#D91278] transition-colors\" aria-hidden=\"true\"><path d=\"M7 7h10v10\"><\/path><path d=\"M7 17 17 7\"><\/path><\/svg><\/div><div class=\"font-bold text-slate-900 text-base mb-1\">Plateforme concours &amp; formation<\/div><\/div><div class=\"text-xs font-semibold text-[#D91278] mt-3\">learning-innovation.ro<\/div><\/a><a href=\"https:\/\/livresq.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex flex-col justify-between p-5 bg-slate-50 hover:bg-blue-50\/50 rounded-2xl border border-slate-200 hover:border-blue-300 transition-all group\"><div><div class=\"flex items-center justify-between mb-3\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-rocket w-6 h-6 text-[#1379D1]\" aria-hidden=\"true\"><path d=\"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09z\"><\/path><path d=\"m12 15-3-3a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 0 1-4 2z\"><\/path><path d=\"M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0\"><\/path><path d=\"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5\"><\/path><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-up-right w-5 h-5 text-slate-400 group-hover:text-[#1379D1] transition-colors\" aria-hidden=\"true\"><path d=\"M7 7h10v10\"><\/path><path d=\"M7 17 17 7\"><\/path><\/svg><\/div><div class=\"font-bold text-slate-900 text-base mb-1\">Plateforme de cr\u00e9ation &amp; biblioth\u00e8que<\/div><\/div><div class=\"text-xs font-semibold text-[#1379D1] mt-3\">livresq.com<\/div><\/a><a href=\"https:\/\/livresq.com\/ro\/livresq-companion\/\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"flex flex-col justify-between p-5 bg-slate-50 hover:bg-purple-50\/50 rounded-2xl border border-slate-200 hover:border-purple-300 transition-all group\"><div><div class=\"flex items-center justify-between mb-3\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-bot w-6 h-6 text-purple-600\" aria-hidden=\"true\"><path d=\"M12 8V4H8\"><\/path><rect width=\"16\" height=\"12\" x=\"4\" y=\"8\" rx=\"2\"><\/rect><path d=\"M2 14h2\"><\/path><path d=\"M20 14h2\"><\/path><path d=\"M15 13v2\"><\/path><path d=\"M9 13v2\"><\/path><\/svg><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-up-right w-5 h-5 text-slate-400 group-hover:text-purple-600 transition-colors\" aria-hidden=\"true\"><path d=\"M7 7h10v10\"><\/path><path d=\"M7 17 17 7\"><\/path><\/svg><\/div><div class=\"font-bold text-slate-900 text-base mb-1\">D\u00e9tails de l&#x27;Assistant IA<\/div><\/div><div class=\"text-xs font-semibold text-purple-600 mt-3\">livresq-companion<\/div><\/a><\/div><\/div><div class=\"grid md:grid-cols-2 gap-6 my-12 reveal delay-200\"><div class=\"bg-slate-50 p-6 md:p-8 rounded-3xl border border-slate-200\"><h3 class=\"text-xl font-bold text-slate-900 mb-3 flex items-center gap-2\"><svg class=\"w-5 h-5 text-[#D91278]\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M6 22V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v18Z\"><\/path><path d=\"M6 12H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h2\"><\/path><path d=\"M18 9h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2h-2\"><\/path><path d=\"M10 6h4\"><\/path><path d=\"M10 10h4\"><\/path><path d=\"M10 14h4\"><\/path><path d=\"M10 18h4\"><\/path><\/svg>\u00c0 propos de l&#x27;Association Learning Innovation<\/h3><p class=\"text-slate-600 text-sm md:text-base leading-relaxed m-0\">L&#x27;Association Learning Innovation est une organisation non gouvernementale et \u00e0 but non lucratif d\u00e9di\u00e9e \u00e0 l&#x27;accompagnement des enseignants dans leur d\u00e9veloppement professionnel continu. Par le biais de formations accr\u00e9dit\u00e9es, d&#x27;ateliers et de concours nationaux, l&#x27;association b\u00e2tit une communaut\u00e9 \u00e9ducative fond\u00e9e sur l&#x27;innovation p\u00e9dagogique, la collaboration et l&#x27;acc\u00e8s \u00e9quitable \u00e0 des ressources num\u00e9riques de qualit\u00e9.<\/p><\/div><div class=\"bg-slate-50 p-6 md:p-8 rounded-3xl border border-slate-200\"><h3 class=\"text-xl font-bold text-slate-900 mb-3 flex items-center gap-2\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-book-open w-5 h-5 text-[#1379D1]\" aria-hidden=\"true\"><path d=\"M12 7v14\"><\/path><path d=\"M3 18a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h5a4 4 0 0 1 4 4 4 4 0 0 1 4-4h5a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-6a3 3 0 0 0-3 3 3 3 0 0 0-3-3z\"><\/path><\/svg>\u00c0 propos de la plateforme LIVRESQ<\/h3><p class=\"text-slate-600 text-sm md:text-base leading-relaxed m-0\">LIVRESQ est la plus grande plateforme d\u00e9di\u00e9e aux enseignants cr\u00e9ateurs de contenus \u00e9ducatifs num\u00e9riques. Avec un \u00e9diteur visuel intuitif en glisser-d\u00e9poser et une biblioth\u00e8que publique en constante expansion, LIVRESQ offre aux enseignants tous les outils n\u00e9cessaires pour transformer les cours traditionnels en exp\u00e9riences d&#x27;apprentissage interactives.<\/p><\/div><\/div><div class=\"reveal delay-200 bg-slate-100 p-6 md:p-8 rounded-2xl border border-slate-200 my-8\"><h3 class=\"text-lg font-bold text-slate-900 mb-3 flex items-center gap-2\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-mail w-5 h-5 text-slate-700\" aria-hidden=\"true\"><path d=\"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7\"><\/path><rect x=\"2\" y=\"4\" width=\"20\" height=\"16\" rx=\"2\"><\/rect><\/svg>Contact Communaut\u00e9 &amp; Presse :<\/h3><div class=\"flex flex-col sm:flex-row sm:items-center gap-4 text-slate-700 text-sm md:text-base font-medium\"><div><strong>E-mail:<\/strong> <a href=\"mailto:contact@learning-innovation.ro\" class=\"text-[#D91278] hover:underline\">contact@learning-innovation.ro<\/a> | <a href=\"mailto:help@livresq.com\" class=\"text-[#D91278] hover:underline\">help@livresq.com<\/a><\/div><div class=\"hidden sm:block text-slate-300\">|<\/div><div><strong>Site web:<\/strong> <a href=\"https:\/\/learning-innovation.ro\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-[#1379D1] hover:underline\">learning-innovation.ro<\/a> | <a href=\"https:\/\/livresq.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-[#1379D1] hover:underline\">livresq.com<\/a><\/div><\/div><\/div><div class=\"reveal delay-200 bg-gradient-to-br from-[#0F1623] via-slate-900 to-[#1e293b] rounded-3xl p-8 md:p-12 text-white shadow-2xl relative overflow-hidden my-12 text-center\"><div class=\"absolute top-0 right-0 w-64 h-64 bg-[#D91278]\/20 rounded-full blur-[80px]\"><\/div><div class=\"absolute bottom-0 left-0 w-64 h-64 bg-blue-500\/20 rounded-full blur-[80px]\"><\/div><div class=\"relative z-10 max-w-2xl mx-auto\"><span class=\"inline-block px-4 py-1.5 rounded-full bg-white\/10 text-[#6fccf0] text-xs font-bold uppercase tracking-wider mb-4 border border-white\/10\">Participez \u00e0 l&#x27;Olympiade RED<\/span><h2 class=\"text-2xl md:text-4xl font-heading font-bold text-white mb-4\">\u00cates-vous pr\u00eat \u00e0 devenir auteur de contenu num\u00e9rique interactif ?<\/h2><p class=\"mb-8 text-slate-300 leading-relaxed text-base md:text-lg\">Cr\u00e9ez votre compte gratuitement sur LIVRESQ, inscrivez-vous au concours Olympiade RED et transformez vos le\u00e7ons en exp\u00e9riences captivantes pour vos \u00e9l\u00e8ves !<\/p><div class=\"flex flex-col sm:flex-row items-center justify-center gap-4\"><a href=\"https:\/\/livresq.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"w-full sm:w-auto inline-flex items-center justify-center gap-2 px-8 py-4 bg-[#D91278] hover:bg-[#b00e60] text-white font-bold rounded-xl shadow-lg hover:shadow-xl transition-all duration-300 transform hover:-translate-y-1 text-base md:text-lg\">Ouvrir un compte gratuit sur LIVRESQ<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-external-link w-5 h-5\" aria-hidden=\"true\"><path d=\"M15 3h6v6\"><\/path><path d=\"M10 14 21 3\"><\/path><path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"><\/path><\/svg><\/a><a href=\"https:\/\/learning-innovation.ro\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"w-full sm:w-auto inline-flex items-center justify-center gap-2 px-8 py-4 bg-white\/10 hover:bg-white\/20 text-white font-bold rounded-xl border border-white\/20 transition-all text-base md:text-lg\">D\u00e9tails de l&#x27;Olympiade RED<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-arrow-up-right w-5 h-5\" aria-hidden=\"true\"><path d=\"M7 7h10v10\"><\/path><path d=\"M7 17 17 7\"><\/path><\/svg><\/a><\/div><\/div><\/div><\/div><\/article><\/main><\/div>\n    <\/div>\n\n    <!-- ========================= SCRIPTS ========================= -->\n\n    <!-- 1. Initialize Lucide Icons -->\n    <script>\n        lucide.createIcons();\n    <\/script>\n\n    <!-- 2. Main Logic (Animations, Spotlight) -->\n    <script>\n        document.addEventListener('DOMContentLoaded', () => {\n            \/\/ Reveal Animation Observer\n            const observer = new IntersectionObserver((entries) => {\n                entries.forEach(entry => {\n                    if (entry.isIntersecting) {\n                        entry.target.classList.add('active');\n                    }\n                });\n            }, { threshold: 0.1 });\n\n            document.querySelectorAll('.reveal').forEach(el => observer.observe(el));\n\n            \/\/ Spotlight Effect Logic\n            const spotlightSections = document.querySelectorAll('.spotlight-section');\n            spotlightSections.forEach(section => {\n                section.addEventListener('mousemove', (e) => {\n                    const cards = section.querySelectorAll('.spotlight-card');\n                    cards.forEach(card => {\n                        const rect = card.getBoundingClientRect();\n                        const x = e.clientX - rect.left;\n                        const y = e.clientY - rect.top;\n                        card.style.setProperty('--mouse-x', `${x}px`);\n                        card.style.setProperty('--mouse-y', `${y}px`);\n                    });\n                });\n            });\n        });\n    <\/script>\n\n    <\/body>\n<\/html>\n\n\n\n\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Library Fran\u00e7ais Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Fran\u00e7ais Contul Meu Concours National pour les Enseignants Innovation dans l&#x27;\u00e9ducation num\u00e9rique : L&#x27;Association Learning Innovation lance le concours national \u00ab Olympiade RED \u00bb pour la communaut\u00e9 enseignante Bucarest \u2013 06.08.2026 \u2022Association Learning Innovation &amp; LIVRESQ Dans le contexte de l&#x27;acc\u00e9l\u00e9ration [&hellip;]<\/p>\n","protected":false},"author":57747,"featured_media":493093,"comment_status":"closed","ping_status":"open","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-493091","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ<\/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:\/\/livresq.com\/fr\/nouvelles\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ\" \/>\n<meta property=\"og:description\" content=\"LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Library Fran\u00e7ais Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Fran\u00e7ais Contul Meu Concours National pour les Enseignants Innovation dans l&#x27;\u00e9ducation num\u00e9rique : L&#x27;Association Learning Innovation lance le concours national \u00ab Olympiade RED \u00bb pour la communaut\u00e9 enseignante Bucarest \u2013 06.08.2026 \u2022Association Learning Innovation &amp; LIVRESQ Dans le contexte de l&#x27;acc\u00e9l\u00e9ration [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/livresq.com\/fr\/nouvelles\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/\" \/>\n<meta property=\"og:site_name\" content=\"LIVRESQ\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-06T11:44:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-06T11:56:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1039\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Bogdan Vrinceanu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Bogdan Vrinceanu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"37 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\"},\"author\":{\"name\":\"Bogdan Vrinceanu\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/person\\\/875da9615a1d415268f346f83dd6c467\"},\"headline\":\"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice\",\"datePublished\":\"2026-08-06T11:44:19+00:00\",\"dateModified\":\"2026-08-06T11:56:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\"},\"wordCount\":6538,\"publisher\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1\",\"articleSection\":[\"News\"],\"inLanguage\":\"fr-FR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\",\"url\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\",\"name\":\"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1\",\"datePublished\":\"2026-08-06T11:44:19+00:00\",\"dateModified\":\"2026-08-06T11:56:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1\",\"width\":1600,\"height\":1039},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/livresq.com\\\/news\\\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Prima pagin\u0103\",\"item\":\"https:\\\/\\\/livresq.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/\",\"name\":\"LIVRESQ\",\"description\":\"eLearning Authoring Tool\",\"publisher\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/livresq.com\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#organization\",\"name\":\"LIVRESQ - Authoring Tool\",\"url\":\"https:\\\/\\\/livresq.com\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/livresq.com\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/cropped-Logo.png?fit=1054%2C575&ssl=1\",\"width\":1054,\"height\":575,\"caption\":\"LIVRESQ - Authoring Tool\"},\"image\":{\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/livresq.com\\\/en\\\/#\\\/schema\\\/person\\\/875da9615a1d415268f346f83dd6c467\",\"name\":\"Bogdan Vrinceanu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g\",\"caption\":\"Bogdan Vrinceanu\"},\"url\":\"https:\\\/\\\/livresq.com\\\/fr\\\/author\\\/bogdan-vrinceanu\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ","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:\/\/livresq.com\/fr\/nouvelles\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","og_locale":"fr_FR","og_type":"article","og_title":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ","og_description":"LIVRESQ &#8211; Public\u0103 \u0219i Exploreaz\u0103 Biblioteca ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Library Fran\u00e7ais Contul Meu ComunitateBlogAcademicTrainingFAQCump\u0103r\u0103Despre noi Fran\u00e7ais Contul Meu Concours National pour les Enseignants Innovation dans l&#x27;\u00e9ducation num\u00e9rique : L&#x27;Association Learning Innovation lance le concours national \u00ab Olympiade RED \u00bb pour la communaut\u00e9 enseignante Bucarest \u2013 06.08.2026 \u2022Association Learning Innovation &amp; LIVRESQ Dans le contexte de l&#x27;acc\u00e9l\u00e9ration [&hellip;]","og_url":"https:\/\/livresq.com\/fr\/nouvelles\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","og_site_name":"LIVRESQ","article_published_time":"2026-08-06T11:44:19+00:00","article_modified_time":"2026-08-06T11:56:08+00:00","og_image":[{"width":1600,"height":1039,"url":"https:\/\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png","type":"image\/png"}],"author":"Bogdan Vrinceanu","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"Bogdan Vrinceanu","Dur\u00e9e de lecture estim\u00e9e":"37 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#article","isPartOf":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/"},"author":{"name":"Bogdan Vrinceanu","@id":"https:\/\/livresq.com\/en\/#\/schema\/person\/875da9615a1d415268f346f83dd6c467"},"headline":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice","datePublished":"2026-08-06T11:44:19+00:00","dateModified":"2026-08-06T11:56:08+00:00","mainEntityOfPage":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/"},"wordCount":6538,"publisher":{"@id":"https:\/\/livresq.com\/en\/#organization"},"image":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1","articleSection":["News"],"inLanguage":"fr-FR"},{"@type":"WebPage","@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","url":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/","name":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice - LIVRESQ","isPartOf":{"@id":"https:\/\/livresq.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#primaryimage"},"image":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1","datePublished":"2026-08-06T11:44:19+00:00","dateModified":"2026-08-06T11:56:08+00:00","breadcrumb":{"@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#primaryimage","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2026\/08\/Banner-articole-site-ASCENDIA-3.png?fit=1600%2C1039&ssl=1","width":1600,"height":1039},{"@type":"BreadcrumbList","@id":"https:\/\/livresq.com\/news\/olimpiada-red-pentru-comunitatea-cadrelor-didactice\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Prima pagin\u0103","item":"https:\/\/livresq.com\/"},{"@type":"ListItem","position":2,"name":"Inova\u021bie \u00een educa\u021bia digital\u0103: Asocia\u021bia Learning Innovation lanseaz\u0103 competi\u021bia na\u021bional\u0103\u00a0\u201eOlimpiada RED\u201d\u00a0pentru comunitatea cadrelor didactice"}]},{"@type":"WebSite","@id":"https:\/\/livresq.com\/en\/#website","url":"https:\/\/livresq.com\/en\/","name":"LIVRESQ","description":"Outil de cr\u00e9ation eLearning","publisher":{"@id":"https:\/\/livresq.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/livresq.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/livresq.com\/en\/#organization","name":"LIVRESQ - Outil de cr\u00e9ation","url":"https:\/\/livresq.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","contentUrl":"https:\/\/i0.wp.com\/livresq.com\/wp-content\/uploads\/2019\/07\/cropped-Logo.png?fit=1054%2C575&ssl=1","width":1054,"height":575,"caption":"LIVRESQ - Authoring Tool"},"image":{"@id":"https:\/\/livresq.com\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/livresq.com\/en\/#\/schema\/person\/875da9615a1d415268f346f83dd6c467","name":"Bogdan Vrinceanu","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/secure.gravatar.com\/avatar\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2abb37905303ef8f893d0591e93be5035fa7de23db3dc1e2d008bbaa7829f1bb?s=96&d=mm&r=g","caption":"Bogdan Vrinceanu"},"url":"https:\/\/livresq.com\/fr\/author\/bogdan-vrinceanu\/"}]}},"_links":{"self":[{"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/posts\/493091","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/users\/57747"}],"replies":[{"embeddable":true,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/comments?post=493091"}],"version-history":[{"count":4,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/posts\/493091\/revisions"}],"predecessor-version":[{"id":493098,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/posts\/493091\/revisions\/493098"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/media\/493093"}],"wp:attachment":[{"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/media?parent=493091"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/categories?post=493091"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/livresq.com\/fr\/wp-json\/wp\/v2\/tags?post=493091"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}