body {
	height: 100%;
	background: transparent;
}
.container {
	padding-top: 12%;
}
.page__item__title br {
	display: none;
}
.privacy:not(:last-of-type){
	margin-top: 1.875rem;;
}
.mention--red {
	text-decoration: underline;
}
.footer__wrap {
	position: fixed;
	bottom: 0;
	width: 100%;
}
@media screen and (max-width: 768px){
	.container {
		padding-top: 18%;
	}
}
@media screen and (max-width: 540px){
	.page__item__title br {
		display: block;
	}	
}
