@charset "UTF-8";

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

}

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

.spi-coloris-noir:before {
  content: "\e000";
}
.spi-configurateur-noir:before {
  content: "\e001";
}
.spi-conseils-pose-noir:before {
  content: "\e002";
}
.spi-projets-noir:before {
  content: "\e003";
}
.spi-tarifs-noir:before {
  content: "\e004";
}
