{"id":85,"date":"2025-03-24T22:34:48","date_gmt":"2025-03-24T22:34:48","guid":{"rendered":"https:\/\/retreats.tungxten.com\/?page_id=85"},"modified":"2026-01-20T20:39:22","modified_gmt":"2026-01-20T18:39:22","slug":"contact","status":"publish","type":"page","link":"https:\/\/retreats.tungxten.com\/en\/contact\/","title":{"rendered":"Get in touch"},"content":{"rendered":"<div class=\"wp-block-cover alignwide is-light\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"426\" class=\"wp-block-cover__image-background wp-image-285 size-large\" alt=\"\" src=\"https:\/\/retreats.tungxten.com\/wp-content\/uploads\/2025\/04\/IMG_8519-1024x426.jpeg\" data-object-fit=\"cover\" srcset=\"https:\/\/retreats.tungxten.com\/wp-content\/uploads\/2025\/04\/IMG_8519-1024x426.jpeg 1024w, https:\/\/retreats.tungxten.com\/wp-content\/uploads\/2025\/04\/IMG_8519-300x125.jpeg 300w, https:\/\/retreats.tungxten.com\/wp-content\/uploads\/2025\/04\/IMG_8519-768x319.jpeg 768w, https:\/\/retreats.tungxten.com\/wp-content\/uploads\/2025\/04\/IMG_8519-1536x639.jpeg 1536w, https:\/\/retreats.tungxten.com\/wp-content\/uploads\/2025\/04\/IMG_8519-2048x852.jpeg 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\" style=\"background-color:#a0896a\"><\/span><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-large-font-size\"><\/p>\n<\/div><\/div>\n\n\n\n<h1 class=\"wp-block-heading\">Get in touch<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\"><br>Begin with a first calm and confidential conversation<\/h2>\n\n\n\n<p>The simplest way to begin is with a brief, confidential message through the form below.<\/p>\n\n\n\n<p>You don\u2019t need to share your full name \u2013 just an initial is enough. Your message comes directly to me, and I will reply personally. There is no mailing list, no automated follow\u2011up.<\/p>\n\n\n\n<p>Please share whatever feels relevant about your situation, your timing and what you are looking for in a retreat. <br><br>All messages are treated in strict confidence.<\/p>\n\n\n\n<div id=\"availability\"><\/div>\n\n\n\n<!-- Bouton pour afficher le formulaire -->\n<button onclick=\"toggleForm()\" class=\"custom-button\">Let's connect<\/button>\n\n<!-- Conteneur du formulaire -->\n<div id=\"contact-form-container\" class=\"fade-form hidden\">\n  <form id=\"contactForm\" class=\"contact-form\" action=\"\">\n    <label>Your name<br>\n      <input type=\"text\" name=\"name\" required>\n    <\/label>\n    <label>Email<br>\n      <input type=\"email\" name=\"_replyto\" required>\n    <\/label>\n    <label>What would you like to share?<br>\n      <textarea name=\"message\" rows=\"5\" required><\/textarea>\n    <\/label>\n    <button type=\"submit\" class=\"custom-button\">Send your message<\/button>\n  <input type=\"hidden\" name=\"trp-form-language\" value=\"en\"\/><\/form>\n  <div id=\"confirmationMessage\" class=\"confirmation hidden\">\n    Thank you for your message. I will reply to you personally, with care, as soon as possible (within 48 hours at the latest).\n  <\/div>\n<\/div>\n\n<!-- Style complet -->\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Lato:wght@300;400;700&family=Playfair+Display&display=swap');\n\n  body {\n    font-family: 'Lato', sans-serif;\n    background-color: #ffffff;\n    color: #333;\n  }\n\n  .custom-button {\n    display: block;\n    margin: 30px auto;\n    background-color: #3d5a40;\n    color: #fff;\n    border: none;\n    padding: 12px 24px;\n    border-radius: 25px;\n    font-size: 16px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    font-family: 'Playfair Display', serif;\n    box-shadow: 0 2px 6px rgba(0,0,0,0.1);\n  }\n\n  .custom-button:hover {\n    background-color: #5e7a60;\n  }\n\n  .fade-form {\n    max-width: 600px;\n    margin: 30px auto;\n    padding: 40px;\n    background: #f9f7f4;\n    border: 1px solid #e0ddd9;\n    border-radius: 16px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.07);\n    transition: all 0.5s ease;\n  }\n\n  .hidden {\n    display: none;\n  }\n\n  .visible {\n    display: block;\n  }\n\n  .contact-form label {\n    display: block;\n    margin-bottom: 20px;\n    font-weight: 600;\n    color: #3d3d3d;\n    font-size: 16px;\n  }\n\n  .contact-form input,\n  .contact-form textarea {\n    width: 100%;\n    padding: 14px;\n    border-radius: 10px;\n    border: 1px solid #ccc;\n    background-color: #fff;\n    font-size: 16px;\n    margin-top: 6px;\n    font-family: 'Lato', sans-serif;\n  }\n\n  .contact-form textarea {\n    resize: vertical;\n  }\n\n  .confirmation {\n    text-align: center;\n    padding: 20px;\n    margin-top: 20px;\n    font-size: 18px;\n    font-family: 'Playfair Display', serif;\n    color: #3d5a40;\n    background-color: #edf2ec;\n    border: 1px solid #cbdac4;\n    border-radius: 12px;\n    opacity: 0;\n    transform: translateY(10px);\n    transition: opacity 0.6s ease, transform 0.6s ease;\n  }\n\n  .confirmation.visible {\n    opacity: 1;\n    transform: translateY(0);\n  }\n<\/style>\n\n<!-- Script JS -->\n<script>\n  function toggleForm() {\n    const form = document.getElementById(\"contact-form-container\");\n    form.classList.toggle(\"visible\");\n    form.classList.toggle(\"hidden\");\n  }\n\n  const form = document.getElementById('contactForm');\n  const confirmation = document.getElementById('confirmationMessage');\n\n  form.addEventListener('submit', function (e) {\n    e.preventDefault();\n\n    const formData = new FormData(form);\n\n    fetch('https:\/\/formspree.io\/f\/xrbpygzw', {\n      method: 'POST',\n      headers: { 'Accept': 'application\/json' },\n      body: formData\n    })\n    .then(response => {\n      if (response.ok) {\n        form.classList.add('hidden');\n        confirmation.classList.remove('hidden');\n        setTimeout(() => {\n          confirmation.classList.add('visible');\n        }, 10);\n      } else {\n        alert(\"Une erreur s\u2019est produite. Veuillez r\u00e9essayer.\");\n      }\n    })\n    .catch(error => {\n      alert(\"Erreur d'envoi. Merci de r\u00e9essayer plus tard.\");\n    });\n  });\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Contact Commencer par une premi\u00e8re conversation calme et confidentielle La mani\u00e8re la plus simple de commencer est de m\u2019envoyer un bref message confidentiel via le formulaire ci\u2011dessous. Vous n\u2019avez pas besoin d\u2019indiquer votre nom complet \u2013 une initiale suffit. Votre message arrive directement \u00e0 moi, et je vous r\u00e9pondrai personnellement. Il n\u2019y a ni liste [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-85","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact - Retraites transformationnelles en Sicile<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/retreats.tungxten.com\/en\/contact\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact - Retraites transformationnelles en Sicile\" \/>\n<meta property=\"og:description\" content=\"Contact Commencer par une premi\u00e8re conversation calme et confidentielle La mani\u00e8re la plus simple de commencer est de m\u2019envoyer un bref message confidentiel via le formulaire ci\u2011dessous. Vous n\u2019avez pas besoin d\u2019indiquer votre nom complet \u2013 une initiale suffit. Votre message arrive directement \u00e0 moi, et je vous r\u00e9pondrai personnellement. Il n\u2019y a ni liste [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/retreats.tungxten.com\/en\/contact\/\" \/>\n<meta property=\"og:site_name\" content=\"Retraites transformationnelles en Sicile\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-20T18:39:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/retreats.tungxten.com\/wp-content\/uploads\/2025\/04\/IMG_8519-scaled.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1065\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/retreats.tungxten.com\\\/contact\\\/\",\"url\":\"https:\\\/\\\/retreats.tungxten.com\\\/contact\\\/\",\"name\":\"Contact - Retraites transformationnelles en Sicile\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/retreats.tungxten.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/retreats.tungxten.com\\\/contact\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/retreats.tungxten.com\\\/contact\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/retreats.tungxten.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/IMG_8519-1024x426.jpeg\",\"datePublished\":\"2025-03-24T22:34:48+00:00\",\"dateModified\":\"2026-01-20T18:39:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/retreats.tungxten.com\\\/contact\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/retreats.tungxten.com\\\/contact\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/retreats.tungxten.com\\\/contact\\\/#primaryimage\",\"url\":\"https:\\\/\\\/retreats.tungxten.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/IMG_8519-1024x426.jpeg\",\"contentUrl\":\"https:\\\/\\\/retreats.tungxten.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/IMG_8519-1024x426.jpeg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/retreats.tungxten.com\\\/contact\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/retreats.tungxten.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/retreats.tungxten.com\\\/#website\",\"url\":\"https:\\\/\\\/retreats.tungxten.com\\\/\",\"name\":\"Retraites transformationnelles en Sicile\",\"description\":\"Et si ralentir \u00e9tait le d\u00e9but de votre vraie r\u00e9ussite?\",\"publisher\":{\"@id\":\"https:\\\/\\\/retreats.tungxten.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/retreats.tungxten.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/retreats.tungxten.com\\\/#organization\",\"name\":\"Retraites transformationnelles en Sicile\",\"url\":\"https:\\\/\\\/retreats.tungxten.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/retreats.tungxten.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/retreats.tungxten.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/cropped-IMG_3070-scaled-e1743169373749-1.jpeg\",\"contentUrl\":\"https:\\\/\\\/retreats.tungxten.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/cropped-IMG_3070-scaled-e1743169373749-1.jpeg\",\"width\":1061,\"height\":1007,\"caption\":\"Retraites transformationnelles en Sicile\"},\"image\":{\"@id\":\"https:\\\/\\\/retreats.tungxten.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact - Retraites transformationnelles en Sicile","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/retreats.tungxten.com\/en\/contact\/","og_locale":"en_GB","og_type":"article","og_title":"Contact - Retraites transformationnelles en Sicile","og_description":"Contact Commencer par une premi\u00e8re conversation calme et confidentielle La mani\u00e8re la plus simple de commencer est de m\u2019envoyer un bref message confidentiel via le formulaire ci\u2011dessous. Vous n\u2019avez pas besoin d\u2019indiquer votre nom complet \u2013 une initiale suffit. Votre message arrive directement \u00e0 moi, et je vous r\u00e9pondrai personnellement. Il n\u2019y a ni liste [&hellip;]","og_url":"https:\/\/retreats.tungxten.com\/en\/contact\/","og_site_name":"Retraites transformationnelles en Sicile","article_modified_time":"2026-01-20T18:39:22+00:00","og_image":[{"width":2560,"height":1065,"url":"https:\/\/retreats.tungxten.com\/wp-content\/uploads\/2025\/04\/IMG_8519-scaled.jpeg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/retreats.tungxten.com\/contact\/","url":"https:\/\/retreats.tungxten.com\/contact\/","name":"Contact - Retraites transformationnelles en Sicile","isPartOf":{"@id":"https:\/\/retreats.tungxten.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/retreats.tungxten.com\/contact\/#primaryimage"},"image":{"@id":"https:\/\/retreats.tungxten.com\/contact\/#primaryimage"},"thumbnailUrl":"https:\/\/retreats.tungxten.com\/wp-content\/uploads\/2025\/04\/IMG_8519-1024x426.jpeg","datePublished":"2025-03-24T22:34:48+00:00","dateModified":"2026-01-20T18:39:22+00:00","breadcrumb":{"@id":"https:\/\/retreats.tungxten.com\/contact\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/retreats.tungxten.com\/contact\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/retreats.tungxten.com\/contact\/#primaryimage","url":"https:\/\/retreats.tungxten.com\/wp-content\/uploads\/2025\/04\/IMG_8519-1024x426.jpeg","contentUrl":"https:\/\/retreats.tungxten.com\/wp-content\/uploads\/2025\/04\/IMG_8519-1024x426.jpeg"},{"@type":"BreadcrumbList","@id":"https:\/\/retreats.tungxten.com\/contact\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/retreats.tungxten.com\/"},{"@type":"ListItem","position":2,"name":"Contact"}]},{"@type":"WebSite","@id":"https:\/\/retreats.tungxten.com\/#website","url":"https:\/\/retreats.tungxten.com\/","name":"Transformational retreats in Sicily","description":"What if slowing down were the beginning of your true success?","publisher":{"@id":"https:\/\/retreats.tungxten.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/retreats.tungxten.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/retreats.tungxten.com\/#organization","name":"Transformational retreats in Sicily","url":"https:\/\/retreats.tungxten.com\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/retreats.tungxten.com\/#\/schema\/logo\/image\/","url":"https:\/\/retreats.tungxten.com\/wp-content\/uploads\/2025\/03\/cropped-IMG_3070-scaled-e1743169373749-1.jpeg","contentUrl":"https:\/\/retreats.tungxten.com\/wp-content\/uploads\/2025\/03\/cropped-IMG_3070-scaled-e1743169373749-1.jpeg","width":1061,"height":1007,"caption":"Retraites transformationnelles en Sicile"},"image":{"@id":"https:\/\/retreats.tungxten.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/retreats.tungxten.com\/en\/wp-json\/wp\/v2\/pages\/85","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/retreats.tungxten.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/retreats.tungxten.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/retreats.tungxten.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/retreats.tungxten.com\/en\/wp-json\/wp\/v2\/comments?post=85"}],"version-history":[{"count":40,"href":"https:\/\/retreats.tungxten.com\/en\/wp-json\/wp\/v2\/pages\/85\/revisions"}],"predecessor-version":[{"id":1739,"href":"https:\/\/retreats.tungxten.com\/en\/wp-json\/wp\/v2\/pages\/85\/revisions\/1739"}],"wp:attachment":[{"href":"https:\/\/retreats.tungxten.com\/en\/wp-json\/wp\/v2\/media?parent=85"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}