/* menu img src : https://upload.wikimedia.org/wikipedia/commons/c/c8/Le_Canigou_vu_du_Montou.jpg */
.bg, body {
	background: transparent url("img/bg.jpg");
	background-attachment: fixed;/* paralax */
	background-size: cover;
	box-sizing: border-box;
	transform-style: inherit;
	background-position: top right;
}
@media (max-width: 767px) {
	.bg, body {
		background-image: url(img/bg.mob.jpg);
	}
}