/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 16 2026 | 15:44:04 */
/* Style global du breadcrumb RankMath */
.rank-math-breadcrumb {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #1B1B1B;
    height: 20px;
}

.rank-math-breadcrumb a {
    color: #1B1B1B; /* Liens en noir */
    text-decoration: none;
}

.rank-math-breadcrumb a:hover {
    color: #A60000; /* Rouge au hover */
}

/* Dernier élément en rouge (comme ton exemple) */
.rank-math-breadcrumb .last {
    color: #A60000;
}

/* Personnalisation du séparateur */
.rank-math-breadcrumb .separator {
    display: inline-block;
    margin: 0 6px;
    width: 10px;
    background-image: url('https://costumecarbone.com/wp-content/uploads/2025/10/arrow-noir-droit.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* On masque le texte "-" généré par RankMath */
    color: transparent;
}

/* Mobile */
@media (max-width: 768px) {
    .rank-math-breadcrumb {
        font-size: 11px;
    }
}