.med-link:not(.mds-link--standalone):not(.mds-link--reverse){
    text-decoration: underline;
    background-color: transparent;
}
@media(max-width: 899px) {
    div.med-lanceur-devis__produit{
        padding-top: 16px;
    }
}
.mcf-card-lift .mcf-card__body{
    height: 100%;
}
.mcf-card-lift.mcf-border{
    border: 1px solid var(--gris-sable) !important;
}
.mcf-card-lift .resume-content{
    height: initial;
}
.mcf-card-lift .resume-content h3{
    color: var(--bleu-macif-blason);
}
.mcf-card-lift .resume-content .last-published{
    color: var(--gris-600);
}
.mcf-card-lift .resume-content{
    height: 75%;
}
@media screen and (max-width: 768px) {
    .mcf-card-lift .resume-content{
        height: 85%;
    }
}
@media screen and (max-width: 480px) {
    .mcf-card-lift .resume-content{
        height: 80%;
    }
}

.mds-card.mds-card--basic-1.med-card--evenement{
    min-height: unset;
}

.mds-card--basic-1.mds-card__title.med-card--evenement__title{
    margin-bottom: 0;
}

.mds-card--basic-1.mds-card__content.med-card--evenement__content{
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mds-card--basic-1.mds-card__desc.med-card--evenement__desc{
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: var(--color-grey--80);
    margin-bottom: 4px;
}

.med-card--evenement__chapeau{
    max-height: 40px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: "Source Sans Pro", sans-serif;
    color:#373940;
    margin-bottom: 0;
}

.med-card--evenement__link{
    min-height: 24px;
}

@media (max-width: 37.48em){
    .med-card--evenement.mds-card--basic-1 .mds-card__title{
        font-size: 18px;
        line-height: 1.5rem;
    }
}
.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;
    }
}
