
.fa-user{
	text-align: center;
	color: #fff;
	display: block;
	font-size: 35px;
	margin-bottom: 20px;
	border: 1px solid;
	width: 18%;
	margin: auto;
	border-radius: 100%;
	padding: 20px 20px;
}

h1{
	color: #fff;
	text-align: center;
	margin: 10px 0px;
	display: none;
}

.section-block form{
	margin: auto;
	width: 25%;
}
input{
	margin:  40px 0px 40px;
	padding: 10px !important;
    height: auto !important;
}
button{
	width: 100%;
	margin: 20px 0px;
}

.lock{
	font-size: 6em;
    color: #fff;
    text-align: center;
    width: 30%;
    display: block;
    margin: auto;
    opacity: 0.7;
    margin-top: 20px;
}

input::placeholder{
  font-weight: normal;
}

.btn{
	margin-top: 0px;
	margin-bottom: 40px;
}
.text-oublie, .text-oublie + p{
	font-size: 13px;
    width: 25%;
    margin: auto;
    margin-bottom: 25px;
}
.text-oublie a, .text-oublie + p a{
	padding: 0px;
	text-transform: inherit;
}
.text-oublie + p{
	font-size: 18px;
}
.text-tentative + p a{
 	color: #65c85a !important;
}


.text-tentative{
	font-size: 13px;
    margin-bottom: 25px;
}

.affiche-mdp{
    font-size: 25px;
    position: absolute;
    top: 11px;
    right: -35px;
    color: #fff !important;
}


.text-tentative span{
    margin-left: 10px;
    margin-right: 10px;
}

.text-description-contact{
	margin-bottom: 30px;
	padding: 0px 185px;
}

.flash-success{
	background: none;
    border: 2px solid #3EB273;
    border-radius: 5px;
}

.checkbox{
	display: none;
}


@media (min-width: 2200px) {
	footer{
		position: fixed;
	}
}


@media (max-width: 991.98px) {
	.section-block form {
		width: 45%;
	}
	.text-tentative {
		font-size: 15px;

	}
	.text-oublie, .text-oublie + p {
		font-size: 15px;
		width: 32%;
	}

	.text-description-contact {
	    padding: 0px 25px;
	}
}

/*  Medium devices (tablets, 768px and up) */
@media (max-width: 576px) {

	.section-block form {
	    margin: auto;
	    width: 83%;
	}

	.fa-user {
	    width: 23%;
    }

    .text-oublie, .text-oublie + p {
		font-size: 15px;
		width: 100%;
	}

	.section-block {
    	padding: 50px 15px 0px;
	}

	.text-oublie + p{
		font-size: 17px;
	}

	.text-description-contact{
		padding: 0px 0px;
	}

}

/*  Medium devices (tablets, 320px and up) */
@media (max-width: 320px) {

	.lock {
    	font-size: 4em;
		margin-top: 10px;
    }

    input {
    	margin: 30px 0px 30px;
    }

    .text-tentative {
	    font-size: 13px;
	    text-align: left !important;
	    display: block;
	    float: left;
	}

	.text-oublie{
	    font-size: 13px;
	    text-align: right !important;
	}
	.text-oublie + p a {
	    padding: 0px;
	    text-transform: inherit;
	    color: #65c85a !important;
	}
	.text-oublie + p{
		font-size: 18px;
	}

}