input:read-only {
	background-color:lightgrey;
	
}

.modifyInfosAccount_msg_error_form{
    color:#AD2C00;
    font-size: 25px;
    width:70vw;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.modifyInfosAccount_msg_validated{
    color:#005e51;
    font-size: 25px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.buttonForm{
	background-color: #0c7a5d;
	cursor: pointer;
    border: none;
    display: inline-block;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    padding: 18px 23px 18px 23px;
    border-radius: 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1) inset;
    margin: 3px 0;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
}

#deleteAccountButton{
	background-color: #AB442E;
}

.hide{
	display:none !important;
}

#divImgProfile{
    text-align: center;
    margin-bottom: 50px;
    
}

#imgProfile{
	height:200px;
	width:200px;
}

