{"id":8298,"date":"2026-05-07T13:17:03","date_gmt":"2026-05-07T13:17:03","guid":{"rendered":"https:\/\/meereen-habitat.lu\/damp-quote-thank-you\/"},"modified":"2026-09-16T21:42:48","modified_gmt":"2026-09-16T21:42:48","slug":"damp-quote-thank-you","status":"publish","type":"page","link":"https:\/\/meereen-habitat.lu\/en\/damp-quote-thank-you\/","title":{"rendered":"Damp Quote Thank You"},"content":{"rendered":"\n<!-- ===========================================================\n     PAGE DE REMERCIEMENT - Meereen Habitat\n     \u00c0 coller dans un widget HTML Elementor sur une page \/merci-devis\/\n     Cette page doit \u00eatre configur\u00e9e comme URL de redirection \n     dans Fluent Forms apr\u00e8s soumission du formulaire.\n     \n     \u26a0\ufe0f CONFIGURATION GOOGLE ADS :\n     - C'est ICI que tu dois ins\u00e9rer ta balise de conversion Google Reviews Ads.\n     - L'emplacement est marqu\u00e9 plus bas dans le code.\n     =========================================================== -->\n\n<!-- =============================================================\n     \ud83c\udfaf INS\u00c8RE TA BALISE DE CONVERSION GOOGLE ADS ICI \n     (juste avant les styles, dans le <head> de la page id\u00e9alement,\n     mais \u00e7a fonctionne aussi ici)\n     \n     Exemple :\n     <script>\n       gtag('event', 'conversion', {\n         'send_to': 'AW-XXXXXXXXX\/XXXXXXXXXXXXXXXXXX',\n         'value': 1.0,\n         'currency': 'EUR'\n       });\n     <\/script>\n     ============================================================= -->\n\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&#038;family=Inter:wght@400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n\/* ====== RESET SCOP\u00c9 ====== *\/\n.mh-ty, .mh-ty * { box-sizing: border-box; }\n.mh-ty {\n  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n  color: #4a5266;\n  line-height: 1.65;\n  font-size: 16px;\n  -webkit-font-smoothing: antialiased;\n  background: #fdfcfa;\n  min-height: 100vh;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  padding: 60px 24px;\n  position: relative;\n  overflow: hidden;\n}\n.mh-ty h1, .mh-ty h2, .mh-ty h3 {\n  font-family: 'DM Serif Display', Georgia, 'Times New Roman', serif;\n  margin: 0 0 16px;\n  line-height: 1.15;\n  font-weight: 400;\n  color: #1f2e4d;\n  letter-spacing: -0.5px;\n}\n.mh-ty p { margin: 0 0 12px; }\n.mh-ty a { text-decoration: none; }\n.mh-ty strong { font-weight: 700; color: #1f2e4d; }\n\n\/* ====== VARIABLES (charte Meereen) ====== *\/\n.mh-ty {\n  --red: #c8102e;\n  --red-dark: #a30d25;\n  --red-soft: #fde7eb;\n  --navy: #1f2e4d;\n  --text: #4a5266;\n  --text-light: #6b7280;\n  --bg: #fdfcfa;\n  --bg-warm: #faf6f0;\n  --pastel-yellow: #fdf3d9;\n  --border: #ece8e0;\n  --shadow: 0 8px 30px rgba(31, 46, 77, 0.08);\n  --shadow-lg: 0 20px 50px rgba(31, 46, 77, 0.12);\n}\n\n\/* ====== D\u00c9CORATIONS DE FOND ====== *\/\n.mh-ty::before {\n  content: \"\";\n  position: absolute;\n  top: -150px; left: -150px;\n  width: 400px; height: 400px;\n  background: repeating-linear-gradient(\n    45deg,\n    var(--red-soft),\n    var(--red-soft) 6px,\n    transparent 6px,\n    transparent 14px\n  );\n  border-radius: 50%;\n  opacity: 0.6;\n  pointer-events: none;\n}\n.mh-ty::after {\n  content: \"\";\n  position: absolute;\n  bottom: -200px; right: -200px;\n  width: 500px; height: 500px;\n  background: var(--pastel-yellow);\n  border-radius: 50%;\n  opacity: 0.4;\n  pointer-events: none;\n}\n\n\/* ====== POINTS D\u00c9CORATIFS ====== *\/\n.mh-ty-dot {\n  position: absolute;\n  border-radius: 50%;\n  pointer-events: none;\n  z-index: 0;\n}\n\n\/* ====== CARTE PRINCIPALE ====== *\/\n.mh-ty-card {\n  background: #fff;\n  border-radius: 24px;\n  padding: 60px 50px;\n  max-width: 720px;\n  width: 100%;\n  box-shadow: var(--shadow-lg);\n  border: 1px solid var(--border);\n  position: relative;\n  z-index: 2;\n  text-align: center;\n}\n\n\/* ====== ICONE CHECK ANIM\u00c9E ====== *\/\n.mh-ty-check {\n  width: 90px;\n  height: 90px;\n  background: var(--red);\n  border-radius: 50%;\n  margin: 0 auto 28px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  position: relative;\n  box-shadow: 0 12px 30px rgba(200, 16, 46, 0.3);\n  animation: mh-pop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n}\n.mh-ty-check::before {\n  content: \"\";\n  position: absolute;\n  inset: -10px;\n  border: 2px dashed var(--red);\n  border-radius: 50%;\n  opacity: 0.3;\n  animation: mh-spin 20s linear infinite;\n}\n.mh-ty-check svg {\n  width: 44px;\n  height: 44px;\n  stroke: #fff;\n  stroke-width: 4;\n  fill: none;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n  stroke-dasharray: 50;\n  stroke-dashoffset: 50;\n  animation: mh-draw 0.6s 0.3s ease-out forwards;\n}\n@keyframes mh-pop {\n  0% { transform: scale(0); opacity: 0; }\n  100% { transform: scale(1); opacity: 1; }\n}\n@keyframes mh-draw {\n  to { stroke-dashoffset: 0; }\n}\n@keyframes mh-spin {\n  to { transform: rotate(360deg); }\n}\n\n\/* ====== TYPOGRAPHIE ====== *\/\n.mh-ty-pill {\n  display: inline-block;\n  background: var(--red-soft);\n  color: var(--red);\n  padding: 8px 20px;\n  border-radius: 999px;\n  font-weight: 700;\n  font-size: 13px;\n  letter-spacing: 1.2px;\n  text-transform: uppercase;\n  margin-bottom: 20px;\n}\n.mh-ty h1 {\n  font-size: 44px;\n  margin-bottom: 16px;\n}\n.mh-ty h1 em {\n  font-style: italic;\n  color: var(--red);\n  position: relative;\n}\n.mh-ty h1 em::after {\n  content: \"\";\n  position: absolute;\n  left: 0; right: 0; bottom: -3px;\n  height: 3px;\n  background: var(--red);\n  border-radius: 2px;\n}\n.mh-ty-intro {\n  font-size: 17px;\n  color: var(--text);\n  margin-bottom: 40px;\n  line-height: 1.7;\n  max-width: 540px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n\/* ====== TIMELINE \"ET MAINTENANT ?\" ====== *\/\n.mh-ty-steps {\n  background: var(--bg-warm);\n  border-radius: 16px;\n  padding: 32px 28px;\n  margin-bottom: 36px;\n  text-align: left;\n}\n.mh-ty-steps-title {\n  font-family: 'DM Serif Display', serif;\n  font-size: 22px;\n  color: var(--navy);\n  text-align: center;\n  margin-bottom: 24px;\n}\n.mh-ty-steps-list {\n  list-style: none;\n  margin: 0;\n  padding: 0;\n  position: relative;\n}\n.mh-ty-steps-list::before {\n  content: \"\";\n  position: absolute;\n  left: 19px;\n  top: 18px;\n  bottom: 18px;\n  width: 2px;\n  background: var(--red);\n  opacity: 0.2;\n}\n.mh-ty-steps-list li {\n  position: relative;\n  padding: 0 0 22px 56px;\n  min-height: 40px;\n}\n.mh-ty-steps-list li:last-child { padding-bottom: 0; }\n.mh-ty-steps-list li::before {\n  content: counter(stepcount);\n  counter-increment: stepcount;\n  position: absolute;\n  left: 0; top: 0;\n  width: 40px; height: 40px;\n  background: var(--red);\n  color: #fff;\n  border-radius: 50%;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'DM Serif Display', serif;\n  font-size: 18px;\n  z-index: 1;\n}\n.mh-ty-steps-list { counter-reset: stepcount; }\n.mh-ty-steps-list li strong {\n  display: block;\n  color: var(--navy);\n  font-size: 16px;\n  margin-bottom: 3px;\n  font-weight: 700;\n}\n.mh-ty-steps-list li span {\n  color: var(--text);\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n\/* ====== CTA APPEL ====== *\/\n.mh-ty-call {\n  background: var(--navy);\n  color: #fff;\n  padding: 28px;\n  border-radius: 16px;\n  margin-bottom: 24px;\n  position: relative;\n  overflow: hidden;\n}\n.mh-ty-call::before {\n  content: \"\";\n  position: absolute;\n  top: -60px; right: -60px;\n  width: 200px; height: 200px;\n  background: repeating-linear-gradient(\n    45deg, rgba(200, 16, 46, 0.4), rgba(200, 16, 46, 0.4) 5px,\n    transparent 5px, transparent 12px);\n  border-radius: 50%;\n  opacity: 0.5;\n}\n.mh-ty-call-inner { position: relative; z-index: 1; }\n.mh-ty-call-label {\n  font-size: 14px;\n  color: rgba(255, 255, 255, 0.85);\n  margin-bottom: 6px;\n}\n.mh-ty-call-title {\n  font-family: 'DM Serif Display', serif;\n  font-size: 22px;\n  color: #fff;\n  margin-bottom: 16px;\n}\n.mh-ty-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  gap: 10px;\n  padding: 18px 36px;\n  border-radius: 999px;\n  font-weight: 700;\n  font-size: 17px;\n  cursor: pointer;\n  border: none;\n  transition: all 0.25s ease;\n  text-align: center;\n  font-family: 'Inter', sans-serif;\n  letter-spacing: 0.3px;\n}\n.mh-ty-btn-primary {\n  background: var(--red);\n  color: #fff;\n  box-shadow: 0 8px 24px rgba(200, 16, 46, 0.4);\n}\n.mh-ty-btn-primary:hover {\n  background: var(--red-dark);\n  transform: translateY(-2px);\n  color: #fff;\n  box-shadow: 0 12px 30px rgba(200, 16, 46, 0.5);\n}\n.mh-ty-btn-secondary {\n  background: transparent;\n  color: var(--navy);\n  border: 2px solid var(--border);\n}\n.mh-ty-btn-secondary:hover {\n  border-color: var(--navy);\n  background: var(--bg-warm);\n  color: var(--navy);\n}\n\n\/* ====== LIEN RETOUR ACCUEIL ====== *\/\n.mh-ty-back {\n  display: inline-block;\n  margin-top: 8px;\n  color: var(--text-light);\n  font-size: 15px;\n  border-bottom: 1px solid transparent;\n  transition: all 0.2s;\n  padding-bottom: 2px;\n}\n.mh-ty-back:hover {\n  color: var(--navy);\n  border-bottom-color: var(--navy);\n}\n\n\/* ====== TRUST FOOTER ====== *\/\n.mh-ty-trust {\n  margin-top: 40px;\n  padding-top: 28px;\n  border-top: 1px solid var(--border);\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 16px 28px;\n  font-size: 13px;\n  color: var(--text-light);\n}\n.mh-ty-trust span {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n}\n.mh-ty-trust .mh-stars { color: var(--red); letter-spacing: 1px; }\n\n\/* ====== RESPONSIVE ====== *\/\n@media (max-width: 700px) {\n  .mh-ty { padding: 30px 16px; }\n  .mh-ty-card { padding: 40px 24px; border-radius: 20px; }\n  .mh-ty h1 { font-size: 30px; }\n  .mh-ty-intro { font-size: 16px; }\n  .mh-ty-check { width: 76px; height: 76px; margin-bottom: 24px; }\n  .mh-ty-check svg { width: 36px; height: 36px; }\n  .mh-ty-steps { padding: 24px 18px; }\n  .mh-ty-steps-list li { padding-left: 50px; }\n  .mh-ty-call { padding: 22px; }\n  .mh-ty-call-title { font-size: 19px; }\n  .mh-ty-btn { width: 100%; padding: 16px 24px; font-size: 16px; }\n}\n<\/style>\n\n<div class=\"mh-ty\">\n\n  <!-- petits points d\u00e9coratifs -->\n  <span class=\"mh-ty-dot\" style=\"top:8%;left:14%;width:10px;height:10px;background:#c8102e;\"><\/span>\n  <span class=\"mh-ty-dot\" style=\"top:20%;right:12%;width:8px;height:8px;background:#6dbfa6;\"><\/span>\n  <span class=\"mh-ty-dot\" style=\"bottom:14%;left:10%;width:12px;height:12px;background:#1f2e4d;opacity:0.5;\"><\/span>\n  <span class=\"mh-ty-dot\" style=\"bottom:30%;right:8%;width:10px;height:10px;background:#c8102e;\"><\/span>\n\n  <div class=\"mh-ty-card\">\n\n    <!-- Icone check -->\n    <div class=\"mh-ty-check\" aria-hidden=\"true\">\n      <svg viewBox=\"0 0 24 24\"><polyline points=\"4,12 10,18 20,6\"><\/polyline><\/svg>\n    <\/div>\n\n    <span class=\"mh-ty-pill\">Request received<\/span>\n\n    <h1>Thank you. Your request has been <em>successfully submitted.<\/em> !<\/h1>\n\n    <p class=\"mh-ty-intro\">\n      One of our damp treatment experts will contact you\n      <strong>within 24 hours<\/strong> to plan your diagnosis\nfree at home.\n    <\/p>\n\n    <!-- ===== TIMELINE ===== -->\n    <div class=\"mh-ty-steps\">\n      <div class=\"mh-ty-steps-title\">And now, how&#8217;s it going?<\/div>\n      <ol class=\"mh-ty-steps-list\">\n        <li>\n          <strong>Within 24 hours, we&#8217;ll call you back.<\/strong>\n          <span>An expert will call to discuss your situation and schedule an appointment at a convenient time.<\/span>\n        <\/li>\n        <li>\n          <strong>Free survey at your home<\/strong>\n          <span>We visit your home to identify the exact cause of the damp and assess its extent.<\/span>\n        <\/li>\n        <li>\n          <strong>Detailed, no-obligation quote<\/strong>\n          <span>You receive a clear quote, including any applicable Enoprimes grants. The decision is then entirely yours.<\/span>\n        <\/li>\n      <\/ol>\n    <\/div>\n\n    <!-- ===== CTA APPEL DIRECT ===== -->\n    <div class=\"mh-ty-call\">\n      <div class=\"mh-ty-call-inner\">\n        <div class=\"mh-ty-call-label\">Are you in a hurry or have an emergency?<\/div>\n        <div class=\"mh-ty-call-title\">Call us directly.<\/div>\n        <a href=\"tel:+352661555418\" class=\"mh-ty-btn mh-ty-btn-primary\">\n          \ud83d\udcde +352 661 555 418\n        <\/a>\n      <\/div>\n    <\/div>\n\n    <!-- ===== RETOUR ACCUEIL ===== -->\n    <a href=\"\/\" class=\"mh-ty-back\">\u2190 Back to the home page<\/a>\n\n    <!-- ===== TRUST FOOTER ===== -->\n    <div class=\"mh-ty-trust\">\n      <span><span class=\"mh-stars\">\u2605\u2605\u2605\u2605\u2605<\/span> <strong style=\"color:var(--navy);\">5\/5<\/strong> on Google Reviews<\/span>\n      <span>\u2022<\/span>\n      <span><strong style=\"color:var(--navy);\">Enoprimes<\/strong> Certified<\/span>\n      <span>\u2022<\/span>\n      <span><strong style=\"color:var(--navy);\">20 years<\/strong> d&#8217;expertise<\/span>\n    <\/div>\n\n  <\/div>\n<\/div>\n\n\n\n<!-- Conversion Google Reviews Ads \u2014 Formulaire Humidit\u00e9 - LP Ads -->\n<script>\n  gtag('event', 'conversion', {\n    'send_to': 'AW-10967256528\/b_-sCP6zmakcENCbzOoo',\n    'value': 50.0,\n    'currency': 'EUR'\n  });\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Request received Thank you. Your request has been successfully submitted. ! One of our damp treatment experts will contact you within 24 hours to plan your diagnosis free at home. And now, how&#8217;s it going? Within 24 hours, we&#8217;ll call you back. An expert will call to discuss your situation and schedule an appointment at [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"","_seopress_redirections_param":"","_seopress_redirections_type":0,"_seopress_analysis_target_kw":"","footnotes":""},"class_list":["post-8298","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/meereen-habitat.lu\/en\/wp-json\/wp\/v2\/pages\/8298","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meereen-habitat.lu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/meereen-habitat.lu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/meereen-habitat.lu\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/meereen-habitat.lu\/en\/wp-json\/wp\/v2\/comments?post=8298"}],"version-history":[{"count":1,"href":"https:\/\/meereen-habitat.lu\/en\/wp-json\/wp\/v2\/pages\/8298\/revisions"}],"predecessor-version":[{"id":8507,"href":"https:\/\/meereen-habitat.lu\/en\/wp-json\/wp\/v2\/pages\/8298\/revisions\/8507"}],"wp:attachment":[{"href":"https:\/\/meereen-habitat.lu\/en\/wp-json\/wp\/v2\/media?parent=8298"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}