#wrap-rgpd {
	position: fixed;
	height: 100%;
	width: 100%;
	display: flex;
	z-index:99999;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	display: none;
}

#wrap-rgpd > form {
	max-width: 800px;
	background-color: white;
	padding: 25px;
	border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	max-height: 99%;
	overflow-y: auto;
	font-family: "Arial";
	line-height: 24px;
	font-size: 18px;
}

#wrap-rgpd > form > h2 {
	margin: 0 0 30px;
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
}

#wrap-rgpd > form > div {
	max-height: 380px;
	overflow-y: auto;
}

#wrap-rgpd > form > div > h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

#wrap-rgpd > form > #accept_rgpd {
	display: block;
	margin: 20px auto 0;
}

#wrap-rgpd > form > #accept_rgpd.disable {
	opacity: 0.2;
	pointer-events: none;
}

#wrap-rgpd > form > .error {
	color: red;
}