.produit:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.produit img {
    height: 250px;
    object-fit: cover;
}