/* Font Awesome Free 7.3.1 - self-hosted subset (icones utilisees sur go2cam.net) */
/* Fonts: SIL OFL 1.1, Code: MIT - https://fontawesome.com/license/free */

@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fa-solid-900.woff2") format("woff2");
}

.fab,
.fas {
  display: inline-block;
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fab {
  font-family: "Font Awesome 7 Brands";
  font-weight: 400;
  font-style: normal;
}
.fas {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-style: normal;
}
.fa-2x { font-size: 2em; }

/* Brands */
.fa-facebook:before { content: "\f09a"; }
.fa-linkedin:before { content: "\f08c"; }
.fa-youtube-square:before { content: "\f431"; }
.fa-instagram:before { content: "\f16d"; }

/* Solid */
.fa-download:before { content: "\f019"; }
.fa-cloud-download-alt:before { content: "\f0ed"; }
.fa-sign-in-alt:before { content: "\f2f6"; }
