{"id":16,"date":"2026-04-15T08:21:46","date_gmt":"2026-04-15T08:21:46","guid":{"rendered":"https:\/\/thermadeco.com\/home\/"},"modified":"2026-04-15T11:11:25","modified_gmt":"2026-04-15T11:11:25","slug":"home","status":"publish","type":"page","link":"https:\/\/thermadeco.com\/en_US\/","title":{"rendered":"Thermadeco \u2013 D\u00e9coration Int\u00e9rieure &#038; Thermographie du B\u00e2timent"},"content":{"rendered":"<style>\n\/* === THERMADECO LANDING PAGE === *\/\n* { margin: 0; padding: 0; box-sizing: border-box; }\n.td-page { font-family: 'Segoe UI', Roboto, sans-serif; color: #2c2c2c; }<\/p>\n<p>\/* HERO *\/\n.td-hero {\n  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);\n  min-height: 100vh;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  justify-content: center;\n  text-align: center;\n  padding: 60px 20px;\n  position: relative;\n  overflow: hidden;\n}\n.td-hero::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0; bottom: 0;\n  background: radial-gradient(ellipse at 50% 50%, rgba(212,175,55,0.15) 0%, transparent 70%);\n}\n.td-logo { font-size: 2.2rem; font-weight: 800; color: #d4af37; letter-spacing: 4px; margin-bottom: 10px; text-transform: uppercase; position: relative; z-index: 1; }\n.td-tagline-small { color: rgba(255,255,255,0.6); font-size: 0.9rem; letter-spacing: 3px; text-transform: uppercase; margin-bottom: 40px; position: relative; z-index: 1; }\n.td-hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 20px; position: relative; z-index: 1; max-width: 800px; }\n.td-hero h1 span { color: #d4af37; }\n.td-hero p { font-size: 1.2rem; color: rgba(255,255,255,0.8); max-width: 600px; margin: 0 auto 40px; line-height: 1.7; position: relative; z-index: 1; }\n.td-btn { display: inline-block; background: #d4af37; color: #1a1a2e; padding: 16px 40px; border-radius: 50px; font-weight: 700; font-size: 1rem; text-decoration: none; text-transform: uppercase; letter-spacing: 2px; transition: all 0.3s; position: relative; z-index: 1; }\n.td-btn:hover { background: #f0cd60; transform: translateY(-2px); box-shadow: 0 10px 30px rgba(212,175,55,0.4); }\n.td-btn-outline { background: transparent; color: #d4af37; border: 2px solid #d4af37; margin-left: 15px; }\n.td-btn-outline:hover { background: #d4af37; color: #1a1a2e; }<\/p>\n<p>\/* NAV *\/\n.td-nav {\n  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;\n  background: rgba(26,26,46,0.95); backdrop-filter: blur(10px);\n  padding: 15px 40px;\n  display: flex; align-items: center; justify-content: space-between;\n  border-bottom: 1px solid rgba(212,175,55,0.2);\n}\n.td-nav-logo { font-size: 1.4rem; font-weight: 800; color: #d4af37; letter-spacing: 3px; }\n.td-nav-links { display: flex; gap: 30px; list-style: none; }\n.td-nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 0.9rem; letter-spacing: 1px; transition: color 0.3s; }\n.td-nav-links a:hover { color: #d4af37; }\n.td-nav-cta { background: #d4af37; color: #1a1a2e; padding: 10px 25px; border-radius: 50px; font-weight: 700; font-size: 0.85rem; text-decoration: none; letter-spacing: 1px; }<\/p>\n<p>\/* SECTIONS *\/\nsection { padding: 80px 20px; }\n.td-container { max-width: 1100px; margin: 0 auto; }\n.td-section-title { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 700; text-align: center; margin-bottom: 15px; }\n.td-section-sub { text-align: center; color: #666; font-size: 1.1rem; max-width: 600px; margin: 0 auto 50px; line-height: 1.7; }\n.td-accent { color: #d4af37; }<\/p>\n<p>\/* SERVICES *\/\n.td-services { background: #f8f6f0; }\n.td-services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }\n.td-service-card {\n  background: #fff; border-radius: 15px; padding: 35px 30px;\n  text-align: center; box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n  transition: transform 0.3s, box-shadow 0.3s;\n  border-bottom: 3px solid transparent;\n}\n.td-service-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.12); border-bottom-color: #d4af37; }\n.td-service-icon { font-size: 3rem; margin-bottom: 20px; }\n.td-service-card h3 { font-size: 1.2rem; font-weight: 700; margin-bottom: 12px; color: #1a1a2e; }\n.td-service-card p { color: #666; line-height: 1.7; font-size: 0.95rem; }<\/p>\n<p>\/* ABOUT *\/\n.td-about { background: #fff; }\n.td-about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }\n.td-about-img { background: linear-gradient(135deg, #1a1a2e, #0f3460); border-radius: 20px; height: 400px; display: flex; align-items: center; justify-content: center; font-size: 6rem; }\n.td-about-text h2 { font-size: clamp(1.8rem, 3vw, 2.2rem); font-weight: 700; margin-bottom: 20px; color: #1a1a2e; }\n.td-about-text p { color: #555; line-height: 1.8; margin-bottom: 20px; }\n.td-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 30px; }\n.td-stat { text-align: center; padding: 20px; background: #f8f6f0; border-radius: 12px; }\n.td-stat-num { font-size: 2rem; font-weight: 800; color: #d4af37; }\n.td-stat-label { font-size: 0.85rem; color: #666; margin-top: 5px; }<\/p>\n<p>\/* GALLERY *\/\n.td-gallery { background: #1a1a2e; }\n.td-gallery .td-section-title { color: #fff; }\n.td-gallery .td-section-sub { color: rgba(255,255,255,0.6); }\n.td-gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }\n.td-gallery-item {\n  border-radius: 12px; overflow: hidden;\n  background: linear-gradient(135deg, #0f3460, #16213e);\n  height: 200px; display: flex; align-items: center; justify-content: center;\n  font-size: 3rem; transition: transform 0.3s;\n}\n.td-gallery-item:hover { transform: scale(1.03); }\n.td-gallery-item.tall { grid-row: span 2; height: 415px; }<\/p>\n<p>\/* TESTIMONIALS *\/\n.td-testimonials { background: #f8f6f0; }\n.td-testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }\n.td-testi-card { background: #fff; border-radius: 15px; padding: 30px; box-shadow: 0 3px 15px rgba(0,0,0,0.06); }\n.td-testi-stars { color: #d4af37; font-size: 1.2rem; margin-bottom: 15px; }\n.td-testi-text { color: #555; line-height: 1.7; font-style: italic; margin-bottom: 20px; }\n.td-testi-author { font-weight: 700; color: #1a1a2e; }\n.td-testi-role { font-size: 0.85rem; color: #999; }<\/p>\n<p>\/* CTA *\/\n.td-cta { background: linear-gradient(135deg, #d4af37, #f0cd60); text-align: center; padding: 80px 20px; }\n.td-cta h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 800; color: #1a1a2e; margin-bottom: 15px; }\n.td-cta p { font-size: 1.1rem; color: rgba(26,26,46,0.8); max-width: 500px; margin: 0 auto 35px; }\n.td-cta .td-btn { background: #1a1a2e; color: #d4af37; }\n.td-cta .td-btn:hover { background: #0f3460; color: #fff; }<\/p>\n<p>\/* CONTACT *\/\n.td-contact { background: #fff; }\n.td-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }\n.td-contact-info h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 25px; color: #1a1a2e; }\n.td-contact-item { display: flex; align-items: flex-start; gap: 15px; margin-bottom: 20px; }\n.td-contact-icon { font-size: 1.5rem; width: 40px; flex-shrink: 0; }\n.td-contact-item p { color: #555; line-height: 1.6; }\n.td-contact-item strong { display: block; color: #1a1a2e; margin-bottom: 3px; }\n.td-contact-form { background: #f8f6f0; border-radius: 20px; padding: 40px; }\n.td-form-group { margin-bottom: 20px; }\n.td-form-group label { display: block; font-weight: 600; margin-bottom: 8px; color: #1a1a2e; font-size: 0.9rem; }\n.td-form-group input, .td-form-group textarea, .td-form-group select {\n  width: 100%; padding: 14px 18px; border: 2px solid #e0e0e0; border-radius: 10px;\n  font-size: 1rem; background: #fff; transition: border-color 0.3s; font-family: inherit;\n}\n.td-form-group input:focus, .td-form-group textarea:focus, .td-form-group select:focus {\n  outline: none; border-color: #d4af37;\n}\n.td-form-group textarea { height: 130px; resize: vertical; }\n.td-submit { width: 100%; padding: 16px; background: #d4af37; color: #1a1a2e; border: none; border-radius: 10px; font-size: 1rem; font-weight: 700; cursor: pointer; letter-spacing: 1px; text-transform: uppercase; transition: all 0.3s; }\n.td-submit:hover { background: #1a1a2e; color: #d4af37; }<\/p>\n<p>\/* FOOTER *\/\n.td-footer { background: #1a1a2e; padding: 50px 20px 20px; }\n.td-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; max-width: 1100px; margin: 0 auto 40px; }\n.td-footer-logo { font-size: 1.5rem; font-weight: 800; color: #d4af37; letter-spacing: 3px; margin-bottom: 15px; }\n.td-footer p { color: rgba(255,255,255,0.5); line-height: 1.7; font-size: 0.9rem; }\n.td-footer h4 { color: #fff; font-size: 1rem; font-weight: 700; margin-bottom: 15px; letter-spacing: 1px; }\n.td-footer ul { list-style: none; }\n.td-footer ul li { margin-bottom: 10px; }\n.td-footer ul li a { color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.9rem; transition: color 0.3s; }\n.td-footer ul li a:hover { color: #d4af37; }\n.td-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; text-align: center; max-width: 1100px; margin: 0 auto; }\n.td-footer-bottom p { color: rgba(255,255,255,0.3); font-size: 0.85rem; }<\/p>\n<p>\/* RESPONSIVE *\/\n@media (max-width: 768px) {\n  .td-nav-links { display: none; }\n  .td-about-grid { grid-template-columns: 1fr; }\n  .td-contact-grid { grid-template-columns: 1fr; }\n  .td-footer-grid { grid-template-columns: 1fr; }\n  .td-gallery-grid { grid-template-columns: repeat(2, 1fr); }\n  .td-gallery-item.tall { grid-row: span 1; height: 200px; }\n  .td-hero { padding-top: 100px; }\n  .td-stats { grid-template-columns: repeat(3, 1fr); }\n}\n<\/style>\n<p><!-- NAVIGATION --><\/p>\n<nav class=\"td-nav\">\n<div class=\"td-nav-logo\">THERMADECO<\/div>\n<ul class=\"td-nav-links\">\n<li><a href=\"#services\">Services<\/a><\/li>\n<li><a href=\"#about\">\u00c0 propos<\/a><\/li>\n<li><a href=\"#gallery\">R\u00e9alisations<\/a><\/li>\n<li><a href=\"#testimonials\">Avis<\/a><\/li>\n<li><a href=\"#contact\">Contact<\/a><\/li>\n<\/ul>\n<p>  <a href=\"#contact\" class=\"td-nav-cta\">Devis Gratuit<\/a><br \/>\n<\/nav>\n<p><!-- HERO --><\/p>\n<section class=\"td-hero\" id=\"hero\">\n<div class=\"td-logo\">THERMADECO<\/div>\n<p class=\"td-tagline-small\">Design \u00b7 Thermographie \u00b7 D\u00e9coration<\/p>\n<h1>Transformez Votre Espace avec <span>l&rsquo;Excellence du Design<\/span><\/h1>\n<p>Experts en d\u00e9coration int\u00e9rieure et thermographie du b\u00e2timent. Nous allions esth\u00e9tique raffin\u00e9e et performance \u00e9nerg\u00e9tique pour cr\u00e9er des espaces qui vous ressemblent.<\/p>\n<div>\n    <a href=\"#contact\" class=\"td-btn\">Obtenir un Devis Gratuit<\/a><br \/>\n    <a href=\"#gallery\" class=\"td-btn td-btn-outline\">Voir Nos R\u00e9alisations<\/a>\n  <\/div>\n<\/section>\n<p><!-- SERVICES --><\/p>\n<section class=\"td-services\" id=\"services\">\n<div class=\"td-container\">\n<h2 class=\"td-section-title\">Nos <span class=\"td-accent\">Expertises<\/span><\/h2>\n<p class=\"td-section-sub\">Une gamme compl\u00e8te de services pour sublimer votre int\u00e9rieur et optimiser les performances de votre b\u00e2timent.<\/p>\n<div class=\"td-services-grid\">\n<div class=\"td-service-card\">\n<div class=\"td-service-icon\">\ud83c\udfa8<\/div>\n<h3>D\u00e9coration Int\u00e9rieure<\/h3>\n<p>Conception et am\u00e9nagement sur mesure. Nous cr\u00e9ons des espaces harmonieux qui refl\u00e8tent votre personnalit\u00e9 et vos besoins.<\/p>\n<\/p><\/div>\n<div class=\"td-service-card\">\n<div class=\"td-service-icon\">\ud83c\udf21\ufe0f<\/div>\n<h3>Thermographie B\u00e2timent<\/h3>\n<p>Diagnostic thermique pr\u00e9cis par cam\u00e9ra infrarouge. Identifiez les d\u00e9perditions de chaleur et optimisez l&rsquo;isolation de votre bien.<\/p>\n<\/p><\/div>\n<div class=\"td-service-card\">\n<div class=\"td-service-icon\">\ud83c\udfe0<\/div>\n<h3>Home Staging<\/h3>\n<p>Valorisez votre bien immobilier pour la vente ou la location gr\u00e2ce \u00e0 nos techniques professionnelles de mise en sc\u00e8ne.<\/p>\n<\/p><\/div>\n<div class=\"td-service-card\">\n<div class=\"td-service-icon\">\u270f\ufe0f<\/div>\n<h3>Plans 3D &#038; Visualisation<\/h3>\n<p>Visualisez votre projet avant sa r\u00e9alisation gr\u00e2ce \u00e0 nos rendus 3D photor\u00e9alistes et plans d&rsquo;am\u00e9nagement d\u00e9taill\u00e9s.<\/p>\n<\/p><\/div>\n<div class=\"td-service-card\">\n<div class=\"td-service-icon\">\ud83c\udf3f<\/div>\n<h3>\u00c9co-Conception<\/h3>\n<p>Int\u00e9grez des mat\u00e9riaux durables et des solutions \u00e9cologiques dans votre d\u00e9coration pour un int\u00e9rieur beau et responsable.<\/p>\n<\/p><\/div>\n<div class=\"td-service-card\">\n<div class=\"td-service-icon\">\ud83d\udd27<\/div>\n<h3>Conseil &#038; Accompagnement<\/h3>\n<p>B\u00e9n\u00e9ficiez d&rsquo;un suivi personnalis\u00e9 de A \u00e0 Z : conseil, s\u00e9lection des mat\u00e9riaux, coordination des artisans jusqu&rsquo;\u00e0 la livraison.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- ABOUT --><\/p>\n<section class=\"td-about\" id=\"about\">\n<div class=\"td-container\">\n<div class=\"td-about-grid\">\n<div class=\"td-about-img\">\ud83c\udfe1<\/div>\n<div class=\"td-about-text\">\n<h2>Votre Partenaire en <span class=\"td-accent\">Design &#038; Diagnostic<\/span><\/h2>\n<p>Chez Thermadeco, nous croyons que chaque espace m\u00e9rite d&rsquo;\u00eatre pens\u00e9 avec soin et expertise. Notre \u00e9quipe de d\u00e9corateurs et experts en thermographie du b\u00e2timent travaille main dans la main pour vous offrir une exp\u00e9rience unique.<\/p>\n<p>Forts de plus de 10 ans d&rsquo;exp\u00e9rience, nous avons accompagn\u00e9 des centaines de clients dans la transformation de leurs espaces \u2014 r\u00e9sidentiels et professionnels \u2014 avec des r\u00e9sultats qui d\u00e9passent toujours les attentes.<\/p>\n<div class=\"td-stats\">\n<div class=\"td-stat\">\n<div class=\"td-stat-num\">500+<\/div>\n<div class=\"td-stat-label\">Projets r\u00e9alis\u00e9s<\/div>\n<\/p><\/div>\n<div class=\"td-stat\">\n<div class=\"td-stat-num\">10+<\/div>\n<div class=\"td-stat-label\">Ans d&rsquo;exp\u00e9rience<\/div>\n<\/p><\/div>\n<div class=\"td-stat\">\n<div class=\"td-stat-num\">98%<\/div>\n<div class=\"td-stat-label\">Clients satisfaits<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- GALLERY --><\/p>\n<section class=\"td-gallery\" id=\"gallery\">\n<div class=\"td-container\">\n<h2 class=\"td-section-title\">Nos <span class=\"td-accent\">R\u00e9alisations<\/span><\/h2>\n<p class=\"td-section-sub\">D\u00e9couvrez quelques-uns de nos projets r\u00e9cents, alliant cr\u00e9ativit\u00e9 et expertise technique.<\/p>\n<div class=\"td-gallery-grid\">\n<div class=\"td-gallery-item tall\">\ud83d\udecb\ufe0f<\/div>\n<div class=\"td-gallery-item\">\ud83c\udf73<\/div>\n<div class=\"td-gallery-item\">\ud83d\udecf\ufe0f<\/div>\n<div class=\"td-gallery-item\">\ud83d\udebf<\/div>\n<div class=\"td-gallery-item\">\ud83d\uddbc\ufe0f<\/div>\n<div class=\"td-gallery-item tall\">\ud83c\udfe2<\/div>\n<div class=\"td-gallery-item\">\ud83c\udf3f<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- TESTIMONIALS --><\/p>\n<section class=\"td-testimonials\" id=\"testimonials\">\n<div class=\"td-container\">\n<h2 class=\"td-section-title\">Ce que Disent <span class=\"td-accent\">Nos Clients<\/span><\/h2>\n<p class=\"td-section-sub\">La satisfaction de nos clients est notre plus belle r\u00e9compense.<\/p>\n<div class=\"td-testi-grid\">\n<div class=\"td-testi-card\">\n<div class=\"td-testi-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n<p class=\"td-testi-text\">\u00ab\u00a0Thermadeco a transform\u00e9 notre appartement au-del\u00e0 de nos esp\u00e9rances. Le diagnostic thermique nous a permis d&rsquo;\u00e9conomiser 30% sur nos factures d&rsquo;\u00e9nergie. Un service exceptionnel !\u00a0\u00bb<\/p>\n<div class=\"td-testi-author\">Marie L.<\/div>\n<div class=\"td-testi-role\">Propri\u00e9taire, Paris 16e<\/div>\n<\/p><\/div>\n<div class=\"td-testi-card\">\n<div class=\"td-testi-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n<p class=\"td-testi-text\">\u00ab\u00a0Professionnalisme, cr\u00e9ativit\u00e9 et \u00e9coute. L&rsquo;\u00e9quipe a su parfaitement interpr\u00e9ter nos besoins pour cr\u00e9er un espace de travail inspirant et fonctionnel. Je recommande vivement !\u00a0\u00bb<\/p>\n<div class=\"td-testi-author\">Pierre M.<\/div>\n<div class=\"td-testi-role\">Directeur, Agence cr\u00e9ative<\/div>\n<\/p><\/div>\n<div class=\"td-testi-card\">\n<div class=\"td-testi-stars\">\u2605\u2605\u2605\u2605\u2605<\/div>\n<p class=\"td-testi-text\">\u00ab\u00a0Le home staging r\u00e9alis\u00e9 par Thermadeco nous a permis de vendre notre maison en seulement 3 semaines, 15% au-dessus du prix demand\u00e9. Un investissement vraiment rentable !\u00a0\u00bb<\/p>\n<div class=\"td-testi-author\">Sophie &#038; Thomas R.<\/div>\n<div class=\"td-testi-role\">Particuliers, Lyon<\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- CTA --><\/p>\n<section class=\"td-cta\">\n<div class=\"td-container\">\n<h2>Pr\u00eat \u00e0 Transformer <span style=\"color: #0f3460;\">Votre Espace ?<\/span><\/h2>\n<p>Contactez-nous aujourd&rsquo;hui pour un devis gratuit et sans engagement. Notre \u00e9quipe vous r\u00e9pond sous 24h.<\/p>\n<p>    <a href=\"#contact\" class=\"td-btn\">Demander Mon Devis Gratuit \u2192<\/a>\n  <\/div>\n<\/section>\n<p><!-- CONTACT --><\/p>\n<section class=\"td-contact\" id=\"contact\">\n<div class=\"td-container\">\n<h2 class=\"td-section-title\">Contactez-<span class=\"td-accent\">Nous<\/span><\/h2>\n<p class=\"td-section-sub\">Parlez-nous de votre projet. Nous vous proposons une premi\u00e8re consultation gratuite.<\/p>\n<div class=\"td-contact-grid\">\n<div class=\"td-contact-info\">\n<h3>Parlons de Votre Projet<\/h3>\n<div class=\"td-contact-item\">\n          <span class=\"td-contact-icon\">\ud83d\udccd<\/span><\/p>\n<p><strong>Adresse<\/strong>Paris &#038; R\u00e9gion Parisienne<br \/>Interventions partout en France<\/p>\n<\/p><\/div>\n<div class=\"td-contact-item\">\n          <span class=\"td-contact-icon\">\ud83d\udcde<\/span><\/p>\n<p><strong>T\u00e9l\u00e9phone<\/strong>+33 (0)1 XX XX XX XX<br \/>Lun\u2013Ven : 9h\u201318h<\/p>\n<\/p><\/div>\n<div class=\"td-contact-item\">\n          <span class=\"td-contact-icon\">\u2709\ufe0f<\/span><\/p>\n<p><strong>Email<\/strong>contact@thermadeco.com<\/p>\n<\/p><\/div>\n<div class=\"td-contact-item\">\n          <span class=\"td-contact-icon\">\u23f0<\/span><\/p>\n<p><strong>D\u00e9lai de r\u00e9ponse<\/strong>Sous 24 heures ouvr\u00e9es<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"td-contact-form\">\n<form action=\"\">\n<div class=\"td-form-group\">\n            <label>Votre nom complet *<\/label><br \/>\n            <input type=\"text\" placeholder=\"Jean Dupont\" required>\n          <\/div>\n<div class=\"td-form-group\">\n            <label>Adresse email *<\/label><br \/>\n            <input type=\"email\" placeholder=\"jean@exemple.fr\" required>\n          <\/div>\n<div class=\"td-form-group\">\n            <label>T\u00e9l\u00e9phone<\/label><br \/>\n            <input type=\"tel\" placeholder=\"+33 6 XX XX XX XX\">\n          <\/div>\n<div class=\"td-form-group\">\n            <label>Type de projet *<\/label><br \/>\n            <select required><option value=\"\">S\u00e9lectionnez votre projet<\/option><option>D\u00e9coration int\u00e9rieure<\/option><option>Thermographie b\u00e2timent<\/option><option>Home staging<\/option><option>Plans 3D<\/option><option>\u00c9co-conception<\/option><option>Autre<\/option><\/select>\n          <\/div>\n<div class=\"td-form-group\">\n            <label>Votre message *<\/label><br \/>\n            <textarea placeholder=\"D\u00e9crivez votre projet en quelques mots...\" required><\/textarea>\n          <\/div>\n<p>          <button type=\"submit\" class=\"td-submit\">Envoyer Ma Demande \u2192<\/button><br \/>\n        <input type=\"hidden\" name=\"trp-form-language\" value=\"en_US\"\/><\/form>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/section>\n<p><!-- FOOTER --><\/p>\n<footer class=\"td-footer\">\n<div class=\"td-footer-grid\">\n<div>\n<div class=\"td-footer-logo\">THERMADECO<\/div>\n<p>Experts en d\u00e9coration int\u00e9rieure et thermographie du b\u00e2timent. Nous transformons vos espaces avec style et expertise depuis plus de 10 ans.<\/p>\n<\/p><\/div>\n<div>\n<h4>Services<\/h4>\n<ul>\n<li><a href=\"#services\">D\u00e9coration Int\u00e9rieure<\/a><\/li>\n<li><a href=\"#services\">Thermographie<\/a><\/li>\n<li><a href=\"#services\">Home Staging<\/a><\/li>\n<li><a href=\"#services\">Plans 3D<\/a><\/li>\n<li><a href=\"#services\">\u00c9co-Conception<\/a><\/li>\n<\/ul><\/div>\n<div>\n<h4>Informations<\/h4>\n<ul>\n<li><a href=\"#about\">\u00c0 Propos<\/a><\/li>\n<li><a href=\"#gallery\">Nos R\u00e9alisations<\/a><\/li>\n<li><a href=\"#testimonials\">T\u00e9moignages<\/a><\/li>\n<li><a href=\"#contact\">Contact<\/a><\/li>\n<li><a href=\"#\">Mentions L\u00e9gales<\/a><\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<div class=\"td-footer-bottom\">\n<p>\u00a9 2026 Thermadeco. Tous droits r\u00e9serv\u00e9s. | <a href=\"#\" style=\"color: rgba(255,255,255,0.4);\">Politique de confidentialit\u00e9<\/a><\/p>\n<\/p><\/div>\n<\/footer>","protected":false},"excerpt":{"rendered":"<p>THERMADECO Services \u00c0 propos R\u00e9alisations Avis Contact Devis Gratuit THERMADECO Design \u00b7 Thermographie \u00b7 D\u00e9coration Transformez Votre Espace avec l&rsquo;Excellence du Design Experts en d\u00e9coration int\u00e9rieure et thermographie du b\u00e2timent. Nous allions esth\u00e9tique raffin\u00e9e et performance \u00e9nerg\u00e9tique pour cr\u00e9er des espaces qui vous ressemblent. Obtenir un Devis Gratuit Voir Nos R\u00e9alisations Nos Expertises Une gamme [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-16","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Thermadeco \u2013 D\u00e9coration Int\u00e9rieure &amp; Thermographie du B\u00e2timent - thermadeco.com<\/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:\/\/thermadeco.com\/en_US\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Thermadeco \u2013 D\u00e9coration Int\u00e9rieure &amp; Thermographie du B\u00e2timent - thermadeco.com\" \/>\n<meta property=\"og:description\" content=\"THERMADECO Services \u00c0 propos R\u00e9alisations Avis Contact Devis Gratuit THERMADECO Design \u00b7 Thermographie \u00b7 D\u00e9coration Transformez Votre Espace avec l&rsquo;Excellence du Design Experts en d\u00e9coration int\u00e9rieure et thermographie du b\u00e2timent. Nous allions esth\u00e9tique raffin\u00e9e et performance \u00e9nerg\u00e9tique pour cr\u00e9er des espaces qui vous ressemblent. Obtenir un Devis Gratuit Voir Nos R\u00e9alisations Nos Expertises Une gamme [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thermadeco.com\/en_US\/\" \/>\n<meta property=\"og:site_name\" content=\"thermadeco.com\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-15T11:11:25+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/thermadeco.com\\\/\",\"url\":\"https:\\\/\\\/thermadeco.com\\\/\",\"name\":\"Thermadeco \u2013 D\u00e9coration Int\u00e9rieure & Thermographie du B\u00e2timent - thermadeco.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/thermadeco.com\\\/#website\"},\"datePublished\":\"2026-04-15T08:21:46+00:00\",\"dateModified\":\"2026-04-15T11:11:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/thermadeco.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/thermadeco.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/thermadeco.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/thermadeco.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Thermadeco \u2013 D\u00e9coration Int\u00e9rieure &#038; Thermographie du B\u00e2timent\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/thermadeco.com\\\/#website\",\"url\":\"https:\\\/\\\/thermadeco.com\\\/\",\"name\":\"thermadeco.com\",\"description\":\"Experts en D\u00e9coration Int\u00e9rieure &amp; Thermographie du B\u00e2timent\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/thermadeco.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Thermadeco \u2013 D\u00e9coration Int\u00e9rieure & Thermographie du B\u00e2timent - thermadeco.com","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:\/\/thermadeco.com\/en_US\/","og_locale":"en_US","og_type":"article","og_title":"Thermadeco \u2013 D\u00e9coration Int\u00e9rieure & Thermographie du B\u00e2timent - thermadeco.com","og_description":"THERMADECO Services \u00c0 propos R\u00e9alisations Avis Contact Devis Gratuit THERMADECO Design \u00b7 Thermographie \u00b7 D\u00e9coration Transformez Votre Espace avec l&rsquo;Excellence du Design Experts en d\u00e9coration int\u00e9rieure et thermographie du b\u00e2timent. Nous allions esth\u00e9tique raffin\u00e9e et performance \u00e9nerg\u00e9tique pour cr\u00e9er des espaces qui vous ressemblent. Obtenir un Devis Gratuit Voir Nos R\u00e9alisations Nos Expertises Une gamme [&hellip;]","og_url":"https:\/\/thermadeco.com\/en_US\/","og_site_name":"thermadeco.com","article_modified_time":"2026-04-15T11:11:25+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thermadeco.com\/","url":"https:\/\/thermadeco.com\/","name":"Thermadeco \u2013 D\u00e9coration Int\u00e9rieure & Thermographie du B\u00e2timent - thermadeco.com","isPartOf":{"@id":"https:\/\/thermadeco.com\/#website"},"datePublished":"2026-04-15T08:21:46+00:00","dateModified":"2026-04-15T11:11:25+00:00","breadcrumb":{"@id":"https:\/\/thermadeco.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thermadeco.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/thermadeco.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/thermadeco.com\/"},{"@type":"ListItem","position":2,"name":"Thermadeco \u2013 D\u00e9coration Int\u00e9rieure &#038; Thermographie du B\u00e2timent"}]},{"@type":"WebSite","@id":"https:\/\/thermadeco.com\/#website","url":"https:\/\/thermadeco.com\/","name":"thermadeco.com","description":"Experts en D\u00e9coration Int\u00e9rieure &amp; Thermographie du B\u00e2timent","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thermadeco.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/thermadeco.com\/en_US\/wp-json\/wp\/v2\/pages\/16","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thermadeco.com\/en_US\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/thermadeco.com\/en_US\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/thermadeco.com\/en_US\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thermadeco.com\/en_US\/wp-json\/wp\/v2\/comments?post=16"}],"version-history":[{"count":1,"href":"https:\/\/thermadeco.com\/en_US\/wp-json\/wp\/v2\/pages\/16\/revisions"}],"predecessor-version":[{"id":18,"href":"https:\/\/thermadeco.com\/en_US\/wp-json\/wp\/v2\/pages\/16\/revisions\/18"}],"wp:attachment":[{"href":"https:\/\/thermadeco.com\/en_US\/wp-json\/wp\/v2\/media?parent=16"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}