body {
	background: url('../img/1920/bk-executive-vue-tour-eiffel.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.chambresuptitre {
    margin-top: 45.5%;
}
.espacetitre {
    margin-bottom: 3.3%;
    margin-top: 3%;
}

/****************************************************************/
/****************************************************************/
/* INFERIEUR 960                                                */
/****************************************************************/
/****************************************************************/
@media (max-width:960px) {
body {
	background: url('../img/768/bk-chambre-executive-vue-eiffel.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.espacetitre {
    margin-bottom: 6%;
    margin-top: 3%;
}
.chambresuptitre {
    margin-top: 48.5%;
}

}
/****************************************************************/
/****************************************************************/
/* INFERIEUR 440                                                */
/****************************************************************/
/****************************************************************/
@media (max-width:440px) {
	body {
		background: url('../img/380/bk-chambre-executive-vue-eiffel.jpg');
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.chambresuptitre {
		margin-top: 72.5%;
		width: 72%;
		margin-left: 14%;
	}
	.bandeaufixemobile {height: 8.2%;}


}
