/* Mobile */
@media screen and (max-width: 768px) {
	#div_centrale{
		display: flex;
		flex-direction: column;
	}
	.div_choix{
		margin-left: 10%;
		margin-right: 10%;
		margin-top: 20px;
		margin-top: 20px;
	}
	#btn_choix_espace{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/* Garnds écrans */
@media screen and (min-width: 768px) {
	#titre_page{
		padding-top: 150px;
		padding-bottom: 100px;
		color: rgb(241,245,249);
	}
	#div_centrale{
		display: flex;
	}
	.div_choix{
		margin-left: 3%;
		margin-right: 3%;
		flex: 1;
	}
	#div_centrale{
		margin-left: 12%;
		margin-right: 12%;
	}
}
/* Tous les écrans */
body{
	background-color: #262626;
}
.sous_titre_choix{
	color: #7f7f7f;
}
.div_choix{
	border-radius: 10px;
	border: solid 1px rgb(221,223,225);
	padding: 15px;
}
.titre_choix{
	font-size: 18px;
	color: rgb(241,245,249);
}