/* ============================================================
   ICONES MENU (COMMON - DESKTOP & MOBILE)
   Fichier : templates/blak/css/custom_icons.css
   ============================================================ */

/* ==========================================================================
   0. MAPPING DES COULEURS GLOBALES (PONT SPPB)
   ========================================================================== */
:root {
    /* À GAUCHE : Tes noms à toi (faciles à retenir) */
    /* À DROITE : Les variables que tu as trouvées dans l'inspecteur SPPB */
    
    --icon-color-menu:            var(--sppb-icon-color-menu);      
    --icon-color-content:       var(--sppb-icon-color-content);
    
    
    /* Si tu n'as pas encore configuré SPPB, tu peux mettre les codes HEX ici en attendant : */
    /*
    --mon-taupe:       #B3A58F;
    --mon-jaune:       #fccb06;
    --mon-dark:        #292929;
    --mon-beige-clair: #F4F1ED;
    */
}


/* 1. CONFIGURATION DE BASE (LIENS ET SÉPARATEURS) */
li a[class*="icon-"]::before,
li span[class*="icon-"]::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    
    color: var(--icon-color-menu); /* Jaune */
    font-size: 16px;
    width: 20px;    /* Largeur fixe pour alignement */
    text-align: center;
    line-height: 1; 
}

/* 2. MAPPING DES ICONES (Codes Unicode FontAwesome 5) */

/* --- HÔTEL --- */
li .icon-hotel::before     { content: "\f594"; } /* Bâtiment Hôtel */
li .icon-bed::before       { content: "\f236"; } /* Lit (Chambres) */
li .icon-breakfast::before { content: "\f7b6"; } /* Tasse Chaude (Petit Déj) */
li .icon-access::before    { content: "\f084"; } /* Clé (Accès) */

/* --- RESTAURATION --- */
li .icon-food::before      { content: "\f2e7"; } /* Couverts */
li .icon-plate::before     { content: "\f2e7"; } /* Alias Couverts/Assiette */
li .icon-restaurant::before{ content: "\f2e7"; } /* Alias Restaurant */

/* --- BAR --- */
li .icon-beer::before      { content: "\f0fc"; } /* Bière */
li .icon-drink::before     { content: "\f561"; } /* Verre Cocktail/Soda */
li .icon-wine::before      { content: "\f72f"; } /* Bouteille Vin */
li .icon-mug::before       { content: "\f7b6"; } /* Tasse */

/* --- CONQUES & CULTURE --- */
li .icon-culture::before   { content: "\f66f"; } /* Monument (Landmark) */
li .icon-visit::before     { content: "\f66f"; } /* Alias Visite */
li .icon-view::before      { content: "\f1e5"; } /* Jumelles (Point de vue) */

/* --- NAVIGATION & INFOS --- */
li .icon-home::before      { content: "\f015"; } /* Maison Accueil */
li .icon-parking::before   { content: "\f540"; } /* P */
li .icon-map::before       { content: "\f3c5"; } /* Point GPS */
li .icon-info::before      { content: "\f05a"; } /* i Rond (Infos) */
li .icon-contact::before   { content: "\f095"; } /* Téléphone */
li .icon-wifi::before      { content: "\f1eb"; } /* Wifi */
li .icon-whatsapp::before { 
    content: "\f232"; 
    font-family: "Font Awesome 5 Brands" !important; 
    font-weight: 400 !important; 
}
li .icon-email::before     { content: "\f0e0"; } /* Enveloppe Email */
li .icon-vcard::before     { content: "\f2bb"; } /* Fiche Contact (Address Card) */

/* --- SPÉCIFIQUES --- */
/* Clé (Si besoin de forcer le style fin) */
li .icon-key::before { content: "\f084";} /* Clé */

/* --- AIDE & FAQ --- */
li .icon-help::before      { content: "\f1cd"; } /* Bouée de sauvetage (Aide) */
li .icon-faq::before       { content: "\f059"; } /* Point d'interrogation rond (FAQ) */

/* --- CARTE & MENUS --- */
li .icon-menu-book::before { content: "\f518"; } /* Livre ouvert (La Carte) */
li .icon-menu-list::before { content: "\f46d"; } /* Liste/Presse-papier (Menu du jour) */
li .icon-chef::before      { content: "\f508"; } /* Toque de chef (Cuisine fait maison) */

/* --- PÈLERINS & NATURE --- */
li .icon-hiker::before     { content: "\f6ec"; } /* Randonneur (Pèlerins/Compostelle) */
li .icon-nature::before    { content: "\f1bb"; } /* Arbre (Jardin/Nature) */
li .icon-leaf::before      { content: "\f06c"; } /* Feuille (Produits locaux/Bio) */
li .icon-sun::before       { content: "\f185"; } /* Soleil (Terrasse) */

/* --- SERVICES & GROUPES --- */
li .icon-groups::before    { content: "\f0c0"; } /* Plusieurs bonshommes (Groupes/Séminaires) */
li .icon-calendar::before  { content: "\f073"; } /* Calendrier (Réservation/Agenda) */
li .icon-gift::before      { content: "\f06b"; } /* Cadeau (Bons cadeaux) */
li .icon-gallery::before   { content: "\f302"; } /* Images (Galerie Photo) */
li .icon-pets::before      { content: "\f1b0"; } /* Patte (Animaux acceptés) */