@font-face {

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

body{
	background-image: url('../image/baniere_entreprise.png');
	background-attachment: fixed;
	background-size: 100%;
	margin: 0px;
	font-family: ma_police;
}
span{
	color: #b72910;
}
em{
	font-size: 0.70em;
	font-style: normal;
	color: #404040

}
mark{
	background: white;
	color: #b72910;
}
	header{
		background-color: #ac4632;
		height: 75px;
	}
		header a {
			display: flex;
			margin-left: 2%;
		}
		h1{
			margin-left: 7px;
		}

#baniere{
	display: flex;
	flex-direction: column;
	 margin-top: -10px; 
	 background-size: 100%;
	 height: 300px;
	 padding-top: 200px;
	 border: none;
	 margin-bottom: 200px;

}
	.titre_baniere{
		font-size: 3em;
		text-shadow: 1px 0 0 black, 0 1px 0 black, 0 -1px 0 black, -1px 0 0 black, 1px 1px 0 black, 1px -1px 0 black, -1px 1px 0 black, -1px -1px 0 black;
		margin-top: 120px;
		color: white;
		text-align: center;
	}

.separation{
	background: #ac4632;
	height: 30px;
}

.presentation{
	display: flex;
	justify-content: center;
	background: #d9d9d9;
	padding: 10px;
}
	.presentation_text{
		display: flex;
		flex-direction: column;

		max-width: 1000px;
		margin-bottom: 70px;
	}
		.presentation_text h2{
			font-size: 2em;
			color: #ac4632;
		}
		.paragraphe_text{
			text-align: justify;
			line-height: 1.3em; 
			font-size: 1.3em;
			color: #333;
			margin-top: 0px;
		}

	.bloc_liste{
		display: flex;
		justify-content: space-around;
		margin-bottom: 70px;
		margin-top: 40px;
	}
		.bloc_liste h3{
			margin: 0px;
			margin-bottom: 5px;
			color: #ac4632;
		}

		.bloc_liste ul{
			line-height: 1.8em;
			font-size: 1.2em;
			color: #333;
		}

.email{
	align-self: center;
}
	.bouton{
		background: orange;
		color: white;
		font-size: 1.8em;
		padding: 10px;
		border-radius: 5px;
		: center;
		text-align: center;
		width: 400px;
	}

footer{
	display: flex;
	justify-content: space-around;
	min-height: 250px;
	margin-bottom: 0px;
	background: white;
	padding-top: 30px;

}
	footer div{
		width: 277px;
	}
	footer h3{
		font-size: 1.2em;
	}
	footer a{
		color: orange;
	}
	.menu_footer{
		margin-top: 10px;
		font-size: 1em;
	}

/*----HOVER----*/

	.boite_menu:hover{
		width: 150px;
		margin-top: 25px;
		margin-left: 20px;
		padding-top: 30px;
		border-top: 3px solid #315093;
		color: #315093;
	}


.bouton_produit:hover{
	color: green;
}