.acces-epreuves-bts {
    margin-left: 30px;
    background-color: rgb(60, 78, 22);
    padding: 10px 20px 20px 20px;
    width:fit-content;
    border-radius: 5px;
    box-shadow: 1px 1px 8px #000000;
}
.acces-epreuves-bts input {
    margin-bottom: 8px;
}
#docE4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
#docE4 #annexes {
    width:100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
embed {
    border:2px solid black;
    border-radius: 2px;
    width:70%;
    height: 600px;
}
.disconnect{
    display:flex;
    justify-content: space-between;
    margin-right: 10px;
}
.disconnect h1 {
    margin:unset;
}
.preuves {
    width: 28%;
    height: fit-content;
}

#upper-docs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    
}
#upper-docs fieldset {
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
}
#upper-docs fieldset label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 4px;
    width: 160px;
}