.gdpr {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: #262d35;
	opacity: 0.9;
	color: #fff;
	text-align: center;
	padding: 50px 0;
	z-index: 10000000000;
	font: 16px/18px GothamProRegular, sans-serif;
}
.btn {
	cursor: pointer;
	border: none;
}
.gdpr a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}

.agree_gdpr {
	position: relative;
	margin-top: 25px !important;
	cursor: pointer;
}

.infos-contents {
	margin-top: 53px;
    color: rgba(38, 45, 53, 0.8);
    font: 16px/1.4em GothamProRegular, sans-serif;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
	line-height: 150%;
}