body
{
	text-align: center;
	background-color: #FFC373;
}

h1
{
	margin-bottom: 0;
	padding-bottom: 5px;
}

.corps
{
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}
#corps
{
	width: 100%;
	height: 100px;
	overflow: auto;
}

.img, .photo
{
	width: 100px;
}

.achat
{
	display: inline;
}

.produit
{
	width: 90%;
	display: inline;
	overflow: auto;
	float: left;
}

#affiche
{
	width: 100%;
	height: 500px;
	overflow: auto;
}

#panier{
	float: right;
	padding-right: 5px;
}

#panier li{
	list-style-type: none;
}

#inline{
	display: inline;
}

.clear
{
	clear: both;
}

table
{
	border-collapse: collapse;
	margin: auto;
	margin-bottom: 10px;
}

th,td
{
	border: 1px solid black;
}

.form{
	border: 100px;
}

#loading{
	padding: 0;
	margin: 0;
	z-index: 100000;
	position: absolute;
	width: 100vw;
	height: 100vh;
	background: rgba(143, 143, 143, 0.5);
}

#align{
	display: inline-block;
	padding-bottom: 44px;
}

#align h1{
	display: inline;
	margin: auto;
}

#align nav{
	position: relative;
	display: table-cell;
	list-style-type: none;
	margin-top: 5px;
	left: 43vw;
}

#align nav li{
	display: inline-block;
}

.inline{
	display: inline-block;
	margin: auto;
}

.rep{
	display: inline-block;
	border: 1px solid black;
	width: 20vw;
	height: 20vw;
	line-height: 20vw;
	font-size: 25px;
	color: black;
	border-radius: 10px;
	background-color: white;
}

.rep:hover{
	background-color: rgba(175, 175, 175, 0.9);
}

.rep_type{
	display: inline-block;
	border: 1px solid black;
	line-height: 10vw;
	margin-top: 20px;
	width: 10vw;
	height: 10vw;
	font-size: 15px;
	color: black;
	border-radius: 10px;
	background-color: white;
}

.rep_type:hover{
	background-color: rgba(175, 175, 175, 0.9);
}

.active{
	opacity: 0.5;
}