/* cgv.css — spécifique CGV, le style global est dans ./style.css */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html { scroll-behavior: smooth; }
a { text-decoration: none; transition: all 0.3s ease; }
ul { list-style: none; }
img { max-width: 100%; height: auto; }

body.cgv-clear {
    color: #111;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
}
body.cgv-clear::before {
    display: none;
}
.cgv-clear main {
    padding-top: 110px;
}
.cgv-clear section {
    padding: 80px 0;
    position: relative;
    scroll-margin-top: 200px;
}
.cgv-clear .background-gradient {
    background: #000000;
    filter: none;
}
.cgv-clear .background-gradient::before,
.cgv-clear .background-gradient::after {
    display: none;
}
.cgv-clear .glass-nav {
    background: #000000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    height: auto;
    padding: 12px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.cgv-clear header,
.cgv-clear .glass-nav,
.cgv-clear .glass-nav * {
    color: #ffffff;
}
.cgv-clear .glass-nav .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.cgv-clear .container {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 10px;
}
.cgv-clear nav a {
    color: #ffffff;
    font-weight: 500;
    padding: 8px 0;
}
.cgv-clear nav a::after {
    background: rgba(255,255,255,0.9);
}
.cgv-clear nav {
    display: flex;
    justify-content: center;
    width: 100%;
}
.cgv-clear nav ul {
    margin: 0;
    gap: 20px;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
}
.cgv-clear .logo {
    margin-bottom: 4px;
}
.cgv-clear .logo-text h1 {
    background: linear-gradient(135deg, #EFCC1A, #FFD700, #D09E4E);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.cgv-clear .logo-subtitle {
    color: #ffffff;
    opacity: 0.9;
}
.cgv-clear .logo-img {
    height: 50px;
    width: auto;
    margin-right: 15px;
    filter: drop-shadow(0 0 5px rgba(255,255,255,0.3));
    transition: transform 0.3s ease;
}
.cgv-clear .logo a:hover .logo-img {
    transform: scale(1.05);
}
.cgv-clear .menu-toggle {
    color: #ffffff;
}
.cgv-clear .glass-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    border-radius: 16px;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.cgv-clear .glass-card h3 {
    margin-top: 10px;
    margin-bottom: 8px;
    color: #111111;
}
.cgv-clear .glass-card p,
.cgv-clear .glass-card ul {
    margin-bottom: 12px;
}
.cgv-clear .glass-card::before,
.cgv-clear .glass-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    pointer-events: none;
}
.cgv-clear .glass-card::before {
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0,0,0,0.04), transparent);
    transform: skewX(-25deg);
}
.cgv-clear .glass-card::after {
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.03) 0%, transparent 50%, rgba(0,0,0,0.02) 100%);
    border-radius: 16px;
}
.cgv-clear .glass-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}
.cgv-clear #confidentialite .glass-card {
    background: transparent;
    border: none;
    box-shadow: none;
}
.cgv-clear #confidentialite .glass-card::before,
.cgv-clear #confidentialite .glass-card::after {
    display: none;
}
.cgv-clear #confidentialite .glass-card h3,
.cgv-clear #confidentialite .glass-card p,
.cgv-clear #confidentialite .glass-card ul,
.cgv-clear #confidentialite .glass-card li {
    color: #ffffff;
}
.cgv-clear .glass-footer {
    background: #000000;
    color: #ffffff;
    border-top: 1px solid rgba(255,255,255,0.12);
}
.cgv-clear .footer-links a,
.cgv-clear .footer-bottom,
.cgv-clear .footer-title,
.cgv-clear .footer-subtitle {
    color: #ffffff;
}
.cgv-clear .footer-subtitle {
    opacity: 0.9;
}
.cgv-clear .section-header {
    text-align: center;
    margin-bottom: 20px;
}
.cgv-clear .section-header .separator {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #EFCC1A, #D09E4E);
    margin: 0 auto 20px;
    border-radius: 2px;
}
.cgv-clear .section-header h2 {
    color: #ffffff;
}
.cgv-clear .section-header p {
    color: #ffffff;
    opacity: 0.9;
}
.cgv-clear .dash-list {
    list-style: none;
    padding-left: 0;
}
.cgv-clear .dash-list li {
    position: relative;
    padding-left: 22px;
}
.cgv-clear .dash-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    color: #D09E4E;
    font-weight: 600;
}
.cgv-clear .btn {
    display: inline-block;
    text-decoration: none;
    border-radius: 12px;
    padding: 10px 16px;
    font-weight: 500;
}
.cgv-clear .btn-secondary {
    background: #111111;
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.2);
}
.cgv-clear .btn-secondary:hover {
    border-color: #FFD700;
    color: #FFD700;
}
