@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "abri-plus" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "abri-plus" !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;
}

.icon-magnifier:before {
  content: "\61";
}
.icon-pencil:before {
  content: "\69";
}
.icon-book:before {
  content: "\6a";
}
.icon-calc:before {
  content: "\6c";
}
.icon-fabric:before {
  content: "\6e";
}
.icon-phone:before {
  content: "\6f";
}
.icon-logo:before {
  content: "\70";
}
.icon-livraison:before {
  content: "\71";
}
.icon-exp:before {
  content: "\6d";
}
.icon-heart-empty:before {
  content: "\74";
}
.icon-angle-right:before {
  content: "\75";
}

/* Accueil */
.icon-abr-velos:before {
  content: "\64";
}
.icon-abr-autre:before {
  content: "\62";
}
.icon-abr-chariots:before {
  content: "\63";
}
.icon-abr-conteneurs:before {
  content: "\65";
}
.icon-abr-fumeurs:before {
  content: "\66";
}
.icon-abr-parkings:before {
  content: "\67";
}
.icon-abr-voyageurs:before {
  content: "\68";
}

.icon-cart:before {
  content: "\73";
}
.icon-factory:before {
  content: "\72";
}
.icon-building:before {
  content: "\6b";
}