/* Font Awesome 7 reduit aux 27 icones utilisees par le site.
   Genere depuis all.min.css + webfonts sous-ensembles (voir outils/).
   Pour ajouter une icone : reprendre sa ligne .fa-xxx{--fa:"\fXXX"} dans
   all.min.css et regenerer les woff2 avec le script de sous-ensemble. */

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

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

.fas, .fab {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    font-synthesis: none;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    width: var(--fa-width, 1.25em);
}

.fas { font-family: "Font Awesome 7 Free"; font-weight: 900; }
.fab { font-family: "Font Awesome 7 Brands"; font-weight: 400; }

.fas:before, .fab:before { content: var(--fa); }

/* Icones pleines */
.fa-graduation-cap { --fa: "\f19d"; }
.fa-briefcase { --fa: "\f0b1"; }
.fa-user { --fa: "\f007"; }
.fa-eye { --fa: "\f06e"; }
.fa-user-shield { --fa: "\f505"; }
.fa-tasks { --fa: "\f0ae"; }
.fa-star { --fa: "\f005"; }
.fa-shield-alt { --fa: "\f3ed"; }
.fa-project-diagram { --fa: "\f542"; }
.fa-play { --fa: "\f04b"; }
.fa-network-wired { --fa: "\f6ff"; }
.fa-laptop-code { --fa: "\f5fc"; }
.fa-globe { --fa: "\f0ac"; }
.fa-download { --fa: "\f019"; }
.fa-database { --fa: "\f1c0"; }
.fa-cogs { --fa: "\f085"; }
.fa-chevron-right { --fa: "\f054"; }
.fa-chevron-left { --fa: "\f053"; }
.fa-check { --fa: "\f00c"; }
.fa-chart-bar { --fa: "\f080"; }
.fa-brain { --fa: "\f5dc"; }
.fa-balance-scale { --fa: "\f24e"; }

/* Icones de marques */
.fa-linkedin { --fa: "\f08c"; }
.fa-js { --fa: "\f3b8"; }
.fa-html5 { --fa: "\f13b"; }
.fa-css3-alt { --fa: "\f38b"; }
.fa-github { --fa: "\f09b"; }
