privacy policy style

This commit is contained in:
Tykayn 2025-09-02 14:40:47 +02:00 committed by tykayn
parent d4f3c119b2
commit bca0e5563c
9 changed files with 117 additions and 50 deletions

View file

@ -14,7 +14,7 @@
#translation_request {
.helper {
padding-left: 5.3vw;
padding-left: 2.65vw;
padding-bottom: 16px;
}
}

View file

@ -28,21 +28,34 @@
<span>×</span>
</button>
<div class="popup-body">
<h2>Privacy Policy</h2>
<h2 class="title">Privacy Policy</h2>
<p>
This privacy policy explains how we collect, use, and protect your personal information when you use our
services.
Personal Data Protection Policy
</p>
<p>
We collect information to provide better services to all our users. This includes information you provide to
us, such as your name, email address, and other personal details.
We are committed to protecting your data in accordance with the General Data Protection Regulation (GDPR).
</p>
<p>
We use this information to provide, maintain, and improve our services, develop new ones, and protect our
users.
Key Principles: To facilitate the search for similar cases when a customer requests support, Safran Aircraft Engines (www.safran-group.com) processes personal data based on its legitimate interest in saving time when handling customer requests and meeting its commitments regarding response times.
</p>
<p>
We will not share your personal information with anyone except as described in this Privacy Policy.
The company processes the following personal data of CSC employees, customers, and partners (GE):
Identification data: first name, last name
Professional data: employee ID (for internal staff), email address, phone number, postal address, affiliated company, or any other information contained in email signatures
Connection data: login logs containing employee ID, IP address, actions performed, date and time of connection, technical status (technical error)
User account data comes from the CRM and is retained based on the onboarding and offboarding of CSC employees. This data is only accessible to individuals who need it to perform their duties, including the CSC team, IT service providers, and technical and functional administrators.
</p>
<p>
As part of Safran's legitimate interest in securing its information system by ensuring traceability, login logs are also processed and retained for 3 months; they are only accessible to administrators and the IT security team.
</p>
<p>
Data subjects have the right to access, rectify, erase, restrict, and port their data, as well as the right to object. These rights can be exercised by contacting the Data Protection Officer of Safran Aircraft Engines at: dpo.sae@safrangroup.com.
</p>
<p>
Data subjects may also file a complaint with the French data protection authority (www.cnil.fr).
</p>
<p>
Last updated: March 2025
</p>
</div>
<div class="popup-footer">

View file

@ -57,6 +57,7 @@
display: flex;
justify-content: center;
align-items: center;
color: #1B1D27;
.popup-overlay {
position: absolute;
@ -96,7 +97,6 @@
align-items: center;
cursor: pointer;
font-size: 24px;
color: var(--color-text-title, #255B8E);
&:hover {
background-color: rgba(0, 0, 0, 0.05);
@ -107,20 +107,25 @@
padding: 30px;
overflow-y: auto;
h2 {
color: var(--color-text-title, #255B8E);
font-family: var(--Fonts-Font-text, Barlow);
font-size: 24px;
.title {
color: #000;
leading-trim: both;
text-edge: cap;
font-family: Barlow;
font-size: 20px;
font-style: normal;
font-weight: 600;
margin-bottom: 20px;
line-height: 20px; /* 100% */
}
p {
color: var(--color-text, #333);
font-family: var(--Fonts-Font-text, Barlow);
font-size: 16px;
line-height: 1.5;
margin-bottom: 15px;
color: #000;
font-family: Barlow;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; /* 16.8px */
margin-bottom: 1rem;
}
}
@ -133,9 +138,10 @@
.agree-button {
padding: 12px 30px;
border-radius: 10px;
border: none;
background: var(--Gradient, linear-gradient(77deg, #073A7C -4.23%, #1767AD 51.8%, #255B8E 87.72%));
border-radius: 8px;
background: linear-gradient(145deg, #55BCEC -21.82%, #005AA2 82.35%), #FFF;
color: white;
font-family: var(--Fonts-Font-text, Barlow);
font-size: 16px;