#home {
    background-image: url(photos/IMG_E5230.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	margin-top: 40px;
}
#home h1 {
    margin: 0px auto 0px auto;
	padding: 0px;
	width: 90%;
    color: white;
    font-size: 60px;
    text-shadow: 0px 5px 5px #212121;
}
.soustitre {
    margin: -30px 0px 50px 0px;
    font-size: 30px;
}
h3 {
    font-size: 30px;
    text-align: center;
    margin: 100px 0px;
}


#home-connexion  {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#home-connexion h1 {
	margin: 0px 0px 40px 0px;
	padding: 0px;
}
#form-connexion {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#connexion {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 50%;
    margin: auto;
    padding: 40px;
    border-radius: 20px;
    background-color: white;
}
#connexion input[type='password'], #connexion input[type='email'] {
    width: 100%;
    margin-bottom: 10px;
    padding: 7px;
    border-radius: 5px;
    border: none;
    background-color: #EFEDF0;
}
#connexion label {
    width: 100%;
    margin-bottom: 10px;
    font-weight: bolder;
}
#home-connexion a {
	margin-top: 10px;
	background-color: dodgerblue;
	padding: 8px 12px;
	color: white;
	text-decoration: none;
	border-radius: 50px;
	font-size: 15px;
	width: 200px;
	text-align: center;
}