/*--------------------------------------lien admin sur le menu pour l'admin ----------*/

.admin a{
    color: black;
    z-index: 1000000;
}

.formulaire, .bandeau{
    width: 500px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    /*border: #bb1111 solid 2px;*/
}

/* Change autocomplete styles in WebKit */
.formulaire input:-webkit-autofill,
.formulaire input:-webkit-autofill:hover,
.formulaire input:-webkit-autofill:focus,
.formulaire textarea:-webkit-autofill,
.formulaire textarea:-webkit-autofill:hover,
.formulaire textarea:-webkit-autofill:focus,
.formulaire select:-webkit-autofill,
.formulaire select:-webkit-autofill:hover,
.formulaire select:-webkit-autofill:focus {
    -webkit-text-fill-color: #1a1a1a;

}

/*---------------------------------------admin.php------------------------------------------*/

.navigation{
    margin-top: 250px;

}



/*-----------------------------------------login.php-------------------------------------*/

.formulaire{
    width: 90%;
    max-width: 500px;
    min-width: 350px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.form-group{
     width: 100%;
     height: auto;
     margin-left: auto;
     margin-right: auto;
 }

 .formulaire label{
    font-size: 18px;
    color: #1a1a1a;
}

.formulaire h1{
    font-size: 28px;
    color: #1a1a1a;
}

.form-input{
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    margin-top: 15px;
}

.formulaire button.btn {
    margin-top: 15px;
}

#oubliMDP{
    font-size: 13px;
    color: #0055b8;
    margin-left: 15px;
}

.form-chekbox label{
    font-size: 1em;
    text-decoration: none;
    color: rgb(26, 44, 211);
}

.formulaire button{
    width: 200px;
    height: 40px;
    padding: 10px;
}

form.formulaire .retour{
    font-size: 1em;
    text-decoration: none;
    color: rgb(26, 44, 211);
    margin-top: 15px;
}



/*---------------------------------------------------------------*/
/*----- forget.php ------- reset.php ----------------------------*/
/*---------------------------------------------------------------*/

section.forget{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;  
}

.forget p{
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}

.forget p input{
    width: 100%;
    height: 40px;
}

section.forget p button{
    width: auto;
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    font-weight: bolder;
    color: white;
    padding: 20px 30px;
    background-color: #0b1229;
    box-shadow: 0px 12px 25px -6px #000000;
}

section.forget p button:hover {
    cursor: pointer;
}

/*---------------------------------------------------------------*/
/*----- message.php ---------------------------------------------*/
/*---------------------------------------------------------------*/

#messages {
    margin-top: 100px;
    font-size: 1.1em;
    color: #1a1a1a;
    width: 100%;
    text-align: center;
}


/*---------------------------------------------------------------*/
/*----- message_mail.php ---------------------------------------------*/
/*---------------------------------------------------------------*/

#messages_mail {
    margin-top: 20px;
    font-size: 1.1em;
    color: navy;
    width: 100%;
    text-align: center;
}
.contenair_error_mail {
	width: 100%;
    height: auto;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.btn_mail_error {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 70px;
    margin: 60px auto 60px auto;
    border-radius: 10px;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    z-index: 1000;
    transition: .3s ease;
    background-color: #455bd5;
}


.btn_mail_error:hover {
    background-color: #2a2783;
}

.btn_mail_error a:link {
    color: white;
    letter-spacing: 2px;
    text-decoration: none;
    opacity: 1;
    Font-Weight: bold;
}

.btn_mail_error a:visited {
    letter-spacing: 2px;
    color: white;
}

/*---------------------------------------------------------------*/
/*----- account.php ---------------------------------------------*/
/*---------------------------------------------------------------*/

#account{
    margin-top: 100px;
    font-size: 2em;
    color: black;
    width: 100%;
    text-align: center;
}

#accountp{
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

#accountp a{
    font-size: 1.1em;
    font-weight: bolder;
    text-decoration: none;
    color: white;
    padding: 20px 30px;
    background-color: #0b1229;
    box-shadow: 0px 12px 25px -6px #000000;
    transition: ease-in-out 0.2s;
}

#accountp:hover a{
    background-color: #102b81;
}

/*---------------------------------------------------------------*/
/*----- register.php---------------------------------------------*/
/*---------------------------------------------------------------*/

.header-fiches h1{
    color: white;
    width: 50%;
    text-align: center;
    font-size: 2em;
    padding-left: 15%;
    margin: 0 auto;
}
.register{
    width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto ;
    padding: 0 15px;
}

.form_register{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border: red solid 3px;*/
    margin: 0 0 20px 0 ;
    padding: 0;
}

.register form input{
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}


section.register form p{
    width: 100%;
    height: auto;
    margin: 5px 0;
}

section.register form p label{
    font-size: 1em;
    color: rgb(29, 29, 29);
}

section.register h2{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    color: rgb(255, 0, 0);
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

section.register p button{
    width: auto;
    padding: 10px 40px;
    margin: 35px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.1em;
    font-weight: bolder;
    color: white;
    background-color: #0b1229;
    box-shadow: 0px 12px 25px -6px #000000;
}

section.register p button:hover {
    cursor: pointer;
}

.g-recaptcha{
    margin-top: 15px;
}

