/*
Icon Font: sacripant-icons
*/

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

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "sacripant-icons";
    src: url("./sacripant-icons_8ab28c82c238d574f1daa08ae63f87e0.svg#sacripant-icons") format("svg");
  }
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.icon-cell-phone:before,
.icon-download:before,
.icon-envelope:before,
.icon-github:before,
.icon-location:before,
.icon-rss:before,
.icon-time:before,
.icon-twitter:before {
  display: inline-block;
  font-family: "sacripant-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-cell-phone:before { content: "\f100"; }
.icon-download:before { content: "\f101"; }
.icon-envelope:before { content: "\f102"; }
.icon-github:before { content: "\f103"; }
.icon-location:before { content: "\f104"; }
.icon-rss:before { content: "\f105"; }
.icon-time:before { content: "\f106"; }
.icon-twitter:before { content: "\f107"; }

/*.icon-plus:before { content: "\+"; };*/
/*.icon-moins:before { content: "\-"; };*/

[data-icon='?'] {
  font-weight: bold;
}

[data-icon="?"] {
  font-weight: bold;
  color: red;
}

[class*="icon-"]>i,
[data-icon]>i,
.visuallyhidden 
{ border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px; }
