.icon-globe-new:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("/wp-content/themes/villoz-child/assets/images/globe-new.svg") no-repeat center center / contain;
    mask: url("/wp-content/themes/villoz-child/assets/images/globe-new.svg") no-repeat center center / contain;
}

.icon-bathrobe:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("/wp-content/themes/villoz-child/assets/images/bathrobe.svg") no-repeat center center / contain;
    mask: url("/wp-content/themes/villoz-child/assets/images/bathrobe.svg") no-repeat center center / contain;
}

.icon-translation:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("/wp-content/themes/villoz-child/assets/images/translation.svg") no-repeat center center / contain;
    mask: url("/wp-content/themes/villoz-child/assets/images/translation.svg") no-repeat center center / contain;
}

.icon-weekly-calendar:before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask: url("/wp-content/themes/villoz-child/assets/images/weekly-calendar.svg") no-repeat center center / contain;
    mask: url("/wp-content/themes/villoz-child/assets/images/weekly-calendar.svg") no-repeat center center / contain;
}
