@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(../OpenSans-Light.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(../OpenSans-Regular.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(../OpenSans-Semibold.woff) format('woff');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../OpenSans-Bold.woff) format('woff');
}

/* ICONES VECTORIEL */

@font-face {
  font-family: "picto";
  src:url("../picto.eot");
  src:url("../picto.eot?#iefix") format("embedded-opentype"),
    url("../picto.woff") format("woff"),
    url("../picto.ttf") format("truetype"),
    url("../picto.svg#picto") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "picto" !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: "picto" !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-arrow-bot:before {
  content: "\61";
}
.icon-arrow-full:before {
  content: "\62";
}
.icon-arrow-left:before {
  content: "\63";
}
.icon-arrow-right:before {
  content: "\64";
}
.icon-choose:before {
  content: "\65";
}
.icon-date:before {
  content: "\66";
}
.icon-doc:before {
  content: "\67";
}
.icon-info:before {
  content: "\68";
}
.icon-print:before {
  content: "\69";
}
.icon-question:before {
  content: "\6a";
}
.icon-search:before {
  content: "\6c";
}
.icon-plus:before {
  content: "\6d";
}
.icon-no:before {
  content: "\6e";
}
.icon-moins:before {
  content: "\6f";
}
.icon-valid:before {
  content: "\70";
}
.icon-quote:before {
  content: "\71";
}

