{"id":978,"date":"2024-11-21T10:51:36","date_gmt":"2024-11-21T09:51:36","guid":{"rendered":"https:\/\/www.triliv.fr\/politique-de-confidentialite\/"},"modified":"2025-12-22T11:54:46","modified_gmt":"2025-12-22T10:54:46","slug":"privacy-policy","status":"publish","type":"page","link":"https:\/\/www.triliv.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 class=\"wp-block-paragraph\">The information collected via our contact form is stored in a computerised file by Triliv to facilitate communication with prospects and customers.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\">No IP addresses are collected when a form is sent via our website.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\">In accordance with the provisions of Articles 38 and following 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 class=\"wp-block-paragraph\">To exercise this right, please send your request by post to:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Triliv<\/strong><br>35 Rue \u00c9mile James<br>56410 \u00c9tel<br>+33(0)6 61 66 89 96<br>Or by email :sejour[at]triliv.fr<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\">No personal information about users of the triliv.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 triliv.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 triliv.fr website.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The databases are protected by the provisions of the law 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 class=\"wp-block-paragraph\">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 class=\"wp-block-paragraph\">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 Triliv 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 Triliv.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"liens-hypertextes\">Hyperlinks<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Hyperlinks may refer to other websites than this one. Triliv has no control over the content of such websites and accepts no responsibility in the event that such 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 Triliv 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 to [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":12,"comment_status":"closed","ping_status":"closed","template":"page-mentions-legales.php","meta":{"_acf_changed":false,"_seopress_titles_title":"","_seopress_titles_desc":"","_seopress_robots_index":"yes","_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":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","footnotes":""},"class_list":["post-978","page","type-page","status-publish"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.triliv.fr\/en\/wp-json\/wp\/v2\/pages\/978","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.triliv.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.triliv.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.triliv.fr\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.triliv.fr\/en\/wp-json\/wp\/v2\/comments?post=978"}],"version-history":[{"count":0,"href":"https:\/\/www.triliv.fr\/en\/wp-json\/wp\/v2\/pages\/978\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.triliv.fr\/en\/wp-json\/wp\/v2\/media?parent=978"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}