{"id":69,"date":"2025-11-14T15:52:57","date_gmt":"2025-11-14T15:52:57","guid":{"rendered":"https:\/\/international-school33.com\/?page_id=69"},"modified":"2025-12-24T15:02:17","modified_gmt":"2025-12-24T15:02:17","slug":"international-programmes","status":"publish","type":"page","link":"https:\/\/international-school33.com\/en\/programmes-internationaux\/","title":{"rendered":"International programmes"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"69\" class=\"elementor elementor-69\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-60f53f8 e-flex e-con-boxed e-con e-parent\" data-id=\"60f53f8\" 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-2ab970d elementor-widget elementor-widget-html\" data-id=\"2ab970d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* ============================================\n   STYLES GLOBAUX - PAGE HUB INTERNATIONAL\n   ============================================ *\/\n\n.is33-international-hub {\n  font-family: 'Elms Sans', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;\n  background: #ffffff;\n}\n\n:root {\n  --is33-blue: #05244F;\n  --is33-blue-light: #0a3d7a;\n  --is33-gold: #B59138;\n  --is33-gold-light: #d4ab4d;\n  --is33-coral: #F45D48;\n  --is33-grey: #e9ecef;\n}\n\n.international-container {\n  max-width: 1400px;\n  margin: 0 auto;\n  padding: 0 40px;\n}\n\n@keyframes fadeInUp {\n  from {\n    opacity: 0;\n    transform: translateY(30px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n\n\/* ============================================\n   CARTES CLIQUABLES\n   ============================================ *\/\n\n.programs-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 32px;\n  margin: 60px 0;\n}\n\n.program-card {\n  background: white;\n  border: 2px solid var(--is33-grey);\n  border-radius: 16px;\n  padding: 40px 32px;\n  text-align: center;\n  transition: all 0.4s ease;\n  cursor: pointer;\n  position: relative;\n  overflow: hidden;\n  text-decoration: none;\n  display: block;\n  animation: fadeInUp 0.8s ease-out backwards;\n}\n\n.program-card:nth-child(1) { animation-delay: 0.1s; }\n.program-card:nth-child(2) { animation-delay: 0.2s; }\n.program-card:nth-child(3) { animation-delay: 0.3s; }\n\n.program-card::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 6px;\n  background: linear-gradient(135deg, var(--is33-gold) 0%, var(--is33-gold-light) 100%);\n  transform: scaleX(0);\n  transform-origin: left;\n  transition: transform 0.4s ease;\n}\n\n.program-card:hover::before {\n  transform: scaleX(1);\n}\n\n.program-card:hover {\n  border-color: var(--is33-gold);\n  transform: translateY(-8px);\n  box-shadow: 0 16px 48px rgba(181, 145, 56, 0.2);\n}\n\n.program-card.card-dp:hover {\n  background: linear-gradient(135deg, rgba(5, 36, 79, 0.02) 0%, rgba(5, 36, 79, 0.05) 100%);\n}\n\n.program-card.card-pop:hover {\n  background: linear-gradient(135deg, rgba(244, 93, 72, 0.02) 0%, rgba(244, 93, 72, 0.05) 100%);\n}\n\n.program-card.card-postbac:hover {\n  background: linear-gradient(135deg, rgba(181, 145, 56, 0.02) 0%, rgba(181, 145, 56, 0.05) 100%);\n}\n\n.card-icon {\n  width: 80px;\n  height: 80px;\n  margin: 0 auto 24px;\n  background: linear-gradient(135deg, var(--is33-blue) 0%, var(--is33-blue-light) 100%);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 28px;\n  font-weight: 700;\n  color: white;\n  transition: all 0.4s ease;\n  letter-spacing: -1px;\n}\n\n.program-card:hover .card-icon {\n  transform: scale(1.1) rotate(5deg);\n}\n\n.card-pop .card-icon {\n  background: linear-gradient(135deg, var(--is33-coral) 0%, #ff7a66 100%);\n}\n\n.card-postbac .card-icon {\n  background: linear-gradient(135deg, var(--is33-gold) 0%, var(--is33-gold-light) 100%);\n}\n\n.card-title {\n  font-size: 24px;\n  font-weight: 700;\n  color: var(--is33-blue);\n  margin-bottom: 16px;\n  line-height: 1.3;\n}\n\n.card-description {\n  font-size: 16px;\n  color: var(--is33-blue);\n  opacity: 0.8;\n  line-height: 1.6;\n  margin-bottom: 24px;\n  min-height: 72px;\n}\n\n.card-link {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  color: var(--is33-gold);\n  font-size: 16px;\n  font-weight: 600;\n  transition: gap 0.3s ease;\n}\n\n.program-card:hover .card-link {\n  gap: 12px;\n}\n\n.card-link::after {\n  content: '\u2192';\n  font-size: 20px;\n  transition: transform 0.3s ease;\n}\n\n.program-card:hover .card-link::after {\n  transform: translateX(4px);\n}\n\n@media (max-width: 968px) {\n  .international-container {\n    padding: 0 24px;\n  }\n  \n  .programs-grid {\n    grid-template-columns: 1fr;\n    gap: 24px;\n  }\n  \n  .card-description {\n    min-height: auto;\n  }\n}\n\n\/* ============================================\n   OVERRIDE CONTAINER POUR LE HERO FULL WIDTH\n   ============================================ *\/\n\n.hero-compact .international-container {\n  max-width: 100% !important;\n  padding: 0 !important;\n}\n<\/style>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-88967d3 elementor-widget elementor-widget-html\" data-id=\"88967d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* ============================================\n   HERO CONDENS\u00c9 EN 2 COLONNES\n   ============================================ *\/\n\n.hero-compact {\n  background: linear-gradient(135deg, var(--is33-blue) 0%, var(--is33-blue-light) 100%);\n  color: white;\n  padding: 50px 0;\n  position: relative;\n  overflow: hidden;\n}\n\n.hero-compact .international-container {\n  max-width: 100%;\n  width: 100%;\n  padding: 0;\n}\n\n\/* halo dor\u00e9 *\/\n.hero-compact::before {\n  content: '';\n  position: absolute;\n  top: -30%;\n  right: -5%;\n  width: 400px;\n  height: 400px;\n  background: radial-gradient(circle, rgba(181, 145, 56, 0.15) 0%, transparent 70%);\n  border-radius: 50%;\n}\n\n\/* grille 2 colonnes : texte + image *\/\n.hero-compact-grid {\n  display: grid;\n  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);\n  align-items: stretch;\n  gap: 48px;\n  position: relative;\n  z-index: 1;\n  padding: 0 40px;\n  width: 100%;\n}\n\n\/* colonne texte *\/\n.hero-compact-content {\n  max-width: 600px;\n  margin: 0;\n  text-align: center;\n  animation: fadeInUp 0.8s ease-out;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n}\n\n.hero-badge {\n  display: inline-block;\n  background: rgba(255, 255, 255, 0.15);\n  backdrop-filter: blur(10px);\n  padding: 8px 20px;\n  border-radius: 50px;\n  font-size: 14px;\n  font-weight: 600;\n  margin-bottom: 20px;\n  letter-spacing: 0.5px;\n  border: 1px solid rgba(255, 255, 255, 0.3);\n}\n\n.hero-compact h1 {\n  font-size: 44px;\n  font-weight: 700;\n  margin-bottom: 20px;\n  line-height: 1.2;\n}\n\n.hero-compact-subtitle {\n  font-size: 20px;\n  opacity: 0.95;\n  line-height: 1.6;\n  max-width: 700px;\n  margin: 0 auto;\n}\n\n.hero-highlights {\n  display: flex;\n  gap: 32px;\n  justify-content: center;\n  margin-top: 32px;\n  flex-wrap: wrap;\n}\n\n.hero-highlight {\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 8px;\n}\n\n.highlight-number {\n  font-size: 36px;\n  font-weight: 700;\n  color: var(--is33-gold-light);\n}\n\n.highlight-label {\n  font-size: 14px;\n  opacity: 0.9;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  text-align: center;\n  max-width: 120px;\n}\n\n\/* colonne image en background *\/\n.hero-compact-image {\n  position: relative;\n  height: 100%;\n  background-image: url('https:\/\/international-school33.com\/wp-content\/uploads\/2025\/11\/IS33-programmes-internationaux-diplomes_verticalejpg-scaled.jpg');\n  background-size: cover;\n  background-position: center;\n  background-repeat: no-repeat;\n  margin: 0;\n  border: none;\n}\n\n\/* TABLETTE : 1 colonne, image en dessous *\/\n@media (max-width: 968px) {\n  .hero-compact {\n    padding: 50px 0;\n  }\n  \n  .hero-compact-grid {\n    grid-template-columns: 1fr;\n    padding: 0 24px;\n  }\n  \n  .hero-compact-content {\n    max-width: 100%;\n  }\n  \n  .hero-compact-image {\n    height: 420px;\n    margin-top: 24px;\n  }\n}\n\n\/* MOBILE *\/\n@media (max-width: 768px) {\n  .hero-compact h1 {\n    font-size: 32px;\n  }\n  \n  .hero-compact-subtitle {\n    font-size: 18px;\n  }\n  \n  .hero-highlights {\n    flex-direction: column;\n    gap: 20px;\n  }\n  \n  .highlight-number {\n    font-size: 30px;\n  }\n  \n  .highlight-label {\n    font-size: 13px;\n  }\n}\n<\/style>\n\n<!-- HTML HERO 2 COLONNES -->\n<section class=\"hero-compact\" id=\"programmes-internationaux\">\n  <div class=\"international-container\">\n    <div class=\"hero-compact-grid\">\n      \n      <!-- Colonne texte -->\n      <div class=\"hero-compact-content\">\n        <span class=\"hero-badge\">IB World School<\/span>\n        <h1>International programmes &amp; International Baccalaureate in Bordeaux (Gradignan)<\/h1>\n        <p class=\"hero-compact-subtitle\">\n          A complete continuum from age 2 and a half to age 18: PP, PEI, DP and future POP. Bilingual French\/English education preparing for the best French and international universities.\n        <\/p>\n        \n        <div class=\"hero-highlights\">\n          <div class=\"hero-highlight\">\n            <div class=\"highlight-number\">2,5-18<\/div>\n            <div class=\"highlight-label\">Ans IB continuum<\/div>\n          <\/div>\n          <div class=\"hero-highlight\">\n            <div class=\"highlight-number\">100%<\/div>\n            <div class=\"highlight-label\">Admitted to university 1st choice<\/div>\n          <\/div>\n          <div class=\"hero-highlight\">\n            <div class=\"highlight-number\">5000+<\/div>\n            <div class=\"highlight-label\">IB World Schools<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      \n      <!-- Colonne image en background -->\n      <div class=\"hero-compact-image\" aria-label=\"International programmes and diplomas IS33 Gradignan\"><\/div>\n      \n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-82ea0d8 elementor-widget elementor-widget-html\" data-id=\"82ea0d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* ============================================\n   CONTINUUM COMPACT - 4 CARTES ALIGN\u00c9ES\n   ============================================ *\/\n\n.continuum-compact {\n  padding: 50px 40px;\n  background: #f8f9fa;\n  text-align: center;\n}\n\n.continuum-compact h2 {\n  font-size: 32px;\n  font-weight: 700;\n  color: var(--is33-blue);\n  margin-bottom: 16px;\n}\n\n.continuum-compact-intro {\n  font-size: 18px;\n  color: var(--is33-blue);\n  opacity: 0.85;\n  max-width: 900px;\n  margin: 0 auto 40px;\n  line-height: 1.6;\n}\n\n\/* Grille 4 colonnes \u00e9gales *\/\n.continuum-flow-compact {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 24px;\n  max-width: 1100px;\n  margin: 0 auto;\n  align-items: stretch;\n}\n\n\/* Cartes de m\u00eame hauteur *\/\n.continuum-step {\n  background: white;\n  padding: 32px 24px;\n  border-radius: 16px;\n  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);\n  transition: all 0.3s ease;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  min-height: 160px;\n  position: relative;\n}\n\n.continuum-step:hover {\n  transform: translateY(-6px);\n  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);\n}\n\n\/* Fl\u00e8che entre les cartes *\/\n.continuum-step:not(:last-child)::after {\n  content: '\u2192';\n  position: absolute;\n  right: -18px;\n  top: 50%;\n  transform: translateY(-50%);\n  font-size: 24px;\n  font-weight: 700;\n  color: var(--is33-gold);\n  z-index: 2;\n}\n\n.step-label {\n  font-size: 28px;\n  font-weight: 700;\n  color: var(--is33-blue);\n  margin-bottom: 8px;\n}\n\n.step-age {\n  font-size: 14px;\n  color: var(--is33-gold);\n  font-weight: 600;\n  margin-bottom: 12px;\n}\n\n\/* Badge voie *\/\n.step-type {\n  font-size: 11px;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  padding: 6px 12px;\n  border-radius: 20px;\n  font-weight: 600;\n  margin-top: auto;\n}\n\n\/* Styles sp\u00e9cifiques DP et POP *\/\n.continuum-step.step-dp {\n  border: 2px solid var(--is33-blue);\n}\n\n.continuum-step.step-dp .step-type {\n  background: rgba(5, 36, 79, 0.1);\n  color: var(--is33-blue);\n}\n\n.continuum-step.step-pop {\n  border: 2px solid var(--is33-coral);\n}\n\n.continuum-step.step-pop .step-type {\n  background: rgba(244, 93, 72, 0.1);\n  color: var(--is33-coral);\n}\n\n\/* Placeholder pour PP et PEI (m\u00eame hauteur) *\/\n.continuum-step .step-type-placeholder {\n  height: 29px;\n  margin-top: auto;\n}\n\n\/* TABLETTE : 2x2 *\/\n@media (max-width: 968px) {\n  .continuum-compact {\n    padding: 50px 24px;\n  }\n  \n  .continuum-flow-compact {\n    grid-template-columns: repeat(2, 1fr);\n    gap: 20px;\n  }\n  \n  .continuum-step:not(:last-child)::after {\n    display: none;\n  }\n  \n  .continuum-step {\n    min-height: 140px;\n  }\n}\n\n\/* MOBILE : 1 colonne *\/\n@media (max-width: 580px) {\n  .continuum-flow-compact {\n    grid-template-columns: 1fr;\n    gap: 16px;\n  }\n  \n  .continuum-compact h2 {\n    font-size: 26px;\n  }\n  \n  .continuum-compact-intro {\n    font-size: 16px;\n  }\n  \n  .continuum-step {\n    min-height: 120px;\n    padding: 24px 20px;\n  }\n}\n<\/style>\n\n<!-- HTML CONTINUUM - 4 CARTES ALIGN\u00c9ES -->\n<section class=\"continuum-compact\" id=\"continuum-ib\">\n  <div class=\"international-container\">\n    <h2>The IB continuum from 2 and a half to 18 years of age<\/h2>\n    <p class=\"continuum-compact-intro\">\n      IS33 is one of the few schools in France to offer the full IB continuum. At the end of the IEP, students choose either the DP route (general stream) or the POP route (vocational stream).\n    <\/p>\n    \n    <div class=\"continuum-flow-compact\">\n      \n      <div class=\"continuum-step\">\n        <div class=\"step-label\">PYP<\/div>\n        <div class=\"step-age\">2.5-12 years<\/div>\n        <div class=\"step-type-placeholder\"><\/div>\n      <\/div>\n      \n      <div class=\"continuum-step\">\n        <div class=\"step-label\">MYP<\/div>\n        <div class=\"step-age\">11-16 years<\/div>\n        <div class=\"step-type-placeholder\"><\/div>\n      <\/div>\n      \n      <div class=\"continuum-step step-dp\">\n        <div class=\"step-label\">DP<\/div>\n        <div class=\"step-age\">16-19 years old<\/div>\n        <div class=\"step-type\">General route<\/div>\n      <\/div>\n      \n      <div class=\"continuum-step step-pop\">\n        <div class=\"step-label\">CP<\/div>\n        <div class=\"step-age\">16-19 years old<\/div>\n        <div class=\"step-type\">Vocational training<\/div>\n      <\/div>\n      \n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1100ae2 e-con-full e-flex e-con e-child\" data-id=\"1100ae2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-20fd641 elementor-widget elementor-widget-image\" data-id=\"20fd641\" 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=\"2560\" height=\"1797\" src=\"https:\/\/international-school33.com\/wp-content\/uploads\/2025\/11\/IS33-programmes-internationaux-enfants-diplomesjpg-scaled.jpg\" class=\"attachment-full size-full wp-image-1240\" alt=\"\" srcset=\"https:\/\/international-school33.com\/wp-content\/uploads\/2025\/11\/IS33-programmes-internationaux-enfants-diplomesjpg-scaled.jpg 2560w, https:\/\/international-school33.com\/wp-content\/uploads\/2025\/11\/IS33-programmes-internationaux-enfants-diplomesjpg-300x211.jpg 300w, https:\/\/international-school33.com\/wp-content\/uploads\/2025\/11\/IS33-programmes-internationaux-enfants-diplomesjpg-1024x719.jpg 1024w, https:\/\/international-school33.com\/wp-content\/uploads\/2025\/11\/IS33-programmes-internationaux-enfants-diplomesjpg-768x539.jpg 768w, https:\/\/international-school33.com\/wp-content\/uploads\/2025\/11\/IS33-programmes-internationaux-enfants-diplomesjpg-1536x1078.jpg 1536w, https:\/\/international-school33.com\/wp-content\/uploads\/2025\/11\/IS33-programmes-internationaux-enfants-diplomesjpg-2048x1437.jpg 2048w, https:\/\/international-school33.com\/wp-content\/uploads\/2025\/11\/IS33-programmes-internationaux-enfants-diplomesjpg-18x12.jpg 18w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e267e3b elementor-widget elementor-widget-html\" data-id=\"e267e3b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* ============================================\n   SECTION CARTES PROGRAMMES\n   ============================================ *\/\n\n.programs-section {\n  padding: 50px 40px;\n  background: #ffffff;\n  font-family: 'Elms Sans', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;\n}\n\n.programs-section .international-container {\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n.programs-header {\n  text-align: center;\n  margin-bottom: 60px;\n}\n\n.programs-header h2 {\n  font-size: 36px;\n  font-weight: 700;\n  color: var(--is33-blue);\n  margin-bottom: 16px;\n}\n\n.programs-header-intro {\n  font-size: 18px;\n  color: var(--is33-blue);\n  opacity: 0.85;\n  max-width: 700px;\n  margin: 0 auto;\n  line-height: 1.6;\n}\n\n\/* GRID CARTES *\/\n.programs-section .programs-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 32px;\n  align-items: stretch;\n  margin: 0;\n}\n\n\/* CARTE PROGRAMME *\/\n.programs-section .program-card {\n  background: #ffffff;\n  border-radius: 32px;\n  box-shadow: 0 24px 60px rgba(5, 36, 79, 0.08);\n  padding: 48px 40px 40px;\n  text-decoration: none;\n  color: var(--is33-blue);\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  position: relative;\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  animation: fadeInUp 0.7s ease-out both;\n  border: none;\n}\n\n.programs-section .program-card:nth-child(1) { animation-delay: 0.05s; }\n.programs-section .program-card:nth-child(2) { animation-delay: 0.12s; }\n.programs-section .program-card:nth-child(3) { animation-delay: 0.19s; }\n\n.programs-section .program-card::before {\n  display: none;\n}\n\n.programs-section .program-card:hover {\n  transform: translateY(-8px);\n  box-shadow: 0 32px 70px rgba(5, 36, 79, 0.12);\n}\n\n\/* ICONES *\/\n.programs-section .card-icon {\n  width: 96px;\n  height: 96px;\n  border-radius: 999px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 700;\n  font-size: 28px;\n  margin-bottom: 32px;\n  color: #ffffff;\n}\n\n\/* Couleurs sp\u00e9cifiques *\/\n.card-dp .card-icon {\n  background: #05244F;\n}\n\n.programs-section .card-pop .card-icon {\n  background: #F45D48;\n}\n\n.card-postbac .card-icon {\n  background: #B59138;\n}\n\n\/* Ic\u00f4ne SVG dans le cercle *\/\n.card-icon svg {\n  width: 40px;\n  height: 40px;\n  color: white;\n}\n\n\/* TITRES *\/\n.programs-section .card-title {\n  font-size: 24px;\n  font-weight: 700;\n  color: var(--is33-blue);\n  text-align: center;\n  line-height: 1.25;\n  margin-bottom: 24px;\n  min-height: 60px;\n  display: flex;\n  align-items: flex-end;\n  justify-content: center;\n}\n\n\/* BADGE TYPE *\/\n.card-type-badge {\n  display: inline-block;\n  font-size: 12px;\n  font-weight: 600;\n  text-transform: uppercase;\n  letter-spacing: 0.5px;\n  padding: 6px 14px;\n  border-radius: 20px;\n  margin-bottom: 16px;\n}\n\n.card-dp .card-type-badge {\n  background: rgba(5, 36, 79, 0.1);\n  color: var(--is33-blue);\n}\n\n.programs-section .card-pop .card-type-badge {\n  background: rgba(244, 93, 72, 0.1);\n  color: var(--is33-coral);\n}\n\n.card-postbac .card-type-badge {\n  background: rgba(181, 145, 56, 0.1);\n  color: var(--is33-gold);\n}\n\n\/* DESCRIPTION *\/\n.programs-section .card-description {\n  font-size: 16px;\n  line-height: 1.7;\n  color: var(--is33-blue);\n  opacity: 0.9;\n  text-align: center;\n  margin-bottom: 32px;\n  min-height: auto;\n}\n\n\/* Liste de services pour accompagnement post-bac *\/\n.card-services-list {\n  text-align: left;\n  margin: 0 0 24px 0;\n  padding: 0;\n  list-style: none;\n}\n\n.card-services-list li {\n  font-size: 15px;\n  line-height: 1.6;\n  color: var(--is33-blue);\n  opacity: 0.9;\n  padding: 8px 0;\n  padding-left: 28px;\n  position: relative;\n  border-bottom: 1px solid rgba(5, 36, 79, 0.08);\n}\n\n.card-services-list li:last-child {\n  border-bottom: none;\n}\n\n.card-services-list li::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 50%;\n  transform: translateY(-50%);\n  width: 18px;\n  height: 18px;\n  background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 256 256'%3E%3Cpath d='M104,147.43l98.34-97.09a8,8,0,0,1,11.32,0l24,23.6a8,8,0,0,1,0,11.32l-128.4,128.4a8,8,0,0,1-11.32,0l-71.6-72a8,8,0,0,1,0-11.31l24-24a8,8,0,0,1,11.32,0Z' fill='none' stroke='%23B59138' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'\/%3E%3C\/svg%3E\");\n  background-size: contain;\n  background-repeat: no-repeat;\n}\n\n\/* CTA *\/\n.programs-section .card-link {\n  font-size: 16px;\n  font-weight: 600;\n  color: #B59138;\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  margin-top: auto;\n}\n\n.programs-section .card-link::after {\n  content: \"\u2197\";\n  font-size: 16px;\n}\n\n\/* RESPONSIVE *\/\n@media (max-width: 1024px) {\n  .programs-section .programs-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 768px) {\n  .programs-section {\n    padding: 50px 24px;\n  }\n  \n  .programs-header h2 {\n    font-size: 28px;\n  }\n  \n  .programs-section .programs-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .programs-section .program-card {\n    padding: 40px 28px 32px;\n  }\n  \n  .programs-section .card-title {\n    min-height: auto;\n  }\n}\n<\/style>\n\n<section class=\"programs-section\" id=\"nos-programmes\">\n  <div class=\"international-container\">\n    <div class=\"programs-header\">\n      <h2>Our international programmes<\/h2>\n      <p class=\"programs-header-intro\">\n        Three pathways to take your child to the world's top universities\n      <\/p>\n    <\/div>\n    \n    <div class=\"programs-grid\">\n      \n      <!-- Carte DP (anciennement IB) -->\n      <a href=\"https:\/\/international-school33.com\/en\/international-baccalaureate-2\/\" class=\"program-card card-dp\">\n        <div class=\"card-icon\">DP<\/div>\n        <span class=\"card-type-badge\">General route<\/span>\n        <h3 class=\"card-title\">Programme Diploma (PD)<\/h3>\n        <p class=\"card-description\">\n          The DP is the general stream of the International Baccalaureate. An internationally recognised diploma, it develops critical thinking, academic excellence and personal development between the ages of 16 and 19.\n        <\/p>\n        <span class=\"card-link\">Discover the DP<\/span>\n      <\/a>\n      \n      <!-- Carte POP -->\n      <a href=\"https:\/\/international-school33.com\/en\/professionally-oriented-programme\/\" class=\"program-card card-pop\">\n        <div class=\"card-icon\">CP<\/div>\n        <span class=\"card-type-badge\">Vocational training<\/span>\n        <h3 class=\"card-title\">Career Oriented Programme<\/h3>\n        <p class=\"card-description\">\n          The POP is the vocational bac of the IB. It combines the academic rigour of the International Baccalaureate with practical vocational skills to prepare for higher education and careers.\n        <\/p>\n        <span class=\"card-link\">Discover POP<\/span>\n      <\/a>\n      \n      <!-- Carte Accompagnement Post-Bac -->\n      <a href=\"https:\/\/international-school33.com\/en\/preparation-for-the-grandes-ecoles-internationales\/\" class=\"program-card card-postbac\">\n        <div class=\"card-icon\">\n          <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 256 256\"><rect width=\"256\" height=\"256\" fill=\"none\"\/><circle cx=\"128\" cy=\"96\" r=\"80\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><circle cx=\"128\" cy=\"96\" r=\"48\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><polyline points=\"176 160 176 240 127.99 216 80 240 80 160.01\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><\/svg>\n        <\/div>\n        <span class=\"card-type-badge\">Support<\/span>\n        <h3 class=\"card-title\">Post-Bac support<\/h3>\n        <ul class=\"card-services-list\">\n          <li>Help with compiling files<\/li>\n          <li>Contacts with university or school admissions officers<\/li>\n          <li>Preparing your university passport<\/li>\n          <li>Interview coaching<\/li>\n        <\/ul>\n        <span class=\"card-link\">Find out more<\/span>\n      <\/a>\n      \n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-71c549b elementor-widget elementor-widget-html\" data-id=\"71c549b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* ============================================\n   ANCRAGE LOCAL BORDEAUX\n   ============================================ *\/\n\n.local-section {\n  padding: 50px 40px;\n  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);\n}\n\n.local-content {\n  max-width: 1000px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: center;\n}\n\n.local-text h2 {\n  font-size: 32px;\n  font-weight: 700;\n  color: var(--is33-blue);\n  margin-bottom: 20px;\n}\n\n.local-text p {\n  font-size: 18px;\n  color: var(--is33-blue);\n  opacity: 0.85;\n  line-height: 1.7;\n  margin-bottom: 16px;\n}\n\n.local-highlights {\n  display: grid;\n  gap: 16px;\n}\n\n.local-item {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n  background: white;\n  padding: 20px;\n  border-radius: 12px;\n  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);\n  transition: all 0.3s ease;\n}\n\n.local-item:hover {\n  transform: translateX(8px);\n  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);\n}\n\n.local-marker {\n  width: 48px;\n  height: 48px;\n  background: linear-gradient(135deg, var(--is33-gold) 0%, var(--is33-gold-light) 100%);\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n}\n\n.local-marker svg {\n  width: 24px;\n  height: 24px;\n  color: white;\n}\n\n.local-item-text {\n  font-size: 16px;\n  color: var(--is33-blue);\n  font-weight: 600;\n}\n\n@media (max-width: 968px) {\n  .local-section {\n    padding: 50px 24px;\n  }\n  \n  .local-content {\n    grid-template-columns: 1fr;\n    gap: 40px;\n  }\n  \n  .local-text h2 {\n    font-size: 28px;\n  }\n}\n\n@media (max-width: 768px) {\n  .local-text p {\n    font-size: 16px;\n  }\n  \n  .local-item {\n    padding: 16px;\n  }\n}\n<\/style>\n\n<!-- HTML ANCRAGE LOCAL -->\n<section class=\"local-section\" id=\"ancrage-local\">\n  <div class=\"international-container\">\n    <div class=\"local-content\">\n      \n      <div class=\"local-text\">\n        <h2>An IB World School in Gradignan, Bordeaux Metropole<\/h2>\n        <p>\n          IS33 welcomes families of all nationalities to a multicultural, bilingual environment in the heart of the Nouvelle-Aquitaine region.\n        <\/p>\n      <\/div>\n      \n      <div class=\"local-highlights\">\n        <div class=\"local-item\">\n          <div class=\"local-marker\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 256 256\"><rect width=\"256\" height=\"256\" fill=\"none\"\/><circle cx=\"128\" cy=\"104\" r=\"32\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><path d=\"M208,104c0,72-80,128-80,128S48,176,48,104a80,80,0,0,1,160,0Z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><\/svg>\n          <\/div>\n          <div class=\"local-item-text\">Gradignan, Bordeaux Metropole<\/div>\n        <\/div>\n        \n        <div class=\"local-item\">\n          <div class=\"local-marker\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 256 256\"><rect width=\"256\" height=\"256\" fill=\"none\"\/><circle cx=\"128\" cy=\"128\" r=\"96\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><path d=\"M75.88,123.26,89.2,100a8,8,0,0,1,6.94-4h16.71a7.9,7.9,0,0,0,3.86-1L129,88.24a7.12,7.12,0,0,0,1.49-1.07l26.92-24.33A8,8,0,0,0,159,53l-10.5-18.81\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><path d=\"M67.78,53.23,56,81.08A8,8,0,0,0,55.88,87l11.5,30.67a8,8,0,0,0,5.81,5l21.43,4.61a8,8,0,0,1,5.52,4.33l3.8,7.87a8,8,0,0,0,7.2,4.51h13.8\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><path d=\"M213.09,172.48l-52.38-32.22a8.11,8.11,0,0,0-3.12-1.11l-22.82-3.08a8,8,0,0,0-8.38,4.67l-13.7,30.74a8,8,0,0,0,1.44,8.69l19.74,20.33a8,8,0,0,1,2,6.95l-3.17,16.44\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><\/svg>\n          <\/div>\n          <div class=\"local-item-text\">International multicultural community<\/div>\n        <\/div>\n        \n        <div class=\"local-item\">\n          <div class=\"local-marker\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 256 256\"><rect width=\"256\" height=\"256\" fill=\"none\"\/><rect x=\"48\" y=\"40\" width=\"64\" height=\"176\" rx=\"8\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><path d=\"M217.67,205.77l-46.81,10a8,8,0,0,1-9.5-6.21L128.18,51.8a8.07,8.07,0,0,1,6.15-9.57l46.81-10a8,8,0,0,1,9.5,6.21L223.82,196.2A8.07,8.07,0,0,1,217.67,205.77Z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><line x1=\"48\" y1=\"72\" x2=\"112\" y2=\"72\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><line x1=\"48\" y1=\"184\" x2=\"112\" y2=\"184\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><line x1=\"133.16\" y1=\"75.48\" x2=\"195.61\" y2=\"62.06\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><line x1=\"139.79\" y1=\"107.04\" x2=\"202.25\" y2=\"93.62\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><line x1=\"156.39\" y1=\"185.94\" x2=\"218.84\" y2=\"172.52\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><\/svg>\n          <\/div>\n          <div class=\"local-item-text\">Bilingual French\/English teaching<\/div>\n        <\/div>\n        \n        <div class=\"local-item\">\n          <div class=\"local-marker\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 256 256\"><rect width=\"256\" height=\"256\" fill=\"none\"\/><line x1=\"96\" y1=\"224\" x2=\"160\" y2=\"224\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><line x1=\"128\" y1=\"184\" x2=\"128\" y2=\"224\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><path d=\"M58,128H48A32,32,0,0,1,16,96V80a8,8,0,0,1,8-8H56\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><path d=\"M198,128h10a32,32,0,0,0,32-32V80a8,8,0,0,0-8-8H200\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><path d=\"M56,48H200v63.1c0,39.7-31.75,72.6-71.45,72.9A72,72,0,0,1,56,112Z\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"16\"\/><\/svg>\n          <\/div>\n          <div class=\"local-item-text\">IB World School (PYP, MYP, DP)<\/div>\n        <\/div>\n      <\/div>\n      \n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1e2557d elementor-widget elementor-widget-html\" data-id=\"1e2557d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* ============================================\n   FAQ MINI\n   ============================================ *\/\n\n.faq-mini-section {\n  padding: 50px 40px;\n  background: white;\n}\n\n.faq-mini-header {\n  text-align: center;\n  margin-bottom: 50px;\n}\n\n.faq-mini-header h2 {\n  font-size: 32px;\n  font-weight: 700;\n  color: var(--is33-blue);\n  margin-bottom: 16px;\n}\n\n.faq-mini-container {\n  max-width: 900px;\n  margin: 0 auto;\n  display: grid;\n  gap: 24px;\n}\n\n.faq-mini-item {\n  background: #f8f9fa;\n  padding: 32px;\n  border-radius: 12px;\n  border-left: 4px solid var(--is33-gold);\n  transition: all 0.3s ease;\n  animation: fadeInUp 0.8s ease-out backwards;\n}\n\n.faq-mini-item:nth-child(1) { animation-delay: 0.1s; }\n.faq-mini-item:nth-child(2) { animation-delay: 0.2s; }\n.faq-mini-item:nth-child(3) { animation-delay: 0.3s; }\n\n.faq-mini-item:hover {\n  background: white;\n  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);\n}\n\n.faq-mini-question {\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--is33-blue);\n  margin-bottom: 12px;\n  line-height: 1.4;\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n}\n\n.faq-mini-question::before {\n  content: '';\n  flex-shrink: 0;\n  width: 24px;\n  height: 24px;\n  margin-top: 2px;\n  background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'\/%3E%3Cline x1='96' y1='112' x2='160' y2='112' fill='none' stroke='%23B59138' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'\/%3E%3Cline x1='96' y1='144' x2='160' y2='144' fill='none' stroke='%23B59138' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'\/%3E%3Cpath d='M79.93,211.11a96,96,0,1,0-35-35h0L32.42,213.46a8,8,0,0,0,10.12,10.12l37.39-12.47Z' fill='none' stroke='%23B59138' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'\/%3E%3C\/svg%3E\");\n  background-size: contain;\n  background-repeat: no-repeat;\n}\n\n.faq-mini-answer {\n  font-size: 16px;\n  color: var(--is33-blue);\n  opacity: 0.85;\n  line-height: 1.7;\n  padding-left: 36px;\n}\n\n@media (max-width: 768px) {\n  .faq-mini-section {\n    padding: 50px 24px;\n  }\n  \n  .faq-mini-header h2 {\n    font-size: 28px;\n  }\n  \n  .faq-mini-item {\n    padding: 24px;\n  }\n  \n  .faq-mini-question {\n    font-size: 18px;\n  }\n  \n  .faq-mini-answer {\n    padding-left: 0;\n  }\n}\n<\/style>\n\n<!-- HTML FAQ MINI -->\n<section class=\"faq-mini-section\" id=\"faq-programmes\">\n  <div class=\"international-container\">\n    <div class=\"faq-mini-header\">\n      <h2>Frequently asked questions<\/h2>\n    <\/div>\n    \n    <div class=\"faq-mini-container\">\n      \n      <div class=\"faq-mini-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n        <div class=\"faq-mini-question\" itemprop=\"name\">What is the International Baccalaureate?<\/div>\n        <div class=\"faq-mini-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n          <span itemprop=\"text\">The International Baccalaureate is a world-renowned educational programme offered by over 5,000 schools. It develops critical thinking and cultural openness, and prepares students for the best French and international universities.<\/span>\n        <\/div>\n      <\/div>\n      \n      <div class=\"faq-mini-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n        <div class=\"faq-mini-question\" itemprop=\"name\">Is the IB recognised in France?<\/div>\n        <div class=\"faq-mini-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n          <span itemprop=\"text\">Yes, the IB diploma is fully recognised. IB graduates have access to all French courses: medicine, law, business schools, Sciences Po, preparatory classes and universities.<\/span>\n        <\/div>\n      <\/div>\n      \n      <div class=\"faq-mini-item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n        <div class=\"faq-mini-question\" itemprop=\"name\">What languages are taught?<\/div>\n        <div class=\"faq-mini-answer\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n          <span itemprop=\"text\">IS33 offers bilingual French\/English education, with a 50\/50 balance in nursery and primary. Pupils then go on to the French, English or bilingual section for coll\u00e8ge and lyc\u00e9e.<\/span>\n        <\/div>\n      <\/div>\n      \n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b9e8f4 elementor-widget elementor-widget-html\" data-id=\"6b9e8f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* ============================================\n   CTAs ADMISSIONS FINAL\n   ============================================ *\/\n\n.cta-final-section {\n  padding: 50px 40px;\n  background: #05244F;\n  color: white;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n  font-family: 'Elms Sans', sans-serif;\n}\n\n.cta-final-content {\n  position: relative;\n  z-index: 1;\n  max-width: 800px;\n  margin: 0 auto;\n}\n\n.cta-final-content h2 {\n  font-size: 40px;\n  font-weight: 700;\n  margin-bottom: 20px;\n  line-height: 1.3;\n}\n\n.cta-final-content p {\n  font-size: 20px;\n  opacity: 0.95;\n  margin-bottom: 40px;\n  line-height: 1.6;\n}\n\n.cta-buttons {\n  display: flex;\n  gap: 20px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n\n.cta-button-white {\n  display: inline-block;\n  background: white;\n  color: #05244F !important;\n  padding: 18px 40px;\n  border-radius: 100px;\n  font-size: 18px;\n  font-weight: 600;\n  text-decoration: none;\n  transition: all 0.3s ease;\n  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);\n}\n\n.cta-button-white:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);\n  color: #05244F !important;\n}\n\n.cta-button-outline {\n  display: inline-block;\n  background: transparent;\n  color: white;\n  padding: 18px 40px;\n  border-radius: 100px;\n  font-size: 18px;\n  font-weight: 600;\n  text-decoration: none;\n  border: 2px solid white;\n  transition: all 0.3s ease;\n}\n\n.cta-button-outline:hover {\n  background: white;\n  color: #05244F !important;\n  transform: translateY(-4px);\n}\n\n@media (max-width: 768px) {\n  .cta-final-section {\n    padding: 50px 24px;\n  }\n  \n  .cta-final-content h2 {\n    font-size: 32px;\n  }\n  \n  .cta-final-content p {\n    font-size: 18px;\n  }\n  \n  .cta-buttons {\n    flex-direction: column;\n  }\n  \n  .cta-button-white,\n  .cta-button-outline {\n    width: 100%;\n    text-align: center;\n  }\n}\n<\/style>\n\n<!-- HTML CTAs FINAL -->\n<section class=\"cta-final-section\" id=\"cta-admissions\">\n  <div class=\"cta-final-content\">\n    <h2>Ready to join IS33?<\/h2>\n    <p>\n      Discover our campus and meet our teaching team to discuss your child's career path.\n    <\/p>\n    <div class=\"cta-buttons\">\n      <a href=\"https:\/\/international-school33.com\/en\/contact\/\" class=\"cta-button-white\">Request a visit<\/a>\n      <a href=\"https:\/\/international-school33.com\/en\/contact\/\" class=\"cta-button-outline\">Contact admissions<\/a>\n    <\/div>\n  <\/div>\n<\/section>\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>\u00c9cole du monde de l&rsquo;IB Programmes internationaux &#038; Baccalaur\u00e9at International \u00e0 Bordeaux (Gradignan) Un continuum complet de 2 ans et demi \u00e0 18 ans : PP, PEI, DP et futur POP. \u00c9ducation bilingue fran\u00e7ais\/anglais pr\u00e9parant aux meilleures universit\u00e9s fran\u00e7aises et internationales. 2,5-18 Ans continuum IB 100% Admis universit\u00e9 1er choix 5000+ \u00c9coles IB mondiales Le [&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-69","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/international-school33.com\/en\/wp-json\/wp\/v2\/pages\/69","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=69"}],"version-history":[{"count":82,"href":"https:\/\/international-school33.com\/en\/wp-json\/wp\/v2\/pages\/69\/revisions"}],"predecessor-version":[{"id":3034,"href":"https:\/\/international-school33.com\/en\/wp-json\/wp\/v2\/pages\/69\/revisions\/3034"}],"wp:attachment":[{"href":"https:\/\/international-school33.com\/en\/wp-json\/wp\/v2\/media?parent=69"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}