@charset "UTF-8";

[data-icon]:before {
  font-family: "folies-royales-icons" !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^="fr-icon-"]:before,
[class*=" fr-icon-"]:before {
  font-family: "folies-royales-icons" !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;
}

.fr-icon-coeur:before {
  content: "\61";
}
.fr-icon-couronne:before {
  content: "\62";
}
.fr-icon-shopping-basket:before {
  content: "\63";
}