/* Info Pages Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    background: linear-gradient(135deg, #1e3c37 0%, #2d5a4f 50%, #1e3c37 100%);
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header */
.header {
    background: rgba(0, 0, 0, 0.2);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(10px);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
}

.logo-icon {
    font-size: 28px;
    margin-right: 10px;
}

.logo h1 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 2px;
}

.back-link {
    color: #64d8cb;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    border: 1px solid #64d8cb;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.back-link:hover {
    background: #64d8cb;
    color: #1e3c37;
}

/* Main Content */
.main-content {
    background: white;
    margin: 40px auto;
    max-width: 1000px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.page-header {
    background: linear-gradient(135deg, #2e4f4f 0%, #1e3f3f 100%);
    color: white;
    padding: 40px;
    text-align: center;
}

.page-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-subtitle {
    font-size: 16px;
    opacity: 0.9;
}

.page-content {
    padding: 40px;
}

.section {
    margin-bottom: 40px;
}

.section-title {
    font-size: 24px;
    color: #2e4f4f;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #64d8cb;
}

.section-content {
    font-size: 16px;
    line-height: 1.8;
}

.section-content p {
    margin-bottom: 15px;
}

.section-content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.section-content li {
    margin-bottom: 10px;
}

.highlight-box {
    background: #f8f9fa;
    border-left: 4px solid #64d8cb;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.highlight-box h4 {
    color: #2e4f4f;
    margin-bottom: 10px;
}

.warning-box {
    background: #fff5f5;
    border-left: 4px solid #e53e3e;
    padding: 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
}

.warning-box h4 {
    color: #e53e3e;
    margin-bottom: 10px;
}

.contact-info {
    background: #f7faff;
    padding: 30px;
    border-radius: 8px;
    margin: 30px 0;
    border: 1px solid #e2e8f0;
}

.contact-info h4 {
    color: #2e4f4f;
    margin-bottom: 15px;
    font-size: 18px;
}

.contact-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contact-item strong {
    min-width: 80px;
    color: #2e4f4f;
}

.contact-item a {
    color: #64d8cb;
    text-decoration: none;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* Footer */
.footer {
    background: #1a1a1a;
    color: white;
    padding: 40px 0 20px;
    margin-top: 60px;
}

.footer-container {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 30px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
}

.footer-logo .logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo .logo-icon {
    font-size: 24px;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    padding: 8px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo h2 {
    font-size: 24px;
    font-weight: bold;
    color: white;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.footer-menu {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.footer-link {
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: white;
    text-decoration: underline;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-organizations {
    display: flex;
    align-items: center;
    gap: 35px;
    flex-wrap: wrap;
}

.org-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    min-height: 70px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.org-logo:hover .org-img {
    transform: scale(1.1);
    opacity: 0.8;
}

.org-logo:hover {
    transform: translateY(-2px);
}

.age-restriction {
    background: #dc3545;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.org-img {
    height: 60px;
    width: auto;
    max-width: 120px;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.anj-logo {
    background: none;
    border: none;
    padding: 5px;
}

.gamcare-logo {
    background: none;
    padding: 5px;
}

.mediateur-logo {
    background: none;
    padding: 5px;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    margin: 0;
    font-size: 12px;
    color: #888;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 15px;
    }

    .logo h1 {
        font-size: 24px;
    }

    .main-content {
        margin: 20px 10px;
    }

    .page-header {
        padding: 30px 20px;
    }

    .page-title {
        font-size: 26px;
    }

    .page-content {
        padding: 30px 20px;
    }

    .section-title {
        font-size: 20px;
    }

    .contact-info {
        padding: 20px;
    }

    .contact-item {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

    .page-header {
        padding: 20px 15px;
    }

    .page-content {
        padding: 20px 15px;
    }

    .section-content {
        font-size: 15px;
    }

    /* Footer Responsive */
    .footer {
        padding: 30px 0 15px;
        margin-top: 40px;
    }
    
    .footer-container {
        padding: 0 20px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 25px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .footer-menu {
        justify-content: center;
        gap: 20px;
    }
    
    .footer-link {
        font-size: 13px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer-organizations {
        justify-content: center;
        gap: 20px;
    }
    
    .org-logo {
        font-size: 11px;
        padding: 5px;
        min-height: 55px;
    }
    
    .org-img {
        height: 45px;
        max-width: 90px;
    }
    
    .age-restriction {
        width: 30px;
        height: 30px;
        font-size: 11px;
    }
    
    .footer-logo h2 {
        font-size: 20px;
    }
}

/* Simple Cookie Popup */
.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 400px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    z-index: 9998;
    display: none;
    animation: slideInLeft 0.4s ease-out;
}

.cookie-popup-content {
    padding: 24px;
}

.cookie-popup h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0;
}

.cookie-popup p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin: 0 0 20px 0;
}

.cookie-popup-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-popup-btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid;
    flex: 1;
    min-width: 90px;
}

.cookie-popup-btn.primary {
    background: #2e4f4f;
    color: white;
    border-color: #2e4f4f;
}

.cookie-popup-btn.primary:hover {
    background: #1e3f3f;
    border-color: #1e3f3f;
}

.cookie-popup-btn.secondary {
    background: white;
    color: #666;
    border-color: #ddd;
}

.cookie-popup-btn.secondary:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutLeft {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100%);
        opacity: 0;
    }
}

/* Floating Cookie Icon */
.cookie-float-icon {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2e4f4f, #1e3f3f);
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 9999;
    animation: cookieBounce 2s infinite;
}

.cookie-float-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, #1e3f3f, #0e2f2f);
}

.cookie-icon {
    font-size: 24px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

@keyframes cookieBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Cookie Consent Modal */
.cookie-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.cookie-modal-content {
    background: white;
    border-radius: 15px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.cookie-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 30px 20px;
    border-bottom: 1px solid #eee;
}

.cookie-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.cookie-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #999;
    cursor: pointer;
    padding: 5px;
    line-height: 1;
}

.cookie-close:hover {
    color: #333;
}

.cookie-body {
    padding: 25px 30px;
}

.cookie-intro {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 15px;
}

.cookie-description {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 25px;
}

.cookie-link {
    color: #2196f3;
    text-decoration: none;
}

.cookie-link:hover {
    text-decoration: underline;
}

.cookie-categories {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

.cookie-category {
    border-bottom: 1px solid #eee;
}

.cookie-category:last-child {
    border-bottom: none;
}

.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #f8f9fa;
    cursor: pointer;
}

.category-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.toggle-icon {
    font-size: 12px;
    color: #666;
    transition: transform 0.2s ease;
}

.category-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.category-status {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
}

.cookie-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.cookie-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 24px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196f3;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.category-content {
    display: none;
    padding: 15px 20px;
    background: white;
    border-top: 1px solid #eee;
}

.category-content p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.cookie-footer {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding: 20px 30px 25px;
    border-top: 1px solid #eee;
    flex-wrap: wrap;
}

.cookie-btn {
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid;
}

.cookie-btn.primary {
    background: #2e4f4f;
    color: white;
    border-color: #2e4f4f;
}

.cookie-btn.primary:hover {
    background: #1e3f3f;
    border-color: #1e3f3f;
}

.cookie-btn.secondary {
    background: white;
    color: #666;
    border-color: #ddd;
}

.cookie-btn.secondary:hover {
    background: #f5f5f5;
    border-color: #ccc;
}

/* Mobile styles for cookie popup */
@media (max-width: 768px) {
    .cookie-popup {
        bottom: 10px;
        left: 10px;
        right: 10px;
        max-width: none;
    }

    .cookie-popup-content {
        padding: 20px;
    }

    .cookie-popup h3 {
        font-size: 16px;
    }

    .cookie-popup p {
        font-size: 13px;
    }

    .cookie-popup-buttons {
        flex-direction: column;
        gap: 8px;
    }

    .cookie-popup-btn {
        min-width: auto;
        padding: 10px 16px;
    }

    /* Cookie Modal Responsive */
    .cookie-modal {
        padding: 10px;
        align-items: flex-start;
        padding-top: 50px;
    }
    
    .cookie-modal-content {
        max-height: 85vh;
    }
    
    .cookie-header {
        padding: 20px 20px 15px;
    }
    
    .cookie-header h2 {
        font-size: 18px;
    }
    
    .cookie-body {
        padding: 20px;
    }
    
    .category-header {
        padding: 12px 15px;
    }
    
    .category-content {
        padding: 12px 15px;
    }
    
    .cookie-footer {
        padding: 15px 20px 20px;
        flex-direction: column;
    }
    
    .cookie-btn {
        width: 100%;
        text-align: center;
    }
    
    /* Floating Cookie Icon Mobile */
    .cookie-float-icon {
        bottom: 20px;
        left: 20px;
        width: 50px;
        height: 50px;
    }
    
    .cookie-icon {
        font-size: 20px;
    }
}