{"id":1054,"date":"2026-04-01T15:45:18","date_gmt":"2026-04-01T13:45:18","guid":{"rendered":"https:\/\/opera-executive.fr\/?page_id=1054"},"modified":"2026-09-02T18:26:26","modified_gmt":"2026-09-02T16:26:26","slug":"candidats-2","status":"publish","type":"page","link":"https:\/\/www.opera-executive.fr\/index.php\/fr\/candidats-2\/","title":{"rendered":"Candidats"},"content":{"rendered":"\n<p class=\"has-text-align-center has-foreground-color has-text-color has-link-color has-cormorant-garamond-font-family has-medium-font-size wp-elements-1 wp-block-paragraph\">\u00ab\u00a0Toute changement important commence par un rendez-vous! Parlez-nous de votre parcours, de vos projets et de vos aspirations.\u00a0\u00bb<\/p>\n\n\n\n<div style=\"height:12px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a0cd93e3 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-cormorant-garamond-font-family wp-element-button\" href=\"https:\/\/opera-executive.fr\/index.php\/contact-us\/\">CANDIDATEZ SPONTANEMENT<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:36px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<meta charset=\"UTF-8\">\n<title>Notre processus de recrutement \u2014 Opera International<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin=\"\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400&amp;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --ink:#1c1b18;\n    --cream:#f7f4ec;\n    --card:#fbf9f4;\n    --gold:#a9824f;\n    --gold-deep:#8f6c3d;\n    --gold-tint:#f1e6cd;\n    --hairline:#ddd2b4;\n  }\n\n  .opera-process{\n    box-sizing:border-box;\n    max-width:2000px;\n    margin:0 auto;\n    padding:80px 60px;\n    background:var(--cream);\n    font-family:'Cormorant Garamond', Georgia, serif;\n    color:var(--ink);\n  }\n  .opera-process *{ box-sizing:border-box; }\n\n  .op-head{\n    text-align:center;\n    max-width:820px;\n    margin:0 auto 64px;\n  }\n  .op-eyebrow{\n    font-size:15px;\n    letter-spacing:0.32em;\n    text-transform:uppercase;\n    color:var(--gold);\n    margin:0 0 14px;\n  }\n  .op-title{\n    font-size:44px;\n    font-weight:500;\n    line-height:1.15;\n    margin:0 0 16px;\n  }\n  .op-sub{\n    font-size:20px;\n    line-height:1.5;\n    font-style:italic;\n    color:#4a463d;\n    margin:0;\n  }\n\n  .op-track{\n    display:flex;\n    align-items:stretch;\n    flex-wrap:wrap;\n    justify-content:center;\n    gap:0;\n    position:relative;\n  }\n\n  .op-step{\n    position:relative;\n    display:flex;\n    flex-direction:column;\n    align-items:center;\n    text-align:center;\n    width:250px;\n    margin:0 4px;\n  }\n\n  \/* --- carte d\u00e9limit\u00e9e --- *\/\n  .op-card{\n    width:100%;\n    height:100%;\n    padding:30px 20px 26px;\n    border:1px solid var(--hairline);\n    border-radius:6px;\n    background:var(--card);\n    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;\n    outline:none;\n  }\n  .op-card:hover,\n  .op-card:focus-visible{\n    transform:translateY(-6px);\n    border-color:var(--gold);\n    background:var(--gold-tint);\n    box-shadow:0 16px 30px -14px rgba(140,105,55,0.45);\n  }\n  .op-card:hover .op-num,\n  .op-card:focus-visible .op-num{\n    background:var(--gold);\n    color:var(--cream);\n    border-color:var(--gold);\n  }\n  .op-card:hover .op-step-title,\n  .op-card:focus-visible .op-step-title{\n    color:var(--gold-deep);\n  }\n\n  .op-num-wrap{\n    position:relative;\n    width:100%;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    margin-bottom:20px;\n  }\n\n  .op-num{\n    width:58px;\n    height:58px;\n    min-width:58px;\n    border-radius:50%;\n    border:1px solid var(--gold);\n    background:var(--cream);\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    font-size:24px;\n    font-weight:500;\n    color:var(--gold);\n    z-index:2;\n    position:relative;\n    transition:background .25s ease, color .25s ease, border-color .25s ease;\n  }\n\n  .op-arrow{\n    position:absolute;\n    top:50%;\n    right:-19px;\n    transform:translateY(-50%);\n    width:22px;\n    height:22px;\n    z-index:3;\n  }\n  .op-step:last-child .op-arrow{ display:none; }\n\n  .op-step-title{\n    font-size:22px;\n    font-weight:600;\n    margin:0 0 10px;\n    letter-spacing:0.01em;\n    transition:color .25s ease;\n  }\n  .op-step-text{\n    font-size:20px;\n    line-height:1.45;\n    color:#3c392f;\n    margin:0;\n  }\n\n  @media (max-width: 1100px){\n    .op-track{ flex-direction:column; align-items:center; }\n    .op-step{ width:100%; max-width:480px; margin:14px 0; }\n    .op-arrow{\n      right:auto; top:auto; bottom:-30px; left:50%;\n      transform:translateX(-50%) rotate(90deg);\n    }\n    .op-step:last-child{ margin-bottom:0; }\n  }\n\n  @media (max-width: 480px){\n    .opera-process{ padding:56px 22px; }\n    .op-title{ font-size:32px; }\n  }\n\n  @media (prefers-reduced-motion: reduce){\n    .op-card{ transition:none; }\n    .op-card:hover, .op-card:focus-visible{ transform:none; }\n  }\n<\/style>\n\n\n\n<section class=\"opera-process\">\n  <div class=\"op-head\">\n    <p class=\"op-eyebrow\">Rejoindre nos clients<\/p>\n    <h2 class=\"op-title\">Notre processus de recrutement<\/h2>\n    <p class=\"op-sub\">Sept \u00e9tapes, une m\u00eame exigence : la transparence \u00e0 chaque instant de votre parcours.<\/p>\n  <\/div>\n\n  <div class=\"op-track\">\n\n    <div class=\"op-step\">\n      <div class=\"op-card\" tabindex=\"0\">\n        <div class=\"op-num-wrap\">\n          <span class=\"op-num\">1<\/span>\n          <svg class=\"op-arrow\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12H19M19 12L13 6M19 12L13 18\" stroke=\"#a9824f\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\n        <\/div>\n        <h3 class=\"op-step-title\">\u00c9change t\u00e9l\u00e9phonique<\/h3>\n        <p class=\"op-step-text\">Entretien approfondi \u00e0 votre convenance afin de cerner vos attentes et de vous pr\u00e9senter l&rsquo;opportunit\u00e9 objet de notre \u00e9change.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"op-step\">\n      <div class=\"op-card\" tabindex=\"0\">\n        <div class=\"op-num-wrap\">\n          <span class=\"op-num\">2<\/span>\n          <svg class=\"op-arrow\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12H19M19 12L13 6M19 12L13 18\" stroke=\"#a9824f\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\n        <\/div>\n        <h3 class=\"op-step-title\">D\u00e9finition de fonction<\/h3>\n        <p class=\"op-step-text\">Envoi d&rsquo;une fiche de poste d\u00e9taill\u00e9e pour une r\u00e9flexion sereine sur l&rsquo;ad\u00e9quation avec vos ambitions.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"op-step\">\n      <div class=\"op-card\" tabindex=\"0\">\n        <div class=\"op-num-wrap\">\n          <span class=\"op-num\">3<\/span>\n          <svg class=\"op-arrow\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12H19M19 12L13 6M19 12L13 18\" stroke=\"#a9824f\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\n        <\/div>\n        <h3 class=\"op-step-title\">\u00c9valuation comportementale et\/ou technique<\/h3>\n        <p class=\"op-step-text\">\u00c9valuation en ligne pour confirmer vos forces et votre ad\u00e9quation avec l&rsquo;opportunit\u00e9.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"op-step\">\n      <div class=\"op-card\" tabindex=\"0\">\n        <div class=\"op-num-wrap\">\n          <span class=\"op-num\">4<\/span>\n          <svg class=\"op-arrow\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12H19M19 12L13 6M19 12L13 18\" stroke=\"#a9824f\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\n        <\/div>\n        <h3 class=\"op-step-title\">Rencontre<\/h3>\n        <p class=\"op-step-text\">Entretien confidentiel dans nos locaux ou \u00e0 distance pour approfondir votre fit culturel et strat\u00e9gique.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"op-step\">\n      <div class=\"op-card\" tabindex=\"0\">\n        <div class=\"op-num-wrap\">\n          <span class=\"op-num\">5<\/span>\n          <svg class=\"op-arrow\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12H19M19 12L13 6M19 12L13 18\" stroke=\"#a9824f\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\n        <\/div>\n        <h3 class=\"op-step-title\">Retours transparents<\/h3>\n        <p class=\"op-step-text\">Compte rendu structur\u00e9 sur vos \u00e9changes et les impressions de notre client, pour une prise de d\u00e9cision \u00e9clair\u00e9e.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"op-step\">\n      <div class=\"op-card\" tabindex=\"0\">\n        <div class=\"op-num-wrap\">\n          <span class=\"op-num\">6<\/span>\n          <svg class=\"op-arrow\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12H19M19 12L13 6M19 12L13 18\" stroke=\"#a9824f\" stroke-width=\"1.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg>\n        <\/div>\n        <h3 class=\"op-step-title\">Suivi personnalis\u00e9<\/h3>\n        <p class=\"op-step-text\">Accompagnement continu et informations r\u00e9guli\u00e8res sur l&rsquo;avanc\u00e9e du processus.<\/p>\n      <\/div>\n    <\/div>\n\n    <div class=\"op-step\">\n      <div class=\"op-card\" tabindex=\"0\">\n        <div class=\"op-num-wrap\">\n          <span class=\"op-num\">7<\/span>\n        <\/div>\n        <h3 class=\"op-step-title\">Int\u00e9gration conseill\u00e9e<\/h3>\n        <p class=\"op-step-text\">Accompagnement et conseils pour une arriv\u00e9e fluide et r\u00e9ussie dans votre nouvelle organisation.<\/p>\n      <\/div>\n    <\/div>\n\n<\/section>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a0cd93e3 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https:\/\/opera-executive.nicoka.com\/public\/jobs\/\">CONSULTEZ NOS OFFRES<\/a><\/div>\n<\/div>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"683\" height=\"1024\" src=\"https:\/\/opera-executive.fr\/wp-content\/uploads\/2026\/08\/1740750237764-683x1024.jpeg\" alt=\"\" class=\"wp-image-1508\" style=\"border-style:none;border-width:0px;border-top-left-radius:19px;border-top-right-radius:19px;border-bottom-left-radius:19px;border-bottom-right-radius:19px;aspect-ratio:0.6670006122335392;width:419px;height:auto\" srcset=\"https:\/\/www.opera-executive.fr\/wp-content\/uploads\/2026\/08\/1740750237764-683x1024.jpeg 683w, https:\/\/www.opera-executive.fr\/wp-content\/uploads\/2026\/08\/1740750237764-200x300.jpeg 200w, https:\/\/www.opera-executive.fr\/wp-content\/uploads\/2026\/08\/1740750237764-768x1152.jpeg 768w, https:\/\/www.opera-executive.fr\/wp-content\/uploads\/2026\/08\/1740750237764-1024x1536.jpeg 1024w, https:\/\/www.opera-executive.fr\/wp-content\/uploads\/2026\/08\/1740750237764.jpeg 1280w\" sizes=\"auto, (max-width: 683px) 100vw, 683px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\u00ab\u00a0Toute changement important commence par un rendez-vous! Parlez-nous de votre parcours, de vos projets et de vos aspirations.\u00a0\u00bb Notre processus de recrutement \u2014 Opera International Rejoindre nos clients Notre processus de recrutement Sept \u00e9tapes, une m\u00eame exigence : la transparence \u00e0 chaque instant de votre parcours. 1 \u00c9change t\u00e9l\u00e9phonique Entretien approfondi \u00e0 votre convenance afin [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1054","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Candidats - Opera International<\/title>\n<meta name=\"description\" content=\"Vous \u00eates candidat \u00e0 une opportunit\u00e9 internationale ? Opera International vous aide \u00e0 donner un tournant global \u00e0 votre carri\u00e8re : expertise, mobilit\u00e9, acc\u00e8s au r\u00e9seau mondial.\" \/>\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.opera-executive.fr\/index.php\/fr\/candidats-2\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Candidats - Opera International\" \/>\n<meta property=\"og:description\" content=\"Vous \u00eates candidat \u00e0 une opportunit\u00e9 internationale ? Opera International vous aide \u00e0 donner un tournant global \u00e0 votre carri\u00e8re : expertise, mobilit\u00e9, acc\u00e8s au r\u00e9seau mondial.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.opera-executive.fr\/index.php\/fr\/candidats-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Opera International\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-02T16:26:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.opera-executive.fr\/wp-content\/uploads\/2026\/08\/1740750237764.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"1920\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\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.opera-executive.fr\\\/index.php\\\/fr\\\/candidats-2\\\/\",\"url\":\"https:\\\/\\\/www.opera-executive.fr\\\/index.php\\\/fr\\\/candidats-2\\\/\",\"name\":\"Candidats - Opera International\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/index.php\\\/fr\\\/candidats-2\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/index.php\\\/fr\\\/candidats-2\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/opera-executive.fr\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/1740750237764-683x1024.jpeg\",\"datePublished\":\"2026-04-01T13:45:18+00:00\",\"dateModified\":\"2026-09-02T16:26:26+00:00\",\"description\":\"Vous \u00eates candidat \u00e0 une opportunit\u00e9 internationale ? Opera International vous aide \u00e0 donner un tournant global \u00e0 votre carri\u00e8re : expertise, mobilit\u00e9, acc\u00e8s au r\u00e9seau mondial.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/index.php\\\/fr\\\/candidats-2\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.opera-executive.fr\\\/index.php\\\/fr\\\/candidats-2\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/index.php\\\/fr\\\/candidats-2\\\/#primaryimage\",\"url\":\"https:\\\/\\\/opera-executive.fr\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/1740750237764-683x1024.jpeg\",\"contentUrl\":\"https:\\\/\\\/opera-executive.fr\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/1740750237764-683x1024.jpeg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/index.php\\\/fr\\\/candidats-2\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.opera-executive.fr\\\/index.php\\\/fr\\\/1557-2\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Candidats\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/#website\",\"url\":\"https:\\\/\\\/www.opera-executive.fr\\\/\",\"name\":\"Opera International\",\"description\":\"Your gateway\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.opera-executive.fr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/#organization\",\"name\":\"Opera International\",\"url\":\"https:\\\/\\\/www.opera-executive.fr\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.opera-executive.fr\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Logo-International-Vectoriel-1.png\",\"contentUrl\":\"https:\\\/\\\/www.opera-executive.fr\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/Logo-International-Vectoriel-1.png\",\"width\":840,\"height\":227,\"caption\":\"Opera International\"},\"image\":{\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/company\\\/operainternational\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Candidats - Opera International","description":"Vous \u00eates candidat \u00e0 une opportunit\u00e9 internationale ? Opera International vous aide \u00e0 donner un tournant global \u00e0 votre carri\u00e8re : expertise, mobilit\u00e9, acc\u00e8s au r\u00e9seau mondial.","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.opera-executive.fr\/index.php\/fr\/candidats-2\/","og_locale":"fr_FR","og_type":"article","og_title":"Candidats - Opera International","og_description":"Vous \u00eates candidat \u00e0 une opportunit\u00e9 internationale ? Opera International vous aide \u00e0 donner un tournant global \u00e0 votre carri\u00e8re : expertise, mobilit\u00e9, acc\u00e8s au r\u00e9seau mondial.","og_url":"https:\/\/www.opera-executive.fr\/index.php\/fr\/candidats-2\/","og_site_name":"Opera International","article_modified_time":"2026-09-02T16:26:26+00:00","og_image":[{"width":1280,"height":1920,"url":"https:\/\/www.opera-executive.fr\/wp-content\/uploads\/2026\/08\/1740750237764.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.opera-executive.fr\/index.php\/fr\/candidats-2\/","url":"https:\/\/www.opera-executive.fr\/index.php\/fr\/candidats-2\/","name":"Candidats - Opera International","isPartOf":{"@id":"https:\/\/www.opera-executive.fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.opera-executive.fr\/index.php\/fr\/candidats-2\/#primaryimage"},"image":{"@id":"https:\/\/www.opera-executive.fr\/index.php\/fr\/candidats-2\/#primaryimage"},"thumbnailUrl":"https:\/\/opera-executive.fr\/wp-content\/uploads\/2026\/08\/1740750237764-683x1024.jpeg","datePublished":"2026-04-01T13:45:18+00:00","dateModified":"2026-09-02T16:26:26+00:00","description":"Vous \u00eates candidat \u00e0 une opportunit\u00e9 internationale ? Opera International vous aide \u00e0 donner un tournant global \u00e0 votre carri\u00e8re : expertise, mobilit\u00e9, acc\u00e8s au r\u00e9seau mondial.","breadcrumb":{"@id":"https:\/\/www.opera-executive.fr\/index.php\/fr\/candidats-2\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.opera-executive.fr\/index.php\/fr\/candidats-2\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.opera-executive.fr\/index.php\/fr\/candidats-2\/#primaryimage","url":"https:\/\/opera-executive.fr\/wp-content\/uploads\/2026\/08\/1740750237764-683x1024.jpeg","contentUrl":"https:\/\/opera-executive.fr\/wp-content\/uploads\/2026\/08\/1740750237764-683x1024.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/www.opera-executive.fr\/index.php\/fr\/candidats-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.opera-executive.fr\/index.php\/fr\/1557-2\/"},{"@type":"ListItem","position":2,"name":"Candidats"}]},{"@type":"WebSite","@id":"https:\/\/www.opera-executive.fr\/#website","url":"https:\/\/www.opera-executive.fr\/","name":"Opera International","description":"Your gateway","publisher":{"@id":"https:\/\/www.opera-executive.fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.opera-executive.fr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.opera-executive.fr\/#organization","name":"Opera International","url":"https:\/\/www.opera-executive.fr\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.opera-executive.fr\/#\/schema\/logo\/image\/","url":"https:\/\/www.opera-executive.fr\/wp-content\/uploads\/2024\/10\/Logo-International-Vectoriel-1.png","contentUrl":"https:\/\/www.opera-executive.fr\/wp-content\/uploads\/2024\/10\/Logo-International-Vectoriel-1.png","width":840,"height":227,"caption":"Opera International"},"image":{"@id":"https:\/\/www.opera-executive.fr\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/operainternational"]}]}},"_links":{"self":[{"href":"https:\/\/www.opera-executive.fr\/index.php\/wp-json\/wp\/v2\/pages\/1054","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.opera-executive.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.opera-executive.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.opera-executive.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.opera-executive.fr\/index.php\/wp-json\/wp\/v2\/comments?post=1054"}],"version-history":[{"count":21,"href":"https:\/\/www.opera-executive.fr\/index.php\/wp-json\/wp\/v2\/pages\/1054\/revisions"}],"predecessor-version":[{"id":1685,"href":"https:\/\/www.opera-executive.fr\/index.php\/wp-json\/wp\/v2\/pages\/1054\/revisions\/1685"}],"wp:attachment":[{"href":"https:\/\/www.opera-executive.fr\/index.php\/wp-json\/wp\/v2\/media?parent=1054"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}