/*
 * FontAwesome Free 5 — auto-hébergé (RGPD — remplace use.fontawesome.com)
 * Polices dans : assets/font-awesome5/fonts/
 */

/* ---- Solid (fas) ---- */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
}
.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

/* ---- Regular (far) ---- */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/fa-regular-400.woff2') format('woff2');
}
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

/* ---- Brands (fab) ---- */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

/* ---- Icônes utilisées dans cotisation ---- */
.fa-arrow-up::before          { content: "\f062"; }
.fa-arrow-circle-right::before { content: "\f0a9"; }
.fa-key::before               { content: "\f084"; }
.fa-credit-card::before       { content: "\f09d"; }
.fa-file-pdf::before          { content: "\f1c1"; }
.fa-user-shield::before       { content: "\f505"; }
.fa-desktop::before           { content: "\f108"; }
.fa-laptop::before            { content: "\f109"; }
.fa-tablet-alt::before        { content: "\f3fa"; }
.fa-mobile-alt::before        { content: "\f3cd"; }
.fa-chrome::before            { content: "\f268"; }
.fa-firefox::before           { content: "\f269"; }
.fa-safari::before            { content: "\f267"; }
.fa-edge::before              { content: "\f282"; }

/* ---- Utilitaires ---- */
.fa-fw  { width: 1.25em; text-align: center; }
.fa-2x  { font-size: 2em; }
.fa-3x  { font-size: 3em; }
