:root {
  --color-primary: #0D2342;
  --color-gray-100: #f6f6f6;
}

.frame-type-tctheme_miseenavant1page.bg-color--primary .highlight-1page__text {
    color: #fff;
}

.highlight-1page__cta {
    margin-top: 30px;

    text-align: center;
}

.highlight-1page__vignette {
    position: relative;

    overflow: hidden;

    background-color: var(--color-gray-100);
}

.highlight-1page__vignette .card__image {
    position: relative;

    height: 0;
    padding-top: 60%;

    overflow: hidden;

    background-color: #000;
}

.highlight-1page__vignette .card__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    opacity: 1;

    transition: opacity 250ms ease-in;
}

.highlight-1page__vignette .card__body {
    bottom: 0;

    transition: bottom 250ms ease-in;
}

.highlight-1page__vignette:hover .card__image-wrapper {
    opacity: 0.8;

    transition: opacity 250ms ease-in;
}

.highlight-1page__vignette:hover .card__body {
    bottom: 26px;

	transition: bottom 250ms ease-in;
}

.highlight-1page__vignette .card__link {
    position: absolute;
    bottom: 32px;
    left: 22px;

    font-size: 1.5rem;

    color: var(--color-primary);
}

.highlight-1page__vignette .card__link:after {
    position: absolute;
    top: 2px;

    transition: transform 250ms ease-in;
}

.highlight-1page__vignette:hover .card__link:after {
    transform: rotate(0deg);

    transition: transform 250ms ease-in;
}

@media screen and (min-width: 768px) {
    .highlight-1page__vignette .card__link {
        left: 32px;
    }
}

@media screen and (min-width: 992px) {
    .frame-type-tctheme_miseenavant1page {
        margin-bottom: 100px;
    }
    .highlight-1page__wrapper {
        position: relative;
        padding-right: 55%;
        padding-top: 20px;

        min-height: 290px;
    }
    .highlight-1page__content {
        padding: 0;
    }
    .highlight-1page__text {
        max-width: 375px;
    }
    .highlight-1page__vignette {
        position: absolute;
        top: 0;
        right: 0;

        width: calc(55% - 40px);
    }
    .highlight-1page__cta {
        text-align: left;

        margin-top: 36px;
    }
}

@media screen and (min-width: 1200px) {
    .highlight-1page__wrapper {
        padding-right: 50%;
        padding-top: 36px;
    }
    .highlight-1page__vignette {
        width: calc(50% - 100px);
        max-width: 380px;
    }
}
