.article-container {
    display: flex;
    justify-content: center;
    margin-top: 10rem; 
}

.article-card {
    background: #fff;
    padding: 2.5rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    max-width: 1500px;
    width: 100%;
}

.article-image-large {
    width: 100%;
    max-height: 900px;;
    object-fit: cover;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
}

.article-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    text-align: center;
    color: #222;
}

.article-chapo {
    font-size: 1.15rem;
    color: #666;
    margin-bottom: 1.5rem;
    text-align: center;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    justify-content: center;
}

.auteur-avatar-large {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eee;
    object-fit: cover;
    border: 2px solid #ddd;
}

.auteur-info {
    font-weight: 500;
    color: #333;
}

.auteur-twitter {
    margin-left: 0.5rem;
    color: #1da1f2;
    text-decoration: none;
    font-size: 1rem;
}

.article-date {
    margin-left: 0.5rem;
    color: #888;
    font-size: 0.95rem;
}

.article-separator {
    margin: 2rem 0 1.5rem 0;
    border: none;
    border-top: 1px solid #eee;
}

.article-content {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #222;
}
