@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "contacts-icon" !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-contacts-icons-"]:before,
[class*=" icon-contacts-icons-"]:before {
  font-family: "contacts-icon" !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-contacts-icons-fichier-1:before {
  content: "\61";
}
.icon-contacts-icons-fichier-3:before {
  content: "\62";
}
.icon-contacts-icons-mail:before {
  content: "\63";
}
.icon-contacts-icons-map:before {
  content: "\64";
}
.icon-contacts-icons-phone:before {
  content: "\65";
}
.icon-contacts-icons-web:before {
  content: "\66";
}
