@font-face {
    font-family: 'Futura';
    src: url('https://www.doitinparis.com/module/quiz/css/font/futura/futura medium bt.ttf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Maneo';
    src: url('https://www.doitinparis.com/module/quiz/css/font/Maneo_TRIAL.ttf');
    font-weight: normal;
    font-style: normal;
}

.closeBtn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    display: none;
    z-index: 2;
}


.intro a img {
    height: calc(100vh - 109px);
    display: block;
    margin: 0 auto;
}

.quiz-no-answer {
    border-width: 100px 51Px;
    border-style: solid;
    min-height: 500px;
}

.quiz-no-answer h4 {
    position: absolute;
    width: calc(100% - 15px);
    text-align: center;
    font-size: 33px;
    margin-top: -75px;
    font-family: 'Maneo';
}

.quiz-no-answer h2 {
    font-family: 'Futura', sans-serif;
    position: relative;
    text-transform: uppercase;
    width: calc(100%);
    text-align: center;
    font-size: 33px;
    margin-top: -18px;
}

.quiz-no-answer h1 {
    font-family: 'Futura', sans-serif;
    position: absolute;
    width: calc(100% - 15px);
    text-align: center;
    font-size: 31px;
    margin-top: 10px;
}

.quiz-no-answer h3 {
    font-family: 'Futura', sans-serif;
    text-align: center;
    font-size: 26px;
    margin-top: 90px;
    margin-bottom: 30px;

}

@media all and (max-width: 700px) {
    .closeBtn {
        display: block;
    }

    .quiz-no-answer h4 {
        margin-top: -144px;
    }

    .quiz-no-answer h2 {
        margin-top: -100px;
    }

    .quiz-no-answer h1 {
        font-size: 26px
    }

    .quiz-no-answer h3 {
        font-size: 20px
    }

    .quiz-no-answer {
        border-bottom-width: 0px;
        border-top-width: 160px;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    .quiz-text {
        position: absolute;
        top: 0;
        z-index: 1;
    }
}

.quest {
    font-family: 'Futura', sans-serif;
    text-align: left;
    display: inline-block;
    padding-left: 15px;
    font-size: 20px;
}

.blockToggle {
    display: inline-block;
    width: 40px;
}

.toggleCheck {
    border: 2px solid #000;
    width: 20px;
    display: block;
    text-align: left;
    height: 20px;
}

.toggleCheck.toggle {
    background: #000;
}

.form {
    text-align: center;
}

.form .clear, .row-block .clear {
    margin-bottom: 20px;
}

#intro-1 .row-block,
#intro-3 .row-block {
    width: 240px;
    margin: 20px auto;
}

#intro-2 .row-block,
#intro-6 .row-block {
    width: 85%;
    margin: 20px auto;
}

#intro-4 .row-block,
#intro-5 .row-block,
#intro-7 .row-block {
    width: 90%;
    margin: 20px auto;
}

.quiz-text .text {
/*    padding: 120px 50px 0;
*/
    padding: 165px 50px 16px;
}

.quiz-text {
    display: none;
    background: no-repeat 0 0 url('https://doitinparis.com/files/2019/summer/sex-challenge/fond-right.jpg') #dbbba2;
    background-size: cover;
}

.quiz-text .text h3 {
    font-family: 'Futura', sans-serif;
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 23px;
}

.quiz-text .text a {
    font-family: 'Futura', sans-serif;
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}


.quiz-text .text p {
    font-family: 'Futura', sans-serif;
    line-height: 1.6;
    color: #000;
    font-size: 17px;
    text-align: justify;
}


.quiz-text .text ol {
    font-family: 'Futura', sans-serif;
    line-height: 1.6;
    color: #000;
    font-size: 17px;
    text-align: justify;
}

.quiz-text .text ol li {
    padding: 0px 6px;
    list-style-type: decimal;
}

.nextDefis img {
    width: 32px !important;
    height: inherit !important;
    float: right;
    margin-left: 10px !important;
}

.nextDefis {
    margin-bottom: 30px;
    font-family: 'Maneo';
    font-size: 21px;
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top: 30px;
    right: 0px;
    text-decoration: none;
    color: #000;

}


.blocShare {
    position: absolute;
    left: 0;
    width: 40%;
    text-align: center;
}

.blocShare img{
    width:28px !important;
    height: inherit !important;
    display: inline-block;
}

.share {
    display: inline-block;
    margin-right: 10px;
}