/*
-------------------------------------------------------------------------------------------------
// TYPOGRAPHIE
Schéma :
Déclaration de source eot pour MSIE seul.
Puis multiple déclaration pour les autres navigateurs.
@font-face{
    font-family : "maFonte";
    src : url('maFonte.eot');
    src : local('☺'),
          url('maFonte.woff') format('woff'),
          url('maFonte.svg#abcd') format('svg'),
          url('maFonte.ttf') format('truetype');
}
-------------------------------------------------------------------------------------------------
*/
@font-face {
    font-family: 'OpenSans';
    src: url('../polices/OpenSans-Bold-webfont.eot');
    src: url('../polices/OpenSans-Bold-webfont.woff') format('woff'),
         url('../polices/OpenSans-Bold-webfont.svg') format('svg'),
         url('../polices/OpenSans-Bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal; }

@font-face {
    font-family: 'OpenSans';
    src: url('../polices/OpenSans-Italic-webfont.eot');
    src: url('../polices/OpenSans-Italic-webfont.woff') format('woff'),
         url('../polices/OpenSans-Italic-webfont.svg') format('svg'),
         url('../polices/OpenSans-Italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic; }

@font-face {
    font-family: 'OpenSans';
    src: url('../polices/OpenSans-Regular-webfont.eot');
    src: url('../polices/OpenSans-Regular-webfont.woff') format('woff'),
         url('../polices/OpenSans-Regular-webfont.svg') format('svg'),
         url('../polices/OpenSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal; }

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Awesome';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../polices/fa-regular-400.eot");
  src: url("../polices/fa-regular-400.eot?#iefix") format("embedded-opentype"), 
       url("../polices/fa-regular-400.woff2") format("woff2"), 
       url("../polices/fa-regular-400.woff") format("woff"), 
       url("../polices/fa-regular-400.ttf") format("truetype"), 
       url("../polices/fa-regular-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: 'Awesome';
  font-style: normal;
  font-weight: bold;
  font-display: auto;
  src: url("../polices/fa-solid-900.eot");
  src: url("../polices/fa-solid-900.eot?#iefix") format("embedded-opentype"), 
       url("../polices/fa-solid-900.woff2") format("woff2"), 
       url("../polices/fa-solid-900.woff") format("woff"), 
       url("../polices/fa-solid-900.ttf") format("truetype"), 
       url("../polices/fa-solid-900.svg#fontawesome") format("svg"); }       
/*
-------------------------------------------------------------------------------------------------
// FIN DE FICHIER
--------------------------------------------------------------------------------------------------
*/