#cookie_notification{
	display: none;
	justify-content: space-between;
	align-items: flex-end;
	position: fixed;
	bottom: 15px;
	left: 50%;
	width: 1650px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 12px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
	margin: 0;
	font-size: 0.7rem;
	text-align: left;
	color: #000;
}


@media (min-width: 576px){
	#cookie_notification.showconf{
		 display: flex;
	}
	.cookie_accept{
		 margin: 0 0 0 0px;
	}
}

@media (max-width: 575px){
	#cookie_notification.showconf{
		 display: block;
		 text-align: left;
	}
	.cookie_accept{
		 margin: 10px 0 0 0;
	}
}

.centerConf{
display: flex;
align-items: center;
justify-content: center;
}
