{"id":30,"date":"2026-01-05T16:45:39","date_gmt":"2026-01-05T16:45:39","guid":{"rendered":"https:\/\/lyceeinternationalmontessori.com\/?page_id=30"},"modified":"2026-04-02T18:48:20","modified_gmt":"2026-04-02T18:48:20","slug":"lycee-international-montessori","status":"publish","type":"page","link":"https:\/\/lyceeinternationalmontessori.com\/en\/lycee-international-montessori\/","title":{"rendered":"International Montessori School"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"30\" class=\"elementor elementor-30\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-725d230 e-con-full e-flex e-con e-parent\" data-id=\"725d230\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a52be45 elementor-widget elementor-widget-html\" data-id=\"a52be45\" 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 - Lyc\u00e9e Montessori<\/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            padding: 80px 0;\n            position: relative;\n            \/* Nuance : D\u00e9grad\u00e9 bleu pour le lyc\u00e9e (international, excellence) *\/\n            background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 30%, rgba(122, 202, 255, 0.08) 70%, rgba(122, 202, 255, 0.15) 100%);\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        \/* Hero Grid *\/\n        .hero-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 80px;\n            align-items: center;\n        }\n\n        \/* Content Column *\/\n        .hero-content {\n            opacity: 0;\n            animation: fadeInLeft 0.8s ease forwards;\n        }\n\n        @keyframes fadeInLeft {\n            from {\n                opacity: 0;\n                transform: translateX(-30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        \/* Badge *\/\n        .hero-badge {\n            display: inline-block;\n            padding: 6px 16px;\n            \/* Nuance : D\u00e9grad\u00e9 bleu pour le lyc\u00e9e (excellence internationale) *\/\n            background: linear-gradient(135deg, #5A9CD8 0%, #7ACAFF 100%);\n            color: #FFFFFF;\n            font-size: 0.8125rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.08em;\n            border-radius: 8px;\n            margin-bottom: 24px;\n        }\n\n        \/* Title *\/\n        .hero-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        .title-accent {\n            \/* Nuance : Beige pour coh\u00e9rence avec la charte *\/\n            color: #D9C7A8;\n        }\n\n        \/* Subtitle *\/\n        .hero-subtitle {\n            font-size: 1.125rem;\n            color: #2C2C2C;\n            font-weight: 400;\n            line-height: 1.7;\n            margin-bottom: 40px;\n        }\n\n        \/* Key Points *\/\n        .key-points {\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n        }\n\n        .key-point {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .key-point-icon {\n            flex-shrink: 0;\n            width: 28px;\n            height: 28px;\n            background: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%);\n            border-radius: 6px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .key-point-icon svg {\n            width: 16px;\n            height: 16px;\n            stroke: #FFFFFF;\n        }\n\n        .key-point-text {\n            font-size: 1rem;\n            color: #2C2C2C;\n            font-weight: 500;\n        }\n\n        \/* Image Column *\/\n        .hero-image {\n            position: relative;\n            opacity: 0;\n            animation: fadeInRight 0.8s ease 0.2s forwards;\n        }\n\n        @keyframes fadeInRight {\n            from {\n                opacity: 0;\n                transform: translateX(30px);\n            }\n            to {\n                opacity: 1;\n                transform: translateX(0);\n            }\n        }\n\n        .hero-image img {\n            width: 100%;\n            height: 600px;\n            object-fit: cover;\n            border-radius: 8px;\n            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .hero-grid {\n                grid-template-columns: 1fr;\n                gap: 60px;\n            }\n\n            .hero-image img {\n                height: 400px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .hero-section {\n                padding: 80px 0;\n            }\n\n            .hero-title {\n                font-size: 2rem;\n            }\n\n            .hero-subtitle {\n                font-size: 1rem;\n            }\n\n            .hero-grid {\n                gap: 40px;\n            }\n\n            .hero-image img {\n                height: 300px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"hero-section\">\n        <div class=\"container\">\n\n            <div class=\"hero-grid\">\n\n                <div class=\"hero-content\">\n                    <div class=\"hero-badge\">15-18 ans<\/div>\n\n                    <h1 class=\"hero-title\">Lyc\u00e9e <span class=\"title-accent\">Montessori<\/span>100% de r\u00e9ussite au Bac, aux portes de Paris<\/h1>\n\n                    <p class=\"hero-subtitle\">Ath\u00e9na est le seul lyc\u00e9e Montessori en France pr\u00e9parant au baccalaur\u00e9at g\u00e9n\u00e9ral. Un \u00e9tablissement international et alternatif qui place l'autonomie, l'excellence acad\u00e9mique et l'ouverture sur le monde au c\u0153ur de chaque parcours, pour rejoindre les meilleures universit\u00e9s en France et \u00e0 l'international.<\/p>\n\n                    <div class=\"key-points\">\n                        <div class=\"key-point\">\n                            <div class=\"key-point-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=\"key-point-text\">Baccalaur\u00e9at g\u00e9n\u00e9ral avec 7 sp\u00e9cialit\u00e9s<\/div>\n                        <\/div>\n\n                        <div class=\"key-point\">\n                            <div class=\"key-point-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=\"key-point-text\">100% d'admission premier choix dans l'enseignement sup\u00e9rieur<\/div>\n                        <\/div>\n\n                        <div class=\"key-point\">\n                            <div class=\"key-point-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=\"key-point-text\">Classes de 15 \u00e9l\u00e8ves en moyenne<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"hero-image\">\n                    <img decoding=\"async\" src=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-Lycee4.jpg\" alt=\"Lyc\u00e9ens Montessori au travail\" title=\"\">\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-0806c4a elementor-widget elementor-widget-html\" data-id=\"0806c4a\" 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 - Les 7 Sp\u00e9cialit\u00e9s - Lyc\u00e9e<\/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.specialites-section {\npadding: 100px 0;\nposition: relative;\nbackground: #FFFFFF;\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: #7ACAFF;\nposition: relative;\n}\n\n.subtitle {\nfont-size: 1.125rem;\ncolor: #2C2C2C;\nfont-weight: 400;\nline-height: 1.6;\n}\n\n\/* Specialties Grid - 4 + 3 centered *\/\n.specialites-grid {\ndisplay: flex;\nflex-direction: column;\ngap: 32px;\nmargin-bottom: 60px;\n}\n\n.specialites-row {\ndisplay: flex;\njustify-content: center;\ngap: 32px;\n}\n\n.specialites-row-4 {\ndisplay: grid;\ngrid-template-columns: repeat(4, 1fr);\nmax-width: 1200px;\nmargin: 0 auto;\ngap: 32px;\n}\n\n.specialites-row-3 {\ndisplay: grid;\ngrid-template-columns: repeat(3, 1fr);\nmax-width: 900px;\nmargin: 0 auto;\ngap: 32px;\n}\n\n.specialite-card {\nbackground: #FFFFFF;\npadding: 40px 32px;\nborder-radius: 8px;\nborder: 1px solid #E8E8E8;\ntext-align: center;\ntransition: all 0.3s ease;\nopacity: 0;\nanimation: fadeIn 0.6s ease forwards;\nposition: relative;\noverflow: hidden;\n}\n\n.specialite-card:nth-child(1) { animation-delay: 0.1s; }\n.specialite-card:nth-child(2) { animation-delay: 0.2s; }\n.specialite-card:nth-child(3) { animation-delay: 0.3s; }\n.specialite-card:nth-child(4) { animation-delay: 0.4s; }\n.specialites-row-3 .specialite-card:nth-child(1) { animation-delay: 0.5s; }\n.specialites-row-3 .specialite-card:nth-child(2) { animation-delay: 0.6s; }\n.specialites-row-3 .specialite-card:nth-child(3) { animation-delay: 0.7s; }\n\n@keyframes fadeIn {\nto { opacity: 1; }\n}\n\n\/* Top Bar - Alternating colors *\/\n.specialite-card::before {\ncontent: '';\nposition: absolute;\ntop: 0;\nleft: 0;\nwidth: 100%;\nheight: 0;\ntransition: height 0.3s ease;\n}\n\n.specialite-card:hover::before {\nheight: 4px;\n}\n\n.specialites-row-4 .specialite-card:nth-child(1)::before { background: linear-gradient(90deg, #7ACAFF 0%, #6BB8E8 100%); }\n.specialites-row-4 .specialite-card:nth-child(2)::before { background: linear-gradient(90deg, #8B9D83 0%, #7A8C75 100%); }\n.specialites-row-4 .specialite-card:nth-child(3)::before { background: linear-gradient(90deg, #D9C7A8 0%, #CDB896 100%); }\n.specialites-row-4 .specialite-card:nth-child(4)::before { background: linear-gradient(90deg, #7ACAFF 0%, #6BB8E8 100%); }\n.specialites-row-3 .specialite-card:nth-child(1)::before { background: linear-gradient(90deg, #8B9D83 0%, #7A8C75 100%); }\n.specialites-row-3 .specialite-card:nth-child(2)::before { background: linear-gradient(90deg, #D9C7A8 0%, #CDB896 100%); }\n.specialites-row-3 .specialite-card:nth-child(3)::before { background: linear-gradient(90deg, #8B9D83 0%, #7A8C75 100%); }\n\n.specialite-card:hover {\ntransform: translateY(-4px);\nbox-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n}\n\n\/* Icon *\/\n.specialite-icon {\nwidth: 64px;\nheight: 64px;\nborder-radius: 12px;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\nmargin: 0 auto 24px;\n}\n\n\/* Alternating icon backgrounds *\/\n.specialites-row-4 .specialite-card:nth-child(1) .specialite-icon { background: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%); }\n.specialites-row-4 .specialite-card:nth-child(2) .specialite-icon { background: linear-gradient(135deg, #8B9D83 0%, #7A8C75 100%); }\n.specialites-row-4 .specialite-card:nth-child(3) .specialite-icon { background: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%); }\n.specialites-row-4 .specialite-card:nth-child(4) .specialite-icon { background: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%); }\n.specialites-row-3 .specialite-card:nth-child(1) .specialite-icon { background: linear-gradient(135deg, #8B9D83 0%, #7A8C75 100%); }\n.specialites-row-3 .specialite-card:nth-child(2) .specialite-icon { background: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%); }\n.specialites-row-3 .specialite-card:nth-child(3) .specialite-icon { background: linear-gradient(135deg, #8B9D83 0%, #7A8C75 100%); }\n\n.specialite-icon svg {\nwidth: 32px;\nheight: 32px;\n}\n\n\/* Icon strokes *\/\n.specialites-row-4 .specialite-card:nth-child(1) .specialite-icon svg,\n.specialites-row-4 .specialite-card:nth-child(2) .specialite-icon svg,\n.specialites-row-4 .specialite-card:nth-child(4) .specialite-icon svg,\n.specialites-row-3 .specialite-card:nth-child(1) .specialite-icon svg,\n.specialites-row-3 .specialite-card:nth-child(3) .specialite-icon svg {\nstroke: #FFFFFF;\n}\n\n.specialites-row-4 .specialite-card:nth-child(3) .specialite-icon svg,\n.specialites-row-3 .specialite-card:nth-child(2) .specialite-icon svg {\nstroke: #2C2C2C;\n}\n\n\/* Content *\/\n.specialite-title {\nfont-size: 1.25rem;\nfont-weight: 600;\ncolor: #2C2C2C;\nline-height: 1.3;\n}\n\n\/* Bottom Info Block *\/\n.info-block {\nbackground: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%);\npadding: 40px 48px;\nborder-radius: 8px;\ntext-align: center;\nopacity: 0;\nanimation: fadeIn 0.8s ease 0.8s forwards;\n}\n\n.info-block p {\nfont-size: 1.0625rem;\ncolor: #2C2C2C;\nline-height: 1.7;\nfont-weight: 500;\n}\n\n.info-block strong {\nfont-weight: 600;\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n.specialites-row-4 {\ngrid-template-columns: repeat(2, 1fr);\ngap: 24px;\n}\n.specialites-row-3 {\ngrid-template-columns: repeat(2, 1fr);\ngap: 24px;\n}\n}\n\n@media (max-width: 768px) {\n.specialites-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.specialites-row-4,\n.specialites-row-3 {\ngrid-template-columns: 1fr;\ngap: 20px;\n}\n\n.specialite-card {\npadding: 32px 24px;\n}\n\n.info-block {\npadding: 32px 28px;\n}\n}\n<\/style>\n<\/head>\n<body>\n\n<section class=\"specialites-section\">\n<div class=\"container\">\n\n<div class=\"title-wrapper\">\n<h2>Les 7 <span class=\"title-accent\">sp\u00e9cialit\u00e9s du baccalaur\u00e9at<\/span><\/h2>\n<p class=\"subtitle\">D\u00e8s la classe de premi\u00e8re, les \u00e9l\u00e8ves choisissent 3 sp\u00e9cialit\u00e9s en plus des mati\u00e8res de l'enseignement g\u00e9n\u00e9ral. Ils en valident une en fin de premi\u00e8re et en conservent 2 en terminale.<\/p>\n<\/div>\n\n<div class=\"specialites-grid\">\n\n<!-- Ligne 1: 4 sp\u00e9cialit\u00e9s -->\n<div class=\"specialites-row-4\">\n\n<!-- Sp\u00e9cialit\u00e9 1: Math\u00e9matiques -->\n<div class=\"specialite-card\">\n<div class=\"specialite-icon\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-message-square-diff\"><path d=\"M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z\"\/><path d=\"M10 15h4\"\/><path d=\"M10 9h4\"\/><path d=\"M12 7v4\"\/><\/svg>\n<\/div>\n<h3 class=\"specialite-title\">Math\u00e9matiques<\/h3>\n<\/div>\n\n<!-- Sp\u00e9cialit\u00e9 2: Physique-chimie -->\n<div class=\"specialite-card\">\n<div class=\"specialite-icon\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-microscope\"><path d=\"M6 18h8\"\/><path d=\"M3 22h18\"\/><path d=\"M14 22a7 7 0 1 0 0-14h-1\"\/><path d=\"M9 14h2\"\/><path d=\"M9 12a2 2 0 0 1-2-2V6h6v4a2 2 0 0 1-2 2Z\"\/><path d=\"M12 6V3a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v3\"\/><\/svg>\n<\/div>\n<h3 class=\"specialite-title\">Physique-chimie<\/h3>\n<\/div>\n\n<!-- Sp\u00e9cialit\u00e9 3: Sciences \u00e9conomiques et sociales -->\n<div class=\"specialite-card\">\n<div class=\"specialite-icon\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-chart-no-axes-combined\"><path d=\"M12 16v5\"\/><path d=\"M16 14v7\"\/><path d=\"M20 10v11\"\/><path d=\"m22 3-8.646 8.646a.5.5 0 0 1-.708 0L9.354 8.354a.5.5 0 0 0-.707 0L2 15\"\/><path d=\"M4 18v3\"\/><path d=\"M8 14v7\"\/><\/svg>\n<\/div>\n<h3 class=\"specialite-title\">Sciences \u00e9conomiques et sociales<\/h3>\n<\/div>\n\n<!-- Sp\u00e9cialit\u00e9 4: Histoire-G\u00e9o-G\u00e9opolitique -->\n<div class=\"specialite-card\">\n<div class=\"specialite-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=\"specialite-title\">Histoire-G\u00e9ographie-G\u00e9opolitique et sciences politiques<\/h3>\n<\/div>\n\n<\/div>\n\n<!-- Ligne 2: 3 sp\u00e9cialit\u00e9s -->\n<div class=\"specialites-row-3\">\n\n<!-- Sp\u00e9cialit\u00e9 5: LLCE Anglais -->\n<div class=\"specialite-card\">\n<div class=\"specialite-icon\">\n<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<path d=\"m5 8 6 6\"><\/path>\n<path d=\"m4 14 6-6 2-3\"><\/path>\n<path d=\"M2 5h12\"><\/path>\n<path d=\"M7 2h1\"><\/path>\n<path d=\"m22 22-5-10-5 10\"><\/path>\n<path d=\"M14 18h6\"><\/path>\n<\/svg>\n<\/div>\n<h3 class=\"specialite-title\">LLCE Anglais \u2013 Monde contemporain<\/h3>\n<\/div>\n\n<!-- Sp\u00e9cialit\u00e9 6: Arts plastiques -->\n<div class=\"specialite-card\">\n<div class=\"specialite-icon\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-palette\"><path d=\"M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z\"\/><circle cx=\"13.5\" cy=\"6.5\" r=\".5\" fill=\"currentColor\"\/><circle cx=\"17.5\" cy=\"10.5\" r=\".5\" fill=\"currentColor\"\/><circle cx=\"6.5\" cy=\"12.5\" r=\".5\" fill=\"currentColor\"\/><circle cx=\"8.5\" cy=\"7.5\" r=\".5\" fill=\"currentColor\"\/><\/svg>\n<\/div>\n<h3 class=\"specialite-title\">Arts plastiques<\/h3>\n<\/div>\n\n<!-- Sp\u00e9cialit\u00e9 7: SVT -->\n<div class=\"specialite-card\">\n<div class=\"specialite-icon\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-sprout\"><path d=\"M7 20h10\"\/><path d=\"M10 20c5.5-2.5.8-6.4 3-10\"\/><path d=\"M9.5 9.4c1.1.8 1.8 2.2 2.3 3.7-2 .4-3.5.4-4.8-.3-1.2-.6-2.3-1.9-3-4.2 2.8-.5 4.4 0 5.5.8z\"\/><path d=\"M14.1 6a7 7 0 0 0-1.1 4c1.9-.1 3.3-.6 4.3-1.4 1-1 1.6-2.3 1.7-4.6-2.7.1-4 1-4.9 2z\"\/><\/svg>\n<\/div>\n<h3 class=\"specialite-title\">SVT<\/h3>\n<\/div>\n\n<\/div>\n\n<\/div>\n\n<div class=\"info-block\">\n<p><strong>Ces sp\u00e9cialit\u00e9s ouvrent les portes de la plupart des cursus possibles.<\/strong> Les lyc\u00e9ens ont aussi la possibilit\u00e9 de suivre une sp\u00e9cialit\u00e9 au CNED, en dehors de celles propos\u00e9es par notre \u00e9tablissement.<\/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-2940ae0 e-con-full e-flex e-con e-parent\" data-id=\"2940ae0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-604a687 elementor-widget elementor-widget-image\" data-id=\"604a687\" 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=\"1500\" height=\"1000\" src=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-Lycee2.jpg\" class=\"attachment-full size-full wp-image-594\" alt=\"\" srcset=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-Lycee2.jpg 1500w, https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-Lycee2-300x200.jpg 300w, https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-Lycee2-1024x683.jpg 1024w, https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-Lycee2-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-6dad5ca elementor-widget elementor-widget-html\" data-id=\"6dad5ca\" 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 - P\u00e9dagogie Lyc\u00e9e<\/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.pedagogie-lycee-section {\npadding: 100px 0;\nposition: relative;\nbackground: #FAFAFA;\n}\n\n.container {\nmax-width: 1400px;\nmargin: 0 auto;\npadding: 0 5%;\nposition: relative;\nz-index: 2;\n}\n\n\/* Title Section - H2 SEO *\/\n.title-wrapper {\nmax-width: 900px;\nmargin: 0 auto 60px auto;\ntext-align: center;\nopacity: 0;\nanimation: fadeInUp 0.8s ease forwards;\n}\n\n@keyframes fadeInUp {\nto { opacity: 1; transform: translateY(0); }\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-h2 {\ncolor: #D9C7A8;\ndisplay: inline-block;\n}\n\n.title-wrapper p {\nfont-size: 1.125rem;\ncolor: #2C2C2C;\nfont-weight: 400;\nline-height: 1.6;\n}\n\n.pedagogie-grid {\ndisplay: grid;\ngrid-template-columns: 1fr 1fr;\ngap: 60px;\nalign-items: stretch;\n}\n\n\/* Left Column *\/\n.text-column {\nopacity: 0;\nanimation: fadeInLeft 0.8s ease 0.2s forwards;\ndisplay: flex;\nflex-direction: column;\n}\n\n@keyframes fadeInLeft {\nfrom { opacity: 0; transform: translateX(-30px); }\nto { opacity: 1; transform: translateX(0); }\n}\n\n.section-title {\nfont-size: clamp(1.75rem, 3vw, 2.25rem);\nfont-weight: 700;\ncolor: #2C2C2C;\nmargin-bottom: 32px;\nline-height: 1.2;\nletter-spacing: -0.02em;\n}\n\n.title-highlight {\ncolor: #7ACAFF;\ndisplay: inline-block;\n}\n\n.pedagogie-text {\nfont-size: 1rem;\ncolor: #2C2C2C;\nline-height: 1.8;\n}\n\n.pedagogie-text p {\nmargin-bottom: 24px;\n}\n\n.pedagogie-text strong {\ncolor: #2C2C2C;\nfont-weight: 600;\n}\n\n\/* Right Column *\/\n.right-column {\ndisplay: flex;\nflex-direction: column;\ngap: 0;\nopacity: 0;\nanimation: fadeInRight 0.8s ease 0.4s forwards;\n}\n\n@keyframes fadeInRight {\nfrom { opacity: 0; transform: translateX(30px); }\nto { opacity: 1; transform: translateX(0); }\n}\n\n\/* BLOC BEIGE *\/\n.stats-box-beige {\nbackground: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%);\nborder-radius: 12px;\npadding: 48px;\ncolor: #2C2C2C;\nbox-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);\nposition: relative;\noverflow: hidden;\nwidth: 100%;\nheight: 100%;\ndisplay: flex;\nflex-direction: column;\njustify-content: center;\n}\n\n\/* Background Pattern *\/\n.stats-box-beige::before {\ncontent: '';\nposition: absolute;\ntop: 0;\nright: 0;\nwidth: 250px;\nheight: 250px;\nbackground: radial-gradient(circle, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 70%);\nborder-radius: 50%;\ntransform: translate(30%, -30%);\n}\n\n.stats-list {\nlist-style: none;\ndisplay: flex;\nflex-direction: column;\ngap: 18px;\nposition: relative;\nz-index: 1;\n}\n\n.stat-item {\ndisplay: flex;\nalign-items: center;\ngap: 18px;\n}\n\n.stat-icon {\nwidth: 38px;\nheight: 38px;\nbackground: rgba(255, 255, 255, 0.6);\nborder-radius: 8px;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\nflex-shrink: 0;\n}\n\n.stat-icon svg {\nwidth: 20px;\nheight: 20px;\nstroke: #2C2C2C;\nstroke-width: 2;\n}\n\n.stat-text {\nfont-size: 1rem;\nfont-weight: 600;\nline-height: 1.4;\ncolor: #2C2C2C;\n}\n\n\/* Section full width en dessous *\/\n.objectifs-section {\nmargin-top: 80px;\nopacity: 0;\nanimation: fadeInUp 0.8s ease 0.6s forwards;\n}\n\n.objectifs-title {\nfont-size: clamp(1.75rem, 3vw, 2.25rem);\nfont-weight: 700;\ncolor: #2C2C2C;\nmargin-bottom: 48px;\nline-height: 1.2;\nletter-spacing: -0.02em;\ntext-align: center;\n}\n\n.objectifs-grid {\ndisplay: grid;\ngrid-template-columns: 1fr 1fr;\ngap: 60px;\n}\n\n.objectif-block {\nbackground: #FFFFFF;\nborder-radius: 12px;\npadding: 40px;\nbox-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);\ntransition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.objectif-block:hover {\ntransform: translateY(-5px);\nbox-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);\n}\n\n.objectif-block h3 {\nfont-size: clamp(1.25rem, 2.5vw, 1.5rem);\nfont-weight: 700;\ncolor: #7ACAFF;\nmargin-bottom: 20px;\nline-height: 1.3;\n}\n\n.objectif-block p {\nfont-size: 1rem;\ncolor: #2C2C2C;\nline-height: 1.8;\n}\n\n\/* Image pleine largeur en dessous *\/\n.pedagogie-image-full {\nwidth: 100%;\nmargin-top: 60px;\noverflow: hidden;\nborder-radius: 12px;\nbox-shadow: 0 20px 50px rgba(0,0,0,0.12);\nopacity: 0;\nanimation: fadeInUp 0.8s ease 0.8s forwards;\n}\n\n.pedagogie-image-full img {\nwidth: 100%;\nheight: 450px;\nobject-fit: cover;\ntransition: transform 0.5s ease;\n}\n\n.pedagogie-image-full:hover img {\ntransform: scale(1.03);\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n.pedagogie-grid {\ngrid-template-columns: 1fr;\ngap: 50px;\n}\n\n.objectifs-grid {\ngrid-template-columns: 1fr;\ngap: 40px;\n}\n\n.pedagogie-image-full img {\nheight: 350px;\n}\n}\n\n@media (max-width: 768px) {\n.pedagogie-lycee-section {\npadding: 60px 0;\n}\n\n.title-wrapper h2 {\nfont-size: 1.75rem;\n}\n\n.section-title {\nfont-size: 1.5rem;\nmargin-bottom: 24px;\n}\n\n.stats-box-beige {\npadding: 32px 24px;\n}\n\n.stats-list {\ngap: 14px;\n}\n\n.stat-text {\nfont-size: 0.9375rem;\n}\n\n.objectifs-section {\nmargin-top: 50px;\n}\n\n.objectif-block {\npadding: 30px;\n}\n\n.pedagogie-image-full {\nmargin-top: 40px;\n}\n\n.pedagogie-image-full img {\nheight: 250px;\n}\n}\n<\/style>\n<\/head>\n<body>\n\n<section class=\"pedagogie-lycee-section\">\n<div class=\"container\">\n\n<div class=\"title-wrapper\">\n<h2>Une p\u00e9dagogie <span class=\"title-accent-h2\">lyc\u00e9e Montessori<\/span> qui pr\u00e9pare \u00e0 l'enseignement sup\u00e9rieur<\/h2>\n<p>Les lyc\u00e9ens \u00e9voluent dans un environnement propice \u00e0 l'\u00e9panouissement. Les enseignants transmettent leur passion en stimulant l'envie d'apprendre.<\/p>\n<\/div>\n\n<div class=\"pedagogie-grid\">\n\n<div class=\"text-column\">\n<h3 class=\"section-title\">\nDes valeurs fortes <br>\n<span class=\"title-highlight\">au c\u0153ur de notre enseignement<\/span>\n<\/h3>\n\n<div class=\"pedagogie-text\">\n<p>Les professeurs sont hautement qualifi\u00e9s et gardent toujours \u00e0 l'esprit les valeurs de l'\u00e9cole : <strong>autonomie, confiance en soi, enthousiasme d'apprendre<\/strong>, respect du rythme de chacun par la mise en place d'une p\u00e9dagogie individualis\u00e9e.<\/p>\n\n<p>Un accent particulier est accord\u00e9 aux relations avec les enseignants qui sont tr\u00e8s \u00e0 l'\u00e9coute, tr\u00e8s encourageants, stimulants de la bonne fa\u00e7on et qui enseignent avec une grande bienveillance et instaurent une confiance r\u00e9ciproque.<\/p>\n\n<p>L'objectif est l'\u00e9panouissement des lyc\u00e9ens et l'accompagnement bienveillant dans leurs apprentissages tout en leur offrant un tr\u00e8s bon niveau scolaire. Les \u00e9l\u00e8ves sont <strong>suivis r\u00e9guli\u00e8rement<\/strong> afin de garantir leur r\u00e9ussite.<\/p>\n<\/div>\n\n<\/div>\n\n<div class=\"right-column\">\n<div class=\"stats-box-beige\">\n<ul class=\"stats-list\">\n\n<li class=\"stat-item\">\n<div class=\"stat-icon\">\n<svg viewBox=\"0 0 24 24\" fill=\"none\" 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<span class=\"stat-text\">Classes de 15 \u00e9l\u00e8ves environ<\/span>\n<\/li>\n\n<li class=\"stat-item\">\n<div class=\"stat-icon\">\n<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n<polyline points=\"12 6 12 12 16 14\"><\/polyline>\n<\/svg>\n<\/div>\n<span class=\"stat-text\">Suivi personnalis\u00e9 de chaque lyc\u00e9en<\/span>\n<\/li>\n\n<li class=\"stat-item\">\n<div class=\"stat-icon\">\n<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<path d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"><\/path>\n<circle cx=\"12\" cy=\"7\" r=\"4\"><\/circle>\n<\/svg>\n<\/div>\n<span class=\"stat-text\">Enseignants et Enseignantes de haut niveau et tr\u00e8s exp\u00e9riment\u00e9s<\/span>\n<\/li>\n\n<li class=\"stat-item\">\n<div class=\"stat-icon\">\n<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"><\/path>\n<\/svg>\n<\/div>\n<span class=\"stat-text\">\u00c9quipe p\u00e9dagogique tr\u00e8s bienveillante et encourageante<\/span>\n<\/li>\n\n<li class=\"stat-item\">\n<div class=\"stat-icon\">\n<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n<path d=\"M12 16v-4\"><\/path>\n<path d=\"M12 8h.01\"><\/path>\n<\/svg>\n<\/div>\n<span class=\"stat-text\">Enseignement renforc\u00e9 de l'anglais et de l'espagnol<\/span>\n<\/li>\n\n<li class=\"stat-item\">\n<div class=\"stat-icon\">\n<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\n<polyline points=\"14 2 14 8 20 8\"><\/polyline>\n<line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line>\n<line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line>\n<polyline points=\"10 9 9 9 8 9\"><\/polyline>\n<\/svg>\n<\/div>\n<span class=\"stat-text\">Bacs blancs r\u00e9guliers en 1\u02b3\u1d49 et Terminale<\/span>\n<\/li>\n\n<li class=\"stat-item\">\n<div class=\"stat-icon\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-speech-icon lucide-speech\"><path d=\"M8.8 20v-4.1l1.9.2a2.3 2.3 0 0 0 2.164-2.1V8.3A5.37 5.37 0 0 0 2 8.25c0 2.8.656 3.054 1 4.55a5.77 5.77 0 0 1 .029 2.758L2 20\"\/><path d=\"M19.8 17.8a7.5 7.5 0 0 0 .003-10.603\"\/><path d=\"M17 15a3.5 3.5 0 0 0-.025-4.975\"\/><\/svg>\n<\/div>\n<span class=\"stat-text\">Oraux blancs par des auteurs d'annales du bac<\/span>\n<\/li>\n\n<li class=\"stat-item\">\n<div class=\"stat-icon\">\n<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<path d=\"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3z\"><\/path>\n<path d=\"M19 10v2a7 7 0 0 1-14 0v-2\"><\/path>\n<line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"23\"><\/line>\n<line x1=\"8\" y1=\"23\" x2=\"16\" y2=\"23\"><\/line>\n<\/svg>\n<\/div>\n<span class=\"stat-text\">Pr\u00e9paration intensive au Grand Oral du Bac<\/span>\n<\/li>\n\n<li class=\"stat-item\">\n<div class=\"stat-icon\">\n<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<path d=\"M22 10v6M2 10l10-5 10 5-10 5z\"><\/path>\n<path d=\"M6 12v5c3 3 9 3 12 0v-5\"><\/path>\n<\/svg>\n<\/div>\n<span class=\"stat-text\">Pr\u00e9paration aux examens de Cambridge et de Cervantes<\/span>\n<\/li>\n\n<\/ul>\n<\/div>\n<\/div>\n\n<\/div>\n\n<!-- Section Objectifs full width -->\n<div class=\"objectifs-section\">\n<h3 class=\"objectifs-title\">Notre objectif<\/h3>\n\n<div class=\"objectifs-grid\">\n\n<div class=\"objectif-block\">\n<h3>Faire \u00e9merger une ambition personnelle<\/h3>\n<p>Accompagner chaque \u00e9l\u00e8ve dans l'\u00e9mergence d'une ambition personnelle forte, nourrie par ses talents, ses passions et son projet de vie. Gr\u00e2ce \u00e0 une \u00e9quipe p\u00e9dagogique engag\u00e9e et \u00e0 une structure \u00e0 taille humaine, nous aidons chaque jeune \u00e0 construire un parcours solide et coh\u00e9rent.<\/p>\n<\/div>\n\n<div class=\"objectif-block\">\n<h3>R\u00e9ussir ses \u00e9tudes tout en s'\u00e9panouissant<\/h3>\n<p>Nos lyc\u00e9ens \u00e9voluent dans un environnement favorable \u00e0 leur \u00e9panouissement personnel et intellectuel. Port\u00e9s par des enseignants engag\u00e9s et fortement dipl\u00f4m\u00e9s, ils d\u00e9veloppent le go\u00fbt d'apprendre et le sens de l'effort. Dans un contexte o\u00f9 les exigences des \u00e9tudes sup\u00e9rieures demeurent \u00e9lev\u00e9es, l'\u00e9tablissement veille \u00e0 maintenir un haut niveau acad\u00e9mique tout au long du parcours scolaire.<\/p>\n<\/div>\n\n<\/div>\n<\/div>\n\n<div class=\"pedagogie-image-full\">\n<img decoding=\"async\" src=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/01\/Ecole-internationale-Montessori-Lycee5.webp\" alt=\"Ambiance de travail au Lyc\u00e9e Montessori\" title=\"\">\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-94066d3 elementor-widget elementor-widget-html\" data-id=\"94066d3\" 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 - R\u00e9sultats & Ambition - Lyc\u00e9e<\/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.resultats-section {\npadding: 100px 0;\nposition: relative;\nbackground: #FFFFFF;\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 60px auto;\ntext-align: center;\nopacity: 0;\nanimation: fadeInUp 0.8s ease forwards;\n}\n\n@keyframes fadeInUp {\nto { opacity: 1; transform: translateY(0); }\n}\n\n.section-title {\nfont-size: clamp(2rem, 4vw, 3rem);\nfont-weight: 700;\ncolor: #2C2C2C;\nmargin-bottom: 20px;\nline-height: 1.2;\nletter-spacing: -0.02em;\n}\n\n.title-accent {\ncolor: #7ACAFF; \/* Accent Bleu pour changer *\/\ndisplay: inline-block;\n}\n\n.subtitle {\nfont-size: 1.125rem;\ncolor: #5A5A5A;\nfont-weight: 400;\n}\n\n\/* Grid Layout *\/\n.results-grid {\ndisplay: grid;\ngrid-template-columns: 1fr 1fr;\ngap: 60px;\nalign-items: stretch;\n}\n\n\/* ---- Left Column: BEIGE Stats Block ---- *\/\n.stats-column {\nopacity: 0;\nanimation: fadeInLeft 0.8s ease 0.2s forwards;\n}\n\n@keyframes fadeInLeft {\nfrom { opacity: 0; transform: translateX(-30px); }\nto { opacity: 1; transform: translateX(0); }\n}\n\n.stats-box-beige-v2 {\n\/* D\u00c9GRAD\u00c9 BEIGE DOR\u00c9 *\/\nbackground: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%) !important;\nborder-radius: 12px;\npadding: 48px;\n\/* TEXTE MARRON *\/\ncolor: #2C2C2C !important;\nheight: 100%;\ndisplay: flex;\nflex-direction: column;\njustify-content: flex-start;\nbox-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);\nposition: relative;\noverflow: hidden;\n}\n\n\/* Background Pattern *\/\n.stats-box-beige-v2::before {\ncontent: '';\nposition: absolute;\nbottom: -50px;\nleft: -50px;\nwidth: 200px;\nheight: 200px;\nbackground: radial-gradient(circle, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0) 70%);\nborder-radius: 50%;\n}\n\n.box-title {\nfont-size: 1.75rem;\nfont-weight: 700;\nmargin-bottom: 32px;\ncolor: #2C2C2C; \/* Marron *\/\nposition: relative;\nz-index: 1;\n}\n\n.stats-list {\nlist-style: none;\nposition: relative;\nz-index: 1;\nmargin-bottom: 32px;\n}\n\n.stat-item {\ndisplay: flex;\nalign-items: flex-start;\ngap: 16px;\nmargin-bottom: 24px;\n}\n\n.stat-item:last-child {\nmargin-bottom: 0;\n}\n\n.stat-icon {\n\/* Fond blanc semi-transparent *\/\nbackground: rgba(255, 255, 255, 0.6);\nwidth: 32px;\nheight: 32px;\nborder-radius: 50%;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\nflex-shrink: 0;\nmargin-top: 2px;\n}\n\n.stat-icon svg {\nwidth: 18px;\nheight: 18px;\n\/* Trait Marron *\/\nstroke: #2C2C2C;\nstroke-width: 3;\n}\n\n.stat-content {\nfont-size: 1.125rem;\nfont-weight: 600;\nline-height: 1.5;\ncolor: #2C2C2C; \/* Marron *\/\n}\n\n\/* Photo St Andrews dans le bloc beige *\/\n.stats-photo {\nwidth: 100%;\nheight: auto;\nborder-radius: 8px;\nmargin-top: 32px;\nbox-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);\nobject-fit: contain;\nposition: relative;\nz-index: 1;\ndisplay: block;\n}\n\n\/* ---- Right Column: Text ---- *\/\n.text-column {\ndisplay: flex;\nflex-direction: column;\njustify-content: center;\nopacity: 0;\nanimation: fadeInRight 0.8s ease 0.4s forwards;\n}\n\n@keyframes fadeInRight {\nfrom { opacity: 0; transform: translateX(30px); }\nto { opacity: 1; transform: translateX(0); }\n}\n\n.column-header {\nfont-size: 1.75rem;\nfont-weight: 700;\ncolor: #2C2C2C;\nmargin-bottom: 24px;\nposition: relative;\npadding-bottom: 16px;\n}\n\n.column-header::after {\ncontent: '';\nposition: absolute;\nbottom: 0;\nleft: 0;\nwidth: 60px;\nheight: 4px;\nbackground: #7ACAFF; \/* Soulign\u00e9 Bleu *\/\nborder-radius: 2px;\n}\n\n.ambition-text {\nfont-size: 1rem;\ncolor: #5A5A5A;\nline-height: 1.8;\n}\n\n.ambition-text p {\nmargin-bottom: 24px;\n}\n\n.university-list {\ndisplay: flex;\nflex-wrap: wrap;\ngap: 12px;\nmargin-top: 8px;\n}\n\n.uni-tag {\nbackground: #FAFAFA;\nborder: 1px solid #E8E8E8;\npadding: 8px 16px;\nborder-radius: 20px;\nfont-size: 0.9375rem;\nfont-weight: 600;\ncolor: #2C2C2C;\ntransition: all 0.3s ease;\n}\n\n.uni-tag:hover {\nborder-color: #7ACAFF;\ncolor: #7ACAFF;\ntransform: translateY(-2px);\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n.results-grid {\ngrid-template-columns: 1fr;\ngap: 40px;\n}\n}\n\n@media (max-width: 768px) {\n.resultats-section {\npadding: 60px 0;\n}\n\n.section-title {\nfont-size: 1.75rem;\n}\n\n.stats-box-beige-v2 {\npadding: 32px 24px;\n}\n\n.box-title, .column-header {\nfont-size: 1.5rem;\n}\n\n.stat-content {\nfont-size: 1rem;\n}\n\n.stats-photo {\nmargin-top: 24px;\n}\n}\n<\/style>\n<\/head>\n\n<body>\n\n<section class=\"resultats-section\">\n<div class=\"container\">\n\n<div class=\"title-wrapper\">\n<h2 class=\"section-title\">Des r\u00e9sultats \u00e0 la hauteur de <span class=\"title-accent\">leurs ambitions<\/span><\/h2>\n<p class=\"subtitle\">L'excellence acad\u00e9mique pour ouvrir toutes les portes de l'enseignement sup\u00e9rieur.<\/p>\n<\/div>\n\n<div class=\"results-grid\">\n\n<div class=\"stats-column\">\n<div class=\"stats-box-beige-v2\">\n<h3 class=\"box-title\">Nos r\u00e9sultats<\/h3>\n<ul class=\"stats-list\">\n<li class=\"stat-item\">\n<div class=\"stat-icon\">\n<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<polyline points=\"20 6 9 17 4 12\"><\/polyline>\n<\/svg>\n<\/div>\n<span class=\"stat-content\">100% de r\u00e9ussite au baccalaur\u00e9at<\/span>\n<\/li>\n\n<li class=\"stat-item\">\n<div class=\"stat-icon\">\n<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<polyline points=\"20 6 9 17 4 12\"><\/polyline>\n<\/svg>\n<\/div>\n<span class=\"stat-content\">100% d'admission premier choix<\/span>\n<\/li>\n\n<li class=\"stat-item\">\n<div class=\"stat-icon\">\n<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n<polyline points=\"20 6 9 17 4 12\"><\/polyline>\n<\/svg>\n<\/div>\n<span class=\"stat-content\">Excellentes mentions obtenues<\/span>\n<\/li>\n<\/ul>\n\n<!-- Photo St Andrews int\u00e9gr\u00e9e dans le bloc beige -->\n<img decoding=\"async\" src=\"https:\/\/lyceeinternationalmontessori.com\/wp-content\/uploads\/2026\/02\/Photo-St-Andrews.jpeg\" alt=\"St Andrews University\" class=\"stats-photo\" title=\"\">\n\n<\/div>\n<\/div>\n\n<div class=\"text-column\">\n<h3 class=\"column-header\">Vers les meilleures universit\u00e9s<\/h3>\n<div class=\"ambition-text\">\n\n<p>Gr\u00e2ce \u00e0 un dossier scolaire solide et un accompagnement \u00e0 l'orientation personnalis\u00e9, nos \u00e9l\u00e8ves int\u00e8grent les \u00e9tablissements les plus prestigieux en France et \u00e0 l'international (UK, USA, Canada, Europe).<\/p>\n\n<p>Ils poursuivent leurs \u00e9tudes dans des fili\u00e8res d'excellence :<\/p>\n\n<div class=\"university-list\">\n<span class=\"uni-tag\">St Andrews University<\/span>\n<span class=\"uni-tag\">Oxford<\/span>\n<span class=\"uni-tag\">Royal Holloway University of London<\/span>\n<span class=\"uni-tag\">Universit\u00e9 McGill \u00e0 Montr\u00e9al<\/span>\n<span class=\"uni-tag\">Universit\u00e9 Concordia \u00e0 Montr\u00e9al<\/span>\n<span class=\"uni-tag\">Sciences Po<\/span>\n<span class=\"uni-tag\">Universit\u00e9 Paris Dauphine<\/span>\n<span class=\"uni-tag\">ESSEC<\/span>\n<span class=\"uni-tag\">ESCP<\/span>\n<span class=\"uni-tag\">MBA Wharton<\/span>\n<span class=\"uni-tag\">EM Lyon<\/span>\n<span class=\"uni-tag\">Facult\u00e9 de m\u00e9decine<\/span>\n<span class=\"uni-tag\">La Sorbonne<\/span>\n<span class=\"uni-tag\">Classes Pr\u00e9paratoires<\/span>\n<span class=\"uni-tag\">\u00c9coles de commerce<\/span>\n<span class=\"uni-tag\">Carri\u00e8res m\u00e9dicales<\/span>\n<\/div>\n\n<\/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-c6c2a3f elementor-widget elementor-widget-html\" data-id=\"c6c2a3f\" 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 - Accompagnement & Valeurs - Lyc\u00e9e<\/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        .accompagnement-section {\n            padding: 100px 0;\n            position: relative;\n            background: #FAFAFA;\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: #7ACAFF;\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        \/* Grid 2x2 *\/\n        .accompagnement-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 40px;\n        }\n\n        \/* Feature Box *\/\n        .feature-box {\n            border-radius: 8px;\n            padding: 48px 40px;\n            transition: all 0.4s ease;\n            position: relative;\n            overflow: hidden;\n            border: none;\n            opacity: 0;\n            animation: fadeIn 0.6s ease forwards;\n        }\n\n        \/* Backgrounds altern\u00e9s avec couleurs de la charte *\/\n        .feature-box:nth-child(1) { \n            background: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%);\n            color: #FFFFFF;\n        }\n        .feature-box:nth-child(2) { \n            background: linear-gradient(135deg, #8B9D83 0%, #7A8C75 100%);\n            color: #FFFFFF;\n        }\n        .feature-box:nth-child(3) { \n            background: linear-gradient(135deg, #D9C7A8 0%, #CDB896 100%);\n            color: #2C2C2C;\n        }\n        .feature-box:nth-child(4) { \n            background: linear-gradient(135deg, #7ACAFF 0%, #6BB8E8 100%);\n            color: #FFFFFF;\n        }\n\n        .feature-box:nth-child(1) { animation-delay: 0.1s; }\n        .feature-box:nth-child(2) { animation-delay: 0.2s; }\n        .feature-box:nth-child(3) { animation-delay: 0.3s; }\n        .feature-box:nth-child(4) { animation-delay: 0.4s; }\n\n        @keyframes fadeIn {\n            to { opacity: 1; }\n        }\n\n        .feature-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);\n        }\n\n        \/* Icon *\/\n        .feature-icon-wrapper {\n            width: 64px;\n            height: 64px;\n            border-radius: 12px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 24px;\n            transition: transform 0.3s ease;\n        }\n\n        \/* Icon backgrounds - blanc semi-transparent pour tous *\/\n        .feature-box:nth-child(1) .feature-icon-wrapper { background: rgba(255, 255, 255, 0.25); }\n        .feature-box:nth-child(2) .feature-icon-wrapper { background: rgba(255, 255, 255, 0.25); }\n        .feature-box:nth-child(3) .feature-icon-wrapper { background: rgba(44, 44, 44, 0.08); }\n        .feature-box:nth-child(4) .feature-icon-wrapper { background: rgba(255, 255, 255, 0.25); }\n\n        .feature-box:hover .feature-icon-wrapper {\n            transform: scale(1.1) rotate(5deg);\n        }\n\n        .feature-icon-wrapper svg {\n            width: 32px;\n            height: 32px;\n        }\n\n        \/* Icon strokes - blanc pour bleu\/vert, marron pour beige *\/\n        .feature-box:nth-child(1) svg { stroke: #FFFFFF; }\n        .feature-box:nth-child(2) svg { stroke: #FFFFFF; }\n        .feature-box:nth-child(3) svg { stroke: #2C2C2C; }\n        .feature-box:nth-child(4) svg { stroke: #FFFFFF; }\n\n        \/* Content *\/\n        .feature-title {\n            font-size: 1.5rem;\n            font-weight: 700;\n            margin-bottom: 16px;\n        }\n\n        \/* Couleur titre selon background *\/\n        .feature-box:nth-child(1) .feature-title,\n        .feature-box:nth-child(2) .feature-title,\n        .feature-box:nth-child(4) .feature-title {\n            color: #FFFFFF;\n        }\n\n        .feature-box:nth-child(3) .feature-title {\n            color: #2C2C2C;\n        }\n\n        .feature-text {\n            font-size: 1rem;\n            line-height: 1.7;\n        }\n\n        \/* Couleur texte selon background *\/\n        .feature-box:nth-child(1) .feature-text,\n        .feature-box:nth-child(2) .feature-text,\n        .feature-box:nth-child(4) .feature-text {\n            color: rgba(255, 255, 255, 0.95);\n        }\n\n        .feature-box:nth-child(3) .feature-text {\n            color: #2C2C2C;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 900px) {\n            .accompagnement-grid {\n                grid-template-columns: 1fr;\n                gap: 24px;\n            }\n\n            .feature-box {\n                padding: 36px 32px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .accompagnement-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            .feature-box {\n                padding: 32px 28px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <section class=\"accompagnement-section\">\n        <div class=\"container\">\n\n            <div class=\"title-wrapper\">\n                <h2>Un accompagnement <span class=\"title-accent\">au lyc\u00e9e<\/span> pour construire son avenir<\/h2>\n                <p class=\"subtitle\">Respect de la singularit\u00e9 de chaque \u00e9l\u00e8ve : approche qui permet de respecter l\u2019individualit\u00e9 de chacun, dans le cadre des programmes officiels <\/p>\n            <\/div>\n\n            <div class=\"accompagnement-grid\">\n\n                <!-- Box 1: Faire \u00e9merger une ambition -->\n                <div class=\"feature-box\">\n                    <div class=\"feature-icon-wrapper\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-flower-2\"><path d=\"M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1\"\/><circle cx=\"12\" cy=\"8\" r=\"2\"\/><path d=\"M12 10v12\"\/><path d=\"M12 22c4.2 0 7-1.667 7-5-4.2 0-7 1.667-7 5Z\"\/><path d=\"M12 22c-4.2 0-7-1.667-7-5 4.2 0 7 1.667 7 5Z\"\/><\/svg>\n                    <\/div>\n                    <h3 class=\"feature-title\">Faire \u00e9merger une ambition personnelle<\/h3>\n                    <p class=\"feature-text\">Gr\u00e2ce \u00e0 une \u00e9quipe p\u00e9dagogique engag\u00e9e et \u00e0 une structure \u00e0 taille humaine, nous guidons chaque \u00e9l\u00e8ve vers la construction d'un projet solide fond\u00e9 sur ses talents, ses passions et ses objectifs de vie.<\/p>\n                <\/div>\n\n                <!-- Box 2: Excellence & \u00c9panouissement -->\n                <div class=\"feature-box\">\n                    <div class=\"feature-icon-wrapper\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-smile-plus\"><path d=\"M22 11v1a10 10 0 1 1-9-10\"\/><path d=\"M8 14s1.5 2 4 2 4-2 4-2\"\/><line x1=\"9\" x2=\"9.01\" y1=\"9\" y2=\"9\"\/><line x1=\"15\" x2=\"15.01\" y1=\"9\" y2=\"9\"\/><path d=\"M16 5h6\"\/><path d=\"M19 2v6\"\/><\/svg>\n                    <\/div>\n                    <h3 class=\"feature-title\">Excellence & \u00c9panouissement<\/h3>\n                    <p class=\"feature-text\">Les lyc\u00e9ens \u00e9voluent dans un environnement propice \u00e0 l'\u00e9panouissement. Les enseignants transmettent leur passion en stimulant l'envie d'apprendre, tout en maintenant un tr\u00e8s bon niveau scolaire.<\/p>\n                <\/div>\n\n                <!-- Box 3: Voyages scolaires -->\n                <div class=\"feature-box\">\n                    <div class=\"feature-icon-wrapper\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-plane\"><path d=\"M17.8 19.2 16 11l3.5-3.5C21 6 21.5 4 21 3c-1-.5-3 0-4.5 1.5L13 8 4.8 6.2c-.5-.1-.9.1-1.1.5l-.3.5c-.2.5-.1 1 .3 1.3L9 12l-2 3H4l-1 1 3 2 2 3 1-1v-3l3-2 3.5 5.3c.3.4.8.5 1.3.3l.5-.2c.4-.3.6-.7.5-1.2z\"\/><\/svg>\n                    <\/div>\n                    <h3 class=\"feature-title\">Voyages scolaires et sorties p\u00e9dagogiques<\/h3>\n                    <p class=\"feature-text\">Des voyages culturels r\u00e9guliers (Barcelone, Londres) et sorties p\u00e9dagogiques pour ouvrir l'esprit des lyc\u00e9ens, enrichir leur culture g\u00e9n\u00e9rale et donner du sens aux apprentissages.<\/p>\n                <\/div>\n\n                <!-- Box 4: \u00c9tablissement hors contrat -->\n                <div class=\"feature-box\">\n                    <div class=\"feature-icon-wrapper\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-layers-plus\"><path d=\"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 .83.18 2 2 0 0 0 .83-.18l8.58-3.9a1 1 0 0 0 0-1.831z\"\/><path d=\"M16 17h6\"\/><path d=\"M19 14v6\"\/><path d=\"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 .825.178\"\/><path d=\"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l2.116-.962\"\/><\/svg>\n                    <\/div>\n                    <h3 class=\"feature-title\">Avantages de notre lyc\u00e9e international<\/h3>\n                    <p class=\"feature-text\">Gr\u00e2ce \u00e0 des effectifs \u00e0 taille humaine, chaque \u00e9l\u00e8ve b\u00e9n\u00e9ficie d\u2019un suivi attentif. L\u2019expertise p\u00e9dagogique de nos enseignants leur permet d\u2019adapter leurs m\u00e9thodes pour accompagner chacun vers la r\u00e9ussite au baccalaur\u00e9at.<\/p>\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-a01d7cc elementor-widget elementor-widget-html\" data-id=\"a01d7cc\" 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 Lyc\u00e9e - 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: 1000px;\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 le lyc\u00e9e<\/h2>\n<p>Les r\u00e9ponses aux questions sp\u00e9cifiques que se posent les parents pour notre lyc\u00e9e international<\/p>\n<\/div>\n\n<!-- FAQ Items -->\n<div class=\"faq-grid-compact\">\n\n<!-- Question 1 : Parcoursup + International (VERSION RENFORC\u00c9E) -->\n<div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<div class=\"faq-question\">\n<h3 itemprop=\"name\">Mon enfant pourra-t-il int\u00e9grer les meilleures universit\u00e9s et \u00e9coles sup\u00e9rieures ?<\/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. Nos \u00e9l\u00e8ves sont inscrits sur Parcoursup comme tout autre lyc\u00e9en fran\u00e7ais et nous les accompagnons dans cette \u00e9tape cruciale. Chaque ann\u00e9e, 100% de nos \u00e9l\u00e8ves sont admis dans leur premier choix d'orientation. Ils int\u00e8grent r\u00e9guli\u00e8rement les \u00e9tablissements les plus prestigieux : Sciences Po, Oxford, Cambridge, classes pr\u00e9paratoires, grandes \u00e9coles de commerce, facult\u00e9s de m\u00e9decine en France et \u00e0 l'international. Leur dossier scolaire solide, leur niveau d'anglais exceptionnel (certifications Cambridge C1\/C2) et leur profil autonome sont des atouts majeurs tant pour Parcoursup que pour les candidatures internationales (UK, USA, Canada).<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n<!-- Question 2 : Contr\u00f4le continu -->\n<div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<div class=\"faq-question\">\n<h3 itemprop=\"name\">Comment mon enfant pr\u00e9pare-t-il le baccalaur\u00e9at et son dossier Parcoursup ?<\/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>Dans notre \u00e9tablissement, les \u00e9l\u00e8ves pr\u00e9sentent les \u00e9preuves officielles du baccalaur\u00e9at : \u00e9preuves anticip\u00e9es de fran\u00e7ais en Premi\u00e8re, puis sp\u00e9cialit\u00e9s et Grand Oral en Terminale, conform\u00e9ment au cadre national. Tout au long de l\u2019ann\u00e9e, ils b\u00e9n\u00e9ficient d\u2019une pr\u00e9paration acad\u00e9mique structur\u00e9e, d\u2019entra\u00eenements r\u00e9guliers et de bacs blancs exigeants afin d\u2019aborder chaque \u00e9ch\u00e9ance avec m\u00e9thode et confiance. Pour <strong>Parcoursup<\/strong>, nous constituons un dossier complet et soign\u00e9 comprenant bulletins trimestriels, appr\u00e9ciations d\u00e9taill\u00e9es des enseignants, \u00e9valuations r\u00e9guli\u00e8res et \u00e9l\u00e9ments valorisant l\u2019engagement et le profil de l\u2019\u00e9l\u00e8ve. Les formations de l\u2019enseignement sup\u00e9rieur appr\u00e9cient la qualit\u00e9 de nos suivis p\u00e9dagogiques, la pr\u00e9cision des \u00e9valuations et l\u2019autonomie d\u00e9velopp\u00e9e par nos \u00e9l\u00e8ves au fil de leur parcours.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n<!-- Question 3 : Sp\u00e9cialit\u00e9s -->\n<div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<div class=\"faq-question\">\n<h3 itemprop=\"name\">Quelles sont les sp\u00e9cialit\u00e9s que vous proposez pour l'\u00e9preuve du Baccalaur\u00e9at ?<\/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>Les 7 sp\u00e9cialit\u00e9s que nous proposons (Math\u00e9matiques, Physique-Chimie, SVT, SES, HGGSP, LLCE Anglais, Arts Plastiques) couvrent l'immense majorit\u00e9 des parcours d'orientation possibles : \u00e9coles d'ing\u00e9nieurs, m\u00e9decine, commerce, sciences politiques, classes pr\u00e9paratoires, universit\u00e9s fran\u00e7aises et internationales. De plus, si un \u00e9l\u00e8ve souhaite une sp\u00e9cialit\u00e9 rare que nous ne proposons pas, il peut la suivre au CNED en compl\u00e9ment. Cette flexibilit\u00e9 garantit que chacun construit le parcours optimal pour son projet.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n<!-- Question 4 : Niveau grandes \u00e9coles -->\n<div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<div class=\"faq-question\">\n<h3 itemprop=\"name\">Quelle est l\u2019approche p\u00e9dagogique de nos enseignants ?<\/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>Nos enseignants sont exp\u00e9riment\u00e9s et habitu\u00e9s aux exigences du baccalaur\u00e9at. Leur expertise permet une pr\u00e9paration m\u00e9thodique et rigoureuse aux \u00e9preuves, notamment au Grand Oral, pour lequel un entra\u00eenement progressif et structur\u00e9 est mis en place d\u00e8s la Premi\u00e8re. La stabilit\u00e9 de notre \u00e9quipe p\u00e9dagogique \u2014 avec des professeurs engag\u00e9s depuis plus de dix ans \u2014 garantit coh\u00e9rence, continuit\u00e9 et connaissance fine des attentes acad\u00e9mique. Notre approche repose sur un suivi personnalis\u00e9 : chaque \u00e9l\u00e8ve b\u00e9n\u00e9ficie d\u2019une attention r\u00e9elle, d\u2019objectifs adapt\u00e9s et de retours r\u00e9guliers. Nous accordons \u00e9galement une place essentielle \u00e0 la gestion du stress et \u00e0 la pr\u00e9paration mentale. Les \u00e9l\u00e8ves apprennent \u00e0 organiser leur travail, \u00e0 structurer leur pens\u00e9e \u00e0 l\u2019oral et \u00e0 aborder les examens avec m\u00e9thode et confiance.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n<!-- Question 5 : Transition en cours de route -->\n<div class=\"faq-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n<div class=\"faq-question\">\n<h3 itemprop=\"name\">Mon enfant peut-il rejoindre votre lyc\u00e9e 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. Nous accueillons r\u00e9guli\u00e8rement des lyc\u00e9ens venant d'\u00e9tablissements traditionnels en seconde, premi\u00e8re ou m\u00eame Terminale. Les petits effectifs (15 \u00e9l\u00e8ves environ), l'accompagnement bienveillant et personnalis\u00e9, et la relation de confiance avec les enseignants permettent une int\u00e9gration rapide. Beaucoup d'\u00e9l\u00e8ves nous rejoignent car ils cherchent un environnement plus humain, moins stressant, tout en maintenant un excellent niveau acad\u00e9mique. La transition se fait en douceur gr\u00e2ce \u00e0 notre \u00e9quipe p\u00e9dagogique exp\u00e9riment\u00e9e.<\/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 lyc\u00e9e  international \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 (VERSION RENFORC\u00c9E)\nconst faqSchema = {\n\"@context\": \"https:\/\/schema.org\",\n\"@type\": \"FAQPage\",\n\"mainEntity\": [\n{\n\"@type\": \"Question\",\n\"name\": \"Mon enfant pourra-t-il int\u00e9grer les meilleures universit\u00e9s et \u00e9coles sup\u00e9rieures ?\",\n\"acceptedAnswer\": {\n\"@type\": \"Answer\",\n\"text\": \"Absolument. Nos \u00e9l\u00e8ves sont inscrits sur Parcoursup comme tout autre lyc\u00e9en fran\u00e7ais et nous les accompagnons dans cette \u00e9tape cruciale. Chaque ann\u00e9e, 100% de nos \u00e9l\u00e8ves sont admis dans leur premier choix d'orientation. Ils int\u00e8grent r\u00e9guli\u00e8rement les \u00e9tablissements les plus prestigieux : Sciences Po, Oxford, Cambridge, classes pr\u00e9paratoires, grandes \u00e9coles de commerce, facult\u00e9s de m\u00e9decine en France et \u00e0 l'international. Leur dossier scolaire solide, leur niveau d'anglais exceptionnel (certifications Cambridge C1\/C2) et leur profil autonome sont des atouts majeurs tant pour Parcoursup que pour les candidatures internationales (UK, USA, Canada).\"\n}\n},\n{\n\"@type\": \"Question\",\n\"name\": \"Comment mon enfant pr\u00e9pare-t-il le baccalaur\u00e9at et son dossier Parcoursup ?\",\n\"acceptedAnswer\": {\n\"@type\": \"Answer\",\n\"text\": \"Dans notre \u00e9tablissement, les \u00e9l\u00e8ves pr\u00e9sentent les \u00e9preuves officielles du baccalaur\u00e9at : \u00e9preuves anticip\u00e9es de fran\u00e7ais en Premi\u00e8re, puis sp\u00e9cialit\u00e9s et Grand Oral en Terminale, conform\u00e9ment au cadre national. Tout au long de l\u2019ann\u00e9e, ils b\u00e9n\u00e9ficient d\u2019une pr\u00e9paration acad\u00e9mique structur\u00e9e, d\u2019entra\u00eenements r\u00e9guliers et de bacs blancs exigeants afin d\u2019aborder chaque \u00e9ch\u00e9ance avec m\u00e9thode et confiance. Pour Parcoursup, nous constituons un dossier complet et soign\u00e9 comprenant bulletins trimestriels, appr\u00e9ciations d\u00e9taill\u00e9es des enseignants, \u00e9valuations r\u00e9guli\u00e8res et \u00e9l\u00e9ments valorisant l\u2019engagement et le profil de l\u2019\u00e9l\u00e8ve. Les formations de l\u2019enseignement sup\u00e9rieur appr\u00e9cient la qualit\u00e9 de nos suivis p\u00e9dagogiques, la pr\u00e9cision des \u00e9valuations et l\u2019autonomie d\u00e9velopp\u00e9e par nos \u00e9l\u00e8ves au fil de leur parcours.\"\n}\n},\n{\n\"@type\": \"Question\",\n\"name\": \"Quelles sont les sp\u00e9cialit\u00e9s que vous proposez pour l'\u00e9preuve du Baccalaur\u00e9at ?\",\n\"acceptedAnswer\": {\n\"@type\": \"Answer\",\n\"text\": \"Les 7 sp\u00e9cialit\u00e9s que nous proposons (Math\u00e9matiques, Physique-Chimie, SVT, SES, HGGSP, LLCE Anglais, Arts Plastiques) couvrent l'immense majorit\u00e9 des parcours d'orientation possibles : \u00e9coles d'ing\u00e9nieurs, m\u00e9decine, commerce, sciences politiques, classes pr\u00e9paratoires, universit\u00e9s fran\u00e7aises et internationales. De plus, si un \u00e9l\u00e8ve souhaite une sp\u00e9cialit\u00e9 rare que nous ne proposons pas, il peut la suivre au CNED en compl\u00e9ment. Cette flexibilit\u00e9 garantit que chacun construit le parcours optimal pour son projet.\"\n}\n},\n{\n\"@type\": \"Question\",\n\"name\": \"Quelle est l\u2019approche p\u00e9dagogique de nos enseignants ?\",\n\"acceptedAnswer\": {\n\"@type\": \"Answer\",\n\"text\": \"Nos enseignants sont exp\u00e9riment\u00e9s et habitu\u00e9s aux exigences du baccalaur\u00e9at. Leur expertise permet une pr\u00e9paration m\u00e9thodique et rigoureuse aux \u00e9preuves, notamment au Grand Oral, pour lequel un entra\u00eenement progressif et structur\u00e9 est mis en place d\u00e8s la Premi\u00e8re. La stabilit\u00e9 de notre \u00e9quipe p\u00e9dagogique \u2014 avec des professeurs engag\u00e9s depuis plus de dix ans \u2014 garantit coh\u00e9rence, continuit\u00e9 et connaissance fine des attentes acad\u00e9mique. Notre approche repose sur un suivi personnalis\u00e9 : chaque \u00e9l\u00e8ve b\u00e9n\u00e9ficie d\u2019une attention r\u00e9elle, d\u2019objectifs adapt\u00e9s et de retours r\u00e9guliers. Nous accordons \u00e9galement une place essentielle \u00e0 la gestion du stress et \u00e0 la pr\u00e9paration mentale. Les \u00e9l\u00e8ves apprennent \u00e0 organiser leur travail, \u00e0 structurer leur pens\u00e9e \u00e0 l\u2019oral et \u00e0 aborder les examens avec m\u00e9thode et confiance.\"\n}\n},\n{\n\"@type\": \"Question\",\n\"name\": \"Mon enfant peut-il rejoindre votre lyc\u00e9e en cours d'ann\u00e9e scolaire ?\",\n\"acceptedAnswer\": {\n\"@type\": \"Answer\",\n\"text\": \"Oui, sous r\u00e9serve de places disponibles. Nous accueillons r\u00e9guli\u00e8rement des lyc\u00e9ens venant d'\u00e9tablissements traditionnels en 2nde, 1\u00e8re ou m\u00eame Terminale. Les petits effectifs (15 \u00e9l\u00e8ves environ), l'accompagnement bienveillant et personnalis\u00e9, et la relation de confiance avec les enseignants permettent une int\u00e9gration rapide. Beaucoup d'\u00e9l\u00e8ves nous rejoignent car ils cherchent un environnement plus humain, moins stressant, tout en maintenant un excellent niveau acad\u00e9mique. La transition se fait en douceur gr\u00e2ce \u00e0 notre \u00e9quipe p\u00e9dagogique exp\u00e9riment\u00e9e.\"\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<div class=\"elementor-element elementor-element-a37e323 elementor-widget elementor-widget-html\" data-id=\"a37e323\" 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 Finale - Lyc\u00e9e Montessori<\/title>\n<style>\n* {\nmargin: 0;\npadding: 0;\nbox-sizing: border-box;\n}\n\nbody {\nfont-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\nline-height: 1.6;\ncolor: #2C2C2C;\n}\n\n\/* Section Profils des Bacheliers *\/\n.section-profils {\nwidth: 100vw;\nmargin-left: calc(-50vw + 50%);\nbackground: linear-gradient(135deg, #f8f6f3 0%, #ffffff 100%);\npadding: 100px 20px;\nposition: relative;\noverflow: hidden;\n}\n\n.section-profils::before {\ncontent: '';\nposition: absolute;\ntop: 0;\nright: 0;\nwidth: 40%;\nheight: 100%;\nbackground: linear-gradient(135deg, rgba(139, 157, 131, 0.05) 0%, rgba(217, 199, 168, 0.08) 100%);\nclip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);\nz-index: 0;\n}\n\n.container-profils {\nmax-width: 1200px;\nmargin: 0 auto;\nposition: relative;\nz-index: 1;\n}\n\n.profils-header {\ntext-align: center;\nmargin-bottom: 70px;\n}\n\n.profils-header h2 {\nfont-size: 2.8rem;\nfont-weight: 700;\ncolor: #2C2C2C;\nmargin-bottom: 20px;\nletter-spacing: -0.5px;\n}\n\n.profils-header p {\nfont-size: 1.2rem;\ncolor: #5a5a5a;\nmax-width: 800px;\nmargin: 0 auto;\nline-height: 1.8;\n}\n\n.profils-grid {\ndisplay: grid;\ngrid-template-columns: repeat(3, 1fr);\ngap: 35px;\nmargin-bottom: 60px;\n}\n\n.profil-card {\nbackground: white;\nborder-radius: 12px;\npadding: 45px 35px;\nbox-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);\ntransition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\nposition: relative;\noverflow: hidden;\n}\n\n.profil-card::before {\ncontent: '';\nposition: absolute;\ntop: 0;\nleft: 0;\nwidth: 100%;\nheight: 4px;\nbackground: linear-gradient(90deg, #8B9D83 0%, #D9C7A8 100%);\ntransform: scaleX(0);\ntransform-origin: left;\ntransition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.profil-card:hover {\ntransform: translateY(-8px);\nbox-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);\n}\n\n.profil-card:hover::before {\ntransform: scaleX(1);\n}\n\n.profil-icon {\nwidth: 70px;\nheight: 70px;\nbackground: linear-gradient(135deg, #8B9D83 0%, #A5B89D 100%);\nborder-radius: 50%;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\nmargin-bottom: 25px;\ntransition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.profil-icon svg {\nwidth: 35px;\nheight: 35px;\nfill: white;\ntransition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.profil-card:hover .profil-icon {\ntransform: rotate(10deg) scale(1.1);\nbackground: linear-gradient(135deg, #7ACAFF 0%, #8B9D83 100%);\n}\n\n.profil-card:hover .profil-icon svg {\ntransform: scale(1.1);\n}\n\n.profil-card h3 {\nfont-size: 1.5rem;\nfont-weight: 600;\ncolor: #2C2C2C;\nmargin-bottom: 12px;\n}\n\n.profil-card p {\nfont-size: 1rem;\ncolor: #666;\nline-height: 1.7;\n}\n\n.profils-conclusion {\nbackground: white;\nborder-left: 5px solid #8B9D83;\npadding: 40px 50px;\nborder-radius: 8px;\nbox-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);\nmargin-top: 50px;\n}\n\n.profils-conclusion p {\nfont-size: 1.15rem;\ncolor: #2C2C2C;\nline-height: 1.8;\nfont-weight: 500;\n}\n\n\/* Section Une Journ\u00e9e au Lyc\u00e9e *\/\n.section-journee {\nwidth: 100vw;\nmargin-left: calc(-50vw + 50%);\nbackground: white;\npadding: 100px 20px;\n}\n\n.container-journee {\nmax-width: 1200px;\nmargin: 0 auto;\n}\n\n.journee-header {\ntext-align: center;\nmargin-bottom: 70px;\n}\n\n.journee-header h2 {\nfont-size: 2.8rem;\nfont-weight: 700;\ncolor: #2C2C2C;\nmargin-bottom: 20px;\nletter-spacing: -0.5px;\n}\n\n.journee-header p {\nfont-size: 1.2rem;\ncolor: #5a5a5a;\nmax-width: 700px;\nmargin: 0 auto;\nline-height: 1.8;\n}\n\n.journee-content {\ndisplay: grid;\ngrid-template-columns: 1fr 1fr;\ngap: 60px;\nalign-items: start;\n}\n\n.journee-timeline {\nbackground: linear-gradient(135deg, #f8f6f3 0%, #fefefe 100%);\nborder-radius: 12px;\npadding: 50px 40px;\nbox-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);\n}\n\n.timeline-item {\nposition: relative;\npadding-left: 50px;\nmargin-bottom: 40px;\n}\n\n.timeline-item:last-child {\nmargin-bottom: 0;\n}\n\n.timeline-item::before {\ncontent: '';\nposition: absolute;\nleft: 15px;\ntop: 10px;\nbottom: -40px;\nwidth: 2px;\nbackground: linear-gradient(180deg, #8B9D83 0%, #D9C7A8 100%);\n}\n\n.timeline-item:last-child::before {\ndisplay: none;\n}\n\n.timeline-dot {\nposition: absolute;\nleft: 0;\ntop: 5px;\nwidth: 32px;\nheight: 32px;\nbackground: white;\nborder: 3px solid #8B9D83;\nborder-radius: 50%;\ndisplay: flex;\nalign-items: center;\njustify-content: center;\nz-index: 1;\n}\n\n.timeline-dot svg {\nwidth: 16px;\nheight: 16px;\nfill: #8B9D83;\n}\n\n.timeline-time {\nfont-size: 1.3rem;\nfont-weight: 700;\ncolor: #8B9D83;\nmargin-bottom: 8px;\n}\n\n.timeline-content h4 {\nfont-size: 1.3rem;\nfont-weight: 600;\ncolor: #2C2C2C;\nmargin-bottom: 8px;\n}\n\n.timeline-content p {\nfont-size: 1rem;\ncolor: #666;\nline-height: 1.7;\n}\n\n.journee-details {\ndisplay: flex;\nflex-direction: column;\ngap: 25px;\n}\n\n.detail-card {\nbackground: linear-gradient(135deg, #f8f6f3 0%, #ffffff 100%);\nborder-radius: 12px;\npadding: 35px;\nbox-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);\ntransition: all 0.3s ease;\n}\n\n.detail-card:hover {\ntransform: translateX(8px);\nbox-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);\n}\n\n.detail-card h4 {\nfont-size: 1.3rem;\nfont-weight: 600;\ncolor: #2C2C2C;\nmargin-bottom: 15px;\n}\n\n.detail-card p {\nfont-size: 1rem;\ncolor: #666;\nline-height: 1.7;\n}\n\n.detail-card ul {\nlist-style: none;\npadding: 0;\n}\n\n.detail-card li {\nfont-size: 1rem;\ncolor: #666;\nline-height: 1.7;\npadding: 8px 0;\npadding-left: 25px;\nposition: relative;\n}\n\n.detail-card li::before {\ncontent: '\u2192';\nposition: absolute;\nleft: 0;\ncolor: #8B9D83;\nfont-weight: bold;\n}\n\n\/* Section Avantages Hors Contrat *\/\n.section-avantages {\nwidth: 100vw;\nmargin-left: calc(-50vw + 50%);\nbackground: linear-gradient(135deg, #f8f6f3 0%, #ffffff 100%);\npadding: 100px 20px;\n}\n\n.container-avantages {\nmax-width: 1200px;\nmargin: 0 auto;\n}\n\n.avantages-header {\ntext-align: center;\nmargin-bottom: 70px;\n}\n\n.avantages-header h2 {\nfont-size: 2.8rem;\nfont-weight: 700;\ncolor: #2C2C2C;\nmargin-bottom: 20px;\nletter-spacing: -0.5px;\n}\n\n.avantages-header p {\nfont-size: 1.2rem;\ncolor: #5a5a5a;\nmax-width: 700px;\nmargin: 0 auto;\nline-height: 1.8;\n}\n\n.avantages-grid {\ndisplay: grid;\ngrid-template-columns: repeat(2, 1fr);\ngap: 35px;\n}\n\n.avantage-card {\nbackground: white;\nborder-radius: 12px;\npadding: 45px 35px;\nbox-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);\ntransition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\nposition: relative;\noverflow: hidden;\n}\n\n.avantage-card::before {\ncontent: '';\nposition: absolute;\ntop: 0;\nleft: 0;\nwidth: 4px;\nheight: 100%;\nbackground: linear-gradient(180deg, #8B9D83 0%, #D9C7A8 100%);\ntransform: scaleY(0);\ntransform-origin: top;\ntransition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n}\n\n.avantage-card:hover {\ntransform: translateX(8px);\nbox-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);\n}\n\n.avantage-card:hover::before {\ntransform: scaleY(1);\n}\n\n.avantage-card h3 {\nfont-size: 1.5rem;\nfont-weight: 600;\ncolor: #2C2C2C;\nmargin-bottom: 15px;\n}\n\n.avantage-card p {\nfont-size: 1rem;\ncolor: #666;\nline-height: 1.7;\n}\n\n\/* Responsive Design *\/\n@media (max-width: 1024px) {\n.profils-grid {\ngrid-template-columns: repeat(2, 1fr);\n}\n\n.journee-content {\ngrid-template-columns: 1fr;\ngap: 40px;\n}\n\n.avantages-grid {\ngrid-template-columns: 1fr;\n}\n}\n\n@media (max-width: 768px) {\n.profils-header h2,\n.journee-header h2,\n.avantages-header h2 {\nfont-size: 2.2rem;\n}\n\n.profils-grid {\ngrid-template-columns: 1fr;\n}\n\n.section-profils,\n.section-journee,\n.section-avantages {\npadding: 60px 20px;\n}\n\n.profil-card,\n.avantage-card {\npadding: 35px 25px;\n}\n\n.detail-card {\npadding: 25px;\n}\n\n.profils-header p,\n.journee-header p,\n.avantages-header p {\nfont-size: 1.1rem;\n}\n\n.detail-card h4 {\nfont-size: 1.15rem;\n}\n\n.timeline-time {\nfont-size: 1.15rem;\n}\n}\n<\/style>\n<\/head>\n<body>\n\n<!-- Section Profils des Bacheliers -->\n<section class=\"section-profils\">\n<div class=\"container-profils\">\n<div class=\"profils-header\">\n<h2>Le profil de nos bacheliers<\/h2>\n<p>Nos \u00e9l\u00e8ves dipl\u00f4m\u00e9s se distinguent par un ensemble de qualit\u00e9s d\u00e9velopp\u00e9es tout au long de leur parcours au lyc\u00e9e international de Bailly.<\/p>\n<\/div>\n\n<div class=\"profils-grid\">\n<div class=\"profil-card\">\n<div class=\"profil-icon\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n<path d=\"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z\"\/>\n<\/svg>\n<\/div>\n<h3>Confiance en soi<\/h3>\n<p>Une assurance personnelle solide, fruit d'un accompagnement bienveillant et d'une valorisation constante des talents de chacun.<\/p>\n<\/div>\n\n<div class=\"profil-card\">\n<div class=\"profil-icon\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n<path d=\"M9 1v2h6V1h2v2h4a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h4V1h2zm11 9H4v9h16v-9zm-4.964 1.136l1.414 1.414-4.95 4.95-3.536-3.536 1.415-1.414 2.12 2.122 3.537-3.536z\"\/>\n<\/svg>\n<\/div>\n<h3>Esprit critique<\/h3>\n<p>La capacit\u00e9 d'analyser, de questionner et de construire une pens\u00e9e personnelle argument\u00e9e face aux enjeux contemporains.<\/p>\n<\/div>\n\n<div class=\"profil-card\">\n<div class=\"profil-icon\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n<path d=\"M12 10.586l4.95-4.95 1.414 1.414-4.95 4.95 4.95 4.95-1.414 1.414-4.95-4.95-4.95 4.95-1.414-1.414 4.95-4.95-4.95-4.95L7.05 5.636l4.95 4.95zM12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16z\"\/>\n<\/svg>\n<\/div>\n<h3>Curiosit\u00e9 intellectuelle<\/h3>\n<p>Un app\u00e9tit naturel pour la d\u00e9couverte et l'apprentissage, nourri par une p\u00e9dagogie qui stimule l'envie d'apprendre.<\/p>\n<\/div>\n\n<div class=\"profil-card\">\n<div class=\"profil-icon\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n<path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-2.29-2.333A17.9 17.9 0 0 1 8.027 13H4.062a8.008 8.008 0 0 0 5.648 6.667zM10.03 13c.151 2.439.848 4.73 1.97 6.752A15.905 15.905 0 0 0 13.97 13h-3.94zm9.908 0h-3.965a17.9 17.9 0 0 1-1.683 6.667A8.008 8.008 0 0 0 19.938 13zM4.062 11h3.965A17.9 17.9 0 0 1 9.71 4.333 8.008 8.008 0 0 0 4.062 11zm5.969 0h3.938A15.905 15.905 0 0 0 12 4.248 15.905 15.905 0 0 0 10.03 11zm4.259-6.667A17.9 17.9 0 0 1 15.973 11h3.965a8.008 8.008 0 0 0-5.648-6.667z\"\/>\n<\/svg>\n<\/div>\n<h3>Ouverture sur le monde<\/h3>\n<p>Une compr\u00e9hension des enjeux internationaux d\u00e9velopp\u00e9e gr\u00e2ce aux voyages scolaires et \u00e0 une approche multiculturelle.<\/p>\n<\/div>\n\n<div class=\"profil-card\">\n<div class=\"profil-icon\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n<path d=\"M11.088 8.063c.062-.243.1-.426.135-.605l-1.1-.214-.109.5c-.371-.055-.767-.061-1.166-.021.009-.268.025-.531.049-.784h1.229v-1.042h-1.082c.054-.265.099-.424.144-.575l-1.074-.322c-.079.263-.144.521-.211.897h-1.225v1.042h1.092c-.029.336-.046.685-.051 1.038-1.207.443-1.719 1.288-1.719 2.053 0 .904.714 1.7 1.842 1.598 1.401-.128 2.337-1.186 2.885-2.487.567.327.805.876.591 1.385-.197.471-.78.919-1.892.896v1.121c1.234.019 2.448-.45 2.925-1.583.464-1.107-.067-2.317-1.263-2.897zm-1.446.766c-.175.387-.405.772-.698 1.075-.045-.323-.076-.676-.092-1.054.267-.035.537-.041.79-.021zm-1.894.362c.03.473.084.909.158 1.298-.998.183-1.038-.801-.158-1.298zm-5.748.161c0 1.873.849 2.943 1.683 3.943.031 1 .085 1.668-.333 3.183 1.748-.558 2.038-.778 3.008-1.374 1 .244 1.474.381 2.611.491-.094.708-.081 1.275.055 2.023-.752-.06-1.528-.178-2.33-.374-1.397.857-4.481 1.725-6.649 2.115.811-1.595 1.708-3.785 1.661-5.312-1.091-1.305-1.706-2.985-1.706-4.695 0-4.826 4.719-8.352 10-8.352 5.237 0 9.977 3.484 9.998 8.318-.644-.175-1.322-.277-2.021-.314-.229-3.34-3.713-6.004-7.977-6.004-4.411 0-8 2.85-8 6.352zm15.657 5.429l.725 2.074h-1.445l.72-2.074zm6.343 1.666c0-3.158-3.089-5.467-6.546-5.467-3.436 0-6.546 2.293-6.546 5.467 0 2.8 2.633 5.442 6.498 5.442.699 0 1.44-.087 2.213-.274.914.561 2.933 1.127 4.352 1.385-.53-1.045-1.117-2.479-1.088-3.479.714-.853 1.117-1.954 1.117-3.074zm-4.851 2.553l-.456-1.27h-2.062l-.451 1.27h-1.18l2.099-5.5h1.101l2.091 5.5h-1.142z\"\/>\n<\/svg>\n<\/div>\n<h3>Bilinguisme voire trilinguisme<\/h3>\n<p>Une ma\u00eetrise avanc\u00e9e de l'anglais et de l'espagnol, ouvrant les portes des universit\u00e9s internationales.<\/p>\n<\/div>\n\n<div class=\"profil-card\">\n<div class=\"profil-icon\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n<path d=\"M12 11a5 5 0 0 1 5 5v6H7v-6a5 5 0 0 1 5-5zm-6.712 3.006a6.983 6.983 0 0 0-.28 1.65L5 16v6H2v-4.5a3.5 3.5 0 0 1 3.119-3.48l.17-.014zm13.424 0A3.501 3.501 0 0 1 22 17.5V22h-3v-6c0-.693-.1-1.362-.288-1.994zM5.5 8a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm13 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zM12 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8z\"\/>\n<\/svg>\n<\/div>\n<h3>Autonomie et ind\u00e9pendance<\/h3>\n<p>La capacit\u00e9 \u00e0 g\u00e9rer son travail, prendre des initiatives et construire son propre parcours d'apprentissage.<\/p>\n<\/div>\n<\/div>\n\n<div class=\"profils-conclusion\">\n<p>Ce profil bilingue, marqu\u00e9 par l'autonomie et la confiance en soi, repr\u00e9sente une valeur ajout\u00e9e reconnue et recherch\u00e9e par les \u00e9tablissements d'enseignement sup\u00e9rieur en France et \u00e0 l'International.<\/p>\n<\/div>\n<\/div>\n<\/section>\n\n<!-- Section Une Journ\u00e9e au Lyc\u00e9e -->\n<section class=\"section-journee\">\n<div class=\"container-journee\">\n<div class=\"journee-header\">\n<h2>Une journ\u00e9e dans notre Lyc\u00e9e international<\/h2>\n<p>D\u00e9couvrez le rythme d'une journ\u00e9e type et l'organisation p\u00e9dagogique qui accompagne nos lyc\u00e9ens vers la r\u00e9ussite.<\/p>\n<\/div>\n\n<div class=\"journee-content\">\n<div class=\"journee-timeline\">\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n<path d=\"M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-8h4v2h-6V7h2v5z\"\/>\n<\/svg>\n<\/div>\n<div class=\"timeline-content\">\n<div class=\"timeline-time\">8h45<\/div>\n<h4>D\u00e9but des cours<\/h4>\n<p>Les cours commencent \u00e0 8h45.<\/p>\n<\/div>\n<\/div>\n\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n<path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM4 5v14h16V5H4zm2 2h6v6H6V7zm2 2v2h2V9H8zm-2 6h12v2H6v-2zm8-8h4v2h-4V7zm0 4h4v2h-4v-2z\"\/>\n<\/svg>\n<\/div>\n<div class=\"timeline-content\">\n<div class=\"timeline-time\">Matin\u00e9e<\/div>\n<h4>Cours du matin<\/h4>\n<p>Enseignement des mati\u00e8res g\u00e9n\u00e9rales et sp\u00e9cialit\u00e9s avec un enseignant d\u00e9di\u00e9 par mati\u00e8re.<\/p>\n<\/div>\n<\/div>\n\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n<path d=\"M14.268 12.146l-.854.854 7.071 7.071-1.414 1.414L12 14.415l-7.071 7.07-1.414-1.414 9.339-9.339c-.588-1.457.02-3.555 1.62-5.157 1.953-1.952 4.644-2.427 6.011-1.06s.892 4.058-1.06 6.01c-1.602 1.602-3.7 2.21-5.157 1.621zM4.222 3.808l6.717 6.717-2.828 2.829-3.89-3.89a4 4 0 0 1 0-5.656zM18.01 9.11c1.258-1.257 1.517-2.726 1.061-3.182-.456-.456-1.925-.197-3.182 1.06-1.257 1.258-1.516 2.727-1.06 3.183.455.456 1.924.197 3.181-1.061z\"\/>\n<\/svg>\n<\/div>\n<div class=\"timeline-content\">\n<div class=\"timeline-time\">30 minutes<\/div>\n<h4>Pause d\u00e9jeuner<\/h4>\n<p>Moment de d\u00e9tente et d'\u00e9change entre \u00e9l\u00e8ves.<\/p>\n<\/div>\n<\/div>\n\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n<path d=\"M2 3.993A1 1 0 0 1 2.992 3h18.016c.548 0 .992.445.992.993v16.014a1 1 0 0 1-.992.993H2.992A.993.993 0 0 1 2 20.007V3.993zM4 5v14h16V5H4zm2 2h6v6H6V7zm2 2v2h2V9H8zm-2 6h12v2H6v-2zm8-8h4v2h-4V7zm0 4h4v2h-4v-2z\"\/>\n<\/svg>\n<\/div>\n<div class=\"timeline-content\">\n<div class=\"timeline-time\">Apr\u00e8s-midi<\/div>\n<h4>Cours de l'apr\u00e8s-midi<\/h4>\n<p>Poursuite des enseignements. <\/p>\n<\/div>\n<\/div>\n\n<div class=\"timeline-item\">\n<div class=\"timeline-dot\">\n<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\">\n<path d=\"M13 21v2h-2v-2H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6a3.99 3.99 0 0 1 3 1.354A3.99 3.99 0 0 1 15 3h6a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1h-8zm-1-8.1A5.002 5.002 0 0 0 9 8H4v11h8v-6.1zm9 0V19h-8v-6.1A5.002 5.002 0 0 0 15 8h5v4.9z\"\/>\n<\/svg>\n<\/div>\n<div class=\"timeline-content\">\n<div class=\"timeline-time\">17h30<\/div>\n<h4>Fin des cours<\/h4>\n<p>Les \u00e9l\u00e8ves peuvent rester en \u00e9tude s'ils le souhaitent.<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"journee-details\">\n<div class=\"detail-card\">\n<h4>Organisation personnalis\u00e9e<\/h4>\n<p>Chaque \u00e9l\u00e8ve dispose d'un emploi du temps remis en d\u00e9but d'ann\u00e9e avec un enseignant par mati\u00e8re. Le programme est diff\u00e9renci\u00e9 selon les choix de chacun.<\/p>\n<\/div>\n\n<div class=\"detail-card\">\n<h4>Parcours au lyc\u00e9e<\/h4>\n<ul>\n<li><strong>En Seconde :<\/strong> Anglais renforc\u00e9 et pr\u00e9paration aux examens de Cambridge<\/li>\n<li><strong>\u00c0 partir de la Premi\u00e8re :<\/strong> Choix entre plusieurs sp\u00e9cialit\u00e9s et pr\u00e9sentation par l'\u00e9tablissement aux \u00e9preuves du baccalaur\u00e9at<\/li>\n<li><strong>En Terminale :<\/strong> Abandon d'une sp\u00e9cialit\u00e9 et passage des \u00e9preuves du baccalaur\u00e9at g\u00e9n\u00e9ral<\/li>\n<\/ul>\n<\/div>\n\n<div class=\"detail-card\">\n<h4>Classes \u00e0 effectifs r\u00e9duits<\/h4>\n<p>Classes de 15 \u00e9l\u00e8ves environ : les petits effectifs permettent un suivi individualis\u00e9 et personnalis\u00e9 pour chacun.<\/p>\n<\/div>\n\n<div class=\"detail-card\">\n<h4>Respect de la singularit\u00e9<\/h4>\n<p>Approche qui permet de respecter l'individualit\u00e9 de chacun, dans le cadre des programmes officiels. Un haut niveau acad\u00e9mique alli\u00e9 \u00e0 la libert\u00e9 de choisir sa voie et de s'\u00e9panouir pleinement.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n<!-- Section Avantages Hors Contrat -->\n<section class=\"section-avantages\">\n<div class=\"container-avantages\">\n<div class=\"avantages-header\">\n<h2>Avantages de notre lyc\u00e9e international <\/h2>\n<p>La cadre p\u00e9dagogique au service de la r\u00e9ussite de chaque \u00e9l\u00e8ve<\/p>\n<\/div>\n\n<div class=\"avantages-grid\">\n<div class=\"avantage-card\">\n<h3>Choix de nos enseignants<\/h3>\n<p>Nous choisissons nos enseignants et enseignantes afin qu'ils respectent les valeurs de notre p\u00e9dagogie.<\/p>\n<\/div>\n\n<div class=\"avantage-card\">\n<h3>Cadre p\u00e9dagogique<\/h3>\n<p>Nos enseignants exp\u00e9riment\u00e9s et bienveillants d\u00e9veloppent l'esprit critique et la cr\u00e9ativit\u00e9 pour mener nos \u00e9l\u00e8ves vers la r\u00e9ussite au bac.<\/p>\n<\/div>\n\n<div class=\"avantage-card\">\n<h3>Admissions post-bac<\/h3>\n<p>Nos \u00e9l\u00e8ves sont admis dans les universit\u00e9s et \u00e9coles sup\u00e9rieures qui correspondent \u00e0 leur premier choix.<\/p>\n<\/div>\n\n<div class=\"avantage-card\">\n<h3>Enseignement personnalis\u00e9<\/h3>\n<p>Gr\u00e2ce \u00e0 ce cadre, nous adaptons les m\u00e9thodes d'enseignement aux besoins sp\u00e9cifiques de chaque \u00e9l\u00e8ve tout en respectant les programmes officiels.<\/p>\n<\/div>\n<\/div>\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-415263d elementor-widget elementor-widget-html\" data-id=\"415263d\" 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 - lycee<\/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 dans notre lyc\u00e9e international<\/h2>\n                \n                <p class=\"cta-subtitle\">Pr\u00e9parez votre enfant au baccalaur\u00e9at et aux meilleures universit\u00e9s dans un environnement qui valorise l'autonomie, l'excellence et l'\u00e9panouissement.<\/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 &#8211; Lyc\u00e9e Montessori 15-18 ans Lyc\u00e9e Montessori100% de r\u00e9ussite au Bac, aux portes de Paris Ath\u00e9na est le seul lyc\u00e9e Montessori en France pr\u00e9parant au baccalaur\u00e9at g\u00e9n\u00e9ral. Un \u00e9tablissement international et alternatif qui place l&rsquo;autonomie, l&rsquo;excellence acad\u00e9mique et l&rsquo;ouverture sur le monde au c\u0153ur de chaque parcours, pour rejoindre les meilleures universit\u00e9s en France [&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-30","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/lyceeinternationalmontessori.com\/en\/wp-json\/wp\/v2\/pages\/30","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=30"}],"version-history":[{"count":132,"href":"https:\/\/lyceeinternationalmontessori.com\/en\/wp-json\/wp\/v2\/pages\/30\/revisions"}],"predecessor-version":[{"id":2153,"href":"https:\/\/lyceeinternationalmontessori.com\/en\/wp-json\/wp\/v2\/pages\/30\/revisions\/2153"}],"wp:attachment":[{"href":"https:\/\/lyceeinternationalmontessori.com\/en\/wp-json\/wp\/v2\/media?parent=30"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}