
@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "beland" !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: "beland" !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-left-thin:before {
  content: "\61";
}
.icon-right-thin:before {
  content: "\62";
}
.icon-facebook:before {
  content: "\63";
}
.icon-linkedin-circled:before {
  content: "\64";
}
.icon-dash:before {
  content: "\65";
}
.icon-telephone:before {
  content: "\66";
}
.icon-envelope:before {
  content: "\67";
}
.icon-gauche:before {
  content: "\68";
}
.icon-droit:before {
  content: "\69";
}

