html{
    width: 100%;
    height: 100%;
}
body{
    margin: 0;
    flex-direction: column;
    height: 100%; width: 100%;
}
body:before {
    content: "";
    position: fixed;
    height: 100%; width: 100%;
    background: url('../image/fond_accueil.jpg') no-repeat center center !important;
    background-size: cover !important;
    z-index: -1; /* Keep the background behind the content */
    -webkit-filter:opacity(.5) blur(5px);
}


/*Partie Header*/
.superieur{
    width: 100%;
    background: linear-gradient(to bottom right, #3E79E5, #01B8E3);
    padding: 2%;
    color: white;
    text-align: center;
}

.titre_h{
    font-weight:bold;
    font-style: italic;
}

/*Partie Centrale*/
.text_center{
    margin-top: 2rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
    text-align: center;
}

.text_center p {
    margin-bottom: 0 !important;
}

.petit_titre{
    color: #718798;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px 15px 0 15px;
    margin: 0 auto;
}

.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin .form_mdp {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mb-4 {
    margin-bottom: 1rem !important;
}

.g-recaptcha {
    margin-bottom: 1rem;
}

.mdp{
    display: flex;
}

#inputPassword, #new_mdp, #repeatmdp{
    position:relative;
    z-index: 1;
}

#oeil{
    margin-top: 16px;
    margin-left: 280px;
    z-index: 200;
    position: absolute;
}

.connect{
    color: white;
    font-size: x-large;
    width: 100%;
    height: 40px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    border: none;
    background: linear-gradient(to right, #01B8E3, #3E79E5);
}

.erreur{
    text-align: center;
}
/*Partie Footer*/
.contains{
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom right, #01B8E3, #3E79E5);
    position:absolute;
    bottom:0;
}

footer div p a,
footer div p a:hover{
    color: white;
}