a img:hover {
	opacity:0.6;
}

@media all and (min-width: 100px) and (max-width: 1100px) {
	.texte_ordi {
		display: none;
	}
}

@media all and (min-width: 1100px) {
	.texte_mobile {
		display: none;
	}
}

@media all and (min-width: 100px) {
img.responsive {
  width: 800px;
}
}


@media all and (min-width: 1200px) {
img.responsive {
  width: 1000px;
}
}



@media all and (min-width: 1400px){
img.responsive {
  width: 1100px;
}
}

.texte_ordi, .notice {
	font-size:14pt;
	font-family:SimplonNormRegular, Helvetica, Arial, sans-serif;
}

.texte_mobile {
	font-size:15pt;
	font-family:SimplonNormRegular, Helvetica, Arial, sans-serif;
}

.cursor {
cursor: url("../../site/images/detail.png"), pointer;	
}

.panorama_img_div{
	justify-content: left;
}

@media all and (min-width: 100px) {
	.responsive_tableau img {
		width:250;
		margin-right:20;
		margin-bottom:10;
	}
}

@media all and (min-width: 1200px) {
	.responsive_tableau img {
		width:300;
		margin-right:20;
		margin-bottom:10;
	}
}

@media all and (min-width: 1300px) {
	.responsive_tableau img {
		width:330;
		margin-right:20;
		margin-bottom:10;
	}
}


@media all and (min-width: 1400px) {
	.responsive_tableau img {
		width:360;
		margin-right:20;
		margin-bottom:10;
	}
}


@media all and (min-width: 1500px) {
	.responsive_tableau img {
		width:390;
		margin-right:20;
		margin-bottom:10;
	}
}

@media all and (min-width: 1600px) {
	.responsive_tableau img {
		width:420;
		margin-right:20;
		margin-bottom:10;
	}
}