{"id":35795,"date":"2025-03-04T10:03:25","date_gmt":"2025-03-04T10:03:25","guid":{"rendered":"https:\/\/tero3.test.lumisys.eu\/tero-home\/"},"modified":"2025-07-22T09:52:08","modified_gmt":"2025-07-22T09:52:08","slug":"tero-home","status":"publish","type":"page","link":"https:\/\/tero3.test.lumisys.eu\/en\/","title":{"rendered":"Tero Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"35795\" class=\"elementor elementor-35795 elementor-29800\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b86d81d main-hero e-flex e-con-boxed e-con e-parent\" data-id=\"b86d81d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;jet_parallax_layout_list&quot;:[],&quot;background_video_link&quot;:&quot;https:\\\/\\\/tero3.test.lumisys.eu\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/HOMEMPAGE-VIDEO.mp4&quot;,&quot;background_play_on_mobile&quot;:&quot;yes&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-background-video-container\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div><div class=\"elementor-element elementor-element-cadbed6 e-con-full e-flex e-con e-child\" data-id=\"cadbed6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;jet_parallax_layout_list&quot;:[]}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-699f7cd e-con-full e-flex e-con e-child\" data-id=\"699f7cd\" 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-d0e61f3 elementor-widget elementor-widget-heading\" data-id=\"d0e61f3\" 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<h1 class=\"elementor-heading-title elementor-size-default\">live.<br>share.<br>reconnect.<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9b3aea6 e-con-full e-flex e-con e-child\" data-id=\"9b3aea6\" 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-89974f8 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"89974f8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\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-acfca3f elementor-widget elementor-widget-text-editor\" data-id=\"acfca3f\" 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><b>Live<\/b><span style=\"font-weight: 400;\"> thrilling experiences with colleagues or serene beach days with friends and family, <\/span><b>share<\/b><span style=\"font-weight: 400;\"> unforgettable moments, and <\/span><b>reconnect<\/b><span style=\"font-weight: 400;\"> with purpose.<\/span><\/p><p><br style=\"font-weight: 400;\" \/><br style=\"font-weight: 400;\" \/><\/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-3351091 e-con-full e-flex e-con e-child\" data-id=\"3351091\" 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-f9639d1 elementor-widget elementor-widget-html\" data-id=\"f9639d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<a href=\"#first-section\"><span><\/span><\/a>\r\n\r\n<script>\r\n  window.addEventListener(\"load\", function () {\r\n    const link = document.querySelector('a[href=\"#first-section\"]');\r\n    const target = document.querySelector('#first-section');\r\n\r\n    function easeInOutCubic(t) {\r\n      return t < 0.5\r\n        ? 4 * t * t * t\r\n        : 1 - Math.pow(-2 * t + 2, 3) \/ 2;\r\n    }\r\n\r\n    function smoothScrollTo(to, duration) {\r\n      const html = document.documentElement;\r\n\r\n      html.style.scrollBehavior = \"auto\";\r\n\r\n      const start = window.pageYOffset;\r\n      const change = to - start;\r\n      const startTime = performance.now();\r\n\r\n      function animateScroll(currentTime) {\r\n        const timeElapsed = currentTime - startTime;\r\n        const progress = Math.min(timeElapsed \/ duration, 1);\r\n        const ease = easeInOutCubic(progress);\r\n\r\n        window.scrollTo(0, start + change * ease);\r\n\r\n        if (timeElapsed < duration) {\r\n          requestAnimationFrame(animateScroll);\r\n        } else {\r\n\r\n          html.style.scrollBehavior = \"\";\r\n        }\r\n      }\r\n\r\n      requestAnimationFrame(animateScroll);\r\n    }\r\n\r\n    if (link && target) {\r\n      link.addEventListener(\"click\", function (e) {\r\n        e.preventDefault();\r\n        const topOffset = target.getBoundingClientRect().top + window.pageYOffset;\r\n        smoothScrollTo(topOffset, 1500);\r\n      });\r\n    }\r\n  });\r\n<\/script>\r\n\r\n\r\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-60ac9df e-flex e-con-boxed e-con e-parent\" data-id=\"60ac9df\" 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-da774d6 elementor-widget elementor-widget-menu-anchor\" data-id=\"da774d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"menu-anchor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-menu-anchor\" id=\"first-section\"><\/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<div class=\"elementor-element elementor-element-c1fe819 e-flex e-con-boxed e-con e-parent\" data-id=\"c1fe819\" 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-bd1d8e9 e-con-full e-flex e-con e-child\" data-id=\"bd1d8e9\" 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-d24ca1f e-con-full zoom-container e-flex e-con e-child\" data-id=\"d24ca1f\" 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-0edd74c elementor-widget elementor-widget-image\" data-id=\"0edd74c\" 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=\"2048\" height=\"1366\" src=\"https:\/\/tero3.test.lumisys.eu\/wp-content\/uploads\/2025\/03\/SebVandeWalle_Arval_Tero-236-sur-300.webp\" class=\"attachment-full size-full wp-image-29804\" alt=\"\" \/>\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<div class=\"elementor-element elementor-element-ed54e78 e-con-full content e-flex e-con e-child\" data-id=\"ed54e78\" 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-9e54eb0 elementor-widget elementor-widget-heading\" data-id=\"9e54eb0\" 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\">I want to organise an event in a unique and inspiring venue<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5972de0 e-con-full e-flex e-con e-child\" data-id=\"5972de0\" 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-cb45387 elementor-widget elementor-widget-button\" data-id=\"cb45387\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/tero3.test.lumisys.eu\/en\/events\/tailor-made\/private-events\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Private event<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ced81a elementor-widget elementor-widget-button\" data-id=\"9ced81a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/tero3.test.lumisys.eu\/en\/events\/tailor-made\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Corporate event<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2016381 e-con-full zoom-container e-flex e-con e-child\" data-id=\"2016381\" 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-483b5b4 elementor-widget elementor-widget-image\" data-id=\"483b5b4\" 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=\"2048\" height=\"1365\" src=\"https:\/\/tero3.test.lumisys.eu\/wp-content\/uploads\/2024\/09\/CrolleAgency_FarmGames-101-sur-193.webp\" class=\"attachment-full size-full wp-image-22540\" alt=\"\" \/>\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<div class=\"elementor-element elementor-element-9c91702 e-con-full content e-flex e-con e-child\" data-id=\"9c91702\" 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-e0132b6 elementor-widget elementor-widget-heading\" data-id=\"e0132b6\" 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\">I want to organize a unique team building activity with my colleagues<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9a5a90a elementor-widget elementor-widget-button\" data-id=\"9a5a90a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/tero3.test.lumisys.eu\/en\/events\/team-building-activities\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See the activities<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3d0ced3 e-con-full zoom-container e-flex e-con e-child\" data-id=\"3d0ced3\" 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-d2dfd7a elementor-widget elementor-widget-image\" data-id=\"d2dfd7a\" 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=\"1024\" height=\"683\" src=\"https:\/\/tero3.test.lumisys.eu\/wp-content\/uploads\/2025\/05\/Copy-of-Kottage_190426_0391.webp\" class=\"attachment-full size-full wp-image-32097\" alt=\"\" \/>\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<div class=\"elementor-element elementor-element-5f43d51 e-con-full content e-flex e-con e-child\" data-id=\"5f43d51\" 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-66c961c elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"66c961c\" 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\">I'm looking for a venue for a seminar or event<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ec27a79 e-con-full e-flex e-con e-child\" data-id=\"ec27a79\" 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-0dd8509 elementor-widget elementor-widget-button\" data-id=\"0dd8509\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/en\/venues\/event-spaces\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">For one day<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f249132 elementor-widget elementor-widget-button\" data-id=\"f249132\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/en\/venues\/lodges\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">With lodging<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2085f09 e-con-full e-flex e-con e-child\" data-id=\"2085f09\" 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-ff3d4ae e-con-full zoom-container e-flex e-con e-child\" data-id=\"ff3d4ae\" 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-73a6042 elementor-widget elementor-widget-image\" data-id=\"73a6042\" 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=\"1707\" height=\"2560\" src=\"https:\/\/tero3.test.lumisys.eu\/wp-content\/uploads\/2025\/05\/Copy-of-DSC03151-scaled.webp\" class=\"attachment-full size-full wp-image-32101\" alt=\"\" \/>\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<div class=\"elementor-element elementor-element-3911907 e-con-full content e-flex e-con e-child\" data-id=\"3911907\" 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-8c77fb4 elementor-widget elementor-widget-heading\" data-id=\"8c77fb4\" 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\">I'd like to book a table at a restaurant<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-07fa852 elementor-widget elementor-widget-button\" data-id=\"07fa852\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/tero3.test.lumisys.eu\/en\/food\/restaurants\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Choose a restaurant<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a5b032a e-con-full zoom-container e-flex e-con e-child\" data-id=\"a5b032a\" 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<div class=\"elementor-element elementor-element-601142c elementor-widget elementor-widget-image\" data-id=\"601142c\" 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=\"2045\" height=\"1980\" src=\"https:\/\/tero3.test.lumisys.eu\/wp-content\/uploads\/2025\/07\/WhatsApp-Image-2025-06-13-at-22.09.35-1.webp\" class=\"attachment-full size-full wp-image-37394\" alt=\"\" \/>\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<div class=\"elementor-element elementor-element-1287a6a e-con-full content e-flex e-con e-child\" data-id=\"1287a6a\" 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-144b9f2 elementor-widget elementor-widget-heading\" data-id=\"144b9f2\" 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\">I'm looking for a local, sustainable caterer for a private or business event<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ac665cb elementor-widget elementor-widget-button\" data-id=\"ac665cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/tero3.test.lumisys.eu\/en\/food\/catering\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover Teroir Traiteur<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a796621 e-con-full zoom-container e-flex e-con e-child\" data-id=\"a796621\" 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-fe78704 elementor-widget elementor-widget-image\" data-id=\"fe78704\" 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=\"2560\" height=\"1707\" src=\"https:\/\/tero3.test.lumisys.eu\/wp-content\/uploads\/2025\/05\/Copy-of-CrolleAgency_TeroPadel-185-sur-350-scaled.webp\" class=\"attachment-full size-full wp-image-32107\" alt=\"\" \/>\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<div class=\"elementor-element elementor-element-e1ba265 e-con-full content e-flex e-con e-child\" data-id=\"e1ba265\" 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-bd7c596 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"bd7c596\" 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\">I want to play padel at a Tero padel Club or register my child for a padel course<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fe96c11 e-con-full e-flex e-con e-child\" data-id=\"fe96c11\" 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-73908d1 elementor-widget elementor-widget-button\" data-id=\"73908d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/teropadelclub.be\/en\/courts\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book a court<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1a8809 elementor-widget elementor-widget-button\" data-id=\"e1a8809\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/teropadelclub.be\/en\/academy\" target=\"_blank\" rel=\"noopener\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Padel camps<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\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-439def3 e-flex e-con-boxed e-con e-parent\" data-id=\"439def3\" 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-d560fb2 e-con-full e-flex e-con e-child\" data-id=\"d560fb2\" 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-b316f65 elementor-widget elementor-widget-heading\" data-id=\"b316f65\" 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\">latest<br>story<\/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-6f41584 e-con-full e-flex e-con e-child\" data-id=\"6f41584\" 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-6fb9396 e-con-full e-flex e-con e-child\" data-id=\"6fb9396\" 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-0cbe426 elementor-widget elementor-widget-text-editor\" data-id=\"0cbe426\" 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>Are you interested in this topic? There&#8217;s a good chance you&#8217;ll like our newsletter, so&#8230;<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6f31aa9 elementor-button-align-start elementor-tablet-button-align-start elementor-widget elementor-widget-form\" data-id=\"6f31aa9\" 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_mobile&quot;:&quot;50&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=\"35795\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"6f31aa9\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Tero Home - Tero\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"35795\"\/>\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-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_56e1dc0 elementor-col-100 recaptcha_v3-bottomright\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_56e1dc0\"><div class=\"elementor-g-recaptcha\" data-sitekey=\"6LdPd04qAAAAAMkPjL4Wkh3-gTRztCfEj4sNDs_v\" 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-type-hidden elementor-field-group elementor-column elementor-field-group-field_e5e2d11 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[field_e5e2d11]\" id=\"form-field-field_e5e2d11\" class=\"elementor-field elementor-size-xs  elementor-field-textual\" value=\"FR\">\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-last_name elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-last_name\" 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[last_name]\" id=\"form-field-last_name\" class=\"elementor-field elementor-size-xs  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-text elementor-field-group elementor-column elementor-field-group-first_name elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-first_name\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tLast 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[first_name]\" id=\"form-field-first_name\" class=\"elementor-field elementor-size-xs  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-email elementor-field-group elementor-column elementor-field-group-email elementor-col-100 elementor-sm-100 elementor-field-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\tEmail 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-xs  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-acceptance elementor-field-group elementor-column elementor-field-group-consent_checkbox elementor-col-100 elementor-md-100 elementor-sm-100 elementor-field-required\">\n\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[consent_checkbox]\" id=\"form-field-consent_checkbox\" class=\"elementor-field elementor-size-xs  elementor-acceptance-field\" required=\"required\">\n\t\t\t\t<label for=\"form-field-consent_checkbox\">I agree to receive promotional content from Tero<\/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-acceptance elementor-field-group elementor-column elementor-field-group-field_1f6030a elementor-col-100 elementor-md-100 elementor-sm-100 elementor-field-required\">\n\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_1f6030a]\" id=\"form-field-field_1f6030a\" class=\"elementor-field elementor-size-xs  elementor-acceptance-field\" required=\"required\">\n\t\t\t\t<label for=\"form-field-field_1f6030a\">I consent to my data being processed for contact purposes, as indicated in the <a href=\"\/en\/privacy-policy\/\">privacy policy<\/a>.<\/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-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons elementor-sm-50\">\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\t\t\t\t\t\t\t<span class=\"elementor-button-text\">I register<\/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<\/div>\n\t\t<div class=\"elementor-element elementor-element-458cf90 e-con-full e-flex e-con e-child\" data-id=\"458cf90\" 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-14d18bb elementor-widget elementor-widget-jet-listing-grid\" data-id=\"14d18bb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;columns&quot;:&quot;1&quot;}\" data-widget_type=\"jet-listing-grid.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-listing-grid jet-listing\"><div class=\"jet-listing-grid__items grid-col-desk-1 grid-col-tablet-1 grid-col-mobile-1 jet-listing-grid--29696\" data-queried-id=\"35795|WP_Post\" data-nav=\"{&quot;enabled&quot;:false,&quot;type&quot;:null,&quot;more_el&quot;:null,&quot;query&quot;:[],&quot;widget_settings&quot;:{&quot;lisitng_id&quot;:29696,&quot;posts_num&quot;:1,&quot;columns&quot;:1,&quot;columns_tablet&quot;:1,&quot;columns_mobile&quot;:1,&quot;column_min_width&quot;:240,&quot;column_min_width_tablet&quot;:240,&quot;column_min_width_mobile&quot;:240,&quot;inline_columns_css&quot;:false,&quot;is_archive_template&quot;:&quot;&quot;,&quot;post_status&quot;:[&quot;publish&quot;],&quot;use_random_posts_num&quot;:&quot;&quot;,&quot;max_posts_num&quot;:9,&quot;not_found_message&quot;:&quot;No data was found&quot;,&quot;is_masonry&quot;:false,&quot;equal_columns_height&quot;:&quot;&quot;,&quot;use_load_more&quot;:&quot;&quot;,&quot;load_more_id&quot;:&quot;&quot;,&quot;load_more_type&quot;:&quot;click&quot;,&quot;load_more_offset&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;use_custom_post_types&quot;:&quot;&quot;,&quot;custom_post_types&quot;:[],&quot;hide_widget_if&quot;:&quot;&quot;,&quot;carousel_enabled&quot;:&quot;&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;arrows&quot;:&quot;true&quot;,&quot;arrow_icon&quot;:&quot;fa fa-angle-left&quot;,&quot;dots&quot;:&quot;&quot;,&quot;autoplay&quot;:&quot;true&quot;,&quot;pause_on_hover&quot;:&quot;true&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;true&quot;,&quot;center_mode&quot;:&quot;&quot;,&quot;effect&quot;:&quot;slide&quot;,&quot;speed&quot;:500,&quot;inject_alternative_items&quot;:&quot;&quot;,&quot;injection_items&quot;:[],&quot;scroll_slider_enabled&quot;:&quot;&quot;,&quot;scroll_slider_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;custom_query&quot;:false,&quot;custom_query_id&quot;:&quot;&quot;,&quot;_element_id&quot;:&quot;&quot;,&quot;collapse_first_last_gap&quot;:false,&quot;list_tag_selection&quot;:&quot;&quot;,&quot;list_items_wrapper_tag&quot;:&quot;div&quot;,&quot;list_item_tag&quot;:&quot;div&quot;,&quot;empty_items_wrapper_tag&quot;:&quot;div&quot;}}\" data-page=\"1\" data-pages=\"47\" data-listing-source=\"posts\" data-listing-id=\"29696\" data-query-id=\"\"><div class=\"jet-listing-grid__item jet-listing-dynamic-post-42119\" data-post-id=\"42119\"  ><style type=\"text\/css\">.jet-listing-dynamic-post-42119 .elementor-element.elementor-element-15cc846:not(.elementor-motion-effects-element-type-background), .jet-listing-dynamic-post-42119 .elementor-element.elementor-element-15cc846 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url(\"https:\/\/tero3.test.lumisys.eu\/wp-content\/uploads\/2025\/01\/TheTribe-102-sur-204-scaled-1.webp\");}<\/style>\t\t<div data-elementor-type=\"jet-listing-items\" data-elementor-id=\"36580\" class=\"elementor elementor-36580 elementor-29696\" data-elementor-post-type=\"jet-engine\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5064a3 e-flex e-con-boxed e-con e-parent\" data-id=\"d5064a3\" 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-15cc846 e-con-full e-flex e-con e-child\" data-id=\"15cc846\" 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<div class=\"elementor-element elementor-element-ae3ae58 elementor-widget elementor-widget-heading\" data-id=\"ae3ae58\" 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\">Afterwork, teambuilding ou d\u00eener ? Quel format choisir pour votre rentr\u00e9e d\u2019\u00e9quipe ?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-83deea7 elementor-widget elementor-widget-heading\" data-id=\"83deea7\" 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\"><p>Septembre arrive. Les agendas se remplissent. Et dans un coin de votre t\u00eate, une question revient : &#8220;On fait quoi cette ann\u00e9e pour la rentr\u00e9e ?&#8221; Afterwork sympa ? Journ\u00e9e...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d47dbd e-con-full e-flex e-con e-child\" data-id=\"5d47dbd\" 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-06ca76e elementor-widget elementor-widget-button\" data-id=\"06ca76e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/tero3.test.lumisys.eu\/en\/news\/afterwork-teambuilding-ou-diner-quel-format-choisir-pour-votre-rentree-dequipe\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Discover more<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2228f70 elementor-share-buttons--view-icon elementor-share-buttons--skin-flat elementor-share-buttons--color-custom elementor-share-buttons--shape-rounded elementor-grid-0 elementor-widget elementor-widget-share-buttons\" data-id=\"2228f70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"share-buttons.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-grid\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-grid-item\">\n\t\t\t\t\t\t<div class=\"elementor-share-btn elementor-share-btn_linkedin\" role=\"button\" tabindex=\"0\" aria-label=\"Share on linkedin\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-share-btn__icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fab-linkedin\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z\"><\/path><\/svg>\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\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\t\t<\/div>\n\t\t<\/div><\/div><\/div>\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-e3fcd00 e-flex e-con-boxed e-con e-parent\" data-id=\"e3fcd00\" 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-20c9145 elementor-widget elementor-widget-heading\" data-id=\"20c9145\" 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\">Tero is...<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36114fe elementor-widget elementor-widget-text-editor\" data-id=\"36114fe\" 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>\u2026 <a href=\"\/en\/venues\">17 exceptional venues<\/a>, 25 years of expertise in organising <a href=\"\/en\/events\">events<\/a> and <a href=\"\/en\/events\/team-building-activities\/\">team building<\/a>, a \u201cfarm to fork\u201d food offer that you can discover in our <a href=\"\/en\/food\/restaurants\/\">restaurants<\/a> or with our <a href=\"\/en\/food\/catering\/\">caterer<\/a>, and major <a href=\"\/en\/sports\/organisation\/\">sports events<\/a>.<\/p>\n<p>It is also about acting with ambition and realism to make a positive <a href=\"\/en\/our-commitments\/\">impact<\/a> in the face of major social and environmental challenges.<\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b94671 e-con-full e-flex e-con e-parent\" data-id=\"2b94671\" 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-9252dee elementor-widget elementor-widget-jet-engine-maps-listing\" data-id=\"9252dee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"jet-engine-maps-listing.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"jet-map-listing jet-listing-grid--6333 google-provider\" data-init=\"{&quot;zoomControl&quot;:true,&quot;fullscreenControl&quot;:true,&quot;streetViewControl&quot;:false,&quot;mapTypeControl&quot;:false}\" data-markers=\"[{&quot;id&quot;:36339,&quot;latLang&quot;:{&quot;lat&quot;:&quot;50.8294726&quot;,&quot;lng&quot;:&quot;4.3636734&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:36343,&quot;latLang&quot;:{&quot;lat&quot;:&quot;49.650375&quot;,&quot;lng&quot;:&quot;5.823212499999999&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:35833,&quot;latLang&quot;:{&quot;lat&quot;:&quot;50.16114220000001&quot;,&quot;lng&quot;:&quot;5.222677000000001&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:36352,&quot;latLang&quot;:{&quot;lat&quot;:&quot;50.684577&quot;,&quot;lng&quot;:&quot;4.575266099999999&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:36365,&quot;latLang&quot;:{&quot;lat&quot;:&quot;49.6127115&quot;,&quot;lng&quot;:&quot;6.1322879&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:36384,&quot;latLang&quot;:{&quot;lat&quot;:&quot;51.355734&quot;,&quot;lng&quot;:&quot;3.3149637&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:36401,&quot;latLang&quot;:{&quot;lat&quot;:&quot;49.7239912&quot;,&quot;lng&quot;:&quot;5.3094905&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:36396,&quot;latLang&quot;:{&quot;lat&quot;:&quot;50.7342435&quot;,&quot;lng&quot;:&quot;4.4216587&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:36434,&quot;latLang&quot;:{&quot;lat&quot;:&quot;49.6126374&quot;,&quot;lng&quot;:&quot;6.1425347&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:36374,&quot;latLang&quot;:{&quot;lat&quot;:&quot;51.3580598&quot;,&quot;lng&quot;:&quot;3.3094506&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:36390,&quot;latLang&quot;:{&quot;lat&quot;:&quot;50.8301525&quot;,&quot;lng&quot;:&quot;4.355814000000001&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:28584,&quot;latLang&quot;:{&quot;lat&quot;:&quot;50.15467839999999&quot;,&quot;lng&quot;:&quot;5.2217325&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:9780,&quot;latLang&quot;:{&quot;lat&quot;:&quot;49.7959355&quot;,&quot;lng&quot;:&quot;5.216634&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:9788,&quot;latLang&quot;:{&quot;lat&quot;:&quot;50.4882263&quot;,&quot;lng&quot;:&quot;5.9656423&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:9792,&quot;latLang&quot;:{&quot;lat&quot;:&quot;50.4621545&quot;,&quot;lng&quot;:&quot;5.9748803&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1},{&quot;id&quot;:9804,&quot;latLang&quot;:{&quot;lat&quot;:&quot;50.44762&quot;,&quot;lng&quot;:&quot;5.9758263&quot;},&quot;label&quot;:false,&quot;custom_marker&quot;:false,&quot;geo_query_distance&quot;:-1}]\" data-general=\"{&quot;api&quot;:&quot;https:\\\/\\\/tero3.test.lumisys.eu\\\/en\\\/wp-json\\\/jet-engine\\\/v2\\\/get-map-marker-info\\\/&quot;,&quot;restNonce&quot;:&quot;36b948f471&quot;,&quot;listingID&quot;:6333,&quot;source&quot;:&quot;posts&quot;,&quot;width&quot;:320,&quot;offset&quot;:40,&quot;clustererImg&quot;:&quot;https:\\\/\\\/tero3.test.lumisys.eu\\\/wp-content\\\/plugins\\\/jet-engine\\\/includes\\\/modules\\\/maps-listings\\\/assets\\\/lib\\\/markerclustererplus\\\/img\\\/m&quot;,&quot;marker&quot;:{&quot;type&quot;:&quot;icon&quot;,&quot;html&quot;:&quot;&lt;div class=\\&quot;jet-map-marker jet-map-marker-default apply-fill is-svg-icon\\&quot;&gt;&lt;svg xmlns=\\&quot;http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\&quot; width=\\&quot;46\\&quot; height=\\&quot;56\\&quot; viewBox=\\&quot;0 0 46 56\\&quot; fill=\\&quot;none\\&quot; style=\\&quot;fill: #000000; color: #000000;\\&quot;&gt;&lt;path d=\\&quot;M21.3023 54.6192L21.6026 55H22.0876H23.9123H24.3973L24.6976 54.6192L40.5134 34.5611C40.5141 34.5602 40.5149 34.5593 40.5156 34.5583C41.0611 33.8772 41.5672 33.1576 42.0206 32.4183L42.0206 32.4182C43.9688 29.2408 45 25.6059 45 21.9062C45 10.3279 35.0807 1 23 1C10.9193 1 1 10.3279 1 21.9062C1 25.6059 2.03122 29.2408 3.97937 32.4181C4.43263 33.1574 4.93874 33.8771 5.48438 34.5582C5.48516 34.5592 5.48595 34.5602 5.48673 34.5612L21.3023 54.6192Z\\&quot; fill=\\&quot;#000000\\&quot; stroke=\\&quot;white\\&quot; stroke-width=\\&quot;2\\&quot;&gt;&lt;\\\/path&gt;&lt;circle cx=\\&quot;23\\&quot; cy=\\&quot;18.0616\\&quot; r=\\&quot;9\\&quot; fill=\\&quot;white\\&quot;&gt;&lt;\\\/circle&gt;&lt;circle cx=\\&quot;23\\&quot; cy=\\&quot;18.0616\\&quot; r=\\&quot;4.8\\&quot; fill=\\&quot;#000000\\&quot;&gt;&lt;\\\/circle&gt;&lt;rect x=\\&quot;32\\&quot; y=\\&quot;31.5618\\&quot; width=\\&quot;4.43833\\&quot; height=\\&quot;18\\&quot; transform=\\&quot;rotate(90 32 31.5618)\\&quot; fill=\\&quot;white\\&quot;&gt;&lt;\\\/rect&gt;&lt;\\\/svg&gt;&lt;\\\/div&gt;&quot;},&quot;autoCenter&quot;:true,&quot;maxZoom&quot;:16,&quot;minZoom&quot;:false,&quot;customCenter&quot;:false,&quot;customZoom&quot;:8,&quot;popupPreloader&quot;:false,&quot;querySeparator&quot;:&quot;?&quot;,&quot;markerClustering&quot;:false,&quot;clusterMaxZoom&quot;:&quot;&quot;,&quot;clusterRadius&quot;:&quot;&quot;,&quot;popupOpenOn&quot;:&quot;click&quot;,&quot;centeringOnOpen&quot;:false,&quot;zoomOnOpen&quot;:false,&quot;advanced&quot;:{&quot;zoom_control&quot;:&quot;auto&quot;}}\" data-listing-source=\"query\" data-query-id=\"32\" data-queried-id=\"35795|WP_Post\"><\/div>\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","protected":false},"excerpt":{"rendered":"<p>live.share.reconnect. Live thrilling experiences with colleagues or serene beach days with friends and family, share unforgettable moments, and reconnect with purpose. I want to organise an event in a unique and inspiring venue Private event Corporate event I want to organize a unique team building activity with my colleagues See the activities I&#8217;m looking for [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_mo_disable_npp":"","inline_featured_image":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-35795","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tero3.test.lumisys.eu\/en\/wp-json\/wp\/v2\/pages\/35795","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tero3.test.lumisys.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tero3.test.lumisys.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tero3.test.lumisys.eu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tero3.test.lumisys.eu\/en\/wp-json\/wp\/v2\/comments?post=35795"}],"version-history":[{"count":23,"href":"https:\/\/tero3.test.lumisys.eu\/en\/wp-json\/wp\/v2\/pages\/35795\/revisions"}],"predecessor-version":[{"id":37794,"href":"https:\/\/tero3.test.lumisys.eu\/en\/wp-json\/wp\/v2\/pages\/35795\/revisions\/37794"}],"wp:attachment":[{"href":"https:\/\/tero3.test.lumisys.eu\/en\/wp-json\/wp\/v2\/media?parent=35795"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tero3.test.lumisys.eu\/en\/wp-json\/wp\/v2\/categories?post=35795"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tero3.test.lumisys.eu\/en\/wp-json\/wp\/v2\/tags?post=35795"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}