@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;
}

@font-face {
    font-family: 'BaskingPersonalUse';
    src: url('https://www.doitinparis.com/module/quiz/css/font/BaskingPersonalUse.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;

}

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

}

.question-side h3 {
    font-family: 'Trochut', cursive; /*"BaskingPersonalUse", */
    text-align: left;
    font-size: 37px;
    margin-top: 110px;
    margin-bottom: 26px;
    width: 73%;
    line-height: 1.6;
    font-weight: bold;
    padding-left: 15px;
    color: #0c4439;
}

.question-row {
    padding-bottom: 35px;
    background: 0 0 repeat url("https://doitinparis.com/files/2021/quiz/flower-mood/background1.jpg") #fee6e6;
    background-size: 20px;
}

.reponse-row {
    padding-top: 35px;
    padding-bottom: 35px;
    background: 0 0 repeat url("https://doitinparis.com/files/2021/quiz/flower-mood/background1.jpg") #fee6e6;
    background-size: 20px;
    display: none;
}

.reponse-row h3 {
    max-width: 90%;
    display: block;
    text-align: center;
    margin: 10px auto 60px;
}

.reponse-row h5 {
    max-width: 90%;
    display: block;
    text-align: center;
    margin: 10px auto 10px;
}

.reponse-row h5 img {
    display: block;
    width: 100%;
}

.reponse-row h4 {
    max-width: 80%;
    display: block;
    text-align: center;
    margin: 10px auto 40px;
}

.reponse-row p {
    font-family: 'Futura', sans-serif;
    text-align: justify;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #0c4439;
}

.reponse-row p b {
    font-weight: bold;
    color: #ff5f68;
}

.reponse-row .asterix {
    padding-left: 15px;
    padding-right: 15px;
    color: #0c4439;
    display: block;
    line-height: 1.5;
}

.reponse-row .asterix a {
    font-weight: bold;
    color: #0c4439;
    padding-right: 15px;
}

.reponse-row .img1 {
    width: 100%;
    right: -50px;
    display: block;
    position: relative;
    width: 258px;
}

.reponse-row p a {
    cursor: pointer;
    font-family: 'Futura', sans-serif;
    text-align: justify;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
    color: #0c4439;
}

.reponse-row .img2 {
    width: 400px;
    position: relative;
    bottom: 51px;
    right: 165px;
}

#reponse-1 .img2 {
    width: 350px;
    position: relative;
    border: inherit;
    right: inherit;
}


#reponse-2 .img2 {
    width: 180px;
    margin: 0 auto;
    position: relative;
    border: inherit;
    right: inherit;
    display: block;
}

@media all and (max-width: 768px) {
    .reponse-row h3 img {
        width: 90%;


    }

    .reponse-row h4 img {
        width: 90%;


    }

    .reponse-row .img1 {
        display: none;


    }

    .questionimg {
        max-width: 60%;
        margin: 10px auto;
        display: block;
    }

    .reponse-row .img2 {
        width: 80%;
        position: relative;
        bottom: initial;
        display: block;
        margin: 10px auto;
        right: initial;
    }
}

.quest {

    margin-bottom: 30px;
    color: #0c4439;
}

.return {
    width: 35px;
    position: absolute;
    margin-top: 15px;
}

@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;
    margin-bottom: 30px;
    color: #0c4439;
}

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

.toggleCheck {
    border: 2px solid #fe616a;
    width: 25px;
    display: block;
    text-align: left;
    height: 25px;
    background: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.toggleCheck.toggle {
    background: #fe616a;
}

.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;
}

.question-row {
    display: none;
}

.qTitle {
    position: absolute;
    right: 0;
    top: 0;
}

#question-1 {
    display: block;
}

@media all and (max-width: 768px) {
    .qTitle {
        display: none;
    }

}

.qTitle {
    position: absolute;
    right: 0;
    top: 0;
}
.mood{
    display: table;
    margin: 0 auto;
    padding: 10px;
    background: #ff5f68;
    color: #fff ;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Futura', sans-serif;
    word-spacing: 1px;
    cursor: pointer;
    text-decoration: none !important;
}
.mood:hover{
    border:1px solid #ff5f68;
    color: #ff5f68;
    background: #fff ;
}