#cookie-banner{position:fixed; bottom:15px; right:15px; left:15px; z-index:9999}
.cookie-banner__in{font-size:16px; background: #fff; box-shadow: 0 0 8px 0 rgba(153, 153, 153, 0.8); padding:15px}
.cookie-banner__text{padding-right:20px}
.cookie-banner__text a{color:#333333; text-decoration:underline}
.cookie-banner__text a:hover{color:color:#ef7c00; text-decoration:none}
div.form-agreement-yes.checkbox-week-label a{color:inherit; text-decoration:underline !important}
div.form-agreement-yes.checkbox-week-label a:hover{color:inherit; color:#333; text-decoration:none !important}
label.form-agreement-yes.checkbox-week-label{display:none}


.form-agreement-yes{}
.form-agreement-yes span{display:block;text-align:center;line-height: 16px;}

.cookie-banner__in .btn-blue {max-width: 200px;width: 100%;min-width: auto;font-size: 16px}

@media(max-width:991px){
	#cookie-banner .container{max-width: 100%; padding: 0}
	.cookie-banner__in{font-size:14px}
}
@media(max-width:575px){
	.cookie-banner__text {padding-right: 0; font-size: 12px;line-height: 16px; width:100%}
	.cookie-banner__in > div.d-flex{flex-wrap:wrap}
	.cookie-banner__in{padding:10px}
	.cookie-banner__in .btn-blue{max-width: 100%; font-size:14px; width:100%; margin-top:10px}
}