body{
    font-family: arial;
}

#header{
    border-bottom: solid 1px black;
    margin-bottom: 20px;
    position: fixed;
    top: 0;
    width: 105%;
    background-color: white;
    box-shadow: 0px 2px 5px grey;
    margin: 0 -10;
    z-index: 1;

}




#headercontent{
    display: flex;
    align-items: center;
    justify-content: center;
    width:90%;
    margin: auto;
}


.logocontainer{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;
}

.logo{
    height:100px;

}


#contrepoid{
    width:100px;
}

.title{
    font-size: 20px;
    margin-right: auto;

}

.pass{
    border : solid 1px black;
    padding-left : 30px;
    padding-right: 30px;
    padding-top:10px;
    padding-bottom: 10px;
    width: 300px;
    margin: auto;
    text-align: center;
}


.content{
    width:70%;
    margin: 150px auto;
}

.content2{
    margin: auto;
    width: 90%;
}

.list{
    list-style: none;
}

.answers{
    min-width: 300px;
}


.chapter{
    font-size:20px;
}

.option{
    display: flex;
    justify-content: space-between;
    padding:5px;
}

.partie{
    margin-bottom: 50px;
}

#part1{
    display:block;
}

#part2{
    display: none;
}

#part3{
    display: none;
}

#part4{
    display: none;
}

#part5{
    display: none;
}

#part6{
    display: none;
}

#part7{
    display: none;
}

.warning{
    display: flex;
    justify-content: flex-end;
}

.alert{
    justify-content:flex-end;
    margin-top: 10px;
    color:red;
}

#warning1{
    display: none;
}

#warning2{
    display: none;
}

#warning3{
    display: none;
}

#warning4{
    display: none;
}

#warning5{
    display: none;
}

#warning6{
    display: none;
}

#warning7{
    display: none;
}

#infos{

    margin:auto;
    padding:20px;
}


.entry{
    height: 20px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    margin: 20px;

}

.legal{
    max-width: 100%;
    margin-top: 40px;

}



.validation{
    display:flex;
    justify-content: space-around;
    margin:30px;
}

.navbuttons{
    width: 90%;
    margin: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.navbuttons-end{
    width: 90%;
    margin: auto;
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.line{
    height: 1px;
    background: black;
    width: 60%;
    margin: auto;
    margin-top:50px;
    margin-bottom: 20px;
}

.button-small{
    width: 100px;
    background-color: #e20019;
    height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    cursor: pointer;
    border:none;
}

.button-small:hover{
    background-color: #cc0018;
}

.button{
    width: 250px;
    background-color: #e20019;
    height: 65px;
    line-height: 50px;
    color: white;
    text-align: center;
    cursor: pointer;
    border:none;
}

.print{
    display: flex;
    justify-content: space-around;
}

#print-button{
    width: 200px;
    background-color: #e20019;
    height: 50px;
    line-height: 50px;
    color: white;
    text-align: center;
    cursor: pointer;
    border:none;

}

#print-button:hover{
    background-color:#cc0018;
}


.button:hover{
    background-color:#cc0018;

}
#foot{
    margin-top: 50px;
}

.total{
    display: flex;
    justify-content: space-around;
    display: none;
}

.hidden{
    visibility: hidden;
}

.results{
    width : 80%;

}

.titre{
    width:60%;
    margin-bottom: 20px;

}

#container {

    margin: auto;
    padding: 0;
    z-index:0;
    margin-bottom: 50px;

}

#printhead{
    display:none;
}

.consigne{
    font-weight: bold;
}

table {
    border-collapse:collapse;
}

table, th, td{
    padding: 10px;

    border:solid 1px black;
}

th{
    height: 50px;
}

.end{
    text-align: center;
    margin:200px;
}

.answer{
    display: flex;
    justify-content: space-between;
    width: 60%;
    line-height: 20px;
    margin: auto;
}

#csv {
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer{
    height: 30px;
    width: 105%;
    background-color: white;
    position: fixed;
    bottom: 0px;
    border-top: solid black 1px;
    margin: 0 -10;
}

#menu{
    width: 70%;
    display: flex;
    margin: auto;
    line-height: 30px;
}

.contentmenu{
    margin-left: 20px;
    font-size: 0.75em;
    font-weight: bold;
}

a, .contentmenu{
    color: black;
}

#attempt{
    margin-top: 50px;
    margin: auto;
    text-align: center;
    width: 70%;
    color:red;
}

#startingoptions{
    display:flex;
    justify-content: space-around;
}

#erreur{
    visibility:hidden;
}

