.cgv-container {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #2C3E50;
    line-height: 1.6;
    padding: 2rem 0;
}

.cgv-section {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.cgv-section h2 {
    color: #4A90E2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.cgv-section p, .cgv-section li {
    margin-bottom: 0.75rem;
}

.cgv-section ul {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.cgv-section li {
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .cgv-container {
        padding: 1rem 0;
    }
    
    .cgv-section h2 {
        font-size: 1.3rem;
    }
}


.cgv-container {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #2C3E50;
    line-height: 1.6;
    padding: 2rem 0;
}

.cgv-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.cgv-section {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.cgv-section h2 {
    color: #4A90E2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.cgv-section p, .cgv-section li {
    margin-bottom: 0.75rem;
}

.cgv-section ul {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.cgv-section li {
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .cgv-container {
        padding: 1rem 0;
    }
    
    .cgv-wrapper {
        padding: 0 15px;
    }
    
    .cgv-section h2 {
        font-size: 1.3rem;
    }
}

/* Style pour le header */
.hero-section {
    position: relative;
    text-align: center;
    padding: 5rem 1rem 3rem;
    color: white;
    overflow: hidden;
    min-height: 30vh !important;
    max-height: 40vh;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.logo {
    margin-bottom: 2rem;
}

.logo img {
    height: 180px;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 4rem 1rem 2rem;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
}


.privacy-container, .legal-container {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #2C3E50;
    line-height: 1.6;
    padding: 2rem 0;
}

.privacy-wrapper, .legal-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.privacy-section, .legal-section {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.privacy-section h2, .legal-section h2 {
    color: #4A90E2;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.privacy-section p, .privacy-section li, .legal-section p, .legal-section li {
    margin-bottom: 0.75rem;
}

.privacy-section ul, .legal-section ul {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.privacy-section li, .legal-section li {
    margin-bottom: 0.5rem;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
}

.data-table th, .data-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.data-table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.data-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

@media (max-width: 768px) {
    .privacy-container, .legal-container {
        padding: 1rem 0;
    }
    
    .privacy-wrapper, .legal-wrapper {
        padding: 0 15px;
    }
    
    .privacy-section h2, .legal-section h2 {
        font-size: 1.3rem;
    }
    
    .data-table {
        font-size: 0.9rem;
    }
    
    .data-table th, .data-table td {
        padding: 8px 5px;
    }
}


@media (max-width: 768px) {
    .hero-section {
        padding: 4rem 1rem 2rem;
    }
    
    .hero-content h1 {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
}