/* Font style */

.icon {
    font-family: 'icons';
}

.icon-hackaday_logo:before { content: '\e800'; }

.icon-twitter a:before {
  content: "\e914";
}
.icon-picto_share_gold:before {
  content: "\e912";
  color: #ba986c;
}
.icon-picto_search_white:before {
  content: "\e911";
  color: #fff;
}
.icon-picto_search_gold:before {
  content: "\e910";
  color: black;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.icon-picto_search_gold:hover:before {
  content: "\e910";
  color: #f8c307;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}

.icon-picto_plane_white:before {
  content: "\e90e";
  color: #fff;
}
.icon-picto_plane_gold:before {
  content: "\e90d";
  color: #ba986c;
}
.icon-picto_o-noria_gold .path1:before {
  content: "\e909";
  color: rgb(255, 255, 255);
}
.icon-picto_o-noria_gold .path2:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(197, 149, 58);
}
.icon-picto_o-noria_gold .path3:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(197, 149, 58);
}
.icon-picto_o-noria_gold .path4:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(197, 149, 58);
}
.icon-picto_download_black:before {
  content: "\e907";
}
.icon-linkedin-in a:before {
  content: "\e901";
}
.icon-facebook-f a:before {
  content: "\e900";
}
.icon-picto_chevron_down:before {
  content: "\e905";
  color: #ba986c;
}
.icon-picto_close:before {
  content: "\e906";
  color: black;
}
.icon-tag:before {
  content: "\e913";
}

/* Twitter iframe */

.twitter-block > .icon-twitter:before {
  content: "\e914";
  color: #1DA1F2;
}

/* Social menu */

.icon-twitter span:before {
  content: "\e914";
}
.icon-linkedin-in span:before {
  content: "\e901";
}
.icon-facebook-f span:before {
  content: "\e900";
}
.icon-youtube span:before {
  content: url("../img/picto-youtube.svg");
}

.icon-linkedin-in a:before {
    content: "";
}
.icon-twitter a:before {
  content: "";
}
.icon-facebook-f a:before {
  content: "";
}
.icon-youtube a:before {
  content: "";
}
.icon-picto_academia_white:before {
  content: "\e902";
  color: #fff;
}
.icon-picto_academia_gold:before {
  content: "\e903";
  color: #ba986c;
}
.icon-picto_academia_black:before {
  content: "\e904";
}

/* Author social buttons */
.author-description a[href*="academia.edu"]::before {
    content: "\e904";
}

.author-description a[href*="twitter"]::before {
    content: "\e914";
}

.author-description a[href*="linkedin"]::before {
    content: "\e901";
}
