html, body {
	width: 100%;
	min-height:100%;
	margin: 0;
	padding: 0;
	position:relative;
	overflow:hidden;
}

.align_center{
	text-align:center;
}

.total{
	position:fixed;
	top:2%;
	left:20px;
	right:20px;
	height:10%;
	background:#aaa;
	color:#fff;
	text-align:center;
	font-size:10vh;
	font-weight:bold;
	line-height:90%;
}

.action{
	position:fixed;
	left:20px;
	right:20px;
	height:40%;
	color:#fff;
	font-size:50vh;
	font-weight:bold;
	line-height:80%;
	text-decoration:none;
	text-align:center;
}

.ajouter{
	top:14%;
	background:#469c30;
}

.retirer{
	bottom:2%;
	background:#9a1931;
}

.compteur{
	position:fixed;
	padding:40px;
	width:90%;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -khtml-transform:translate(-50%,-50%); 
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
	background:#aaa;
	font-size:30vw;
	color:#fff;
	text-align:center;
	font-weight:bold;
}

.stat_conteneur{
	float:left;
	display:block;
	width:90%;
	min-height:200px;
	margin:10px 5%;
	border:1px solid #000;
}