.mcf-stickybar__tablink:focus,
.mcf-stickybar__tablink:focus-visible,
.mcf-modal__dialog .mcf-modal__header button.close:focus,
.mcf-modal__dialog .mcf-modal__header button.close:focus-visible{
    outline: 2px auto black;
}

.mcf-stickybar__tablink:focus,
.mcf-stickybar__tablink:focus-visible{
    outline-offset: -2px;
}
div.mcf-stickybar {
    right: 2px;
}

@media (min-width: 768px) {
    display: block;
}

div.mcf-stickybar__group {
    overflow: unset;
}
button.scroll-to-top {
    position: fixed!important;
    right: 0;
    bottom: 0;
    z-index: 10;
    margin-right: 32px;
    margin-bottom: 32px;
    opacity: 0;
    transition: all 200ms cubic-bezier(0.2, 0, 0, 1);
    border: 2px solid #0a2d82;
    background-color: var(--color-white);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.scroll-to-top:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.15);
}

button.scroll-to-top:focus {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 0 0 1px #fff;
}

button.scroll-to-top:disabled {
    cursor: default;
}

@media screen and (max-width: 767px){
    button.scroll-to-top {
        margin-bottom: 76px;
        margin-right: 16px;
    }
}
.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-reseaux-sociaux li {
    list-style: none;
}

.med-reseaux-sociaux ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 8px;
}
#popinWcb { z-index: 2000 }
#popinWcb + .mcf-modal__backdrop.show { z-index: 1999 }
#popinWcb button.close:focus { outline: 2px auto black }
