{"id":755,"date":"2025-11-12T18:08:33","date_gmt":"2025-11-12T17:08:33","guid":{"rendered":"https:\/\/chateau-blanat.fr\/politique-de-confidentialite\/"},"modified":"2026-03-23T11:23:46","modified_gmt":"2026-03-23T10:23:46","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/chateau-blanat.fr\/en\/privacy-policy\/","title":{"rendered":"Privacy Policy"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"protection-des-biens-et-des-personnes-gestion-des-donnees-personnelles\">Protection of property and persons \u2013 management of personal data<\/h2>\n\n\n\n<p>The information collected via our contact form is stored in a computerized file by Ch\u00e2teau Blanat to facilitate communication with prospects and customers.<\/p>\n\n\n\n<p>It is intended for the company manager so that they can communicate with the individuals concerned by telephone or email, in particular to respond to their requests.<\/p>\n\n\n\n<p>No IP addresses are collected when a form is submitted via our website.<\/p>\n\n\n\n<p>The data collected is kept for a maximum of three years if no contract is concluded with our company.<\/p>\n\n\n\n<p>In accordance with the provisions of Articles 38 et seq. of Law 78-17 of January 6, 1978 on information technology, files, and civil liberties, all users have the right to access, rectify, delete, and object to personal data concerning them.<\/p>\n\n\n\n<p>To exercise this right, please send your request by mail to:<\/p>\n\n\n\n<p><strong>Ch\u00e2teau Blanat<\/strong><br>930 Route des Deux Ch\u00e2teaux<br>46110 Saint-Michel-de-Banni\u00e8res<br>+33(0)6 40 71 15 70<br>Or by email :contact[at]chateau-blanat.fr<\/p>\n\n\n\n<p>The request must be in writing and signed, accompanied by a copy of the identity document with the signature of the holder of the document, specifying the address to which the reply should be sent.<\/p>\n\n\n\n<p>No personal information about users of the chateau-blanat.fr website is published without the user&#8217;s knowledge, exchanged, transferred, assigned, or sold on any medium whatsoever to third parties. Only in the event of the purchase of the chateau-blanat.fr website from the owner of the website and its rights would it be possible for the said information to be passed on to the potential purchaser, who would in turn be bound by the same obligation to store and modify data with regard to users of the chateau-blanat.fr website.<\/p>\n\n\n\n<p>The databases are protected by the provisions of the law of July 1, 1998 transposing Directive 96\/9 of March 11, 1996 on the legal protection of databases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"statistiques-et-mesures-d-audience\">Statistics and audience measurements<\/h2>\n\n\n\n<div id=\"matomo-opt-out\" ><\/div>\n<script>    \n    var settings = {\"showIntro\":true,\"divId\":\"matomo-opt-out\",\"useSecureCookies\":true,\"cookiePath\":null,\"cookieDomain\":null,\"cookieSameSite\":\"Lax\",\"OptOutComplete\":\"Opt-out complete; your visits to this website will not be recorded by the Web Analytics tool.\",\"OptOutCompleteBis\":\"Note that if you clear your cookies, delete the opt-out cookie, or if you change computers or Web browsers, you will need to perform the opt-out procedure again.\",\"YouMayOptOut2\":\"You may choose to prevent this website from aggregating and analyzing the actions you take here.\",\"YouMayOptOut3\":\"Doing so will protect your privacy, but will also prevent the owner from learning from your actions and creating a better experience for you and other users.\",\"OptOutErrorNoCookies\":\"The tracking opt-out feature requires cookies to be enabled.\",\"OptOutErrorNotHttps\":\"The tracking opt-out feature may not work because this site was not loaded over HTTPS. Please reload the page to check if your opt out status changed.\",\"YouAreNotOptedOut\":\"You are not opted out.\",\"UncheckToOptOut\":\"Uncheck this box to opt-out.\",\"YouAreOptedOut\":\"You are currently opted out.\",\"CheckToOptIn\":\"Check this box to opt-in.\"};         \n    document.addEventListener('DOMContentLoaded', function() {                             \n        window.MatomoConsent.init(settings.useSecureCookies, settings.cookiePath, settings.cookieDomain, settings.cookieSameSite);                \n        showContent(window.MatomoConsent.hasConsent());        \n    });    \n    \n    \n        function showContent(consent, errorMessage = null, useTracker = false) {\n    \n            var errorBlock = '<p style=\"color: red; font-weight: bold;\">';\n    \n            var div = document.getElementById(settings.divId);\n            if (!div) {\n                var warningDiv = document.createElement(\"div\");\n                var msg = 'Unable to find opt-out content div: \"'+settings.divId+'\"';\n                warningDiv.id = settings.divId+'-warning';\n                warningDiv.innerHTML = errorBlock+msg+'<\/p>';\n                document.body.insertBefore(warningDiv, document.body.firstChild);\n                console.log(msg);\n                return;\n            }\n            \n            if (!navigator || !navigator.cookieEnabled) {\n                div.innerHTML = errorBlock+settings.OptOutErrorNoCookies+'<\/p>';\n                return;\n            }\n\n            if (errorMessage !== null) {\n                div.innerHTML = errorBlock+errorMessage+'<\/p>';\n                return;\n            }\n\n            var content = '';        \n\n            if (location.protocol !== 'https:') {\n                content += errorBlock + settings.OptOutErrorNotHttps + '<\/p>';\n            }\n\n            if (consent) {\n                if (settings.showIntro) {\n                    content += '<p>'+settings.YouMayOptOut2+' '+settings.YouMayOptOut3+'<\/p>';                       \n                }\n                content += '<input id=\"trackVisits\" type=\"checkbox\" checked=\"checked\" \/>';\n                content += '<label for=\"trackVisits\"><strong><span>'+settings.YouAreNotOptedOut+' '+settings.UncheckToOptOut+'<\/span><\/strong><\/label>';                               \n            } else {\n                if (settings.showIntro) {\n                    content += '<p>'+settings.OptOutComplete+' '+settings.OptOutCompleteBis+'<\/p>';\n                }\n                content += '<input id=\"trackVisits\" type=\"checkbox\" \/>';\n                content += '<label for=\"trackVisits\"><strong><span>'+settings.YouAreOptedOut+' '+settings.CheckToOptIn+'<\/span><\/strong><\/label>';\n            }                   \n            div.innerHTML = content;      \n\n            var tV = document.getElementById('trackVisits');\n            if (consent) {\n                if (useTracker) {\n                    tV.addEventListener(\"click\", function (e) {\n                        _paq.push(['optUserOut']);\n                        showContent(false, null, true);\n                    });\n                } else {\n                    tV.addEventListener(\"click\", function (e) {\n                        window.MatomoConsent.consentRevoked();\n                        showContent(false);\n                    });\n                }\n            } else {\n                if (useTracker) {\n                    tV.addEventListener(\"click\", function (e) {\n                        _paq.push(['forgetUserOptOut']);\n                        showContent(true, null, true);\n                    });\n                } else {\n                    tV.addEventListener(\"click\", function (e) {\n                        window.MatomoConsent.consentGiven();\n                        showContent(true);\n                    });\n                }\n            }\n        };   \n\n        window.MatomoConsent = {                         \n            cookiesDisabled: (!navigator || !navigator.cookieEnabled),        \n            CONSENT_COOKIE_NAME: 'mtm_consent', CONSENT_REMOVED_COOKIE_NAME: 'mtm_consent_removed', \n            cookieIsSecure: false, useSecureCookies: true, cookiePath: '', cookieDomain: '', cookieSameSite: 'Lax',     \n            init: function(useSecureCookies, cookiePath, cookieDomain, cookieSameSite) {\n                this.useSecureCookies = useSecureCookies; this.cookiePath = cookiePath;\n                this.cookieDomain = cookieDomain; this.cookieSameSite = cookieSameSite;\n                if(useSecureCookies && location.protocol !== 'https:') {\n                    console.log('Error with setting useSecureCookies: You cannot use this option on http.');             \n                } else {\n                    this.cookieIsSecure = useSecureCookies;\n                }\n            },               \n            hasConsent: function() {\n                var consentCookie = this.getCookie(this.CONSENT_COOKIE_NAME);\n                var removedCookie = this.getCookie(this.CONSENT_REMOVED_COOKIE_NAME);\n                if (!consentCookie && !removedCookie) {\n                    return true; \/\/ No cookies set, so opted in\n                }\n                if (removedCookie && consentCookie) {                \n                    this.setCookie(this.CONSENT_COOKIE_NAME, '', -129600000);              \n                    return false;\n                }                \n                return (consentCookie || consentCookie !== 0);            \n            },        \n            consentGiven: function() {                                                        \n                this.setCookie(this.CONSENT_REMOVED_COOKIE_NAME, '', -129600000);\n                this.setCookie(this.CONSENT_COOKIE_NAME, new Date().getTime(), 946080000000);\n            },      \n            consentRevoked: function() {    \n                this.setCookie(this.CONSENT_COOKIE_NAME, '', -129600000);\n                this.setCookie(this.CONSENT_REMOVED_COOKIE_NAME, new Date().getTime(), 946080000000);                \n            },                   \n            getCookie: function(cookieName) {            \n                var cookiePattern = new RegExp('(^|;)[ ]*' + cookieName + '=([^;]*)'), cookieMatch = cookiePattern.exec(document.cookie);\n                return cookieMatch ? window.decodeURIComponent(cookieMatch[2]) : 0;\n            },        \n            setCookie: function(cookieName, value, msToExpire) {                       \n                var expiryDate = new Date();\n                expiryDate.setTime((new Date().getTime()) + msToExpire);            \n                document.cookie = cookieName + '=' + window.encodeURIComponent(value) +\n                    (msToExpire ? ';expires=' + expiryDate.toGMTString() : '') +\n                    ';path=' + (this.cookiePath || '\/') +\n                    (this.cookieDomain ? ';domain=' + this.cookieDomain : '') +\n                    (this.cookieIsSecure ? ';secure' : '') +\n                    ';SameSite=' + this.cookieSameSite;               \n                if ((!msToExpire || msToExpire >= 0) && this.getCookie(cookieName) !== String(value)) {\n                    console.log('There was an error setting cookie `' + cookieName + '`. Please check domain and path.');                \n                }\n            }\n        };           \n<\/script>\n      \n\n\n\n<h2 class=\"wp-block-heading\" id=\"informations-supplementaires\">Additional information<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"comment-nous-protegeons-vos-donnees\">How we protect your data<\/h3>\n\n\n\n<p>Your personal data, which may be transmitted via this website, uses HTTPS encryption and is hosted by OVHCloud.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"propriete-intellectuelle\">Intellectual property<\/h3>\n\n\n\n<p>In accordance with the laws governing the ownership of literary and artistic rights or other similar rights, all elements, trademarks, names, photographs, designs, models, logos, graphics, color codes, etc. found on this website are the exclusive property of the relevant entities of Ch\u00e2teau Blanat or its partners or suppliers, which do not grant any license or any right other than that of consulting the website. The reproduction or use of all or part of these elements is authorized solely for the purposes of information for personal and private use, any reproduction and any use of copies made for other purposes being expressly prohibited. Any other use constitutes an infringement and is punishable under intellectual property law, unless prior written authorization has been obtained from Ch\u00e2teau Blanat.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"liens-hypertextes\">Hyperlinks<\/h3>\n\n\n\n<p>Hypertext links may refer to other websites. Ch\u00e2teau Blanat has no control over the content of these websites and accepts no responsibility in the event that this content contravenes the legal and regulatory provisions in force.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Protection of property and persons \u2013 management of personal data The information collected via our contact form is stored in a computerized file by Ch\u00e2teau Blanat to facilitate communication with prospects and customers. It is intended for the company manager so that they can communicate with the individuals concerned by telephone or email, in particular [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":9,"comment_status":"closed","ping_status":"closed","template":"page-simple.php","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"yes","footnotes":""},"class_list":["post-755","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/chateau-blanat.fr\/en\/wp-json\/wp\/v2\/pages\/755","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/chateau-blanat.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/chateau-blanat.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/chateau-blanat.fr\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/chateau-blanat.fr\/en\/wp-json\/wp\/v2\/comments?post=755"}],"version-history":[{"count":0,"href":"https:\/\/chateau-blanat.fr\/en\/wp-json\/wp\/v2\/pages\/755\/revisions"}],"wp:attachment":[{"href":"https:\/\/chateau-blanat.fr\/en\/wp-json\/wp\/v2\/media?parent=755"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}