#bandeau_haut_page {
	display: none;
}

#page .box_photo {
	position: relative; top: 0; left: 0;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	margin:35px 0;
	box-shadow:0px 0px 10px #999;
	height:calc(100% - 70px);
	width:100%;
	
	background: url('../../img/photo_registration.jpg') no-repeat center center;
	background-size: cover;
}

#page .box_photo img {
	position: relative; top: 0; left: 0;
	width:100%; height:100%;
	object-fit: cover;
}

#page .box_form {
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	min-height:450px;
}

#page .choix_profil i {
	font-size: 45px;
	color:#8bae30;
}

#page .choix_profil .lien_inscription {
	font-weight: bold;
	font-size: 17px;
	margin-bottom:5px;
	display: block;
}

#page .choix_profil p {
	font-size: 14px;
}

@media screen and (max-width : 991px) {
	#page .box_form p a{
		display: block;
		margin-bottom: 20px;
	}
	
}