body
{
	height: 100vh;
	display: flex;
	flex-direction: column;
}

/*footer
{
	flex-shrink: 0;
	position: relative;
	top: 400px;
}*/

#sectionpanier
{
	flex: 1 0 auto;
}

#paniericon
{
	position: relative;
	margin: auto;	
	width: 80%;
	top: 140px;
	font-weight: bold;
}

#paniericon table
{
	margin: auto;
	width: 100%;
}

#tdpanier
{
	/*width:70%;
	position: relative;
	left: 20px;*/
}

#tdtotal
{
	position: relative;
	text-align: center;
}

#tableproduit
{
	position: relative;
	width: 80%;
	margin: auto;
	top: 140px;
	background-color: white;
	box-shadow: 1px 1px 10px lightgrey;
	text-align: center;
}

#divvalidate
{
	position: relative;
	width: 80%;
	margin: auto;
	top: 180px;
}

#tablepaniervide
{
	position: relative;
	width: 80%;
	margin: auto;
	top: 120px;
	background-color: white;
	box-shadow: 1px 1px 10px lightgrey;
	text-align: center;
	height: 450px;
}

#cgvtd
{
	position: relative;
	width: 98%;
	margin: auto;
	text-align: left;
}

#cgvtd a
{
	text-decoration: none;
	color: black;
}

#cgvtd a:hover
{
	font-weight: bold;
}

#tdvide
{
	width: 0%;
}

#tdimg
{
	position: relative;
	padding: 10px;
	width: 20%;
}

td #miniatureimgproduit img
{	
	position: relative;
	width: 100%;
}

#tddescr
{
	text-align: left;
	font-size: 16px;
}

#tddescr a
{
	font-weight: bold;
}

#linkproduct
{
	text-decoration: none;
	color: black;
}

#validatepanier
{
	position: relative;
	width: 300px;
	background: black;
	color: white;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#validatepanier a
{
	position: relative;
	text-decoration: none;
	color: white;
	margin: auto;
}

#alertestock
{
	font-size: 12px;
	color:red;
}

#divtxtcgv a
	{
		color: black;
	}

@media screen and (min-width: 0px) and (max-width: 750px)
{
	#divtxtcgv
	{
		position: relative;
		width: 98%;
		top: 120px;
		margin: auto;
		font-size: 12px;
	}
}

@media screen and (min-width: 751px) 
{

	#divtxtcgv
	{
		position: relative;
		width: 80%;
		top: 140px;
		margin: auto;
	}

}

@media screen and (min-width: 0px) and (max-width: 750px)
{

#paniericon
{
	width: 98%;
}

#tableproduit
{
	width: 98%;	
}

#divvalidate
{
	width: 98%;
}

#tablepaniervide
{
	width: 98%;
	top: 100px;
}


#tddescr
{
	font-size: 12px;
}


#tdpanier
{
	font-size: 12px;
}

#tdtotal
{
	font-size: 12px;
}

#alertestock
{
	font-size: 12px;
}

#cgvtd
{
	font-size: 12px;
}


.decr
{
    background: white;
    width: 30px;
	height: 30px;
	border: 1.5px solid grey;
	background: white;
	text-align: center;
}

.incr
{
    background: white;
    width: 30px;
	height: 30px;
	border: 1.5px solid grey;
	background: white;
	text-align: center;
}

#recupquantite
{
	width: 25px;
	height: 25.5px;
	border: none;
	background: white;
	text-align: center;
}

#emptypanier
{
	width: 300px;
	position: relative;
	margin: auto;
	font-size: 18px;
}

}

@media screen and (min-width: 0px) and (max-width: 450px)
{

#validatepanier
{
	position: relative;
	width: 300px;
}

}

@media screen and (min-width: 451px) and (max-width: 750px)
{

#validatepanier
{
	position: relative;
	width: 300px;
}

}

@media screen and (min-width: 751px)
{

#validatepanier
{
	position: relative;
	/*left: 50%;*/
}

}