a img:hover {
	opacity:1;
}

@media screen and (max-width: 500px) {
.monPanoCustom .media img, .monPanoCustom .left_bt {
 height: 200px;}
.remodal  .textegris, .remodal  .titreoeuvre {
	font-size: 13pt;}
}


@media all and (min-width: 500px) and (max-width: 600px) {
.monPanoCustom .media img, .monPanoCustom .left_bt {
  height: 300px;}
.remodal  .textegris, .remodal  .titreoeuvre {
	font-size: 13pt;}
}


@media all and (min-width: 600px) and (max-width: 800px) {
.monPanoCustom .media img, .monPanoCustom .left_bt {
  height: 350px;}
.remodal  .textegris, .remodal  .titreoeuvre {
	font-size: 13pt;}
}

@media all and (min-width: 800px) and (max-width: 1000px) {
.monPanoCustom .media img, .monPanoCustom .left_bt {
  height: 400px;}
.remodal  .textegris, .remodal  .titreoeuvre {
	font-size: 13pt;}
}

@media all and (min-width: 1000px) and (max-width: 1500px) {
.monPanoCustom .media img, .monPanoCustom .left_bt {
  height: 550px;}
.remodal  .textegris, .remodal  .titreoeuvre {
	font-size: 11pt;}
}


@media screen and (min-width: 1500px) {
.monPanoCustom .media img, .monPanoCustom .left_bt {
  height: 650px;}
.remodal  .textegris, .remodal  .titreoeuvre {
	font-size: 11pt;}
}



.monPanoCustom{
	width:calc(100vw - 330px);
}
.monPanoCustom .column{
	justify-content: start;
	position:relative; /* needed for safari bug in absolute legends */
}
.monPanoCustom .legend{
	font-family: RobotoRegular, Helvetica, Arial, sans-serif;
	font-size:1pt;/*15*/
	margin-top: 10px;
	color: black;
	width:50px;
}
.monPanoCustom .left_bt{
	/*background: linear-gradient(90deg, rgba(0,0,0,0.7), rgba(0, 0, 0, 0.0));*/
	width:150px;
	/*height:650px;*/
}
.monPanoCustom .right_bt{
	/*background: linear-gradient(90deg, rgba(0, 0, 0, 0.0),rgba(0,0,0,0.7));*/
	width:150px;
	/*height:650px;*/
}
.monPanoCustom .left_bt:hover{
	background: linear-gradient(90deg, rgba(0,0,0,0.0), rgba(0, 0, 0, 0.0));
	cursor: url("../../site/images/panorama-prev.png") 12 32, pointer;
}
.monPanoCustom .right_bt:hover{
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.0),rgba(0,0,0,0.0));
	cursor: url("../../site/images/panorama-next.png") 12 32, pointer;
}
