header{
    background-color: #abbaba;
    height: 150px;
}
header img{
    height: 300px;
    padding: 50px;
    margin-top: -90px;
    margin-left: -100px;

}

main {
      margin:0;
      padding:0;
}

.affiche2 {
    border: 5px solid black;
    float: right;
    position: relative;
}

.event {
    padding-top: 90px;
    border-radius: 5px;
    color: black;
}


.coming-soon{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: wheat;
    border: 5px solid black;
    box-sizing: content-box;
    align-content: center;
    height: 250px;
    margin-top: 15px;
    width: 1495px;
    height: min-content;

}

.timer {
    font-family: Berlin sans fb;
    color: black;
    border-radius: 50px;
    margin-top: -40px;
}


.countdown{
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.day,.hour,.minute,.seconde{
font-size: 2rem;

}



nav h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 32px;
    text-align: center;
    margin-top: -260px;

}

.titre {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 25px;
    margin-left: 10px;
}

.text{
    padding: -5px;
}


footer img {
    height: 150px;
    display: inline-block;
    margin-left: 400px;
}

footer{
    background-color: #E5E4E2;
    height: 300px; 

}

footer p {
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 15px;
    padding: 20px;
}

.coming-soon h2 {
    font-size: 40px;
    font-family: Berlin sans fb;
    text-align: center;
    margin-top: -65px;
    margin-left: 15px;
    margin-right: 15px;


}

.skills {
    background-color: wheat;
    box-sizing: border-box;
    border: 5px solid black;
    font-family: Berlin sans fb;
    text-align: center;
    word-spacing: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*ici commence le css du quizz*/

.quizz {
    background-color: wheat;
    width: 600px;
    height: max-content;
    margin-top: 50px;
    margin-left: 120px;
    
/*définit les espacements dans le block du quizz en haut, bas, gauche, droite*/
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    
    text-align: center;
    font-family: Berlin sans fb;
    font-size: 16px;
    border: 5px solid black;
    box-sizing: content-box;
}

.question {
    font-size: 20px;
    font-family: Impact;
    text-align: center;
    letter-spacing: 0.5px;
    word-spacing: 0.5px;
}

.affichage {
    text-align: center;
}


#vrai {
    background-color: greenyellow;
    font-family: Berlin sans fb;
    border-radius: 10px;
}

#score {
    border-radius: 15px;
    text-align: center;
    font-family: Berlin sans fb;
}

.affiche2 {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin-left: 800px;
    margin-top: -770px;
    float: right;
}