@font-face {
  font-family: 'icon-nav';
  src:  url('fonts/icon-nav.eot');
  src:  url('fonts/icon-nav.eot') format('embedded-opentype'),
    url('fonts/icon-nav.ttf') format('truetype'),
    url('fonts/icon-nav.woff') format('woff'),
    url('fonts/icon-nav.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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

.icon-bibliotheque:before {
  content: "\e900";
}
.icon-code:before {
  content: "\e901";
}
.icon-info:before {
  content: "\e902";
}
.icon-message:before {
  content: "\e903";
}
.icon-plan-traitement:before {
  content: "\e904";
}
.icon-sondage:before {
  content: "\e905";
}
.icon-statistique:before {
  content: "\e906";
}
