{"id":489,"date":"2025-10-17T10:34:14","date_gmt":"2025-10-17T08:34:14","guid":{"rendered":"https:\/\/nosvillasalamer.com\/politique-de-confidentialite\/"},"modified":"2025-11-19T16:52:17","modified_gmt":"2025-11-19T15:52:17","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/nosvillasalamer.com\/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 computerised file by Nos Villas \u00e0 la Mer to facilitate communication with prospects and customers.<\/p>\n\n\n\n<p>They are intended for the company manager so that he or she can communicate with the persons 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 retained for a maximum period of 3 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 6 January 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 post to:<\/p>\n\n\n\n<p><strong>Nos Villas \u00e0 la Mer<\/strong><br>17 Avenue du G\u00e9n\u00e9ral de Gaulle<br>17690 Angoulins-sur-Mer<br>+33(0)7 65 22 42 14<br>Or by email :contact[at]nosvillasalamer.com<\/p>\n\n\n\n<p>The request must be in writing and signed, accompanied by a copy of the identity document bearing the signature of the holder, specifying the address to which the reply should be sent.<\/p>\n\n\n\n<p>No personal information about users of the nosvillasalamer.com 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 acquisition of the nosvillasalamer.com website from the website owner and its rights would the transmission of such information to the potential purchaser be permitted, who would in turn be bound by the same obligation to store and modify data with regard to users of the nosvillasalamer.com website.<\/p>\n\n\n\n<p>Databases are protected by the provisions of the Act of 1 July 1998 transposing Directive 96\/9 of 11 March 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\">Further 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 protocol and is hosted by o2switch.<\/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, colour codes, etc. found on this website are the exclusive property of the relevant entities of Nos Villas \u00e0 la Mer or its partners or suppliers, which do not grant any licence or any right other than that of consulting the website. The reproduction or use of all or part of these elements is authorised 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 authorisation has been obtained from Nos Villas \u00e0 la Mer.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"liens-hypertextes\">Hyperlinks<\/h3>\n\n\n\n<p>Hyperlinks may refer to other websites than this one. Nos Villas \u00e0 la Mer 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 computerised file by Nos Villas \u00e0 la Mer to facilitate communication with prospects and customers. They are intended for the company manager so that he or she can communicate with the persons concerned by [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":6,"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-489","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/nosvillasalamer.com\/en\/wp-json\/wp\/v2\/pages\/489","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nosvillasalamer.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nosvillasalamer.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nosvillasalamer.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/nosvillasalamer.com\/en\/wp-json\/wp\/v2\/comments?post=489"}],"version-history":[{"count":0,"href":"https:\/\/nosvillasalamer.com\/en\/wp-json\/wp\/v2\/pages\/489\/revisions"}],"wp:attachment":[{"href":"https:\/\/nosvillasalamer.com\/en\/wp-json\/wp\/v2\/media?parent=489"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}