{# Card article standard — utilisée dans la grille blog #}
{% if article.featuredMedia %} {{ responsive_img(article.featuredMedia, '(max-width: 768px) 100vw, (max-width: 1200px) 50vw, 400px', 'blog-card__image') }} {% else %}
{% endif %} {% set firstCat = article.categories|first %} {% if firstCat %} {{ firstCat.name }} {% endif %}

{{ article.title }}

{{ article.featuredText ?: article.content|plaintext|slice(0, 150) ~ '...' }}

{{ article.content|readingTime }} min de lecture
{% if article.tag|length > 0 %}
{% for tag in article.tag|slice(0, 3) %} {{ tag.name }} {% endfor %}
{% endif %}