@font-face {
    font-family: 'fenixregular';
    src: url('font/fenix-regular-webfont.eot');
    src: url('font/fenix-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('font/fenix-regular-webfont.woff2') format('woff2'),
        url('font/fenix-regular-webfont.woff') format('woff'),
        url('font/fenix-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

#chargement {
    text-align: center;
    margin: auto;
    font-family: 'fenixregular';

}

#titreparcours {
    font-family: 'fenixregular';
}

@font-face {
    font-family: 'cursifregular';
    src: url('cursif-webfont.eot');
    src: url('cursif-webfont.eot?#iefix') format('embedded-opentype'),
        url('cursif-webfont.woff2') format('woff2'),
        url('cursif-webfont.woff') format('woff'),
        url('cursif-webfont.ttf') format('truetype'),
        url('cursif-webfont.svg#cursifregular') format('svg');
    font-weight: normal;
    font-style: normal;


}

body {
    font-family: 'cursifregular', Arial, sans-serif;
    padding: 10px;
    font-size: xx-large;

}

h2 {
    margin-bottom: 10px;
}

p {
    font-family: 'fenixregular';
    margin-bottom: 20px;
    text-align: center;
}

.question {
    font-size: 140%;
    letter-spacing: 5px;
    background-color: #E9E9E9;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    text-align: center;
    user-select: none;
}

.consigne {
    font-size: 150%;
    letter-spacing: 1px;
    margin-top: -44px;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'fenixregular';
}

.cercleaf,
.cercleec,
.cerclev,
.cercler {
    background-size: 2vw;
    background-position: center;
    background-repeat: no-repeat;
    height: 3vw;


    width: 3.2vw;
}

.cercleaf {
    background-image: url("cercleaf.png");
}

.cercleec {
    background-image: url("cercleec.png");
}

.cerclev {
    background-image: url("cerclev.png");
}

.cercler {
    background-image: url("cercler.png");
}

#progression {
    display: grid;
    grid-template-columns: repeat(30, 1fr);
    row-gap: 2vw;
    width: fit-content;
    margin: auto;
}

.reponses-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    margin-bottom: 20px;

}

.reponse {
    letter-spacing: 5px;
    font-family: 'cursifregular', Arial, sans-serif;

    display: inline-block;
    margin: 5px;
    padding: 10px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 140%;
}

.reponse:hover {
    background-color: #45A049;
}

#container {
    padding-top: 3vw;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 18px;
}

@media (max-width: 800px) {
    body {
        padding: 5px;
    }

    #container {
        max-width: none;
    }
}

#question0,
#question1,
#question2,
#question3,
#question4,
#question5 {
    background-color: rgb(171, 255, 46, 0.3);
}

#question6,
#question7,
#question8,
#question9,
#question10,
#question11,
#question12,
#question13 {
    background-color: rgb(102, 255, 47, 0.3);
}


#question14,
#question15,
#question16,
#question17,
#question18,
#question19,
#question20,
#question21 {
    background-color: rgb(245, 255, 47, 0.3);
}

#question22,
#question23,
#question24,
#question25,
#question26,
#question27,
#question28,
#question29 {
    background-color: rgb(255, 85, 47, 0.3);
}

#auteur {
    font-family: 'fenixregular', Arial, sans-serif;
    font-size: large;
    margin: auto;
    width: fit-content;
    text-align: center;
}