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

[class^="icone-"], [class*=" icone-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icones-aux' !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;
}

.icone-facebook:before {
  content: "\ea91";
}
.icone-instagram:before {
  content: "\ea92";
}
.icone-twitter:before {
  content: "\ea96";
}
.icone-youtube:before {
  content: "\ea9d";
}
.icone-letter:before {
  content: "\e900";
}
.icone-promotion:before {
  content: "\e901";
}
