/* Styles pour la section actualités */
.news-section {
    padding: 2rem 0 !important;
}

.news-image-container-large {
    height: 300px !important; /* Réduit de ~400px */
    overflow: hidden;
}

.news-image-container-small {
    height: 150px !important; /* Réduit de ~200px */
    overflow: hidden;
}

.news-card {
    margin-bottom: 1.5rem !important;
}

.news-content {
    padding: 1rem !important;
}

.news-title {
    font-size: 1.1rem !important;
    margin-bottom: 0.5rem !important;
}

.news-excerpt {
    font-size: 0.9rem !important;
    margin-bottom: 0.5rem !important;
}

.news-meta {
    font-size: 0.8rem !important;
    margin-bottom: 0.5rem !important;
}

.news-date {
    padding: 0.5rem !important;
}

.news-date .day {
    font-size: 1.2rem !important;
}

.news-date .month {
    font-size: 0.8rem !important;
} 