body{
	text-align: center;
	padding: 0px;
}


#bloc_gen{
	width: 70%;
	text-align: center;
	height: 1000px;
	display: inline-block;
}
.bloc{
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 30px;
}
#nav{
	width: 100%;;
	position: fixed;
	background-color: white;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#bloc_0{
	background-color: white;
}
#bloc_0 img{
	width: 100%;
	margin-top: 30px;
}
#bloc_0 img:hover{
	opacity: 0.7;
}

ul{
	padding: 0px;
	text-align: center;	
}
li:hover{
	opacity: 0.7;
}
li{
	display: inline-block;
	font-family: alegreya sans;
	text-transform: uppercase;
	font-size: 20px;
	text-decoration: underline;
	margin-right: 20px;
}
#bloc_1 img{
	width: 40px;
}

.sous_bloc{
	width: 70%;
	display: inline-block;
}
h1, h2, h3, h4, p{
	font-family: alegreya sans;
}
h1{
	text-transform: uppercase;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 0px;
	color: #2D4A7D;
}
h2{
	font-size: 20px;
	font-weight: 500;
	margin-top: 0px;
	color: #2D4A7D;
}
h3{
	text-transform: uppercase;
	font-size: 20px;
	color: #2D4A7D;
	font-weight: 400;
}
p{
	font-size: 20px;
	font-weight: 300;
}

.bloc_img{
	width: 45%;
	display: inline-block;
	margin-bottom: 10px;
}

.bloc_img img{
	width: 100%;
}

button{
	background-color: #2D4A7D;
	color: white;
	border: none;
	padding: 5px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 350;
	padding-right: 10px;
	padding-left: 10px;
}
button:hover{
	opacity: 0.7;
}


#bloc_3 img {
	width: 70px;
	padding-right: 15px;
	padding-bottom: 15px;
}
a{
	color: black;
}


@media (min-width: 1135px) {
	#bloc_gen{
		width: 1100px;
		display: inline-block;
	}
	nav{
	
	}
	p{
		font-size: 25px;
		font-weight: 300;
	}
	h3{
		font-size: 25px;
		font-weight: 400;
	}
  }

  @media (max-width: 700px) {
	.bloc_img{
		width: 70%;
	}
	#bloc_gen{
		width: 90%;
	}
  }














