.titre{
    z-index: 1;
    position: absolute;
    max-width: 15em;
    right: 45%;
    top: 40%;
    color: white;
    text-align: center;

}
.inscrire{
    position: absolute;
    top: 50%;
    left: 25%;
    background-color:#E5E5E5 ;
    width: 50%;
    height:auto;
    border-radius: 20px;

}
#imageI{
    max-height: 1800px;
    width: 100%
}
.inscrire{
    padding: 20px 30px;
}
.inscrire label{
    color: #252B6A;
    margin-top: 20px;
    font-weight: bold;
}
.inscrire input
{
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 5px;
}

.inscrire button{
    background-color: #252B6A;
    color: white;
    width: 200px;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;

}
#registration_form_captcha{
    margin-top: 20px;
}
.bt{
    text-align: center;
}
.bt button{
    font-weight: bold;
}
@media (max-width: 1290px) {
    #imageI{
        min-height: 1200px;
    }

}
@media (max-width: 900px) {
    .inscrire{
        width: 95%;
       left: 2%;
    }
}
