.fil-ariane-wrapper {
    font-size: 14px;
    color: #444;
    margin-bottom: 15px;
    line-height: 1.4;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.fil-ariane-wrapper .label {
    font-weight: 500;
    margin-right: 5px;
}

.fil-ariane-wrapper a {
    color: #cc0000;
    text-decoration: none;
}

.fil-ariane-wrapper a:hover {
    text-decoration: underline;
}

@media (max-width: 480px) {
    .fil-ariane-wrapper {
        font-size: 13px;
    }
}
.fil-ariane {
    font-size: 14px;
    margin-bottom: 15px;
    color: #333;
    font-family: inherit;
}
.breadcrumb-prefix {
    font-weight: 600;
    margin-right: 5px;
}
.bloc-articles-recommandes {
    background: #f9f9f9;
    padding: 20px 25px;
    margin-top: 40px;
    border: 1px solid #eee;
    border-radius: 6px;
}

.titre-bloc-reco {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 15px;
}

.titre-bloc-reco::before {
    content: "🔍";
    margin-right: 8px;
}

.liste-articles-recommandes {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.liste-articles-recommandes li {
    margin-bottom: 12px;
    color: #000;
}

.liste-articles-recommandes li::marker {
    color: #cc0000;
}

.liste-articles-recommandes li a {
    color: #cc0000;
    text-decoration: underline;
    font-weight: 500;
}

.liste-articles-recommandes li a:hover {
    color: #990000;
}