﻿/* Police Sansation pour tout le texte
          ‾‾‾‾‾‾‾‾‾                 */
@font-face {
    font-family: 'sansationbold';
    src: url('fonts/sansation-bold-webfont.woff2') format('woff2'),
         url('fonts/sansation-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansationbold_italic';
    src: url('fonts/sansation-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/sansation-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansationregular';
    src: url('fonts/sansation-regular-webfont.woff2') format('woff2'),
         url('fonts/sansation-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansationitalic';
    src: url('fonts/sansation-italic-webfont.woff2') format('woff2'),
         url('fonts/sansation-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansationlight';
    src: url('fonts/sansation-light-webfont.woff2') format('woff2'),
         url('fonts/sansation-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansationlight_italic';
    src: url('fonts/sansation-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/sansation-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Police Oxanium pour la barre de menus et les badges
          ‾‾‾‾‾‾‾                     */
@font-face {
    font-family: 'oxaniumregular';
    src: url('fonts/oxanium-regular-webfont.woff2') format('woff2'),
         url('fonts/oxanium-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oxaniumsemibold';
    src: url('fonts/oxanium-semibold-webfont.woff2') format('woff2'),
         url('fonts/oxanium-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Police Expletus pour les titres
          ‾‾‾‾‾‾‾‾              */
@font-face {
    font-family: 'expletussans';
    src: url('fonts/expletussans-regular-webfont.woff2') format('woff2'),
         url('fonts/expletussans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'expletussans-italic';
    src: url('fonts/expletussans-italic-webfont.woff2') format('woff2'),
         url('fonts/expletussans-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Police FontAwesome pour les icones
          ‾‾‾‾‾‾‾‾‾‾‾              */
@font-face{
    font-family:'FontAwesome';
    src: url("fonts/fontawesome-webfont.woff2") format('woff2'),
         url("fonts/fontawesome-webfont.woff") format("woff"),
         url("fonts/fontawesome-webfont.ttf") format("truetype");
    font-weight:normal;
    font-style:normal
}        