#fond-hero{
	background-color: #000000;
	background: #000 url("./img/background-left.jpg") no-repeat;
	background-position: left top;
	padding: 0px;
}

#illustration{
	background: url("./img/background-right.jpg") no-repeat;
	background-size: contain;
	background-position: right bottom;
	width: 100%;
	min-height: 520px;
}

@media only screen and (min-width: 768px)  {
	#illustration{
		/* background-size: cover;
		background-position: left top; */
		background-size: contain;
		background-position: right bottom;
		
		height: 100%;
	}
}