.articles-section{padding:clamp(2rem,5vw,3rem)clamp(1.5rem,5vw,4rem);background:var(--gris-fond,#fafafa);min-height:50vh}.articles-inner{max-width:1100px;margin:0 auto}.articles-compteur{font-size:.9rem;color:var(--texte-clair);margin-bottom:1.5rem}.articles-grille{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.articles-section .carte-article-image{height:180px}@media(max-width:768px){.articles-grille{grid-template-columns:1fr}}