html {background:#414850;}

svg {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);	background-image: url('../motif.png');	background-position: center; padding: 14em 2em 7em; max-width: 100%;}


@media only screen and (max-width: 480px) {
	svg { background-size: cover; padding: 8em 2em 3em; max-width: 90%;} 
}