/* CSS Document */
/* Render les codes hexa configurable */

#cookie-wrapper{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;

	background-color: rgba(0,0,0, 0.6);
/*	padding: 8px !important;
	top:inherit !important;
	bottom:0 !important;
	background-color:#434343 !important;
	color:#fff !important;
	*/
	z-index: 99999 !important;
}

#cookieChoiceInfo {
	position: absolute;
	top: 50%;
	left: 50%;

	padding: 30px;

	transform: translate(-50%);
	background-color: rgba(0,0,0, 0.2);
}

/*#cookieChoiceInfo > span{
	font-size: 12px;
}

#cookieChoiceInfo a{
	display: inline-block;
	border-radius: 4px;
	background-color: #ffffff;
	color: #666666;
	padding: 4px 8px;
	text-decoration: none;
}

#cookieChoiceInfo a#cookieChoiceDismiss{
	display: inline-block;
	border-radius: 4px;
	background-color: #666666;
	color: #ffffff;
	padding: 4px 8px;
	text-decoration: none;
}*/

#cookieChoiceInfo a#cookieChoiceDismiss{
	background-color: #5bac26;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px 0 0 0;
    display: inline-block;
    float: right;
}
