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

body{
	background: linear-gradient(#b4aa76, 60%, #258300);
	background-size: cover;
}


main{
	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;
}


/*-----------------------QUESTIONS-----------------------*/

main p{
	margin-left: 10px;
	text-align: center;
	font-weight: bold;
	color: orange;
	font-size: 28px;
}


#questions{
	text-align: justify;
	width: 45%;
	margin-top: 100px;
}


#questions h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: black;
	font-size: 28px;
}


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


#questions p{
	text-align: center;
	margin-left: 10px;
	font-size: 28px;
	color: white;
}


/*-----------------------QUESTIONS A DROITE-----------------------*/

#question-droite{
	text-align: justify;
	float: right;
	width: 45%;
	margin-top: 100px;
}


#question-droite h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: black;
	font-size: 28px;
}


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


#question-droite p{
	text-align: center;
	margin-left: 10px;
	font-size: 28px;
	color: white;
}