{"id":474,"date":"2025-09-28T14:51:30","date_gmt":"2025-09-28T14:51:30","guid":{"rendered":"https:\/\/dragonscurieux.com\/?p=474"},"modified":"2026-01-25T11:39:27","modified_gmt":"2026-01-25T11:39:27","slug":"dracopolis-la-cite-du-livre-et","status":"publish","type":"post","link":"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/","title":{"rendered":"Dracopolis : retour sur l&rsquo;\u00e9dition 2025 !"},"content":{"rendered":"\n<div class=\"salondulivre-retro-container\" style=\"font-family: 'Georgia', serif; color: #333; background-color: #ffffff; line-height: 1.6; max-width: 1200px; margin: 0 auto; padding: 0 20px; position: relative;\">\n\n    <style>\n        :root {\n            --primary-color: #d4a76a;\n            --secondary-color: #5a3d2b;\n            --background-color: #f9f5f0;\n            --text-color: #333;\n            --highlight-color: #e8c492;\n        }\n\n        .retro-header {\n            background: linear-gradient(rgba(212, 167, 106, 0.8), rgba(90, 61, 43, 0.8)), url('https:\/\/dragonscurieux.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-28-16.29.55.png') no-repeat center center;\n            background-size: cover;\n            position: relative;\n            padding: 80px 0;\n            margin-bottom: 40px;\n            text-align: center;\n            color: white;\n        }\n\n        .retro-header h1 {\n            font-size: 3.5rem;\n            margin-bottom: 20px;\n            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);\n        }\n\n        .retro-header p {\n            font-size: 1.5rem;\n            max-width: 800px;\n            margin: 0 auto 30px;\n            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);\n        }\n\n        .section {\n            margin-bottom: 60px;\n            padding: 30px 0;\n            border-bottom: 1px solid #eee;\n        }\n\n        .section-title {\n            text-align: center;\n            margin-bottom: 30px;\n            position: relative;\n            display: inline-block;\n        }\n\n        .section-title h2 {\n            font-size: 2.5rem;\n            color: var(--secondary-color);\n            margin: 0;\n            padding-bottom: 10px;\n            display: inline;\n        }\n\n        .section-title:after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, transparent, var(--primary-color), transparent);\n            margin: 0 auto;\n        }\n\n        .content-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-top: 30px;\n        }\n\n        .card {\n            background: white;\n            border-radius: 10px;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n            transition: transform 0.3s ease;\n        }\n\n        .card:hover {\n            transform: translateY(-5px);\n        }\n\n        .card-img {\n            width: 100%;\n            height: 200px;\n            object-fit: cover;\n        }\n\n        .card-content {\n            padding: 25px;\n        }\n\n        .card-content h3 {\n            color: var(--primary-color);\n            margin-bottom: 15px;\n            font-size: 1.5rem;\n        }\n\n        .card-content p {\n            color: var(--text-color);\n            margin-bottom: 20px;\n            line-height: 1.6;\n        }\n\n        .btn {\n            display: inline-block;\n            background-color: var(--primary-color);\n            color: white;\n            padding: 12px 25px;\n            text-decoration: none;\n            border-radius: 5px;\n            font-weight: bold;\n            transition: all 0.3s ease;\n            text-align: center;\n        }\n\n    \/* Grille principale *\/\n    .gallery {\n        display: grid;\n        \/* On met 300px : \u00e7a permet de mettre 2 ou 3 images par ligne sur ordinateur *\/\n        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); \n        gap: 10px;\n        margin-bottom: 30px;\n    }\n\n    \/* Le conteneur de chaque image + texte *\/\n    .gallery-item {\n        margin: 0;\n        display: flex;\n        flex-direction: column;\n    }\n\n    \/* L'image elle-m\u00eame *\/\n    .gallery-img {\n        width: 100%;\n        \/* On fixe la hauteur \u00e0 220px. \n           Avec une largeur de 300px ou plus, cela donne un beau rectangle \"paysage\" *\/\n        height: 220px !important; \n        \n        object-fit: cover; \n        border-radius: 8px;\n        cursor: pointer;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n        transition: transform 0.3s ease;\n    }\n      \n   \n      .gallery-imgg {\n        width: 100%;\n        \/* grande image\n           Avec une largeur de 300px ou plus, cela donne un beau rectangle \"paysage\" *\/\n        height: 220px !important; \n        \n        object-fit: contain; \n        border-radius: 8px;\n        cursor: pointer;\n        box-shadow: 0 4px 10px rgba(0,0,0,0.15);\n        transition: transform 0.3s ease;\n    }\n\n    .gallery-img:hover {\n        transform: scale(1.02); \n    }\n\n    \/* Le texte sous l'image *\/\n    .gallery-caption {\n        margin-top: 15px;\n        text-align: center;\n        font-weight: bold;\n        color: var(--secondary-color);\n        font-size: 1.1rem;\n    \n    }\n\n        .btn:hover {\n            background-color: var(--secondary-color);\n            transform: translateY(-2px);\n        }\n\n      \n\n        .podcast-item {\n            display: flex;\n            align-items: center;\n            margin-bottom: 20px;\n            padding: 15px;\n            background: rgba(212, 167, 106, 0.1);\n            border-radius: 8px;\n        }\n\n        .podcast-play {\n            width: 50px;\n            height: 50px;\n            background: var(--primary-color);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 1.5rem;\n            margin-right: 20px;\n            flex-shrink: 0;\n        }\n\n        .podcast-info h4 {\n            margin: 0 0 5px 0;\n            color: var(--secondary-color);\n        }\n\n        .podcast-info p {\n            margin: 0;\n            color: var(--text-color);\n            font-size: 1.5rem;\n        }\n\n        .winners-list {\n            list-style: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n\n        .winners-list li {\n            padding: 15px 0;\n            border-bottom: 1px solid #eee;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .winners-list li:last-child {\n            border-bottom: none;\n        }\n\n        .winner-name {\n            font-weight: bold;\n            color: var(--secondary-color);\n        }\n\n        .winner-work {\n            color: var(--primary-color);\n            font-style: italic;\n        }\n\n        .stats-container {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n            gap: 30px;\n            margin: 40px 0;\n        }\n\n        .stat-item {\n            text-align: center;\n        }\n\n        .stat-number {\n            font-size: 3rem;\n            font-weight: bold;\n            color: var(--primary-color);\n            display: block;\n        }\n\n        .stat-label {\n            color: var(--secondary-color);\n            font-size: 1.1rem;\n            margin-top: 10px;\n        }\n\n        .testimonial {\n            background: rgba(212, 167, 106, 0.1);\n            padding: 30px;\n            border-radius: 10px;\n            margin: 30px 0;\n            position: relative;\n        }\n\n        .testimonial:before {\n            content: '\"';\n            position: absolute;\n            top: -10px;\n            left: 20px;\n            font-size: 5rem;\n            color: rgba(212, 167, 106, 0.3);\n            font-family: 'Georgia', serif;\n        }\n\n        .testimonial-text {\n            font-style: italic;\n            font-size: 1.2rem;\n            line-height: 1.8;\n            margin-bottom: 20px;\n        }\n\n        .testimonial-author {\n            font-weight: bold;\n            color: var(--secondary-color);\n            text-align: right;\n        }\n    <\/style>\n\n    <!-- Header -->\n    <div class=\"retro-header\">\n        <h1>Retour sur l&rsquo;\u00e9dition 2025<\/h1>\n        \n    <\/div>\n\n    <!-- Introduction -->\n    <section class=\"section\">\n        <div class=\"section-title\">\n            <h2>Une \u00e9dition inoubliable<\/h2>\n        <\/div>\n        <div style=\"text-align: center; max-width: 800px; margin: 0 auto;\">\n            <p style=\"font-size: 1.5rem; line-height: 1.8; margin-bottom: 30px;\">\n                Le Salon du Livre et de l&rsquo;Imaginaire 2025 a \u00e9t\u00e9 un v\u00e9ritable succ\u00e8s ! Plus d&rsquo;un demi-millier de visiteurs ont pu d\u00e9couvrir notre univers,\n                rencontrer nos auteurs, participer \u00e0 des ateliers cr\u00e9atifs et s&rsquo;immerger dans le monde de l&rsquo;imaginaire.\n                Merci \u00e0 tous pour cette journ\u00e9e magique !\n            <\/p>\n\n            <div class=\"stats-container\">\n                <div class=\"stat-item\">\n                    <span class=\"stat-number\" id=\"visitors-count\">527<\/span>\n                    <span class=\"stat-label\">Visiteurs<\/span>\n                <\/div>\n                <div class=\"stat-item\">\n                    <span class=\"stat-number\" id=\"authors-count\">25<\/span>\n                    <span class=\"stat-label\">Auteurs pr\u00e9sents<\/span>\n                <\/div>\n             \n                <div class=\"stat-item\">\n                    <span class=\"stat-number\" id=\"volunteers-count\">40<\/span>\n                    <span class=\"stat-label\">B\u00e9n\u00e9voles<\/span>\n                <\/div>\n            <div style=\"text-align: center; max-width: 800px; margin: 0 auto;\">\n            <p style=\"font-size: 1.5rem; line-height: 1.8; margin-bottom: 30px;\">\n               \n                &#8230;.et de nombreuses animations !\n            <\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Concours de nouvelles -->\n    <section class=\"section\">\n        <div class=\"section-title\">\n            <h2>Concours de nouvelles<\/h2>\n        <\/div>\n        <div style=\"text-align: center; margin-bottom: 30px;\">\n            <p style=\"font-size: 1.5rem; max-width: 700px; margin: 0 auto 30px;\">\n                D\u00e9couvrez les laur\u00e9ats de notre concours de nouvelles 2025 ! \n            <\/p>\n           \n\n        <div style=\"max-width: 800px; margin: 0 auto;\">\n            <h3 style=\"color: var(--secondary-color); margin-bottom: 20px; text-align: center;\">Palmar\u00e8s 2025<\/h3>\n            <ol class=\"winners-list\">\n                <li>\n                    <div>\n                        <div class=\"winner-name\">1er prix &#8211; Julien Deslangle<\/div>\n                        <div class=\"winner-work\">\u00ab\u00a0Rouge Savane\u00a0\u00bb<\/div>\n                    <\/div>\n                    <a href=\"https:\/\/drive.google.com\/file\/d\/1_DuDkXQ3iqjrF3fd4m1CXDsXjDDImNkF\/view?usp=drive_link\" class=\"btn\" style=\"padding: 8px 15px; font-size: 0.9rem;\">Lire<\/a>\n                <\/li>\n                <li>\n                    <div>\n                        <div class=\"winner-name\">2\u00e8me prix &#8211; Fr\u00e9d\u00e9ric Gaillard<\/div>\n                        <div class=\"winner-work\">\u00ab\u00a0Compl\u00e8tement Piqu\u00e9 !\u00a0\u00bb<\/div>\n                    <\/div>\n                    <a href=\"https:\/\/drive.google.com\/file\/d\/1aZdw58i0V_7a6eQ16rUczTPRR2_CS6YA\/view?usp=drive_link\" class=\"btn\" style=\"padding: 8px 15px; font-size: 0.9rem;\">Lire<\/a>\n                <\/li>\n                <li>\n                    <div>\n                        <div class=\"winner-name\">3\u00e8me prix &#8211; Paul Lefebvre<\/div>\n                        <div class=\"winner-work\">\u00ab\u00a0Derni\u00e8re Mission\u00a0\u00bb<\/div>\n                    <\/div>\n                    <a href=\"https:\/\/drive.google.com\/file\/d\/1K_KOjXK9Ub_zErolr02oGnhr3SKbOuqP\/view?usp=drive_link\" class=\"btn\" style=\"padding: 8px 15px; font-size: 0.9rem;\">Lire<\/a>\n                <\/li>\n              <li>\n                    <div>\n                        <div class=\"winner-name\">Prix des Petits R\u00eaveurs &#8211; Lola Torcher<\/div>\n                        <div class=\"winner-work\">\u00ab\u00a0Farfadaiseries\u00a0\u00bb<\/div>\n                    <\/div>\n                    <a href=\"https:\/\/drive.google.com\/file\/d\/1hVY78tHNmrdufYJHCF6Otcv1QoeSgdZ3\/view?usp=drive_link\" class=\"btn\" style=\"padding: 8px 15px; font-size: 0.9rem;\">Lire<\/a>\n                <\/li> \n            <\/ol>\n        <\/div>\n    <\/section>\n\n    <!-- Concours d'illustration -->\n    <section class=\"section\">\n        <div class=\"section-title\">\n            <h2>Concours d&rsquo;illustration<\/h2>\n        <\/div>\n        <div style=\"text-align: center; margin-bottom: 30px;\">\n            <p style=\"font-size: 1.5rem; max-width: 700px; margin: 0 auto 30px;\">\n                Les illustrations gagnantes de notre concours 2025 &#8211; un v\u00e9ritable voyage visuel dans l&rsquo;imaginaire !\nCliquez sur les images pour les voir en entier !\n            <\/p>\n        <\/div>\n\n<figure class=\"gallery-item\">\n        <img decoding=\"async\" src=\"https:\/\/dragonscurieux.com\/wp-content\/uploads\/2026\/01\/6-reves-et-realite-scaled.jpg\" \n             alt=\"1er prix illustration\" \n             class=\"gallery-img\">\n        <figcaption class=\"gallery-caption\">Ga\u00ebtan BRASSE &#8211; 1er prix illustration<\/figcaption>\n    <\/figure>\n\n       <div class=\"gallery\">\n    <figure class=\"gallery-item\">\n        <img decoding=\"async\" src=\"https:\/\/dragonscurieux.com\/wp-content\/uploads\/2026\/01\/15.Illustration-reves-et-realites-scaled.jpg\" \n             alt=\"2\u00e8me prix illustration\" \n             class=\"gallery-img\">\n        <figcaption class=\"gallery-caption\">Vincent GOUTTENOIRE &#8211; 2\u00e8me prix illustration<\/figcaption>\n    <\/figure>\n\n\n    <figure class=\"gallery-item\">\n        <img decoding=\"async\" src=\"https:\/\/dragonscurieux.com\/wp-content\/uploads\/2026\/01\/12.reves-et-realite-scaled.jpg\" \n             alt=\"Prix du public fran\u00e7ais\" \n             class=\"gallery-img\">\n        <figcaption class=\"gallery-caption\">Shanna VERRO &#8211; Prix du public fran\u00e7ais<\/figcaption>\n    <\/figure>\n<\/div>\n\n<figure class=\"gallery-item\">\n        <img decoding=\"async\" src=\"https:\/\/dragonscurieux.com\/wp-content\/uploads\/2026\/01\/3-Reves-et-realite-scaled.jpg\" \n             alt=\"Mention sp\u00e9ciale international\" \n             class=\"gallery-img\">\n        <figcaption class=\"gallery-caption\">Salimeh BABKHAN &#8211; Prix international<\/figcaption>\n    <\/figure>\n    <\/section>\n\n    <!-- Podcasts des tables rondes -->\n    <section class=\"section\">\n        <div class=\"section-title\">\n            <h2>Tables rondes en podcast<\/h2>\n        <\/div>\n        <div style=\"text-align: center; margin-bottom: 30px;\">\n            <p style=\"font-size: 1.5rem; max-width: 700px; margin: 0 auto 30px;\">\n                Revivez les \u00e9changes passionnants de nos tables rondes avec les auteurs et professionnels du livre.\n            <\/p>\n        <\/div>\n\n        <div style=\"max-width: 800px; margin: 0 auto;\">\n            <div class=\"podcast-item\">\n                <div class=\"podcast-play\">\u25b6<\/div>\n                <div class=\"podcast-info\">\n                    <h4>De l&rsquo;id\u00e9e au papier<\/h4>\n                    <p>Avec Erik L&rsquo;Homme, Alice Doublier et Nathalie Bagadey<\/p>\n                    <p style=\"font-size: 1.5rem; color: #666;\">Dur\u00e9e: 58 min<\/p>\n                <\/div>\n                <a href=\"#\" class=\"btn\" style=\"margin-left: auto;\">Bient\u00f4t disponible !<\/a>\n            <\/div>\n\n            <div class=\"podcast-item\">\n                <div class=\"podcast-play\">\u25b6<\/div>\n                <div class=\"podcast-info\">\n                    <h4>Les m\u00e9tiers du livre<\/h4>\n                    <p>Avec Harry Bozino et des professionnels de l&rsquo;\u00e9dition<\/p>\n                    <p style=\"font-size: 1.5rem; color: #666;\">Dur\u00e9e: 47 min<\/p>\n                <\/div>\n                <a href=\"#\" class=\"btn\" style=\"margin-left: auto;\">Bient\u00f4t disponible !<\/a>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n    <!-- Galerie photo -->\n    <section class=\"section\">\n        <div class=\"section-title\">\n            <h2>Galerie photo<\/h2>\n        <\/div>\n        <div style=\"text-align: center; margin-bottom: 30px;\">\n            <p style=\"font-size: 1.5rem; max-width: 700px; margin: 0 auto 30px;\">\n                Revivez les moments forts du salon en images sur notre Instagram !\n            <\/p>\n        <\/div>\n\n        <div class=\"gallery-imgg\">\n            <img decoding=\"async\" src=\"https:\/\/dragonscurieux.com\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-04-16.12.23.png\" alt=\"Dracopolis 2025\" class=\"gallery-imgg\">\n             \n        <\/div>\n\n        <div style=\"text-align: center; margin-top: 30px;\">\n            <a href=\"https:\/\/www.instagram.com\/dracopolis_salon\/\" class=\"btn\">Voir les photos<\/a>\n        <\/div>\n    <\/section>\n\n\n    <!-- Remerciements -->\n    <section class=\"section\">\n        <div class=\"section-title\">\n            <h2>Remerciements<\/h2>\n        <\/div>\n        <div style=\"text-align: center; max-width: 800px; margin: 0 auto;\">\n            <p style=\"font-size: 1.5rem; line-height: 1.8; margin-bottom: 30px;\">\n                Un grand merci \u00e0 tous ceux qui ont rendu cette \u00e9dition possible :\n            <\/p>\n\n            <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; margin-top: 30px;\">\n                <div>\n                    <h3 style=\"color: var(--primary-color); margin-bottom: 15px;\">Nos partenaires<\/h3>\n                    <ul style=\"list-style: none; padding: 0;\">\n                        <li style=\"margin-bottom: 8px;\">\u2022 Maison Pour Tous du Petit Charran<\/li>\n                        <li style=\"margin-bottom: 8px;\">\u2022 Librairie L&rsquo;\u00c9tincelle<\/li>\n                        <li style=\"margin-bottom: 8px;\">\u2022 Librairie La Licorne<\/li>\n                        <li style=\"margin-bottom: 8px;\">\u2022 Association Dragons D\u00e9lirium<\/li>\n                       <li style=\"margin-bottom: 8px;\">\u2022 Cr\u00e9dit Mutuel <\/li>\n                       <li style=\"margin-bottom: 8px;\">\u2022 Ardrom<\/li>\n                       <li style=\"margin-bottom: 8px;\">\u2022 Temporis<\/li>\n                       <li style=\"margin-bottom: 8px;\">\u2022 Bancel Peinture<\/li>\n                       <li style=\"margin-bottom: 8px;\">\u2022 Association Dragons D\u00e9lirium<\/li>\n                       <li style=\"margin-bottom: 8px;\">\u2022 Damour Nettoyage<\/li>\n                       <li style=\"margin-bottom: 8px;\">\u2022 Katronic<\/li>\n                       <li style=\"margin-bottom: 8px;\">\u2022 Koesio<\/li>\n                       <li style=\"margin-bottom: 8px;\">\u2022 BPF Maconnerie<\/li>\n                       <li style=\"margin-bottom: 8px;\">\u2022 Visiance<\/li>\n                    <\/ul>\n                <\/div>\n\n                <div>\n                    <h3 style=\"color: var(--primary-color); margin-bottom: 15px;\">Nos b\u00e9n\u00e9voles<\/h3>\n                    <p>Une \u00e9quipe de 40 b\u00e9n\u00e9voles passionn\u00e9s qui ont donn\u00e9 de leur temps et leur \u00e9nergie pour faire de cet \u00e9v\u00e9nement un succ\u00e8s.<\/p>\n                <\/div>\n\n                <div>\n                    <h3 style=\"color: var(--primary-color); margin-bottom: 15px;\">Nos auteurs invit\u00e9s<\/h3>\n                    <p>Erik L&rsquo;Homme, Alice Doublier, Harry Bozino et tous les autres auteurs qui ont partag\u00e9 leur passion avec le public.<\/p>\n                    <p> Nathalie Bagadey, notre marraine ! <\/p>\n                <\/div>\n            <\/div>\n\n            <p style=\"font-size: 1.1rem; margin-top: 30px; font-weight: bold;\">\n                Rendez-vous en 2026 pour une nouvelle \u00e9dition !\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Appel \u00e0 contribution pour 2026 -->\n    <section class=\"section\" style=\"border-bottom: none; text-align: center;\">\n        <div class=\"section-title\">\n            <h2>Et pour 2026 ?<\/h2>\n        <\/div>\n        <p style=\"font-size: 1.1rem; max-width: 800px; margin: 0 auto 30px;\">\n            Vous souhaitez participer \u00e0 l&rsquo;organisation, proposer un atelier, ou devenir partenaire ?\n            Contactez-nous d\u00e8s maintenant !\n        <\/p>\n\n    \n\n    <!-- Script pour animations et statistiques -->\n    <script>\n        \/\/ Animation des chiffres\n        function animateStats() {\n            const stats = [\n                { element: 'visitors-count', value: 587 },\n                { element: 'authors-count', value: 25 },\n                { element: 'workshops-count', value: 12 },\n                { element: 'volunteers-count', value: 42 }\n            ];\n\n            stats.forEach(stat => {\n                const element = document.getElementById(stat.element);\n                let current = 0;\n                const increment = stat.value \/ 50;\n                const timer = setInterval(() => {\n                    current += increment;\n                    if (current >= stat.value) {\n                        current = stat.value;\n                        clearInterval(timer);\n                    }\n                    element.textContent = Math.floor(current);\n                }, 30);\n            });\n        }\n\n        \/\/ D\u00e9clencher l'animation quand la section est visible\n        const statsObserver = new IntersectionObserver((entries) => {\n            entries.forEach(entry => {\n                if (entry.isIntersecting) {\n                    animateStats();\n                    statsObserver.unobserve(entry.target);\n                }\n            });\n        });\n\n        statsObserver.observe(document.querySelector('.stats-container'));\n\n        \/\/ Galerie photo (clic pour agrandir)\n        document.querySelectorAll('.gallery-img').forEach(img => {\n            img.addEventListener('click', function() {\n                \/\/ Cr\u00e9er une modale simple\n                const modal = document.createElement('div');\n                modal.style.position = 'fixed';\n                modal.style.top = '0';\n                modal.style.left = '0';\n                modal.style.width = '100%';\n                modal.style.height = '100%';\n                modal.style.backgroundColor = 'rgba(0,0,0,0.9)';\n                modal.style.zIndex = '1000';\n                modal.style.display = 'flex';\n                modal.style.justifyContent = 'center';\n                modal.style.alignItems = 'center';\n                modal.style.cursor = 'pointer';\n\n                const modalImg = document.createElement('img');\n                modalImg.src = this.src;\n                modalImg.style.maxWidth = '90%';\n                modalImg.style.maxHeight = '90%';\n                modalImg.style.borderRadius = '8px';\n\n                modal.appendChild(modalImg);\n                document.body.appendChild(modal);\n\n                modal.addEventListener('click', function() {\n                    document.body.removeChild(modal);\n                });\n            });\n        });\n    <\/script>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Retour sur l&rsquo;\u00e9dition 2025 Une \u00e9dition inoubliable Le Salon du Livre et de l&rsquo;Imaginaire 2025 a \u00e9t\u00e9 un v\u00e9ritable succ\u00e8s ! Plus d&rsquo;un demi-millier de visiteurs ont pu d\u00e9couvrir notre univers, rencontrer nos auteurs, participer \u00e0 des ateliers cr\u00e9atifs et s&rsquo;immerger dans le monde de l&rsquo;imaginaire. Merci \u00e0 tous pour cette journ\u00e9e magique ! 527 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"cybocfi_hide_featured_image":"yes","footnotes":""},"categories":[8],"tags":[],"class_list":["post-474","post","type-post","status-publish","format-standard","hentry","category-evenements","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.13 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Dracopolis : retour sur l&#039;\u00e9dition 2025 ! - Dragons curieux<\/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:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Dracopolis : retour sur l&#039;\u00e9dition 2025 ! - Dragons curieux\" \/>\n<meta property=\"og:description\" content=\"Retour sur l&rsquo;\u00e9dition 2025 Une \u00e9dition inoubliable Le Salon du Livre et de l&rsquo;Imaginaire 2025 a \u00e9t\u00e9 un v\u00e9ritable succ\u00e8s ! Plus d&rsquo;un demi-millier de visiteurs ont pu d\u00e9couvrir notre univers, rencontrer nos auteurs, participer \u00e0 des ateliers cr\u00e9atifs et s&rsquo;immerger dans le monde de l&rsquo;imaginaire. Merci \u00e0 tous pour cette journ\u00e9e magique ! 527 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/\" \/>\n<meta property=\"og:site_name\" content=\"Dragons curieux\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-28T14:51:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-25T11:39:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dragonscurieux.com\/wp-content\/uploads\/2026\/01\/6-reves-et-realite-scaled.jpg\" \/>\n<meta name=\"author\" content=\"dragonscurieux\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"dragonscurieux\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/\"},\"author\":{\"name\":\"dragonscurieux\",\"@id\":\"https:\/\/dragonscurieux.com\/#\/schema\/person\/d0e0c318aa831d7ee01539f37a9c98fe\"},\"headline\":\"Dracopolis : retour sur l&rsquo;\u00e9dition 2025 !\",\"datePublished\":\"2025-09-28T14:51:30+00:00\",\"dateModified\":\"2026-01-25T11:39:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/\"},\"wordCount\":375,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/dragonscurieux.com\/#organization\"},\"articleSection\":[\"\u00c9v\u00e9nements\"],\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/\",\"url\":\"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/\",\"name\":\"Dracopolis : retour sur l'\u00e9dition 2025 ! - Dragons curieux\",\"isPartOf\":{\"@id\":\"https:\/\/dragonscurieux.com\/#website\"},\"datePublished\":\"2025-09-28T14:51:30+00:00\",\"dateModified\":\"2026-01-25T11:39:27+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/dragonscurieux.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dracopolis : retour sur l&rsquo;\u00e9dition 2025 !\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dragonscurieux.com\/#website\",\"url\":\"https:\/\/dragonscurieux.com\/\",\"name\":\"Dragons curieux\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/dragonscurieux.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dragonscurieux.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/dragonscurieux.com\/#organization\",\"name\":\"Dragons curieux\",\"url\":\"https:\/\/dragonscurieux.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/dragonscurieux.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/dragonscurieux.com\/wp-content\/uploads\/2022\/09\/cropped-illustartion-blog.png\",\"contentUrl\":\"https:\/\/dragonscurieux.com\/wp-content\/uploads\/2022\/09\/cropped-illustartion-blog.png\",\"width\":1200,\"height\":474,\"caption\":\"Dragons curieux\"},\"image\":{\"@id\":\"https:\/\/dragonscurieux.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/dragonscurieux.com\/#\/schema\/person\/d0e0c318aa831d7ee01539f37a9c98fe\",\"name\":\"dragonscurieux\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/dragonscurieux.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4a84267b8651ac4fa52766c94fed5a8517e1279c0abd9cd5d01304ad415bc077?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4a84267b8651ac4fa52766c94fed5a8517e1279c0abd9cd5d01304ad415bc077?s=96&d=mm&r=g\",\"caption\":\"dragonscurieux\"},\"sameAs\":[\"https:\/\/dragonscurieux.com\"],\"url\":\"https:\/\/dragonscurieux.com\/index.php\/author\/dragonscurieux\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Dracopolis : retour sur l'\u00e9dition 2025 ! - Dragons curieux","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:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/","og_locale":"fr_FR","og_type":"article","og_title":"Dracopolis : retour sur l'\u00e9dition 2025 ! - Dragons curieux","og_description":"Retour sur l&rsquo;\u00e9dition 2025 Une \u00e9dition inoubliable Le Salon du Livre et de l&rsquo;Imaginaire 2025 a \u00e9t\u00e9 un v\u00e9ritable succ\u00e8s ! Plus d&rsquo;un demi-millier de visiteurs ont pu d\u00e9couvrir notre univers, rencontrer nos auteurs, participer \u00e0 des ateliers cr\u00e9atifs et s&rsquo;immerger dans le monde de l&rsquo;imaginaire. Merci \u00e0 tous pour cette journ\u00e9e magique ! 527 [&hellip;]","og_url":"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/","og_site_name":"Dragons curieux","article_published_time":"2025-09-28T14:51:30+00:00","article_modified_time":"2026-01-25T11:39:27+00:00","og_image":[{"url":"https:\/\/dragonscurieux.com\/wp-content\/uploads\/2026\/01\/6-reves-et-realite-scaled.jpg"}],"author":"dragonscurieux","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"dragonscurieux","Dur\u00e9e de lecture estim\u00e9e":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/#article","isPartOf":{"@id":"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/"},"author":{"name":"dragonscurieux","@id":"https:\/\/dragonscurieux.com\/#\/schema\/person\/d0e0c318aa831d7ee01539f37a9c98fe"},"headline":"Dracopolis : retour sur l&rsquo;\u00e9dition 2025 !","datePublished":"2025-09-28T14:51:30+00:00","dateModified":"2026-01-25T11:39:27+00:00","mainEntityOfPage":{"@id":"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/"},"wordCount":375,"commentCount":0,"publisher":{"@id":"https:\/\/dragonscurieux.com\/#organization"},"articleSection":["\u00c9v\u00e9nements"],"inLanguage":"fr-FR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/","url":"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/","name":"Dracopolis : retour sur l'\u00e9dition 2025 ! - Dragons curieux","isPartOf":{"@id":"https:\/\/dragonscurieux.com\/#website"},"datePublished":"2025-09-28T14:51:30+00:00","dateModified":"2026-01-25T11:39:27+00:00","breadcrumb":{"@id":"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dragonscurieux.com\/index.php\/2025\/09\/28\/dracopolis-la-cite-du-livre-et\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/dragonscurieux.com\/"},{"@type":"ListItem","position":2,"name":"Dracopolis : retour sur l&rsquo;\u00e9dition 2025 !"}]},{"@type":"WebSite","@id":"https:\/\/dragonscurieux.com\/#website","url":"https:\/\/dragonscurieux.com\/","name":"Dragons curieux","description":"","publisher":{"@id":"https:\/\/dragonscurieux.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dragonscurieux.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/dragonscurieux.com\/#organization","name":"Dragons curieux","url":"https:\/\/dragonscurieux.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/dragonscurieux.com\/#\/schema\/logo\/image\/","url":"https:\/\/dragonscurieux.com\/wp-content\/uploads\/2022\/09\/cropped-illustartion-blog.png","contentUrl":"https:\/\/dragonscurieux.com\/wp-content\/uploads\/2022\/09\/cropped-illustartion-blog.png","width":1200,"height":474,"caption":"Dragons curieux"},"image":{"@id":"https:\/\/dragonscurieux.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/dragonscurieux.com\/#\/schema\/person\/d0e0c318aa831d7ee01539f37a9c98fe","name":"dragonscurieux","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/dragonscurieux.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4a84267b8651ac4fa52766c94fed5a8517e1279c0abd9cd5d01304ad415bc077?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4a84267b8651ac4fa52766c94fed5a8517e1279c0abd9cd5d01304ad415bc077?s=96&d=mm&r=g","caption":"dragonscurieux"},"sameAs":["https:\/\/dragonscurieux.com"],"url":"https:\/\/dragonscurieux.com\/index.php\/author\/dragonscurieux\/"}]}},"_links":{"self":[{"href":"https:\/\/dragonscurieux.com\/index.php\/wp-json\/wp\/v2\/posts\/474","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dragonscurieux.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dragonscurieux.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dragonscurieux.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dragonscurieux.com\/index.php\/wp-json\/wp\/v2\/comments?post=474"}],"version-history":[{"count":84,"href":"https:\/\/dragonscurieux.com\/index.php\/wp-json\/wp\/v2\/posts\/474\/revisions"}],"predecessor-version":[{"id":599,"href":"https:\/\/dragonscurieux.com\/index.php\/wp-json\/wp\/v2\/posts\/474\/revisions\/599"}],"wp:attachment":[{"href":"https:\/\/dragonscurieux.com\/index.php\/wp-json\/wp\/v2\/media?parent=474"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dragonscurieux.com\/index.php\/wp-json\/wp\/v2\/categories?post=474"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dragonscurieux.com\/index.php\/wp-json\/wp\/v2\/tags?post=474"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}