﻿{"id":271,"date":"2026-08-22T03:29:30","date_gmt":"2026-08-22T03:29:30","guid":{"rendered":"https:\/\/zhangweb.ca\/ecole\/?page_id=271"},"modified":"2026-08-24T15:58:24","modified_gmt":"2026-08-24T15:58:24","slug":"home","status":"publish","type":"page","link":"https:\/\/zhangweb.ca\/ecole\/","title":{"rendered":"home"},"content":{"rendered":"\n<!-- ABC Ecoles homepage: WordPress\/Astra isolated version -->\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=DM+Sans:wght@400;500;600;700&amp;family=Manrope:wght@600;700;800&amp;display=swap\" rel=\"stylesheet\">\n<script src=\"https:\/\/unpkg.com\/lucide@0.468.0\/dist\/umd\/lucide.min.js\"><\/script>\n<style>\n\n    .abce-home {\n      --navy: #082a52;\n      --navy-2: #0e4178;\n      --blue: #1769d2;\n      --green: #0c8a68;\n      --mint: #e8f7f1;\n      --ink: #12243b;\n      --muted: #607086;\n      --line: #d9e1eb;\n      --surface: #f3f6fa;\n      --white: #fff;\n      --warning: #f5b82e;\n      --shadow: 0 16px 40px rgba(8, 42, 82, .12);\n    }\n\n    .abce-home, .abce-home * { box-sizing: border-box; }\n    \n    .abce-home {\n      margin: 0;\n      color: var(--ink);\n      background: var(--white);\n      font-family: \"DM Sans\", Arial, sans-serif;\n      line-height: 1.6;\n    }\n    .abce-home img { display: block; max-width: 100%; }\n    .abce-home button, .abce-home input, .abce-home select { font: inherit; }\n    .abce-home a { color: inherit; }\n    .abce-home .abce-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }\n\n    .abce-home .site-header {\n      position: fixed;\n      inset: 0 0 auto;\n      z-index: 20;\n      background: rgba(255, 255, 255, .96);\n      border-bottom: 1px solid rgba(217, 225, 235, .9);\n      backdrop-filter: blur(10px);\n    }\n    .abce-home .nav {\n      height: 74px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 28px;\n    }\n    .abce-home .brand {\n      display: inline-flex;\n      align-items: center;\n      gap: 11px;\n      text-decoration: none;\n      color: var(--navy);\n      font-family: \"Manrope\", sans-serif;\n      font-size: 21px;\n      font-weight: 800;\n      white-space: nowrap;\n    }\n    .abce-home .brand-mark {\n      width: 39px;\n      height: 39px;\n      display: grid;\n      place-items: center;\n      color: white;\n      background: var(--blue);\n      border-radius: 7px;\n    }\n    .abce-home .nav-links {\n      display: flex;\n      align-items: center;\n      gap: 27px;\n    }\n    .abce-home .nav-links a {\n      text-decoration: none;\n      font-size: 14px;\n      font-weight: 600;\n      color: #32445b;\n    }\n    .abce-home .nav-links a:hover { color: var(--blue); }\n    .abce-home .nav-actions { display: flex; align-items: center; gap: 10px; }\n    .abce-home .abce-btn {\n      min-height: 44px;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      padding: 0 18px;\n      border: 1px solid transparent;\n      border-radius: 6px;\n      cursor: pointer;\n      text-decoration: none;\n      font-weight: 700;\n      transition: transform .18s ease, background .18s ease, border-color .18s ease;\n    }\n    .abce-home .abce-btn:hover { transform: translateY(-1px); }\n    .abce-home .abce-btn-primary { color: white; background: var(--blue); }\n    .abce-home .abce-btn-primary:hover { background: #105cbc; }\n    .abce-home .abce-btn-dark { color: white; background: var(--navy); }\n    .abce-home .abce-btn-light { color: var(--navy); background: white; border-color: var(--line); }\n    .abce-home .menu-button {\n      width: 44px;\n      height: 44px;\n      display: none;\n      place-items: center;\n      padding: 0;\n      border: 1px solid var(--line);\n      border-radius: 6px;\n      color: var(--navy);\n      background: white;\n    }\n\n    .abce-home .abce-hero {\n      min-height: 690px;\n      padding-top: 74px;\n      display: grid;\n      align-items: center;\n      color: white;\n      background:\n        linear-gradient(90deg, rgba(5, 30, 60, .93) 0%, rgba(5, 30, 60, .75) 45%, rgba(5, 30, 60, .16) 78%),\n        url(\"\/ecole\/wp-content\/uploads\/2026\/08\/bgecole2.png\") center 38% \/ cover no-repeat;\n    }\n    .abce-home .abce-hero-content { max-width: 700px; padding-block: 84px 120px; }\n    .abce-home .abce-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      margin-bottom: 18px;\n      color: #cfe5ff;\n      font-size: 14px;\n      font-weight: 700;\n      text-transform: uppercase;\n    }\n    .abce-home .abce-hero h1 {\n      max-width: 690px;\n      margin: 0 0 21px;\n      font-family: \"Manrope\", sans-serif;\n      font-size: clamp(42px, 5.4vw, 72px);\n      line-height: 1.05;\n      letter-spacing: 0;\n    }\n    .abce-home .abce-hero p {\n      max-width: 620px;\n      margin: 0 0 30px;\n      color: #e9f1fb;\n      font-size: 19px;\n    }\n    .abce-home .abce-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }\n    .abce-home .abce-hero .abce-btn { min-height: 50px; padding-inline: 22px; }\n    .abce-home .abce-hero-proof {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 24px;\n      margin-top: 35px;\n      color: #edf5ff;\n      font-size: 14px;\n    }\n    .abce-home .abce-hero-proof span { display: inline-flex; align-items: center; gap: 8px; }\n\n    .abce-home .abce-search-band {\n      position: relative;\n      z-index: 3;\n      margin-top: -65px;\n    }\n    .abce-home .abce-search-panel {\n      padding: 25px;\n      background: white;\n      border: 1px solid var(--line);\n      border-radius: 8px;\n      box-shadow: var(--shadow);\n    }\n    .abce-home .abce-search-heading {\n      display: flex;\n      align-items: end;\n      justify-content: space-between;\n      gap: 20px;\n      margin-bottom: 17px;\n    }\n    .abce-home .abce-search-heading h2 { margin: 0; font: 800 22px\/1.25 \"Manrope\", sans-serif; }\n    .abce-home .abce-search-heading p { margin: 0; color: var(--muted); font-size: 14px; }\n    .abce-home .abce-search-grid {\n      display: grid;\n      grid-template-columns: 1.25fr 1fr 1fr auto;\n      gap: 12px;\n      align-items: end;\n    }\n    .abce-home .abce-field label {\n      display: block;\n      margin-bottom: 6px;\n      color: #374a62;\n      font-size: 13px;\n      font-weight: 700;\n    }\n    .abce-home .abce-field-control {\n      width: 100%;\n      height: 48px;\n      padding: 0 13px;\n      border: 1px solid #cbd5e1;\n      border-radius: 5px;\n      color: var(--ink);\n      background: white;\n      outline: none;\n    }\n    .abce-home .abce-field-control:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23, 105, 210, .12); }\n    .abce-home .abce-search-grid .abce-btn { height: 48px; }\n    .abce-home .abce-search-result {\n      display: none;\n      margin: 16px 0 0;\n      padding: 12px 14px;\n      color: #075d47;\n      background: var(--mint);\n      border-left: 3px solid var(--green);\n      font-size: 14px;\n    }\n\n    .abce-home section { padding: 86px 0; }\n    .abce-home .abce-section-intro { max-width: 720px; margin-bottom: 36px; }\n    .abce-home .abce-section-intro.center { margin-inline: auto; text-align: center; }\n    .abce-home .abce-section-kicker {\n      margin: 0 0 8px;\n      color: var(--blue);\n      font-size: 13px;\n      font-weight: 800;\n      text-transform: uppercase;\n    }\n    .abce-home h2.section-title {\n      margin: 0 0 12px;\n      font: 800 clamp(29px, 3.4vw, 43px)\/1.16 \"Manrope\", sans-serif;\n      letter-spacing: 0;\n    }\n    .abce-home .abce-section-intro > p:last-child { margin: 0; color: var(--muted); font-size: 17px; }\n\n    .abce-home .abce-steps { background: var(--surface); }\n    .abce-home .abce-step-grid {\n      display: grid;\n      grid-template-columns: repeat(5, 1fr);\n      gap: 0;\n      border-top: 1px solid var(--line);\n      border-bottom: 1px solid var(--line);\n    }\n    .abce-home .abce-step {\n      min-height: 210px;\n      padding: 25px 22px;\n      border-right: 1px solid var(--line);\n      background: white;\n    }\n    .abce-home .abce-step:last-child { border-right: 0; }\n    .abce-home .abce-step-number {\n      width: 40px;\n      height: 40px;\n      display: grid;\n      place-items: center;\n      margin-bottom: 20px;\n      border: 2px solid #b8d7ff;\n      border-radius: 50%;\n      color: var(--blue);\n      font-weight: 800;\n    }\n    .abce-home .abce-step h3 { margin: 0 0 8px; font: 700 17px\/1.3 \"Manrope\", sans-serif; }\n    .abce-home .abce-step p { margin: 0; color: var(--muted); font-size: 14px; }\n\n    .abce-home .abce-program-toolbar {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 20px;\n      margin-bottom: 22px;\n    }\n    .abce-home .abce-program-tabs { display: flex; flex-wrap: wrap; gap: 8px; }\n    .abce-home .abce-tab {\n      min-height: 39px;\n      padding: 0 14px;\n      border: 1px solid var(--line);\n      border-radius: 5px;\n      color: #41546c;\n      background: white;\n      cursor: pointer;\n      font-weight: 700;\n    }\n    .abce-home .abce-tab.active { color: white; background: var(--navy); border-color: var(--navy); }\n    .abce-home .abce-program-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 18px;\n    }\n    .abce-home .abce-program-card {\n      overflow: hidden;\n      border: 1px solid var(--line);\n      border-radius: 7px;\n      background: white;\n    }\n    .abce-home .abce-program-image { width: 100%; height: 180px; object-fit: cover; }\n    .abce-home .abce-program-body { padding: 18px; }\n    .abce-home .abce-tag {\n      display: inline-flex;\n      align-items: center;\n      min-height: 27px;\n      padding: 0 9px;\n      margin-bottom: 10px;\n      border-radius: 999px;\n      color: #075d47;\n      background: var(--mint);\n      font-size: 12px;\n      font-weight: 800;\n    }\n    .abce-home .abce-program-card h3 { min-height: 50px; margin: 0 0 8px; font: 700 18px\/1.38 \"Manrope\", sans-serif; }\n    .abce-home .abce-program-meta { display: grid; gap: 6px; margin-bottom: 16px; color: var(--muted); font-size: 14px; }\n    .abce-home .abce-program-meta span { display: flex; align-items: center; gap: 7px; }\n    .abce-home .abce-program-footer {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      gap: 12px;\n      padding-top: 14px;\n      border-top: 1px solid var(--line);\n    }\n    .abce-home .abce-program-footer strong { color: var(--navy); }\n    .abce-home .abce-text-link { color: var(--blue); font-weight: 700; text-decoration: none; }\n\n    .abce-home .abce-why { color: white; background: var(--navy); }\n    .abce-home .abce-why-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; align-items: center; }\n    .abce-home .abce-why-photo { min-height: 510px; object-fit: cover; border-radius: 7px; }\n    .abce-home .abce-why .abce-section-kicker { color: #8dc3ff; }\n    .abce-home .abce-why .abce-section-intro > p:last-child { color: #c4d2e3; }\n    .abce-home .abce-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 30px; }\n    .abce-home .abce-benefit { display: grid; grid-template-columns: 42px 1fr; gap: 13px; }\n    .abce-home .abce-benefit-icon {\n      width: 42px;\n      height: 42px;\n      display: grid;\n      place-items: center;\n      color: #9fd3ff;\n      border: 1px solid #31567c;\n      border-radius: 6px;\n    }\n    .abce-home .abce-benefit h3 { margin: 0 0 5px; font-size: 16px; }\n    .abce-home .abce-benefit p { margin: 0; color: #b9c9da; font-size: 14px; }\n\n    .abce-home .abce-testimonial-layout {\n      display: grid;\n      grid-template-columns: 1.1fr .9fr;\n      gap: 55px;\n      align-items: center;\n    }\n    .abce-home blockquote {\n      margin: 0;\n      padding: 0;\n      font: 600 clamp(23px, 3vw, 34px)\/1.45 \"Manrope\", sans-serif;\n      color: var(--navy);\n    }\n    .abce-home .abce-quote-mark { color: var(--blue); font-size: 54px; line-height: .8; }\n    .abce-home .abce-quote-author { margin-top: 24px; color: var(--muted); }\n    .abce-home .abce-quote-author strong { display: block; color: var(--ink); }\n    .abce-home .abce-stats {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      border: 1px solid var(--line);\n      border-radius: 7px;\n    }\n    .abce-home .abce-stat { min-height: 130px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }\n    .abce-home .abce-stat:nth-child(2n) { border-right: 0; }\n    .abce-home .abce-stat:nth-last-child(-n\/**\/+2) { border-bottom: 0; }\n    .abce-home .abce-stat strong { display: block; color: var(--blue); font: 800 34px\/1 \"Manrope\", sans-serif; }\n    .abce-home .abce-stat span { display: block; margin-top: 10px; color: var(--muted); font-size: 14px; }\n\n    .abce-home .abce-cta {\n      padding: 0 0 86px;\n    }\n    .abce-home .abce-cta-band {\n      display: grid;\n      grid-template-columns: 1fr auto;\n      gap: 30px;\n      align-items: center;\n      padding: 40px;\n      color: white;\n      background: var(--blue);\n      border-radius: 8px;\n    }\n    .abce-home .abce-cta-band h2 { margin: 0 0 8px; font: 800 31px\/1.2 \"Manrope\", sans-serif; }\n    .abce-home .abce-cta-band p { margin: 0; color: #e4efff; }\n    .abce-home .abce-cta-actions { display: flex; gap: 10px; }\n\n    .abce-home footer { color: #bdccdc; background: #061d39; }\n    .abce-home .footer-grid {\n      display: grid;\n      grid-template-columns: 1.35fr 1fr 1fr 1.2fr;\n      gap: 45px;\n      padding: 55px 0 42px;\n    }\n    .abce-home footer .brand { color: white; }\n    .abce-home .footer-about { margin: 16px 0 0; font-size: 14px; }\n    .abce-home footer h3 { margin: 0 0 14px; color: white; font-size: 15px; }\n    .abce-home .footer-links { display: grid; gap: 9px; }\n    .abce-home .footer-links a { color: #bdccdc; text-decoration: none; font-size: 14px; }\n    .abce-home .contact-item { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 10px; font-size: 14px; }\n    .abce-home .footer-bottom { padding: 19px 0; border-top: 1px solid #24405f; font-size: 13px; }\n\n    @media (max-width: 980px) {\n      .abce-home .nav-links { display: none; }\n      .abce-home .menu-button { display: grid; }\n      .abce-home .nav.open {\n        height: auto;\n        min-height: 74px;\n        flex-wrap: wrap;\n        padding-block: 14px;\n      }\n      .abce-home .nav.open .nav-links {\n        width: 100%;\n        display: grid;\n        gap: 0;\n        order: 4;\n      }\n      .abce-home .nav.open .nav-links a { padding: 12px 0; border-top: 1px solid var(--line); }\n      .abce-home .abce-search-grid { grid-template-columns: 1fr 1fr; }\n      .abce-home .abce-search-grid .abce-btn { width: 100%; }\n      .abce-home .abce-step-grid { grid-template-columns: repeat(2, 1fr); }\n      .abce-home .abce-step { border-bottom: 1px solid var(--line); }\n      .abce-home .abce-program-grid { grid-template-columns: repeat(2, 1fr); }\n      .abce-home .abce-why-layout, .abce-home .abce-testimonial-layout { grid-template-columns: 1fr; }\n      .abce-home .abce-why-photo { min-height: 380px; width: 100%; }\n      .abce-home .footer-grid { grid-template-columns: 1fr 1fr; }\n    }\n\n    @media (max-width: 650px) {\n      .abce-home .abce-container { width: min(100% - 24px, 1180px); }\n      .abce-home .nav-actions .abce-btn-light { display: none; }\n      .abce-home .nav-actions .abce-btn-primary { min-height: 40px; padding-inline: 12px; font-size: 13px; }\n      .abce-home .abce-hero { min-height: 650px; background-position: 62% center; }\n      .abce-home .abce-hero-content { padding-block: 72px 100px; }\n      .abce-home .abce-hero h1 { font-size: 42px; }\n      .abce-home .abce-hero p { font-size: 17px; }\n      .abce-home .abce-hero-actions { display: grid; }\n      .abce-home .abce-hero-actions .abce-btn { width: 100%; }\n      .abce-home .abce-search-heading { display: block; }\n      .abce-home .abce-search-heading p { margin-top: 6px; }\n      .abce-home .abce-search-grid { grid-template-columns: 1fr; }\n      .abce-home section { padding: 66px 0; }\n      .abce-home .abce-step-grid, .abce-home .abce-program-grid, .abce-home .abce-benefits, .abce-home .abce-stats, .abce-home .footer-grid { grid-template-columns: 1fr; }\n      .abce-home .abce-step { min-height: 0; border-right: 0; }\n      .abce-home .abce-program-toolbar { align-items: flex-start; flex-direction: column; }\n      .abce-home .abce-why-photo { min-height: 300px; }\n      .abce-home .abce-benefit { grid-template-columns: 38px 1fr; }\n      .abce-home .abce-stat { border-right: 0; }\n      .abce-home .abce-stat:not(:last-child) { border-bottom: 1px solid var(--line); }\n      .abce-home .abce-cta-band { grid-template-columns: 1fr; padding: 30px 23px; }\n      .abce-home .abce-cta-actions { display: grid; }\n    }\n  \n\n\/* WordPress\/Astra isolation + full-bleed *\/\n.abce-home {\n  width: 100vw !important;\n  max-width: none !important;\n  margin: 0 calc(50% - 50vw) !important;\n  padding: 0 !important;\n  overflow-x: clip;\n  color: #12243b;\n  background: #fff;\n  font-family: \"DM Sans\", Arial, sans-serif;\n  line-height: 1.6;\n}\n.abce-home, .abce-home * { box-sizing: border-box !important; }\n.abce-home .abce-container {\n  width: min(1180px, calc(100% - 40px)) !important;\n  max-width: 1180px !important;\n  margin-left: auto !important;\n  margin-right: auto !important;\n  padding-left: 0 !important;\n  padding-right: 0 !important;\n}\n.abce-home .abce-program-footer {\n  display: flex !important;\n  justify-content: space-between !important;\n  align-items: center !important;\n  gap: 12px !important;\n}\n.abce-home .abce-hero h1,\n.abce-home .abce-why h2,\n.abce-home .abce-why h3,\n.abce-home .abce-cta-band h2 { color: #fff !important; }\n.abce-home .abce-hero p { color: #e9f1fb !important; }\n.abce-home .abce-why .abce-section-intro > p:last-child { color: #c4d2e3 !important; }\n.abce-home .abce-benefit p { color: #b9c9da !important; }\n.abce-home .abce-btn { text-decoration: none !important; }\n.abce-home .abce-text-link { color: #1769d2 !important; }\n@media (max-width: 650px) {\n  .abce-home .abce-container { width: calc(100% - 24px) !important; }\n}\n\n<\/style>\n<div class=\"abce-home\">\n\n<section class=\"abce-hero\" id=\"accueil\">\n<div class=\"abce-container\">\n<div class=\"abce-hero-content\">\n<div class=\"abce-eyebrow\"><i data-lucide=\"compass\"><\/i> \u00c9tudes internationales<\/div>\n<h1>Votre avenir commence par le bon programme.<\/h1>\n<p>Nous vous accompagnons de l&#8217;orientation jusqu&#8217;au visa, avec un conseiller d\u00e9di\u00e9 et un suivi clair de chaque \u00e9tape.<\/p>\n<div class=\"abce-hero-actions\">\n<a class=\"abce-btn abce-btn-primary\" href=\"\/ecole\/programmes\"><i data-lucide=\"search\"><\/i> Explorer les programmes<\/a>\n<a class=\"abce-btn abce-btn-light\" href=\"#contact\"><i data-lucide=\"message-circle\"><\/i> Parler \u00e0 un conseiller<\/a>\n<\/div>\n<div class=\"abce-hero-proof\">\n<span><i data-lucide=\"check-circle-2\"><\/i> Accompagnement personnalis\u00e9<\/span>\n<span><i data-lucide=\"check-circle-2\"><\/i> Dossier suivi en ligne<\/span>\n<span><i data-lucide=\"check-circle-2\"><\/i> Campus France &amp; visa<\/span>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!--\n<div class=\"abce-search-band\" id=\"programmes\">\n<div class=\"abce-container\">\n<div class=\"abce-search-panel\">\n<div class=\"abce-search-heading\">\n<div>\n<h2>Trouvez votre programme<\/h2>\n<p>Recherchez parmi nos formations partenaires.<\/p>\n<\/div>\n<a class=\"abce-text-link\" href=\"https:\/\/zhangweb.ca\/ecole\/programmes\/\">Voir tous les programmes<\/a>\n<\/div>\n<form class=\"abce-search-grid\" id=\"programSearch\">\n<div class=\"abce-field\">\n<label for=\"keyword\">Programme<\/label>\n<input class=\"abce-field-control\" id=\"keyword\" placeholder=\"Ex. informatique, management...\" type=\"search\">\n<\/div>\n<div class=\"abce-field\">\n<label for=\"level\">Niveau<\/label>\n<select class=\"abce-field-control\" id=\"level\">\n<option value=\"\">Tous les niveaux<\/option>\n<option>Bachelor<\/option>\n<option>Master<\/option>\n<option>MBA<\/option>\n<\/select>\n<\/div>\n<div class=\"abce-field\">\n<label for=\"city\">Ville<\/label>\n<select class=\"abce-field-control\" id=\"city\">\n<option value=\"\">Toutes les villes<\/option>\n<option>Paris<\/option>\n<option>Warsaw<\/option>\n<option>Krakow<\/option>\n<\/select>\n<\/div>\n<button class=\"abce-btn abce-btn-dark\" type=\"submit\"><i data-lucide=\"search\"><\/i> Rechercher<\/button>\n<\/form>\n<p aria-live=\"polite\" class=\"abce-search-result\" id=\"searchResult\"><\/p>\n<\/div>\n<\/div>\n<\/div>\n-->\n<section class=\"abce-steps\" id=\"parcours\">\n<div class=\"abce-container\">\n<div class=\"abce-section-intro abce-center\">\n<p class=\"abce-section-kicker\">Un parcours lisible<\/p>\n<h2 class=\"abce-section-title\">Votre projet, accompagn\u00e9 \u00e0 chaque \u00e9tape<\/h2>\n<p>Vous savez toujours ou en est votre dossier et quelle est la prochaine action \u00e0 effectuer.<\/p>\n<\/div>\n<div class=\"abce-step-grid\">\n<article class=\"abce-step\"><div class=\"abce-step-number\">1<\/div><h3>Orientation<\/h3><p>Nous identifions les formations adapt\u00e9es \u00e0 votre profil et \u00e0 votre projet.<\/p><\/article>\n<article class=\"abce-step\"><div class=\"abce-step-number\">2<\/div><h3>Documents<\/h3><p>Vous d\u00e9posez vos pi\u00e8ces dans un espace personnel simple et securis\u00e9.<\/p><\/article>\n<article class=\"abce-step\"><div class=\"abce-step-number\">3<\/div><h3>Candidature<\/h3><p>Votre conseiller pr\u00e9pare et suit vos demandes aupr\u00e8s des \u00e9coles.<\/p><\/article>\n<article class=\"abce-step\"><div class=\"abce-step-number\">4<\/div><h3>Admission<\/h3><p>Nous vous accompagnons jusqu&#8217;\u00e0 la r\u00e9ception de votre admission.<\/p><\/article>\n<article class=\"abce-step\"><div class=\"abce-step-number\">5<\/div><h3>Visa<\/h3><p>Campus France, rendez-vous et visa sont suivis depuis votre tableau de bord.<\/p><\/article>\n<\/div>\n<\/div>\n<\/section>\n<section>\n<div class=\"abce-container\">\n<div class=\"abce-section-intro\">\n<p class=\"abce-section-kicker\">S\u00e9lection du moment<\/p>\n<h2 class=\"abce-section-title\">Des programmes pour construire votre avenir<\/h2>\n<p>Quelques formations recherch\u00e9es par nos \u00e9tudiants. Le catalogue complet reste accessible en ligne.<\/p>\n<\/div>\n<div class=\"abce-program-toolbar\">\n<div aria-label=\"Filtrer les programmes\" class=\"abce-program-tabs\">\n<button class=\"abce-tab abce-active\" data-filter=\"all\" type=\"button\">Tous<\/button>\n<button class=\"abce-tab\" data-filter=\"business\" type=\"button\">Business<\/button>\n<button class=\"abce-tab\" data-filter=\"tech\" type=\"button\">Informatique<\/button>\n<button class=\"abce-tab\" data-filter=\"design\" type=\"button\">Architecture<\/button>\n<\/div>\n<a class=\"abce-text-link\" href=\"#\">Consulter le catalogue <span aria-hidden=\"true\">\u2192<\/span><\/a>\n<\/div>\n<div class=\"abce-program-grid\" id=\"programGrid\">\n<article class=\"abce-program-card\" data-category=\"business\">\n<img decoding=\"async\" alt=\"Campus universitaire\" class=\"abce-program-image\" src=\"https:\/\/zhangweb.ca\/ecole\/wp-content\/uploads\/2026\/08\/ChatGPT-Image-Aug-23-2026-07_59_54-PM.png\">\n<div class=\"abce-program-body\">\n<span class=\"abce-tag\">Business<\/span>\n<h3>Marketing, communication et developpement<\/h3>\n<div class=\"abce-program-meta\">\n<span><i data-lucide=\"school\"><\/i> INSEEC<\/span>\n<span><i data-lucide=\"map-pin\"><\/i> Paris, France<\/span>\n<span><i data-lucide=\"calendar\"><\/i> Rentr\u00e9e 2027<\/span>\n<\/div>\n<div class=\"abce-program-footer\"><strong>Bachelor<\/strong><a class=\"abce-text-link\" href=\"#\">Voir le programme<\/a><\/div>\n<\/div>\n<\/article>\n<article class=\"abce-program-card\" data-category=\"tech\">\n<img decoding=\"async\" alt=\"Etudiants en informatique\" class=\"abce-program-image\" src=\"https:\/\/images.unsplash.com\/photo-1531482615713-2afd69097998?auto=format&amp;fit=crop&amp;w=900&amp;q=82\">\n<div class=\"abce-program-body\">\n<span class=\"abce-tag\">Informatique<\/span>\n<h3>Artificial Intelligence<\/h3>\n<div class=\"abce-program-meta\">\n<span><i data-lucide=\"school\"><\/i> Vistula University<\/span>\n<span><i data-lucide=\"map-pin\"><\/i> Warsaw, Pologne<\/span>\n<span><i data-lucide=\"calendar\"><\/i> Hiver 2027<\/span>\n<\/div>\n<div class=\"abce-program-footer\"><strong>Bachelor<\/strong><a class=\"abce-text-link\" href=\"#\">Voir le programme<\/a><\/div>\n<\/div>\n<\/article>\n<article class=\"abce-program-card\" data-category=\"design\">\n<img decoding=\"async\" alt=\"Batiment universitaire\" class=\"abce-program-image\" src=\"https:\/\/images.unsplash.com\/photo-1541339907198-e08756dedf3f?auto=format&amp;fit=crop&amp;w=900&amp;q=82\">\n<div class=\"abce-program-body\">\n<span class=\"abce-tag\">Architecture<\/span>\n<h3>Architecture &amp; urban design<\/h3>\n<div class=\"abce-program-meta\">\n<span><i data-lucide=\"school\"><\/i> Vistula University<\/span>\n<span><i data-lucide=\"map-pin\"><\/i> Warsaw, Pologne<\/span>\n<span><i data-lucide=\"calendar\"><\/i> Automne 2027<\/span>\n<\/div>\n<div class=\"abce-program-footer\"><strong>Master<\/strong><a class=\"abce-text-link\" href=\"#\">Voir le programme<\/a><\/div>\n<\/div>\n<\/article>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"abce-why\" id=\"accompagnement\">\n<div class=\"abce-container abce-why-layout\">\n<img decoding=\"async\" alt=\"Etudiants sur un campus international\" class=\"abce-why-photo\" src=\"https:\/\/images.unsplash.com\/photo-1562774053-701939374585?auto=format&amp;fit=crop&amp;w=1100&amp;q=85\">\n<div>\n<div class=\"abce-section-intro\">\n<p class=\"abce-section-kicker\">ABC \u00c9coles<\/p>\n<h2 class=\"abce-section-title\">Un accompagnement humain, un suivi vraiment transparent<\/h2>\n<p>Notre \u00e9quipe reste proche de vous, tandis que votre espace en ligne rassemble toutes les informations utiles.<\/p>\n<\/div>\n<div class=\"abce-benefits\">\n<div class=\"abce-benefit\"><div class=\"abce-benefit-icon\"><i data-lucide=\"user-round-check\"><\/i><\/div><div><h3>Conseiller d\u00e9di\u00e9<\/h3><p>Un interlocuteur conna\u00eet votre projet et suit chaque demande.<\/p><\/div><\/div>\n<div class=\"abce-benefit\"><div class=\"abce-benefit-icon\"><i data-lucide=\"layout-dashboard\"><\/i><\/div><div><h3>Suivi en ligne<\/h3><p>Consultez vos admissions, documents et \u00e9tapes visa au m\u00eame endroit.<\/p><\/div><\/div>\n<div class=\"abce-benefit\"><div class=\"abce-benefit-icon\"><i data-lucide=\"file-check-2\"><\/i><\/div><div><h3>Dossier structure<\/h3><p>Les pi\u00e8ces requises sont clairement indiqu\u00e9es et verifi\u00e9es.<\/p><\/div><\/div>\n<div class=\"abce-benefit\"><div class=\"abce-benefit-icon\"><i data-lucide=\"messages-square\"><\/i><\/div><div><h3>Communication simple<\/h3><p>T\u00e9l\u00e9phone, WhatsApp et e-mail pour rester en contact facilement.<\/p><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<section id=\"temoignages\">\n<div class=\"abce-container abce-testimonial-layout\">\n<div>\n<div class=\"abce-quote-mark\">\u201c<\/div>\n<blockquote>J&#8217;ai toujours su ce qui manquait dans mon dossier et quelle \u00e9tait la prochaine \u00e9tape. L&#8217;equipe m&#8217;a accompagn\u00e9e jusqu&#8217;\u00e0 l&#8217;obtention de mon visa.<\/blockquote>\n<p class=\"abce-quote-author\"><strong>Sarah M.<\/strong>\u00c9tudiante en Business Analytics<\/p>\n<\/div>\n<div class=\"abce-stats\">\n<div class=\"abce-stat\"><strong>1 espace<\/strong><span>pour suivre tout votre parcours<\/span><\/div>\n<div class=\"abce-stat\"><strong>5 \u00e9tapes<\/strong><span>de l&#8217;orientation jusqu&#8217;au visa<\/span><\/div>\n<div class=\"abce-stat\"><strong>100%<\/strong><span>des dossiers suivis par un conseiller<\/span><\/div>\n<div class=\"abce-stat\"><strong>24\/7<\/strong><span>acc\u00e8s \u00e0 votre tableau de bord<\/span><\/div>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"abce-cta\" id=\"contact\">\n<div class=\"abce-container\">\n<div class=\"abce-cta-band\">\n<div>\n<h2>Pr\u00eat \u00e0 construire votre projet d&#8217;\u00e9tudes ?<\/h2>\n<p>Parlez-nous de votre parcours. Un conseiller vous r\u00e9pondra dans les meilleurs d\u00e9lais.<\/p>\n<\/div>\n<div class=\"abce-cta-actions\">\n<a class=\"abce-btn abce-btn-light\" href=\"mailto:info@zhangweb.ca\"><i data-lucide=\"mail\"><\/i> Nous \u00e9crire<\/a>\n<a class=\"abce-btn abce-btn-dark\" href=\"#\"><i data-lucide=\"message-circle\"><\/i> WhatsApp<\/a>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n\n<\/div>\n<script>\n(function() {\n  if (window.lucide) lucide.createIcons();\n  const form = document.getElementById('programSearch');\n  if (form && !form.dataset.abceBound) {\n    form.dataset.abceBound = '1';\n    form.addEventListener('submit', function(event) {\n      event.preventDefault();\n      const keyword = document.getElementById('keyword')?.value.trim() || '';\n      const level = document.getElementById('level')?.value || '';\n      const city = document.getElementById('city')?.value || '';\n      const details = [keyword, level, city].filter(Boolean).join(' \u00b7 ');\n      const result = document.getElementById('searchResult');\n      if (result) {\n        result.textContent = details ? `Recherche prete : ${details}.` : 'Selectionnez au moins un critere ou consultez tous les programmes.';\n        result.style.display = 'block';\n      }\n    });\n  }\n  document.querySelectorAll('.abce-home .abce-tab').forEach(function(tab) {\n    if (tab.dataset.abceBound) return;\n    tab.dataset.abceBound = '1';\n    tab.addEventListener('click', function() {\n      document.querySelectorAll('.abce-home .abce-tab').forEach(item => item.classList.remove('abce-active'));\n      tab.classList.add('abce-active');\n      const filter = tab.dataset.filter;\n      document.querySelectorAll('.abce-home .abce-program-card').forEach(function(card) {\n        card.style.display = filter === 'all' || card.dataset.category === filter ? '' : 'none';\n      });\n    });\n  });\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\u00c9tudes internationales Votre avenir commence par le bon programme. Nous vous accompagnons de l&#8217;orientation jusqu&#8217;au visa, avec un conseiller d\u00e9di\u00e9 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-271","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/zhangweb.ca\/ecole\/wp-json\/wp\/v2\/pages\/271","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zhangweb.ca\/ecole\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zhangweb.ca\/ecole\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zhangweb.ca\/ecole\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zhangweb.ca\/ecole\/wp-json\/wp\/v2\/comments?post=271"}],"version-history":[{"count":23,"href":"https:\/\/zhangweb.ca\/ecole\/wp-json\/wp\/v2\/pages\/271\/revisions"}],"predecessor-version":[{"id":398,"href":"https:\/\/zhangweb.ca\/ecole\/wp-json\/wp\/v2\/pages\/271\/revisions\/398"}],"wp:attachment":[{"href":"https:\/\/zhangweb.ca\/ecole\/wp-json\/wp\/v2\/media?parent=271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}