{"id":423,"date":"2014-09-25T16:58:26","date_gmt":"2014-09-25T15:58:26","guid":{"rendered":"http:\/\/www.systerel.fr\/en\/?page_id=423"},"modified":"2023-07-04T09:54:53","modified_gmt":"2023-07-04T08:54:53","slug":"legal-notices","status":"publish","type":"page","link":"https:\/\/www.systerel.fr\/en\/legal-notices\/","title":{"rendered":"Legal notices &#038; credits"},"content":{"rendered":"\n<p>Legal\nnotices regulated by Regulation No. 2016\/679, known as the General Data\nProtection Regulations (RGPD) and by Law No. 78-17 of 6 January 1978, known as\nthe Data Protection Act, amended by Law No. 2018-493 of 20 June 2018.<\/p>\n\n\n\n<p><strong>Confidentiality of personal data<\/strong><\/p>\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                const 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            if (location.protocol !== 'https:') {\n                div.innerHTML = errorBlock+settings.OptOutErrorNotHttps+'<\/p>';\n                return;\n            }        \n            if (errorMessage !== null) {\n                div.innerHTML = errorBlock+errorMessage+'<\/p>';\n                return;\n            }\n            var content = '';        \n            if (consent) {\n                if (settings.showIntro) {\n                    content += '<p>'+settings.YouMayOptOut2+' '+settings.YouMayOptOut3+'<\/p>';                       \n                }\n                if (useTracker) {\n                    content += '<input onclick=\"_paq.push([\\'optUserOut\\']);showContent(false, null, true);\" id=\"trackVisits\" type=\"checkbox\" checked=\"checked\" \/>';\n                } else {\n                    content += '<input onclick=\"window.MatomoConsent.consentRevoked();showContent(false);\" id=\"trackVisits\" type=\"checkbox\" checked=\"checked\" \/>';\n                }\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                if (useTracker) {\n                    content += '<input onclick=\"_paq.push([\\'forgetUserOptOut\\']);showContent(true, null, true);\" id=\"trackVisits\" type=\"checkbox\" \/>';\n                } else {\n                    content += '<input onclick=\"window.MatomoConsent.consentGiven();showContent(true);\" id=\"trackVisits\" type=\"checkbox\" \/>';\n                }\n                content += '<label for=\"trackVisits\"><strong><span>'+settings.YouAreOptedOut+' '+settings.CheckToOptIn+'<\/span><\/strong><\/label>';\n            }                   \n            div.innerHTML = content;      \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 value = this.getCookie(this.CONSENT_COOKIE_NAME);\n                if (this.getCookie(this.CONSENT_REMOVED_COOKIE_NAME) && value) {                \n                    this.setCookie(this.CONSENT_COOKIE_NAME, '', -129600000);              \n                    return false;\n                }                \n                return (value || value !== 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<p><\/p>\n<style>\n       #matomo-opt-out { margin-bottom: 1em;}\n\t#matomo-opt-out > label { display:inline; }\n\t#matomo-opt-out > label span {  color:black; text-transform:none;}\n\t#trackVisits {display:inline; width:auto; margin-right: 1em;}\n\t\n<\/style>\n\n\n\n<p><\/p>\n\n\n\n<p>Your personal data (name, first name, address, postal code, city, e-mail, etc.) are collected in strict compliance with law N\u00b078-17 known as the amended Data Protection Act and Regulation n\u00b02016\/679.<\/p>\n\n\n\n<p>You can access your personal\ndata, rectify them, request their deletion or limit their processing.<\/p>\n\n\n\n<p>To exercise these rights or\nfor any question about the processing of your data in this system, you can\ncontact us by email (<a href=\"mailto:communication@systerel.fr\">communication@systerel.fr<\/a>).<\/p>\n\n\n\n<p>If, after contacting us, you\nconsider that your &#8220;Data Protection&#8221; rights are not respected, you\ncan file a complaint with the CNIL.<\/p>\n\n\n\n<p><strong>Rights and reproduction<\/strong><\/p>\n\n\n\n<p>In accordance with the\nprovisions of Article L. 122-4 of the French Intellectual Property Code, any\nreproduction of part or all of the site&#8217;s content is prohibited, regardless of\nits form.<\/p>\n\n\n\n<p>All registered and\nunregistered trademarks mentioned on this site are the exclusive property of\ntheir owners.<\/p>\n\n\n\n<p><strong>Responsible for the publication<\/strong><\/p>\n\n\n\n<p>This site is published by SAS Systerel, head office at 1115 rue Descartes, 13100 Aix-en-Provence, registered in the Aix-en-Provence Trade and Companies Register under number RCS AIX B 440 146 504 and represented by Fran\u00e7ois Bustany, Chairman.<\/p>\n\n\n\n<p><strong>Anti-spam protection<\/strong><\/p>\n\n\n\n<p>Google&#8217;s reCAPTCHA version 3 feature is active to protect form entries on our site. It is used to differentiate between entries made by a human being and automated abuse.<br>Its use is subject to the <a href=\"https:\/\/policies.google.com\/privacy?hl=en\">Google&#8217;s privacy policy<\/a> and the <a href=\"https:\/\/policies.google.com\/terms?hl=en\">Google&#8217;s terms of service<\/a>.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><strong>Credits<\/strong><\/p>\n\n\n\n<p>Creation: Or\u00e9alys<\/p>\n\n\n\n<p>This website has been\ncreated using WordPress<\/p>\n\n\n\n<p>Photos:  Thinkstock \u2013 Pixabay &#8211; Unsplash<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Legal notices regulated by Regulation No. 2016\/679, known as the General Data Protection Regulations (RGPD) and by Law No. 78-17 of 6 January 1978, known as the Data Protection Act, &hellip;<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-423","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Legal notices &amp; credits - Systerel English<\/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:\/\/www.systerel.fr\/en\/legal-notices\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Legal notices &amp; credits - Systerel English\" \/>\n<meta property=\"og:description\" content=\"Legal notices regulated by Regulation No. 2016\/679, known as the General Data Protection Regulations (RGPD) and by Law No. 78-17 of 6 January 1978, known as the Data Protection Act, &hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.systerel.fr\/en\/legal-notices\/\" \/>\n<meta property=\"og:site_name\" content=\"Systerel English\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-04T08:54:53+00:00\" \/>\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:\\\/\\\/www.systerel.fr\\\/en\\\/legal-notices\\\/\",\"url\":\"https:\\\/\\\/www.systerel.fr\\\/en\\\/legal-notices\\\/\",\"name\":\"Legal notices & credits - Systerel English\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systerel.fr\\\/en\\\/#website\"},\"datePublished\":\"2014-09-25T15:58:26+00:00\",\"dateModified\":\"2023-07-04T08:54:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.systerel.fr\\\/en\\\/legal-notices\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.systerel.fr\\\/en\\\/legal-notices\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.systerel.fr\\\/en\\\/legal-notices\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.systerel.fr\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Legal notices &#038; credits\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.systerel.fr\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.systerel.fr\\\/en\\\/\",\"name\":\"Systerel English\",\"description\":\"Safe real-time solutions\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.systerel.fr\\\/en\\\/?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":"Legal notices & credits - Systerel English","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:\/\/www.systerel.fr\/en\/legal-notices\/","og_locale":"en_US","og_type":"article","og_title":"Legal notices & credits - Systerel English","og_description":"Legal notices regulated by Regulation No. 2016\/679, known as the General Data Protection Regulations (RGPD) and by Law No. 78-17 of 6 January 1978, known as the Data Protection Act, &hellip;","og_url":"https:\/\/www.systerel.fr\/en\/legal-notices\/","og_site_name":"Systerel English","article_modified_time":"2023-07-04T08:54:53+00:00","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.systerel.fr\/en\/legal-notices\/","url":"https:\/\/www.systerel.fr\/en\/legal-notices\/","name":"Legal notices & credits - Systerel English","isPartOf":{"@id":"https:\/\/www.systerel.fr\/en\/#website"},"datePublished":"2014-09-25T15:58:26+00:00","dateModified":"2023-07-04T08:54:53+00:00","breadcrumb":{"@id":"https:\/\/www.systerel.fr\/en\/legal-notices\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.systerel.fr\/en\/legal-notices\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.systerel.fr\/en\/legal-notices\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.systerel.fr\/en\/"},{"@type":"ListItem","position":2,"name":"Legal notices &#038; credits"}]},{"@type":"WebSite","@id":"https:\/\/www.systerel.fr\/en\/#website","url":"https:\/\/www.systerel.fr\/en\/","name":"Systerel English","description":"Safe real-time solutions","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.systerel.fr\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.systerel.fr\/en\/wp-json\/wp\/v2\/pages\/423","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.systerel.fr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.systerel.fr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.systerel.fr\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.systerel.fr\/en\/wp-json\/wp\/v2\/comments?post=423"}],"version-history":[{"count":16,"href":"https:\/\/www.systerel.fr\/en\/wp-json\/wp\/v2\/pages\/423\/revisions"}],"predecessor-version":[{"id":2808,"href":"https:\/\/www.systerel.fr\/en\/wp-json\/wp\/v2\/pages\/423\/revisions\/2808"}],"wp:attachment":[{"href":"https:\/\/www.systerel.fr\/en\/wp-json\/wp\/v2\/media?parent=423"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}