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

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


/*-----------------------FORMULAIRE POUR CREER SON PANIER-----------------------*/

#formulaire-creation-panier{
	margin-top: 50px;
}


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


#formulaire-creation-panier h1{
	color: green;
	font-size: 24px;
	text-align: center;
}


#formulaire-creation-panier .infos-panier{
	text-align: center;
}


#formulaire-creation-panier h2{
	color: yellow;
	font-size: 24px;
	text-align: center;
}


#formulaire-creation-panier .invitation{
	margin-top: 20px;
	text-align: center;
}


#formulaire-creation-panier h3{
	color: red;
	font-size: 24px;
	text-align: center;
}


#formulaire-creation-panier h4{
	color: orange;
	font-size: 24px;
	text-align: center;
}


#formulaire-creation-panier .produits{
	margin-top: 20px;
	text-align: center;
}


#bouton-creer{
	margin-top: 75px;
	display: flex;
	justify-content: center;
}


#bouton-creer .creer{
	margin-right: 50px;
	text-align: center;
}


#bouton-creer h1{
	color: green;
	font-size: 24px;
	text-align: center;
	margin-left: 10px;
}


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


/*-----------------------LISTING DES PANIERS-----------------------*/

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