@font-face {
    font-family: "custom-icons";
    src: url("./custom-icons.woff2?5d993e8624c1072b7da0f11a6e4f374a") format("woff2"),
url("./custom-icons.woff?5d993e8624c1072b7da0f11a6e4f374a") format("woff");
}

.icon:before {
    font-family: custom-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon.icon-arrow-right:before {
    content: "\e900";
}
.icon.icon-arrow-left:before {
    content: "\e901";
}
.icon.icon-arrow-up:before {
    content: "\e902";
}
.icon.icon-arrow-down:before {
    content: "\e903";
}
.icon.icon-check:before {
    content: "\e904";
}
.icon.icon-cross:before {
    content: "\e905";
}
.icon.icon-plus:before {
    content: "\e906";
}
.icon.icon-minus:before {
    content: "\e907";
}
.icon.icon-menu:before {
    content: "\e908";
}
.icon.icon-close:before {
    content: "\e909";
}
.icon.icon-search:before {
    content: "\e90a";
}
.icon.icon-calendar:before {
    content: "\e90b";
}
.icon.icon-user:before {
    content: "\e90c";
}
.icon.icon-email:before {
    content: "\e90d";
}
.icon.icon-phone:before {
    content: "\e90e";
}
.icon.icon-location:before {
    content: "\e90f";
}
.icon.icon-link:before {
    content: "\e910";
}
.icon.icon-share:before {
    content: "\e911";
}
.icon.icon-print:before {
    content: "\e912";
}
.icon.icon-arrow-diagonal:before {
    content: "\f101";
}
.icon.icon-bus:before {
    content: "\f102";
}
.icon.icon-conference:before {
    content: "\f103";
}
.icon.icon-date:before {
    content: "\f104";
}
.icon.icon-edition:before {
    content: "\f105";
}
.icon.icon-home:before {
    content: "\f106";
}
.icon.icon-horaire:before {
    content: "\f107";
}
.icon.icon-lieu:before {
    content: "\f108";
}
.icon.icon-photo:before {
    content: "\f109";
}
.icon.icon-programme:before {
    content: "\f10a";
}
.icon.icon-salle:before {
    content: "\f10b";
}
.icon.icon-salon:before {
    content: "\f10c";
}
.icon.icon-tram:before {
    content: "\f10d";
}
.icon.icon-video:before {
    content: "\f10e";
}
.icon.icon-voiture:before {
    content: "\f10f";
}
