Privacy Policy

Owner of the site: Micael de Prado SIRET : 89741787900011 Contact us: [email protected]

Hosting:

  • Amazon Web Services Amazon.com Legal Department 410 Terry Avenue North P.O. Box 81226 Seattle, WA 98108-1226 - USA http://aws.amazon.com
  • Netlify - 610 22nd Street, Suite 315, San Francisco, CA 94107 Website: https://www.netlify.com

Security and protection of personal data

Definitions :

The Publisher: The person, natural or legal, who publishes the online public communication services. The Site: All sites, web pages and online services offered by the Publisher. The User: The person using the Site and the services.

Nature of the data collected

In the course of using the Sites, the Publisher may collect the following categories of data about its Users

Civil status, identity, identification data...

Connection data (IP addresses, event logs, etc.)

We collect and process your name, address, email address, password, phone number, actions (movie ratings, reviews, comments, etc.), login and browsing data or purchase history.

When do we collect this personal data?

We collect the information you provide to us when you

  • you create and manage your Cinetimes account
  • you browse and take actions on our site or our mobile applications
  • you take part in a competition
  • you make a purchase on our site

Aggregation of data

Aggregation with non-personal data We may publish, disclose and use Aggregate Information (information about all of our Users or specific groups or categories of Users that we combine so that an individual User cannot be identified or referred to) and Non-Personal Information for industry and market analysis, demographic profiling, promotional and advertising purposes and other business purposes.

Aggregation with personal data available on the User's social accounts If you connect your account to an account on another service for the purpose of cross-mailing, that service may share your profile information, login information, and any other information you have authorized to be shared with us. We may aggregate information about all of our other Users, groups, accounts, and personal data available to the User.

Cookies

Cookie retention period In accordance with the recommendations of the CNIL, the maximum retention period for cookies is 13 months after they are first deposited in the User's terminal, as is the duration of the validity of the User's consent to the use of these cookies. The lifetime of cookies is not extended with each visit. The User's consent must therefore be renewed at the end of this period.

Purpose of cookies Cookies may be used for statistical purposes, in particular to optimise the services provided to the User, based on the processing of information concerning the frequency of access, the personalisation of pages, the operations carried out and the information consulted. You are informed that the Publisher may place cookies on your terminal. The cookie records information relating to navigation on the service (the pages you have consulted, the date and time of the consultation, etc.) which we can read during your subsequent visits.

Retention of technical data

Duration of retention of technical data Technical data is kept for the time strictly necessary to achieve the purposes mentioned above.

Time limit for retention of personal data and anonymisation

Deletion of data after deletion of the account Means of data purging are put in place to provide for the effective deletion of data as soon as the retention or archiving period necessary for the achievement of the determined or imposed purposes is reached. In accordance with the law nยฐ78-17 of January 6, 1978 relating to data processing, files and freedoms, you also have a right to delete your data that you can exercise at any time by contacting the Publisher.

Deletion of the account

Deletion of account on request The User may delete his or her Account at any time, by simple request to the Publisher OR through the Account deletion menu in the Account settings if applicable.

Deletion of Account in the event of a breach of the TOS. If you violate any provision of the TOS or any other document incorporated herein by reference, the Publisher reserves the right to terminate or restrict your use of and access to the Services, your Account and all Sites at its sole discretion without prior notice.

Indications of any security breach detected by the Publisher

Information to the User in the event of a security breach We undertake to implement all appropriate technical and organisational measures to ensure a level of security appropriate to the risks of accidental, unauthorised or illegal access, disclosure, alteration, loss or destruction of your personal data. In the event that we become aware of unlawful access to your personal data stored on our servers or those of our service providers, or of unauthorised access resulting in the risks identified above, we undertake to

  • Notify you of the incident as soon as possible;
  • Examine the causes of the incident and inform you of them;
  • Take reasonable steps to mitigate the negative effects and damage that may result from the incident;

Limitation of Liability In no event shall the undertakings set out in the above point relating to notification in the event of a security breach be construed as an admission of fault or liability for the occurrence of the incident in question.

See our dedicated page: https://cinetimes.org/help/copyright/

Google Analytics Warning

This website uses Google Analytics, a web analysis service provided by Google Inc. ("Google"). Google Analytics uses "cookies", which are text files placed on your computer, to help the website analyze how users use the site. The information generated by the cookie about your use of the website (including your IP address) will be transmitted to and stored by Google on servers in the United States. Google will use this information for the purpose of evaluating your use of the website, compiling reports on website activity for website operators and providing other services relating to website activity and internet usage. Google may also transfer this information to third parties where required to do so by law, or where such third parties process the information on Google's behalf. Google will not associate your IP address with any other data held by Google. You may refuse the use of cookies by selecting the appropriate settings on your browser. However, if you do this you may not be able to use the full functionality of this website. By using this website, you consent to the processing of data about you by Google in the manner and for the purposes set out above.

Changes to the T&Cs and the privacy policy

In the event of a change to these T&Cs, we undertake not to lower the level of privacy substantially without informing the persons concerned. We undertake to inform you in the event of a substantial change to the TOS, and not to lower the level of confidentiality of your data substantially without informing you and obtaining your consent.

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="html" omit-xml-declaration="yes" ></xsl:output> <xsl:template match="/">

<xsl:attribute name="lang"> <xsl:value-of select="//Labels/Language"></xsl:value-of> </xsl:attribute> <xsl:attribute name="dir"> <xsl:value-of select="//Labels/TextDirection"></xsl:value-of> </xsl:attribute>

  <!-- General cookie introduction -->
  <p class="CookieDeclarationDialogText">
    <xsl:value-of select="//Labels/Title" ></xsl:value-of>. <xsl:value-of select="//Labels/Text" ></xsl:value-of>
  </p>
  <p class="CookieDeclarationIntro">
    <xsl:value-of select="//Labels/CookieGeneralIntro" ></xsl:value-of>
  </p>
  <p>
    <xsl:value-of select="//Labels/ConsentDomains"></xsl:value-of>
  </p>
  [#CONSENTSTATE_PANEL#]
  <br/>
  <p class="CookieDeclarationLastUpdated">
    <xsl:value-of select="//Labels/LastUpdated" disable-output-escaping="yes"></xsl:value-of>:
  </p>

  <!-- Necessary cookies -->
  <xsl:apply-templates select="//Cookies">
    <xsl:with-param name="cookieTypeCategory" select="1"></xsl:with-param>
    <xsl:with-param name="cookieTypeHeader" select="//Labels/CookieTypeNecessaryTitle"></xsl:with-param>
    <xsl:with-param name="cookieTypeDescription" select="//Labels/CookieTypeNecessaryIntro"></xsl:with-param>
  </xsl:apply-templates>

  <!-- Preference cookies -->
  <xsl:apply-templates select="//Cookies">
    <xsl:with-param name="cookieTypeCategory" select="2"></xsl:with-param>
    <xsl:with-param name="cookieTypeHeader" select="//Labels/CookieTypePreferenceTitle"></xsl:with-param>
    <xsl:with-param name="cookieTypeDescription" select="//Labels/CookieTypePreferenceIntro"></xsl:with-param>
  </xsl:apply-templates>

  <!-- Statistics cookies -->
  <xsl:apply-templates select="//Cookies">
    <xsl:with-param name="cookieTypeCategory" select="3"></xsl:with-param>
    <xsl:with-param name="cookieTypeHeader" select="//Labels/CookieTypeStatisticsTitle"></xsl:with-param>
    <xsl:with-param name="cookieTypeDescription" select="//Labels/CookieTypeStatisticsIntro"></xsl:with-param>
  </xsl:apply-templates>

  <!-- Marketing cookies -->
  <xsl:apply-templates select="//Cookies">
    <xsl:with-param name="cookieTypeCategory" select="4"></xsl:with-param>
    <xsl:with-param name="cookieTypeHeader" select="//Labels/CookieTypeMarketingTitle"></xsl:with-param>
    <xsl:with-param name="cookieTypeDescription" select="//Labels/CookieTypeMarketingIntro"></xsl:with-param>
  </xsl:apply-templates>

  <!-- Unclassified cookies -->
  <xsl:apply-templates select="//Cookies">
    <xsl:with-param name="cookieTypeCategory" select="5"></xsl:with-param>
    <xsl:with-param name="cookieTypeHeader" select="//Labels/CookieTypeUnclassifiedTitle"></xsl:with-param>
    <xsl:with-param name="cookieTypeDescription" select="//Labels/CookieTypeUnclassifiedIntro"></xsl:with-param>
  </xsl:apply-templates>
  
</div>

</xsl:template>

<xsl:template match="//Cookies"> <xsl:param name="cookieTypeCategory"></xsl:param> <xsl:param name="cookieTypeHeader"></xsl:param> <xsl:param name="cookieTypeDescription"></xsl:param> <xsl:if test="count(//Cookies/Cookie[Category = $cookieTypeCategory]) > 0">

<xsl:attribute name="lang"> <xsl:value-of select="//Labels/Language"></xsl:value-of> </xsl:attribute> <xsl:attribute name="dir"> <xsl:value-of select="//Labels/TextDirection"></xsl:value-of> </xsl:attribute>

<xsl:value-of select="$cookieTypeHeader" ></xsl:value-of> (<xsl:value-of select="count(//Cookies/Cookie[Category = $cookieTypeCategory]/Domains/Domain)" ></xsl:value-of>)

<xsl:value-of select="$cookieTypeDescription" ></xsl:value-of>

<xsl:apply-templates select="//Cookies/Cookie[Category = $cookieTypeCategory]"> <xsl:sort select="Name"></xsl:sort> </xsl:apply-templates>
<xsl:attribute name="dir"> <xsl:value-of select="//Labels/TextDirection"></xsl:value-of> </xsl:attribute> <xsl:value-of select="//Labels/HeaderName" ></xsl:value-of> <xsl:attribute name="dir"> <xsl:value-of select="//Labels/TextDirection"></xsl:value-of> </xsl:attribute> <xsl:value-of select="//Labels/HeaderProvider" ></xsl:value-of> <xsl:attribute name="dir"> <xsl:value-of select="//Labels/TextDirection"></xsl:value-of> </xsl:attribute> <xsl:value-of select="//Labels/HeaderPurpose" ></xsl:value-of> <xsl:attribute name="dir"> <xsl:value-of select="//Labels/TextDirection"></xsl:value-of> </xsl:attribute> <xsl:value-of select="//Labels/HeaderExpiry" ></xsl:value-of> <xsl:attribute name="dir"> <xsl:value-of select="//Labels/TextDirection"></xsl:value-of> </xsl:attribute> <xsl:value-of select="//Labels/HeaderType" ></xsl:value-of>
</xsl:if> </xsl:template>

<xsl:template match="//Cookies/Cookie"> <xsl:value-of select="Name"></xsl:value-of> <xsl:if test="count(Domains/Domain) > 1"> [x<xsl:value-of select="count(Domains/Domain)"></xsl:value-of>]
</xsl:if> <xsl:for-each select="Domains/Domain"> <xsl:value-of select="DomainName"></xsl:value-of> <xsl:if test="position() != last()">
</xsl:if> </xsl:for-each> <xsl:value-of select="Purpose"></xsl:value-of> <xsl:value-of select="Expire"></xsl:value-of> <xsl:value-of select="TrackerType"></xsl:value-of> </xsl:template>

</xsl:stylesheet>