/* Hero interne + fil d'Ariane — titres .titre-h1 (le LESS ne stylait que h1) */

.visuel-interne .titre-h1,
.visuel-interne .remplace-h1,
.visuel-interne h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 4vw, 2.8125rem);
    font-weight: 500;
    margin: 0 0 1.5rem;
    line-height: 1.1;
    color: #fff;
}

.visuel-interne .texte {
    color: #fff;
    line-height: 1.35;
    max-width: 36rem;
}

.interne .breadcrumb {
    background-color: #fff !important;
    height: auto;
    min-height: 48px;
    padding: 1rem 0;
    margin-bottom: 0;
    font-size: 0.9375rem;
}

.interne .breadcrumb .padding {
    display: flex;
    align-items: center;
    min-height: 1.5rem;
}

.interne .breadcrumb a,
.interne .breadcrumb span {
    color: #00567f;
}

.interne .breadcrumb img {
    margin-top: 0;
    vertical-align: middle;
    height: 16px;
    width: auto;
}
