/* ═══════════════════════════════════════════════════
   Font Awesome 6.5 — LOCAL
   Chemins relatifs vers ../fonts/
   (Les webfonts doivent être téléchargés via PowerShell)
═══════════════════════════════════════════════════ */

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/fa-solid-900.woff2') format('woff2'),
         url('../fonts/fa-solid-900.ttf')   format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/fa-regular-400.woff2') format('woff2'),
         url('../fonts/fa-regular-400.ttf')   format('truetype');
}

@font-face {
    font-family: 'Font Awesome 6 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/fa-brands-400.woff2') format('woff2'),
         url('../fonts/fa-brands-400.ttf')   format('truetype');
}

.fa, .fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fas, .fa-solid {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.far, .fa-regular {
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

.fab, .fa-brands {
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
}

/* ── Icônes utilisées ── */
.fa-star::before         { content: "\f005"; }
.fa-circle::before       { content: "\f111"; }
.fa-store::before        { content: "\f54e"; }
.fa-search::before       { content: "\f002"; }
.fa-shopping-bag::before { content: "\f290"; }
.fa-spa::before          { content: "\f5bb"; }
.fa-leaf::before         { content: "\f06c"; }
.fa-handshake::before    { content: "\f2b5"; }
.fa-comment-dots::before { content: "\f4ad"; }
.fa-truck::before        { content: "\f0d1"; }
.fa-gem::before          { content: "\f3a5"; }
.fa-flask::before        { content: "\f0c3"; }
.fa-calendar-alt::before { content: "\f073"; }
.fa-arrow-right::before  { content: "\f061"; }
.fa-arrow-left::before   { content: "\f060"; }
.fa-times::before        { content: "\f00d"; }
.fa-check-circle::before { content: "\f058"; }
.fa-heart::before        { content: "\f004"; }
.fa-trash-alt::before    { content: "\f2ed"; }
.fa-map-marker-alt::before { content: "\f3c5"; }
.fa-phone::before        { content: "\f095"; }
.fa-envelope::before     { content: "\f0e0"; }
.fa-clock::before        { content: "\f017"; }
.fa-graduation-cap::before { content: "\f19d"; }
.fa-chart-line::before   { content: "\f201"; }
.fa-paper-plane::before  { content: "\f1d8"; }
.fa-home::before         { content: "\f015"; }
.fa-box-open::before     { content: "\f49e"; }
.fa-globe::before        { content: "\f0ac"; }
.fa-bars::before         { content: "\f0c9"; }

/* Brands */
.fa-facebook-f::before   { content: "\f39e"; }
.fa-instagram::before    { content: "\f16d"; }
.fa-tiktok::before       { content: "\e07b"; }
.fa-pinterest-p::before  { content: "\f231"; }