#bandeaucookie
{
	position: 			fixed; 
	z-index: 			1000000; 
	bottom: 			0; 
	left:				0; 
	right: 				0; 
	background-color: 	rgba(0,0,0,0.8); 
	color: 				#fff; 
	padding: 			10px 5px; 
	text-align: 		center;
	font-size: 			9pt;
	font-weight: 		normal;
}

#bandeaucookie input 
{
	font-size: 			8pt;
}
#bandeaucookie a:link, 
#bandeaucookie a:hover, 
#bandeaucookie a:active, 
#bandeaucookie a:visited
{
	color: 				#ccc;
}


/***************************
 *
 * Responsive
 *
 ***************************/
@media only screen /* Smartphone Horizontal */ 
and (max-width : 700px) 
{
	#bandeaucookie 
	{
		font-size: 			8pt;
	}
	#bandeaucookie .commons_wrap
	{
		text-align: 		center;
	}
	#bandeaucookie a:link, 
	#bandeaucookie a:hover, 
	#bandeaucookie a:active, 
	#bandeaucookie a:visited
	{
		display: 			block;
		text-align: 		center;
	}
}