/* Ou utiliser une image SVG */
.fa-wastreet-recycling-container::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: var(--color-red);
    mask: url("../img/picto-recycling-container-3d1cf4ec367cc004b3bff4d22ed5cb06.svg") no-repeat center;
    mask-size: contain;
    -webkit-mask: url("../img/picto-recycling-container-3d1cf4ec367cc004b3bff4d22ed5cb06.svg") no-repeat center;
    -webkit-mask-size: contain;
}

