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

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


/*-----------------------INTRODUCTION-----------------------*/

#intro{
	margin-top: 190px;
    display: flex;
	justify-content: center;
	animation: fadeIn ease 2s;
	-webkit-animation: fadeIn ease 2s;
	-moz-animation: fadeIn ease 2s;
	-o-animation: fadeIn ease 2s;
	-ms-animation: fadeIn ease 2s;
}


#intro .stid{
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	transition-duration: 0.5s;
}


#intro .stid:hover{
	transform: rotate(-8deg);
	transition-duration: 0.5s;
}


#intro .iut{
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	transition-duration: 0.5s;
}


#intro .iut:hover{
	transform: rotate(8deg);
	transition-duration: 0.5s;
}


#intro p{
	margin-top: 15px;
    margin-left: 30px;
	margin-right: 35px;
	color: white;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
}


/*-----------------------ONGLET LES PANIERS-----------------------*/

#les-paniers{
	width: 53%;
	margin-top: 275px;
	animation: fadeIn ease 4s;
	-webkit-animation: fadeIn ease 4s;
	-moz-animation: fadeIn ease 4s;
	-o-animation: fadeIn ease 4s;
	-ms-animation: fadeIn ease 4s;
}


#les-paniers h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: black;
	font-size: 48px;
}


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


#les-paniers p{
	margin-left: 10px;
	font-size: 28px;
	color: white;
}


/*-----------------------ONGLET MES PANIERS-----------------------*/

#mes-paniers{
	float: right;
	width: 40%;
	margin-top: 75px;
	animation: fadeIn ease 4s;
	-webkit-animation: fadeIn ease 4s;
	-moz-animation: fadeIn ease 4s;
	-o-animation: fadeIn ease 4s;
	-ms-animation: fadeIn ease 4s;
}


#mes-paniers h1{
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	color: black;
	font-size: 48px;
}


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


#mes-paniers p{
	margin-right: 10px;
	text-align: right;
	font-size: 28px;
	color: white;
}


/*-----------------------ONGLET MES PARTAGES-----------------------*/

#mes-partages{
	width: 53%;
	margin-top: 450px;
	animation: fadeIn ease 4s;
	-webkit-animation: fadeIn ease 4s;
	-moz-animation: fadeIn ease 4s;
	-o-animation: fadeIn ease 4s;
	-ms-animation: fadeIn ease 4s;
}


#mes-partages h1{
	margin-left: 10px;
	text-align: left;
	font-weight: bold;
	color: black;
	font-size: 48px;
}


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


#mes-partages p{
	margin-left: 10px;
	font-size: 28px;
	color: white;
}


/*-----------------------ONGLET COMMUNAUTE-----------------------*/

#communaute{
	float: right;
	width: 40%;
	margin-top: 100px;
	margin-bottom: 200px;
	animation: fadeIn ease 4s;
	-webkit-animation: fadeIn ease 4s;
	-moz-animation: fadeIn ease 4s;
	-o-animation: fadeIn ease 4s;
	-ms-animation: fadeIn ease 4s;
}


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


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


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