@font-face {
    font-family: 'menu-se25';
    src:  url('/static/assets/fonts/menu-se25/menu-se25.eot?bzgw9u');
    src:  url('/static/assets/fonts/menu-se25/menu-se25.eot?bzgw9u#iefix') format('embedded-opentype'),
    url('/static/assets/fonts/menu-se25/menu-se25.ttf?bzgw9u') format('truetype'),
    url('/static/assets/fonts/menu-se25/menu-se25.woff?bzgw9u') format('woff'),
    url('/static/assets/fonts/menu-se25/menu-se25.svg?bzgw9u#menu-se25') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'menu-se25' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0 0.5rem;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Mobilier:before {
    content: "\e900";
    color: #ff0005;
}
.icon-responsable:before {
    content: "\e901";
    color: #4be790;
}
.icon-stand:before {
    content: "\e902";
    color: #8131ff;
}
.icon-technique:before {
    content: "\e903";
    color: #00b7f9;
}
.icon-tente:before {
    content: "\e904";
    color: #ff83f0;
}