
.page-cgu-wrapper {
    background-color: #f4f7f6; 
    padding-bottom: 80px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    min-height: 100vh; 
}


.cgu-hero {
    background-color: #2d3e50; 
    background-image: linear-gradient(135deg, #2d3e50 0%, #4a6fa5 100%); 
    color: white;
    text-align: center;
    
    
    
    padding-top: 180px; 
    padding-bottom: 80px;
    
    margin-bottom: -60px; 
}

.cgu-hero-content {
    max-width: 1200px; 
    margin: 0 auto;
    padding: 0 20px;
}

.cgu-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.cgu-subtitle {
    font-size: 1.1rem;
    opacity: 0.9;
    font-weight: 300;
    margin-top: 5px;
}


.cgu-main-container {
    max-width: 900px;
    margin: 0 auto;
    background: white;
    padding: 60px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08); 
    position: relative; 
    z-index: 2;
}


.cgu-document {
    display: none; 
}

.cgu-document.active,
#cgu-fr:not([style*="display: none"]),
#cgu-en:not([style*="display: none"]) {
    display: block; 
}


.lang-fr, .lang-en {
    
}


.cgu-meta-info {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 40px;
    color: #888;
    font-size: 0.9rem;
    font-style: italic;
}

.cgu-article {
    margin-bottom: 50px;
}

.cgu-article h2 {
    color: #2c3e50;
    font-size: 1.4rem;
    border-left: 5px solid #7fb038; 
    padding-left: 15px;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.cgu-article h3 {
    font-size: 1.15rem;
    color: #555;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cgu-article p, .cgu-article ul {
    font-size: 1rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
    text-align: justify;
}

.cgu-article ul {
    padding-left: 20px;
}

.cgu-article li {
    margin-bottom: 8px;
}

.cgu-article a {
    color: #7fb038;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.2s;
}

.cgu-article a:hover {
    color: #5a8026;
}


.legal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    background: #f9f9f9;
    padding: 25px;
    border-radius: 6px;
    border: 1px solid #eee;
}

.legal-box h3 {
    margin-top: 0;
    color: #7fb038;
    font-size: 1rem;
    text-transform: uppercase;
}

.legal-box p {
    font-size: 0.9rem;
    margin-bottom: 10px;
    text-align: left;
}


.alert-box {
    background-color: #fff8e1; 
    border-left: 4px solid #fbc02d;
    padding: 20px;
    border-radius: 4px;
    color: #5d4037;
    margin-top: 20px;
}

.alert-box p {
    margin: 0;
    text-align: left;
}


.cookie-notice {
    background-color: #eef5e6; 
    border: 1px solid #cce0b8;
    padding: 25px;
    border-radius: 6px;
    font-size: 0.95rem;
    color: #2f4f18;
    font-weight: 500;
}
.cookie-notice p {
    text-align: left;
    margin: 0;
}


@media (max-width: 768px) {
    .cgu-hero {
        padding-top: 140px; 
        padding-bottom: 50px;
    }
    
    .cgu-hero h1 {
        font-size: 1.6rem;
        padding: 0 15px;
    }

    .cgu-main-container {
        padding: 25px;
        margin: 0 15px;
    }
    
    .legal-grid {
        grid-template-columns: 1fr;
    }
}