


.cookie_warning{
	line-height: 1.2em;
	position: absolute;
	z-index: 10;
	font-size: small;
	/*height: 100px;*/
	top: 215px;

	padding: 5px 70px;
	padding-bottom: 10px;
	padding-top: 10px;

	width: 95%;
	left: 50%;
	transform: translate(-50%, -50%);

	border: 1px solid #777;
	border-radius: 10px;
	background-color: #55a;
	color: #fff;

	box-shadow: 5px 5px 20px #444;
}

.cookie_warning > .titre {
	color: #fff;
	padding-left: 1%;
	padding-bottom: 1.5%;
	font-weight: bold;
	text-decoration: underline;
	font-size: large;

}

.cookie_warning-close{
	position: absolute;
	right: 10px;
	top: 0px;
	margin-top: 10px;


}

.cookie_warning-close button{
	transition-duration: 0.3s;
	padding: 0;
	border: 1px solid #666;
	text-align: center;
	color: #aaa;
	font-size: 16px;
	/*line-height: 2'px;*/
	background-color: #77C;
	width: 26px;
	height: 26px;
}



.cookie_warning-close button:hover{
	/*background-color: #aaf;*/
	background-color: #f00;
	box-shadow: 0px 0px 12px #f00;
	color: #fff;
	font-weight: bolder;

	cursor: pointer;
}

.cookie_warning > span {
	font-weight: bolder;
	padding-left: 5%;
}







.lien_cookie{
	text-align: right;
}

.lien_cookie > a{
	color: blue;
}

.hideMe{
	display: none
}

.showMe{
	display: block;
}