#rgpd {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 10px 10%;
	font-size: 1.2em;
	border-top: 1px solid white;
	z-index: 999;
	background-color: #8AD1C7;
	color: white;
}
#rgpd.hide {
	display: none;
}
#rgpd a:not(.ok) {
	color: white;
	text-decoration: underline;
}
#main-rgpd {
	position: relative;
	display: flex;
}
#reponses {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.non {
	margin-left: 15px;
}
@media screen and (max-width: 1185px) {
	#main-rgpd {
		display: inline;
	}
	#reponses {
		width: 100%;
		padding-top: 10px;
	}
}