#infos_wrapper {
	background: linear-gradient(45deg, rgba(115,210,222,1) 0%, rgba(115,210,222,1) 44%, rgba(181,230,237,1) 100%);
}
@media all and (min-width: 800px) {
	#cabinet_blocs_wrapper {
		display: flex;
		display: -webkit-flex;
		flex-direction: row;
		-webkit-flex-direction: row;
		justify-content: space-around;
		-webkit-justify-content: space-around;
		align-content: stretch
	}
	#cabinet_bloc_gauche {
		width: 45%;
		flex-shrink: 0
	}
	#plateau_wrapper, #infos_wrapper, #parcours_wrapper { padding: 10px }
	#infos_wrapper { background: transparent }
	#parcours_wrapper {
		background-color: #e9e9e9
	}
}
@media all and (min-width: 1500px) {
	#cabinet_bloc_gauche { width: 50% }
}