.liste-pattes {
    list-style: none;
    padding-left: 1.5em;
}

.liste-pattes li {
    position: relative;
    margin-bottom: 8px;
}

.liste-pattes li::before {
    content: "🐾";
    position: absolute;
    left: -1.5em;
    font-size: 0.9em;
    opacity: 0.7;
}