{"id":45650,"date":"2023-11-06T15:59:06","date_gmt":"2023-11-06T14:59:06","guid":{"rendered":"https:\/\/www.harry-hope.com\/lu\/unsolicited-application\/"},"modified":"2025-02-20T10:46:08","modified_gmt":"2025-02-20T09:46:08","slug":"unsolicited-application","status":"publish","type":"page","link":"https:\/\/www.harry-hope.com\/lu\/en\/unsolicited-application\/","title":{"rendered":"Unsolicited application"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"45650\" class=\"elementor elementor-45650 elementor-13227\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17caa20 e-flex e-con-boxed e-con e-parent\" data-id=\"17caa20\" 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-af2b3b2 e-con-full e-flex e-con e-child\" data-id=\"af2b3b2\" 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-b0970b0 elementor-widget elementor-widget-global elementor-global-45718 elementor-global-45495 elementor-widget-jet-breadcrumbs\" data-id=\"b0970b0\" 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\/lu\/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-870c526 elementor-widget elementor-widget-heading\" data-id=\"870c526\" 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\">Take the lead<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-becc3eb elementor-widget__width-initial elementor-widget-mobile__width-inherit elementor-widget elementor-widget-text-editor\" data-id=\"becc3eb\" 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>Since our recruitment consultants are always on the lookout for talent for our partner companies, submit your unsolicited application and we&#8217;ll get back to you if there&#8217;s a position that suits you.<\/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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"unlimited-elements-background-overlay\" data-forid=\"17caa20\" 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_addon11340\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_addon11340 .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_addon11340 .ue-cloned{\nheight: 500px;\nposition: static;\n}\n\n<\/style>\n\n<div id=\"uc_random_background_widget_bg_addon11340\" 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_addon11340\");\n  var rImageItem = rImage.find(\".ue-random-bg-item\");\n  \n  \/\/set image url \n    var rUrlArray = [\n        \"https:\/\/www.harry-hope.com\/lu\/wp-content\/uploads\/sites\/7\/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        \"#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-7223c677 e-flex e-con-boxed e-con e-parent\" data-id=\"7223c677\" 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-54d8adc0 e-flex e-con-boxed e-con e-child\" data-id=\"54d8adc0\" 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\t\t<div class=\"elementor-element elementor-element-a6c9a62 elementor-widget elementor-widget-heading\" data-id=\"a6c9a62\" 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\">Unsolicited application form<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c0fa68 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"5c0fa68\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"New form\" aria-label=\"New form\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"45650\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"5c0fa68\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Unsolicited application - Harry Hope Luxembourg\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"45650\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-radio elementor-field-group elementor-column elementor-field-group-gender elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-gender\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tCivility\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<div class=\"elementor-field-subgroup  elementor-subgroup-inline\"><span class=\"elementor-field-option\"><input type=\"radio\" value=\"M\" id=\"form-field-gender-0\" name=\"form_fields[gender]\" required=\"required\"> <label for=\"form-field-gender-0\">Mr<\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"Ms\" id=\"form-field-gender-1\" name=\"form_fields[gender]\" required=\"required\"> <label for=\"form-field-gender-1\">Mrs<\/label><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-firstname elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-firstname\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tFirst name\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[firstname]\" id=\"form-field-firstname\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"First name\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-name elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tE-mail address\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"exemple@adresse.com\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-phone elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-phone\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPhone\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[phone]\" id=\"form-field-phone\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Phone\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-poste_recherche elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-poste_recherche\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPosition sought\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[poste_recherche]\" id=\"form-field-poste_recherche\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-localisations_recherchees elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-localisations_recherchees\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSearched locations\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"eicon-caret-down\"><\/i>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[localisations_recherchees]\" id=\"form-field-localisations_recherchees\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"01\" selected=\"selected\">Capellen<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"02\">Esch-sur-Alzette<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"03\">Luxembourg<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"04\">Mersch<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"05\">Redange<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"06\">Remich<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"07\">Diekirch<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"08\">Clervaux<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"09\">Vianden<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"10\">Wiltz<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"11\">Echternach<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"12\">Grevenmacher<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-url elementor-field-group elementor-column elementor-field-group-linkedin elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-linkedin\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tLinkedin profile link\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"url\" name=\"form_fields[linkedin]\" id=\"form-field-linkedin\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"https:\/\/\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-upload elementor-field-group elementor-column elementor-field-group-resume elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-resume\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tAdd your CV\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input type=\"file\" name=\"form_fields[resume][]\" id=\"form-field-resume\" class=\"elementor-field elementor-size-sm  elementor-upload-field\" multiple=\"multiple\" data-maxsize=\"1\" data-maxsize-message=\"This file exceeds the maximum allowed size.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_b3f9fb4 elementor-col-100\">\n\t\t\t\t\t<div class=\"input-file-name\"><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-field_8c239bd elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_8c239bd\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tI agree to the processing of my data by Harry Hope.\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-subgroup\">\n\t\t\t<span class=\"elementor-field-option\">\n\t\t\t\t<input type=\"checkbox\" name=\"form_fields[field_8c239bd]\" id=\"form-field-field_8c239bd\" class=\"elementor-field elementor-size-sm  elementor-acceptance-field\" checked=\"checked\">\n\t\t\t\t<label for=\"form-field-field_8c239bd\">(*) This information is intended solely for Harry Hope and will be processed in accordance with the conditions set out in our legal notice.<\/label>\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-country elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[country]\" id=\"form-field-country\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" value=\"lu\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-origine elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[origine]\" id=\"form-field-origine\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-hidden elementor-field-group elementor-column elementor-field-group-provenance elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"hidden\" name=\"form_fields[provenance]\" id=\"form-field-provenance\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_ac002da elementor-col-100 recaptcha_v3-bottomright\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_ac002da\"><div class=\"elementor-g-recaptcha\" data-sitekey=\"6Le2at4pAAAAAKwftvGt-x90gD9ex1mLA7AxLg4-\" data-type=\"v3\" data-action=\"Form\" data-badge=\"bottomright\" data-size=\"invisible\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t\t\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\"><mask id=\"mask0_1209_1631\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"0\" y=\"0\" width=\"24\" height=\"25\"><rect y=\"0.5\" width=\"24\" height=\"24\" fill=\"#D9D9D9\"><\/rect><\/mask><g mask=\"url(#mask0_1209_1631)\"><path d=\"M3 20.5V4.5L22 12.5L3 20.5ZM5 17.5L16.85 12.5L5 7.5V11L11 12.5L5 14V17.5Z\" fill=\"white\"><\/path><\/g><\/svg>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">SEND MY APPLICATION<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-254f657 e-flex e-con-boxed e-con e-parent\" data-id=\"254f657\" 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-1b896a2 e-con-full e-flex e-con e-child\" data-id=\"1b896a2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;,&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t<div class=\"elementor-element elementor-element-1480de5 e-con-full e-flex e-con e-child\" data-id=\"1480de5\" 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-a06cfb5 elementor-widget elementor-widget-heading\" data-id=\"a06cfb5\" 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\">Do you have a <span>question <\/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-417933e e-con-full e-flex e-con e-child\" data-id=\"417933e\" 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-2d38119 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-ucaddon_Bouton_HH_3\" data-id=\"2d38119\" 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\t\t<link id='font-awesome-css' href='https:\/\/www.harry-hope.com\/lu\/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\/lu\/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: 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\/lu\/fr\/contact\/\">\n<button class=\"btn3 btn-primary3\">CONTACT US\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\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Take the lead Since our recruitment consultants are always on the lookout for talent for our partner companies, submit your unsolicited application and we&#8217;ll get back to you if there&#8217;s a position that suits you. Unsolicited application form Do you have a question ? CONTACT US<\/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-45650","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.harry-hope.com\/lu\/en\/wp-json\/wp\/v2\/pages\/45650","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.harry-hope.com\/lu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.harry-hope.com\/lu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.harry-hope.com\/lu\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.harry-hope.com\/lu\/en\/wp-json\/wp\/v2\/comments?post=45650"}],"version-history":[{"count":5,"href":"https:\/\/www.harry-hope.com\/lu\/en\/wp-json\/wp\/v2\/pages\/45650\/revisions"}],"predecessor-version":[{"id":54511,"href":"https:\/\/www.harry-hope.com\/lu\/en\/wp-json\/wp\/v2\/pages\/45650\/revisions\/54511"}],"wp:attachment":[{"href":"https:\/\/www.harry-hope.com\/lu\/en\/wp-json\/wp\/v2\/media?parent=45650"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}