/* Corrections titres articles blog */
.article-header h1 {
    font-size: clamp(1.5rem, 4vw, 2.25rem) !important;
    line-height: 1.3 !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 0 1rem !important;
    text-align: center !important;
}

.article-header .container {
    max-width: 1000px !important;
    margin: 0 auto !important;
    text-align: center !important;
}

/* Responsive mobile */
@media (max-width: 768px) {
    .article-header {
        min-height: 300px !important;
        padding: 40px 15px !important;
    }
    
    .article-header h1 {
        font-size: 1.5rem !important;
        line-height: 1.4 !important;
    }
}
