/*-----------------------MISE EN PAGE ELEMENTS-----------------------*/

body{
	background: linear-gradient(#000000, 20%, #4A9134) no-repeat;
	background-size: cover;
}


/*-----------------------PRESENTATION-----------------------*/

#presentation{
	width: 80%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: auto;
	margin-top: 80px;
	text-align: center;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#presentation p{
	color: white;
	font-size: 22px;
	font-weight: bold;
	text-align: justify;
	vertical-align: center;
}



#presentation .plan3d{
	margin-top: 50px;
	width: 80%;
}



/*-----------------------PREMIER ONGLET-----------------------*/

#rediffusions{
	text-align: justify;
	width: 53%;
	margin-top: 100px;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#rediffusions h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: red;
	font-size: 48px;
}


#rediffusions .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 100%;
}


#rediffusions p{
	margin-left: 10px;
	font-size: 20px;
	color: white;
}


/*-----------------------ONGLETS VIDEOS TERRAIN-----------------------*/

#videosTerrain{
	float: right;
	text-align: justify;
	width: 53%;
	margin-top: 100px;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#videosTerrain h1{
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	color: red;
	font-size: 48px;
}


#videosTerrain .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 100%;
}


#videosTerrain p{
	margin-right: 10px;
	font-size: 20px;
	color: white;
	text-align: right;
}


#videosTerrain .miniature{
	margin-top: 20px;
	margin-bottom: 80px;
	margin-left: 10px;
	width: 80%;
}


/*-----------------------ONGLETS POINTS D'INTERETS-----------------------*/

#interets{
	float: left;
	text-align: justify;
	width: 53%;
	margin-top: 150px;
	margin-bottom: 250px;
	animation: fadeIn ease 0.5s;
	-webkit-animation: fadeIn ease 0.5s;
	-moz-animation: fadeIn ease 0.5s;
	-o-animation: fadeIn ease 0.5s;
	-ms-animation: fadeIn ease 0.5s;
}


#interets h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: red;
	font-size: 48px;
}


#interets h2{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: orange;
	font-size: 48px;
}


#interets .separation{
	background-color: white;
	margin-bottom: 10px;
	height: 5px;
	width: 100%;
}


#interets p{
	margin-left: 10px;
	font-size: 20px;
	color: white;
}


#interets .miniature{
	margin-top: 20px;
	margin-bottom: 80px;
	margin-left: 10px;
	width: 80%;
}