.breadcrumb-container {
    display: inline;
    line-height: 1.4;
}
.breadcrumb-link {
    color: #05668d !important;
    text-decoration: underline !important;
    text-underline-offset: 2px;
    transition: text-decoration 0.2s ease;
}
.breadcrumb-link:hover {
    text-decoration: none !important;
}
.breadcrumb-separator {
    color: #02c39a;
    font-size: 1em;
    font-weight: 600;
    margin: 0 0.4em;
}
.breadcrumb-current {
    color: #1a1a1a !important;
    font-weight: normal;
}
.adresse-fiche-rando {
    font-size: 16px;
    line-height: 1.4;
}
@media (max-width: 768px) {
    .adresse-fiche-rando {
        font-size: 14px;
    }
}