#bandeaucookie
{
	position: 			fixed; 
	z-index: 			1000000; 
	bottom: 			0; 
	left:				0; 
	right: 				0; 
	background-color: 	rgba(0,0,0,0.9);
	color: 				#fff; 
	padding: 			30px;
	text-align: 		center;
	font-size: 			11pt;
	font-weight: 		normal;
}
#bandeaucookie input 
{
	font-size: 			11pt;
	color: 				#fff;
	font-family: 		inherit;
	margin:  			0 10px;
}


@media only screen /* Smartphone Horizontal */
and (max-width : 900px)
{
	#bandeaucookie
	{
		padding:          20px;
	}

	#bandeaucookie input
	{
		display:  			block;
		color: 				#fff !important;
		padding:  			12px 5px;
		margin:  			15px 0;
		width:  			100%;
	}

}