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

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

@media screen and (min-width: 1440px) {
    .frame-type-tctheme_miseenavant1page[class*="bg-color"] {
        padding-top: 72px;
        padding-bottom: 96px;
    }
}

@media screen and (min-width: 1200px) {
    .frame-type-tctheme_miseenavant1page[class*="bg-color"] {
        padding-top: 60px;
        padding-bottom: 84px;
    }
}

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

    text-align: center;
}

.highlight-1page__vignette {
    position: relative;
    display: inline-block;

    overflow: hidden;

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

@media screen and (max-width: 991px) {
    .highlight-1page__vignette {
        max-width: 440px;
    }
}

.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: 768px)  and (max-width: 991px) {
    .highlight-1page__wrapper {
        display:  grid;
        grid-template-areas: 
            "a b"
            "c b";
        grid-gap: 16px;
    }
     .highlight-1page__vignette .card__body {
        min-height: 190px;
    }
    .highlight-1page__content {
        grid-area: a;

        /* width: calc(100% - 330px); */
    }
    .highlight-1page__vignette {
        grid-area: b;

        max-width: 300px;
    }
    .highlight-1page__cta {
        grid-area: c;

        text-align: left;

        margin: 0;
    }
}

@media screen and (min-width: 992px) {
    .frame-type-tctheme_miseenavant1page {
        margin-bottom: 100px;
    }
    .highlight-1page__wrapper {
        position: relative;
        display: flex;
        align-items: flex-start;
        flex-direction: column;

        padding-right: 55%;
        padding-top: 20px;

        min-height: 290px;
    }
    .highlight-1page__content {
        padding: 0;
        width: auto;
    }
    .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;
    }
    .highlight-1page__vignette .card__body {
        min-height: 210px;
    }
    .frame-type-tctheme_miseenavant1page.frame-space-after-extra-small  {
        margin-bottom: 108px;
    }
    .frame-type-tctheme_miseenavant1page.frame-space-after-small  {
        margin-bottom: 116px;
    }
    .frame-type-tctheme_miseenavant1page.frame-space-after-medium  {
        margin-bottom: 128px;
    }
    .frame-type-tctheme_miseenavant1page.frame-space-after-large  {
        margin-bottom: 142px;
    }
    .frame-type-tctheme_miseenavant1page.frame-space-after-extra-large  {
        margin-bottom: 180px;
    }
}

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