{"id":1085,"date":"2025-09-01T20:49:23","date_gmt":"2025-09-01T20:49:23","guid":{"rendered":"https:\/\/biennale.aeeps.org\/?page_id=1085"},"modified":"2025-10-04T10:51:45","modified_gmt":"2025-10-04T10:51:45","slug":"biennale-2025-2","status":"publish","type":"page","link":"https:\/\/biennale.aeeps.org\/","title":{"rendered":"Biennale 2025"},"content":{"rendered":"\n<style>\n\/* Reset et conteneur principal *\/\n.entry-content {\n    margin: 0 !important;\n    padding: 0 !important;\n    max-width: 100% !important;\n}\n\n.biennale-entry-container {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100vw;\n    height: 100vh;\n    background: #0a0a0a;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    z-index: 99999;\n    padding: 20px;\n    box-sizing: border-box;\n}\n\n\/* Particules anim\u00e9es *\/\n.entry-particles {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    overflow: hidden;\n}\n\n.entry-particle {\n    position: absolute;\n    width: 4px;\n    height: 4px;\n    background: #00D9FF;\n    border-radius: 50%;\n    opacity: 0;\n    animation: particle-float 12s infinite;\n}\n\n@keyframes particle-float {\n    0%, 100% {\n        opacity: 0;\n        transform: translateY(100vh) scale(0);\n    }\n    20% {\n        opacity: 1;\n        transform: translateY(50vh) scale(1);\n    }\n    80% {\n        opacity: 1;\n        transform: translateY(-10vh) scale(1);\n    }\n}\n\n\/* Background anim\u00e9 *\/\n.entry-bg-gradient {\n    position: absolute;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(ellipse at center, #1a1a2e 0%, #0a0a0a 100%);\n    animation: gradient-rotate 20s linear infinite;\n}\n\n@keyframes gradient-rotate {\n    0% { transform: rotate(0deg) scale(1.5); }\n    100% { transform: rotate(360deg) scale(1.5); }\n}\n\n\/* Lignes anim\u00e9es *\/\n.entry-lines {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    opacity: 0.1;\n}\n\n.entry-line {\n    position: absolute;\n    height: 1px;\n    background: linear-gradient(90deg, transparent, #00D9FF, transparent);\n    animation: line-move 8s linear infinite;\n}\n\n.entry-line:nth-child(1) { top: 20%; width: 60%; animation-delay: 0s; }\n.entry-line:nth-child(2) { top: 40%; width: 80%; animation-delay: 2s; }\n.entry-line:nth-child(3) { top: 60%; width: 70%; animation-delay: 4s; }\n.entry-line:nth-child(4) { top: 80%; width: 90%; animation-delay: 6s; }\n\n@keyframes line-move {\n    0% { transform: translateX(-100%); }\n    100% { transform: translateX(200%); }\n}\n\n\/* Contenu central *\/\n.entry-content-wrapper {\n    position: relative;\n    z-index: 10;\n    text-align: center;\n    animation: content-appear 1.5s ease-out;\n    padding: 20px;\n    max-width: 90%;\n    margin: 0 auto;\n}\n\n@keyframes content-appear {\n    from {\n        opacity: 0;\n        transform: scale(0.9) translateY(30px);\n    }\n    to {\n        opacity: 1;\n        transform: scale(1) translateY(0);\n    }\n}\n\n\/* Logo AEEPS *\/\n.entry-logo {\n    margin-bottom: 30px;\n    animation: logo-float 4s ease-in-out infinite;\n}\n\n.entry-logo img {\n    height: 80px;\n    width: auto;\n    filter: brightness(0) invert(1);\n    opacity: 0.9;\n}\n\n@keyframes logo-float {\n    0%, 100% { transform: translateY(0); }\n    50% { transform: translateY(-15px); }\n}\n\n\/* Titre principal *\/\n.entry-title {\n    font-size: clamp(2.5rem, 8vw, 5rem);\n    font-weight: 900;\n    margin-bottom: 20px;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    letter-spacing: -1px;\n    background: linear-gradient(45deg, #FF6B35, #00D9FF, #004E98);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n    animation: gradient-shift 5s ease infinite;\n    background-size: 200% 200%;\n    line-height: 1.1;\n    word-wrap: break-word;\n}\n\n@keyframes gradient-shift {\n    0%, 100% { background-position: 0% 50%; }\n    50% { background-position: 100% 50%; }\n}\n\n\/* Sous-titre *\/\n.entry-subtitle {\n    font-size: clamp(0.9rem, 2.5vw, 1.3rem);\n    color: rgba(255, 255, 255, 0.8);\n    margin-bottom: 10px;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    font-weight: 300;\n    padding: 0 10px;\n    line-height: 1.4;\n}\n\n\/* Date *\/\n.entry-date {\n    font-size: clamp(1rem, 2.5vw, 1.5rem);\n    color: #00D9FF;\n    font-weight: 600;\n    margin-bottom: 40px;\n    letter-spacing: 2px;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    animation: pulse-text 2s ease-in-out infinite;\n}\n\n@keyframes pulse-text {\n    0%, 100% { opacity: 1; }\n    50% { opacity: 0.7; }\n}\n\n\/* Bouton d'entr\u00e9e *\/\n.entry-button {\n    display: inline-block;\n    padding: 18px 40px;\n    font-size: clamp(0.9rem, 2vw, 1.2rem);\n    font-weight: 700;\n    text-decoration: none;\n    color: white;\n    background: linear-gradient(135deg, #FF6B35, #ff8c42);\n    border-radius: 50px;\n    position: relative;\n    overflow: hidden;\n    transition: all 0.3s ease;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n    text-transform: uppercase;\n    letter-spacing: 1px;\n    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);\n    animation: button-pulse 2s infinite;\n    white-space: nowrap;\n}\n\n.entry-button::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: -100%;\n    width: 100%;\n    height: 100%;\n    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);\n    transition: left 0.5s ease;\n}\n\n.entry-button:hover {\n    transform: translateY(-3px) scale(1.05);\n    box-shadow: 0 15px 40px rgba(255, 107, 53, 0.6);\n    color: white;\n    text-decoration: none;\n}\n\n.entry-button:hover::before {\n    left: 100%;\n}\n\n@keyframes button-pulse {\n    0% { box-shadow: 0 0 0 0 rgba(255, 107, 53, 0.7); }\n    70% { box-shadow: 0 0 0 30px rgba(255, 107, 53, 0); }\n    100% { box-shadow: 0 0 0 0 rgba(255, 107, 53, 0); }\n}\n\n\/* Indicateur de scroll *\/\n.entry-scroll-indicator {\n    position: absolute;\n    bottom: 30px;\n    left: 50%;\n    transform: translateX(-50%);\n    animation: scroll-bounce 2s ease-in-out infinite;\n}\n\n.entry-scroll-text {\n    color: rgba(255, 255, 255, 0.5);\n    font-size: 0.9rem;\n    margin-bottom: 10px;\n    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n}\n\n.entry-scroll-arrow {\n    width: 30px;\n    height: 30px;\n    border-right: 2px solid rgba(255, 255, 255, 0.5);\n    border-bottom: 2px solid rgba(255, 255, 255, 0.5);\n    transform: rotate(45deg);\n    margin: 0 auto;\n}\n\n@keyframes scroll-bounce {\n    0%, 100% { transform: translateX(-50%) translateY(0); }\n    50% { transform: translateX(-50%) translateY(10px); }\n}\n\n\/* Effet de lueur *\/\n.entry-glow {\n    position: absolute;\n    width: 500px;\n    height: 500px;\n    background: radial-gradient(circle, rgba(0, 217, 255, 0.3) 0%, transparent 70%);\n    border-radius: 50%;\n    animation: glow-pulse 4s ease-in-out infinite;\n    pointer-events: none;\n}\n\n.entry-glow-1 {\n    top: -250px;\n    left: -250px;\n}\n\n.entry-glow-2 {\n    bottom: -250px;\n    right: -250px;\n    animation-delay: 2s;\n}\n\n@keyframes glow-pulse {\n    0%, 100% { opacity: 0.3; transform: scale(1); }\n    50% { opacity: 0.6; transform: scale(1.2); }\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n    .entry-logo img {\n        height: 60px;\n    }\n    \n    .entry-title {\n        font-size: 2.5rem;\n        letter-spacing: 0;\n    }\n    \n    .entry-subtitle {\n        font-size: 0.9rem;\n        padding: 0 20px;\n    }\n    \n    .entry-date {\n        font-size: 1.1rem;\n        letter-spacing: 1px;\n    }\n    \n    .entry-button {\n        padding: 15px 30px;\n        font-size: 0.9rem;\n        letter-spacing: 0.5px;\n    }\n    \n    .entry-content-wrapper {\n        padding: 15px;\n        max-width: 95%;\n    }\n}\n\n@media (max-width: 480px) {\n    .entry-title {\n        font-size: 2rem;\n    }\n    \n    .entry-subtitle {\n        font-size: 0.85rem;\n    }\n    \n    .entry-date {\n        font-size: 1rem;\n    }\n    \n    .entry-button {\n        padding: 12px 25px;\n        font-size: 0.85rem;\n    }\n}\n\n\/* Fix pour WordPress *\/\nbody.page-template-default .site {\n    overflow: hidden;\n}\n\n.site-content {\n    padding: 0 !important;\n}\n\n.site-header, .site-footer {\n    display: none !important;\n}\n<\/style>\n\n<!-- Structure HTML -->\n<div class=\"biennale-entry-container\">\n    <!-- Background anim\u00e9 -->\n    <div class=\"entry-bg-gradient\"><\/div>\n    \n    <!-- Particules -->\n    <div class=\"entry-particles\" id=\"entryParticles\"><\/div>\n    \n    <!-- Lignes anim\u00e9es -->\n    <div class=\"entry-lines\">\n        <div class=\"entry-line\"><\/div>\n        <div class=\"entry-line\"><\/div>\n        <div class=\"entry-line\"><\/div>\n        <div class=\"entry-line\"><\/div>\n    <\/div>\n    \n    <!-- Effets de lueur -->\n    <div class=\"entry-glow entry-glow-1\"><\/div>\n    <div class=\"entry-glow entry-glow-2\"><\/div>\n    \n    <!-- Contenu principal -->\n    <div class=\"entry-content-wrapper\">\n        <!-- Logo -->\n        <div class=\"entry-logo\">\n            <img decoding=\"async\" src=\"https:\/\/biennale.aeeps.org\/wp-content\/uploads\/2025\/09\/Aeeps-Nationale_asso_vert_H-scaled.png\" alt=\"AEEPS\">\n        <\/div>\n        \n        <!-- Titre -->\n        <h1 class=\"entry-title\">BIENNALE 2025<\/h1>\n        \n        <!-- Sous-titre -->\n        <p class=\"entry-subtitle\">Une EPS qui contribue \u00e0 la transformation durable de chacun\u00b7e<\/p>\n        \n        <!-- Date -->\n        <p class=\"entry-date\">18-19 OCTOBRE 2025<\/p>\n        \n        <!-- Bouton d'entr\u00e9e -->\n        <a href=\"https:\/\/biennale.aeeps.org\/wp-content\/uploads\/2025\/10\/biennale-2025.html\" class=\"entry-button\">\n            ENTRER DANS L&rsquo;EXP\u00c9RIENCE\n        <\/a>\n    <\/div>\n    \n    <!-- Indicateur de scroll -->\n    <div class=\"entry-scroll-indicator\">\n        <div class=\"entry-scroll-text\">D\u00e9couvrir<\/div>\n        <div class=\"entry-scroll-arrow\"><\/div>\n    <\/div>\n<\/div>\n\n<!-- Script pour les particules -->\n<script>\n(function() {\n    \/\/ G\u00e9n\u00e9rer les particules\n    const particlesContainer = document.getElementById('entryParticles');\n    const particleCount = 30;\n    \n    for (let i = 0; i < particleCount; i++) {\n        const particle = document.createElement('div');\n        particle.className = 'entry-particle';\n        particle.style.left = Math.random() * 100 + '%';\n        particle.style.animationDelay = Math.random() * 12 + 's';\n        particle.style.animationDuration = (12 + Math.random() * 8) + 's';\n        particlesContainer.appendChild(particle);\n    }\n    \n    \/\/ Effet de parallaxe sur le mouvement de la souris\n    document.addEventListener('mousemove', function(e) {\n        const x = e.clientX \/ window.innerWidth;\n        const y = e.clientY \/ window.innerHeight;\n        \n        const bgGradient = document.querySelector('.entry-bg-gradient');\n        if (bgGradient) {\n            bgGradient.style.transform = `rotate(${x * 360}deg) scale(1.5) translate(${x * 20}px, ${y * 20}px)`;\n        }\n    });\n    \n    \/\/ Animation du titre au survol\n    const title = document.querySelector('.entry-title');\n    if (title) {\n        title.addEventListener('mouseover', function() {\n            this.style.transform = 'scale(1.05)';\n        });\n        title.addEventListener('mouseout', function() {\n            this.style.transform = 'scale(1)';\n        });\n    }\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>BIENNALE 2025 Une EPS qui contribue \u00e0 la transformation durable de chacun\u00b7e 18-19 OCTOBRE 2025 ENTRER DANS L&rsquo;EXP\u00c9RIENCE D\u00e9couvrir<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1085","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Biennale 2025 - BIENNALE AEEPS<\/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:\/\/biennale.aeeps.org\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Biennale 2025 - BIENNALE AEEPS\" \/>\n<meta property=\"og:description\" content=\"BIENNALE 2025 Une EPS qui contribue \u00e0 la transformation durable de chacun\u00b7e 18-19 OCTOBRE 2025 ENTRER DANS L&rsquo;EXP\u00c9RIENCE D\u00e9couvrir\" \/>\n<meta property=\"og:url\" content=\"https:\/\/biennale.aeeps.org\/\" \/>\n<meta property=\"og:site_name\" content=\"BIENNALE AEEPS\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/profile.php?id=100064564634996\" \/>\n<meta property=\"article:modified_time\" content=\"2025-10-04T10:51:45+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/biennale.aeeps.org\/wp-content\/uploads\/2025\/09\/Aeeps-Nationale_asso_vert_H-scaled.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@AEEPS\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/biennale.aeeps.org\/\",\"url\":\"https:\/\/biennale.aeeps.org\/\",\"name\":\"Biennale 2025 - BIENNALE AEEPS\",\"isPartOf\":{\"@id\":\"https:\/\/biennale.aeeps.org\/#website\"},\"datePublished\":\"2025-09-01T20:49:23+00:00\",\"dateModified\":\"2025-10-04T10:51:45+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/biennale.aeeps.org\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/biennale.aeeps.org\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/biennale.aeeps.org\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/biennale.aeeps.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Biennale 2025\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/biennale.aeeps.org\/#website\",\"url\":\"https:\/\/biennale.aeeps.org\/\",\"name\":\"BIENNALE AEEPS\",\"description\":\"2023\",\"publisher\":{\"@id\":\"https:\/\/biennale.aeeps.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/biennale.aeeps.org\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/biennale.aeeps.org\/#organization\",\"name\":\"BIENNALE AEEPS\",\"url\":\"https:\/\/biennale.aeeps.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/biennale.aeeps.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/biennale.aeeps.org\/wp-content\/uploads\/2023\/08\/logo-aeeps-biennale-2023.png\",\"contentUrl\":\"https:\/\/biennale.aeeps.org\/wp-content\/uploads\/2023\/08\/logo-aeeps-biennale-2023.png\",\"width\":1015,\"height\":289,\"caption\":\"BIENNALE AEEPS\"},\"image\":{\"@id\":\"https:\/\/biennale.aeeps.org\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/profile.php?id=100064564634996\",\"https:\/\/twitter.com\/AEEPS\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Biennale 2025 - BIENNALE AEEPS","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:\/\/biennale.aeeps.org\/","og_locale":"fr_FR","og_type":"article","og_title":"Biennale 2025 - BIENNALE AEEPS","og_description":"BIENNALE 2025 Une EPS qui contribue \u00e0 la transformation durable de chacun\u00b7e 18-19 OCTOBRE 2025 ENTRER DANS L&rsquo;EXP\u00c9RIENCE D\u00e9couvrir","og_url":"https:\/\/biennale.aeeps.org\/","og_site_name":"BIENNALE AEEPS","article_publisher":"https:\/\/www.facebook.com\/profile.php?id=100064564634996","article_modified_time":"2025-10-04T10:51:45+00:00","og_image":[{"url":"https:\/\/biennale.aeeps.org\/wp-content\/uploads\/2025\/09\/Aeeps-Nationale_asso_vert_H-scaled.png"}],"twitter_card":"summary_large_image","twitter_site":"@AEEPS","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/biennale.aeeps.org\/","url":"https:\/\/biennale.aeeps.org\/","name":"Biennale 2025 - BIENNALE AEEPS","isPartOf":{"@id":"https:\/\/biennale.aeeps.org\/#website"},"datePublished":"2025-09-01T20:49:23+00:00","dateModified":"2025-10-04T10:51:45+00:00","breadcrumb":{"@id":"https:\/\/biennale.aeeps.org\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/biennale.aeeps.org\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/biennale.aeeps.org\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/biennale.aeeps.org\/"},{"@type":"ListItem","position":2,"name":"Biennale 2025"}]},{"@type":"WebSite","@id":"https:\/\/biennale.aeeps.org\/#website","url":"https:\/\/biennale.aeeps.org\/","name":"BIENNALE AEEPS","description":"2023","publisher":{"@id":"https:\/\/biennale.aeeps.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/biennale.aeeps.org\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/biennale.aeeps.org\/#organization","name":"BIENNALE AEEPS","url":"https:\/\/biennale.aeeps.org\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/biennale.aeeps.org\/#\/schema\/logo\/image\/","url":"https:\/\/biennale.aeeps.org\/wp-content\/uploads\/2023\/08\/logo-aeeps-biennale-2023.png","contentUrl":"https:\/\/biennale.aeeps.org\/wp-content\/uploads\/2023\/08\/logo-aeeps-biennale-2023.png","width":1015,"height":289,"caption":"BIENNALE AEEPS"},"image":{"@id":"https:\/\/biennale.aeeps.org\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/profile.php?id=100064564634996","https:\/\/twitter.com\/AEEPS"]}]}},"_links":{"self":[{"href":"https:\/\/biennale.aeeps.org\/index.php\/wp-json\/wp\/v2\/pages\/1085","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/biennale.aeeps.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/biennale.aeeps.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/biennale.aeeps.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/biennale.aeeps.org\/index.php\/wp-json\/wp\/v2\/comments?post=1085"}],"version-history":[{"count":4,"href":"https:\/\/biennale.aeeps.org\/index.php\/wp-json\/wp\/v2\/pages\/1085\/revisions"}],"predecessor-version":[{"id":1099,"href":"https:\/\/biennale.aeeps.org\/index.php\/wp-json\/wp\/v2\/pages\/1085\/revisions\/1099"}],"wp:attachment":[{"href":"https:\/\/biennale.aeeps.org\/index.php\/wp-json\/wp\/v2\/media?parent=1085"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}