

@font-face {

	font-family: 'ma_police';
	src: url("../police/Aller_Rg.ttf");
}
a{
	color: white;
	text-decoration: none;
}

body{
	font-family: ma_police;
	display: flex;
	flex-direction: column;
	background-image: url('../image/image_baniere.jpg');
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}
	header{
		background-color: #ac4632;
		height: 75px;
	}
		header a {
			display: flex;
			margin-left: 7%;
		}
		h1{
			margin-left: 7px;
		}

	#bloc_text{
		display: flex;
		flex-direction: column;
		background: white;
		align-self: center;
		max-width: 750px;
		height: 100%;
		line-height: 1.5em;
	}
		.video{
		align-self: center;
		height: 370px;
		width: 600px;
		margin: 50px;
		}
		h2{
			color: #ac4632;
			margin-left: 5%;
			margin-right: 5%;
			padding-left: 1%;
			border-bottom: 2px solid #ac4632;

		}
		h3{
			margin-top: 30px;
			text-align: center;
		}
		p{
			padding-left: 5%;
			padding-right: 5%;
			text-align: justify;
		}
		#confidentialite{
			line-height: 1.2em;
			margin-bottom: 25px;
		}
	#bloc_suivez_nous{
		display: flex;
		justify-content: space-around;
		margin-bottom: 40px;
	}
		#bloc_lien_resaux{
			width: 40%;
			text-align: center;
		}
		#bloc_lien_resaux h3{
			margin-bottom: 5px;
		}
		#bloc_lien_email{
			width: 40%;
			text-align: center;
		}
		#confidentialite{
			background: #d5d5d5;
		}

/*HOVER*/
h1:hover{
	color: orange;
}
.lien:hover{
	margin-left: +5px;
}
