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

body{
	background: linear-gradient(#6e0000, 20%, #565c00) no-repeat;
	background-size: cover;
}


/*-----------------------ADRESSE MAIL-----------------------*/

#mail{
	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;
}


#mail h1{
	font-size: 38px;
	color: white;
	margin-bottom: 35px;;
}


#mail p{
	transform: rotate(-8deg);
	font-size: 72px;
	color: orange;
}


/*-----------------------ONGLET RESEAUX-----------------------*/

#reseaux{
	text-align: justify;
	width: 53%;
	margin-top: 150px;
	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;
}


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


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


/*-----------------------YOUTUBE-----------------------*/

#reseaux .youtube{
	width: 15%;
	margin-left: 35px;
	transition-duration: 0.2s;
}


#reseaux .youtube:hover{
	opacity: 0.2;
	transition-duration: 0.2s;
}


/*-----------------------INSTAGRAM-----------------------*/

#reseaux .insta{
	width: 10%;
	margin-left: 50px;
	transition-duration: 0.2s;
}


#reseaux .insta:hover{
	opacity: 0.2;
	transition-duration: 0.2s;
}


/*-----------------------FACEBOOK-----------------------*/

#reseaux .facebook{
	width: 10%;
	margin-left: 50px;
	transition-duration: 0.2s;
}


#reseaux .facebook:hover{
	opacity: 0.2;
	transition-duration: 0.2s;
}


/*-----------------------DISCORD-----------------------*/

#reseaux .discord{
	width: 10%;
	margin-left: 50px;
	transition-duration: 0.2s;
}


#reseaux .discord:hover{
	opacity: 0.2;
	transition-duration: 0.2s;
}