/* CSS Document */

#container_produit
{
	margin:7px;
	width:230px;
	position: relative;
}

#img_produits
{
	width:100%;
	height:220px;
}

#boutton_produits
{
	width:100%;
	cursor:pointer;
	background-color: #436931;
	position: absolute;
	vertical-align:baseline;
	bottom: 0px;
	
}

#boutton_produits_2
{
	width:100%;
	cursor:pointer;
	background-color: #436931;
	position: relative;
	
	
}


button
{
	
	cursor:pointer;
	background-color: #436931;
	
	
}

button
{
	color:white;
}


#boutton_produits:hover, #boutton_produits_2:hover
{
	width:100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor:pointer;
	background-color: #8bc545;
	
}

#boutton_produits p, #boutton_produits_2 p
{
	color:white; 
}



#boutton_produits:hover > p, #boutton_produits_2:hover > p
{
	color:white; 
}



@media screen and (max-width:1000px) {
	
	#container_produit
	{
		width:100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	#container_img_produits
	{
		width:70%;
	}

	#img_produits
	{
		width:100%;
	}
	
}