/* =========================================================================
   assets/offline-icons.css – Fallback 100% offline (emoji)
   Placé AVANT FontAwesome CDN : si CDN charge, il écrase ce fallback.
   Si hors-ligne, ce fallback assure un affichage sans carrés.
   ========================================================================= */
.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  /* En offline, on utilise emoji / système, en online FA écrase */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, "Apple Color Emoji", "Segoe UI Emoji", sans-serif;
  font-weight: 700;
  vertical-align: -0.12em;
}

.fas::before, .far::before, .fab::before, .fa-solid::before, .fa-regular::before, .fa-brands::before {
  display: inline-block;
}

/* ==== Mapping complet des icônes du projet ==== */
.fa-sitemap::before{content:"🗺️"}
.fa-database::before{content:"🗄️"}
.fa-code::before{content:"💻"}
.fa-file-alt::before{content:"📄"}
.fa-file-word::before{content:"📝"}
.fa-project-diagram::before{content:"🔗"}
.fa-diagram-project::before{content:"📊"}
.fa-arrows-alt-h::before{content:"↔️"}
.fa-drafting-compass::before{content:"📐"}
.fa-chalkboard::before{content:"🎓"}
.fa-gift::before{content:"🎁"}
.fa-envelope::before{content:"✉️"}
.fa-phone::before{content:"📞"}
.fa-map-marker-alt::before{content:"📍"}
.fa-plus::before{content:"➕"}
.fa-minus::before{content:"➖"}
.fa-arrow-right::before{content:"→"}
.fa-arrow-left::before{content:"←"}
.fa-cloud-upload-alt::before{content:"☁️⇡"}
.fa-upload::before{content:"📤"}
.fa-download::before{content:"📥"}
.fa-paper-plane::before{content:"✈️"}
.fa-comments::before{content:"💬"}
.fa-comment::before{content:"💬"}
.fa-comment-slash::before{content:"🚫💬"}
.fa-images::before{content:"🖼️"}
.fa-image::before{content:"🖼️"}
.fa-receipt::before{content:"🧾"}
.fa-lock::before{content:"🔒"}
.fa-eye::before{content:"👁️"}
.fa-eye-slash::before{content:"🙈"}
.fa-home::before{content:"🏠"}
.fa-user::before{content:"👤"}
.fa-users::before{content:"👥"}
.fa-cog::before{content:"⚙️"}
.fa-check::before{content:"✅"}
.fa-check-circle::before{content:"✅"}
.fa-check-double::before{content:"✅✅"}
.fa-times::before{content:"✖️"}
.fa-edit::before{content:"✏️"}
.fa-trash::before{content:"🗑️"}
.fa-box::before{content:"📦"}
.fa-shopping-cart::before{content:"🛒"}
.fa-coins::before{content:"🪙"}
.fa-tags::before{content:"🏷️"}
.fa-sync::before{content:"🔄"}
.fa-save::before{content:"💾"}
.fa-calendar-plus::before{content:"📅+"}
.fa-info-circle::before{content:"ℹ️"}
.fa-user-clock::before{content:"⏳👤"}
.fa-user-check::before{content:"✔️👤"}
.fa-user-slash::before{content:"❌👤"}
.fa-user-graduate::before{content:"🎓"}
.fa-user-plus::before{content:"👤+"}
.fa-hourglass-half::before{content:"⏳"}
.fa-user-lock::before{content:"🔐"}
.fa-mobile-alt::before{content:"📱"}
.fa-credit-card::before{content:"💳"}
.fa-money-bill-wave::before{content:"💵"}
.fa-facebook::before{content:"📘"}
.fa-twitter::before{content:"🐦"}
.fa-linkedin::before{content:"💼"}
.fa-exclamation-triangle::before{content:"⚠️"}
.fa-database::before{content:"🗄️"}
.fa-layer-group::before{content:"🗂️"}
