@charset "UTF-8";

@font-face {
  font-family: "pictos";
  src:url("../fonts/pictos.eot");
  src:url("../fonts/pictos.eot?#iefix") format("embedded-opentype"),
    url("../fonts/pictos.svg#pictos") format("svg"),
    url("../fonts/pictos.ttf") format("truetype"),
    url("../fonts/pictos.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

[data-picto]:before {
  font-family: "pictos";
  content: attr(data-picto);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}