{"id":2009,"date":"2025-12-03T08:50:42","date_gmt":"2025-12-03T08:50:42","guid":{"rendered":"https:\/\/international-school33.com\/?page_id=2009"},"modified":"2026-03-12T15:05:42","modified_gmt":"2026-03-12T15:05:42","slug":"hermitage-group","status":"publish","type":"page","link":"https:\/\/international-school33.com\/en\/groupe-ermitage\/","title":{"rendered":"Ermitage Group"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"2009\" class=\"elementor elementor-2009\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7e9a07 e-flex e-con-boxed e-con e-parent\" data-id=\"d7e9a07\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9f89931 elementor-widget elementor-widget-html\" data-id=\"9f89931\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section id=\"ermitage-education\" class=\"is33-ermitage-education-section\">\n<style>\n\/* --- RESET & VARIABLES ERMITAGE EDUCATION --- *\/\n.is33-ermitage-education-section * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n.is33-ermitage-education-section {\n    font-family: 'Elms Sans', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;\n    background: linear-gradient(135deg, #05244F 0%, #0a3a6e 100%);\n    color: white;\n    \/* MODIFICATION ICI : 50px haut, 40px droite\/gauche, 50px bas *\/\n    padding: 50px 40px;\n    position: relative;\n    overflow: hidden;\n    width: 100vw;\n    margin-left: calc(-50vw + 50%);\n}\n\n.ermitage-edu-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n}\n\n\/* Header avec logo *\/\n.ermitage-edu-header {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    margin-bottom: 60px;\n    animation: fadeInUpErmitage 0.8s ease-out;\n}\n\n\/* Nouveau style pour le lien du logo *\/\n.ermitage-logo-link {\n    display: inline-block;\n    transition: transform 0.3s ease;\n    cursor: pointer;\n}\n\n.ermitage-logo-link:hover {\n    transform: scale(1.03);\n}\n\n.ermitage-edu-logo {\n    width: 280px;\n    height: auto;\n    margin-bottom: 40px;\n    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));\n    \/* Reset margin bottom for the img since it's now in a link, handled by parent or link *\/\n    display: block; \n}\n\n.ermitage-edu-title {\n    font-size: 48px;\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 16px;\n    color: white;\n}\n\n.ermitage-edu-title .highlight {\n    color: #B59138;\n}\n\n\/* Contenu principal *\/\n.ermitage-edu-content {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 50px;\n    margin-bottom: 60px;\n}\n\n.ermitage-edu-paragraph {\n    animation: fadeInUpErmitage 0.8s ease-out backwards;\n}\n\n.ermitage-edu-paragraph:nth-child(1) { animation-delay: 0.2s; }\n.ermitage-edu-paragraph:nth-child(2) { animation-delay: 0.4s; }\n\n.ermitage-edu-paragraph p {\n    font-size: 18px;\n    line-height: 1.8;\n    color: rgba(255, 255, 255, 0.92);\n}\n\n.ermitage-edu-paragraph p strong {\n    color: #B59138;\n    font-weight: 600;\n}\n\n\/* Stats highlights *\/\n.ermitage-edu-stats {\n    display: flex;\n    justify-content: center;\n    gap: 60px;\n    margin-bottom: 60px;\n    animation: fadeInUpErmitage 0.8s ease-out 0.5s backwards;\n}\n\n.ermitage-stat-item {\n    text-align: center;\n}\n\n.ermitage-stat-number {\n    font-size: 56px;\n    font-weight: 700;\n    color: #B59138;\n    line-height: 1;\n    margin-bottom: 8px;\n}\n\n.ermitage-stat-label {\n    font-size: 14px;\n    text-transform: uppercase;\n    letter-spacing: 1.5px;\n    color: rgba(255, 255, 255, 0.7);\n    font-weight: 600;\n}\n\n\/* Citation *\/\n.ermitage-edu-quote {\n    background: rgba(255, 255, 255, 0.08);\n    border-left: 4px solid #B59138;\n    border-radius: 0 20px 20px 0;\n    padding: 40px 50px;\n    margin: 0 auto;\n    max-width: 900px;\n    animation: fadeInUpErmitage 0.8s ease-out 0.6s backwards;\n    \n    \/* Flexbox pour l'image et le texte *\/\n    display: flex;\n    align-items: center;\n    gap: 30px;\n}\n\n\/* Styles pour l'image de Jim Doherty *\/\n.ermitage-quote-img {\n    width: 120px;\n    height: 120px;\n    border-radius: 50%;\n    object-fit: cover;\n    border: 3px solid #B59138;\n    flex-shrink: 0; \/* Emp\u00eache l'image de s'\u00e9craser *\/\n}\n\n.ermitage-quote-content {\n    flex: 1;\n}\n\n.ermitage-edu-quote blockquote {\n    font-size: 22px;\n    font-style: italic;\n    line-height: 1.7;\n    color: white;\n    margin-bottom: 20px;\n}\n\n.ermitage-edu-quote cite {\n    font-size: 16px;\n    color: #B59138;\n    font-style: normal;\n    font-weight: 600;\n    display: block;\n}\n\n@keyframes fadeInUpErmitage {\n    from {\n        opacity: 0;\n        transform: translateY(30px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n\/* Responsive *\/\n@media (max-width: 968px) {\n    .is33-ermitage-education-section {\n        \/* Ajustement mobile pour garder la coh\u00e9rence *\/\n        padding: 40px 24px;\n    }\n    \n    .ermitage-edu-logo {\n        width: 220px;\n    }\n    \n    .ermitage-edu-title {\n        font-size: 36px;\n    }\n    \n    .ermitage-edu-content {\n        grid-template-columns: 1fr;\n        gap: 30px;\n    }\n    \n    .ermitage-edu-stats {\n        flex-direction: column;\n        gap: 30px;\n    }\n    \n    .ermitage-stat-number {\n        font-size: 44px;\n    }\n    \n    .ermitage-edu-quote {\n        padding: 30px;\n        flex-direction: column; \/* Empile l'image et le texte sur mobile *\/\n        text-align: center;\n    }\n    \n    .ermitage-edu-quote blockquote {\n        font-size: 18px;\n    }\n    \n    .ermitage-quote-img {\n        width: 100px;\n        height: 100px;\n        margin-bottom: 15px; \/* Espace sous l'image en mobile *\/\n    }\n}\n\n@media (max-width: 480px) {\n    .ermitage-edu-logo {\n        width: 180px;\n    }\n    \n    .ermitage-edu-title {\n        font-size: 28px;\n    }\n    \n    .ermitage-edu-paragraph p {\n        font-size: 16px;\n    }\n}\n<\/style>\n\n    <div class=\"ermitage-edu-container\">\n        <header class=\"ermitage-edu-header\">\n            <a href=\"https:\/\/fr.ermitage.fr\/discover\/ermitage-education-group\" class=\"ermitage-logo-link\" target=\"_blank\" rel=\"noopener\">\n                <img decoding=\"async\" \n                    src=\"https:\/\/international-school33.com\/wp-content\/uploads\/2025\/12\/GroupeErmitageLogoWhite.webp\" \n                    alt=\"Ermitage Education Group logo\" \n                    class=\"ermitage-edu-logo\"\n                    loading=\"eager\"\n                \/>\n            <\/a>\n            <h1 class=\"ermitage-edu-title\">The Group <span class=\"highlight\">Ermitage Education<\/span><\/h1>\n        <\/header>\n\n        <div class=\"ermitage-edu-content\">\n            <div class=\"ermitage-edu-paragraph\">\n                <p>Ermitage Education is a network of international schools of excellence which welcomes almost <strong>2,000 students<\/strong> aged 3 to 18, representing more than <strong>80 nationalities<\/strong>. With offices in France and Belgium, the group offers a wide range of international academic courses (IB, Cambridge IGCSE, French programmes), with teaching methods focused on the success and well-being of each student.<\/p>\n            <\/div>\n            <div class=\"ermitage-edu-paragraph\">\n                <p>Students from the Group's various schools achieve excellent results every year, with a <strong>International Baccalaureate pass rate close to 100 %<\/strong>. Each school develops a strong identity that is both rooted in its local environment and open to the world, so that education transcends geographical and cultural boundaries.<\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"ermitage-edu-stats\">\n            <div class=\"ermitage-stat-item\">\n                <div class=\"ermitage-stat-number\">2 000<\/div>\n                <div class=\"ermitage-stat-label\">Students<\/div>\n            <\/div>\n            <div class=\"ermitage-stat-item\">\n                <div class=\"ermitage-stat-number\">80+<\/div>\n                <div class=\"ermitage-stat-label\">Nationalities<\/div>\n            <\/div>\n            <div class=\"ermitage-stat-item\">\n                <div class=\"ermitage-stat-number\">~100%<\/div>\n                <div class=\"ermitage-stat-label\">IB success<\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"ermitage-edu-quote\">\n            <img decoding=\"async\" \n                src=\"https:\/\/international-school33.com\/wp-content\/uploads\/2025\/12\/Ermitage-Education-JimDoherty.webp\" \n                alt=\"Jim Doherty\" \n                class=\"ermitage-quote-img\"\n            \/>\n            <div class=\"ermitage-quote-content\">\n                <blockquote>\u00abWe celebrate ambition and uniqueness. In our schools everybody belongs, grows and thrives. Be bold, be open-minded, be you.\u00bb<\/blockquote>\n                <cite>Jim Doherty, Ermitage Education Group President<\/cite>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-833447f elementor-widget elementor-widget-menu-anchor\" data-id=\"833447f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"ermitage-Bordeaux\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ec345c elementor-widget elementor-widget-html\" data-id=\"9ec345c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<section id=\"ermitage-bordeaux\" class=\"is33-ermitage-bordeaux-section\">\n<style>\n\/* --- RESET & VARIABLES ERMITAGE BORDEAUX --- *\/\n.is33-ermitage-bordeaux-section * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n.is33-ermitage-bordeaux-section {\n    font-family: 'Elms Sans', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;\n    background: #FFFFFF;\n    padding: 100px 40px;\n    position: relative;\n    overflow: hidden;\n    width: 100vw;\n    margin-left: calc(-50vw + 50%);\n}\n\n.ermitage-bdx-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 80px;\n    align-items: stretch;\n}\n\n\/* Image avec overlay logo *\/\n.ermitage-bdx-visual {\n    position: relative;\n    animation: fadeInUpBdx 0.8s ease-out;\n    display: flex;\n}\n\n.ermitage-bdx-image-wrapper {\n    position: relative;\n    border-radius: 0;\n    overflow: hidden;\n    box-shadow: 0 30px 60px rgba(5, 36, 79, 0.15);\n    flex: 1;\n    display: flex;\n}\n\n.ermitage-bdx-image-wrapper img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    display: block;\n    transition: transform 0.6s ease;\n}\n\n.ermitage-bdx-image-wrapper:hover img {\n    transform: scale(1.03);\n}\n\n\/* Logo flottant sur l'image *\/\n.ermitage-bdx-logo-overlay {\n    position: absolute;\n    bottom: 20px;\n    left: 20px;\n    background: #6C121D;\n    padding: 15px 25px;\n    border-radius: 12px;\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);\n}\n\n.ermitage-bdx-logo-overlay img {\n    width: 160px;\n    height: auto;\n}\n\n\/* Contenu texte *\/\n.ermitage-bdx-content {\n    animation: fadeInUpBdx 0.8s ease-out 0.2s backwards;\n}\n\n.ermitage-bdx-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(181, 145, 56, 0.1);\n    color: #B59138;\n    padding: 10px 20px;\n    border-radius: 50px;\n    font-size: 13px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 1.2px;\n    margin-bottom: 24px;\n    border: 1px solid rgba(181, 145, 56, 0.2);\n}\n\n.ermitage-bdx-title {\n    font-size: 44px;\n    font-weight: 700;\n    color: #05244F;\n    line-height: 1.2;\n    margin-bottom: 24px;\n}\n\n.ermitage-bdx-title .highlight {\n    color: #B59138;\n}\n\n.ermitage-bdx-intro {\n    font-size: 18px;\n    line-height: 1.8;\n    color: #4A5568;\n    margin-bottom: 40px;\n}\n\n\/* CTA Button *\/\n.ermitage-bdx-cta {\n    display: inline-flex;\n    align-items: center;\n    background: linear-gradient(135deg, #B59138 0%, #d4ab4d 100%);\n    color: white !important;\n    padding: 18px 36px;\n    border-radius: 50px;\n    font-size: 16px;\n    font-weight: 700;\n    text-decoration: none !important;\n    transition: all 0.3s ease;\n    box-shadow: 0 8px 25px rgba(181, 145, 56, 0.35);\n}\n\n.ermitage-bdx-cta:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 12px 35px rgba(181, 145, 56, 0.45);\n    background: linear-gradient(135deg, #c9a347 0%, #e0bc5e 100%);\n    color: #05244F !important;\n}\n\n@keyframes fadeInUpBdx {\n    from {\n        opacity: 0;\n        transform: translateY(30px);\n    }\n    to {\n        opacity: 1;\n        transform: translateY(0);\n    }\n}\n\n\/* Responsive Tablette *\/\n@media (max-width: 968px) {\n    .is33-ermitage-bordeaux-section {\n        padding: 70px 24px;\n    }\n    \n    .ermitage-bdx-container {\n        grid-template-columns: 1fr;\n        gap: 50px;\n    }\n    \n    .ermitage-bdx-visual {\n        order: -1;\n    }\n    \n    .ermitage-bdx-title {\n        font-size: 36px;\n    }\n    \n    .ermitage-bdx-logo-overlay {\n        padding: 12px 18px;\n    }\n    \n    .ermitage-bdx-logo-overlay img {\n        width: 120px;\n    }\n}\n\n\/* Responsive Mobile - MODIFICATION ICI *\/\n@media (max-width: 480px) {\n    .ermitage-bdx-title {\n        font-size: 28px;\n    }\n    \n    .ermitage-bdx-intro {\n        font-size: 16px;\n    }\n    \n    .ermitage-bdx-cta {\n        width: 100%;\n        justify-content: center;\n        \/* Padding r\u00e9duit pour un aspect moins \"gros\" *\/\n        padding: 14px 24px; \n        \/* Police l\u00e9g\u00e8rement r\u00e9duite *\/\n        font-size: 15px;\n        \/* Ombre l\u00e9g\u00e8rement r\u00e9duite pour \u00e9viter l'effet flottant trop haut sur mobile *\/\n        box-shadow: 0 5px 15px rgba(181, 145, 56, 0.3);\n    }\n}\n<\/style>\n\n    <div class=\"ermitage-bdx-container\">\n        <div class=\"ermitage-bdx-visual\">\n            <div class=\"ermitage-bdx-image-wrapper\">\n                <img decoding=\"async\" \n                    src=\"https:\/\/international-school33.com\/wp-content\/uploads\/2025\/12\/ermitage-school-bordeaux.webp\" \n                    alt=\"Campus Ermitage Bordeaux - International school in Bordeaux\" \n                    loading=\"lazy\"\n                \/>\n                <div class=\"ermitage-bdx-logo-overlay\">\n                    <img decoding=\"async\" \n                        src=\"https:\/\/international-school33.com\/wp-content\/uploads\/2025\/12\/Logo-ermitage-Bordeaux.webp\" \n                        alt=\"Ermitage Bordeaux logo\"\n                    \/>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"ermitage-bdx-content\">\n            <span class=\"ermitage-bdx-badge\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewbox=\"0 0 256 256\" fill=\"currentColor\">\n                    <path d=\"M128,16a88.1,88.1,0,0,0-88,88c0,75.3,80,132.17,83.41,134.55a8,8,0,0,0,9.18,0C136,236.17,216,179.3,216,104A88.1,88.1,0,0,0,128,16Zm0,56a32,32,0,1,1-32,32A32,32,0,0,1,128,72Z\"\/>\n                <\/svg>\n                Bordeaux, France\n            <\/span>\n            \n            <h1 class=\"ermitage-bdx-title\">Ermitage <span class=\"highlight\">Bordeaux<\/span><\/h1>\n            \n            <p class=\"ermitage-bdx-intro\">Ermitage Bordeaux is the Bordeaux campus of the Ermitage Education group. The school offers international programmes for preschool and primary levels in a bilingual, rigorous, and nurturing environment, in line with the group\u2019s philosophy.<\/p>\n            \n            <a href=\"https:\/\/ermitage-bordeaux.fr\/\" target=\"_blank\" rel=\"noopener\" class=\"ermitage-bdx-cta\">\n                Discover Ermitage Bordeaux\n            <\/a>\n        <\/div>\n    <\/div>\n<\/section>\n\n<script type=\"application\/ld+json\">{\n    \"@context\": \"https:\\\/\\\/schema.org\",\n    \"@type\": \"EducationalOrganization\",\n    \"name\": \"Ermitage Education\",\n    \"description\": \"R\\u00e9seau d'\\u00e9coles internationales d'excellence accueillant pr\\u00e8s de 2000 \\u00e9l\\u00e8ves de 3 \\u00e0 18 ans, repr\\u00e9sentant plus de 80 nationalit\\u00e9s, implant\\u00e9 en France et en Belgique.\",\n    \"url\": \"https:\\\/\\\/ermitage-bordeaux.fr\\\/\",\n    \"numberOfEmployees\": {\n        \"@type\": \"QuantitativeValue\",\n        \"value\": \"80+\",\n        \"unitText\": \"nationalit\\u00e9s repr\\u00e9sent\\u00e9es\"\n    },\n    \"member\": {\n        \"@type\": \"EducationalOrganization\",\n        \"name\": \"Ermitage Bordeaux\",\n        \"description\": \"\\u00c9cole internationale du groupe Ermitage Education situ\\u00e9e \\u00e0 Bordeaux, proposant des programmes internationaux de la maternelle au lyc\\u00e9e.\",\n        \"address\": {\n            \"@type\": \"PostalAddress\",\n            \"addressLocality\": \"Bordeaux\",\n            \"addressCountry\": \"FR\"\n        }\n    }\n}<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Le groupe Ermitage Education Ermitage Education est un r\u00e9seau d&rsquo;\u00e9coles internationales d&rsquo;excellence qui accueille pr\u00e8s de 2 000 \u00e9l\u00e8ves de 3 \u00e0 18 ans, repr\u00e9sentant plus de 80 nationalit\u00e9s. Implant\u00e9 en France et en Belgique, le groupe propose une grande diversit\u00e9 de cursus acad\u00e9miques internationaux (IB, Cambridge IGCSE, programmes fran\u00e7ais), avec une p\u00e9dagogie centr\u00e9e sur [&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-2009","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/international-school33.com\/en\/wp-json\/wp\/v2\/pages\/2009","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/international-school33.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/international-school33.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/international-school33.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/international-school33.com\/en\/wp-json\/wp\/v2\/comments?post=2009"}],"version-history":[{"count":40,"href":"https:\/\/international-school33.com\/en\/wp-json\/wp\/v2\/pages\/2009\/revisions"}],"predecessor-version":[{"id":3639,"href":"https:\/\/international-school33.com\/en\/wp-json\/wp\/v2\/pages\/2009\/revisions\/3639"}],"wp:attachment":[{"href":"https:\/\/international-school33.com\/en\/wp-json\/wp\/v2\/media?parent=2009"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}