.med-breadcrumbs>nav{
    border-bottom: 2px solid white;
}

.med-breadcrumbs ul{
    padding-left: 0;
}

.med-breadcrumbs p, .med-breadcrumbs ul li {
    color: #fff;
}

.med-breadcrumbs ul li:not(:last-child)>a{
    text-decoration: underline;
}
.med-image__figure {
    margin: 0 0 .625rem;
}

.med-image__img-desktop, .med-image__img-mobile {
    margin-bottom: 0.3125rem;
    line-height: 1;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

.med-image-figure--a-gauche,
.med-image-figure--a-droite,
.med-image-figure--centree{
    display: flex;
}


.med-image-figure--a-gauche {
    justify-content: flex-start;
}

.med-image-figure--a-droite {
    justify-content: flex-end;
}

.med-image-figure--centree {
    justify-content: center;
}
.med-list {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

ul.med-list .med-list__fleche{
    padding-top: .75rem;
    display: flex;
}

.med-footer__accordion-link > ul.med-list .med-list__fleche:not(:first-child),
.med-accordion__liste ul.med-list .med-list__fleche:not(:first-child){
    padding-top: 1rem;
}

.med-footer__accordion-link > ul > li:first-child,
.med-accordion__liste ul.med-list .med-list__fleche:first-child{
    padding-top: 0;
}

.med-accordion__liste ul.med-list .med-list__fleche .med-link{
    line-height: 1.2rem;
}

ul.med-list.med-list__clair .med-list__fleche > span:before{
    color: var(--color-white);
}

ul.med-list .med-list__fleche > span:before{
    color: var(--color-use--9);
}

ul.med-list .med-list__aucune::marker {
    content: none;
}
