.text-red {
    color: #E20019 !important;
}
.text-bold {
    font-weight: bold;
}
.ensemblePageUnivers {
    background: url('images/grand_concours_decennie/background_grandjeuconcours.webp') no-repeat top center;
    background-size: cover;
}
.ensemblePageUnivers .UniversResume {
    max-width: 1250px;
}
.logo_concours {
    width: 787px;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.white_container {
    background-color: #ffffff;
    margin-top: 28vw;
    padding: 0 30px 5rem 30px;
}
.white_container_content {
    width: 787px;
    max-width: 100%;
    margin: 0 auto;
    color: #707070;
}

.validite {
    padding-top: 1rem;
}

.intro {
    margin: 1.2rem auto;
}
.intro p {
    line-height: 1 !important;
}

.accroche p {
    font-size: 1.7rem !important;
}
.accroche p span {
    display: block;
}

.deadline {
    margin: 1.2rem auto 3rem auto;
}
.deadline p {
    line-height: 1 !important;
}

.pitch ul {
    list-style-position: inside;
    margin: 1.2rem auto;
}
.pitch li {
    line-height: 1;
}

.modalites p {
    line-height: 1 !important;
}

.modalites {
    margin: 2rem auto;
}

.confidentialite {
    width: 70%;
    margin: 1.5rem 0;
}
.confidentialite_title {
    font-weight: bold;
    font-size: 1.3rem !important;
}

.a_vos_crayons {
    font-size: 1.7rem;
}

img.superdupont {
    position: absolute;
    margin-top: -291px;
    left: calc(50vw + 170px);
    max-width: 100%;
    height: auto;
}

@media (max-width: 1135.99px) {
    .confidentialite {
        width: 100%;
    }
    img.superdupont {
        position: unset;
        margin: 50px auto 0 auto;
        display: block;
        left: unset;
    }
}
@media (max-width: 850px) {
    .ensemblePageUnivers .UniversResume {
        margin-top: 0;
    }
}
