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

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


/*-----------------------FORMULAIRE DE COMMANDE-----------------------*/

#formulaire-commande{
	text-align: center;
	margin: 100px auto;
    width: 60%;
}


#formulaire-commande input{
	margin-left: 5px;
	margin-right: 25px;
	margin-bottom: 25px;
}


#formulaire-commande h1{
	color: green;
	font-size: 24px;
	text-align: center;
	margin-bottom: 75px;
}


#formulaire-commande h2{
	color: yellow;
	font-size: 20px;
	text-align: center;
}


/*-----------------------FORMULAIRE DE QUANTITE-----------------------*/

#formulaire-quantite{
	text-align: center;
	margin: 100px auto;
    width: 60%;
}


#formulaire-quantite input{
	margin-left: 5px;
	margin-right: 25px;
	margin-bottom: 25px;
}


#formulaire-quantite h1{
	color: yellow;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}


#formulaire-quantite h2{
	color: green;
	font-size: 18px;
	text-align: center;
}


#formulaire-quantite p{
	color: white;
	font-size: 18px;
	text-align: center;
}


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

#mes-paniers{
	width: 60%;
	margin-top: 100px;
	margin-bottom: 40px;
	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-left: 10px;
	text-align: left;
	font-weight: bold;
	color: white;
	font-size: 48px;
}


#mes-paniers .separation{
	background-color: white;
	height: 5px;
	width: 100%;
}


#paniers{
	width: 80%;
	margin-bottom: 200px;
}


#paniers table{
	display: inline-block;
}


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


/*-----------------------INFOS PRODUITS-----------------------*/

#infos-produits{
	text-align: center;
	margin: 70px auto;
    width: 60%;
}


#infos-produits h1{
	font-size: 24px;
	color: green;
}


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


/*-----------------------RESUME PRODUITS-----------------------*/

#formulaire-recapitulatif{
	text-align: center;
	margin: 70px auto;
    width: 60%;
}


#formulaire-recapitulatif h1{
	font-size: 24px;
	color: green;
}


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


/*-----------------------COMMANDE CONFIRMEE-----------------------*/

#formulaire-confirmation{
	text-align: center;
	margin: 70px auto;
    width: 60%;
}


#formulaire-confirmation h1{
	font-size: 24px;
	color: green;
}


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