/* Style de l'encadré */
#maincontainer {
    padding:20px;
    width:auto;
    height:auto;
    /* max-width: 95vh;
    max-height:95vh; */
    position:fixed;
    /* overflow:auto;
    overflow-y:scroll; */
    color:white;
    /* border: 35px solid Red; */
    border-radius:8px;
    background-color: #2D2D2D;
    position: relative;
}

#message-stop {
    top:0;
    left:0;
    display: none;
    z-index:4000;
    color: white;
    font-size: 35px;
    font-weight: bold;
    margin-top: 20px;
    text-align:center;
    background-color:red;
    font-family:arial;
    width:100%;
    height:100%
}

#code-container {
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
}

#waiting-message {
    color: yellow;
    font-weight: bold;
}

.extra-field{
    margin-top:3%;
}

.questions{
    color:yellow;
}