/*
Theme Name: Hello Biz Child
Theme URI: http://votresite.com
Description: Thème enfant pour Hello Biz avec fil d'ariane personnalisé pour les pôles juridiques.
Author: Votre Nom
Author URI: http://votresite.com
Template: hello-biz
Version: 1.0.0
*/

/* Importation des polices si elles ne sont pas déjà chargées par Elementor/Thème parent */
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Inter:wght@300;400;600&display=swap');

/* --- STYLES DU FIL D'ARIANE --- */

.custom-breadcrumbs {
    font-family: 'Inter', sans-serif; /* Inter pour le contenu */
    font-size: 14px;
    color: #395575; /* Bleu moyen de votre palette */
    background-color: transparent; 
}

.custom-breadcrumbs a {
    color: #3B5473; /* Bleu gris */
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
}

.custom-breadcrumbs a:hover {
    color: #BE7E3B; /* Bronze/Orange au survol */
}

.custom-breadcrumbs .separator {
    margin: 0 10px;
    color: #CBA557; /* Or pour le séparateur */
    font-family: 'Cinzel', serif; /* Petit détail chic */
}

.custom-breadcrumbs .current-item {
    color: #001024; /* Bleu très foncé pour la page active */
    font-family: 'Cinzel', serif; /* Cinzel pour le titre courant */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}