

@font-face {
    font-family: 'Antique Olive Std';
    src: url('/customers/websites.xxx/templates/fr_FR/medias/visuels/grand_angle/quiz-la-sorciere-qui-a-change-le-monde/AntiqueOliveStd-BoldCond.woff2') format('woff2'),
    url('/customers/websites.xxx/templates/fr_FR/medias/visuels/grand_angle/quiz-la-sorciere-qui-a-change-le-monde/AntiqueOliveStd-BoldCond.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#footer .footerInterieur {
    justify-content: center;
}
#footer .blocAbonnementMag {
    display: none;
}
#footer .blocAbonnementNews {
    border-top: none medium;
    border-left: none medium;
}

.quiz_cretin *{
    font-family: 'Antique Olive Std';
}
.quiz_cretin {
    background-color: #03367b;
}
.quiz_cretin .mainInterieur {
    display: none;
}

.header_quiz {
    /*background: rgba(73,130,172,1) url("/customers/websites.xxx/templates/fr_FR/medias/visuels/grand_angle/quiz-la-sorciere-qui-a-change-le-monde/background-margaret-thatcher.webp") no-repeat top center;
    background-size: contain;*/
    display: flex;
    align-items: center;
    flex-direction: column;
    /*justify-content: flex-end;
    min-height: 73vh;*/
}
.background_margaret_thatcher {
    /*max-height: 67vh;
    width: auto;*/
    max-width: 100%;
    height: auto;
}
.intro {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header_quiz img.versus {
    margin-top: 4rem;
}

.header_quiz .intro .line_1 {
    font-size: 3rem;
    color: #ffffff;
    line-height: 1;
}
.header_quiz .intro .line_2 {
    font-size: 8rem;
    color: #ffffff;
    line-height: 6rem;
    letter-spacing: .5rem;
}
.header_quiz .intro .line_2 span {
    margin-left: .5rem;
}
.header_quiz .intro .line_3 {
    font-size: 8rem;
    color: #ffffff;
    line-height: 6.5rem;
    letter-spacing: .5rem;
}
.header_quiz .intro .line_4 {
    color: #e7dab5;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 2rem;
}
.header_quiz #start_btn {
    display: flex;
    font-size: 3rem;
    color: #262743;
    background-color: #fff;
    border-radius: 50px;
    padding: 7px 30px 5px 30px;
    margin: 3rem auto;
}



#progress_steps_bar {
    width: 100%;
    height: 12px;
    border-radius: 15px;
    background-color: #ffffff;
    margin: 3rem auto;
    max-width: 800px;
}
#steps_bar {
    height: 12px;
    background-color: #e6204d;
    border-radius: 15px;
    /*border: 1px solid #fff;*/
}

.steps {
    display: none;
    flex-direction: column;
}
.questions h2 {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}
.questions h2 .question_hight {
    text-align: center;
    font-size: 6rem;
    line-height: 6rem;
}
.questions h2 .question_regular {
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.choice_links {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgb(5 149 255);
    font-size: 3rem;
    margin-top: 1rem;
    margin-bottom: 5rem;
}
.choice_links span {
    cursor: pointer;
}

.reponses {
    display: none;
    flex-direction: column;
    align-items: center;
}
.status_text {
    display: none;
    font-size: 6rem;
    line-height: 6rem;
    margin-top: 1rem;
    color: #fff;
}
.explication {
    text-align: center;
    color: rgb(5 149 255);
    font-size: 2rem;
    width: 100%;
    margin: 2rem auto;
    max-width: 550px;
}
.next_step {
    color: #fff;
    background-color: #e6204d;
    padding: 9px 30px 7px 30px;
    border-radius: 30px;
    font-size: 2rem;
    line-height: 2rem;
    cursor: pointer;
    margin-bottom: 5rem;
}

.message_final {
    color: rgb(5 149 255);
    text-align: center;
    display: none;
    flex-direction: column;
    align-items: center;
    /*margin: 6rem auto 4rem auto;*/
    margin: 1rem auto;
}
.message_final h2 {
    font-size: 5rem;
    line-height: 5rem;
}
.message_final p {
    font-size: 2rem;
    width: 100%;
    max-width: 500px;
}
.arrow_container {
    margin-top: 3rem;
}
.fa-solid {
    font-family: "Font Awesome 6 Free" !important;
}
.message_final .album {
    color: #ffffff;
    text-decoration: none;
    background: red;
    padding: 7px 30px 5px 30px;
    border-radius: 30px;
    font-size: 2.5rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

/*RESPONSIVE*/
@media (max-width:649.99px) {
    .status_text {
        display: none;
        font-size: 5rem;
        line-height: 5rem;
        margin-top: 0;
    }

    .explication {
        font-size: 1.4rem;
    }

    .header_quiz .intro .line_2 {
        font-size: 6rem;
        line-height: 5rem;
    }
    .header_quiz .intro .line_3 {
        font-size: 6rem;
        line-height: 5rem;
    }
    .header_quiz #start_btn {
        font-size: 2rem;
    }


    .message_final h2 {
        font-size: 3rem;
        line-height: 3rem;
    }
    .message_final p {
        font-size: 1.8rem;
        padding: 0 30px;
    }
    .message_final .album {
        font-size: 2rem;
    }

    .questions h2 .question_hight {
        font-size: 4rem;
        line-height: 4rem;
    }
}