/*
 * Sous-ensemble de Font Awesome Free 5.12.1 (https://fontawesome.com),
 * réduit aux 11 icônes réellement utilisées sur le site. Remplace
 * fa-all.min.css (13 Ko de CSS, 99% inutilisé selon Lighthouse) et les
 * webfonts complètes (fa-solid-900 76 Ko, fa-brands-400 76 Ko,
 * fa-regular-400 jamais utilisée) par ~2 Ko au total.
 * Licence des polices : SIL OFL 1.1.
 */
.fa, .fas, .fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.fab {
	font-family: "Font Awesome 5 Brands";
}

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

.fa-calendar-check:before { content: "\f274"; }
.fa-calendar-plus:before { content: "\f271"; }
.fa-calendar-times:before { content: "\f273"; }
.fa-check:before { content: "\f00c"; }
.fa-file-image:before { content: "\f1c5"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-link:before { content: "\f0c1"; }
.fa-newspaper:before { content: "\f1ea"; }
.fa-times:before { content: "\f00d"; }
.fa-facebook:before { content: "\f09a"; }
.fa-instagram:before { content: "\f16d"; }
