@font-face {
    font-family: theme-l;
    src: url(../fonts/theme-l.eot?lcu1cz);
    src:
        url(../fonts/theme-l.eot?lcu1cz#iefix) format("embedded-opentype"),
        url(../fonts/theme-l.ttf?lcu1cz) format("truetype"),
        url(../fonts/theme-l.woff?lcu1cz) format("woff"),
        url(../fonts/theme-l.svg?lcu1cz#theme-l) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {

    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: theme-l !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-ecole-direct::before {
    content: "\e90b";
}
.icon-arrow-left::before {
    content: "\e900";
}
.icon-arrow-right::before {
    content: "\e901";
}
.icon-close::before {
    content: "\e902";
}
.icon-contact::before {
    content: "\e903";
}
.icon-localisation::before {
    content: "\e904";
}
.icon-loupe::before {
    content: "\e905";
}
.icon-mail::before {
    content: "\e906";
}
.icon-nav-burger::before {
    content: "\e907";
}
.icon-verified::before {
    content: "\e908";
}
.icon-chevron-left::before {
    content: "\e909";
}
.icon-chevron-right::before {
    content: "\e90a";
}
