/*!
 * Font Awesome Free 6.7.2 — subset auto-hébergé
 * License : Icons CC BY 4.0 · Fonts SIL OFL 1.1 · Code MIT
 * https://fontawesome.com/license/free
 * Seules les icônes utilisées par le projet sont déclarées.
 */

/* === @font-face =========================================== */

@font-face {
	font-family: 'Font Awesome 6 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url('../fonts/fontawesome/fa-solid-900.woff2') format('woff2');
}

@font-face {
	font-family: 'Font Awesome 6 Brands';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('../fonts/fontawesome/fa-brands-400.woff2') format('woff2');
}

/* === Classes de base ====================================== */

.fas,
.fa-solid,
.fab,
.fa-brands {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

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

.fas,
.fa-solid {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
}

.fab,
.fa-brands {
	font-family: 'Font Awesome 6 Brands';
	font-weight: 400;
}

/* Largeur fixe — utile pour les listes et menus */
.fa-fw {
	text-align: center;
	width: 1.25em;
}

/* === Icônes Solid ========================================= */

.fa-star                     { --fa: "\f005"; }
.fa-star-half-stroke         { --fa: "\f5c0"; }
.fa-file-pen                 { --fa: "\f31c"; }
.fa-euro-sign                { --fa: "\f153"; }
.fa-shield                   { --fa: "\f132"; }
.fa-table-tennis-paddle-ball { --fa: "\f45d"; }
.fa-user                     { --fa: "\f007"; }
.fa-clock                    { --fa: "\f017"; }
.fa-location-dot             { --fa: "\f3c5"; }
.fa-phone                    { --fa: "\f095"; }
.fa-envelope                 { --fa: "\f0e0"; }
.fa-globe                    { --fa: "\f0ac"; }
.fa-file-pdf                 { --fa: "\f1c1"; }
.fa-download                 { --fa: "\f019"; }
.fa-circle-check             { --fa: "\f058"; }
.fa-circle-xmark             { --fa: "\f057"; }
.fa-magnifying-glass         { --fa: "\f002"; }
.fa-circle-info              { --fa: "\f05a"; }
.fa-caret-left               { --fa: "\f0d9"; }
.fa-caret-right              { --fa: "\f0da"; }
.fa-chevron-left             { --fa: "\f053"; }
.fa-chevron-right            { --fa: "\f054"; }
.fa-hashtag                  { --fa: "\f292"; }
.fa-tag                      { --fa: "\f02b"; }

/* === Icônes Brands ======================================== */

.fa-facebook-f  { --fa: "\f39e"; }
