
@page {
    size: auto;   /* auto is the initial value */
    margin: 0;  /* this affects the margin in the printer settings */

}

body{
    margin:50px;
    font-family: arial;

}

#header{
    display: none;

}




#headercontent{
    display: flex;
    align-items: center;
    justify-content: center;
    width:90%;
    margin: auto;
}



.logo{
    height:100px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: auto;


}




.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:100%;

}

.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;
}




#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:20px;
}

.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: #3b86b0;
    height: 30px;
    line-height: 30px;
    color: white;
    text-align: center;
    cursor: pointer;
    border:none;
}

#button{
    width: 200px;
    background-color: #3b86b0;
    height: 50px;
    line-height: 50px;
    color: white;
    text-align: center;
    cursor: pointer;
    border:none;
}

#print-button{
    display: none;
}

#button:hover{
    background-color:#2f6a8c;

}
#foot{
    margin-top: 50px;
}

.total{
    display: flex;
    justify-content: space-around;
    display: none;
}

.hidden{
    display: none;
}

.results{
    width : 80%;

}

.titre{
    margin-bottom: 20px;

}




#container {
    display:none;
    padding: 0;
    z-index:0;
    margin-bottom: 50px;

}

#printhead{
    width: 60%;
    margin-bottom: 10px;
}


.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;

    line-height: 20px;
}

#footer{
    display: none;
}

#menu{
    width: 70%;
    display: flex;
    margin: auto;
    line-height: 30px;
}

.contentmenu{
    margin-left: 20px;
    font-size: 0.75em;
    font-weight: bold;
    color: black;
}

.printhidden{
    visibility:hidden;
}

#attempt{
    margin-bottom: 20px;
}