{"id":113,"date":"2024-10-28T18:18:39","date_gmt":"2024-10-28T17:18:39","guid":{"rendered":"https:\/\/opera-executive.fr\/?page_id=113"},"modified":"2026-09-02T16:36:50","modified_gmt":"2026-09-02T14:36:50","slug":"services","status":"publish","type":"page","link":"https:\/\/www.opera-executive.fr\/index.php\/services\/","title":{"rendered":"Our Services"},"content":{"rendered":"\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,500;1,600&display=swap');\n\n  .oe-services-page {\n    font-family: 'Cormorant Garamond', Georgia, serif;\n    color: #000000;\n    width: 100%;\n  }\n  .oe-services-page * {\n    box-sizing: border-box;\n    color: #000000; \/* Forces black text for all elements *\/\n  }\n\n  .oe-svc-section {\n    padding: 100px 4%;\n  }\n\n  .oe-svc-inner {\n    max-width: 1400px; \/* Reduced for better readability *\/\n    margin: 0 auto;\n  }\n\n  \/* ---------- Page Header ---------- *\/\n  .oe-svc-page-header {\n    text-align: center;\n    padding: 80px 4% 40px;\n  }\n  .oe-svc-page-header .oe-kicker {\n    margin-bottom: 20px;\n  }\n  .oe-svc-page-header h1 {\n    font-weight: 700;\n    font-size: 44px;\n    line-height: 1.3;\n    margin: 0 0 24px;\n  }\n  .oe-svc-page-header p {\n    max-width: 900px;\n    margin: 0 auto;\n    font-size: 19px;\n    line-height: 1.7;\n  }\n\n  \/* ---------- Generic Kicker ---------- *\/\n  .oe-kicker {\n    display: inline-block;\n    font-family: 'Segoe UI', Arial, sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #000000;\n  }\n\n  \/* ---------- Header for Each Service Section ---------- *\/\n  .oe-svc-header {\n    text-align: center;\n    max-width: 900px;\n    margin: 0 auto 50px;\n  }\n  .oe-svc-number {\n    display: inline-block;\n    font-family: 'Segoe UI', Arial, sans-serif;\n    font-size: 14px;\n    font-weight: 700;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    color: #000000;\n    margin-bottom: 20px;\n  }\n  .oe-svc-header h2 {\n    font-weight: 700;\n    font-size: 36px;\n    line-height: 1.3;\n    margin: 0 0 20px;\n  }\n  .oe-svc-subtitle {\n    font-style: italic;\n    font-size: 22px;\n    line-height: 1.4;\n    margin: 0 0 30px;\n  }\n  .oe-svc-intro {\n    font-size: 17px;\n    line-height: 1.75;\n    margin: 0;\n  }\n\n  \/* ---------- Sub-Section Grid ---------- *\/\n  .oe-svc-grid {\n    display: grid;\n    gap: 25px;\n    margin: 50px auto 0;\n    max-width: 1200px; \/* Limits grid width *\/\n  }\n  .oe-svc-grid.cols-2 {\n    grid-template-columns: repeat(2, 1fr);\n  }\n  .oe-svc-grid.cols-3 {\n    grid-template-columns: repeat(3, 1fr);\n  }\n\n  .oe-subcard {\n    background: #ffffff;\n    border-radius: 8px;\n    padding: 25px;\n    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);\n    text-align: left;\n    display: flex;\n    gap: 18px;\n    min-width: 0;\n  }\n  .oe-subcard-icon {\n    width: 44px;\n    height: 44px;\n    border-radius: 50%;\n    border: 1.5px solid #C9A768;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n    margin-top: 4px;\n  }\n  .oe-subcard-icon svg {\n    width: 20px;\n    height: 20px;\n    stroke: #000000;\n    stroke-width: 2.4;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .oe-subcard p {\n    font-size: 16px;\n    line-height: 1.6;\n    margin: 0;\n    word-break: break-word;\n  }\n  .oe-subcard p strong {\n    font-weight: 700;\n  }\n\n  \/* ---------- Benefit Badge ---------- *\/\n  .oe-benefit-badge-wrap {\n    text-align: center;\n    margin-top: 40px;\n  }\n  .oe-benefit-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    border: 1px solid #C9A768;\n    border-radius: 50px;\n    padding: 12px 30px;\n    font-style: italic;\n    font-weight: 600;\n    font-size: 17px;\n  }\n  .oe-benefit-badge svg {\n    width: 18px;\n    height: 18px;\n    flex-shrink: 0;\n    stroke: #000000;\n    stroke-width: 2.6;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n\n  \/* ---------- Responsive ---------- *\/\n  @media (max-width: 1400px) {\n    .oe-svc-grid.cols-3 {\n      grid-template-columns: repeat(2, 1fr);\n    }\n    .oe-svc-page-header h1 {\n      font-size: 38px;\n    }\n    .oe-svc-header h2 {\n      font-size: 30px;\n    }\n    .oe-svc-subtitle {\n      font-size: 20px;\n    }\n  }\n\n  @media (max-width: 900px) {\n    .oe-svc-grid.cols-2,\n    .oe-svc-grid.cols-3 {\n      grid-template-columns: 1fr;\n    }\n    .oe-svc-page-header h1 {\n      font-size: 30px;\n    }\n    .oe-svc-header h2 {\n      font-size: 26px;\n    }\n    .oe-svc-section {\n      padding: 60px 6%;\n    }\n    .oe-subcard {\n      padding: 20px;\n      gap: 15px;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .oe-svc-page-header p {\n      font-size: 17px;\n    }\n    .oe-svc-subtitle {\n      font-size: 18px;\n    }\n    .oe-svc-intro {\n      font-size: 16px;\n    }\n    .oe-benefit-badge {\n      font-size: 15px;\n      padding: 10px 20px;\n    }\n  }\n<\/style>\n\n<div class=\"oe-services-page\">\n  <!-- ================= PAGE HEADER ================= -->\n  <div class=\"oe-svc-page-header\">\n    <span class=\"oe-kicker\">What We Do<\/span>\n    <h1>Complementary Services<\/h1>\n    <p>Three complementary offers, designed to precisely address each stage of your HR challenges \u2014 from sourcing to integration.<\/p>\n  <\/div>\n\n  <!-- ================= SERVICE 1 \u2014 SOURCING ================= -->\n  <section class=\"oe-svc-section\" style=\"background:#FBFAF7;\">\n    <div class=\"oe-svc-inner\">\n      <div class=\"oe-svc-header\">\n        <span class=\"oe-svc-number\">Service 01<\/span>\n        <h2>Targeted Sourcing of Rare Talents<\/h2>\n        <p class=\"oe-svc-subtitle\">Find your experts, executives, and leaders in record time<\/p>\n        <p class=\"oe-svc-intro\">Entrust us with your talent search: whether in confidential mode or as part of a broad campaign, our team operates on-site or from our offices to identify and pre-select the best profiles.<\/p>\n      <\/div>\n\n      <div class=\"oe-svc-grid cols-2\">\n        <div class=\"oe-subcard\">\n          <div class=\"oe-subcard-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12l5 5L20 6\"><\/path><\/svg>\n          <\/div>\n          <p><strong>Fixed and transparent pricing<\/strong> \u2014 Time-limited mission<\/p>\n        <\/div>\n        <div class=\"oe-subcard\">\n          <div class=\"oe-subcard-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12l5 5L20 6\"><\/path><\/svg>\n          <\/div>\n          <p><strong>Flexibility and tangible results<\/strong> \u2014 No long-term commitment<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ================= SERVICE 2 \u2014 EVALUATION & ASSESSMENT ================= -->\n  <section class=\"oe-svc-section\" style=\"background:#ffffff;\">\n    <div class=\"oe-svc-inner\">\n      <div class=\"oe-svc-header\">\n        <span class=\"oe-svc-number\">Service 02<\/span>\n        <h2>Custom Evaluation &#038; Assessment<\/h2>\n        <p class=\"oe-svc-subtitle\">Objective HR decisions, wherever you are<\/p>\n        <p class=\"oe-svc-intro\">We deploy our assessment tools (at your premises or in our dedicated space) to:<\/p>\n      <\/div>\n\n      <div class=\"oe-svc-grid cols-3\">\n        <div class=\"oe-subcard\">\n          <div class=\"oe-subcard-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12l5 5L20 6\"><\/path><\/svg>\n          <\/div>\n          <p><strong>Validate<\/strong> your final candidates (executives\/leaders)<\/p>\n        <\/div>\n        <div class=\"oe-subcard\">\n          <div class=\"oe-subcard-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12l5 5L20 6\"><\/path><\/svg>\n          <\/div>\n          <p><strong>Assess<\/strong> the skills and references of your employees<\/p>\n        <\/div>\n        <div class=\"oe-subcard\">\n          <div class=\"oe-subcard-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12l5 5L20 6\"><\/path><\/svg>\n          <\/div>\n          <p><strong>Conduct<\/strong> individual professional assessments or collective assessments (reorganization, talent management)<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"oe-benefit-badge-wrap\">\n        <span class=\"oe-benefit-badge\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12l5 5L20 6\"><\/path><\/svg>\n          Clear and predefined package \u2014 No surprises, only solutions\n        <\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ================= SERVICE 3 \u2014 ADVISORY & SECTOR EXPERTISE ================= -->\n  <section class=\"oe-svc-section\" style=\"background:#FBFAF7;\">\n    <div class=\"oe-svc-inner\">\n      <div class=\"oe-svc-header\">\n        <span class=\"oe-svc-number\">Service 03<\/span>\n        <h2>Advisory &#038; Sector Expertise<\/h2>\n        <p class=\"oe-svc-subtitle\">Strengthen your teams with our industrial know-how<\/p>\n        <p class=\"oe-svc-intro\">Benefit from our industry expertise to:<\/p>\n      <\/div>\n\n      <div class=\"oe-svc-grid cols-3\">\n        <div class=\"oe-subcard\">\n          <div class=\"oe-subcard-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12l5 5L20 6\"><\/path><\/svg>\n          <\/div>\n          <p><strong>Train<\/strong> your managers in best recruitment practices<\/p>\n        <\/div>\n        <div class=\"oe-subcard\">\n          <div class=\"oe-subcard-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12l5 5L20 6\"><\/path><\/svg>\n          <\/div>\n          <p><strong>Optimize<\/strong> the management of your engineering populations (management, retention)<\/p>\n        <\/div>\n        <div class=\"oe-subcard\">\n          <div class=\"oe-subcard-icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12l5 5L20 6\"><\/path><\/svg>\n          <\/div>\n          <p><strong>Support<\/strong> the integration of your new executives and leaders<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"oe-benefit-badge-wrap\">\n        <span class=\"oe-benefit-badge\">\n          <svg viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M4 12l5 5L20 6\"><\/path><\/svg>\n          Included in our Executive Search missions or \u00e0 la carte\n        <\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n\n\n\n<div class=\"wp-block-booking-booking has-custom-css wp-custom-css-aad02099\"><div class=\"wpbc_booking_form_popup\"><a href=\"#wpbc_booking_form_popup_modal_1_1\" class=\"wp-element-button\" data-toggle=\"wpbc_my_modal\" data-target=\"#wpbc_booking_form_popup_modal_1_1\" aria-haspopup=\"dialog\" aria-controls=\"wpbc_booking_form_popup_modal_1_1\">Besoin dun service ?<\/a><div class=\"wpdevelop\"><div id=\"wpbc_booking_form_popup_modal_1_1\" class=\"modal wpbc_popup_modal wpbc_booking_form_popup_modal\" tabindex=\"-1\" role=\"dialog\" aria-hidden=\"true\" data-keyboard=\"false\" data-backdrop=\"true\" data-resource-id=\"1\" style=\"display:none;\"><div class=\"modal-dialog modal-lg\" role=\"document\"><div class=\"modal-content\"><div class=\"modal-header\"><button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Fermer\"><span aria-hidden=\"true\">&times;<\/span><\/button><h4 class=\"modal-title\">Formulaire de r\u00e9servation<\/h4><\/div><div class=\"modal-body\"> <div id=\"form_id1014003825912\" class=\"wpbc_container wpbc_form wpbc_container_booking_form\"  style=\"--wpbc_form-button-border-radius:3px;--wpbc_form-button-border-style:none;--wpbc_form-button-border-size:1px;--wpbc_form-button-primary-border-style:none;--wpbc_form-button-light-border-style:solid;--wpbc_form-button-light-border-size:1px;--wpbc-bfb-form-background:#ffffff;--wpbc-bfb-form-border-color:#cccccc;--wpbc-bfb-form-border-width:1px;--wpbc-bfb-form-border-radius:2px;--wpbc-bfb-form-padding:10px 30px;--wpbc-bfb-form-box-shadow:rgba(0, 0, 0, 0.05) 0px 2px 6px 0px;--wpbc_form-label-color:rgba(0, 0, 0, 0.85);--wpbc_form-label-sublabel-color:rgba(0, 0, 0, 0.55);--wpbc_form-label-error-color:#d63637;--wpbc_form-field-background-color:#ffffff;--wpbc_form-field-border-color:rgba(0, 0, 0, 0.25);--wpbc_form-field-border-color-spare:rgba(0, 0, 0, 0.25);--wpbc_form-field-focus-border-color:#066aab;--wpbc_form-field-focus-shadow-color:#066aab;--wpbc_form-field-text-color:rgba(0, 0, 0, 0.7);--wpbc_form-field-disabled-color:rgba(0, 0, 0, 0.2);--wpbc_form-field-menu-color:#ffffff;--wpbc_form-button-background-color:#066aab;--wpbc_form-button-background-color-alt:#066aab;--wpbc_form-button-border-color:#066aab;--wpbc_form-button-text-color:#ffffff;--wpbc_form-button-text-color-alt:#ffffff;--wpbc_form-choice-checked-border-color:#066aab;--wpbc_form-choice-checked-color:#066aab;--wpbc_form-choice-focus-color:#066aab;--wpbc_form-button-light-background-color:#fdfdfd;--wpbc_form-button-light-border-color:#cacacab5;--wpbc_form-button-light-text-color:#444444e0;--wpbc_form-button-light-box-shadow:0 2px 10px 2px #ffffff54;--wpbc_form-button-light-hover-background-color:#fdfdfd;--wpbc_form-button-light-hover-border-color:rgb(77, 145, 205);--wpbc_form-button-light-hover-text-color:#444444e0;--wpbc_form-button-light-hover-box-shadow:0 2px 10px 2px #ffffff54;--wpbc_form-button-primary-hover-border-color:#ffffff;--wpbc_form-page-break-color:#066aab;\"><form id=\"booking_form1\" class=\"booking_form vertical\" method=\"post\" action=\"\"><div id=\"ajax_respond_insert1\" class=\"ajax_respond_insert\" style=\"display:none;\"><\/div><a name=\"bklnk1\" id=\"bklnk1\"><\/a><div id=\"booking_form_div1\" class=\"booking_form_div\"><div class=\"wpbc_bfb_form wpbc_wizard__border_container\" style=\"--wpbc-bfb-booking_form_layout_width:100%;--wpbc_form-button-border-radius:3px;--wpbc_form-button-border-style:none;--wpbc_form-button-border-size:1px;--wpbc_form-button-primary-border-style:none;--wpbc_form-button-light-border-style:solid;--wpbc_form-button-light-border-size:1px;--wpbc-bfb-form-background:#ffffff;--wpbc-bfb-form-border-color:#cccccc;--wpbc-bfb-form-border-width:1px;--wpbc-bfb-form-border-radius:2px;--wpbc-bfb-form-padding:10px 30px;--wpbc-bfb-form-box-shadow:rgba(0, 0, 0, 0.05) 0px 2px 6px 0px;--wpbc_form-label-color:rgba(0, 0, 0, 0.85);--wpbc_form-label-sublabel-color:rgba(0, 0, 0, 0.55);--wpbc_form-label-error-color:#d63637;--wpbc_form-field-background-color:#ffffff;--wpbc_form-field-border-color:rgba(0, 0, 0, 0.25);--wpbc_form-field-border-color-spare:rgba(0, 0, 0, 0.25);--wpbc_form-field-focus-border-color:#066aab;--wpbc_form-field-focus-shadow-color:#066aab;--wpbc_form-field-text-color:rgba(0, 0, 0, 0.7);--wpbc_form-field-disabled-color:rgba(0, 0, 0, 0.2);--wpbc_form-field-menu-color:#ffffff;--wpbc_form-button-background-color:#066aab;--wpbc_form-button-background-color-alt:#066aab;--wpbc_form-button-border-color:#066aab;--wpbc_form-button-text-color:#ffffff;--wpbc_form-button-text-color-alt:#ffffff;--wpbc_form-choice-checked-border-color:#066aab;--wpbc_form-choice-checked-color:#066aab;--wpbc_form-choice-focus-color:#066aab;--wpbc_form-button-light-background-color:#fdfdfd;--wpbc_form-button-light-border-color:#cacacab5;--wpbc_form-button-light-text-color:#444444e0;--wpbc_form-button-light-box-shadow:0 2px 10px 2px #ffffff54;--wpbc_form-button-light-hover-background-color:#fdfdfd;--wpbc_form-button-light-hover-border-color:rgb(77, 145, 205);--wpbc_form-button-light-hover-text-color:#444444e0;--wpbc_form-button-light-hover-box-shadow:0 2px 10px 2px #ffffff54;--wpbc_form-button-primary-hover-border-color:#ffffff;--wpbc_form-page-break-color:#066aab;\">\n\t<div class=\"wpbc_wizard_step wpbc__form__div wpbc_wizard_step1\">\n\t\t<div class=\"wpbc__row\">\n\t\t\t<div style=\"flex-basis: 48.5%;--wpbc-bfb-col-gap: 20px;--wpbc-col-min: 0px\" class=\"wpbc__field\">\n\t\t\t\t<div class=\"bfb_element\">\n\t\t\t\t\t<label>Select Date<\/label>\n\t\t\t\t\t<br><div class=\"wpbc_calendar_wraper wpbc_change_over_triangle\"><div class=\"wpbc_cal_container bk_calendar_frame wpbc_no_custom_width  months_num_in_row_ cal_month_num_2\" style=\"\"><div id=\"calendar_booking1\"  class=\"wpbc_calendar_id_1\" >\t<div class=\"calendar_loader_frame calendar_loader_frame1\"\r\n\t\tdata-wpbc-rid=\"1\"\r\n\t\tdata-wpbc-grace=\"8000\"\r\n\t\tstyle=\"--wpbc-loader-cols: 2;\"\r\n\t>\r\n\t\t<div class=\"calendar_loader_text\">Loading...<\/div>\r\n\t\t<div class=\"calendar_loader_frame__progress_line_container\">\r\n\t\t\t<div class=\"calendar_loader_frame__progress_line\"><\/div>\r\n\t\t<\/div>\r\n\t<\/div>\r\n\t<\/div><\/div><div class=\"wpbc_cal_powered_by\">Powered by <a href=\"https:\/\/wpbookingcalendar.com\" target=\"_blank\" title=\"Booking Calendar plugin for WordPress\">Booking Calendar<\/a><\/div><textarea id=\"date_booking1\" name=\"date_booking1\" autocomplete=\"off\" style=\"display:none;\"><\/textarea><div class=\"block_hints datepick \"><div class=\"wpdev_hint_with_text\"><div class=\"\"><div class=\"datepick-inline wpbc_calendar_legend_table_width_height\"><table class=\"datepick wpbc_calendar\" style=\"\"><tbody><tr><td class=\"datepick-days-cell date_available wpbc_calendar_legend_day_cell_height\"><div class=\"wpbc-cell-box\">\t<div class=\"date-cell-content\">\t\t<div class=\"date-content-top\"><\/div>\t\t<a>02<\/a>\t\t<div class=\"date-content-bottom\"><\/div>\t<\/div><\/div><\/td><\/tr><\/tbody><\/table><\/div><\/div><div class=\"block_text\">- <\/div><div class=\"block_text\">Disponible<\/div><\/div><div class=\"wpdev_hint_with_text\"><div class=\"\"><div class=\"datepick-inline wpbc_calendar_legend_table_width_height\"><table class=\"datepick wpbc_calendar\" style=\"\"><tbody><tr><td class=\"datepick-days-cell datepick-unselectable date_user_unavailable full_day_booking date_approved wpbc_calendar_legend_day_cell_height\"><div class=\"wpbc-cell-box\">\t<div class=\"date-cell-content\">\t\t<div class=\"date-content-top\"><\/div>\t\t<span>02<\/span>\t\t<div class=\"date-content-bottom\"><\/div>\t<\/div><\/div><\/td><\/tr><\/tbody><\/table><\/div><\/div><div class=\"block_text\">- <\/div><div class=\"block_text\">R\u00e9serv\u00e9<\/div><\/div><div class=\"wpdev_hint_with_text\"><div class=\"\"><div class=\"datepick-inline wpbc_calendar_legend_table_width_height\"><table class=\"datepick wpbc_calendar\" style=\"\"><tbody><tr><td class=\"datepick-days-cell datepick-unselectable date_user_unavailable full_day_booking date2approve wpbc_calendar_legend_day_cell_height\"><div class=\"wpbc-cell-box\">\t<div class=\"date-cell-content\">\t\t<div class=\"date-content-top\"><\/div>\t\t<span>02<\/span>\t\t<div class=\"date-content-bottom\"><\/div>\t<\/div><\/div><\/td><\/tr><\/tbody><\/table><\/div><\/div><div class=\"block_text\">- <\/div><div class=\"block_text\">En attente<\/div><\/div><\/div><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"bfb_element\">\n\t\t\t\t\t<div class=\"wpbc_bfb_divider_wrap\" data-bfb-type=\"divider\" data-orientation=\"horizontal\" style=\"margin:2px 2px 2px 2px\"><hr name=\"divider_horizontal\" class=\"wpbc_bfb_divider wpbc_bfb_divider--h\" style=\"border:none;height:0;border-top:1px solid #e0e0e0;width:100%;margin-left:auto;margin-right:auto\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"bfb_element\">\n\t\t\t\t\tDates:&nbsp;<strong><span class=\"wpbc_field_hint wpbc_free_date_hint\" id=\"selected_dates_hint_tip1\">...<\/span><input class=\"wpbc_field_hint wpbc_free_date_hint\" id=\"selected_dates_hint1\" name=\"selected_dates_hint1\" value=\"...\" style=\"display:none;\" type=\"text\" \/><\/strong>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t<div style=\"flex-basis: 48.5%;--wpbc-bfb-col-gap: 33px;--wpbc-col-min: 0px\" class=\"wpbc__field\">\n\t\t\t\t<div class=\"bfb_element\">\n\t\t\t\t\t<label>First Name*<\/label>\n\t\t\t\t\t<br><span class=\"wpbc_wrap_text wpdev-form-control-wrap firstname1\"><input type=\"text\" name=\"firstname1\" value=\"\" autocomplete=\"firstname\" class=\"firstname wpdev-validates-as-required firstname\" placeholder=\"Example: &#039;John&#039;\" size=\"40\" \/><\/span>\n\t\t\t\t\t<div class=\"wpbc_field_description\">Enter your first name.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"bfb_element\">\n\t\t\t\t\t<label>Last Name*<\/label>\n\t\t\t\t\t<br><span class=\"wpbc_wrap_text wpdev-form-control-wrap secondname1\"><input type=\"text\" name=\"secondname1\" value=\"\" autocomplete=\"secondname\" class=\"secondname lastname wpdev-validates-as-required lastname\" placeholder=\"Example: &#039;Smith&#039;\" size=\"40\" \/><\/span>\n\t\t\t\t\t<div class=\"wpbc_field_description\">Enter your last name.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"bfb_element\">\n\t\t\t\t\t<label>Company<\/label>\n\t\t\t\t\t<br><span class=\"wpbc_wrap_text wpdev-form-control-wrap company1\"><input type=\"text\" name=\"company1\" value=\"\" autocomplete=\"company\" size=\"40\" \/><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"bfb_element\">\n\t\t\t\t\t<label>Email*<\/label>\n\t\t\t\t\t<br><span class=\"wpbc_wrap_text wpdev-form-control-wrap email1\"><input type=\"email\" name=\"email1\" value=\"\" autocomplete=\"email\" class=\"wpdev-validates-as-email wpdev-validates-as-required\" size=\"40\" \/><\/span>\n\t\t\t\t\t<div class=\"wpbc_field_description\">Enter your email address.<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"bfb_element\">\n\t\t\t\t\t<label>Phone<\/label>\n\t\t\t\t\t<br><span class=\"wpbc_wrap_text wpdev-form-control-wrap phone1\"><input type=\"text\" name=\"phone1\" value=\"\" autocomplete=\"phone\" placeholder=\"(000)  999 - 10 - 20\" size=\"40\" \/><\/span>\n\t\t\t\t\t<div class=\"wpbc_field_description\">Enter contact phone number<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"bfb_element\">\n\t\t\t\t\t<label>Details<\/label>\n\t\t\t\t\t<br><span class=\"wpbc_wrap_textarea wpdev-form-control-wrap details1\"><textarea name=\"details1\" autocomplete=\"details\"><\/textarea><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"bfb_element\">\n\t\t\t\t\t<p class=\"wpbc_row_inline wpdev-form-control-wrap \">\n\t\t\t\t\t<label class=\"wpbc_inline_checkbox\"><span class=\"wpbc_wrap_checkbox wpdev-form-control-wrap accept_terms1\"><span autocomplete=\"accept_terms\" class=\"wpdev-validates-as-required wpdev-checkbox\"><span class=\"wpdev-list-item\"><input  autocomplete=\"accept_terms\" class=\"wpdev-validates-as-required wpdev-checkbox\" onchange=\"javascript:if(typeof( wpbc_show_cost_hints_after_few_seconds )=='function'){wpbc_show_cost_hints_after_few_seconds(1);}\"  type=\"checkbox\"  name=\"accept_terms1[]\"  value=\"I accept\" \/><span class=\"wpdev-list-item-label\">I accept<\/span><\/span><\/span><\/span> the <a href=\"https:\/\/www.opera-international.fr\/index.php\/mentions-legales-confidentialite\/\" target=\"_blank\" rel=\"noopener noreferrer\">terms<\/a> and <a href=\"https:\/\/www.opera-international.fr\/index.php\/mentions-legales-confidentialite\/\" target=\"_blank\" rel=\"noopener noreferrer\">conditions<\/a> <a href=\"https:\/\/www.opera-international.fr\/index.php\/mentions-legales-confidentialite\/\" target=\"_blank\" rel=\"noopener noreferrer\">terms<\/a> <\/label>\n\t\t\t\t\t<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"wpbc__row\">\n\t\t\t<div style=\"flex-basis: 100%;--wpbc-bfb-col-dir: row;--wpbc-bfb-col-wrap: wrap;--wpbc-bfb-col-jc: flex-end;--wpbc-bfb-col-ai: flex-end;--wpbc-bfb-col-gap: 10px;--wpbc-bfb-col-aself: flex-end;--wpbc-col-min: 0px\" class=\"wpbc__field\">\n\t\t\t\t<div class=\"bfb_element\">\n\t\t\t\t\t<div class=\"wpbc_bfb_divider_wrap\" data-bfb-type=\"divider\" data-orientation=\"horizontal\" style=\"margin:2px 2px 2px 2px\"><hr name=\"divider_horizontal-2\" class=\"wpbc_bfb_divider wpbc_bfb_divider--h\" style=\"border:none;height:0;border-top:1px solid #e0e0e0;width:100%;margin-left:auto;margin-right:auto\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"bfb_element\">\n\t\t\t\t\t<span class=\"wpbc_bfb__btn wpbc_bfb__btn--primary\" style=\"flex:1\"><input type=\"button\" value=\"Send\" class=\"wpbc_button wpbc_button_primary\" onclick=\"wpbc_booking_form_submit(this.form,1, 'fr_FR');\" \/><\/span>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/div><input id=\"bk_type1\" name=\"bk_type1\" class=\"\" type=\"hidden\" value=\"1\" \/><\/div><div id=\"submiting1\"><\/div><div class=\"form_bk_messages\" id=\"form_bk_messages1\" ><\/div><input type=\"hidden\" id=\"wpbc_nonceCALCULATE_THE_COST1\" name=\"wpbc_nonceCALCULATE_THE_COST1\" value=\"ae93a2c44d\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/index.php\/wp-json\/wp\/v2\/pages\/113\" \/><\/form><\/div><div id=\"booking_form_garbage1\" class=\"booking_form_garbage\"><\/div> <\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>What We Do Complementary Services Three complementary offers, designed to precisely address each stage of your HR challenges \u2014 from sourcing to integration. Service 01 Targeted Sourcing of Rare Talents Find your experts, executives, and leaders in record time Entrust us with your talent search: whether in confidential mode or as part of a broad [&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-113","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>Our Services - Opera International<\/title>\n<meta name=\"description\" content=\"Nos services couvrent l\u2019executive search, la recherche internationale, le placement d\u2019expatri\u00e9s &amp; l\u2019assistance RH locale. Un interlocuteur unique, un r\u00e9seau dans plus de 30 pays pour vous accompagner \u00e0 chaque \u00e9tape.\" \/>\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\/services\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our Services - Opera International\" \/>\n<meta property=\"og:description\" content=\"Nos services couvrent l\u2019executive search, la recherche internationale, le placement d\u2019expatri\u00e9s &amp; l\u2019assistance RH locale. Un interlocuteur unique, un r\u00e9seau dans plus de 30 pays pour vous accompagner \u00e0 chaque \u00e9tape.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.opera-executive.fr\/index.php\/services\/\" \/>\n<meta property=\"og:site_name\" content=\"Opera International\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-02T14:36:50+00:00\" \/>\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=\"1 minute\" \/>\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\\\/services\\\/\",\"url\":\"https:\\\/\\\/www.opera-executive.fr\\\/index.php\\\/services\\\/\",\"name\":\"Our Services - Opera International\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/#website\"},\"datePublished\":\"2024-10-28T17:18:39+00:00\",\"dateModified\":\"2026-09-02T14:36:50+00:00\",\"description\":\"Nos services couvrent l\u2019executive search, la recherche internationale, le placement d\u2019expatri\u00e9s & l\u2019assistance RH locale. Un interlocuteur unique, un r\u00e9seau dans plus de 30 pays pour vous accompagner \u00e0 chaque \u00e9tape.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/index.php\\\/services\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.opera-executive.fr\\\/index.php\\\/services\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.opera-executive.fr\\\/index.php\\\/services\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/www.opera-executive.fr\\\/index.php\\\/fr\\\/1557-2\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our Services\"}]},{\"@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":"Our Services - Opera International","description":"Nos services couvrent l\u2019executive search, la recherche internationale, le placement d\u2019expatri\u00e9s & l\u2019assistance RH locale. Un interlocuteur unique, un r\u00e9seau dans plus de 30 pays pour vous accompagner \u00e0 chaque \u00e9tape.","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\/services\/","og_locale":"fr_FR","og_type":"article","og_title":"Our Services - Opera International","og_description":"Nos services couvrent l\u2019executive search, la recherche internationale, le placement d\u2019expatri\u00e9s & l\u2019assistance RH locale. Un interlocuteur unique, un r\u00e9seau dans plus de 30 pays pour vous accompagner \u00e0 chaque \u00e9tape.","og_url":"https:\/\/www.opera-executive.fr\/index.php\/services\/","og_site_name":"Opera International","article_modified_time":"2026-09-02T14:36:50+00:00","twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.opera-executive.fr\/index.php\/services\/","url":"https:\/\/www.opera-executive.fr\/index.php\/services\/","name":"Our Services - Opera International","isPartOf":{"@id":"https:\/\/www.opera-executive.fr\/#website"},"datePublished":"2024-10-28T17:18:39+00:00","dateModified":"2026-09-02T14:36:50+00:00","description":"Nos services couvrent l\u2019executive search, la recherche internationale, le placement d\u2019expatri\u00e9s & l\u2019assistance RH locale. Un interlocuteur unique, un r\u00e9seau dans plus de 30 pays pour vous accompagner \u00e0 chaque \u00e9tape.","breadcrumb":{"@id":"https:\/\/www.opera-executive.fr\/index.php\/services\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.opera-executive.fr\/index.php\/services\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.opera-executive.fr\/index.php\/services\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.opera-executive.fr\/index.php\/fr\/1557-2\/"},{"@type":"ListItem","position":2,"name":"Our Services"}]},{"@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\/113","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=113"}],"version-history":[{"count":60,"href":"https:\/\/www.opera-executive.fr\/index.php\/wp-json\/wp\/v2\/pages\/113\/revisions"}],"predecessor-version":[{"id":1625,"href":"https:\/\/www.opera-executive.fr\/index.php\/wp-json\/wp\/v2\/pages\/113\/revisions\/1625"}],"wp:attachment":[{"href":"https:\/\/www.opera-executive.fr\/index.php\/wp-json\/wp\/v2\/media?parent=113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}