@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
       url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
       url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
       url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
       url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Base pour .fa et .icon (support phpBB) */
.fa, .icon {
  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;
}
/* Codes des icônes spécifiques utilisées */
.fa-shield:before { content: "\f132"; }
.fa-check-circle:before { content: "\f058"; }
.fa-lock:before { content: "\f023"; }
.fa-user:before { content: "\f007"; }
.fa-rocket:before { content: "\f135"; }
.fa-copy:before { content: "\f0c5"; }
.fa-share-alt:before { content: "\f1e0"; }
.fa-check:before { content: "\f00c"; }
.fa-camera:before { content: "\f030"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-globe:before { content: "\f0ac"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-id-card-o:before { content: "\f2c3"; }

/* --- ICONES AJOUTÉES POUR LE STATUT --- */
.fa-clock-o:before { content: "\f017"; }    /* Horloge */
.fa-certificate:before { content: "\f0a3"; } /* Badge */
.fa-pencil:before { content: "\f040"; }      /* Crayon */