/* Exemple de styles pour les articles */
.article-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.article-content {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}

.article-meta {
    font-size: 12px;
    color: #999;
}

.article img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.article-introtext {
    margin-bottom: 20px;
}

.article-footer {
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 20px;
}
