{"id":54493,"date":"2026-02-06T09:24:56","date_gmt":"2026-02-06T14:24:56","guid":{"rendered":"https:\/\/www.wes.org\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/"},"modified":"2026-02-11T12:20:41","modified_gmt":"2026-02-11T17:20:41","slug":"employeurs","status":"publish","type":"page","link":"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/","title":{"rendered":"Employeurs"},"content":{"rendered":"\n\n\n<section  class=\"sw-block alignfull lg:min-h-[620px] sm:overflow-hidden font-sans\">\n  <div>\n    <div class=\"md:flex md:items-center\">\n\n      <!-- Text Column -->\n      <div class=\"px-10 md:w-2\/5 md:order-first hero-text-left\">\n        <div>\n                      <div class=\"not-prose mt-10 md:mt-0\">\n              <h1 class=\"font-display text-black text-5xl leading-none xl:text-[68px] xl:leading-none\">Employeurs<\/h1>\n            <\/div>\n          \n                      <div class=\"text-black text-lg mt-3 xl:mt-9 xl:text-[26px] xl:leading-snug xl:font-light\">\n              <p>Nous sommes des leaders dans la prestation d\u2019\u00e9valuations fiables qui aident les responsables du recrutement \u00e0 identifier les meilleurs talents. Nous accompagnons les professionnels internationaux dans leur transition vers le march\u00e9 du travail, en cr\u00e9ant un processus fluide pour tous.<\/p>\n            <\/div>\n          \n          <!-- CTA Button -->\n                      <div class=\"sw-marketo-embed\">\n              <div class=\"sw-marketo-embed-popup mt-[19px] mb-[15px] md:mt-[26px]\" x-data=\"{ open: false }\">\n                <button\n                  class=\"py-4 px-6 text-base font-semibold rounded-full bg-wes-green text-black hover:bg-dark-green hover:text-white focus:bg-dark-green focus:text-white transition duration-300\"\n                  x-on:click=\"open = true\"\n                  data-mkto-open\n                  data-mkto-form-id=\"9160\"\n                  data-mkto-instance-id=\"mkto_1\"\n                >\n                  Rencontrez un expert                <\/button>\n\n                <!-- Modal -->\n                <div x-dialog x-model=\"open\" x-cloak class=\"fixed inset-0 z-[1002] overflow-y-auto\">\n                  <!-- Overlay -->\n                  <div x-dialog:overlay x-transition.opacity class=\"fixed inset-0 bg-black\/25\"><\/div>\n\n                  <!-- Panel -->\n                  <div class=\"relative flex min-h-screen items-center justify-center px-4 py-10\">\n                    <div x-dialog:panel x-transition class=\"relative min-w-96 max-w-[900px] rounded-xl bg-white p-5 shadow-lg\">\n\n                      <!-- Close Button (with z-index so it stays clickable above Marketo) -->\n                      <button\n                        class=\"absolute right-0 top-0 z-[1] mr-4 mt-4 border-0 bg-transparent hover:bg-transparent focus-visible:bg-transparent\"\n                        type=\"button\"\n                        x-on:click=\"$dialog.close()\"\n                      >\n                        <span class=\"sr-only\">Close<\/span>\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 20 20\" fill=\"currentColor\" class=\"size-5\">\n                          <path d=\"M6.28 5.22a.75.75 0 0 0-1.06 1.06L8.94 10l-3.72 3.72a.75.75 0 1 0 1.06 1.06L10 11.06l3.72 3.72a.75.75 0 1 0 1.06-1.06L11.06 10l3.72-3.72a.75.75 0 0 0-1.06-1.06L10 8.94 6.28 5.22Z\"\/>\n                        <\/svg>\n                      <\/button>\n\n                      <!-- Marketo Host (unique per instance) -->\n                      <div\n                        class=\"wes-mkto-host relative min-h-[120px]\"\n                        data-mkto-host\n                        data-mkto-form-id=\"9160\"\n                        data-mkto-instance-id=\"mkto_1\"\n                      >\n                        <!-- Loader -->\n                        <div\n                          class=\"wes-mkto-loading flex items-center justify-center gap-3 text-sm text-gray-600\"\n                          data-mkto-loading\n                        >\n                          <span class=\"inline-block h-4 w-4 animate-spin rounded-full border-2 border-gray-300 border-t-gray-600\"><\/span>\n                          <span>Loading form\u2026<\/span>\n                        <\/div>\n\n                        <!-- Form mount point -->\n                        <div\n                          id=\"mktoHost_9160_mkto_1\"\n                          class=\"wes-mkto-form\"\n                          style=\"display:none;\"\n                        ><\/div>\n\n                        <!-- Thank you message (per instance) -->\n                        <div\n                          class=\"mt-5 wes-mkto-thankyou\"\n                          data-mkto-thankyou\n                          style=\"display:none;\"\n                        >\n                          <p>Merci pour votre prise de contact !<\/p>\n                        <\/div>\n                      <\/div>\n\n                    <\/div>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n\n                          <script src=\"\/\/knowledge.wes.org\/js\/forms2\/js\/forms2.min.js\" data-wes-mkto-forms2><\/script>\n            \n                          <script data-wes-mkto-manager>\n                (function () {\n                  function ready(fn) {\n                    if (document.readyState === \"loading\") document.addEventListener(\"DOMContentLoaded\", fn);\n                    else fn();\n                  }\n\n                  \/\/ Page-level singleton\n                  window.WES_MKTO = window.WES_MKTO || {\n                    loading: {},   \/\/ formId -> [callbacks]\n                    parking: null  \/\/ hidden div to hold forms when not in use\n                  };\n\n                  function ensureParking() {\n                    if (window.WES_MKTO.parking) return window.WES_MKTO.parking;\n                    var div = document.createElement(\"div\");\n                    div.id = \"wes-mkto-parking\";\n                    div.style.display = \"none\";\n                    document.body.appendChild(div);\n                    window.WES_MKTO.parking = div;\n                    return div;\n                  }\n\n                  function waitForMkto(cb) {\n                    var tries = 0;\n                    (function tick() {\n                      if (window.MktoForms2 && typeof window.MktoForms2.loadForm === \"function\") return cb();\n                      if (tries++ > 200) return; \/\/ fail silently\n                      setTimeout(tick, 25);\n                    })();\n                  }\n\n                  function loadOnce(baseUrl, munchkinId, formId, done) {\n                    waitForMkto(function () {\n                      \/\/ If already created, reuse it\n                      var existing = window.MktoForms2.getForm && window.MktoForms2.getForm(formId);\n                      if (existing) return done(existing);\n\n                      \/\/ If currently loading, queue callback\n                      window.WES_MKTO.loading[formId] = window.WES_MKTO.loading[formId] || [];\n                      window.WES_MKTO.loading[formId].push(done);\n                      if (window.WES_MKTO.loading[formId].length > 1) return;\n\n                      \/\/ Render into hidden parking placeholder exactly once\n                      var parking = ensureParking();\n                      var placeholderId = \"mktoRender_\" + formId;\n                      var placeholder = document.getElementById(placeholderId);\n\n                      if (!placeholder) {\n                        placeholder = document.createElement(\"form\");\n                        placeholder.id = placeholderId;\n                        parking.appendChild(placeholder);\n                      }\n\n                      window.MktoForms2.loadForm(baseUrl, munchkinId, formId, function (form) {\n                        \/\/ Bind success ONCE (works whichever host currently contains the form)\n                        if (!form.__wesSuccessBound) {\n                          form.__wesSuccessBound = true;\n                          form.onSuccess(function () {\n                            try {\n                              var formEl = form.getFormElem && form.getFormElem()[0];\n                              if (formEl) {\n                                var host = formEl.closest && formEl.closest(\"[data-mkto-host]\");\n                                if (host) {\n                                  var thankyou = host.querySelector(\"[data-mkto-thankyou]\");\n                                  var loader = host.querySelector(\"[data-mkto-loading]\");\n                                  var formWrap = host.querySelector(\".wes-mkto-form\");\n\n                                  if (loader) loader.style.display = \"none\";\n                                  if (formWrap) formWrap.style.display = \"none\";\n                                  if (thankyou) thankyou.style.display = \"block\";\n                                }\n                                form.getFormElem().hide();\n                              }\n                            } catch (e) {}\n                            return false; \/\/ prevent redirect\n                          });\n                        }\n\n                        \/\/ Flush queued callbacks\n                        var q = window.WES_MKTO.loading[formId] || [];\n                        delete window.WES_MKTO.loading[formId];\n                        q.forEach(function (fn) {\n                          try { fn(form); } catch (e) {}\n                        });\n                      });\n                    });\n                  }\n\n                  function attach() {\n                    \/\/ Delegate click handler for any CTA that opens a mkto modal\n                    document.addEventListener(\"click\", function (e) {\n                      var btn = e.target.closest && e.target.closest(\"[data-mkto-open]\");\n                      if (!btn) return;\n\n                      var formId = parseInt(btn.getAttribute(\"data-mkto-form-id\"), 10);\n                      var instanceId = btn.getAttribute(\"data-mkto-instance-id\");\n                      if (!formId || !instanceId) return;\n\n                      \/\/ Find the matching host for THIS instance\n                      var host = document.querySelector(\n                        '[data-mkto-host][data-mkto-form-id=\"' + formId + '\"][data-mkto-instance-id=\"' + instanceId + '\"]'\n                      );\n                      if (!host) return;\n\n                      \/\/ Reset UI on open\n                      var loader = host.querySelector(\"[data-mkto-loading]\");\n                      var thankyou = host.querySelector(\"[data-mkto-thankyou]\");\n                      var formWrap = host.querySelector(\".wes-mkto-form\");\n                      var placeholder = document.getElementById(\"mktoHost_\" + formId + \"_\" + instanceId);\n\n                      if (loader) loader.style.display = \"flex\";\n                      if (thankyou) thankyou.style.display = \"none\";\n                      if (formWrap) {\n                        formWrap.style.display = \"none\";\n                        formWrap.innerHTML = \"\";\n                      }\n                      if (placeholder) placeholder.innerHTML = \"\";\n\n                      \/\/ Load once, then move into this instance host\n                      loadOnce(\"\/\/knowledge.wes.org\", \"317-CTM-316\", formId, function (form) {\n                        var formEl = form.getFormElem && form.getFormElem()[0];\n                        if (!formEl) return;\n\n                        \/\/ Make sure form is visible\n                        form.getFormElem().show();\n\n                        var placeholderNow = document.getElementById(\"mktoHost_\" + formId + \"_\" + instanceId);\n                        if (!placeholderNow) return;\n\n                        \/\/ Hide loader, show form container, append the single form DOM\n                        if (loader) loader.style.display = \"none\";\n                        if (formWrap) formWrap.style.display = \"block\";\n\n                        placeholderNow.appendChild(formEl);\n                      });\n                    });\n                  }\n\n                  ready(attach);\n                })();\n              <\/script>\n            \n                  <\/div>\n      <\/div>\n\n      <!-- Image Column -->\n              <div class=\"relative md:w-3\/5 h-[336px] md:h-[620px] not-prose md:order-last\">\n          <img loading=\"lazy\" decoding=\"async\" width=\"2121\" height=\"1414\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394.jpg\" class=\"h-full w-full object-cover\" alt=\"Portrait of beautiful smiling businesswoman with her colleagues during a meeting in modern office. Successful team leader and her team working in background.\" srcset=\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394.jpg 2121w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-300x200.jpg 300w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-1024x683.jpg 1024w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-768x512.jpg 768w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-1536x1024.jpg 1536w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-2048x1365.jpg 2048w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-541x362.jpg 541w\" sizes=\"auto, (max-width: 2121px) 100vw, 2121px\" style=\"object-position: 61% 9%;\" \/>\n          <div class=\"block md:hidden absolute top-0 left-0 right-0 w-full h-[72px] text-wes-green\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 391 72.11\">\n              <path fill=\"#fff\" d=\"M391 0S219.5 113.21 0 26.22V0h391Z\"\/>\n              <path fill=\"currentColor\" d=\"M391 0v23.74s-179 104-391 7v-4.52C219.5 113.21 391 0 391 0Z\"\/>\n            <\/svg>\n          <\/div>\n\n                      <!-- If text on left -->\n            <div class=\"hidden md:block absolute top-0 bottom-0 left-0 w-[189px] h-full text-wes-green\">\n              <svg class=\"h-full\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 189 575\">\n                <path fill=\"currentColor\" d=\"M0 575v-.18c2.87-1.85 6.46-4.25 10.63-7.21C68.71 526.24 239 375.33 153.33 74.49 177.49 144.51 188 207.01 189 262.44v17.09C186.4 428.52 114.52 523.95 60.18 575H0Z\"\/>\n                <path fill=\"#ffffff\" d=\"M0 574.82V0h127.9c10.21 25.79 18.63 50.61 25.43 74.49C239 375.33 68.71 526.24 10.63 567.61c-4.17 2.96-7.76 5.36-10.63 7.21Z\"\/>\n              <\/svg>\n            <\/div>\n                  <\/div>\n      \n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n\n\n    \n<div class=\"sw-sticky-nav sticky left-0 z-40 not-prose md:hidden -mx-8\">\n    <div x-data=\"{ selectedLabel: 'Jump To' }\" x-popover class=\"relative\">\n        <button x-popover:button type=\"button\" class=\"w-full justify-between flex items-center gap-2 bg-dark-green text-white font-sans text-[11px] font-semibold leading-snug px-5 py-2.5\">\n            <span x-text=\"selectedLabel\"><\/span>\n\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"h-5 w-5 text-gray-400 animate-bounce\" viewBox=\"0 0 20 20\" fill=\"currentColor\">\n                <path fill-rule=\"evenodd\" d=\"M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z\" clip-rule=\"evenodd\" \/>\n            <\/svg>\n        <\/button>\n\n        <div\n            x-popover:panel\n            x-cloak\n            x-transition.origin.top\n            class=\"absolute left-0 bg-dark-green text-white px-8 right-0 w-full justify-center\"\n        >\n                            <a @click=\"selectedLabel = 'Connectez-vous \u00e0 AccessWES\u00ae'; $popover.close();\" href=\"#access-wes\" class=\"block text-center text-white font-sans font-normal text-sm py-3 mx-12 no-underline hover:text-white\">\n                    Connectez-vous \u00e0 AccessWES\u00ae                <\/a>\n                            <a @click=\"selectedLabel = 'Abonnez-vous \u00e0 notre newsletter'; $popover.close();\" href=\"#newsletter\" class=\"block text-center text-white font-sans font-normal text-sm py-3 mx-12 no-underline hover:text-white\">\n                    Abonnez-vous \u00e0 notre newsletter                <\/a>\n                    <\/div>\n    <\/div>\n<\/div>\n\n<div  class=\"sw-block alignfull sw-sticky-nav sticky left-0 z-10 not-prose hidden md:block\">\n    <ul class=\"bg-dark-green text-white px-8 flex flex-wrap justify-center\">\n                    <li>\n                <a class=\"group block text-white font-sans font-normal text-sm py-3 mx-12 no-underline hover:text-white focus:text-white\" href=\"#access-wes\">\n\n                    <span>Connectez-vous \u00e0 AccessWES\u00ae<\/span>\n\n                    <span class=\"block h-[1px] bg-white opacity-0 group-hover:opacity-100 group-focus:opacity-100 transition-all\"><\/span>\n                    \n                <\/a>\n            <\/li>\n                    <li>\n                <a class=\"group block text-white font-sans font-normal text-sm py-3 mx-12 no-underline hover:text-white focus:text-white\" href=\"#newsletter\">\n\n                    <span>Abonnez-vous \u00e0 notre newsletter<\/span>\n\n                    <span class=\"block h-[1px] bg-white opacity-0 group-hover:opacity-100 group-focus:opacity-100 transition-all\"><\/span>\n                    \n                <\/a>\n            <\/li>\n            <\/ul>\n<\/div>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n\n\n  <section  class=\"blurbs-grid\">\n    \n        <div class=\"mx-auto max-w-[1150px] md:px-5\">\n      <div class=\"blurbs-grid__list\">\n\n                  \n          <div class=\"blurbs-grid__item flex gap-[25px] md:gap-[32px]\">\n            <div class=\"flex-none flex h-20 w-20 items-center justify-center rounded-full bg-wes-green text-white not-prose\">\n              <img decoding=\"async\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2024\/06\/home-accesswes-1.svg\" class=\"object-cover\" alt=\"key icon\" \/>            <\/div>\n            <div>\n              <div class=\"not-prose\">\n                <h2 class=\"text-[32px] font-light leading-[38px] text-black md:text-[38px]\">Minimiser le risque<\/h2>\n              <\/div>\n              <div class=\"blurbs-grid__content\"><p>Le contexte num\u00e9rique actuel, r\u00e9solument tourn\u00e9 vers le tout-digital, fait \u00e9merger de nouveaux risques. Gr\u00e2ce \u00e0 un rigoureux processus de v\u00e9rification, nous vous \u00e9paulerons pour vous pr\u00e9munir contre les documents et r\u00e9f\u00e9rences frauduleux afin de maintenir de hauts niveaux de norme en toute s\u00e9r\u00e9nit\u00e9. <\/p>\n<p><a href=\"https:\/\/www.wes.org\/fr\/resource-library\/blog\/conseils-sur-les-diplomes\/faq-sur-le-processus-de-verification-des-documents-par-wes\/\">En savoir plus sur notre processus de v\u00e9rification<\/a><\/p>\n<\/div>\n\n                          <\/div>\n          <\/div>\n                  \n          <div class=\"blurbs-grid__item flex gap-[25px] md:gap-[32px]\">\n            <div class=\"flex-none flex h-20 w-20 items-center justify-center rounded-full bg-wes-green text-white not-prose\">\n              <img decoding=\"async\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2024\/06\/Group-55.svg\" class=\"object-cover\" alt=\"Dart icon\" \/>            <\/div>\n            <div>\n              <div class=\"not-prose\">\n                <h2 class=\"text-[32px] font-light leading-[38px] text-black md:text-[38px]\">\u00c9valuer \u00e0 la vitesse du march\u00e9<\/h2>\n              <\/div>\n              <div class=\"blurbs-grid__content\"><p>Le march\u00e9 du travail concurrentiel d\u2019aujourd\u2019hui exige des d\u00e9cisions \u00e9clair\u00e9es. Forts de plus de 16\u00a0000\u00a0partenariats num\u00e9riques \u00e0 l\u2019\u00e9chelle mondiale et comptant pr\u00e8s de 400\u00a0sp\u00e9cialistes, notre structure est taill\u00e9e pour accompagner votre d\u00e9veloppement, vous permettant ainsi d\u2019\u00e9valuer vos candidatures en toute s\u00e9r\u00e9nit\u00e9. <\/p>\n<p><a href=\"https:\/\/www.youtube.com\/watch?v=vj31eNBrGTM\" target=\"_blank\" rel=\"noopener\">D\u00e9couvrez le t\u00e9moignage de l\u2019un de nos partenaires<\/a><\/p>\n<\/div>\n\n                          <\/div>\n          <\/div>\n                  \n          <div class=\"blurbs-grid__item flex gap-[25px] md:gap-[32px]\">\n            <div class=\"flex-none flex h-20 w-20 items-center justify-center rounded-full bg-wes-green text-white not-prose\">\n              <img decoding=\"async\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2024\/06\/home-required-docs-1-1-1.svg\" class=\"object-cover\" alt=\"Document icon\" \/>            <\/div>\n            <div>\n              <div class=\"not-prose\">\n                <h2 class=\"text-[32px] font-light leading-[38px] text-black md:text-[38px]\">Renforcez votre processus<\/h2>\n              <\/div>\n              <div class=\"blurbs-grid__content\"><p>Dans un paysage mondial de plus en plus incertain, nous agissons comme une v\u00e9ritable extension de votre \u00e9quipe. Nous apportons plus de 50 ans d\u2019expertise et des relations de confiance dans l\u2019industrie pour vous aider \u00e0 relever les d\u00e9fis \u00e9mergents avec confiance.<\/p>\n<p><a href=\"https:\/\/wenr.wes.org\/2025\/03\/insights-on-global-academic-credential-trends-an-interview-with-ari-mihael-director-of-educational-standards-at-wes?_gl=1*1duvnpm*_gcl_aw*R0NMLjE3NTk3NjQwNzcuQ2owS0NRancwWTNIQmhDeEFSSXNBTjc5MzFWVFBRTGk0RGRaU19mbU9KZ3d5RlN2bEVCZU5CVzdxZUZnS2Q0WU41cU56OV9WUUx2Z2lGUWFBaEc3RUFMd193Y0I.*_gcl_au*NDk4NTkxNDg0LjE3NTMzNjc3NTU.*_ga*NDY4NDAzNzY5LjE3NDU1MjA2OTY.*_ga_5GR242L76M*czE3NjAwNDkzNjkkbzEzNyRnMSR0MTc2MDA1MTM2NiRqNDEkbDAkaDE1NTQyNzkzMTI.\" target=\"_blank\" rel=\"noopener\">En savoir plus sur les tendances en mati\u00e8re d\u2019accr\u00e9ditation<\/a><\/p>\n<\/div>\n\n                          <\/div>\n          <\/div>\n                  \n          <div class=\"blurbs-grid__item flex gap-[25px] md:gap-[32px]\">\n            <div class=\"flex-none flex h-20 w-20 items-center justify-center rounded-full bg-wes-green text-white not-prose\">\n              <img decoding=\"async\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/08\/heart-hands.svg\" class=\"object-cover\" alt=\"an icon of two hands in the shape of a heart\" \/>            <\/div>\n            <div>\n              <div class=\"not-prose\">\n                <h2 class=\"text-[32px] font-light leading-[38px] text-black md:text-[38px]\">Partenaire pour le changement<\/h2>\n              <\/div>\n              <div class=\"blurbs-grid__content\"><p>Nous nous engageons \u00e0 impulser le changement et \u00e0 \u00e9largir les opportunit\u00e9s \u00e9quitables pour les professionnels internationaux. Notre travail s\u2019\u00e9tend au plaidoyer politique, \u00e0 l\u2019octroi strat\u00e9gique de subventions et au soutien par le biais d\u2019initiatives telles que le programme WES Gateway.<\/p>\n<p><a href=\"https:\/\/www.wes.org\/fr\/impact-social\/programmes\/a-propos-du-programme-gateway-de-wes\/\" target=\"_blank\" rel=\"noopener\">En savoir plus sur le programme WES Gateway<\/a><\/p>\n<\/div>\n\n                          <\/div>\n          <\/div>\n              <\/div>\n    <\/div>\n      <\/section>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n\n\n<section \n   \n  class=\"relative sw-block wp-block-group is-layout-flow wp-block-storyware-floating-content-is-layout-flow\"\n  style=\"--wp--style--layout--content-size: var(--wp--custom--content-width); \n         --wp--style--layout--wide-size: var(--wp--custom--wide-width);\">\n\n  <div class=\"mx-auto px-5\">\n    <div class=\"grid gap-5 md:grid-cols-2 lg:gap-24 items-center\">\n\n      <!-- Image Column -->\n      <div class=\"not-prose\">\n                  <img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2026\/02\/12-18-25-B2B-Web-Graphic-French.png\" class=\"h-72 md:h-[480px] w-full object-cover object-center\" alt=\"Why partner with WES\" srcset=\"https:\/\/www.wes.org\/wp-content\/uploads\/2026\/02\/12-18-25-B2B-Web-Graphic-French.png 1080w, https:\/\/www.wes.org\/wp-content\/uploads\/2026\/02\/12-18-25-B2B-Web-Graphic-French-300x300.png 300w, https:\/\/www.wes.org\/wp-content\/uploads\/2026\/02\/12-18-25-B2B-Web-Graphic-French-1024x1024.png 1024w, https:\/\/www.wes.org\/wp-content\/uploads\/2026\/02\/12-18-25-B2B-Web-Graphic-French-150x150.png 150w, https:\/\/www.wes.org\/wp-content\/uploads\/2026\/02\/12-18-25-B2B-Web-Graphic-French-768x768.png 768w, https:\/\/www.wes.org\/wp-content\/uploads\/2026\/02\/12-18-25-B2B-Web-Graphic-French-195x195.png 195w, https:\/\/www.wes.org\/wp-content\/uploads\/2026\/02\/12-18-25-B2B-Web-Graphic-French-185x185.png 185w\" sizes=\"auto, (max-width: 1080px) 100vw, 1080px\" \/>\n                        <\/div>\n\n      <!-- Text Column -->\n      <div class=\"md:order-last\">\n\n                  <h2 class=\"font-medium text-[28px] text-black leading-snug\">Pourquoi s\u2019associer \u00e0 WES<\/h2>\n        \n                  <div class=\"mt-3\"><p>Chez WES, nous collaborons avec vous pour personnaliser nos services selon vos besoins. Nous adoptons une approche simple et flexible pour fluidifier vos processus de recrutement et d\u2019embauche, vous faisant ainsi gagner un temps pr\u00e9cieux et de l\u2019argent en toute s\u00e9r\u00e9nit\u00e9. Pour l\u2019\u00e9valuation des dipl\u00f4mes acad\u00e9miques, orientez vos candidats form\u00e9s \u00e0 l\u2019\u00e9tranger vers WES.<\/p>\n<\/div>\n        \n        <!-- Button Type: Standard Link -->\n        \n        <!-- Button Type: Marketo Popup -->\n        \n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n\n\n<section \n   \n  class=\"relative sw-block wp-block-group is-layout-flow wp-block-storyware-floating-content-is-layout-flow\"\n  style=\"--wp--style--layout--content-size: var(--wp--custom--content-width); \n         --wp--style--layout--wide-size: var(--wp--custom--wide-width);\">\n\n  <div class=\"mx-auto px-5\">\n    <div class=\"grid gap-5 md:grid-cols-2 lg:gap-24 items-center\">\n\n      <!-- Image Column -->\n      <div class=\"not-prose\">\n                  <img loading=\"lazy\" decoding=\"async\" width=\"1025\" height=\"1025\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2024\/10\/12-22-25-b2b-logo-image-V3.png\" class=\"h-72 md:h-[480px] w-full object-cover object-center\" alt=\"WES Technology partners\" \/>\n                        <\/div>\n\n      <!-- Text Column -->\n      <div class=\"md:order-first\">\n\n                  <h2 class=\"font-medium text-[28px] text-black leading-snug\">Partenariats et int\u00e9grations num\u00e9riques<\/h2>\n        \n                  <div class=\"mt-3\"><p data-renderer-start-pos=\"346\">Nous comptons plus de 16 000 partenariats num\u00e9riques \u00e0 travers le monde. Gr\u00e2ce \u00e0 ces partenariats, nous offrons des canaux s\u00e9curis\u00e9s, fiables et efficaces pour la transmission des rapports et documents. Nos int\u00e9grations sont con\u00e7ues pour rationaliser les processus, r\u00e9duire le travail manuel et acc\u00e9l\u00e9rer l\u2019\u00e9change d\u2019informations v\u00e9rifi\u00e9es<\/p>\n<\/div>\n        \n        <!-- Button Type: Standard Link -->\n        \n        <!-- Button Type: Marketo Popup -->\n        \n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n\n\n<section \n  id=\"access-wes\"  \n  class=\"relative sw-block wp-block-group is-layout-flow wp-block-storyware-floating-content-is-layout-flow\"\n  style=\"--wp--style--layout--content-size: var(--wp--custom--content-width); \n         --wp--style--layout--wide-size: var(--wp--custom--wide-width);\">\n\n  <div class=\"mx-auto px-5\">\n    <div class=\"grid gap-5 md:grid-cols-2 lg:gap-24 items-center\">\n\n      <!-- Image Column -->\n      <div class=\"not-prose\">\n                  <img loading=\"lazy\" decoding=\"async\" width=\"1025\" height=\"1025\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/0925-B2B-Image-3-1024x1024-1.jpg\" class=\"h-72 md:h-[480px] w-full object-cover object-center\" alt=\"AccessWES platform on laptop and mobile\" srcset=\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/0925-B2B-Image-3-1024x1024-1.jpg 1025w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/0925-B2B-Image-3-1024x1024-1-300x300.jpg 300w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/0925-B2B-Image-3-1024x1024-1-150x150.jpg 150w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/0925-B2B-Image-3-1024x1024-1-768x768.jpg 768w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/0925-B2B-Image-3-1024x1024-1-195x195.jpg 195w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/0925-B2B-Image-3-1024x1024-1-185x185.jpg 185w\" sizes=\"auto, (max-width: 1025px) 100vw, 1025px\" \/>\n                        <\/div>\n\n      <!-- Text Column -->\n      <div class=\"md:order-last\">\n\n                  <h2 class=\"font-medium text-[28px] text-black leading-snug\">Portail client s\u00e9curis\u00e9<\/h2>\n        \n                  <div class=\"mt-3\"><p>AccessWES\u00ae est notre plateforme en ligne s\u00e9curis\u00e9e utilis\u00e9e par les institutions (comme les universit\u00e9s, les organismes de d\u00e9livrance de licences ou les employeurs) pour :<\/p>\n<ul>\n<li><strong>Recevoir des \u00e9valuations de dipl\u00f4mes v\u00e9rifi\u00e9es de WES<\/strong><\/li>\n<li><strong>Suivre le statut<\/strong> des documents et des \u00e9valuations soumis<\/li>\n<li><strong>Consulter les \u00e9valuations termin\u00e9es en ligne<\/strong>, ce qui diminue le recours aux rapports papier<\/li>\n<\/ul>\n<p><a href=\"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/lavantage-accesswes\/\">En savoir plus sur AccessWES\u00ae<\/a>, ou connectez-vous ci-dessous si vous \u00eates d\u00e9j\u00e0 membre<\/p>\n<\/div>\n        \n        <!-- Button Type: Standard Link -->\n                  <div class=\"mt-9 not-prose\">\n            <a class=\"sw-primary-button inline-block font-sans rounded-[50px] px-5 pb-1.5 pt-2 text-center text-sm font-semibold tracking-wide\"\n               href=\"https:\/\/accesswes.wes.org\/login\"\n               target=\"_self\">\n               Connectez-vous \u00e0 AccessWES\u00ae            <\/a>\n          <\/div>\n        \n        <!-- Button Type: Marketo Popup -->\n        \n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" id=\"newsletter\" class=\"wp-block-spacer\"><\/div>\n\n\n\n\n\n<section  class=\"sw-block not-prose\">\n  <div class=\"px-5\">\n    \n<!-- Using container queries for including in post grid -->\n<div class=\"mx-auto max-w-[1040px] @container not-prose\">\n    <div class=\"group\n        bg-cobalt\n                    bg-cobalt\n                \n        rounded-[20px] px-5 py-8 @md:flex @md:items-center @md:justify-between @md:rounded-[24px] @md:py-5 shadow-[0px_8px_12px_0px_rgba(0,0,0,0.04)] @md:shadow-none overflow-hidden h-full transition-all duration-500\n        \n        hover:-translate-y-3 hover:shadow-[0px_2px_15px_0px_rgba(0,0,0,0.10)] focus:-translate-y-3 focus:shadow-[0px_2px_15px_0px_rgba(0,0,0,0.10)]\n\n        @md:hover:translate-y-0 @md:hover:shadow-[0px_8px_12px_0px_rgba(0,0,0,0.04)] @md:focus:translate-y-0 @md:focus:shadow-[0px_8px_12px_0px_rgba(0,0,0,0.04)]\n        \n        \"\n        \n        tabindex=\"0\">\n\n        <div class=\"@md:flex @md:items-center\">\n                            <div>\n                    <!-- Nest div to protect fixed width from being changes by flex -->\n                    <div class=\"\n                                                    text-cobalt bg-white\n                                                \n                        rounded-full mx-auto mb-7 @md:mb-0 @md:mr-2.5 flex justify-center items-center h-[80px] w-[80px] transition-all duration-300 \n\n                        group-hover:scale-75 group-hover:mb-2 origin-top group-focus:scale-75 group-focus:mb-2 origin-top\n                        \n                        @md:group-hover:scale-100 @md:group-hover:mb-0 @md:group-focus:scale-100 @md:group-focus:mb-0\n                        \n                        \">\n                        <img decoding=\"async\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2024\/10\/Property-1Email.png\" \"Inscrivez-vous \u00e0 notre newsletter.\" \/>\n                    <\/div>\n                <\/div>\n            \n            <div>\n\n                                    <h2 class=\"\n                                                    text-white\n                                                \n                        font-sans text-balance text-center font-semibold text-base mb-5 @md:inline @md:mb-0 @md:text-wrap @md:text-left @md:text-[22px] @md:leading-tight @md:font-medium\n                        \n                        \">Inscrivez-vous \u00e0 notre newsletter.<\/h2>\n                \n                                    <p class=\"\n                                                    text-white\n                                                \n                        text-balance text-center font-light font-sans leading-tight text-base @md:text-[22px] @md:inline @md:text-wrap @md:text-left\n                        \n                        \">Recevez les derni\u00e8res mises \u00e0 jour de l\u2019infolettre WES Voice \u2014 analyses, nouvelles et ressources directement dans votre bo\u00eete de r\u00e9ception.<\/p>\n                \n            <\/div>\n        <\/div>\n\n                    <div class=\"mt-5 @md:h-auto text-center @md:ml-20 @md:mt-0 @md:flex-none @md:text-left\">\n                <a class=\"\n                                            bg-white text-black hover:bg-cobalt hover:text-white focus:bg-cobalt focus:text-white border-white\n                                        \n                    border border-solid transition-all duration-300 inline-block rounded-[50px] px-5 pb-1.5 pt-2 text-center font-sans text-sm font-semibold leading-snug tracking-wide\n                    \n                    group-hover:-mt-2 group-focus:-mt-2\n                    \n                    @md:group-hover:mt-0 @md:group-focus:mt-0\n                    \n                    \"\n                    \n                    href=\"https:\/\/knowledge.wes.org\/centre-des-abonnements.html\" target=\"_self\">S&rsquo;abonner<\/a>\n            <\/div>\n            <\/div>\n<\/div>  <\/div>\n  \n<\/section>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n\n\n<section  class=\"testimonial-carousel relative bg-cobalt text-white \">\n\n    <div class=\"mx-auto max-w-[1148px] testimonial-carousel_wrapper\">\n\n        <!-- Navigation Arrows -->\n                    <button\n                class=\"testimonial-nav testimonial-prev\"\n                aria-label=\"Previous testimonial\"\n                style=\"background: #FFFFFF;\"\n            >\n                <svg width=\"11\" height=\"19\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path fill=\"#1A69CB\"\n                        d=\"M9.78711 16.4463C10.177 16.8368 10.1772 17.47 9.78711 17.8604C9.39666 18.2507 8.76257 18.2506 8.37207 17.8604L0.379882 9.86523C0.349801 9.84142 0.319794 9.81683 0.291992 9.78906C0.0953527 9.59242 -0.00139945 9.33387 -3.96732e-07 9.07617C-0.00137749 8.81854 0.0954262 8.56083 0.291992 8.36426C0.321916 8.33435 0.353186 8.30658 0.385742 8.28125L8.37207 0.292969C8.76257 -0.0975817 9.39656 -0.0975295 9.78711 0.292969C10.1771 0.683394 10.1771 1.3166 9.78711 1.70703L2.41894 9.07617L9.78711 16.4463Z\"\/>\n                <\/svg>\n            <\/button>\n\n            <button\n                class=\"testimonial-nav testimonial-next\"\n                aria-label=\"Next testimonial\"\n                style=\"background: #FFFFFF;\"\n            >\n                <svg width=\"11\" height=\"19\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path fill=\"#1A69CB\"\n                        d=\"M0.292541 1.70654C-0.0973793 1.31604 -0.0975859 0.682837 0.292541 0.29248C0.682988 -0.097847 1.31708 -0.0977231 1.70758 0.29248L9.69977 8.2876C9.72985 8.31141 9.75986 8.336 9.78766 8.36377C9.9843 8.56041 10.081 8.81896 10.0797 9.07666C10.081 9.33429 9.98422 9.592 9.78766 9.78857C9.75773 9.81848 9.72646 9.84625 9.69391 9.87158L1.70758 17.8599C1.31708 18.2504 0.683092 18.2504 0.292541 17.8599C-0.0974575 17.4694 -0.0974826 16.8362 0.292541 16.4458L7.66071 9.07666L0.292541 1.70654Z\"\/>\n                <\/svg>\n            <\/button>\n        \n        <!-- Swiper Container -->\n        <div class=\"swiper testimonialSwiper\">\n            <div class=\"swiper-wrapper\">\n\n                                    <div class=\"swiper-slide mb-10 md:mb-[45px]\">\n\n                        <!-- Image + Ellipse -->\n                        <div class=\"flex justify-center\">\n                                                            <div class=\"relative mb-[22px] md:mb-8\">\n                                    <svg width=\"155\" height=\"145\" viewBox=\"0 0 155 145\" fill=\"none\">\n                                        <ellipse cx=\"77.2764\" cy=\"72.177\" rx=\"78.5188\" ry=\"70.2141\"\n                                                 transform=\"rotate(-25.5849 77.2764 72.177)\"\n                                                 fill=\"#004480\" \/>\n                                    <\/svg>\n\n                                    <div class=\"absolute top-[2px] left-[7px] w-[140px] h-[140px] rounded-full overflow-hidden\">\n                                        <img decoding=\"async\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2024\/08\/sq-niagaracollegecan.png\" alt=\"Niagara College Canada logo\" class=\"w-full h-full object-cover\" \/>\n                                    <\/div>\n                                <\/div>\n                                                    <\/div>\n\n                                                    <p class=\"testimonial-quote text-center mb-[22px] md:mb-9 text-[22px] leading-[31px] md:text-[28px] md:leading-[38px] font-sans font-medium\">\n                                \u201c\u00ab Lors de l\u2019embauche d\u2019employ\u00e9s au Niagara College, il est essentiel qu\u2019ils poss\u00e8dent les qualifications requises pour le poste. L\u2019\u00e9valuation de l\u2019\u00e9quivalence canadienne des dipl\u00f4mes internationaux nous a pos\u00e9 certains d\u00e9fis dans le pass\u00e9. Le processus est complexe et prend beaucoup de temps. Le Niagara College est partenaire de WES depuis plus de dix ans et s&rsquo;est av\u00e9r\u00e9 \u00eatre une ressource fiable. \u00bb\u201d\n                            <\/p>\n                        \n                                                    <p class=\"testimonial-author text-center font-serif text-base\">\n                                Ressources humaines, Coll\u00e8ge Niagara                            <\/p>\n                        \n                    <\/div>\n                                    <div class=\"swiper-slide mb-10 md:mb-[45px]\">\n\n                        <!-- Image + Ellipse -->\n                        <div class=\"flex justify-center\">\n                                                    <\/div>\n\n                                                    <p class=\"testimonial-quote text-center mb-[22px] md:mb-9 text-[22px] leading-[31px] md:text-[28px] md:leading-[38px] font-sans font-medium\">\n                                \u201cWES nous aide \u00e9norm\u00e9ment dans notre travail, surtout gr\u00e2ce aux informations d\u00e9taill\u00e9es fournies sur les dipl\u00f4mes ainsi qu\u2019\u00e0 leur portail en ligne, qui rend le processus de livraison fluide et rapide. Nous recevons toujours une r\u00e9ponse rapide chaque fois que nous contactons WES.\u201d\n                            <\/p>\n                        \n                                                    <p class=\"testimonial-author text-center font-serif text-base\">\n                                Ressources humaines, Coll\u00e8ge Seneca                            <\/p>\n                        \n                    <\/div>\n                \n            <\/div><!-- \/.swiper-wrapper -->\n        <\/div><!-- \/.testimonialSwiper -->\n\n        <!-- Pagination -->\n        <div class=\"swiper-dots testimonial-pagination\"><\/div>\n\n      \n    <\/div><!-- \/.container -->\n\n<\/section>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\" id=\"h-plus-de-5-nbsp-300-nbsp-partenaires-nous-font-confiance\">Plus de 5&nbsp;300&nbsp;partenaires nous font confiance.<\/h2>\n\n\n\n<div class=\"wp-block-group is-content-justification-center is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-layout-grid wp-container-core-group-is-layout-a9535673 wp-block-group-is-layout-grid\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"250\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/EPI_UpdatedLogo-1.png\" alt=\"\" class=\"wp-image-52819\" srcset=\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/EPI_UpdatedLogo-1.png 250w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/EPI_UpdatedLogo-1-150x150.png 150w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/EPI_UpdatedLogo-1-195x195.png 195w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/EPI_UpdatedLogo-1-185x185.png 185w\" sizes=\"auto, (max-width: 250px) 100vw, 250px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group wp-container-content-b959ccbe is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"367\" height=\"101\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/Epic-International-Staffing-2.png\" alt=\"\" class=\"wp-image-52822\" srcset=\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/Epic-International-Staffing-2.png 367w, https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/Epic-International-Staffing-2-300x83.png 300w\" sizes=\"auto, (max-width: 367px) 100vw, 367px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"272\" height=\"104\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/Oncology-Nursing-Certification-Corporation-2.png\" alt=\"\" class=\"wp-image-52825\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group wp-container-content-b959ccbe is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"181\" height=\"76\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/09\/Toronto-Transit-Commission-2.png\" alt=\"\" class=\"wp-image-52828\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/10\/Niagara-college_vectorized.svg\" alt=\"Logo de Niagara College Canada\" class=\"wp-image-53150\"\/><\/figure>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Nous sommes leaders dans la fourniture d\u2019\u00e9valuations fiables qui permettent aux responsables du recrutement d\u2019identifier le bon talent. Nous soutenons les professionnels internationaux lors de leur transition vers le march\u00e9 du travail am\u00e9ricain ou canadien, cr\u00e9ant ainsi un processus fluide pour tous.<\/p>\n","protected":false},"author":1090,"featured_media":53572,"parent":54492,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-54493","page","type-page","status-publish","has-post-thumbnail","hentry"],"better_featured_image":{"id":53572,"alt_text":"Portrait of beautiful smiling businesswoman with her colleagues during a meeting in modern office. Successful team leader and her team working in background.","caption":"Portrait of beautiful smiling businesswoman with her colleagues during a meeting in modern office. Successful team leader and her team working in background.","description":"","media_type":"image","media_details":{"width":2121,"height":1414,"file":"2025\/11\/iStock-2191482394.jpg","filesize":1923864,"sizes":{"medium":{"file":"iStock-2191482394-300x200.jpg","width":300,"height":200,"mime-type":"image\/jpeg","filesize":31292,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-300x200.jpg"},"large":{"file":"iStock-2191482394-1024x683.jpg","width":1024,"height":683,"mime-type":"image\/jpeg","filesize":124003,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-1024x683.jpg"},"thumbnail":{"file":"iStock-2191482394-150x150.jpg","width":150,"height":150,"mime-type":"image\/jpeg","filesize":21523,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-150x150.jpg"},"medium_large":{"file":"iStock-2191482394-768x512.jpg","width":768,"height":512,"mime-type":"image\/jpeg","filesize":84378,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-768x512.jpg"},"1536x1536":{"file":"iStock-2191482394-1536x1024.jpg","width":1536,"height":1024,"mime-type":"image\/jpeg","filesize":225912,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-1536x1024.jpg"},"2048x2048":{"file":"iStock-2191482394-2048x1365.jpg","width":2048,"height":1365,"mime-type":"image\/jpeg","filesize":373197,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-2048x1365.jpg"},"testimonial-thumb":{"file":"iStock-2191482394-165x190.jpg","width":165,"height":190,"mime-type":"image\/jpeg","filesize":23797,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-165x190.jpg"},"carousel-post-thumb":{"file":"iStock-2191482394-540x277.jpg","width":540,"height":277,"mime-type":"image\/jpeg","filesize":47000,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-540x277.jpg"},"col-profile-thumb":{"file":"iStock-2191482394-195x195.jpg","width":195,"height":195,"mime-type":"image\/jpeg","filesize":25721,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-195x195.jpg"},"builder-feed-lg":{"file":"iStock-2191482394-981x517.jpg","width":981,"height":517,"mime-type":"image\/jpeg","filesize":96438,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-981x517.jpg"},"team":{"file":"iStock-2191482394-185x185.jpg","width":185,"height":185,"mime-type":"image\/jpeg","filesize":24759,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-185x185.jpg"},"people":{"file":"iStock-2191482394-394x276.jpg","width":394,"height":276,"mime-type":"image\/jpeg","filesize":41301,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-394x276.jpg"},"insight":{"file":"iStock-2191482394-541x362.jpg","width":541,"height":362,"mime-type":"image\/jpeg","filesize":56412,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-541x362.jpg"},"cmplz_banner_image":{"file":"iStock-2191482394-350x100.jpg","width":350,"height":100,"mime-type":"image\/jpeg","filesize":23996,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394-350x100.jpg"}},"image_meta":{"aperture":"2.2","credit":"Getty Images","camera":"ILCE-9M2","caption":"Portrait of beautiful smiling businesswoman with her colleagues during a meeting in modern office. Successful team leader and her team working in background.","created_timestamp":"1727615921","copyright":"","focal_length":"55","iso":"1600","shutter_speed":"0.0025","title":"Confident businesswoman and her team","orientation":"1","keywords":[]}},"post":54493,"source_url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394.jpg"},"acf":{"alert_msg":"default"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.2 (Yoast SEO v27.0) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Employeurs<\/title>\n<meta name=\"description\" content=\"Nous sommes leaders dans la fourniture d\u2019\u00e9valuations fiables qui permettent aux responsables du recrutement d\u2019identifier le bon talent. Nous soutenons les professionnels internationaux lors de leur transition vers le march\u00e9 du travail am\u00e9ricain ou canadien, cr\u00e9ant ainsi un processus fluide pour tous.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Employeurs\" \/>\n<meta property=\"og:description\" content=\"Nous sommes leaders dans la fourniture d\u2019\u00e9valuations fiables qui permettent aux responsables du recrutement d\u2019identifier le bon talent. Nous soutenons les professionnels internationaux lors de leur transition vers le march\u00e9 du travail am\u00e9ricain ou canadien, cr\u00e9ant ainsi un processus fluide pour tous.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/\" \/>\n<meta property=\"og:site_name\" content=\"WES\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/WorldEducationServices\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-11T17:20:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2121\" \/>\n\t<meta property=\"og:image:height\" content=\"1414\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@WorldEdServices\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/\",\"url\":\"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/\",\"name\":\"Employeurs\",\"isPartOf\":{\"@id\":\"https:\/\/www.wes.org\/fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394.jpg\",\"datePublished\":\"2026-02-06T14:24:56+00:00\",\"dateModified\":\"2026-02-11T17:20:41+00:00\",\"description\":\"Nous sommes leaders dans la fourniture d\u2019\u00e9valuations fiables qui permettent aux responsables du recrutement d\u2019identifier le bon talent. Nous soutenons les professionnels internationaux lors de leur transition vers le march\u00e9 du travail am\u00e9ricain ou canadien, cr\u00e9ant ainsi un processus fluide pour tous.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/#primaryimage\",\"url\":\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394.jpg\",\"contentUrl\":\"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394.jpg\",\"width\":2121,\"height\":1414,\"caption\":\"Portrait of beautiful smiling businesswoman with her colleagues during a meeting in modern office. Successful team leader and her team working in background.\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.wes.org\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u00c9valuation de dipl\u00f4mes\",\"item\":\"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Collaborez avec WES\",\"item\":\"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Employeurs\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.wes.org\/fr\/#website\",\"url\":\"https:\/\/www.wes.org\/fr\/\",\"name\":\"World Education Services\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.wes.org\/fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.wes.org\/fr\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.wes.org\/fr\/#organization\",\"name\":\"World Education Services\",\"url\":\"https:\/\/www.wes.org\/fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.wes.org\/fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.wes.org\/wp-content\/uploads\/2024\/07\/cropped-cropped-WES_Logo_RGB-Primary_Green-Clearspace-e1719869905447.png\",\"contentUrl\":\"https:\/\/www.wes.org\/wp-content\/uploads\/2024\/07\/cropped-cropped-WES_Logo_RGB-Primary_Green-Clearspace-e1719869905447.png\",\"width\":512,\"height\":512,\"caption\":\"World Education Services\"},\"image\":{\"@id\":\"https:\/\/www.wes.org\/fr\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/WorldEducationServices\/\",\"https:\/\/x.com\/WorldEdServices\",\"https:\/\/www.linkedin.com\/company\/worldeducationservices\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Employeurs","description":"Nous sommes leaders dans la fourniture d\u2019\u00e9valuations fiables qui permettent aux responsables du recrutement d\u2019identifier le bon talent. Nous soutenons les professionnels internationaux lors de leur transition vers le march\u00e9 du travail am\u00e9ricain ou canadien, cr\u00e9ant ainsi un processus fluide pour tous.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/","og_locale":"fr_FR","og_type":"article","og_title":"Employeurs","og_description":"Nous sommes leaders dans la fourniture d\u2019\u00e9valuations fiables qui permettent aux responsables du recrutement d\u2019identifier le bon talent. Nous soutenons les professionnels internationaux lors de leur transition vers le march\u00e9 du travail am\u00e9ricain ou canadien, cr\u00e9ant ainsi un processus fluide pour tous.","og_url":"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/","og_site_name":"WES","article_publisher":"https:\/\/www.facebook.com\/WorldEducationServices\/","article_modified_time":"2026-02-11T17:20:41+00:00","og_image":[{"width":2121,"height":1414,"url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_site":"@WorldEdServices","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/","url":"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/","name":"Employeurs","isPartOf":{"@id":"https:\/\/www.wes.org\/fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/#primaryimage"},"image":{"@id":"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/#primaryimage"},"thumbnailUrl":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394.jpg","datePublished":"2026-02-06T14:24:56+00:00","dateModified":"2026-02-11T17:20:41+00:00","description":"Nous sommes leaders dans la fourniture d\u2019\u00e9valuations fiables qui permettent aux responsables du recrutement d\u2019identifier le bon talent. Nous soutenons les professionnels internationaux lors de leur transition vers le march\u00e9 du travail am\u00e9ricain ou canadien, cr\u00e9ant ainsi un processus fluide pour tous.","breadcrumb":{"@id":"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/#primaryimage","url":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394.jpg","contentUrl":"https:\/\/www.wes.org\/wp-content\/uploads\/2025\/11\/iStock-2191482394.jpg","width":2121,"height":1414,"caption":"Portrait of beautiful smiling businesswoman with her colleagues during a meeting in modern office. Successful team leader and her team working in background."},{"@type":"BreadcrumbList","@id":"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/employeurs\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.wes.org\/fr\/"},{"@type":"ListItem","position":2,"name":"\u00c9valuation de dipl\u00f4mes","item":"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/"},{"@type":"ListItem","position":3,"name":"Collaborez avec WES","item":"https:\/\/www.wes.org\/fr\/evaluations-de-diplomes\/collaborez-avec-wes\/"},{"@type":"ListItem","position":4,"name":"Employeurs"}]},{"@type":"WebSite","@id":"https:\/\/www.wes.org\/fr\/#website","url":"https:\/\/www.wes.org\/fr\/","name":"World Education Services","description":"","publisher":{"@id":"https:\/\/www.wes.org\/fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.wes.org\/fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.wes.org\/fr\/#organization","name":"World Education Services","url":"https:\/\/www.wes.org\/fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.wes.org\/fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.wes.org\/wp-content\/uploads\/2024\/07\/cropped-cropped-WES_Logo_RGB-Primary_Green-Clearspace-e1719869905447.png","contentUrl":"https:\/\/www.wes.org\/wp-content\/uploads\/2024\/07\/cropped-cropped-WES_Logo_RGB-Primary_Green-Clearspace-e1719869905447.png","width":512,"height":512,"caption":"World Education Services"},"image":{"@id":"https:\/\/www.wes.org\/fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/WorldEducationServices\/","https:\/\/x.com\/WorldEdServices","https:\/\/www.linkedin.com\/company\/worldeducationservices\/"]}]}},"wpml_current_locale":"fr_FR","wpml_translations":[{"locale":"en_US","id":52251,"post_title":"Employers","href":"https:\/\/www.wes.org\/employers\/"}],"_links":{"self":[{"href":"https:\/\/www.wes.org\/fr\/wp-json\/wp\/v2\/pages\/54493","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wes.org\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.wes.org\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.wes.org\/fr\/wp-json\/wp\/v2\/users\/1090"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wes.org\/fr\/wp-json\/wp\/v2\/comments?post=54493"}],"version-history":[{"count":0,"href":"https:\/\/www.wes.org\/fr\/wp-json\/wp\/v2\/pages\/54493\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.wes.org\/fr\/wp-json\/wp\/v2\/pages\/54492"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.wes.org\/fr\/wp-json\/wp\/v2\/media\/53572"}],"wp:attachment":[{"href":"https:\/\/www.wes.org\/fr\/wp-json\/wp\/v2\/media?parent=54493"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}