.home {
	overflow: hidden;
}

.home-banniere {
	display: flex;
    justify-content: center;
}

.home-banniere-mobile {
	display: none;
}

.home-banniere img {
	width: 75% !important;
}

@media only screen and (max-width: 490px) {
	
	.home-banniere-mobile {
		display: flex;
    	justify-content: center;
	}
	
	.home-banniere-mobile img {
		width: 100%;
	}

	.home-banniere {
		display: none;
	}
}
