
/* VOYCOM - Politique de Confidentialité Chic - 2025 */

.privacy-policy {
    background: linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.85)),
                url('../images/confidentialite.png') center/cover no-repeat;
    background-attachment: fixed;
    padding: 140px 0 80px;
    font-family: 'Helvetica Neue', 'Montserrat', sans-serif;
    color: #222;
    line-height: 1.7;
}

/* Titre principal */
.policy-header {
    text-align: center;
    margin-bottom: 40px;
}

.policy-header h1 {
    font-family: "Georgia", serif;
    font-size: 40px;
    font-weight: 600;
    color: #1e477a;
    margin-bottom: 10px;
}

.policy-header::after {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #5c7ca7;
    margin: 20px auto;
    display: block;
}

.last-updated {
    font-style: italic;
    font-size: 14px;
    color: #666;
}

/* Intro */
.policy-intro {
    font-size: 18px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
    color: #3a3a3a;
}

/* Sections */
.policy-section {
    background-color: rgba(255,255,255,0.4);
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.05);
}

.policy-section h2 {
    font-size: 26px;
    font-family: "Georgia", serif;
    color: #1e477a;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.policy-section p,
.policy-section ul li {
    font-size: 17px;
    color: #444;
}

.policy-section ul {
    padding-left: 25px;
    list-style-type: none;
    margin-top: 10px;
}

.policy-section ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
}

.policy-section ul li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #5c7ca7;
    font-size: 22px;
}

/* Contact */
.contact-policy {
    background-color: #eef3fa;
    padding: 40px;
    border-left: 5px solid #1e477a;
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.05);
    text-align: center;
}

.contact-policy h2 {
    font-size: 24px;
    font-family: "Georgia", serif;
    color: #1e477a;
}

.contact-methods {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.contact-method {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 10px;
}

.contact-method a {
    color: #1e477a;
    font-weight: 600;
    text-decoration: none;
}

.contact-method a:hover {
    color: #5c7ca7;
    text-decoration: underline;
}
