.component-title-cta-images-and-caption__results-concours {
    position: relative;
    margin-bottom: 2rem;
    margin-bottom: -25rem;
}

.component-title-cta-images-and-caption--background__results-concours {
    color: var(--white);
    position: relative;
    margin-top: 0;
    height:35rem;
    width:100%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}

.component-title-cta-images-and-caption--text__results-concours {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    top: -33rem;
}

.component-title-cta-images-and-caption--intro__results-concours {
    display: flex;
    flex-direction: column;
}

.component-title-cta-images-and-caption__results-concours h2{
    text-align: center;
    margin-top:1rem;
    margin-left: auto;
    margin-right: auto;
    font-style: normal;
    font-weight: 500;
    line-height: 40px
}

.component-title-cta-images-and-caption__results-concours h3{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.component-title-cta-images-and-caption--medias__results-concours {
    position: relative;
    margin-top: 0;
    height:auto;
    width:100%;
    left: 51%;
    right: 49%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 98vw;
    top: -30rem;
}

.component-title-cta-images-and-caption--media__results-concours {
    position: relative;
    margin-top: 0;
    height:auto;
    border-top-left-radius: var(--Border-mobile-radius);
    border-top-right-radius: var(--Border-mobile-radius);
    overflow-x: hidden;
}

.component-title-cta-images-and-caption--medias__results-concours video, .component-title-cta-images-and-caption--medias__results-concours img{
    height: 100%;
    max-width: 37.5rem; /* 600px */
    width: 100%;
}

.component-title-cta-images-and-caption--description__results-concours{
    position:relative;
    top:-28rem;
}

.component-title-cta-images-and-caption--description__results-concours p{
    font-family: var(--h2-family);
    font-size: var(--h2-size);
    font-weight: var(--h2-weight);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    line-height: 48px
}

.component-title-cta-images-and-caption--media__results-concours video.portrait,
.component-title-cta-images-and-caption--media__results-concours img.portrait {
    max-height: 100vh;
}


@media screen and (min-width: 48rem) { /* 768px */

    .component-title-cta-images-and-caption--medias__results-concours {
        width: 99vw;
    }
}

@media screen and (min-width: 64rem) { /* 1024px */

    .component-title-cta-images-and-caption__results-concours {
        margin-bottom: -22rem;
    }

    .component-title-cta-images-and-caption--description__results-concours h2{
        line-height: 68px;
        font-size: 3.5rem;
        font-style: normal;
        font-weight: 500;
    }

    .component-title-cta-images-and-caption--medias__results-concours {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        display: flex;
        right: 0;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        align-items: center;
        width: 100%;
        align-self: center;
    }

    .component-title-cta-images-and-caption--text__results-concours{
        top:-24rem;
    }

    .component-title-cta-images-and-caption--background__results-concours {
        top:2rem;
        height:30.5rem;
    }

    .component-title-cta-images-and-caption__results-concours h2{
        line-height: 68px;
    }

    .component-title-cta-images-and-caption--medias__results-concours{
        top:-21rem;
    }

    .component-title-cta-images-and-caption--background__results-concours img{
        max-height: 24.5rem;
        width: 5rem;
    }

    .component-title-cta-images-and-caption--description__results-concours p{
        font-size: 2.5rem;
    }

    .component-title-cta-images-and-caption--description__results-concours{
        top: -17rem;
    }

    .component-title-cta-images-and-caption__results-concours{
        margin-bottom: -13rem;
    }
}