#cadre_alert_cookies {
	position: fixed !important;
	bottom: 0 !important;
	left: 0 !important;	
	width:100%;
	z-index: 99999;
}
#cadre_alert_cookies .cadre_inner_alert_cookies::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: url('../../../../../templates/shaper_helixultimate/css/images/novosti_pozadina1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transform: translateY(-100%);
    top: 0;
    left: 0;
    z-index: 50;
    pointer-events: none;
}

#cadre_alert_cookies .cadre_inner_alert_cookies{
	background: #304756 !important;
	background-color: #304756 !important;
}

.cadre_texte *{
	color:white;
	font-size:18px;
	font-weight:bold;
}

#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_bouton .btn.btn-inverse.read_more,
#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_bouton .btn.btn-primary.popup-modal-dismiss{
	border-radius:0;
	/*border:2px solid white ;*/
	padding:0;
	margin:0;
	/*height:40px;
	width:150px;
	line-height:36px;
	font-family: Fredericka the Great;
	text-transform: uppercase;
	background-image: none !important;
	background-color: transparent !important;
	color: white !important;*/
	
	cursor: pointer !important;
	display: flex !important;
	background: white !important;
	margin: auto !important;
	padding: 8px 15px !important;
	width: 380px !important;
	max-width: 40% !important;
	color: #398fcc !important;
	text-align: center !important;
	justify-content: center !important;
	align-items: center !important;
	font-size: 21px !important;
	font-family: 'Babas_Neue' !important;
	transition: all 0.3s ease;
	transform: scale(1);
}
#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_bouton .btn.btn-inverse.read_more:hover,
#cadre_alert_cookies .cadre_inner_alert_cookies .cadre_bouton .btn.btn-primary.popup-modal-dismiss:hover{
	transform: scale(0.85);
}