{"id":13269,"date":"2023-11-06T18:28:07","date_gmt":"2023-11-06T17:28:07","guid":{"rendered":"https:\/\/www.harry-hope.com\/fr\/?page_id=13269"},"modified":"2025-06-23T14:41:28","modified_gmt":"2025-06-23T12:41:28","slug":"notre-accompagnement","status":"publish","type":"page","link":"https:\/\/www.harry-hope.com\/be\/fr\/notre-accompagnement\/","title":{"rendered":"Notre accompagnement"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"13269\" class=\"elementor 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-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\/fr\/\" 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\">Rigueur, r\u00e9activit\u00e9 et proximit\u00e9 : Harry Hope. vous accompagne <\/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>Avec un march\u00e9 du recrutement en constante \u00e9volution, o\u00f9 chaque candidature peut se faire en un simple clic, nous mettons un point d\u2019honneur \u00e0 vous aider \u00e0 trouver l\u2019emploi qui vous permettra de vous \u00e9panouir, tant sur le plan personnel que professionnel.<\/p>\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_addon12919\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_addon12919 .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_addon12919 .ue-cloned{\nheight: 500px;\nposition: static;\n}\n\n<\/style>\n\n<div id=\"uc_random_background_widget_bg_addon12919\" 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_addon12919\");\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\">Nous permettons aux candidats et aux entreprises de se <span>rencontrer<\/span> via un projet commun, tout en pla\u00e7ant l\u2019humain au c\u0153ur des <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\">\u00catre conseill\u00e9<\/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>Votre candidature n\u2019est pas juste un CV, vous \u00eates une personnalit\u00e9 \u00e0 part. Nos consultants vous rencontrent, \u00e9changent avec vous et apprennent \u00e0 vous conna\u00eetre, dans le but de trouver une entreprise qui vous correspond.<br>\n<br><br>Ainsi, vous b\u00e9n\u00e9ficiez d\u2019un accompagnement gratuit de la part de nos consultants sp\u00e9cialis\u00e9s. Ils \u00e9changent avec vous tout le long du processus : conseils et retours d\u2019exp\u00e9rience vous guideront dans votre qu\u00eate d\u2019emploi.<\/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=\"818\" height=\"830\" src=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2025\/06\/Rectangle-51-1.jpg\" class=\"attachment-full size-full wp-image-57624\" alt=\"\" srcset=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2025\/06\/Rectangle-51-1.jpg 818w, https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2025\/06\/Rectangle-51-1-296x300.jpg 296w, https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2025\/06\/Rectangle-51-1-768x779.jpg 768w\" sizes=\"(max-width: 818px) 100vw, 818px\" \/>\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=\"818\" height=\"830\" src=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2025\/06\/Rectangle-52.jpg\" class=\"attachment-full size-full wp-image-57633\" alt=\"\" srcset=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2025\/06\/Rectangle-52.jpg 818w, https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2025\/06\/Rectangle-52-296x300.jpg 296w, https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2025\/06\/Rectangle-52-768x779.jpg 768w\" sizes=\"(max-width: 818px) 100vw, 818px\" \/>\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\">B\u00e9n\u00e9ficier d\u2019un r\u00e9seau local<\/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>En contact avec de nombreuses entreprises en France, aucune opportunit\u00e9 n\u2019\u00e9chappe \u00e0 la vigilance de nos consultants. Chaque consultant b\u00e9n\u00e9ficiant d\u2019une double sp\u00e9cialisation (technique et g\u00e9ographique), ils mettent \u00e0 votre disposition leur r\u00e9seau d\u2019expert !<\/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\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\">La transparence au c\u0153ur de nos \u00e9changes<\/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>Nous sommes \u00e0 m\u00eame de vous donner un suivi r\u00e9gulier afin d\u2019\u00e9tablir l\u2019avancement des objectifs que nous nous sommes pr\u00e9alablement d\u00e9finis. Parce que la confiance est essentielle, vous travaillez avec un unique interlocuteur qui vous accompagnera durant l\u2019int\u00e9gralit\u00e9 de vos projets.<\/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-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 loading=\"lazy\" decoding=\"async\" width=\"818\" height=\"830\" src=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2025\/06\/Rectangle-52-1.jpg\" class=\"attachment-full size-full wp-image-57630\" alt=\"\" srcset=\"https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2025\/06\/Rectangle-52-1.jpg 818w, https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2025\/06\/Rectangle-52-1-296x300.jpg 296w, https:\/\/www.harry-hope.com\/be\/wp-content\/uploads\/sites\/6\/2025\/06\/Rectangle-52-1-768x779.jpg 768w\" sizes=\"(max-width: 818px) 100vw, 818px\" \/>\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\">Les avis de nos <span>candidats <\/span><\/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 - Industrie<\/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> Le cabinet de recrutement Harry Hope de Tours a pu m'accompagner sur ma recherche d'emploi.<\/span>\n<br><br>Harry Hope. avec son professionnalisme et son \u00e9coute a su tr\u00e8s rapidement comprendre mes attentes et ainsi me proposer des postes correspondants \u00e0 mes envies. Elle a su rest\u00e9e pr\u00e9sente tout au long des processus de recrutement.\nUn grand merci \u00e0 elle.\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 - Sant\u00e9\/M\u00e9dical<\/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>Tr\u00e8s bonne premi\u00e8re exp\u00e9rience avec le cabinet de recrutement Harry Hope. <\/span>\n<br>\n<br>\nMon conseiller, a \u00e9t\u00e9 tr\u00e8s disponible, \u00e0 l\u2019\u00e9coute de mes attentes professionnelles, et tr\u00e8s pers\u00e9v\u00e9rant pour m\u2019obtenir l\u2019entretien convoit\u00e9 (qui a d\u2019ailleurs d\u00e9bouch\u00e9 sur la signature d\u2019un CDI !\nMerci encore !<\/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 \u2013 Achats\/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>Tr\u00e8s belle premi\u00e8re exp\u00e9rience avec le cabinet de recrutement Harry Hope de Strasbourg. <\/span>\n<br><br>Merci de votre bienveillance, d'avoir pris l'initiative de me contacter personnellement durant ma recherche active d'emploi. Merci de votre humanit\u00e9, vous \u00eates \u00e0 l'\u00e9coute, investi et de bons conseils. Merci pour nos \u00e9changes qui ont \u00e9t\u00e9 vraiment tr\u00e8s agr\u00e9ables, constructifs et motivants. Merci de votre accompagnement et du suivi avant et apr\u00e8s les diff\u00e9rents entretiens avec le futur employeur. Gr\u00e2ce \u00e0 vous j'ai retrouv\u00e9 un emploi.<\/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 - Sant\u00e9\/M\u00e9dical<\/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>Tr\u00e8s bon centre de recrutement. <\/span>\n<br><br>Je suis infirmi\u00e8re. Tr\u00e8s bon accompagnement sur ma recherche d'emploi. Le conseiller est tr\u00e8s \u00e0 l'\u00e9coute des besoins du candidat. Prend des nouvelles par mail, message ou appel t\u00e9l\u00e9phonique, conseils, encourage. Je recommande vraiment le cabinet Harry Hope Reims \u00e0 tous.<\/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>Il convient de souligner la qualit\u00e9 des \u00e9changes et des informations sur les emplois propos\u00e9s. <\/span>\n<br><br>Les entretiens se d\u00e9roulent de mani\u00e8re fluide, humaine et les \u00e9ch\u00e9ances annonc\u00e9es sont respect\u00e9es. Je tire donc mon chapeau \u00e0 Harry Hope. (\u00e0 qui je ferais s\u00fbrement appel si je devais proc\u00e9der \u00e0 des recrutements).<\/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 - Sant\u00e9\/M\u00e9dical<\/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>Je conseille vivement ce cabinet de recrutement et plus particuli\u00e8rement Caroline. <\/span>\n<br><br>On se sent aider et porter pour l'obtention d'un job \u00e0 la hauteur de nos esp\u00e9rances. Jour apr\u00e8s jour Harry Hope. a su m'aider, me \"supporter\". Allez-y les yeux ferm\u00e9s, vous serez guid\u00e9s comme il faut !<\/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 \u2013 Commerce\/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>Je remercie vivement l'\u00e9quipe d\u2019Harry Hope pour leur efficacit\u00e9 et leur gentillesse. <\/span>\n<br><br>Je me suis sentie vraiment accompagn\u00e9e et je suis enfin en poste dans une entreprise o\u00f9 je m'\u00e9panouie !<\/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_addon28924\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_addon28924 .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_addon28924 .ue-cloned{\nheight: 500px;\nposition: static;\n}\n\n<\/style>\n\n<div id=\"uc_random_background_widget_bg_addon28924\" 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_addon28924\");\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\">Votre futur <span> emploi<\/span> se trouve ici.<\/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\">voir toutes les offres\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_addon32298\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_addon32298 .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_addon32298 .ue-cloned{\nheight: 500px;\nposition: static;\n}\n\n<\/style>\n\n<div id=\"uc_random_background_widget_bg_addon32298\" 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_addon32298\");\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>Rigueur, r\u00e9activit\u00e9 et proximit\u00e9 : Harry Hope. vous accompagne Avec un march\u00e9 du recrutement en constante \u00e9volution, o\u00f9 chaque candidature peut se faire en un simple clic, nous mettons un point d\u2019honneur \u00e0 vous aider \u00e0 trouver l\u2019emploi qui vous permettra de vous \u00e9panouir, tant sur le plan personnel que professionnel. Nous permettons aux candidats [&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-13269","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.harry-hope.com\/be\/fr\/wp-json\/wp\/v2\/pages\/13269","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.harry-hope.com\/be\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.harry-hope.com\/be\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.harry-hope.com\/be\/fr\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.harry-hope.com\/be\/fr\/wp-json\/wp\/v2\/comments?post=13269"}],"version-history":[{"count":15,"href":"https:\/\/www.harry-hope.com\/be\/fr\/wp-json\/wp\/v2\/pages\/13269\/revisions"}],"predecessor-version":[{"id":57683,"href":"https:\/\/www.harry-hope.com\/be\/fr\/wp-json\/wp\/v2\/pages\/13269\/revisions\/57683"}],"wp:attachment":[{"href":"https:\/\/www.harry-hope.com\/be\/fr\/wp-json\/wp\/v2\/media?parent=13269"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}