.background_alertcookie {
	position: fixed;
	width: auto;
	bottom: 1px;
	background: rgba(235, 235, 235, 0.77);
	left: 0px;
	padding: 20px;
	z-index: 9999;
}
.text_alertcookie {
    color: #000;
}
.link_alertcookie a {
	float: left;
	display: block;
	color: #3e38b0 !important;
}
.link_alertcookie a:hover {
    color: #1b6a1b;
}
.button_alertcookie {
    float: right;
    display: block;
}
.button_alertcookie input {
	background: rgba(59, 105, 103, 1);
}

