@charset "UTF-8";

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

[data-icon]:before {
  font-family: "mint" !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: "mint" !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-alert-mail:before {
  content: "\e000";
}
.icon-location:before {
  content: "\e002";
}
.icon-search:before {
  content: "\e003";
}
.icon-menu:before {
  content: "\e004";
}
.icon-back:before {
  content: "\e005";
}
.icon-marker:before {
  content: "\e006";
}
.icon-achat:before {
  content: "\e008";
}
.icon-list:before {
  content: "\e00a";
}
.icon-list-thb:before {
  content: "\e00b";
}
.icon-grid:before {
  content: "\e00c";
}
.icon-arrow-right:before {
  content: "\e00d";
}
.icon-arrow-left:before {
  content: "\e00e";
}
.icon-pic:before {
  content: "\e00f";
}
.icon-chevron-right:before {
  content: "\e007";
}
.icon-chevron-left:before {
  content: "\e011";
}
.icon-contact:before {
  content: "\e001";
}
.icon-mobile:before {
  content: "\e009";
}
.icon-phone-bg:before {
  content: "\e013";
}
.icon-star:before {
  content: "\e014";
}
.icon-printer:before {
  content: "\e010";
}
.icon-camera:before {
  content: "\e015";
}
.icon-detail:before {
  content: "\e012";
}
