@font-face {
  font-family: 'site-icon';
  src:  url('fonts/site-icon.eot?cb8gh3');
  src:  url('fonts/site-icon.eot?cb8gh3#iefix') format('embedded-opentype'),
    url('fonts/site-icon.ttf?cb8gh3') format('truetype'),
    url('fonts/site-icon.woff?cb8gh3') format('woff'),
    url('fonts/site-icon.svg?cb8gh3#site-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'site-icon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\e919";
}
.icon-chevron-up:before {
  content: "\e91a";
}
.icon-fleche:before {
  content: "\e904";
  color: #fff;
}
.icon-maison:before {
  content: "\e917";
}
.icon-cancel:before {
  content: "\e918";
  color: #fff;
}
.icon-cart-plus:before {
  content: "\e903";
  color: #fff;
}
.icon-play:before {
  content: "\e905";
  color: #ef7d00;
}
.icon-quotation:before {
  content: "\e906";
  color: #fff;
}
.icon-order:before {
  content: "\e907";
  color: #fff;
}
.icon-cart:before {
  content: "\e908";
}
.icon-user:before {
  content: "\e909";
}
.icon-menu:before {
  content: "\e90d";
  color: #fff;
}
.icon-parallelogram:before {
  content: "\e912";
  color: #ef7d00;
}
.icon-parallelogram-vertical:before {
  content: "\e913";
  color: #ef7d00;
}
.icon-search .path1:before {
  content: "\e914";
  color: rgb(29, 29, 27);
}
.icon-search .path2:before {
  content: "\e915";
  margin-left: -0.93359375em;
  color: rgb(239, 125, 0);
}
.icon-search .path3:before {
  content: "\e916";
  margin-left: -0.93359375em;
  color: rgb(29, 29, 27);
}
.icon-arrow_left:before {
  content: "\e90a";
}
.icon-arrow_right:before {
  content: "\e90b";
}
.icon-check:before {
  content: "\e90c";
}
.icon-download:before {
  content: "\e90e";
  color: #ef7d00;
}
.icon-expend:before {
  content: "\e90f";
}
.icon-compress:before {
  content: "\e910";
}
.icon-cart_add:before {
  content: "\e911";
}
.icon-home:before {
  content: "\e900";
  color: #ef7d00;
}
.icon-mail:before {
  content: "\e901";
  color: #ef7d00;
}
.icon-phone:before {
  content: "\e902";
  color: #ef7d00;
}
