/* CSS Document */
.icone-fiche {
    width: clamp(50px, 8vw, 90px);
    height: clamp(50px, 8vw, 90px);
    object-fit: cover;
}
