/* ==========================================================================
   Icônes FontAwesome 4.7, police auto-hébergée (/fontawesome.woff2).

   Extraite de l'ancienne feuille dashboard-legacy.css. La table de glyphes est
   conservée en entier : elle ne coûte rien et évite d'avoir à la recompléter
   au prochain ajout d'icône.
   ========================================================================== */

@font-face {
  font-family: 'FontAwesome';
  src: url('/fontawesome.woff2?v=4.7.0') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg { font-size: 1.27em; line-height: .3em; vertical-align: -15%; }

.fa-check-circle:before        { content: "\f05d"; }
.fa-close:before               { content: "\f00d"; }
.fa-lock:before                { content: "\f023"; }
.fa-bolt:before                { content: "\f0e7"; }
.fa-arrow-up:before            { content: "\f062"; }
.fa-arrow-down:before          { content: "\f063"; }
.fa-arrow-right:before         { content: "\f061"; }
.fa-link:before                { content: "\f0c1"; }
.fa-unlink:before              { content: "\f127"; }
.fa-battery-half:before        { content: "\f242"; }
.fa-plug:before                { content: "\f1e6"; }
.fa-power-off:before           { content: "\f011"; }
.fa-exclamation-circle:before  { content: "\f06a"; }
.fa-exclamation-triangle:before{ content: "\f071"; }
.fa-compress:before            { content: "\f066"; }
.fa-globe:before               { content: "\f0ac"; }
.fa-info-circle:before         { content: "\f05a"; }
.fa-map-marker:before          { content: "\f041"; }
.fa-exchange:before            { content: "\f0ec"; }
.fa-random:before              { content: "\f074"; }
.fa-picture-o:before           { content: "\f03e"; }
.fa-microchip:before           { content: "\f2db"; }
.fa-podcast:before             { content: "\f2ce"; }
.fa-bar-chart:before           { content: "\f080"; }
.fa-clock-o:before             { content: "\f017"; }
.fa-th:before                  { content: "\f00a"; }
.fa-cogs:before                { content: "\f085"; }
