Image></p>
        </div>

    </article>

    <style>
/* Odd/Even pour articles (utile si tu as plusieurs articles sur la même page) */
article:nth-child(odd) { background-color: #f9f9f9; }
article:nth-child(even) { background-color: #ffffff; }

/* Hover */
article:hover { 
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
    transform: translateY(-2px);
}
</style>

<div class=