.rgpd_container {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10000;
}
.rgpd_footer_label {
	width:200px;
	height: 70px;
	right: 10px;
	text-align: left;
	text-shadow: 0.5px 0.5px white;
	font-size: 11px;
}
.rgpd-image-label {
	width: 100%;
	max-width: 100px !important;
	height: auto;
}

#rgpd_zone,
#rgpd_zone2 {
	min-height: 300px;
}

input[id^='tks'] {
	transform: scale(1.5);
    margin-right: 30px !important;
}


@media screen and (max-width: 1200px) {
	.rgpd_container {
		position: relative;
		bottom: 0;
		right: 0;
		z-index: 1;
	}	
}