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

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cress' !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-twitter:before {
  content: "\e900";
}
.icon-news:before {
  content: "\e901";
}
.icon-strategie:before {
  content: "\e902";
}
.icon-ressources:before {
  content: "\e903";
}
.icon-acteurs:before {
  content: "\e904";
}
.icon-article:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-link:before {
  content: "\e907";
}
.icon-rss:before {
  content: "\e908";
}
