@charset "UTF-8";

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

}

[data-icon]:before {
  font-family: "orleans" !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: "orleans" !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-newspaper-light:before {
  content: "\61";
}
.icon-linkedin:before {
  content: "\62";
}
.icon-calendar-day-light:before {
  content: "\65";
}
.icon-link:before {
  content: "\66";
}
.icon-picto-feuille:before {
  content: "\67";
}
.icon-train-tram-light:before {
  content: "\63";
}
.icon-bicycle:before {
  content: "\64";
}
