@charset "UTF-8";
@font-face {
  font-family: "hessedbox";
  src:url("../fonts/hessedbox.eot");
  src:url("../fonts/hessedbox.eot?#iefix") format("embedded-opentype"),
    url("../fonts/hessedbox.woff") format("woff"),
    url("../fonts/hessedbox.ttf") format("truetype"),
    url("../fonts/hessedbox.svg#hessedbox") format("svg");
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale

}
[data-icon]:before {
  font-family: "hessedbox" !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;
  vertical-align: middle;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "hessedbox" !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;
  vertical-align: middle;
}
.icon {
	display: inline-block;
}
.icon-facebook:before {
  content: "\61";
}
.icon-google-plus:before {
  content: "\62";
}
.icon-linkedin:before {
  content: "\63";
}
.icon-pinterest:before {
  content: "\64";
}
.icon-twitter:before {
  content: "\65";
}
.icon-success:before {
  content: "\66";
}
.icon-warning:before {
  content: "\67";
}
.icon-danger:before {
  content: "\68";
}
.icon-trash:before {
  content: "\69";
}
.icon-photo:before {
  content: "\6a";
}
.icon-donation:before {
  content: "\6b";
}
.icon-collect:before {
  content: "\6c";
}
.icon-logout:before {
  content: "\6d";
}
.icon-png {
	display: inline-block;
	vertical-align: middle;
}
.icon-paiements {
	background: url('../img/icon-paiements.png');
	width: 68px;
	height: 52px;
}
.icon-customers-service {
	background: url('../img/icon-customers-service.png');
	width: 61px;
	height: 71px;
}
.icon-facitility-use {
	background: url('../img/icon-facitility-use.png');
	width: 68px;
	height: 57px;
}
.icon-cerfa {
	background: url('../img/icon-cerfa.png') no-repeat center center;
	width: 68px;
	height: 57px;
}
.icon-loupe {
	background-image: url('../img/icon-search.png');
}