/* line 593, ../scss/_global.scss */
.monochrome .visu .anim canvas,
.monochrome .visu .terrain,
.monochrome .visu .phom {
  filter: grayscale(100%);
}

.menu-wrapper li.menu-Dev,
.menu-wrapper li.menu-Navigation{
	display:none;
}

.overlay-onglets2 {
  position: fixed;
  bottom: 320px;
  right: 20px;
  background-color: #fff;
  /* padding:10px; */
  text-align: center;
  min-width: 60px;
  width: 25vh;
  height: 25vh;
  /* max-width:250px; */
  /* max-height:250px; */
}


.onglet2-wrapper{
	position:relative;
}
.onglet2-item-wrapper{	
	position:absolute;
	width: 100%;
	opacity:0;
	z-index:-1;
}
.onglet2-item-wrapper-first{
	opacity:1;
	z-index:1000;
}
.onglet2-azimut{
	position: fixed;
    text-align: center;
    background-color: #5F97FF;
    color: #fff;
    font-size: 16px;
    border-radius: 3px 0 0 3px;
	bottom: 30px;
    left: auto;
    right: 20px;
    min-width: 60px;
    width: 25vh;
    padding: 0;
}

.onglet2-menu{
	height:20px;
	top:-20px;
}
.onglet2-menu-title{
	margin-top:2px;
}
.onglet2-menu-prev, .onglet2-menu-next {
    position: absolute;
    top: 0;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    padding: 0px 3px;
}

.onglet2-menu-prev {
    left: 10px;
}
.onglet2-menu-next {
    right: 10px;
}

.overlay-aide{
	z-index:0;
}

/* line 730, ../scss/_global.scss */
.shortcut-Azimut.shortcut-setting {
  color: #4D6185;
  background-color: #E7F5FF;
}
/* line 733, ../scss/_global.scss */
.shortcut-Azimut.shortcut-setting:hover, .shortcut-Azimut.shortcut-setting.shortcut-on {
  background-color: #4D6185;
  color: #fff;
}

.MaxiCarte {
  border: 0; 
}
.overlay-footer{
    /* font-size: 0.9vw; */
}
/* body, */
/* .overlay-header .panoname, */
/* .overlay-header .panodesc, */
/* .switch-toggle, */
/* .pointdevue_titre { */
    /* font-size: 0.9vw; */
/* } */
/* .overlay-pointdevue { */
    /* width: auto; */
    /* min-width: 15vw; */
    /* max-width: 200px; */
/* } */


.logobtn{
	position:absolute;
	z-index: 1;
	padding-left:6px;
}

.overlay-header .logo {
    max-width: 300px;
}
