
.single-musee_event .content-text__registration {
        font-size: calc(20px + (32 - 20) * ((100vw - 320px) / (1920 - 320)));
        color: #000;
        font-family: "Barlow Condensed", sans-serif;
        font-weight: 700;
        line-height: 1.1;
        text-transform: uppercase;
        padding: 30px 0 12px;
        
}

.single-musee_event .content-text__registration__link {
    a {
        text-decoration: underline;
        color: #85D0F3;
    }
}

.content-text__description {
    a {
        text-decoration: underline;
        color: #85D0F3;
    }
}

.content-text__conditions {
    a {
        text-decoration: underline;
        color: #85D0F3;
    }
}

.event-conditions {
    a {
        text-decoration: underline;
        color: #85D0F3;
    }
}