/* Fix espacement titre pages info */

.info-page {
    padding-top: 120px !important;
    min-height: 100vh;
}

.info-page .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem;
}

.info-content {
    background: #ffffff;
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.info-content h1 {
    text-align: center !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #1f2937 !important;
    margin: 2rem 0 1.5rem 0 !important;
    line-height: 1.2 !important;
    padding-top: 1rem !important;
}

.info-content h1 i {
    margin-right: 0.75rem !important;
    color: #2563eb !important;
}

.info-content .last-updated {
    text-align: center !important;
    color: #6b7280 !important;
    font-size: 0.9rem !important;
    margin-bottom: 2.5rem !important;
}

.info-content h2 {
    color: #2563eb !important;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    margin: 2.5rem 0 1rem 0 !important;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 0.5rem;
}

.info-content h2 i {
    margin-right: 0.5rem !important;
    color: #2563eb !important;
}

.intro-section {
    background: linear-gradient(135deg, #f8faff 0%, #ffffff 100%);
    padding: 2rem;
    border-radius: 12px;
    margin: 2rem 0;
    border: 1px solid rgba(37, 99, 235, 0.1);
}

.intro-text {
    font-size: 1.1rem !important;
    font-weight: 500 !important;
    color: #374151 !important;
    text-align: center !important;
    line-height: 1.7 !important;
    margin: 0 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .info-page {
        padding-top: 100px !important;
    }
    
    .info-content {
        padding: 2rem;
    }
    
    .info-content h1 {
        font-size: 2rem !important;
        margin: 1.5rem 0 1rem 0 !important;
    }
}