/*****
* Message avertissement cookies 
****/

.collapse{display:none;}
.collapse.in{display:block;}

#cookies{
	padding: 10px 15px 15px 40px;
	text-align: justify;
	text-justify: inter-word;
	background-color:#999999;
	box-shadow: 0px -6px 6px rgba(0, 0, 0, 0.15) inset; 
}

#cookies p, #cookies a{
	color:#ffffff;
	font-size: 11px;
	font-family: inherit;
}

#cookies p{
	margin:0;
	padding:0;
}

.close{	float: right; 
		padding:5px 15px;
		margin:5px 0 0 40px;
		font-weight: bold;
		text-decoration: none;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

a.close:hover {
	background: #aaaaaa;	
}

.close:after {
	clear: both;
	content: "X ";
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
	padding-left: 8px;
	text-transform: none;
	vertical-align: middle;
}