{"id":24,"date":"2026-01-05T16:44:50","date_gmt":"2026-01-05T16:44:50","guid":{"rendered":"https:\/\/lyceeinternationalmontessori.com\/?page_id=24"},"modified":"2026-03-12T15:21:49","modified_gmt":"2026-03-12T15:21:49","slug":"maternelle-montessori-bilingue","status":"publish","type":"page","link":"https:\/\/lyceeinternationalmontessori.com\/en\/maternelle-montessori-bilingue\/","title":{"rendered":"Bilingual Montessori kindergarten"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"24\" class=\"elementor elementor-24\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a81364 e-con-full e-flex e-con e-parent\" data-id=\"7a81364\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-327c1d9 elementor-widget elementor-widget-html\" data-id=\"327c1d9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Hero Maternelle - Athena<\/title>\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=Montserrat:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Montserrat', sans-serif;\n            color: #2C2C2C;\n            background: #FFFFFF;\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        \/* Hero Section *\/\n        .hero-section {\n            position: relative;\n            min-height: 90vh;\n            display: flex;\n            align-items: center;\n            overflow: hidden;\n            background: #FFFFFF;\n        }\n\n        \/* Hero Container *\/\n        .hero-container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 5%;\n            width: 100%;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 80px;\n            align-items: center;\n        }\n\n        \/* Hero Content *\/\n        .hero-content {\n            padding: 80px 0;\n            opacity: 0;\n            animation: fadeInUp 1s ease forwards;\n        }\n\n        @keyframes fadeInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        \/* Hero Image *\/\n        .hero-image {\n            height: 600px;\n            opacity: 0;\n            animation: fadeInUp 1s ease 0.2s forwards;\n        }\n\n        .hero-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n            border-radius: 8px;\n        }\n\n        \/* Badge Age *\/\n        .age-badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%);\n            color: #FFFFFF;\n            padding: 6px 16px;\n            border-radius: 6px;\n            font-size: 0.8125rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            margin-bottom: 24px;\n        }\n\n        \/* H1 *\/\n        .hero-title {\n            font-size: clamp(2.5rem, 5vw, 3.5rem);\n            font-weight: 700;\n            color: #2C2C2C;\n            line-height: 1.1;\n            letter-spacing: -0.02em;\n            margin-bottom: 24px;\n        }\n\n        .title-accent {\n            color: #8B9D83;\n            display: inline-block;\n        }\n\n        \/* Subtitle *\/\n        .hero-subtitle {\n            font-size: 1.25rem;\n            color: #2C2C2C;\n            line-height: 1.6;\n            margin-bottom: 40px;\n            font-weight: 400;\n        }\n\n        \/* CTA Buttons *\/\n        .hero-ctas {\n            display: flex;\n            gap: 20px;\n            flex-wrap: wrap;\n        }\n\n        .cta-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            padding: 18px 36px;\n            border-radius: 8px;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        \/* Primary CTA *\/\n        .cta-button.primary {\n            background: #8B9D83;\n            color: #FFFFFF;\n        }\n\n        .cta-button.primary::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: #7A8C75;\n            transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            z-index: 0;\n        }\n\n        .cta-button.primary:hover::before {\n            left: 0;\n        }\n\n        .cta-button.primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 12px 40px rgba(139, 157, 131, 0.3);\n        }\n\n        \/* Secondary CTA *\/\n        .cta-button.secondary {\n            background: transparent;\n            color: #2C2C2C;\n            border: 2px solid #2C2C2C;\n        }\n\n        .cta-button.secondary::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: rgba(44, 44, 44, 0.05);\n            transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            z-index: 0;\n        }\n\n        .cta-button.secondary:hover::before {\n            left: 0;\n        }\n\n        .cta-button.secondary:hover {\n            transform: translateY(-2px);\n        }\n\n        .cta-button span,\n        .cta-button svg {\n            position: relative;\n            z-index: 1;\n        }\n\n        .cta-button svg {\n            width: 20px;\n            height: 20px;\n            transition: transform 0.4s ease;\n        }\n\n        .cta-button:hover svg {\n            transform: translateX(6px);\n        }\n\n        \/* Key Points *\/\n        .hero-points {\n            margin-top: 32px;\n            display: flex;\n            gap: 32px;\n            flex-wrap: wrap;\n        }\n\n        .hero-point {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            font-size: 0.9375rem;\n            font-weight: 500;\n            color: #2C2C2C;\n        }\n\n        .hero-point svg {\n            width: 24px;\n            height: 24px;\n            stroke: #8B9D83;\n            flex-shrink: 0;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .hero-container {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n\n            .hero-image {\n                height: 400px;\n                order: -1;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .hero-section {\n                min-height: auto;\n            }\n\n            .hero-container {\n                gap: 32px;\n            }\n\n            .hero-image {\n                height: 300px;\n            }\n\n            .hero-content {\n                padding: 60px 0;\n            }\n\n            .hero-title {\n                font-size: 2rem;\n            }\n\n            .hero-subtitle {\n                font-size: 1.125rem;\n            }\n\n            .hero-ctas {\n                flex-direction: column;\n            }\n\n            .cta-button {\n                width: 100%;\n                justify-content: center;\n            }\n\n            .hero-points {\n                flex-direction: column;\n                gap: 20px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"hero-section\">\n\n        <div class=\"hero-container\">\n            \n            <!-- Colonne Gauche : Contenu -->\n            <div class=\"hero-content\">\n                \n                <div class=\"age-badge\">D\u00e8s 2 ans<\/div>\n\n                <h1 class=\"hero-title\">Maternelle <span class=\"title-accent\">Montessori Bilingue<\/span> \u00e0 Bailly<\/h1>\n\n                <p class=\"hero-subtitle\">Nos classes de maternelle proposent aux enfants l'int\u00e9gralit\u00e9 du mat\u00e9riel cr\u00e9\u00e9 par Maria Montessori dans les cinq domaines de sa p\u00e9dagogie, avec un enseignement bilingue fran\u00e7ais-anglais en immersion.<\/p>\n\n                <div class=\"hero-points\">\n                    <div class=\"hero-point\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                        <\/svg>\n                        <span>4 demi-journ\u00e9es en anglais<\/span>\n                    <\/div>\n                    <div class=\"hero-point\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                        <\/svg>\n                        <span>Forest School hebdomadaire<\/span>\n                    <\/div>\n                    <div class=\"hero-point\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                        <\/svg>\n                        <span>Musique et arts plastiques<\/span>\n                    <\/div>\n                <\/div>\n\n            <\/div>\n\n            <!-- Colonne Droite : Image -->\n            <div class=\"hero-image\">\n                <img decoding=\"async\" src=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-maternelle-52.jpg\" alt=\"Maternelle Montessori Bailly\" title=\"\">\n            <\/div>\n\n        <\/div>\n\n    <\/section>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a5efc13 elementor-widget elementor-widget-html\" data-id=\"a5efc13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Section 2 - 5 Domaines Montessori - Maternelle<\/title>\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=Montserrat:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Montserrat', sans-serif;\n            color: #2C2C2C;\n            background: #FFFFFF;\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        \/* Section Container *\/\n        .domaines-section {\n            padding: 100px 0;\n            position: relative;\n            background: #FFFFFF;\n        }\n\n        .domaines-section::before,\n        .domaines-section::after {\n            content: none !important;\n            display: none !important;\n        }\n\n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 5%;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Title Section *\/\n        .title-wrapper {\n            max-width: 900px;\n            margin: 0 auto 80px auto;\n            text-align: center;\n            opacity: 0;\n            animation: fadeInUp 0.8s ease forwards;\n        }\n\n        @keyframes fadeInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .title-wrapper h2 {\n            font-size: clamp(2rem, 4vw, 3rem);\n            font-weight: 700;\n            color: #2C2C2C;\n            margin-bottom: 20px;\n            letter-spacing: -0.02em;\n            line-height: 1.2;\n        }\n\n        .title-accent {\n            display: inline-block;\n            color: #8B9D83;\n            position: relative;\n        }\n\n        .subtitle {\n            font-size: 1.125rem;\n            color: #2C2C2C;\n            font-weight: 400;\n            line-height: 1.6;\n        }\n\n        \/* Domaines Container *\/\n        .domaines-wrapper {\n            margin-bottom: 60px;\n        }\n\n        \/* Ligne 1 : 2 cards *\/\n        .domaines-row-1 {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 40px;\n            margin-bottom: 40px;\n        }\n\n        \/* Ligne 2 : 3 cards *\/\n        .domaines-row-2 {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 40px;\n        }\n\n        \/* Domaine Card *\/\n        .domaine-card {\n            background: #FFFFFF;\n            border: 1px solid #E8E8E8;\n            border-radius: 8px;\n            padding: 40px 32px;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            opacity: 0;\n            animation: fadeIn 0.6s ease forwards;\n        }\n\n        .domaine-card:nth-child(1) { animation-delay: 0.1s; }\n        .domaine-card:nth-child(2) { animation-delay: 0.2s; }\n        .domaine-card:nth-child(3) { animation-delay: 0.3s; }\n        .domaine-card:nth-child(4) { animation-delay: 0.4s; }\n        .domaine-card:nth-child(5) { animation-delay: 0.5s; }\n\n        @keyframes fadeIn {\n            to { opacity: 1; }\n        }\n\n        .domaine-card::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 0;\n            height: 4px;\n            background: linear-gradient(90deg, #7ACAFF 0%, #8B9D83 100%);\n            transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            border-radius: 8px 8px 0 0;\n        }\n\n        .domaine-card:hover::before {\n            width: 100%;\n        }\n\n        .domaine-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 8px 30px rgba(139, 157, 131, 0.15);\n            border-color: #8B9D83;\n        }\n\n        \/* Icon *\/\n        .domaine-icon {\n            width: 60px;\n            height: 60px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 24px;\n            transition: all 0.4s ease;\n        }\n\n        \/* Card 1 : Bleu *\/\n        .domaine-card:nth-child(1) .domaine-icon {\n            background: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%);\n        }\n\n        \/* Card 2 : Beige *\/\n        .domaine-card:nth-child(2) .domaine-icon {\n            background: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%);\n        }\n\n        \/* Card 3 : Vert *\/\n        .domaine-card:nth-child(3) .domaine-icon {\n            background: linear-gradient(135deg, #8B9D83 0%, #7A8C75 100%);\n        }\n\n        \/* Card 4 : Bleu *\/\n        .domaine-card:nth-child(4) .domaine-icon {\n            background: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%);\n        }\n\n        \/* Card 5 : Beige *\/\n        .domaine-card:nth-child(5) .domaine-icon {\n            background: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%);\n        }\n\n        .domaine-card:hover .domaine-icon {\n            transform: scale(1.05);\n        }\n\n        .domaine-icon svg {\n            width: 32px;\n            height: 32px;\n            transition: stroke 0.4s ease;\n        }\n\n        \/* Ic\u00f4ne blanche pour bleu et vert *\/\n        .domaine-card:nth-child(1) .domaine-icon svg,\n        .domaine-card:nth-child(3) .domaine-icon svg {\n            stroke: #FFFFFF;\n        }\n\n        \/* Ic\u00f4ne marron pour beige *\/\n        .domaine-card:nth-child(2) .domaine-icon svg,\n        .domaine-card:nth-child(4) .domaine-icon svg,\n        .domaine-card:nth-child(5) .domaine-icon svg {\n            stroke: #2C2C2C;\n        }\n\n        \/* Content *\/\n        .domaine-title {\n            font-size: 1.375rem;\n            font-weight: 600;\n            color: #2C2C2C;\n            margin-bottom: 16px;\n            letter-spacing: -0.01em;\n        }\n\n        .domaine-description {\n            font-size: 0.9375rem;\n            color: #5A5A5A;\n            line-height: 1.7;\n        }\n\n        \/* Bottom Text *\/\n        .bottom-text {\n            margin: 60px 0 0;\n            padding: 40px;\n            background: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%);\n            border-radius: 8px;\n            opacity: 0;\n            animation: fadeIn 0.8s ease 0.6s forwards;\n        }\n\n        .bottom-text p {\n            font-size: 1rem;\n            color: #FFFFFF;\n            line-height: 1.7;\n            text-align: center;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .domaines-row-1,\n            .domaines-row-2 {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 32px;\n            }\n\n            .domaines-row-1 {\n                margin-bottom: 32px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .domaines-section {\n                padding: 60px 0;\n            }\n\n            .title-wrapper {\n                margin-bottom: 50px;\n            }\n\n            .title-wrapper h2 {\n                font-size: 1.75rem;\n            }\n\n            .domaines-row-1,\n            .domaines-row-2 {\n                grid-template-columns: 1fr;\n                gap: 24px;\n            }\n\n            .domaines-row-1 {\n                margin-bottom: 24px;\n            }\n\n            .domaine-card {\n                padding: 32px 28px;\n            }\n\n            .domaine-title {\n                font-size: 1.25rem;\n            }\n\n            .bottom-text {\n                margin-top: 40px;\n                padding: 28px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"domaines-section\">\n        <div class=\"container\">\n            \n            <div class=\"title-wrapper\">\n                <h2>Les 5 domaines de la <span class=\"title-accent\">p\u00e9dagogie Montessori<\/span> en maternelle<\/h2>\n                <p class=\"subtitle\">Chaque demi-journ\u00e9e, les enfants choisissent librement leurs activit\u00e9s parmi les 5 grands domaines de la p\u00e9dagogie Montessori auxquelles nous avons ajout\u00e9es des activit\u00e9s inspir\u00e9es de l'approche Reggio.<\/p>\n            <\/div>\n\n            <div class=\"domaines-wrapper\">\n                \n                <!-- Ligne 1 : 2 cards -->\n                <div class=\"domaines-row-1\">\n                    \n                    <!-- Domaine 1 : Vie pratique -->\n                    <div class=\"domaine-card\">\n                        <div class=\"domaine-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <path d=\"M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z\"><\/path>\n                            <\/svg>\n                        <\/div>\n                        <h3 class=\"domaine-title\">Vie pratique<\/h3>\n                        <p class=\"domaine-description\">Exercices pour d\u00e9velopper l'autonomie, la concentration, la motricit\u00e9 fine qui vont pr\u00e9parer au geste d'\u00e9criture.<\/p>\n                    <\/div>\n\n                    <!-- Domaine 2 : Vie sensorielle -->\n                    <div class=\"domaine-card\">\n                        <div class=\"domaine-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                                <circle cx=\"12\" cy=\"12\" r=\"6\"><\/circle>\n                                <circle cx=\"12\" cy=\"12\" r=\"2\"><\/circle>\n                            <\/svg>\n                        <\/div>\n                        <h3 class=\"domaine-title\">Vie sensorielle<\/h3>\n                        <p class=\"domaine-description\">Le mat\u00e9riel p\u00e9dagogique permet l'affinement des 5 sens qui vont les aider \u00e0 mieux percevoir le monde.<\/p>\n                    <\/div>\n\n                <\/div>\n\n                <!-- Ligne 2 : 3 cards -->\n                <div class=\"domaines-row-2\">\n\n                    <!-- Domaine 3 : Math\u00e9matiques -->\n                    <div class=\"domaine-card\">\n                        <div class=\"domaine-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"><\/line>\n                                <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"><\/line>\n                                <line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"><\/line>\n                            <\/svg>\n                        <\/div>\n                        <h3 class=\"domaine-title\">Math\u00e9matiques<\/h3>\n                        <p class=\"domaine-description\">Le mat\u00e9riel p\u00e9dagogique permet l'apprentissage de la num\u00e9ration jusqu'\u00e0 9 999, des 4 op\u00e9rations ainsi que des d\u00e9buts de la g\u00e9om\u00e9trie.<\/p>\n                    <\/div>\n\n                    <!-- Domaine 4 : Langage -->\n                    <div class=\"domaine-card\">\n                        <div class=\"domaine-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"><\/path>\n                            <\/svg>\n                        <\/div>\n                        <h3 class=\"domaine-title\">Langage<\/h3>\n                        <p class=\"domaine-description\">Activit\u00e9s pour enrichir le vocabulaire fran\u00e7ais et anglais, apprentissage de la lecture dans les 2 langues, de l'\u00e9criture et l'approche de la grammaire.<\/p>\n                    <\/div>\n\n                    <!-- Domaine 5 : Culture -->\n                    <div class=\"domaine-card\">\n                        <div class=\"domaine-icon\">\n                            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                                <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line>\n                                <path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"><\/path>\n                            <\/svg>\n                        <\/div>\n                        <h3 class=\"domaine-title\">Culture<\/h3>\n                        <p class=\"domaine-description\">\u00c9tude concr\u00e8te des sciences, de la g\u00e9ographie et de notion d'histoire.<\/p>\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n            <div class=\"bottom-text\">\n                <p>Les enfants profitent \u00e9galement d'un mat\u00e9riel cons\u00e9quent pour stimuler la cr\u00e9ativit\u00e9, d'une table de nature afin de suivre les saisons, d'un coin lecture avec biblioth\u00e8que. Ils disposent aussi d'une table sensorielle, des ateliers Reggio, de cours de sports, de musique, d'arts plastiques.<\/p>\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fc7236d e-flex e-con-boxed e-con e-parent\" data-id=\"fc7236d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-291ac24 e-con-full e-flex e-con e-child\" data-id=\"291ac24\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-88a8e3e elementor-widget elementor-widget-image\" data-id=\"88a8e3e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"666\" height=\"1000\" src=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-maternelle-19-1.jpg\" class=\"attachment-large size-large wp-image-417\" alt=\"\" srcset=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-maternelle-19-1.jpg 666w, https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-maternelle-19-1-200x300.jpg 200w\" sizes=\"(max-width: 666px) 100vw, 666px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a0d94c e-con-full e-flex e-con e-child\" data-id=\"5a0d94c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3b4756 elementor-widget elementor-widget-image\" data-id=\"d3b4756\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"666\" height=\"1000\" src=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-maternelle-ObjetsLettres-1.jpg\" class=\"attachment-large size-large wp-image-416\" alt=\"\" srcset=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-maternelle-ObjetsLettres-1.jpg 666w, https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-maternelle-ObjetsLettres-1-200x300.jpg 200w\" sizes=\"(max-width: 666px) 100vw, 666px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-423b595 e-con-full e-flex e-con e-parent\" data-id=\"423b595\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bf21df9 elementor-widget elementor-widget-html\" data-id=\"bf21df9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Section 3 - Ce qui rend notre maternelle unique<\/title>\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=Montserrat:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Montserrat', sans-serif;\n            color: #2C2C2C;\n            background: #FFFFFF;\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        \/* Section Container *\/\n        .unique-section {\n            padding: 100px 0;\n            position: relative;\n            background: #FAFAFA;\n        }\n\n        .unique-section::before,\n        .unique-section::after {\n            content: none !important;\n            display: none !important;\n        }\n\n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 5%;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Title Section *\/\n        .title-wrapper {\n            max-width: 900px;\n            margin: 0 auto 80px auto;\n            text-align: center;\n            opacity: 0;\n            animation: fadeInUp 0.8s ease forwards;\n        }\n\n        @keyframes fadeInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .title-wrapper h2 {\n            font-size: clamp(2rem, 4vw, 3rem);\n            font-weight: 700;\n            color: #2C2C2C;\n            margin-bottom: 20px;\n            letter-spacing: -0.02em;\n            line-height: 1.2;\n        }\n\n        .title-accent {\n            display: inline-block;\n            color: #8B9D83;\n            position: relative;\n        }\n\n        .subtitle {\n            font-size: 1.125rem;\n            color: #2C2C2C;\n            font-weight: 400;\n            line-height: 1.6;\n        }\n\n        \/* Features Grid *\/\n        .features-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 32px;\n        }\n\n        \/* Feature Card *\/\n        .feature-card {\n            background: #FFFFFF;\n            border-radius: 8px;\n            padding: 40px 32px;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            opacity: 0;\n            animation: fadeIn 0.6s ease forwards;\n            border: 1px solid #E8E8E8;\n        }\n\n        .feature-card:nth-child(1) { animation-delay: 0.1s; }\n        .feature-card:nth-child(2) { animation-delay: 0.2s; }\n        .feature-card:nth-child(3) { animation-delay: 0.3s; }\n        .feature-card:nth-child(4) { animation-delay: 0.4s; }\n        .feature-card:nth-child(5) { animation-delay: 0.5s; }\n        .feature-card:nth-child(6) { animation-delay: 0.6s; }\n\n        @keyframes fadeIn {\n            to { opacity: 1; }\n        }\n\n        .feature-card::before {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 100%;\n            height: 0;\n            transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            border-radius: 0 0 8px 8px;\n        }\n\n        \/* Alternance couleurs pour ::before *\/\n        .feature-card:nth-child(1)::before { background: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%); }\n        .feature-card:nth-child(2)::before { background: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%); }\n        .feature-card:nth-child(3)::before { background: linear-gradient(135deg, #8B9D83 0%, #7A8C75 100%); }\n        .feature-card:nth-child(4)::before { background: linear-gradient(135deg, #8B9D83 0%, #7A8C75 100%); }\n        .feature-card:nth-child(5)::before { background: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%); }\n        .feature-card:nth-child(6)::before { background: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%); }\n\n        .feature-card:hover::before {\n            height: 4px;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n        }\n\n        \/* Icon *\/\n        .feature-icon {\n            width: 56px;\n            height: 56px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n            transition: all 0.4s ease;\n        }\n\n        \/* Alternance couleurs ic\u00f4nes *\/\n        .feature-card:nth-child(1) .feature-icon { background: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%); }\n        .feature-card:nth-child(2) .feature-icon { background: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%); }\n        .feature-card:nth-child(3) .feature-icon { background: linear-gradient(135deg, #8B9D83 0%, #7A8C75 100%); }\n        .feature-card:nth-child(4) .feature-icon { background: linear-gradient(135deg, #8B9D83 0%, #7A8C75 100%); }\n        .feature-card:nth-child(5) .feature-icon { background: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%); }\n        .feature-card:nth-child(6) .feature-icon { background: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%); }\n\n        .feature-icon svg {\n            width: 28px;\n            height: 28px;\n            transition: transform 0.4s ease;\n        }\n\n        \/* Ic\u00f4ne blanche pour bleu et vert *\/\n        .feature-card:nth-child(1) .feature-icon svg,\n        .feature-card:nth-child(3) .feature-icon svg,\n        .feature-card:nth-child(4) .feature-icon svg,\n        .feature-card:nth-child(6) .feature-icon svg {\n            stroke: #FFFFFF;\n        }\n\n        \/* Ic\u00f4ne marron pour beige *\/\n        .feature-card:nth-child(2) .feature-icon svg,\n        .feature-card:nth-child(5) .feature-icon svg {\n            stroke: #2C2C2C;\n        }\n\n        .feature-card:hover .feature-icon {\n            transform: scale(1.05);\n        }\n\n        \/* Content *\/\n        .feature-title {\n            font-size: 1.25rem;\n            font-weight: 600;\n            color: #2C2C2C;\n            margin-bottom: 12px;\n            letter-spacing: -0.01em;\n        }\n\n        .feature-description {\n            font-size: 0.9375rem;\n            color: #5A5A5A;\n            line-height: 1.7;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .features-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 28px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .unique-section {\n                padding: 60px 0;\n            }\n\n            .title-wrapper {\n                margin-bottom: 50px;\n            }\n\n            .title-wrapper h2 {\n                font-size: 1.75rem;\n            }\n\n            .features-grid {\n                grid-template-columns: 1fr;\n                gap: 24px;\n            }\n\n            .feature-card {\n                padding: 32px 28px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"unique-section\">\n        <div class=\"container\">\n            \n            <div class=\"title-wrapper\">\n                <h2>Une <span class=\"title-accent\">maternelle Montessori<\/span> \u00e9panouissante<\/h2>\n                <p class=\"subtitle\">Des activit\u00e9s vari\u00e9es qui enrichissent le quotidien de nos \u00e9l\u00e8ves et favorisent leur \u00e9panouissement complet.<\/p>\n            <\/div>\n\n            <div class=\"features-grid\">\n                \n                <!-- Feature 1 : Bilinguisme -->\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"feature-title\">50\/50 Fran\u00e7ais-Anglais<\/h3>\n                    <p class=\"feature-description\">Les enfants apprennent l'anglais en immersion totale 4 demi-journ\u00e9es par semaine d\u00e8s la premi\u00e8re ann\u00e9e de Maternelle.<\/p>\n                <\/div>\n\n                <!-- Feature 2 : Musique et Art -->\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M9 18V5l12-2v13\"><\/path>\n                            <circle cx=\"6\" cy=\"18\" r=\"3\"><\/circle>\n                            <circle cx=\"18\" cy=\"16\" r=\"3\"><\/circle>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"feature-title\">Musique et Art<\/h3>\n                    <p class=\"feature-description\">S\u00e9ances hebdomadaires d'art et de musique. Deux spectacles de chants et\/ou de danse par ann\u00e9e scolaire.<\/p>\n                <\/div>\n\n                <!-- Feature 3 : Forest School -->\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M8 19a4 4 0 0 1-2.24-7.32A3.5 3.5 0 0 1 9 6.03V6a3 3 0 1 1 6 0v.04a3.5 3.5 0 0 1 3.24 5.65A4 4 0 0 1 16 19Z\"\/>\n                            <path d=\"M12 19v3\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"feature-title\">Forest School<\/h3>\n                    <p class=\"feature-description\">S\u00e9ance hebdomadaire d'\u00e9cole dans la for\u00eat selon un programme p\u00e9dagogique pr\u00e9cis.<\/p>\n                <\/div>\n\n                <!-- Feature 4 : Potager p\u00e9dagogique -->\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M11 20A7 7 0 0 1 9.8 6.1C15.5 5 17 4.48 19 2c1 2 2 4.18 2 8 0 5.5-4.78 10-10 10Z\"\/>\n                            <path d=\"M2 21c0-3 1.85-5.36 5.08-6C9.5 14.52 12 13 13 12\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"feature-title\">Potager p\u00e9dagogique<\/h3>\n                    <p class=\"feature-description\">Les \u00e9l\u00e8ves cultivent eux-m\u00eames, comprennent le cycle de la nature et d\u00e9veloppent un esprit \u00e9cologique de protection de la plan\u00e8te.<\/p>\n                <\/div>\n\n                <!-- Feature 5 : Programme interg\u00e9n\u00e9rationnel -->\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"><\/path>\n                            <circle cx=\"9\" cy=\"7\" r=\"4\"><\/circle>\n                            <path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"><\/path>\n                            <path d=\"M16 3.13a4 4 0 0 1 0 7.75\"><\/path>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"feature-title\">Programme interg\u00e9n\u00e9rationnel<\/h3>\n                    <p class=\"feature-description\">S\u00e9ance mensuelle dans une r\u00e9sidence pour personnes \u00e2g\u00e9es avec partage d'activit\u00e9s.<\/p>\n                <\/div>\n\n                <!-- Feature 6 : Sport et motricit\u00e9 -->\n                <div class=\"feature-card\">\n                    <div class=\"feature-icon\">\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"M11.1 7.1a16.55 16.55 0 0 1 10.9 4\"\/>\n                            <path d=\"M12 12a12.6 12.6 0 0 1-8.7 5\"\/>\n                            <path d=\"M16.8 13.6a16.55 16.55 0 0 1-9 7.5\"\/>\n                            <path d=\"M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10\"\/>\n                            <path d=\"M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5\"\/>\n                            <circle cx=\"12\" cy=\"12\" r=\"10\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"feature-title\">Sport et motricit\u00e9<\/h3>\n                    <p class=\"feature-description\">Cours hebdomadaire de sport et motricit\u00e9 chaque semaine d\u00e8s 2 ans.<\/p>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f5b0e52 e-flex e-con-boxed e-con e-child\" data-id=\"f5b0e52\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d939b13 elementor-widget elementor-widget-image\" data-id=\"d939b13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/elementor\/thumbs\/IMG_3380-rjdx15xbhy9o2fxtmn5r2vfrcqkcdgua1h69xmlcwg.webp\" title=\"Ecole internationale Montessori -3-6_Dans la nature 1\" alt=\"Ecole internationale Montessori -3-6_Dans la nature 1\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fd2bcb elementor-widget elementor-widget-image\" data-id=\"2fd2bcb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-maternelle-cuisine2-1.jpg\" title=\"Ecole internationale Montessori &#8211; maternelle- cuisine2 1\" alt=\"Ecole internationale Montessori - maternelle- cuisine2 1\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5dcb50c elementor-widget elementor-widget-html\" data-id=\"5dcb50c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Section 4 - Une journ\u00e9e type - Maternelle<\/title>\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=Montserrat:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n<style>\n* {\nmargin: 0;\npadding: 0;\nbox-sizing: border-box;\n}\n\nbody {\nfont-family: 'Montserrat', sans-serif;\ncolor: #2C2C2C;\nbackground: #FFFFFF;\nline-height: 1.6;\noverflow-x: hidden;\n}\n\n\/* Section Container *\/\n.journee-section {\npadding: 100px 0;\nposition: relative;\nbackground: #FFFFFF;\n}\n\n.journee-section::before,\n.journee-section::after {\ncontent: none !important;\ndisplay: none !important;\n}\n\n.container {\nmax-width: 1400px;\nmargin: 0 auto;\npadding: 0 5%;\nposition: relative;\nz-index: 2;\n}\n\n\/* Title Section *\/\n.title-wrapper {\nmax-width: 900px;\nmargin: 0 auto 80px auto;\ntext-align: center;\nopacity: 0;\nanimation: fadeInUp 0.8s ease forwards;\n}\n\n@keyframes fadeInUp {\nto {\nopacity: 1;\ntransform: translateY(0);\n}\n}\n\n.title-wrapper h2 {\nfont-size: clamp(2rem, 4vw, 3rem);\nfont-weight: 700;\ncolor: #2C2C2C;\nmargin-bottom: 20px;\nletter-spacing: -0.02em;\nline-height: 1.2;\n}\n\n.title-accent {\ndisplay: inline-block;\ncolor: #8B9D83;\nposition: relative;\n}\n\n.subtitle {\nfont-size: 1.125rem;\ncolor: #2C2C2C;\nfont-weight: 400;\nline-height: 1.6;\n}\n\n\/* Timeline Container *\/\n.timeline-container {\nmax-width: 900px;\nmargin: 0 auto;\nposition: relative;\n}\n\n\/* Vertical Line *\/\n.timeline-line {\nposition: absolute;\nleft: 60px;\ntop: 0;\nbottom: 0;\nwidth: 3px;\nbackground: linear-gradient(180deg, #7ACAFF 0%, #8B9D83 50%, #D9C7A8 100%);\n}\n\n\/* Timeline Items *\/\n.timeline-items {\nposition: relative;\nz-index: 2;\n}\n\n.timeline-item {\ndisplay: flex;\ngap: 40px;\nmargin-bottom: 40px;\nopacity: 0;\nanimation: fadeIn 0.6s ease forwards;\n}\n\n.timeline-item:nth-child(1) { animation-delay: 0.1s; }\n.timeline-item:nth-child(2) { animation-delay: 0.2s; }\n.timeline-item:nth-child(3) { animation-delay: 0.3s; }\n.timeline-item:nth-child(4) { animation-delay: 0.4s; }\n.timeline-item:nth-child(5) { animation-delay: 0.5s; }\n.timeline-item:nth-child(6) { animation-delay: 0.6s; }\n.timeline-item:nth-child(7) { animation-delay: 0.7s; }\n.timeline-item:nth-child(8) { animation-delay: 0.8s; }\n.timeline-item:nth-child(9) { animation-delay: 0.9s; }\n\n@keyframes fadeIn {\nto { opacity: 1; }\n}\n\n\/* Time Badge *\/\n.time-badge {\nflex-shrink: 0;\nwidth: 120px;\nheight: 60px;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\nborder-radius: 8px;\nfont-size: 1.125rem;\nfont-weight: 600;\ncolor: #FFFFFF;\nposition: relative;\ntransition: all 0.3s ease;\n}\n\n\/* Alternance couleurs badges *\/\n.timeline-item:nth-child(odd) .time-badge {\nbackground: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%);\n}\n\n.timeline-item:nth-child(even) .time-badge {\nbackground: linear-gradient(135deg, #8B9D83 0%, #7A8C75 100%);\n}\n\n.timeline-item:hover .time-badge {\ntransform: scale(1.05);\n}\n\n\/* Dot on line *\/\n.time-badge::after {\ncontent: '';\nposition: absolute;\nright: -51px;\ntop: 50%;\ntransform: translateY(-50%);\nwidth: 16px;\nheight: 16px;\nbackground: #FFFFFF;\nborder: 3px solid currentColor;\nborder-radius: 50%;\n}\n\n.timeline-item:nth-child(odd) .time-badge::after {\nborder-color: #7ACAFF;\n}\n\n.timeline-item:nth-child(even) .time-badge::after {\nborder-color: #8B9D83;\n}\n\n\/* Content *\/\n.timeline-content {\nflex: 1;\nbackground: #FAFAFA;\npadding: 24px 28px;\nborder-radius: 8px;\nborder-left: 4px solid transparent;\ntransition: all 0.3s ease;\n}\n\n.timeline-item:nth-child(odd) .timeline-content {\nborder-left-color: #7ACAFF;\n}\n\n.timeline-item:nth-child(even) .timeline-content {\nborder-left-color: #8B9D83;\n}\n\n.timeline-item:hover .timeline-content {\nbackground: #FFFFFF;\nbox-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n}\n\n.timeline-title {\nfont-size: 1.125rem;\nfont-weight: 600;\ncolor: #2C2C2C;\nmargin-bottom: 8px;\n}\n\n.timeline-description {\nfont-size: 0.9375rem;\ncolor: #5A5A5A;\nline-height: 1.7;\n}\n\n\/* Language Badge *\/\n.language-badge {\ndisplay: inline-block;\npadding: 4px 12px;\nborder-radius: 4px;\nfont-size: 0.75rem;\nfont-weight: 600;\ntext-transform: uppercase;\nletter-spacing: 0.05em;\nmargin-top: 8px;\n}\n\n.language-badge.french {\nbackground: rgba(122, 202, 255, 0.15);\ncolor: #6BB8E8;\n}\n\n.language-badge.english {\nbackground: rgba(139, 157, 131, 0.15);\ncolor: #7A8C75;\n}\n\n\/* Bottom Note *\/\n.bottom-note {\nmax-width: 900px;\nmargin: 60px auto 0;\npadding: 32px;\nbackground: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%);\nborder-radius: 8px;\ntext-align: center;\nopacity: 0;\nanimation: fadeIn 0.8s ease 1s forwards;\n}\n\n.bottom-note p {\nfont-size: 1.5rem;\ncolor: #FFFFFF;\nline-height: 1.7;\nfont-weight: 600;\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n.journee-section {\npadding: 60px 0;\n}\n\n.title-wrapper {\nmargin-bottom: 50px;\n}\n\n.title-wrapper h2 {\nfont-size: 1.75rem;\n}\n\n.timeline-line {\nleft: 50px;\n}\n\n.timeline-item {\ngap: 24px;\n}\n\n.time-badge {\nwidth: 100px;\nheight: 56px;\nfont-size: 1rem;\n}\n\n.time-badge::after {\nright: -41px;\n}\n\n.timeline-content {\npadding: 20px 24px;\n}\n\n.bottom-note {\nmargin-top: 40px;\npadding: 28px;\n}\n}\n<\/style>\n<\/head>\n<body>\n<section class=\"journee-section\">\n<div class=\"container\">\n<div class=\"title-wrapper\">\n<h2>Une journ\u00e9e \u00e0 la <span class=\"title-accent\">maternelle Montessori<\/span><\/h2>\n<p class=\"subtitle\">Avec la moiti\u00e9 de la journ\u00e9e en fran\u00e7ais et l'autre en anglais, chaque moment est pens\u00e9 pour favoriser l'apprentissage et l'\u00e9panouissement.<\/p>\n<\/div>\n\n<div class=\"timeline-container\">\n<div class=\"timeline-line\"><\/div>\n<div class=\"timeline-items\">\n\n<!-- 8h45 -->\n<div class=\"timeline-item\">\n<div class=\"time-badge\">8 h 45<\/div>\n<div class=\"timeline-content\">\n<h3 class=\"timeline-title\">Regroupement en cercle<\/h3>\n<p class=\"timeline-description\">Regroupement de tous les enfants en cercle : la date, la m\u00e9t\u00e9o, les nouvelles, une le\u00e7on sur un th\u00e8me.<\/p>\n<span class=\"language-badge french\">Fran\u00e7ais<\/span>\n<\/div>\n<\/div>\n\n<!-- 9h30 -->\n<div class=\"timeline-item\">\n<div class=\"time-badge\">9 h 30<\/div>\n<div class=\"timeline-content\">\n<h3 class=\"timeline-title\">Travail individuel<\/h3>\n<p class=\"timeline-description\">Les enfants choisissent librement leurs activit\u00e9s parmi le mat\u00e9riel Montessori des 5 domaines. Pr\u00e9sentations individuelles des mat\u00e9riels adapt\u00e9s \u00e0 l'enfant par les \u00e9ducatrices en fran\u00e7ais (pour la demi-journ\u00e9e en fran\u00e7ais et en anglais pour la demi-journ\u00e9e en anglais).<\/p>\n<span class=\"language-badge french\">Fran\u00e7ais<\/span>\n<\/div>\n<\/div>\n\n<!-- 11h30 -->\n<div class=\"timeline-item\">\n<div class=\"time-badge\">11 h 30<\/div>\n<div class=\"timeline-content\">\n<h3 class=\"timeline-title\">Regroupement et r\u00e9cr\u00e9ation<\/h3>\n<p class=\"timeline-description\">Regroupement en cercle des enfants suivi d'un temps de r\u00e9cr\u00e9ation en ext\u00e9rieur.<\/p>\n<span class=\"language-badge french\">Fran\u00e7ais<\/span>\n<\/div>\n<\/div>\n\n<!-- 12h00 -->\n<div class=\"timeline-item\">\n<div class=\"time-badge\">12 h 00<\/div>\n<div class=\"timeline-content\">\n<h3 class=\"timeline-title\">D\u00e9jeuner<\/h3>\n<p class=\"timeline-description\">D\u00e9jeuner sous forme de lunch-box, puis sieste pour ceux qui en ont besoin.<\/p>\n<\/div>\n<\/div>\n\n<!-- 13h30 -->\n<div class=\"timeline-item\">\n<div class=\"time-badge\">13 h 30<\/div>\n<div class=\"timeline-content\">\n<h3 class=\"timeline-title\">Cercle apr\u00e8s-midi<\/h3>\n<p class=\"timeline-description\">Cercle avec ceux qui ne font pas la sieste.<\/p>\n<span class=\"language-badge english\">Anglais<\/span>\n<\/div>\n<\/div>\n\n<!-- 14h00 -->\n<div class=\"timeline-item\">\n<div class=\"time-badge\">14 h 00<\/div>\n<div class=\"timeline-content\">\n<h3 class=\"timeline-title\">Travail individuel<\/h3>\n<p class=\"timeline-description\">Travail individuel avec le mat\u00e9riel Montessori en immersion anglophone. Pr\u00e9sentations individuelles des mat\u00e9riels adapt\u00e9s \u00e0 l'enfant par les \u00e9ducatrices en anglais.<\/p>\n<span class=\"language-badge english\">Anglais<\/span>\n<\/div>\n<\/div>\n\n<!-- 16h15 -->\n<div class=\"timeline-item\">\n<div class=\"time-badge\">16 h 15<\/div>\n<div class=\"timeline-content\">\n<h3 class=\"timeline-title\">Regroupement en cercle<\/h3>\n<p class=\"timeline-description\">Regroupement en cercle des enfants : chansons, comptines, histoires.<\/p>\n<span class=\"language-badge english\">Anglais<\/span>\n<\/div>\n<\/div>\n\n<!-- 16h30 -->\n<div class=\"timeline-item\">\n<div class=\"time-badge\">16 h 30<\/div>\n<div class=\"timeline-content\">\n<h3 class=\"timeline-title\">Fin de la journ\u00e9e<\/h3>\n<p class=\"timeline-description\">Les enfants sont accueillis de 8 h 45 \u00e0 16 h 30.<\/p>\n<\/div>\n<\/div>\n\n<!-- Garderie -->\n<div class=\"timeline-item\">\n<div class=\"time-badge\">Garderie<\/div>\n<div class=\"timeline-content\">\n<h3 class=\"timeline-title\">Garderie<\/h3>\n<p class=\"timeline-description\">Garderie de 7 h 50 le matin \u00e0 18 h 30 en fin de journ\u00e9e.<\/p>\n<\/div>\n<\/div>\n\n<\/div>\n<\/div>\n\n<div class=\"bottom-note\">\n<p>4 demi-journ\u00e9es en fran\u00e7ais, 4 demi-journ\u00e9es en anglais,<br>un bilinguisme authentique en immersion totale.<\/p>\n<\/div>\n\n<\/div>\n<\/section>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d1a069d e-flex e-con-boxed e-con e-parent\" data-id=\"d1a069d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-752f4b6 elementor-widget elementor-widget-image\" data-id=\"752f4b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1500\" height=\"1000\" src=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-maternelle-13.jpg\" class=\"attachment-full size-full wp-image-381\" alt=\"\" srcset=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-maternelle-13.jpg 1500w, https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-maternelle-13-300x200.jpg 300w, https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-maternelle-13-1024x683.jpg 1024w, https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-maternelle-13-768x512.jpg 768w\" sizes=\"(max-width: 1500px) 100vw, 1500px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7279900 elementor-widget elementor-widget-html\" data-id=\"7279900\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Section 5 - Objectifs & R\u00e9sultats - Maternelle<\/title>\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=Montserrat:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Montserrat', sans-serif;\n            color: #2C2C2C;\n            background: #FFFFFF;\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        \/* Section Container *\/\n        .objectifs-section {\n            padding: 100px 0;\n            position: relative;\n            background: #FAFAFA;\n        }\n\n        .objectifs-section::before,\n        .objectifs-section::after {\n            content: none !important;\n            display: none !important;\n        }\n\n        .container {\n            max-width: 1400px;\n            margin: 0 auto;\n            padding: 0 5%;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Title Section *\/\n        .title-wrapper {\n            max-width: 900px;\n            margin: 0 auto 80px auto;\n            text-align: center;\n            opacity: 0;\n            animation: fadeInUp 0.8s ease forwards;\n        }\n\n        @keyframes fadeInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .title-wrapper h2 {\n            font-size: clamp(2rem, 4vw, 3rem);\n            font-weight: 700;\n            color: #2C2C2C;\n            margin-bottom: 20px;\n            letter-spacing: -0.02em;\n            line-height: 1.2;\n        }\n\n        .title-accent {\n            display: inline-block;\n            color: #8B9D83;\n            position: relative;\n        }\n\n        .subtitle {\n            font-size: 1.125rem;\n            color: #2C2C2C;\n            font-weight: 400;\n            line-height: 1.6;\n        }\n\n        \/* Content Grid *\/\n        .content-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            margin-bottom: 60px;\n        }\n\n        \/* Objectifs Column *\/\n        .objectifs-column {\n            opacity: 0;\n            animation: fadeIn 0.8s ease 0.2s forwards;\n        }\n\n        @keyframes fadeIn {\n            to { opacity: 1; }\n        }\n\n        .column-title {\n            font-size: 1.75rem;\n            font-weight: 700;\n            color: #2C2C2C;\n            margin-bottom: 32px;\n            position: relative;\n            padding-bottom: 16px;\n        }\n\n        .column-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 60px;\n            height: 4px;\n            background: linear-gradient(90deg, #7ACAFF 0%, #8B9D83 100%);\n            border-radius: 2px;\n        }\n\n        \/* Objectifs List *\/\n        .objectifs-list {\n            list-style: none;\n        }\n\n        .objectif-item {\n            display: flex;\n            gap: 16px;\n            margin-bottom: 24px;\n            align-items: flex-start;\n        }\n\n        .objectif-icon {\n            flex-shrink: 0;\n            width: 32px;\n            height: 32px;\n            background: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%);\n            border-radius: 6px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .objectif-icon svg {\n            width: 18px;\n            height: 18px;\n            stroke: #FFFFFF;\n        }\n\n        .objectif-text {\n            flex: 1;\n            font-size: 1rem;\n            color: #2C2C2C;\n            line-height: 1.7;\n            padding-top: 4px;\n        }\n\n        \/* Resultats Column *\/\n        .resultats-column {\n            opacity: 0;\n            animation: fadeIn 0.8s ease 0.4s forwards;\n        }\n\n        \/* Titre de la colonne r\u00e9sultats *\/\n        .resultats-column-title {\n            font-size: 1.75rem;\n            font-weight: 700;\n            color: #2C2C2C;\n            margin-bottom: 32px;\n            position: relative;\n            padding-bottom: 16px;\n        }\n\n        .resultats-column-title::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 0;\n            width: 60px;\n            height: 4px;\n            background: linear-gradient(90deg, #8B9D83 0%, #7A8C75 100%);\n            border-radius: 2px;\n        }\n\n        \/* Grille 2x2 des r\u00e9sultats concrets *\/\n        .resultats-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 24px;\n        }\n\n        .resultat-item {\n            background: #FFFFFF;\n            padding: 28px 24px;\n            border-radius: 8px;\n            border: 1px solid #E8E8E8;\n            transition: all 0.3s ease;\n            text-align: center;\n        }\n\n        .resultat-item:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);\n            border-color: #8B9D83;\n        }\n\n        .resultat-item-icon {\n            width: 56px;\n            height: 56px;\n            margin: 0 auto 16px;\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        \/* Couleurs altern\u00e9es *\/\n        .resultat-item:nth-child(1) .resultat-item-icon {\n            background: rgba(122, 202, 255, 0.15);\n        }\n        .resultat-item:nth-child(2) .resultat-item-icon {\n            background: rgba(139, 157, 131, 0.15);\n        }\n        .resultat-item:nth-child(3) .resultat-item-icon {\n            background: rgba(217, 199, 168, 0.2);\n        }\n        .resultat-item:nth-child(4) .resultat-item-icon {\n            background: rgba(122, 202, 255, 0.15);\n        }\n\n        .resultat-item-icon svg {\n            width: 28px;\n            height: 28px;\n        }\n\n        .resultat-item:nth-child(1) svg { stroke: #7ACAFF; }\n        .resultat-item:nth-child(2) svg { stroke: #8B9D83; }\n        .resultat-item:nth-child(3) svg { stroke: #D9C7A8; }\n        .resultat-item:nth-child(4) svg { stroke: #7ACAFF; }\n\n        .resultat-item-title {\n            font-size: 1.125rem;\n            font-weight: 700;\n            color: #2C2C2C;\n            margin-bottom: 8px;\n            line-height: 1.3;\n        }\n\n        .resultat-item-text {\n            font-size: 0.9375rem;\n            color: #5A5A5A;\n            line-height: 1.6;\n        }\n\n        \/* Bottom Stats *\/\n        .bottom-stats {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 32px;\n            opacity: 0;\n            animation: fadeIn 0.8s ease 0.6s forwards;\n        }\n\n        .stat-card {\n            background: #FFFFFF;\n            padding: 32px 28px;\n            border-radius: 8px;\n            text-align: center;\n            border: 1px solid #E8E8E8;\n            transition: all 0.3s ease;\n        }\n\n        .stat-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n            border-color: #8B9D83;\n        }\n\n        .stat-number {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: #8B9D83;\n            line-height: 1;\n            margin-bottom: 12px;\n        }\n\n        .stat-label {\n            font-size: 0.9375rem;\n            color: #2C2C2C;\n            font-weight: 500;\n            line-height: 1.5;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .content-grid {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n\n            .resultats-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .bottom-stats {\n                grid-template-columns: 1fr;\n                gap: 24px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .objectifs-section {\n                padding: 60px 0;\n            }\n\n            .title-wrapper {\n                margin-bottom: 50px;\n            }\n\n            .title-wrapper h2 {\n                font-size: 1.75rem;\n            }\n\n            .content-grid {\n                margin-bottom: 40px;\n            }\n\n            .column-title,\n            .resultats-column-title {\n                font-size: 1.5rem;\n            }\n\n            .resultats-grid {\n                gap: 16px;\n            }\n\n            .resultat-item {\n                padding: 24px 20px;\n            }\n\n            .stat-number {\n                font-size: 2rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"objectifs-section\">\n        <div class=\"container\">\n            \n            <div class=\"title-wrapper\">\n                <h2>Ce que votre enfant <span class=\"title-accent\">d\u00e9veloppe en maternelle<\/span><\/h2>\n                <p class=\"subtitle\">Des objectifs p\u00e9dagogiques pr\u00e9cis pour un d\u00e9veloppement harmonieux et complet de chaque enfant.<\/p>\n            <\/div>\n\n            <div class=\"content-grid\">\n                \n                <div class=\"objectifs-column\">\n                    <h3 class=\"column-title\">Nos objectifs<\/h3>\n                    <ul class=\"objectifs-list\">\n                        <li class=\"objectif-item\">\n                            <div class=\"objectif-icon\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"objectif-text\">L'acquisition de l'autonomie et de la confiance en soi<\/div>\n                        <\/li>\n                        <li class=\"objectif-item\">\n                            <div class=\"objectif-icon\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"objectif-text\">La concentration<\/div>\n                        <\/li>\n                        <li class=\"objectif-item\">\n                            <div class=\"objectif-icon\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"objectif-text\">Le d\u00e9veloppement des sens et de la motricit\u00e9 fine<\/div>\n                        <\/li>\n                        <li class=\"objectif-item\">\n                            <div class=\"objectif-icon\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"objectif-text\">Le bonheur d'apprendre<\/div>\n                        <\/li>\n                        <li class=\"objectif-item\">\n                            <div class=\"objectif-icon\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"objectif-text\">La confiance en l'adulte<\/div>\n                        <\/li>\n                        <li class=\"objectif-item\">\n                            <div class=\"objectif-icon\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"objectif-text\">La connaissance du monde<\/div>\n                        <\/li>\n                        <li class=\"objectif-item\">\n                            <div class=\"objectif-icon\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"objectif-text\">L'apprentissage de la lecture et des math\u00e9matiques<\/div>\n                        <\/li>\n                        <li class=\"objectif-item\">\n                            <div class=\"objectif-icon\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"objectif-text\">L'acquisition d'une deuxi\u00e8me langue (anglais) sous forme de 4 demi-journ\u00e9es en immersion<\/div>\n                        <\/li>\n                        <li class=\"objectif-item\">\n                            <div class=\"objectif-icon\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <polyline points=\"20 6 9 17 4 12\"><\/polyline>\n                                <\/svg>\n                            <\/div>\n                            <div class=\"objectif-text\">D\u00e9veloppement de la cr\u00e9ativit\u00e9, de l'adaptabilit\u00e9 et de la tol\u00e9rance pour former des citoyens du monde ouverts et \u00e9panouis.<\/div>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n\n                <div class=\"resultats-column\">\n                    <h3 class=\"resultats-column-title\">\u00c0 la fin de la maternelle<\/h3>\n                    \n                    <!-- Grille 2x2 des comp\u00e9tences cl\u00e9s -->\n                    <div class=\"resultats-grid\">\n                        \n                        <div class=\"resultat-item\">\n                            <div class=\"resultat-item-icon\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <path d=\"M4 19.5A2.5 2.5 0 0 1 6.5 17H20\"><\/path>\n                                    <path d=\"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z\"><\/path>\n                                <\/svg>\n                            <\/div>\n                            <h4 class=\"resultat-item-title\">Lecture<\/h4>\n                            <p class=\"resultat-item-text\">Savent lire<\/p>\n                        <\/div>\n\n                        <div class=\"resultat-item\">\n                            <div class=\"resultat-item-icon\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"><\/line>\n                                    <line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"><\/line>\n                                    <line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"><\/line>\n                                <\/svg>\n                            <\/div>\n                            <h4 class=\"resultat-item-title\">Num\u00e9ration<\/h4>\n                            <p class=\"resultat-item-text\">Comptent jusqu'\u00e0 9 999<\/p>\n                        <\/div>\n\n                        <div class=\"resultat-item\">\n                            <div class=\"resultat-item-icon\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <path d=\"M12 2L2 7l10 5 10-5-10-5z\"><\/path>\n                                    <path d=\"M2 17l10 5 10-5\"><\/path>\n                                    <path d=\"M2 12l10 5 10-5\"><\/path>\n                                <\/svg>\n                            <\/div>\n                            <h4 class=\"resultat-item-title\">4 op\u00e9rations<\/h4>\n                            <p class=\"resultat-item-text\">Avec le mat\u00e9riel<\/p>\n                        <\/div>\n\n                        <div class=\"resultat-item\">\n                            <div class=\"resultat-item-icon\">\n                                <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                    <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                                    <path d=\"M8 14s1.5 2 4 2 4-2 4-2\"><\/path>\n                                    <line x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"><\/line>\n                                    <line x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"><\/line>\n                                <\/svg>\n                            <\/div>\n                            <h4 class=\"resultat-item-title\">\u00c9panouissement<\/h4>\n                            <p class=\"resultat-item-text\">Joie d'apprendre<\/p>\n                        <\/div>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/div>\n\n            <div class=\"bottom-stats\">\n                \n                <div class=\"stat-card\">\n                    <div class=\"stat-number\">8h45<\/div>\n                    <div class=\"stat-label\">Horaires<br>8h45 - 16h30<\/div>\n                <\/div>\n\n                <div class=\"stat-card\">\n                    <div class=\"stat-number\">D\u00e8s 2 ans<\/div>\n                    <div class=\"stat-label\">Ambiance 2-6 ans<br>de maternelle<\/div>\n                <\/div>\n\n                <div class=\"stat-card\">\n                    <div class=\"stat-number\">50\/50<\/div>\n                    <div class=\"stat-label\">Fran\u00e7ais-Anglais<br>en immersion<\/div>\n                <\/div>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-294e932 elementor-widget elementor-widget-html\" data-id=\"294e932\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>FAQ Maternelle - Athena Montessori Bailly<\/title>\n<style>\n* {\nmargin: 0;\npadding: 0;\nbox-sizing: border-box;\n}\n\n\/* Variables *\/\n:root {\n--color-beige: #D9C7A8;\n--color-green: #8B9D83;\n--color-blue: #7ACAFF;\n--color-brown: #2C2C2C;\n--color-white: #FFFFFF;\n--color-grey-light: #F8F6F3;\n--spacing-xs: 0.5rem;\n--spacing-sm: 1rem;\n--spacing-md: 2rem;\n--spacing-lg: 3rem;\n--spacing-xl: 4rem;\n}\n\nbody {\nfont-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\nline-height: 1.6;\ncolor: var(--color-brown);\n}\n\n\/* FAQ Section - Compact version for page-specific FAQ *\/\n.faq-section-compact {\nbackground: var(--color-grey-light);\npadding: var(--spacing-lg) var(--spacing-md);\nwidth: 100vw;\nmargin-left: calc(-50vw + 50%);\nposition: relative;\n}\n\n.faq-container-compact {\nmax-width: 1000px;\nmargin: 0 auto;\n}\n\n.faq-header-compact {\ntext-align: center;\nmargin-bottom: var(--spacing-lg);\n}\n\n.faq-header-compact h2 {\nfont-size: 2rem;\ncolor: var(--color-brown);\nmargin-bottom: var(--spacing-sm);\nfont-weight: 600;\n}\n\n.faq-header-compact p {\nfont-size: 1rem;\ncolor: var(--color-green);\nmax-width: 600px;\nmargin: 0 auto;\n}\n\n\/* FAQ Items *\/\n.faq-grid-compact {\ndisplay: grid;\ngap: var(--spacing-sm);\n}\n\n.faq-item {\nbackground: var(--color-white);\nborder-radius: 12px;\noverflow: hidden;\nbox-shadow: 0 2px 8px rgba(44, 44, 44, 0.08);\ntransition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.faq-item:hover {\nbox-shadow: 0 4px 16px rgba(44, 44, 44, 0.12);\n}\n\n.faq-question {\npadding: 1.25rem 1.5rem;\ncursor: pointer;\ndisplay: flex;\njustify-content: space-between;\nalign-items: center;\ngap: var(--spacing-sm);\ntransition: all 0.3s ease;\n}\n\n.faq-question:hover {\nbackground: rgba(217, 199, 168, 0.1);\n}\n\n.faq-question h3 {\nfont-size: 1.1rem;\nfont-weight: 600;\ncolor: var(--color-brown);\nflex: 1;\n}\n\n.faq-icon {\nwidth: 28px;\nheight: 28px;\nbackground: var(--color-beige);\nborder-radius: 50%;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\nflex-shrink: 0;\ntransition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.faq-icon::after {\ncontent: '+';\nfont-size: 1.4rem;\ncolor: var(--color-brown);\nfont-weight: 300;\ntransition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.faq-item.active .faq-icon {\nbackground: var(--color-green);\ntransform: rotate(45deg);\n}\n\n.faq-item.active .faq-icon::after {\ncolor: var(--color-white);\n}\n\n.faq-answer {\nmax-height: 0;\noverflow: hidden;\ntransition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);\npadding: 0 1.5rem;\n}\n\n.faq-item.active .faq-answer {\nmax-height: 800px;\npadding: 0 1.5rem 1.25rem 1.5rem;\n}\n\n.faq-answer-content {\ncolor: var(--color-brown);\nfont-size: 0.95rem;\nline-height: 1.7;\n}\n\n.faq-answer-content p {\nmargin-bottom: 0.75rem;\n}\n\n.faq-answer-content p:last-child {\nmargin-bottom: 0;\n}\n\n.faq-answer-content strong {\ncolor: var(--color-green);\nfont-weight: 600;\n}\n\n\/* CTA Footer *\/\n.faq-cta-compact {\ntext-align: center;\nmargin-top: var(--spacing-lg);\npadding: var(--spacing-md);\nbackground: var(--color-white);\nborder-radius: 12px;\nbox-shadow: 0 2px 8px rgba(44, 44, 44, 0.06);\n}\n\n.faq-cta-compact p {\nfont-size: 1rem;\ncolor: var(--color-brown);\nmargin-bottom: var(--spacing-sm);\n}\n\n.faq-cta-compact a {\ncolor: var(--color-green);\nfont-weight: 600;\ntext-decoration: none;\ntransition: color 0.3s ease;\n}\n\n.faq-cta-compact a:hover {\ncolor: var(--color-blue);\ntext-decoration: underline;\n}\n\n\/* Responsive *\/\n@media (max-width: 768px) {\n.faq-section-compact {\npadding: var(--spacing-md) var(--spacing-sm);\n}\n\n.faq-header-compact h2 {\nfont-size: 1.75rem;\n}\n\n.faq-question h3 {\nfont-size: 1rem;\n}\n}\n\n@media (max-width: 480px) {\n.faq-header-compact h2 {\nfont-size: 1.5rem;\n}\n\n.faq-question {\npadding: 1rem;\n}\n\n.faq-icon {\nwidth: 26px;\nheight: 26px;\n}\n}\n<\/style>\n<\/head>\n\n<body>\n\n<section class=\"faq-section-compact\">\n<div class=\"faq-container-compact\">\n\n<!-- Header -->\n<div class=\"faq-header-compact\">\n<h2>Questions fr\u00e9quentes sur la maternelle<\/h2>\n<p>Les r\u00e9ponses aux questions sp\u00e9cifiques que se posent les parents pour la maternelle Montessori<\/p>\n<\/div>\n\n<!-- FAQ Items -->\n<div class=\"faq-grid-compact\">\n\n<!-- Question 1 : Transition \u00e9cole traditionnelle -->\n<div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<div class=\"faq-question\">\n<h3 itemprop=\"name\">Mon enfant vient d'une cr\u00e8che ou \u00e9cole traditionnelle, peut-il s'adapter facilement \u00e0 la maternelle Montessori ?<\/h3>\n<div class=\"faq-icon\"><\/div>\n<\/div>\n<div class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n<div class=\"faq-answer-content\" itemprop=\"text\">\n<p>Absolument. Les jeunes enfants s'adaptent naturellement et rapidement \u00e0 la p\u00e9dagogie Montessori. Nos \u00e9ducatrices accompagnent chaque enfant individuellement lors de la p\u00e9riode d'adaptation, qui dure g\u00e9n\u00e9ralement quelques semaines. La libert\u00e9 de choix des activit\u00e9s et le rythme respect\u00e9 facilitent grandement cette transition.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n<!-- Question 2 : Sieste -->\n<div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<div class=\"faq-question\">\n<h3 itemprop=\"name\">Comment se passe la sieste pour les enfants qui en ont encore besoin ?<\/h3>\n<div class=\"faq-icon\"><\/div>\n<\/div>\n<div class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n<div class=\"faq-answer-content\" itemprop=\"text\">\n<p>Nous disposons d'une salle de repos d\u00e9di\u00e9e o\u00f9 les enfants peuvent faire la sieste apr\u00e8s le d\u00e9jeuner. Chaque enfant a son propre lit-couchette et nous respectons le rythme de sommeil de chacun. Les enfants qui ne font plus la sieste participent \u00e0 des activit\u00e9s calmes en cercle avec l'\u00e9ducatrice anglophone.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n<!-- Question 3 : Propret\u00e9 -->\n<div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<div class=\"faq-question\">\n<h3 itemprop=\"name\">Mon enfant doit-il \u00eatre propre pour entrer en maternelle Montessori \u00e0 2 ans ?<\/h3>\n<div class=\"faq-icon\"><\/div>\n<\/div>\n<div class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n<div class=\"faq-answer-content\" itemprop=\"text\">\n<p>Non, ce n'est pas une obligation. Nous accompagnons les familles dans l'acquisition de la propret\u00e9 selon le rythme de l'enfant. Nos salles de classe disposent de toilettes adapt\u00e9es et nos \u00e9ducatrices sont form\u00e9es pour accompagner cette \u00e9tape en douceur, en respectant la philosophie Montessori d'autonomie progressive.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n<!-- Question 4 : Entr\u00e9e en cours d'ann\u00e9e -->\n<div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<div class=\"faq-question\">\n<h3 itemprop=\"name\">Est-il possible d'inscrire mon enfant en maternelle en cours d'ann\u00e9e scolaire ?<\/h3>\n<div class=\"faq-icon\"><\/div>\n<\/div>\n<div class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n<div class=\"faq-answer-content\" itemprop=\"text\">\n<p>Oui, sous r\u00e9serve de places disponibles. La p\u00e9dagogie Montessori avec ses ambiances multi-\u00e2ges facilite l'int\u00e9gration \u00e0 tout moment de l'ann\u00e9e. Nous organisons une p\u00e9riode d'adaptation personnalis\u00e9e pour que l'enfant trouve ses rep\u00e8res rapidement.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n<!-- Question 5 : Pr\u00e9paration au CP -->\n<div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<div class=\"faq-question\">\n<h3 itemprop=\"name\">Mon enfant saura-t-il lire et compter \u00e0 la fin de la maternelle Montessori pour \u00eatre pr\u00eat pour le CP ?<\/h3>\n<div class=\"faq-icon\"><\/div>\n<\/div>\n<div class=\"faq-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n<div class=\"faq-answer-content\" itemprop=\"text\">\n<p>Oui, et bien au-del\u00e0 des attendus traditionnels. Gr\u00e2ce au mat\u00e9riel Montessori, la majorit\u00e9 des enfants savent lire en fran\u00e7ais et en anglais, compter jusqu'\u00e0 9 999 et ma\u00eetrisent les 4 op\u00e9rations avec le mat\u00e9riel concret avant la fin de la Grande Section. Ils sont ainsi largement pr\u00e9par\u00e9s pour l'\u00e9l\u00e9mentaire, qu'ils continuent chez nous ou ailleurs.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n<\/div>\n\n<!-- CTA Footer -->\n<div class=\"faq-cta-compact\">\n<p>Vous avez d'autres questions sur notre maternelle Montessori bilingue \u00e0 Bailly ?<\/p>\n<p><a href=\"\/faq\/\">Consultez notre FAQ compl\u00e8te<\/a> ou <a href=\"\/contact\/\">contactez-nous directement<\/a><\/p>\n<\/div>\n\n<\/div>\n<\/section>\n\n<script>\n\/\/ FAQ Accordion\ndocument.querySelectorAll('.faq-question').forEach(question => {\nquestion.addEventListener('click', () => {\nconst item = question.parentElement;\nconst isActive = item.classList.contains('active');\n\n\/\/ Close all items\ndocument.querySelectorAll('.faq-item').forEach(i => {\ni.classList.remove('active');\n});\n\n\/\/ Open clicked item if it wasn't active\nif (!isActive) {\nitem.classList.add('active');\n}\n});\n});\n\n\/\/ Schema.org structured data pour SEO\/AEO\nconst faqSchema = {\n\"@context\": \"https:\/\/schema.org\",\n\"@type\": \"FAQPage\",\n\"mainEntity\": [\n{\n\"@type\": \"Question\",\n\"name\": \"Mon enfant vient d'une cr\u00e8che ou \u00e9cole traditionnelle, peut-il s'adapter facilement \u00e0 la maternelle Montessori ?\",\n\"acceptedAnswer\": {\n\"@type\": \"Answer\",\n\"text\": \"Absolument. Les jeunes enfants s'adaptent naturellement et rapidement \u00e0 la p\u00e9dagogie Montessori. Nos \u00e9ducatrices accompagnent chaque enfant individuellement lors de la p\u00e9riode d'adaptation, qui dure g\u00e9n\u00e9ralement quelques semaines. La libert\u00e9 de choix des activit\u00e9s et le rythme respect\u00e9 facilitent grandement cette transition.\"\n}\n},\n{\n\"@type\": \"Question\",\n\"name\": \"Comment se passe la sieste pour les enfants qui en ont encore besoin ?\",\n\"acceptedAnswer\": {\n\"@type\": \"Answer\",\n\"text\": \"Nous disposons d'une salle de repos d\u00e9di\u00e9e o\u00f9 les enfants peuvent faire la sieste apr\u00e8s le d\u00e9jeuner. Chaque enfant a son propre tapis et nous respectons le rythme de sommeil de chacun. Les enfants qui ne font plus la sieste participent \u00e0 des activit\u00e9s calmes en cercle avec l'\u00e9ducatrice anglophone.\"\n}\n},\n{\n\"@type\": \"Question\",\n\"name\": \"Mon enfant doit-il \u00eatre propre pour entrer en maternelle Montessori \u00e0 2 ans ?\",\n\"acceptedAnswer\": {\n\"@type\": \"Answer\",\n\"text\": \"Non, ce n'est pas une obligation. Nous accompagnons les familles dans l'acquisition de la propret\u00e9 selon le rythme de l'enfant. Nos salles de classe disposent de toilettes adapt\u00e9es et nos \u00e9ducatrices sont form\u00e9es pour accompagner cette \u00e9tape en douceur, en respectant la philosophie Montessori d'autonomie progressive.\"\n}\n},\n{\n\"@type\": \"Question\",\n\"name\": \"Est-il possible d'inscrire mon enfant en maternelle en cours d'ann\u00e9e scolaire ?\",\n\"acceptedAnswer\": {\n\"@type\": \"Answer\",\n\"text\": \"Oui, sous r\u00e9serve de places disponibles. La p\u00e9dagogie Montessori avec ses ambiances multi-\u00e2ges facilite l'int\u00e9gration \u00e0 tout moment de l'ann\u00e9e. Nous organisons une p\u00e9riode d'adaptation personnalis\u00e9e pour que l'enfant trouve ses rep\u00e8res rapidement.\"\n}\n},\n{\n\"@type\": \"Question\",\n\"name\": \"Mon enfant saura-t-il lire et compter \u00e0 la fin de la maternelle Montessori pour \u00eatre pr\u00eat pour le CP ?\",\n\"acceptedAnswer\": {\n\"@type\": \"Answer\",\n\"text\": \"Oui, et bien au-del\u00e0 des attendus traditionnels. Gr\u00e2ce au mat\u00e9riel Montessori, la majorit\u00e9 des enfants savent lire en fran\u00e7ais et en anglais, compter jusqu'\u00e0 9 999 et ma\u00eetrisent les 4 op\u00e9rations avec le mat\u00e9riel concret avant la fin de la Grande Section. Ils sont ainsi largement pr\u00e9par\u00e9s pour l'\u00e9l\u00e9mentaire, qu'ils continuent chez nous ou ailleurs.\"\n}\n}\n]\n};\n\n\/\/ Inject schema\nconst script = document.createElement('script');\nscript.type = 'application\/ld+json';\nscript.text = JSON.stringify(faqSchema);\ndocument.head.appendChild(script);\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bad084a e-con-full e-flex e-con e-parent\" data-id=\"bad084a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a648ba1 elementor-widget elementor-widget-html\" data-id=\"a648ba1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Section 6 - CTA Final - Maternelle<\/title>\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=Montserrat:wght@300;400;500;600;700&display=swap\" rel=\"stylesheet\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Montserrat', sans-serif;\n            color: #2C2C2C;\n            background: #FFFFFF;\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        \/* Section Container *\/\n        .cta-final-section {\n            padding: 100px 0;\n            position: relative;\n            background: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%);\n            width: 100vw;\n            margin-left: calc(-50vw + 50%);\n        }\n\n        .cta-final-section::before,\n        .cta-final-section::after {\n            content: none !important;\n            display: none !important;\n        }\n\n        .container {\n            width: 100%;\n            padding: 0 5%;\n            position: relative;\n            z-index: 2;\n        }\n\n        \/* Content Wrapper *\/\n        .cta-content {\n            text-align: center;\n            max-width: 900px;\n            margin: 0 auto;\n            opacity: 0;\n            animation: fadeInUp 0.8s ease forwards;\n        }\n\n        @keyframes fadeInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        .cta-title {\n            font-size: clamp(2.5rem, 5vw, 3.5rem);\n            font-weight: 700;\n            color: #2C2C2C;\n            margin-bottom: 24px;\n            letter-spacing: -0.02em;\n            line-height: 1.1;\n        }\n\n        .cta-subtitle {\n            font-size: 1.25rem;\n            color: #2C2C2C;\n            font-weight: 400;\n            line-height: 1.6;\n            margin-bottom: 48px;\n        }\n\n        \/* CTA Buttons *\/\n        .cta-buttons {\n            display: flex;\n            gap: 24px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        .cta-button {\n            display: inline-flex;\n            align-items: center;\n            gap: 12px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1rem;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            padding: 20px 40px;\n            border-radius: 8px;\n            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            position: relative;\n            overflow: hidden;\n        }\n\n        \/* Primary CTA *\/\n        .cta-button.primary {\n            background: #8B9D83;\n            color: #FFFFFF;\n        }\n\n        .cta-button.primary::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: #7A8C75;\n            transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n            z-index: 0;\n        }\n\n        .cta-button.primary:hover::before {\n            left: 0;\n        }\n\n        .cta-button.primary:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 12px 40px rgba(139, 157, 131, 0.3);\n        }\n\n        .cta-button span,\n        .cta-button svg {\n            position: relative;\n            z-index: 1;\n        }\n\n        .cta-button svg {\n            width: 20px;\n            height: 20px;\n            transition: transform 0.4s ease;\n        }\n\n        .cta-button:hover svg {\n            transform: translateX(6px);\n        }\n\n        \/* Info Text *\/\n        .cta-info {\n            margin-top: 48px;\n            font-size: 1rem;\n            color: #2C2C2C;\n            font-weight: 400;\n        }\n\n        .cta-info a {\n            color: #2C2C2C;\n            text-decoration: underline;\n            font-weight: 600;\n            transition: opacity 0.3s ease;\n        }\n\n        .cta-info a:hover {\n            opacity: 0.7;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 768px) {\n            .cta-final-section {\n                padding: 80px 0;\n            }\n\n            .cta-title {\n                font-size: 2rem;\n            }\n\n            .cta-subtitle {\n                font-size: 1.125rem;\n                margin-bottom: 36px;\n            }\n\n            .cta-buttons {\n                flex-direction: column;\n                gap: 16px;\n            }\n\n            .cta-button {\n                width: 100%;\n                justify-content: center;\n                padding: 18px 32px;\n            }\n\n            .cta-info {\n                margin-top: 36px;\n                font-size: 0.9375rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"cta-final-section\">\n        <div class=\"container\">\n            \n            <div class=\"cta-content\">\n                \n                <h2 class=\"cta-title\">Inscrivez votre enfant en maternelle Montessori<\/h2>\n                \n                <p class=\"cta-subtitle\">Rejoignez notre \u00e9cole et offrez \u00e0 votre enfant un environnement bilingue o\u00f9 il pourra s'\u00e9panouir \u00e0 son rythme.<\/p>\n\n                <div class=\"cta-buttons\">\n\n                    <a href=\"\/contact\/\" class=\"cta-button primary\">\n                        <span>Nous contacter<\/span>\n                        <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n                            <polyline points=\"12 5 19 12 12 19\"><\/polyline>\n                        <\/svg>\n                    <\/a>\n\n                <\/div>\n\n                <p class=\"cta-info\">\n                    Des questions ? Consultez notre <a href=\"\/faq\/\">FAQ<\/a>\n                <\/p>\n\n            <\/div>\n\n        <\/div>\n    <\/section>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Hero Maternelle &#8211; Athena D\u00e8s 2 ans Maternelle Montessori Bilingue \u00e0 Bailly Nos classes de maternelle proposent aux enfants l&rsquo;int\u00e9gralit\u00e9 du mat\u00e9riel cr\u00e9\u00e9 par Maria Montessori dans les cinq domaines de sa p\u00e9dagogie, avec un enseignement bilingue fran\u00e7ais-anglais en immersion. 4 demi-journ\u00e9es en anglais Forest School hebdomadaire Musique et arts plastiques Section 2 &#8211; 5 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-24","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lyceeinternationalmontessori.com\/en\/wp-json\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lyceeinternationalmontessori.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lyceeinternationalmontessori.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lyceeinternationalmontessori.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lyceeinternationalmontessori.com\/en\/wp-json\/wp\/v2\/comments?post=24"}],"version-history":[{"count":119,"href":"https:\/\/lyceeinternationalmontessori.com\/en\/wp-json\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":2085,"href":"https:\/\/lyceeinternationalmontessori.com\/en\/wp-json\/wp\/v2\/pages\/24\/revisions\/2085"}],"wp:attachment":[{"href":"https:\/\/lyceeinternationalmontessori.com\/en\/wp-json\/wp\/v2\/media?parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}