{"id":2862,"date":"2023-02-28T08:46:43","date_gmt":"2023-02-28T07:46:43","guid":{"rendered":"https:\/\/correge.agencepa.com\/contact-2\/"},"modified":"2024-05-13T15:48:49","modified_gmt":"2024-05-13T13:48:49","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/correge.agencepa.com\/en\/contact-us\/","title":{"rendered":"Contact"},"content":{"rendered":"\r\n<section class=\"hero hero--left hero--top\">\r\n\t\t\t<picture class=\"hero__image\">\r\n\t\t\t<source srcset=\"\" media=\"(max-width: 900px)\">\r\n\t\t\t<img decoding=\"async\" src=\"https:\/\/correge.agencepa.com\/app\/uploads\/2023\/05\/Ateliers-021-Ordi-2.jpg\" alt=\"\" title=\"\">\r\n\t\t<\/picture>\r\n\t\t\t<div class=\"hero__content\">\r\n\t\t\t\t<h1 class=\"hero__title\"><br><br \/>\nAny question ? Any quote request ? Join us?<br \/>\nContact us<\/h1>\r\n\t\t\t\t\t<\/div>\r\n<\/section>\r\n\r\n<section class=\"textillus textillus--is-column textillus--extra-small\">\r\n    <div class=\"textillus__text\">\r\n        <h3>Find all of the group&#8217;s entities on the map below<\/h3>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n            <\/div>\r\n    <\/section>\r\n\r\n<section class=\"block-map\">\r\n\r\n\r\n\r\n\t<div class=\"block-map__wrapper\" id=\"map_leeds\" style=\"width: 100%; height: max(500px, 70vh);\">\r\n\t<\/div>\r\n\r\n\t<script>\r\n\t\/\/ Define the location data as a JavaScript variable\r\n\tconst locations = [\r\n\t{\r\n\t\tlat: 39.9995587,\r\n\t\tlong: -75.5907106,\r\n\t\ttitle: 'America Zone<br \/>Thermo Electric Company Inc.',\r\n\t\tdescription: '1193 McDermott Drive West Chester,<br \/>Pennsylvania 19380<br \/>United States of America<br \/><br \/>+1-610-692-7990<br \/>tepasales@te-direct.com',\r\n\t},\r\n\t{\r\n\t\tlat: 49.0131486,\r\n\t\tlong: 1.44433,\r\n\t\ttitle: 'Europe Zone <br \/>CORREGE',\r\n\t\tdescription: 'R.N. 13 - CHAIGNES<br \/>B.P. 55<br \/>27120 PACY-SUR-EURE FRANCE<br \/><br \/>+33 232 262 600<br \/>info@correge.fr',\r\n\t},\r\n\t{\r\n\t\tlat: 28.3757785,\r\n\t\tlong: 76.9109907,\r\n\t\ttitle: 'Asia Zone<br \/>Thermo Electric INDIA Pvt Ltd.',\r\n\t\tdescription: 'Plot #362, Sector-7<br \/>IMT Manesar \u2013 122050<br \/>Gurgaon, Haryana \u2013 India<br \/><br \/>+91-124-400-6371<br \/>teinsales@te-direct.com',\r\n\t},\r\n\t{\r\n\t\tlat: 51.34481,\r\n\t\tlong: 0.72043,\r\n\t\ttitle: 'Thermo Electric UK Ltd.',\r\n\t\tdescription: 'Unit B4 Staplehurst Lodge Industrial Center, Staplehurst Road<br \/>Sittingbourne, Kent, ME10 1XP \u2013 UK<br \/><br \/>+44-1-795-410-414<br \/>teuksales@te-direct.com',\r\n\t},\r\n\t{\r\n\t\tlat: 45.7578,\r\n\t\tlong: 4.8322,\r\n\t\ttitle: 'CORREGE Services',\r\n\t\tdescription: 'ZI. Les Rivets - 42220 BOURG ARGENTAL<br \/><br \/>+33 477 400 030<br \/>info@correge.fr',\r\n\t},];\r\n\r\n\t\/\/ Initialize the Google Map, this function is called as callback by the javascript form the cdn\r\n\tfunction initMap() {\r\n\t\tconst map = new google.maps.Map(document.getElementById(\"map_leeds\"), {\r\n\t\t\tzoom: 8,\r\n\t\t});\r\n\r\n\t\tconst assetDirectory = 'https:\/\/correge.agencepa.com\/app\/themes\/correge\/assets';\r\n\r\n\t\tconst bounds = new google.maps.LatLngBounds();\r\n\r\n\t\t\/\/ Add a marker for each location\r\n\t\tlocations.forEach((location) => {\r\n\t\t\tconst latLng = {\r\n\t\t\t\tlat: location.lat,\r\n\t\t\t\tlng: location.long\r\n\t\t\t};\r\n\t\t\tconst marker = new google.maps.Marker({\r\n\t\t\t\tposition: latLng,\r\n\t\t\t\tmap: map,\r\n\t\t\t\ttitle: location.title,\r\n\t\t\t\ticon: assetDirectory + '\/marker.png'\r\n\t\t\t});\r\n\t\t\tbounds.extend(latLng);\r\n\r\n\t\t\tconst contentString =\r\n\t\t\t\t\"<div>\" +\r\n\t\t\t\t\"<h2>\" +\r\n\t\t\t\tlocation.title +\r\n\t\t\t\t\"<\/h2>\" +\r\n\t\t\t\t\"<p>\" +\r\n\t\t\t\tlocation.description +\r\n\t\t\t\t\"<\/p>\" +\r\n\t\t\t\t\"<\/div>\";\r\n\t\t\tconst infowindow = new google.maps.InfoWindow({\r\n\t\t\t\tcontent: contentString,\r\n\t\t\t});\r\n\r\n\t\t\tmarker.addListener(\"click\", () => {\r\n\t\t\t\tinfowindow.open(map, marker);\r\n\t\t\t});\r\n\r\n\t\t});\r\n\r\n\t\tmap.fitBounds(bounds);\r\n\t}\r\n\t<\/script>\r\n\t<script type=\"text\/javascript\" src=\"https:\/\/maps.googleapis.com\/maps\/api\/js?key=AIzaSyAcpx3fv1zGAc5uQxr0TJLYIF5ozj_Sx6I&#038;callback=initMap\">\r\n\t<\/script>\r\n\r\n<\/section><section class=\"contact-form\">\r\n\t<div class=\"contact-form__wrapper\">\r\n\t\t<script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_1' ><div id='gf_1' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_1' id='gform_1'  action='\/en\/wp-json\/wp\/v2\/pages\/2862#gf_1' data-formid='1' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_19\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_19'>X\/Twitter<\/label><div class='ginput_container'><input name='input_19' id='input_1_19' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_1_19'>This field is for validation purposes and should be left unchanged.<\/div><\/div><div id=\"field_1_1\" class=\"gfield gfield--type-html gfield--input-type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"contact-form__title\"><span>In order to orient your request correctly,<\/span><span>please fill in the fields below :<\/span><\/strong><\/div><fieldset id=\"field_1_3\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full btns-radio gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >WHICH ZONE WOULD YOU LIKE TO CONTACT?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_1_3'><div class='gchoice gchoice_1_3_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_3.1' type='checkbox'  value='ZONE EUROPE'  id='choice_1_3_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_3_1' id='label_1_3_1' class='gform-field-label gform-field-label--type-inline'>ZONE EUROPE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_3_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_3.2' type='checkbox'  value='AMERICAN ZONE'  id='choice_1_3_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_3_2' id='label_1_3_2' class='gform-field-label gform-field-label--type-inline'>AMERICAN ZONE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_3_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_3.3' type='checkbox'  value='ZONE ASIA'  id='choice_1_3_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_3_3' id='label_1_3_3' class='gform-field-label gform-field-label--type-inline'>ZONE ASIA<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_1_4\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full btns-radio gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >WHAT IS YOUR REQUEST ABOUT?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_1_4'><div class='gchoice gchoice_1_4_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_4.1' type='checkbox'  value='DEMANDE DE PRIX CAPTEURS'  id='choice_1_4_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_4_1' id='label_1_4_1' class='gform-field-label gform-field-label--type-inline'>DEMANDE DE PRIX CAPTEURS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_4_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_4.2' type='checkbox'  value='DEMANDE DE PRIX ACCESSOIRES'  id='choice_1_4_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_4_2' id='label_1_4_2' class='gform-field-label gform-field-label--type-inline'>DEMANDE DE PRIX ACCESSOIRES<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_4_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_4.3' type='checkbox'  value='DEMANDES D&#039;INFORMATIONS'  id='choice_1_4_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_4_3' id='label_1_4_3' class='gform-field-label gform-field-label--type-inline'>DEMANDES D&#8217;INFORMATIONS<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_4_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_4.4' type='checkbox'  value='ETALONNAGE'  id='choice_1_4_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_4_4' id='label_1_4_4' class='gform-field-label gform-field-label--type-inline'>ETALONNAGE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_4_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_4.5' type='checkbox'  value='CARTOGRAPHIE'  id='choice_1_4_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_4_5' id='label_1_4_5' class='gform-field-label gform-field-label--type-inline'>CARTOGRAPHIE<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_4_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_4.6' type='checkbox'  value='LABORATOIRE COFRAC'  id='choice_1_4_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_4_6' id='label_1_4_6' class='gform-field-label gform-field-label--type-inline'>LABORATOIRE COFRAC<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_4_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_4.7' type='checkbox'  value='AUTRE'  id='choice_1_4_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_4_7' id='label_1_4_7' class='gform-field-label gform-field-label--type-inline'>AUTRE<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_1_18\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_18'>Produit(s) concern\u00e9(s)<\/label><div class='ginput_container ginput_container_text'><input name='input_18' id='input_1_18' type='text' value='' class='large'  aria-describedby=\"gfield_description_1_18\"  placeholder='Ex : Capteur \u00e0 piquer hygi\u00e9nique...'  aria-invalid=\"false\"   \/><\/div><div class='gfield_description' id='gfield_description_1_18'>Indiquez le ou les produits concern\u00e9s par votre demande.<\/div><\/div><div id=\"field_1_5\" class=\"gfield gfield--type-section gfield--input-type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h3 class=\"gsection_title\"><\/h3><\/div><div id=\"field_1_14\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"contact-form__personal\"><\/div><div id=\"field_1_6\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-five-twelfths gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_6'>Last name First name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_6' id='input_1_6' type='text' value='' class='large'    placeholder='Last name \/ First name*' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_7\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-seven-twelfths gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_7'>Address<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_7' id='input_1_7' type='text' value='' class='large'    placeholder='Address' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_8\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-five-twelfths gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_8'>Company<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_8' id='input_1_8' type='text' value='' class='large'    placeholder='Company *' aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_10\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-seven-twelfths field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_10'>Function<\/label><div class='ginput_container ginput_container_text'><input name='input_10' id='input_1_10' type='text' value='' class='large'    placeholder='Function'  aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_11\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-seven-twelfths field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_11'>E-mail<\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_11' id='input_1_11' type='email' value='' class='large'   placeholder='Email'  aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_1_12\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-five-twelfths field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_12'>Market<\/label><div class='ginput_container ginput_container_text'><input name='input_12' id='input_1_12' type='text' value='' class='large'    placeholder='Market'  aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_13\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_13'>Message<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_13' id='input_1_13' class='textarea large'    placeholder='Message'  aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_1_17\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >RGPD<\/legend><div class='ginput_container ginput_container_consent'><input name='input_17.1' id='input_1_17_1' type='checkbox' value='1'    aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_1_17_1' >Vos donn\u00e9es seront utilis\u00e9es afin de vous contacter pour r\u00e9pondre \u00e0 votre message. Vous pouvez consulter notre politique de confidentialit\u00e9 ici : <a href=\"https:\/\/correge.agencepa.com\/politique-de-confidentialite\/\" target=\"_blank\">Politique de confidentialit\u00e9<\/a><\/label><input type='hidden' name='input_17.2' value='Vos donn\u00e9es seront utilis\u00e9es afin de vous contacter pour r\u00e9pondre \u00e0 votre message. Vous pouvez consulter notre politique de confidentialit\u00e9 ici : &lt;a href=&quot;https:\/\/correge.agencepa.com\/politique-de-confidentialite\/&quot; target=&quot;_blank&quot;&gt;Politique de confidentialit\u00e9&lt;\/a&gt;' class='gform_hidden' \/><input type='hidden' name='input_17.3' value='1' class='gform_hidden' \/><\/div><\/fieldset><div id=\"field_1_15\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><\/div><!--.contact-form__personal--><\/div><div id=\"field_1_16\" class=\"gfield gfield--type-captcha gfield--input-type-captcha gfield--width-full field_sublabel_below gfield--no-description field_description_below hidden_label field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_16'>CAPTCHA<\/label><div id='input_1_16' class='ginput_container ginput_recaptcha' data-sitekey='6LfpKcckAAAAAPI9A83qmDWpaHqjuQW2gzQbmeXS'  data-theme='light' data-tabindex='-1' data-size='invisible' data-badge='bottomright'><\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Send'  \/> <input type='hidden' name='gform_ajax' value='form_id=1&amp;title=&amp;description=&amp;tabindex=0&amp;theme=gravity-theme&amp;hash=06f9cefa36bd95a2a72096d77550235a' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='js7+TQdD88o8oPXj7neFhuOCTFWjI074ACRDvgpY+gdOC3g0WUSuiR94s4aFejWm5bLDsxY97dZCoNRD6W8DPf135vdaVewBnttZ0M1MQ3qmhDk=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJ7XCIxNy4xXCI6XCJmMjE0MDdjMzY2ZWZmNDhkMjM0NDllMjlkMDE1MWNiNFwiLFwiMTcuMlwiOlwiM2ZiMTE3OGY5YTRmMmNlZDU5MTc0N2U4OWIwMWY2ZTBcIixcIjE3LjNcIjpcImYyMTQwN2MzNjZlZmY0OGQyMzQ0OWUyOWQwMTUxY2I0XCJ9IiwiMzc1YWI1YzQzOWI4N2JlMmU3NzEyOWYwMTQzMTQxNDAiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_1' id='gform_ajax_frame_1' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https:\/\/correge.agencepa.com\/app\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https:\/\/correge.agencepa.com\/app\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"1\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_1\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_1\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_1\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 1, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n\t<\/div>\r\n<\/section>\r\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-2862","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/correge.agencepa.com\/en\/wp-json\/wp\/v2\/pages\/2862","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/correge.agencepa.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/correge.agencepa.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/correge.agencepa.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/correge.agencepa.com\/en\/wp-json\/wp\/v2\/comments?post=2862"}],"version-history":[{"count":1,"href":"https:\/\/correge.agencepa.com\/en\/wp-json\/wp\/v2\/pages\/2862\/revisions"}],"predecessor-version":[{"id":2863,"href":"https:\/\/correge.agencepa.com\/en\/wp-json\/wp\/v2\/pages\/2862\/revisions\/2863"}],"wp:attachment":[{"href":"https:\/\/correge.agencepa.com\/en\/wp-json\/wp\/v2\/media?parent=2862"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}