@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "piman" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="pi-"]:before,
[class*=" pi-"]:before {
  font-family: "piman" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pi-mail-tosend:before {
  content: "\61";
}
.pi-devis:before {
  content: "\62";
}
.pi-livraison:before {
  content: "\63";
}
.pi-facture:before {
  content: "\64";
}
.pi-bc:before {
  content: "\65";
}
.pi-logout:before {
  content: "\66";
}
.pi-mail-confirmed:before {
  content: "\67";
}
.pi-mail-refused:before {
  content: "\68";
}
.pi-mail-sent:before {
  content: "\69";
}
.pi-intervention:before {
  content: "\6a";
}
.pi-ticket:before {
  content: "\6b";
}
.pi-param:before {
  content: "\6c";
}
.pi-stat:before {
  content: "\6d";
}
.pi-reparation:before {
  content: "\6e";
}
