{"id":2258,"date":"2018-07-23T04:23:27","date_gmt":"2018-07-23T04:23:27","guid":{"rendered":"https:\/\/demo.harutheme.com\/formota\/?page_id=2258"},"modified":"2024-07-22T00:56:25","modified_gmt":"2024-07-21T22:56:25","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/","title":{"rendered":"Contactez-nous"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading heading_style=&#8221;heading_style_1&#8243; text=&#8221;D\u00e9tail du contact&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;&#8221;][vc_custom_heading heading_style=&#8221;heading_style_6&#8243; text=&#8221;nous joindre&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;&#8221; hightlight_heading=&#8221;Comment&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner width=&#8221;1\/6&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;2\/3&#8243;][vc_column_text css=&#8221;.vc_custom_1720626784888{padding-top: 25px !important;padding-right: 10% !important;padding-left: 10% !important;}&#8221; el_class=&#8221;secondary-font heading-color&#8221;]<\/p>\n<p style=\"text-align: center;\">Chaux Terre Pierre s\u2019engage pour l\u2019environnement, pour le respect du patrimoine b\u00e2ti du d\u00e9partement haut-alpin, afin que chaque maison perdure dans le temps. Avec nous, vous savez que l\u2019\u00e9nergie grise des mat\u00e9riaux est prise en compte, que nous essayons au maximum de travailler avec des mat\u00e9riaux biosourc\u00e9s et vernaculaires pour favoriser les fili\u00e8res courtes dans le but d\u2019\u00eatre les plus verts possible.<\/p>\n<p>[\/vc_column_text][\/vc_column_inner][vc_column_inner width=&#8221;1\/6&#8243;][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner][vc_custom_heading text=&#8221;+33 6 79 79 76 57 | ouryjulien@laposte.net&#8221; font_container=&#8221;tag:h2|font_size:14px|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1720626848423{padding-bottom: 20px !important;}&#8221; el_class=&#8221;text-upper lt-spacing-4 heading-color&#8221;][\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row][vc_row css=&#8221;.vc_custom_1533711617459{padding-top: 6% !important;padding-bottom: 10% !important;}&#8221;][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading heading_style=&#8221;heading_style_8&#8243; text=&#8221;1c Chemin des Bo\u00e8res 05000 Romette&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;.vc_custom_1721602331156{padding-bottom: 25px !important;}&#8221;]                        <div class=\" \">\n                <div class=\"gmaps-shortcode-wrap show_map \">\n    <div class=\"frame-map-show\">\n        <div id=\"haru-gmaps-69d03c39af006\" class=\"haru-map\" \n        data-api=\"AIzaSyBiZjBDjop9d8CDhkFORzUyZAiFcOaHe5M\" \n        data-layout_type=\"show_map\" \n        data-light_map=\"[{&quot;featureType&quot;:&quot;landscape.natural&quot;,&quot;elementType&quot;:&quot;geometry&quot;,&quot;stylers&quot;:[{&quot;visibility&quot;:&quot;simplified&quot;}]}]\" \n        data-info_title=\"Chaux Terre Pierre\" \n        data-info_image=\"\" \n        data-lat=\"44.582705, \" \n        data-lng=\"6.109936\" \n        data-zoom=\"12\" \n        data-image=\"\"\n        data-height=\"410px\"\n        style=\"height: 410px\">\n            \n        <\/div>\n    <\/div>\n<\/div>\n<script type=\"text\/javascript\">\n    jQuery(document).ready(function($){\n        $('.gmaps-shortcode-wrap .frame-map-show .haru-map').each(function (index, Element) {\n            var map;\n            var mapid       = $(this).attr('id');\n            var api_key     = $(this).data('api');\n            var layout_type = $(this).data('layout_type');\n            var light_map   = $(this).data('light_map');\n            var info_title  = $(this).data('info_title');\n            var info_image  = $(this).data('info_image');\n            var lat         = $(this).data('lat');\n            var lng         = $(this).data('lng');\n            var zoom        = $(this).data('zoom');\n            var imageurl    = $(this).data('image');\n            var height      = $(this).data('height');\n\n            var $this = $(this);\n\n            var latlng = new google.maps.LatLng(lat,lng);\n            map = new google.maps.Map(document.getElementById(mapid), {\n                center: latlng,\n                mapTypeId: google.maps.MapTypeId.ROADMAP,\n                zoom: zoom,\n                scrollwheel: false,\n                styles: light_map\n            });\n\n            \/\/ Map marker\n            var marker = new google.maps.Marker({\n                position: latlng,\n                map: map,\n                \/\/ animation:google.maps.Animation.DROP,\n                icon: imageurl\n            });\n\n            \/\/ Infor Window\n            var info_window =   '<div class=\"map-info\">'+\n                                    '<div class=\"info-image\">'+\n                                        '<img decoding=\"async\" src=\"'+ info_image +'\" alt=\"\">'+\n                                    '<\/div>'+\n                                    '<div class=\"info-address\">'+\n                                        '<p>'+\n                                            info_title +\n                                        '<\/p>'+\n                                    '<\/div>'+\n                                '<\/div>';\n\n            var infowindow = new google.maps.InfoWindow({\n                content: info_window\n            });\n\n            \/\/ Set center infowindow and First load height of map\n            if ( $(window).width() > 767 ) {\n                setTimeout(function() {\n                    google.maps.event.trigger(marker, 'click')\n                }, 2000);\n            } else {\n                $this.height('500px');\n            }\n            \n            if ( info_window != '') {\n                infowindow.open(map, marker);\n                marker.addListener('click', function() {\n                    infowindow.open(map, marker);\n                    map.setCenter(marker.getPosition()); \/\/ Set center infowindow\n                });\n            }\n\n            \/\/ Responsive\n            google.maps.event.addDomListener(window, 'resize', function() {\n                var center = map.getCenter();\n                google.maps.event.trigger(map, \"resize\");\n                if ( $(window).width() < 767 ) {\n                    $this.height('500px');\n                    map.setCenter(center); \n                } else {\n                    $this.height(height);\n                    map.setCenter(center); \n                }\n            });\n        });\n    });\n<\/script>            <\/div>\n                    [\/vc_column_inner][\/vc_row_inner][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading heading_style=&#8221;heading_style_1&#8243; text=&#8221;D\u00e9tail du contact&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;&#8221;][vc_custom_heading heading_style=&#8221;heading_style_6&#8243; text=&#8221;nous joindre&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;&#8221; hightlight_heading=&#8221;Comment&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner width=&#8221;1\/6&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;2\/3&#8243;][vc_column_text css=&#8221;.vc_custom_1720626784888{padding-top: 25px !important;padding-right: 10% !important;padding-left: 10% !important;}&#8221; el_class=&#8221;secondary-font heading-color&#8221;] Chaux Terre Pierre s\u2019engage pour l\u2019environnement, pour le respect du patrimoine b\u00e2ti du d\u00e9partement haut-alpin, afin que chaque maison perdure dans le temps. Avec nous, vous savez que l\u2019\u00e9nergie [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3604,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2258","page","type-page","status-publish","has-post-thumbnail","hentry","clearfix"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Contactez-nous - Chaux Terre Pierre - GAP<\/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:\/\/chauxterrepierre.fr\/index.php\/contact-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contactez-nous - Chaux Terre Pierre - GAP\" \/>\n<meta property=\"og:description\" content=\"[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading heading_style=&#8221;heading_style_1&#8243; text=&#8221;D\u00e9tail du contact&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;&#8221;][vc_custom_heading heading_style=&#8221;heading_style_6&#8243; text=&#8221;nous joindre&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;&#8221; hightlight_heading=&#8221;Comment&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner width=&#8221;1\/6&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;2\/3&#8243;][vc_column_text css=&#8221;.vc_custom_1720626784888{padding-top: 25px !important;padding-right: 10% !important;padding-left: 10% !important;}&#8221; el_class=&#8221;secondary-font heading-color&#8221;] Chaux Terre Pierre s\u2019engage pour l\u2019environnement, pour le respect du patrimoine b\u00e2ti du d\u00e9partement haut-alpin, afin que chaque maison perdure dans le temps. Avec nous, vous savez que l\u2019\u00e9nergie [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Chaux Terre Pierre - GAP\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-21T22:56:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/chauxterrepierre.fr\/wp-content\/uploads\/2024\/06\/IMG-20230804-WA0001.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"1200\" \/>\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=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/\",\"url\":\"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/\",\"name\":\"Contactez-nous - Chaux Terre Pierre - GAP\",\"isPartOf\":{\"@id\":\"https:\/\/chauxterrepierre.fr\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/chauxterrepierre.fr\/wp-content\/uploads\/2024\/06\/IMG-20230804-WA0001.jpg\",\"datePublished\":\"2018-07-23T04:23:27+00:00\",\"dateModified\":\"2024-07-21T22:56:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/#primaryimage\",\"url\":\"https:\/\/chauxterrepierre.fr\/wp-content\/uploads\/2024\/06\/IMG-20230804-WA0001.jpg\",\"contentUrl\":\"https:\/\/chauxterrepierre.fr\/wp-content\/uploads\/2024\/06\/IMG-20230804-WA0001.jpg\",\"width\":1600,\"height\":1200},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/chauxterrepierre.fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contactez-nous\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/chauxterrepierre.fr\/#website\",\"url\":\"https:\/\/chauxterrepierre.fr\/\",\"name\":\"Chaux Terre Pierre - GAP\",\"description\":\"Nous fa\u00e7adons vos envies\",\"publisher\":{\"@id\":\"https:\/\/chauxterrepierre.fr\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/chauxterrepierre.fr\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/chauxterrepierre.fr\/#organization\",\"name\":\"Chaux Terre Pierre - GAP\",\"url\":\"https:\/\/chauxterrepierre.fr\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/chauxterrepierre.fr\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/chauxterrepierre.fr\/wp-content\/uploads\/2024\/06\/1-CTP couleur baseline.jpg\",\"contentUrl\":\"https:\/\/chauxterrepierre.fr\/wp-content\/uploads\/2024\/06\/1-CTP couleur baseline.jpg\",\"width\":1666,\"height\":1241,\"caption\":\"Chaux Terre Pierre - GAP\"},\"image\":{\"@id\":\"https:\/\/chauxterrepierre.fr\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contactez-nous - Chaux Terre Pierre - GAP","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:\/\/chauxterrepierre.fr\/index.php\/contact-us\/","og_locale":"en_US","og_type":"article","og_title":"Contactez-nous - Chaux Terre Pierre - GAP","og_description":"[vc_row][vc_column][vc_row_inner][vc_column_inner][vc_custom_heading heading_style=&#8221;heading_style_1&#8243; text=&#8221;D\u00e9tail du contact&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;&#8221;][vc_custom_heading heading_style=&#8221;heading_style_6&#8243; text=&#8221;nous joindre&#8221; font_container=&#8221;tag:h2|text_align:center&#8221; use_theme_fonts=&#8221;yes&#8221; css=&#8221;&#8221; hightlight_heading=&#8221;Comment&#8221;][\/vc_column_inner][\/vc_row_inner][vc_row_inner][vc_column_inner width=&#8221;1\/6&#8243;][\/vc_column_inner][vc_column_inner width=&#8221;2\/3&#8243;][vc_column_text css=&#8221;.vc_custom_1720626784888{padding-top: 25px !important;padding-right: 10% !important;padding-left: 10% !important;}&#8221; el_class=&#8221;secondary-font heading-color&#8221;] Chaux Terre Pierre s\u2019engage pour l\u2019environnement, pour le respect du patrimoine b\u00e2ti du d\u00e9partement haut-alpin, afin que chaque maison perdure dans le temps. Avec nous, vous savez que l\u2019\u00e9nergie [&hellip;]","og_url":"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/","og_site_name":"Chaux Terre Pierre - GAP","article_modified_time":"2024-07-21T22:56:25+00:00","og_image":[{"width":1600,"height":1200,"url":"https:\/\/chauxterrepierre.fr\/wp-content\/uploads\/2024\/06\/IMG-20230804-WA0001.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/","url":"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/","name":"Contactez-nous - Chaux Terre Pierre - GAP","isPartOf":{"@id":"https:\/\/chauxterrepierre.fr\/#website"},"primaryImageOfPage":{"@id":"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/#primaryimage"},"image":{"@id":"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/#primaryimage"},"thumbnailUrl":"https:\/\/chauxterrepierre.fr\/wp-content\/uploads\/2024\/06\/IMG-20230804-WA0001.jpg","datePublished":"2018-07-23T04:23:27+00:00","dateModified":"2024-07-21T22:56:25+00:00","breadcrumb":{"@id":"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/#primaryimage","url":"https:\/\/chauxterrepierre.fr\/wp-content\/uploads\/2024\/06\/IMG-20230804-WA0001.jpg","contentUrl":"https:\/\/chauxterrepierre.fr\/wp-content\/uploads\/2024\/06\/IMG-20230804-WA0001.jpg","width":1600,"height":1200},{"@type":"BreadcrumbList","@id":"https:\/\/chauxterrepierre.fr\/index.php\/contact-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/chauxterrepierre.fr\/"},{"@type":"ListItem","position":2,"name":"Contactez-nous"}]},{"@type":"WebSite","@id":"https:\/\/chauxterrepierre.fr\/#website","url":"https:\/\/chauxterrepierre.fr\/","name":"Chaux Terre Pierre - GAP","description":"Nous fa\u00e7adons vos envies","publisher":{"@id":"https:\/\/chauxterrepierre.fr\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/chauxterrepierre.fr\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/chauxterrepierre.fr\/#organization","name":"Chaux Terre Pierre - GAP","url":"https:\/\/chauxterrepierre.fr\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/chauxterrepierre.fr\/#\/schema\/logo\/image\/","url":"https:\/\/chauxterrepierre.fr\/wp-content\/uploads\/2024\/06\/1-CTP couleur baseline.jpg","contentUrl":"https:\/\/chauxterrepierre.fr\/wp-content\/uploads\/2024\/06\/1-CTP couleur baseline.jpg","width":1666,"height":1241,"caption":"Chaux Terre Pierre - GAP"},"image":{"@id":"https:\/\/chauxterrepierre.fr\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/chauxterrepierre.fr\/index.php\/wp-json\/wp\/v2\/pages\/2258","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chauxterrepierre.fr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chauxterrepierre.fr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chauxterrepierre.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/chauxterrepierre.fr\/index.php\/wp-json\/wp\/v2\/comments?post=2258"}],"version-history":[{"count":8,"href":"https:\/\/chauxterrepierre.fr\/index.php\/wp-json\/wp\/v2\/pages\/2258\/revisions"}],"predecessor-version":[{"id":3727,"href":"https:\/\/chauxterrepierre.fr\/index.php\/wp-json\/wp\/v2\/pages\/2258\/revisions\/3727"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/chauxterrepierre.fr\/index.php\/wp-json\/wp\/v2\/media\/3604"}],"wp:attachment":[{"href":"https:\/\/chauxterrepierre.fr\/index.php\/wp-json\/wp\/v2\/media?parent=2258"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}