#bandeau-cookie{
	width: 100%;
	background-color: rgba(0, 0, 0, 0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8000000', endColorstr='#d8000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8000000, endColorstr=#d8000000)";
	padding: 10px 0;
	z-index: 9999;
	color: white;
	margin-top: 10px;
	font-size: 0.8em;
	-khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
#bandeau-cookie.fixed{
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 10px;
	width: 240px;
}

.i18n-fr #bandeau-cookie.fixed{
	width: 220px;
}

#bandeau-cookie .title{
	margin: 0;
}

#bandeau-cookie .popup-content{
	width:55em;
	margin: 0 auto;
}

.i18n-ru #bandeau-cookie .popup-content{
	width:63em;
}

.i18n-fr #bandeau-cookie .popup-content{
	width:73em;
}

#bandeau-cookie.fixed .popup-content{
	width: auto;
	margin: 0 auto;
}

#bandeau-cookie #popup-text{
	/*float:left;*/
	font-size: 1.05em;
}

#bandeau-cookie #popup-text p {
	margin: 0;
}

#bandeau-cookie #popup-buttons{
	/*float:right;*/
}

#bandeau-cookie.fixed #popup-text,
#bandeau-cookie.fixed #popup-buttons{
	/*float:none;*/
}

#bandeau-cookie #popup-buttons button,
#bandeau-cookie #popup-buttons a{
	background-color: transparent;
	color: white;
	text-decoration: underline;
    border: 0 none;
    margin: 0 5px 0 0;
    padding: 0;
    cursor: pointer;
    font-size: 1.05em;
}