@font-face {
    font-family: 'ELLEprofil';
    src: url('../fonts/EllePictos/ELLEprofil.eot?smayms');
    src: url('../fonts/EllePictos/ELLEprofil.eot?smayms#iefix') format('embedded-opentype'),
    url('../fonts/EllePictos/ELLEprofil.ttf?smayms') format('truetype'),
    url('../fonts/EllePictos/ELLEprofil.woff?smayms') format('woff'),
    url('../fonts/EllePictos/ELLEprofil.svg?smayms#ELLEprofil') format('svg');
    font-weight: normal;
    font-style: normal;
}


.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ELLEprofil' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 22px;

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

.icon-elle-profil-logout:before {
    content: "\e904";
}

.icon-elle-profil-recipes:before {
    content: "\e903";
}

.icon-elle-profil-shopping-basket:before {
    content: "\e902";
}

.icon-elle-profil-address:before {
    content: "\e901";
}

.icon-elle-profil-user:before {
    content: "\e900";
}

.icon-elle-profil-return:before {
    content: "\e905";
}





