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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ico_moyens' !important;
  speak: never;
  font-size: 1.5em;
  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-surface:before {
  content: "\1f4cf";
}
.icon-flame:before {
  content: "\1f692";
}
.icon-plane:before {
  content: "\2708";
}
.icon-helicopter:before {
  content: "\1f681";
}
