.contenuMasque .med-contenumasque > p {
  margin-block-start : 0;
  margin-block-end : 0;
}
.mcf-faq-body img {
    max-width: 100%;
}
.med-avis__stars .mds-icon__star-filled {
    color: var(--color-7100);
}

.med-avis__stars .mds-icon__star{
    color: var(--color-grey--50);
}

.med-avis__stars {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.125rem;
}

.med-avis {
    padding: 1.5rem;
    border: 2px solid var(--color-grey--5);
}

.med-avis__text {
    min-height: 80px;
    margin-bottom: 1rem;
}

.med-avis__text:before {
    content: "“";
}

.med-avis__text::after {
    content: "”";
}

.med-avis__legendary {
    color: #333333;
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
}
.med-lien_doc{
    display: flex;
    align-items: center;
}

.med-lien_doc *:nth-child(2){
    margin: 16px;
}

.med-lien_doc .mds-badge {
    background-color: #E5E5E5;
    color: var(--gris-800);
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 4px 16px;
    max-width: max-content;
    border-radius: 100px;
    inline-size: fit-content;
    white-space: nowrap;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .med-lien_doc .mds-badge{
        font-size: 0.875rem;
        line-height: 1.5rem;
        padding: 4px 8px;
    }
}

.med-lien_doc .mds-icon__description {
    color: var(--color-macif--1);
    font-size: 1.25rem;
}
.med-ancre a span{
    color: var(--color-macif--1);
}

.med-ancre a:hover{
    text-decoration: none;
}
sup:has(a) {
    top: auto;
}

/* REMOVE AFTER RESET MDS */
.med-ancre {
    list-style: none;
}
.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;
    }
}
