.rgpd {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.2rem 1rem;
	z-index: 9;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-top: 2px solid #E30233;
}

.rgpd-description {
	text-align: center;
}

.btn-rgpd {
	padding: 0.5rem 1rem !important;
	transition: 0.1s ease;
}

.btn-rgpd-secondary {
	background-color: #1E2123;
	border: 1px solid #1E2123;
	color: white;
}

.btn-rgpd-secondary:hover {
	background-color: white;
	color: #1E2123;
}

.btn-rgpd-primary {
	background-color: #E30233;
	border: 1px solid #E30233;
	color: white;
}

.btn-rgpd-primary:hover {
	background-color: white;
	color: #E30233;
}
