@charset "utf-8";
/* CSS Document */
/*    .cookie-banner {
      	position: fixed;
      	top: 25%;
     	width: 96%;
	  	height: 250px;
      	background: rgba(0, 0, 0, 0.5);
      	color: white;
      	padding: 15px 20px;
      	text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		font-size: 14pt;
		line-height: 20pt;
		margin: auto;
      /*display: none;  Inizia nascosto */
   /* }*/
.cookie-banner {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 96%;
	height: 250px;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 15px 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 14pt;
	line-height: 20pt;
	margin: 0; /* Imposta i margini a 0 */ 
	/*display: none; Inizia nascosto */ }
    .cookie-banner a {
      	color: #fff;
      	text-decoration: underline;
    }
    .cookie-button {
      	background-color: #007BFF;
      	color: white;
      	border: none;
      	padding: 5px 10px;
      	cursor: pointer;
      	border-radius: 3px;
		font-size: 16pt;
    }

