body {
    background: url(../../img/PreInscription_Temara.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container{
    padding-top: 50px;
}

.language-choice{
    background-color: white;
    color: #114161;
    display: inline-block;
    padding: 4px 30px;
    font-weight: bold;
    border-radius: 15px;
}

.language-choice a{
    color: #114161;
}

.language-choice a:hover{
    color: #114161;
    text-decoration: underline;
}

.pre-inscription-panel{
    min-height: 600px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;

}

#titre{
    font-size: 70px;
    color: white;
    margin-bottom: 20px;
}

.sous-titre{
    font-size: 30px;
}

.disabled-option{
    background-color: #114161;
    color: white;
    user-select: none;
}

.preinsc-notice{
    text-align: center;
    color: white;
    margin-top: 30px;
}


.captchar-placeholder{
    text-align: center;
    background-color: rgb(199, 184, 184);
    color: #114161;
    padding: 5px 0;
    margin-bottom: 8px;
    font-size: 34px;
}

#errors{
    margin-top: 20px;
}
