/* ActuFutur Archive Styles */
.archive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.archive-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #1a1a2e;
}

.archive-header h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.archive-nav {
    margin-bottom: 2rem;
}

.archive-nav a {
    color: #666;
    text-decoration: none;
    font-size: 0.9rem;
}

.archive-nav a:hover {
    color: #1a1a2e;
    text-decoration: underline;
}

.archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

.archive-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 1.5rem;
    transition: box-shadow 0.2s, transform 0.2s;
}

.archive-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.archive-card a {
    text-decoration: none;
    color: inherit;
}

.archive-card h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.archive-card .count {
    color: #666;
    font-size: 0.85rem;
}

.article-list {
    list-style: none;
    padding: 0;
}

.article-list li {
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.article-list li:last-child {
    border-bottom: none;
}

.article-list a {
    text-decoration: none;
}

.article-list h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    color: #1a1a2e;
    margin-bottom: 0.3rem;
}

.article-list h3:hover {
    color: #4a4a6a;
}

.article-list .meta {
    font-size: 0.8rem;
    color: #888;
}

.article-list .description {
    font-size: 0.9rem;
    color: #555;
    margin-top: 0.5rem;
    line-height: 1.4;
}

.empty-message {
    text-align: center;
    color: #888;
    padding: 3rem;
    font-style: italic;
}

.rubrique-stats {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
}

.rubrique-stats h3 {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    color: #1a1a2e;
    margin-bottom: 1rem;
}

.rubrique-stats ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem;
}

.rubrique-stats li {
    padding: 0.5rem 1rem;
    background: #f5f5f5;
    border-radius: 4px;
    font-size: 0.9rem;
}

.rubrique-stats li strong {
    color: #1a1a2e;
}
