.presentation {
	font-family: var(--theme_police);
	padding-left: 65px;
	padding-right: 65px;
}
@media screen and (max-width: 360px) {
	.presentation {
		padding-left: 25px;
		padding-right: 25px;
	}
}