/* static/css/icons.min.css */
/* Version simplifiée pour les besoins du projet */

/* Font Awesome 6 */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

/* Material Design Icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/7.4.47/css/materialdesignicons.min.css');

/* Boxicons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/boxicons/2.1.4/css/boxicons.min.css');

/* Remix Icons */
@import url('https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.2.0/remixicon.min.css');

/* Feuille de remplacement pour les icônes manquantes */
.fa {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.fa-bars:before { content: "\f0c9"; }
.fa-chart-pie:before { content: "\f200"; }
.fa-graduation-cap:before { content: "\f19d"; }
.fa-award:before { content: "\f559"; }
.fa-comments:before { content: "\f086"; }
.fa-folder-open:before { content: "\f07c"; }
.fa-video:before { content: "\f03d"; }
.fa-users-cog:before { content: "\f509"; }
.fa-cog:before { content: "\f013"; }
.fa-database:before { content: "\f1c0"; }
.fa-user:before { content: "\f007"; }
.fa-key:before { content: "\f084"; }
.fa-bell:before { content: "\f0f3"; }
.fa-sign-out-alt:before { content: "\f2f5"; }
.fa-globe:before { content: "\f0ac"; }
.fa-expand:before { content: "\f065"; }
.fa-home:before { content: "\f015"; }
.fa-book:before { content: "\f02d"; }
.fa-clock:before { content: "\f017"; }
.fa-check:before { content: "\f00c"; }
.fa-times:before { content: "\f00d"; }
.fa-plus:before { content: "\f067"; }
.fa-edit:before { content: "\f044"; }
.fa-trash:before { content: "\f1f8"; }
.fa-eye:before { content: "\f06e"; }
.fa-search:before { content: "\f002"; }
.fa-download:before { content: "\f019"; }
.fa-upload:before { content: "\f093"; }
.fa-share:before { content: "\f064"; }
.fa-link:before { content: "\f0c1"; }
.fa-heart:before { content: "\f004"; }
.fa-star:before { content: "\f005"; }
.fa-info-circle:before { content: "\f05a"; }
.fa-exclamation-triangle:before { content: "\f071"; }
.fa-check-circle:before { content: "\f058"; }
.fa-times-circle:before { content: "\f057"; }
.fa-question-circle:before { content: "\f059"; }
.fa-paper-plane:before { content: "\f1d8"; }
.fa-arrow-right:before { content: "\f061"; }
.fa-arrow-left:before { content: "\f060"; }
.fa-chevron-down:before { content: "\f078"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-chevron-left:before { content: "\f053"; }
.fa-spinner:before { content: "\f110"; }
.fa-play-circle:before { content: "\f144"; }
.fa-user-plus:before { content: "\f234"; }
.fa-user-minus:before { content: "\f503"; }
.fa-file-alt:before { content: "\f15c"; }
.fa-file-pdf:before { content: "\f1c1"; }
.fa-file-document:before { content: "\f573"; }
.fa-tasks:before { content: "\f0ae"; }
.fa-thumbtack:before { content: "\f08d"; }
.fa-save:before { content: "\f0c7"; }
.fa-camera:before { content: "\f030"; }
.fa-calendar:before { content: "\f133"; }
.fa-envelope:before { content: "\f0e0"; }
.fa-phone:before { content: "\f095"; }
.fa-map-marker:before { content: "\f041"; }
.fa-wallet:before { content: "\f555"; }
.fa-rocket:before { content: "\f135"; }
.fa-building:before { content: "\f1ad"; }
.fa-wrench:before { content: "\f0ad"; }
.fa-bus:before { content: "\f207"; }
.fa-gavel:before { content: "\f0e3"; }
.fa-money:before { content: "\f0d6"; }
.fa-user-circle:before { content: "\f2bd"; }
.fa-group:before { content: "\f0c0"; }
.fa-cog:before { content: "\f013"; }
.fa-check-double:before { content: "\f560"; }