{"id":45814,"date":"2023-11-06T18:28:07","date_gmt":"2023-11-06T17:28:07","guid":{"rendered":"https:\/\/www.harry-hope.com\/be\/our-support\/"},"modified":"2024-02-21T14:10:58","modified_gmt":"2024-02-21T13:10:58","slug":"our-support","status":"publish","type":"page","link":"https:\/\/www.harry-hope.com\/be\/en\/our-support\/","title":{"rendered":"Our support"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"45814\" class=\"elementor elementor-45814 elementor-13269\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-60e6148a e-flex e-con-boxed e-con e-parent\" data-id=\"60e6148a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7ac6d099 e-flex e-con-boxed e-con e-child\" data-id=\"7ac6d099\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e3c6fe elementor-widget elementor-widget-global elementor-global-46930 elementor-global-45247 elementor-widget-jet-breadcrumbs\" data-id=\"2e3c6fe\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-breadcrumbs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-jet-breadcrumbs jet-blocks\">\n\t\t<div class=\"jet-breadcrumbs\">\n\t\t<div class=\"jet-breadcrumbs__content\">\n\t\t<div class=\"jet-breadcrumbs__wrap\"><div class=\"jet-breadcrumbs__item\"><a href=\"https:\/\/www.harry-hope.com\/be\/en\/\" class=\"jet-breadcrumbs__item-link is-home\" rel=\"home\" title=\"\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/sites\/2\/2023\/10\/home.svg\" width=\"15\" height=\"15\" alt=\"Retourner \u00e0 l'accueil\"><\/a><\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f3139b1 elementor-widget elementor-widget-heading\" data-id=\"7f3139b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Thoroughness, responsiveness and proximity: Harry Hope. with you  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ff25f26 elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"ff25f26\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In an ever-changing recruitment market, where every application is just a click away, we&#8217;re dedicated to helping you find the job that will help you grow, both personally and professionally.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"unlimited-elements-background-overlay\" data-forid=\"60e6148a\" data-location=\"back\" style=\"display:none\">\n\t\t\t<template>\n\t\t\t\n<!-- start Random Background -->\n<style>\/* widget: Random Background *\/\n\n#uc_random_background_widget_bg_addon12479\n{\n  \t\n  \tposition:absolute;\n  \t  \n  top:0;\n  bottom:0;\n  right:0;\n  left:0;\n}\n\n#uc_random_background_widget_bg_addon12479 .ue-random-bg-item\n{\n  position:absolute;\n  top:0;\n  bottom:0;\n  right:0;\n  left:0;\n  background-repeat:repeat !important;\n}\n\n#uc_random_background_widget_bg_addon12479 .ue-cloned{\nheight: 500px;\nposition: static;\n}\n\n<\/style>\n\n<div id=\"uc_random_background_widget_bg_addon12479\" class=\"random-bg\" data-debug=\"false\" data-editor=\"no\">\n  <div class=\"ue-random-bg-item\"><\/div>\n<\/div>\n<script type=\"text\/javascript\"  id=\"ue_script_random_background_widget\">\n\n\/* Random Background scripts: *\/ \n\njQuery(document).ready(function(){\n  \n  var rImage = jQuery(\"#uc_random_background_widget_bg_addon12479\");\n  var rImageItem = rImage.find(\".ue-random-bg-item\");\n  \n  \/\/set image url \n    var rUrlArray = [\n        \"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2023\/10\/noise.png\",\n      ];\n  \n  var rUrlArrayNumber = rUrlArray.length;\n  var randomNumber = Math.floor(Math.random() * rUrlArrayNumber); \n  \n  var rUrlToLoad = rUrlArray[randomNumber];\n  rImageItem.css({'background-image': 'url(' + rUrlToLoad + ')'}); \n  \n  \/\/set background color \n    var rBgColorArray = [\n        \"#61616100\",\n      ]; \n  \n  var rBgColorToLoad = rBgColorArray[randomNumber];\n  rImageItem.css({'background-color': rBgColorToLoad}); \n   \n  \/\/set background position \n    var rBgPositionArray = [\n        \"center center\",\n      ];  \n   \n  var rBgPositionToLoad = rBgPositionArray[randomNumber];\n  rImageItem.css({'background-position': rBgPositionToLoad}); \n  \n  \/\/set background blend mode\n    var rBgBlendModeArray = [\n        \"overlay\",\n      ];  \n   \n  var rBgBlendModeToLoad = rBgBlendModeArray[randomNumber];\n  rImageItem.css({'background-blend-mode': rBgBlendModeToLoad}); \n   \n   \/\/debug mode\t\n  var dataDebug = rImage.data(\"debug\");\n  var dataEditor = rImage.data(\"editor\");\n   \n  if(dataDebug == false)\n    return(false);\n   \n  if(dataEditor == 'no')\n    return(false);\n     \n  rImage.children().addClass('ue-cloned');\n  var rImageHtml = rImage.html();\n  var parentElementorSection = rImage.parents('.elementor-section');\n   \n  for(let i=0;i<rUrlArrayNumber;i++){\n      \/\/clone html elements\n      rImage.append(rImageHtml);\n      \n      var rImageBoxCloned = rImage.children();\n      \n      \/\/remove last html element\n      rImageBoxCloned.eq(rUrlArrayNumber).remove();\n      \n      var rImageElementCloned = rImageBoxCloned.eq(i);\n\n      \/\/set url for each cloned image\n      rImageElementCloned.css({'background-image': 'url(' + rUrlArray[i] + ')'});\n      \n      \/\/set background color for each cloned image\n      rImageElementCloned.css({'background-color': rBgColorArray[i]});\n      \n      \/\/set background position for each cloned image\n      rImageElementCloned.css({'background-position': rBgPositionArray[i]});\n      \n      \/\/set background blend mode for each cloned image\n      rImageElementCloned.css({'background-blend-mode': rBgBlendModeArray[i]}); \n      \n  }\n   \n});\n<\/script>\n<!-- end Random Background -->\t\t\t<\/template>\n\t\t<\/div>\n\t\t\n\t\t<div class=\"elementor-element elementor-element-dab25fe e-flex e-con-boxed e-con e-parent\" data-id=\"dab25fe\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd6d42b animated-slow elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"cd6d42b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">We enable candidates and companies to <span>meet<\/span> through a common project, while putting people at the heart of <span>interactions<\/span>.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2918d26 e-flex e-con-boxed e-con e-parent\" data-id=\"2918d26\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d16d8f1 e-con-full e-flex e-con e-child\" data-id=\"d16d8f1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-a0472d5 e-con-full e-flex e-con e-child\" data-id=\"a0472d5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-b17f4bb e-flex e-con-boxed e-con e-child\" data-id=\"b17f4bb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4314ec2 elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"4314ec2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01fa27e elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"01fa27e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-003b2c7 elementor-widget elementor-widget-heading\" data-id=\"003b2c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Get advice<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-eddd618 elementor-widget elementor-widget-text-editor\" data-id=\"eddd618\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Your application isn&#8217;t just a CV, you&#8217;re a personality in your own right. Our consultants will meet you, talk to you and get to know you, with the aim of finding a company that&#8217;s right for you.<br>\n<br><br>You&#8217;ll benefit from free support from our specialist consultants. They&#8217;ll be with you every step of the way, offering advice and feedback to guide you in your job search.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-537aa39 e-con-full e-flex e-con e-child\" data-id=\"537aa39\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40f2cf2 elementor-widget elementor-widget-image\" data-id=\"40f2cf2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"545\" height=\"553\" src=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2023\/11\/Rectangle-49.webp\" class=\"attachment-full size-full wp-image-40651\" alt=\"\" srcset=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2023\/11\/Rectangle-49.webp 545w, https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2023\/11\/Rectangle-49-296x300.webp 296w\" sizes=\"(max-width: 545px) 100vw, 545px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4e8dab7 e-con-full e-flex e-con e-child\" data-id=\"4e8dab7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-407e31c e-con-full e-flex e-con e-child\" data-id=\"407e31c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30769a0 elementor-widget elementor-widget-image\" data-id=\"30769a0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"541\" height=\"553\" src=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2023\/11\/Rectangle-50.webp\" class=\"attachment-full size-full wp-image-40652\" alt=\"\" srcset=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2023\/11\/Rectangle-50.webp 541w, https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2023\/11\/Rectangle-50-293x300.webp 293w\" sizes=\"(max-width: 541px) 100vw, 541px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9161350 e-con-full e-flex e-con e-child\" data-id=\"9161350\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-8b0a1ca e-flex e-con-boxed e-con e-child\" data-id=\"8b0a1ca\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cd70eda elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"cd70eda\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-aa8aa9d elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"aa8aa9d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-45aa784 elementor-widget elementor-widget-heading\" data-id=\"45aa784\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Benefit from a local network<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73ad362 elementor-widget elementor-widget-text-editor\" data-id=\"73ad362\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In contact with numerous companies in France, no opportunity escapes the vigilance of our consultants. Each consultant benefits from a dual specialization (technical and geographical), and puts their network of experts at your disposal!<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec407fd e-con-full e-flex e-con e-child\" data-id=\"ec407fd\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-6fb6c05 e-con-full e-flex e-con e-child\" data-id=\"6fb6c05\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-b700386 e-flex e-con-boxed e-con e-child\" data-id=\"b700386\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e172e67 elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"e172e67\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cfcc9b3 elementor-widget__width-auto elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"cfcc9b3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"fas fa-circle\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-033eae5 elementor-widget elementor-widget-heading\" data-id=\"033eae5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Transparency at the heart of our exchanges<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bd6728e elementor-widget elementor-widget-text-editor\" data-id=\"bd6728e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>We are able to provide you with regular follow-up to establish progress towards the objectives we have set ourselves. Because trust is essential, you work with a single contact person who will support you throughout your projects.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5ca86dc e-con-full e-flex e-con e-child\" data-id=\"5ca86dc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dfe6027 elementor-widget elementor-widget-image\" data-id=\"dfe6027\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/www.harry-hope.com\/fr\/wp-content\/uploads\/sites\/2\/2024\/01\/HARRY_HOPE-13-2-1-1-1.png\" title=\"\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-204a118 e-con-full e-flex e-con e-parent\" data-id=\"204a118\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-1f31b6a e-flex e-con-boxed e-con e-child\" data-id=\"1f31b6a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-434ae4f e-con-full e-flex e-con e-child\" data-id=\"434ae4f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[],&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1e3bc11 e-con-full e-flex e-con e-child\" data-id=\"1e3bc11\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c6e6cb elementor-widget elementor-widget-heading\" data-id=\"7c6e6cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Our <span>candidates <\/span>' opinions  <\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f5b3dc e-con-full e-flex e-con e-child\" data-id=\"4f5b3dc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be0cfc3 elementor-widget elementor-widget-ucaddon_arrow_navigation\" data-id=\"be0cfc3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_arrow_navigation.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Remote Arrows -->\n\t\t<link id='font-awesome-css' href='https:\/\/www.harry-hope.com\/be\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome6\/fontawesome-all.min.css' type='text\/css' rel='stylesheet' >\n\t\t<link id='font-awesome-4-shim-css' href='https:\/\/www.harry-hope.com\/be\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/font-awesome6\/fontawesome-v4-shims.min.css' type='text\/css' rel='stylesheet' >\n\n<style>\/* widget: Remote Arrows *\/\n\n.ue-remote-carousel-navigation-wrapper\n{\n  display:flex;\n}\n\n.ue-remote-carousel-navigation-wrapper .ue-remote-arrow\n{\n  border:none;\n  border-color:transparent;\n}\n\n.ue-remote-carousel-navigation-wrapper .ue-remote-arrow:hover\n{\n  background-color:transparent;\n \n}\n\n\n#uc_arrow_navigation_elementor_be0cfc3\n{\n  display:inline-flex;\n}\n\n#uc_arrow_navigation_elementor_be0cfc3 .ue-remote-arrow\n{\n  flex-grow:0;\n  flex-shrink:0;\n  transition:0.3s;\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  line-height:1em;\n  cursor:pointer;\n}\n\n\n#uc_arrow_navigation_elementor_be0cfc3 .ue-remote-arrow .ue-carousel-nav-icon\n{\n  transition:0.3s;\n  line-height:1em;\n}\n\n#uc_arrow_navigation_elementor_be0cfc3 .ue-remote-arrow .ue-carousel-nav-icon svg\n{\n  transition:0.3s;\n  height:1em;\n  width:1em;\n}\n\n\n#uc_arrow_navigation_elementor_be0cfc3 .ue-carousel-nav-label\n{\n  transition:0.3s;\n}\n\n#uc_arrow_navigation_elementor_be0cfc3 .uc-disabled{\n\topacity: 0.3;\n}\n\n<\/style>\n\n<div class=\"ue-remote-carousel-navigation-wrapper\">\n<div id=\"uc_arrow_navigation_elementor_be0cfc3\" class=\"ue-remote-carousel-navigation\"  data-parentid='first'>\n  \n  \n  \n\t<div class=\"ue-remote-arrow ue-carousel-prev \">\n    <div class=\"ue-carousel-nav-icon\"><img src='https:\/\/www.harry-hope.com\/fr\/wp-content\/uploads\/sites\/2\/2023\/11\/arrow_forward_ios-1.svg' class='uc-svg-image'><\/div>\n    \t\n  <\/div>   \n\t\n\n  \n \n\n  <div class=\"ue-remote-arrow ue-carousel-next \">\n        <div class=\"ue-carousel-nav-icon\"><img src='https:\/\/www.harry-hope.com\/fr\/wp-content\/uploads\/sites\/2\/2023\/11\/arrow_forward_ios.svg' class='uc-svg-image'><\/div>\n  <\/div>\n  \n  \n<\/div>\n<\/div>\n<!-- end Remote Arrows -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-22a627a e-con-full e-flex e-con e-child\" data-id=\"22a627a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-edf86ae e-con-full e-flex e-con e-child\" data-id=\"edf86ae\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c663458 elementor-widget elementor-widget-ucaddon_responsive_testemonial_carousel\" data-id=\"c663458\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_responsive_testemonial_carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Testimonial Carousel -->\n\t\t<link id='owl-carousel-css' href='https:\/\/www.harry-hope.com\/be\/wp-content\/plugins\/unlimited-elements-for-elementor-premium\/assets_libraries\/owl-carousel-new\/assets\/owl.carousel.css' type='text\/css' rel='stylesheet' >\n\n<style>\/* widget: Testimonial Carousel *\/\n\n.uc_quote_slider\n{\n  min-height:1px;\n}\n#uc_responsive_testemonial_carousel_elementor_c663458 .uc_quote_info\n{\n  display:flex;\n\n}\n\n#uc_responsive_testemonial_carousel_elementor_c663458 *\n{\n  outline:none;\n}\n\n#uc_responsive_testemonial_carousel_elementor_c663458 .uc_quote_info .uc_author {\n    display: inline-flex;\n    align-items:center; \n\ttext-align:center;\n  \n}\n\n\n#uc_responsive_testemonial_carousel_elementor_c663458 .ue-image\n{\n  flex-grow:0;\n  flex-shrink:0;\n}\n\n#uc_responsive_testemonial_carousel_elementor_c663458 .uc_quote_info .uc_author_avatar {\n   width: 100%;\n}\n\n\n\n\n\n#uc_responsive_testemonial_carousel_elementor_c663458 .uc_quote_info .uc_author_info .uc_company {\n    color: ;\n}\n\n#uc_responsive_testemonial_carousel_elementor_c663458 .ue-image-spacing\n{\n  flex-grow:0;\n  flex-shrink:0;\n}\n\n#uc_responsive_testemonial_carousel_elementor_c663458 .ue-icon\n{\n  display:inline-flex;\n  line-height:1em;\n  justify-content:center;\n  align-items:center;\n}\n\n#uc_responsive_testemonial_carousel_elementor_c663458 .ue-icon svg\n{\n  width:1em;\n  height:1em;\n}\n\n\n\n#uc_responsive_testemonial_carousel_elementor_c663458 .owl-dots {\noverflow:hidden;\ntext-align:center;\n}\n\n#uc_responsive_testemonial_carousel_elementor_c663458 .owl-dot {\nborder-radius:50%;\ndisplay:inline-block;\n}\n\n#uc_responsive_testemonial_carousel_elementor_c663458 .owl-nav .owl-prev{\n    position:absolute;\n    left:15px;\n    display:inline-block;\n    text-align:center;\n}\n#uc_responsive_testemonial_carousel_elementor_c663458 .owl-nav .owl-next{\n  position:absolute;\n  right:15px;\n  display:inline-block;\n  text-align:center;\n}\n\n\n\n\n\n\n#uc_responsive_testemonial_carousel_elementor_c663458 .uc_stars\n{\n  display:flex;\n}\n\n<\/style>\n\n<div class=\"uc_quote_slider\" style=\"direction:ltr\" >  \n  \n<div class=\"uc_carousel owl-carousel owl-theme uc-items-wrapper  uc-remote-parent \" id=\"uc_responsive_testemonial_carousel_elementor_c663458\"  data-remoteid='first' data-widgetname='Testimonial Carousel' >\n          \t<div class=\"uc_quote_item ue-item elementor-repeater-item-7a17ce0\">\n\t\t\t<div class=\"uc_quote_info\">\n                \n\t\t\t\t<div class=\"uc_author\">\n                  \t                    <div class=\"ue-image\">\n\t\t\t\t\t   <img loading=\"lazy\" decoding=\"async\" class=\"uc_author_avatar\" src=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2024\/02\/Frame-181.svg\" height=\"48\" width=\"48\" alt=\"\" \/>\n                    <\/div>\n                    <div class=\"ue-image-spacing\"><\/div>\n                                      \n\t\t\t\t\t<div class=\"uc_author_info\">\n\t\t\t\t\t\t<div class=\"ue_title\">S\u00e9bastien - Industry<\/div>\t\t\t\t\t\t                        \n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                <!-- end of credentials -->\n              \n                <div class=\"ue-text\"><p><span>  The Harry Hope recruitment agency in Tours was able to help me with my job search.<\/span>\n<br><br>Harry Hope. with its professionalism and attentiveness, was able to quickly understand my expectations and offer me positions that matched my desires. She was present throughout the recruitment process.\nMany thanks to her.\n<\/p><\/div>              \n              \t            <div class=\"uc_stars\">\n                 <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div>                                                                                                                                             <\/div>\n            \t\t\t\t              \n              \n              \n                            \n\t\t\t<\/div>\n\t\t<\/div>\n<!-- end of block item -->\n<div class=\"uc_quote_item ue-item elementor-repeater-item-505302a\">\n\t\t\t<div class=\"uc_quote_info\">\n                \n\t\t\t\t<div class=\"uc_author\">\n                  \t                    <div class=\"ue-image\">\n\t\t\t\t\t   <img loading=\"lazy\" decoding=\"async\" class=\"uc_author_avatar\" src=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2024\/02\/Frame-181.svg\" height=\"48\" width=\"48\" alt=\"\" \/>\n                    <\/div>\n                    <div class=\"ue-image-spacing\"><\/div>\n                                      \n\t\t\t\t\t<div class=\"uc_author_info\">\n\t\t\t\t\t\t<div class=\"ue_title\">C\u00e9lia - Health\/Medical<\/div>\t\t\t\t\t\t                        \n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                <!-- end of credentials -->\n              \n                <div class=\"ue-text\"><p>Very good first experience with the Harry Hope recruitment agency .<\/span>\n<br>\n<br>\nMy consultant was very available, attentive to my professional expectations, and very persistent in getting me the interview I was looking for (which led to the signing of a permanent contract!\nThanks again!<\/p><\/div>              \n              \t            <div class=\"uc_stars\">\n                 <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div>                                                                                                                                             <\/div>\n            \t\t\t\t              \n              \n              \n                            \n\t\t\t<\/div>\n\t\t<\/div>\n<!-- end of block item -->\n<div class=\"uc_quote_item ue-item elementor-repeater-item-77c334b\">\n\t\t\t<div class=\"uc_quote_info\">\n                \n\t\t\t\t<div class=\"uc_author\">\n                  \t                    <div class=\"ue-image\">\n\t\t\t\t\t   <img loading=\"lazy\" decoding=\"async\" class=\"uc_author_avatar\" src=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2024\/02\/Frame-181.svg\" height=\"48\" width=\"48\" alt=\"\" \/>\n                    <\/div>\n                    <div class=\"ue-image-spacing\"><\/div>\n                                      \n\t\t\t\t\t<div class=\"uc_author_info\">\n\t\t\t\t\t\t<div class=\"ue_title\">Maverick - Purchasing\/Log<\/div>\t\t\t\t\t\t                        \n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                <!-- end of credentials -->\n              \n                <div class=\"ue-text\"><p><span>A great first experience with the Harry Hope recruitment agency in Strasbourg.  <\/span>\n<br><br>Thank you for your kindness in taking the initiative to contact me personally during my active job search. Thank you for your humanity, your attentiveness, your commitment and your good advice. Thank you for our very pleasant, constructive and motivating discussions. Thank you for your support and follow-up before and after the various interviews with the future employer. Thanks to you I've found a new job.<\/p><\/div>              \n              \t            <div class=\"uc_stars\">\n                 <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div>                                                                                                                                             <\/div>\n            \t\t\t\t              \n              \n              \n                            \n\t\t\t<\/div>\n\t\t<\/div>\n<!-- end of block item -->\n<div class=\"uc_quote_item ue-item elementor-repeater-item-08edf82\">\n\t\t\t<div class=\"uc_quote_info\">\n                \n\t\t\t\t<div class=\"uc_author\">\n                  \t                    <div class=\"ue-image\">\n\t\t\t\t\t   <img loading=\"lazy\" decoding=\"async\" class=\"uc_author_avatar\" src=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2024\/02\/Frame-181.svg\" height=\"48\" width=\"48\" alt=\"\" \/>\n                    <\/div>\n                    <div class=\"ue-image-spacing\"><\/div>\n                                      \n\t\t\t\t\t<div class=\"uc_author_info\">\n\t\t\t\t\t\t<div class=\"ue_title\">M\u00e9lissa - Health\/Medical<\/div>\t\t\t\t\t\t                        \n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                <!-- end of credentials -->\n              \n                <div class=\"ue-text\"><p><span>Very good recruitment center.  <\/span>\n<br><br>I'm a nurse. Very good support in my job search. The consultant is very attentive to the candidate's needs. Checks in by e-mail, message or phone call, offering advice and encouragement. I really recommend Harry Hope Reims to everyone.<\/p><\/div>              \n              \t            <div class=\"uc_stars\">\n                 <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div>                                                                                                                                             <\/div>\n            \t\t\t\t              \n              \n              \n                            \n\t\t\t<\/div>\n\t\t<\/div>\n<!-- end of block item -->\n<div class=\"uc_quote_item ue-item elementor-repeater-item-6c135c7\">\n\t\t\t<div class=\"uc_quote_info\">\n                \n\t\t\t\t<div class=\"uc_author\">\n                  \t                    <div class=\"ue-image\">\n\t\t\t\t\t   <img loading=\"lazy\" decoding=\"async\" class=\"uc_author_avatar\" src=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2024\/02\/Frame-181.svg\" height=\"48\" width=\"48\" alt=\"\" \/>\n                    <\/div>\n                    <div class=\"ue-image-spacing\"><\/div>\n                                      \n\t\t\t\t\t<div class=\"uc_author_info\">\n\t\t\t\t\t\t<div class=\"ue_title\">Sa\u00efd - IT<\/div>\t\t\t\t\t\t                        \n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                <!-- end of credentials -->\n              \n                <div class=\"ue-text\"><p><span>The quality of the discussions and the information on the jobs on offer should be emphasized.  <\/span>\n<br><br>Interviews run smoothly and humanly, and deadlines are respected. So my hat's off to Harry Hope and especially to M.Le Gallic (whom I'd certainly call on if I needed to recruit).<\/p><\/div>              \n              \t            <div class=\"uc_stars\">\n                 <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div>                                                                                                                                             <\/div>\n            \t\t\t\t              \n              \n              \n                            \n\t\t\t<\/div>\n\t\t<\/div>\n<!-- end of block item -->\n<div class=\"uc_quote_item ue-item elementor-repeater-item-e02f0b3\">\n\t\t\t<div class=\"uc_quote_info\">\n                \n\t\t\t\t<div class=\"uc_author\">\n                  \t                    <div class=\"ue-image\">\n\t\t\t\t\t   <img loading=\"lazy\" decoding=\"async\" class=\"uc_author_avatar\" src=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2024\/02\/Frame-181.svg\" height=\"48\" width=\"48\" alt=\"\" \/>\n                    <\/div>\n                    <div class=\"ue-image-spacing\"><\/div>\n                                      \n\t\t\t\t\t<div class=\"uc_author_info\">\n\t\t\t\t\t\t<div class=\"ue_title\">Nathalie - Health\/Medical<\/div>\t\t\t\t\t\t                        \n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                <!-- end of credentials -->\n              \n                <div class=\"ue-text\"><p><span>I highly recommend this recruitment agency, and Caroline in particular.  <\/span>\n<br><br>We feel supported and supported to get the job we want. Day after day Harry Hope. knew how to help me, how to \"support\" me. Go in with your eyes closed, and you'll be guided in the right direction!<\/p><\/div>              \n              \t            <div class=\"uc_stars\">\n                 <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div>                                                                                                                                             <\/div>\n            \t\t\t\t              \n              \n              \n                            \n\t\t\t<\/div>\n\t\t<\/div>\n<!-- end of block item -->\n<div class=\"uc_quote_item ue-item elementor-repeater-item-4f76107\">\n\t\t\t<div class=\"uc_quote_info\">\n                \n\t\t\t\t<div class=\"uc_author\">\n                  \t                    <div class=\"ue-image\">\n\t\t\t\t\t   <img loading=\"lazy\" decoding=\"async\" class=\"uc_author_avatar\" src=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2024\/02\/Frame-181.svg\" height=\"48\" width=\"48\" alt=\"\" \/>\n                    <\/div>\n                    <div class=\"ue-image-spacing\"><\/div>\n                                      \n\t\t\t\t\t<div class=\"uc_author_info\">\n\t\t\t\t\t\t<div class=\"ue_title\">Jessica - Business\/Marketing<\/div>\t\t\t\t\t\t                        \n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n                <!-- end of credentials -->\n              \n                <div class=\"ue-text\"><p><span>I would like to thank the Harry Hope team for their efficiency and kindness.  <\/span>\n<br><br>I felt really supported and I'm finally working for a company where I'm blossoming!<\/p><\/div>              \n              \t            <div class=\"uc_stars\">\n                 <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div> <div class=\"ue_rate\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"20\" height=\"19\" viewBox=\"0 0 20 19\" fill=\"none\"><path d=\"M9.04894 0.927052C9.3483 0.00574112 10.6517 0.00573993 10.9511 0.927051L12.4697 5.60081C12.6035 6.01284 12.9875 6.2918 13.4207 6.2918H18.335C19.3037 6.2918 19.7065 7.53141 18.9228 8.10081L14.947 10.9894C14.5966 11.244 14.4499 11.6954 14.5838 12.1074L16.1024 16.7812C16.4017 17.7025 15.3472 18.4686 14.5635 17.8992L10.5878 15.0106C10.2373 14.756 9.7627 14.756 9.41221 15.0106L5.43648 17.8992C4.65276 18.4686 3.59828 17.7025 3.89763 16.7812L5.41623 12.1074C5.55011 11.6954 5.40345 11.244 5.05296 10.9894L1.07722 8.10081C0.293507 7.53141 0.696283 6.2918 1.66501 6.2918H6.57929C7.01252 6.2918 7.39647 6.01284 7.53035 5.60081L9.04894 0.927052Z\" fill=\"#726EFF\"><\/path><\/svg><\/div>                                                                                                                                             <\/div>\n            \t\t\t\t              \n              \n              \n                            \n\t\t\t<\/div>\n\t\t<\/div>\n<!-- end of block item -->\n\n      <\/div>\t\t\n<\/div>\n<!-- end Testimonial Carousel -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"unlimited-elements-background-overlay\" data-forid=\"204a118\" data-location=\"back\" style=\"display:none\">\n\t\t\t<template>\n\t\t\t\n<!-- start Random Background -->\n<style>\/* widget: Random Background *\/\n\n#uc_random_background_widget_bg_addon22827\n{\n  \t\n  \tposition:absolute;\n  \t  \n  top:0;\n  bottom:0;\n  right:0;\n  left:0;\n}\n\n#uc_random_background_widget_bg_addon22827 .ue-random-bg-item\n{\n  position:absolute;\n  top:0;\n  bottom:0;\n  right:0;\n  left:0;\n  background-repeat:repeat !important;\n}\n\n#uc_random_background_widget_bg_addon22827 .ue-cloned{\nheight: 500px;\nposition: static;\n}\n\n<\/style>\n\n<div id=\"uc_random_background_widget_bg_addon22827\" class=\"random-bg\" data-debug=\"false\" data-editor=\"no\">\n  <div class=\"ue-random-bg-item\"><\/div>\n<\/div>\n<script type=\"text\/javascript\"  id=\"ue_script_random_background_widget2\">\n\n\/* Random Background scripts: *\/ \n\njQuery(document).ready(function(){\n  \n  var rImage = jQuery(\"#uc_random_background_widget_bg_addon22827\");\n  var rImageItem = rImage.find(\".ue-random-bg-item\");\n  \n  \/\/set image url \n    var rUrlArray = [\n        \"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2023\/12\/noise.png\",\n      ];\n  \n  var rUrlArrayNumber = rUrlArray.length;\n  var randomNumber = Math.floor(Math.random() * rUrlArrayNumber); \n  \n  var rUrlToLoad = rUrlArray[randomNumber];\n  rImageItem.css({'background-image': 'url(' + rUrlToLoad + ')'}); \n  \n  \/\/set background color \n    var rBgColorArray = [\n        \"#616161\",\n      ]; \n  \n  var rBgColorToLoad = rBgColorArray[randomNumber];\n  rImageItem.css({'background-color': rBgColorToLoad}); \n   \n  \/\/set background position \n    var rBgPositionArray = [\n        \"left top\",\n      ];  \n   \n  var rBgPositionToLoad = rBgPositionArray[randomNumber];\n  rImageItem.css({'background-position': rBgPositionToLoad}); \n  \n  \/\/set background blend mode\n    var rBgBlendModeArray = [\n        \"overlay\",\n      ];  \n   \n  var rBgBlendModeToLoad = rBgBlendModeArray[randomNumber];\n  rImageItem.css({'background-blend-mode': rBgBlendModeToLoad}); \n   \n   \/\/debug mode\t\n  var dataDebug = rImage.data(\"debug\");\n  var dataEditor = rImage.data(\"editor\");\n   \n  if(dataDebug == false)\n    return(false);\n   \n  if(dataEditor == 'no')\n    return(false);\n     \n  rImage.children().addClass('ue-cloned');\n  var rImageHtml = rImage.html();\n  var parentElementorSection = rImage.parents('.elementor-section');\n   \n  for(let i=0;i<rUrlArrayNumber;i++){\n      \/\/clone html elements\n      rImage.append(rImageHtml);\n      \n      var rImageBoxCloned = rImage.children();\n      \n      \/\/remove last html element\n      rImageBoxCloned.eq(rUrlArrayNumber).remove();\n      \n      var rImageElementCloned = rImageBoxCloned.eq(i);\n\n      \/\/set url for each cloned image\n      rImageElementCloned.css({'background-image': 'url(' + rUrlArray[i] + ')'});\n      \n      \/\/set background color for each cloned image\n      rImageElementCloned.css({'background-color': rBgColorArray[i]});\n      \n      \/\/set background position for each cloned image\n      rImageElementCloned.css({'background-position': rBgPositionArray[i]});\n      \n      \/\/set background blend mode for each cloned image\n      rImageElementCloned.css({'background-blend-mode': rBgBlendModeArray[i]}); \n      \n  }\n   \n});\n<\/script>\n<!-- end Random Background -->\t\t\t<\/template>\n\t\t<\/div>\n\t\t\n\t\t<div class=\"elementor-element elementor-element-a61037f e-flex e-con-boxed e-con e-parent\" data-id=\"a61037f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-498bbd1 e-con-full e-flex e-con e-child\" data-id=\"498bbd1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-36dc41b elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"36dc41b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Your future <span> job<\/span> is here.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-79203c0 elementor-widget-mobile__width-initial elementor-widget elementor-widget-ucaddon_Bouton_HH_3\" data-id=\"79203c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"ucaddon_Bouton_HH_3.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<!-- start Bouton HH 3 -->\n\n<style>\/* widget: Bouton HH 3 *\/\n\n.scroll-arrow3 {\n    margin-left: 5px;\n    \n}\n\n.btn3 {\n   display: flex;\n  align-items: center;\n   padding: 8px 20px;\n \tfont-size: 12px;\n  letter-spacing: 1.2px;\n\tfont-family: \"futura-pt\", Sans-serif;\n\tfont-weight: 700;\n\tword-wrap: break-word;\n   border-radius: 4px;\n   border: 1px solid #726EFF;\n   background-color: #726EFF;\n   cursor: pointer;\n   color: #484848;\n   &.btn-primary3 {\n     background-color: #FFFFFF;\n     border-color: #FFFFFF;\n     color: #21285A;\n     .arrow-icon3 {\n       .arrow-icon-clip3 {\n         .svg3 {\n           fill: #FFF;\n         }\n       }\n     }\n  }\n   \n   &:hover {\n        .arrow-icon3 .arrow-icon-clip3 {\n            animation-delay: 50ms;\n            animation-duration: .8s;\n            animation-name: arrow-scroll3;\n            animation-iteration-count: 1;\n            animation-timing-function: cubic-bezier(.55,0,.21,1);\n           \tanimation-fill-mode: forwards;\n        }\n    }\n}\n.scroll-arrow3 {\n    width: 22px;\n    display: inline-block;\n    &.scroll-arrow3-left {\n      transform: rotate(180deg);\n    }\n    &.scroll-arrow3-down {\n      transform: rotate(90deg);\n    }\n    &.scroll-arrow3-up {\n      transform: rotate(-90deg);\n    }\n}\n.arrow-icon3 {\n    position: relative;\n    margin-left: 4px;\n    width: 18px;\n    overflow: hidden;\n    .arrow-icon-clip3 {\n        align-items: center;\n        display: flex;\n        overflow: hidden;\n        transform: translateX(-22px);\n        width: 40px;\n        .svg4 {\n           fill: #21285A;\n            + .svg4 {\n            }\n        }\n    }\n}\n   \n@keyframes arrow-scroll3 {\n    100% {\n       transform: translateX(0);\n    }\n}\n\n\n.btn3:hover {\n  transition-duration: 500ms;\n   display: flex;\n   padding: 8px 24px;\n  align-items: center;\n  letter-spacing: 1.2px;\n \tfont-size: 12px;\n\tfont-family: \"futura-pt\", Sans-serif;\n\tfont-weight: 700;\n\tword-wrap: break-word;\n   border-radius: 4px;\n   border: 1px solid #726EFF;\n   background-color: #726EFF;\n   cursor: pointer;\n  color: #FFFFFF;\n}\n\n\n.path3{\n  fill:#FFF;\n}\n.path4{\n  fill:#21285A;\n}\n\n<\/style>\n\n<a href=\"https:\/\/www.harry-hope.com\/be\/fr\/offres-demploi\/\">\n<button class=\"btn3 btn-primary3\">see all offers\n  <div class=\"scroll-arrow3\">\n    <div class=\"arrow-icon3\">\n      <div class=\"arrow-icon-clip3\">\n        <svg class=\"svg3\" width=\"24px\" height=\"25px\" viewBox=\"0 0 24 25\" fill=\"none\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g class=\"g3\" stroke=\"none\" stroke-width=\"1\"><path class=\"path3\" d=\"M14 18.5L12.6 17.05L16.15 13.5H4V11.5H16.15L12.6 7.95L14 6.5L20 12.5L14 18.5Z\" fill=\"#D9D9D9\"><\/path><\/g><\/svg>\n        <svg class=\"svg4\" width=\"24px\" height=\"25px\" viewBox=\"0 0 24 25\" fill=\"none\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\"><g class=\"g3\" stroke=\"none\" stroke-width=\"1\"><path class=\"path4\" d=\"M14 18.5L12.6 17.05L16.15 13.5H4V11.5H16.15L12.6 7.95L14 6.5L20 12.5L14 18.5Z\" fill=\"#21285A\"><\/path><\/g><\/svg>\n      <\/div>\n    <\/div>\n<\/div>\n<\/button>\n <\/a>\n<!-- end Bouton HH 3 -->\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a43949d e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"a43949d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-66c5017 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"66c5017\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"unlimited-elements-background-overlay\" data-forid=\"a61037f\" data-location=\"back\" style=\"display:none\">\n\t\t\t<template>\n\t\t\t\n<!-- start Random Background -->\n<style>\/* widget: Random Background *\/\n\n#uc_random_background_widget_bg_addon32128\n{\n  \t\n  \tposition:absolute;\n  \t  \n  top:0;\n  bottom:0;\n  right:0;\n  left:0;\n}\n\n#uc_random_background_widget_bg_addon32128 .ue-random-bg-item\n{\n  position:absolute;\n  top:0;\n  bottom:0;\n  right:0;\n  left:0;\n  background-repeat:repeat !important;\n}\n\n#uc_random_background_widget_bg_addon32128 .ue-cloned{\nheight: 500px;\nposition: static;\n}\n\n<\/style>\n\n<div id=\"uc_random_background_widget_bg_addon32128\" class=\"random-bg\" data-debug=\"false\" data-editor=\"no\">\n  <div class=\"ue-random-bg-item\"><\/div>\n<\/div>\n<script type=\"text\/javascript\"  id=\"ue_script_random_background_widget3\">\n\n\/* Random Background scripts: *\/ \n\njQuery(document).ready(function(){\n  \n  var rImage = jQuery(\"#uc_random_background_widget_bg_addon32128\");\n  var rImageItem = rImage.find(\".ue-random-bg-item\");\n  \n  \/\/set image url \n    var rUrlArray = [\n        \"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2023\/10\/noise.png\",\n      ];\n  \n  var rUrlArrayNumber = rUrlArray.length;\n  var randomNumber = Math.floor(Math.random() * rUrlArrayNumber); \n  \n  var rUrlToLoad = rUrlArray[randomNumber];\n  rImageItem.css({'background-image': 'url(' + rUrlToLoad + ')'}); \n  \n  \/\/set background color \n    var rBgColorArray = [\n        \"\",\n      ]; \n  \n  var rBgColorToLoad = rBgColorArray[randomNumber];\n  rImageItem.css({'background-color': rBgColorToLoad}); \n   \n  \/\/set background position \n    var rBgPositionArray = [\n        \"left top\",\n      ];  \n   \n  var rBgPositionToLoad = rBgPositionArray[randomNumber];\n  rImageItem.css({'background-position': rBgPositionToLoad}); \n  \n  \/\/set background blend mode\n    var rBgBlendModeArray = [\n        \"overlay\",\n      ];  \n   \n  var rBgBlendModeToLoad = rBgBlendModeArray[randomNumber];\n  rImageItem.css({'background-blend-mode': rBgBlendModeToLoad}); \n   \n   \/\/debug mode\t\n  var dataDebug = rImage.data(\"debug\");\n  var dataEditor = rImage.data(\"editor\");\n   \n  if(dataDebug == false)\n    return(false);\n   \n  if(dataEditor == 'no')\n    return(false);\n     \n  rImage.children().addClass('ue-cloned');\n  var rImageHtml = rImage.html();\n  var parentElementorSection = rImage.parents('.elementor-section');\n   \n  for(let i=0;i<rUrlArrayNumber;i++){\n      \/\/clone html elements\n      rImage.append(rImageHtml);\n      \n      var rImageBoxCloned = rImage.children();\n      \n      \/\/remove last html element\n      rImageBoxCloned.eq(rUrlArrayNumber).remove();\n      \n      var rImageElementCloned = rImageBoxCloned.eq(i);\n\n      \/\/set url for each cloned image\n      rImageElementCloned.css({'background-image': 'url(' + rUrlArray[i] + ')'});\n      \n      \/\/set background color for each cloned image\n      rImageElementCloned.css({'background-color': rBgColorArray[i]});\n      \n      \/\/set background position for each cloned image\n      rImageElementCloned.css({'background-position': rBgPositionArray[i]});\n      \n      \/\/set background blend mode for each cloned image\n      rImageElementCloned.css({'background-blend-mode': rBgBlendModeArray[i]}); \n      \n  }\n   \n});\n<\/script>\n<!-- end Random Background -->\t\t\t<\/template>\n\t\t<\/div>\n\t\t\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Thoroughness, responsiveness and proximity: Harry Hope. with you In an ever-changing recruitment market, where every application is just a click away, we&#8217;re dedicated to helping you find the job that will help you grow, both personally and professionally. We enable candidates and companies to meet through a common project, while putting people at the heart [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"content-type":"","footnotes":""},"class_list":["post-45814","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.harry-hope.com\/be\/en\/wp-json\/wp\/v2\/pages\/45814","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.harry-hope.com\/be\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.harry-hope.com\/be\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.harry-hope.com\/be\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.harry-hope.com\/be\/en\/wp-json\/wp\/v2\/comments?post=45814"}],"version-history":[{"count":4,"href":"https:\/\/www.harry-hope.com\/be\/en\/wp-json\/wp\/v2\/pages\/45814\/revisions"}],"predecessor-version":[{"id":49333,"href":"https:\/\/www.harry-hope.com\/be\/en\/wp-json\/wp\/v2\/pages\/45814\/revisions\/49333"}],"wp:attachment":[{"href":"https:\/\/www.harry-hope.com\/be\/en\/wp-json\/wp\/v2\/media?parent=45814"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}