@charset "UTF-8";
/******************************************************************
Stylesheet: Main Stylesheet
******************************************************************/
/******************************************************************
Stylesheet: INIT
******************************************************************/
/* @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700"); */
/* line 5, ../scss/_globalinit.scss */
html,
body {
  margin: 0;
  padding: 0;
}

/* line 11, ../scss/_globalinit.scss */
body {
	/* @patch 24/07/2023 passage en Arial */
  /* font-family: 'Open Sans', sans-serif; */
  font-family: Arial, sans-serif; 
  color: #4D6185;
}

/* conteneur principale geophom (gp) */
/* line 17, ../scss/_globalinit.scss */
#gp {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #eee; /* patch 10/06/2020 ajout couleur de fond pour la panneau d'information quand il est dessous */
}

/* line 23, ../scss/_globalinit.scss */
.visu {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: scroll;
  overflow-y: hidden;
	transform: translateZ(0);	/* @patch 04/05/2023 anomalie z-index ascenseur firefox */
}

/* line 31, ../scss/_globalinit.scss */
.visu img {
  /* height:100%; */
}

/* overlay */
/* line 38, ../scss/_globalinit.scss */
.overlay-menu {
  position: fixed;
  top: 20px;
  left: 20px;
  /* padding:10px; */
  /* width:250px; */
}

/* line 46, ../scss/_globalinit.scss */
.overlay-nav2,
.overlay-nav,
.overlay-dev,
.overlay-informations,
.overlay-aide {
  /* display:none; */
  z-index: 9;
  position: fixed;
  top: 25%;
  left: 25%;
  padding: 10px;
  width: 60%;
  background-color: #fff;
  text-align: center;
}

/* line 62, ../scss/_globalinit.scss */
.overlay-nav,
.overlay-dev {
  text-align: left;
  overflow-y: scroll;
  max-height: 70%;
}

/* line 69, ../scss/_globalinit.scss */
.overlay-nav {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  margin-top: -70px;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
}

/* line 79, ../scss/_globalinit.scss */
.overlay-nav:hover {
  margin-top: 0;
  opacity: 1;
}

/* line 84, ../scss/_globalinit.scss */
.overlay-nav2 {
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  height: 100%;
  z-index: 99;
  margin-left: -310px;
  opacity: 0.1;
  transition: all 0.3s ease-in-out;
  overflow-y: scroll;
}

/* line 97, ../scss/_globalinit.scss */
.overlay-nav2:hover {
  margin-left: 0;
  opacity: 1;
}

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

/* line 116, ../scss/_globalinit.scss */
.overlay-variantes {
  position: fixed;
  bottom: 90px;
  left: 20px;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  min-width: 60px;
}

/* line 126, ../scss/_globalinit.scss */
.overlay-shortcuts {
  position: fixed;
  bottom: 20px;
  left: 120px;
  background-color: #fff;
  /* padding:10px; */
  text-align: center;
  width: 100px;
}

/* phom */
/* line 138, ../scss/_globalinit.scss */
.filaire {
  position: absolute;
  z-index: 1000;
}

/* line 143, ../scss/_globalinit.scss */
.phom {
  position: absolute;
  z-index: 1;
}

/* line 148, ../scss/_globalinit.scss */
.regle {
  position: absolute;
  z-index: 2000;
}

/* anim */
/* line 155, ../scss/_globalinit.scss */
.layers {
  position: absolute;
  z-index: 100;
}

/* line 160, ../scss/_globalinit.scss */
.layers canvas {
  position: absolute;
}

/* cones de visions */
/* line 167, ../scss/_globalinit.scss */
#minimap_wrapper {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 25vh;
  height: 25vh;
  /* width:33vh;  */
  /* height:33vh;  */
  /* max-width:250px; */
  /* max-height:250px; */
  z-index: 99;
  overflow: hidden;
}

/* line 181, ../scss/_globalinit.scss */
.minisquare {
  position: relative;
  z-index: 999;
}

/* line 186, ../scss/_globalinit.scss */
#minicone {
  /* display:none; */
  border: 1px solid #6f9bce;
  /* background-color:#fff; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

/* line 198, ../scss/_globalinit.scss */
#miniCarte {
  width: 100%;
  height: 100%;
  border: solid 1px black;
}

/* line 204, ../scss/_globalinit.scss */
.MaxiCarte {
  width: 100%;
  height: 100%;
  border: solid 1px black;
}

/* line 210, ../scss/_globalinit.scss */
.is-msc {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* line 217, ../scss/_globalinit.scss */
.is-msc img {
  width: 100%;
  height: auto;
}

/* line 222, ../scss/_globalinit.scss */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*font-family: 'Open Sans', sans-serif;*/
/******************************************************************
Stylesheet: GLOBAL
******************************************************************/
/*Header*/
/* line 10, ../scss/_global.scss */
.overlay {
  position: fixed;
  /* top: 20px; */
  top: 0px;
  /* right: 4px; */
  z-index: 1001;
  width: 100%;
}

/* line 19, ../scss/_global.scss */
.overlay-header {
  display: flex;
  /* max-width: 95%; */
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.9);
  align-items: center;
  padding: 0 15px;
  border-radius: 3px;
}

/* line 29, ../scss/_global.scss */
.overlay-header .logo {
  display: flex;
  align-items: center;
  padding-right: 20px;
  height: 100%;
  border-right: 1px solid #A0ACB9;
  margin-right: 0px;
  height: 51px;
}

@media (max-width: 767px) {
  /* line 40, ../scss/_global.scss */
  .overlay-header .logo {
    display: none;
  }
}
/* line 45, ../scss/_global.scss */
.overlay-header .logo .sitename {
  margin-left: 15px;
}

/* line 50, ../scss/_global.scss */
.overlay-header .logo .sitename h2 {
  font-size: 18px;
  margin: 0;
}

/* line 55, ../scss/_global.scss */
.overlay-header .logo .sitename span {
  font-size: 12px;
  color: #A0ACB9;
  padding-left: 2px;
}

/* line 61, ../scss/_global.scss */
.panoinfo {
  font-size: 16px;
  font-weight:bold;
  padding-left: 11px;
}

/* line 66, ../scss/_global.scss */
.overlay-header .panoname {
  font-size: 12px;
  font-weight: 600;
}

/* line 71, ../scss/_global.scss */
.overlay-header .panodesc {
  font-size: 12px;
  font-weight: 400;
}

/* line 76, ../scss/_global.scss */
.overlay-header .panonote {
  margin-left: auto;
  margin-right: 16px;
}

/* line 76, ../scss/_global.scss */
.overlay-header .panonumber {
  /* margin-left: auto; */
  border-left: 1px solid #A0ACB9;
  padding: 8px 0 8px 16px;
  font-size: 19px;
  font-weight: bold;
}

/*Points de vues*/
/* line 85, ../scss/_global.scss */
.overlay-pointdevue {
  position: fixed;
  top: 95px;
  left: 28px;
  background-color: rgba(248, 252, 255, 0.62);
  text-align: center;
  min-width: 210px;//hack 08/12/23
  width: 200px;
  border-radius: 3px;
}

/* line 96, ../scss/_global.scss */
.header-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 102, ../scss/_global.scss */
.navlistbtn {
  padding-right: 10px;
}
/* line 105, ../scss/_global.scss */
.navlistbtn:hover {
  cursor: pointer;
}

/* line 110, ../scss/_global.scss */
.pointdevue_titre {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  margin: 10px 0;
  padding: 2px 0;
  background-color: #fff;
}

/* line 119, ../scss/_global.scss */
.pointdevue_index {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  background-color: #e7f5ff;
  border-radius: 25px;
  padding: -1px 5px;
  padding: 7px;
  font-size: 12px;
}
/* line 129, ../scss/_global.scss */
.pointdevue_index:hover {
  background-color: #4D6185;
  color: #fff;
}

/* line 135, ../scss/_global.scss */
.btn-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  background-color: #E7F5FF;
  height: 28px;
  border-radius: 43px;
  margin: 0 25px;
}

/* line 146, ../scss/_global.scss */
.btn-slide .pointdevue_prev,
.btn-slide .pointdevue_next,
.btn-slide .variante_prev,
.btn-slide .variante_next,
.btn-slide .gp_change_project {
  cursor: pointer;
  margin: 0 5px; //hack 08/12/23
  padding: 5px;
}

/* line 156, ../scss/_global.scss */
.btn-slide .pointdevue_prev:hover .fa-angle-left:before,
.btn-slide .pointdevue_prev:hover .fa-angle-right:before,
.btn-slide .pointdevue_next:hover .fa-angle-left:before,
.btn-slide .pointdevue_next:hover .fa-angle-right:before,
.btn-slide .variante_prev:hover .fa-angle-left:before,
.btn-slide .variante_prev:hover .fa-angle-right:before,
.btn-slide .variante_next:hover .fa-angle-left:before,
.btn-slide .variante_next:hover .fa-angle-right:before,
.btn-slide .gp_change_project:hover .fa-angle-left:before,
.btn-slide .gp_change_project:hover .fa-angle-right:before {
  color: #f33736;
}

/* line 169, ../scss/_global.scss */
.btn-slide .fa-angle-left:before,
.btn-slide .fa-angle-right:before {
  font-size: 30px;
  color: #FC6564;
}

/* line 175, ../scss/_global.scss */
.shortcut-Aide,
.shortcut-Informations {
  background-color: #E7F5FF;
  margin: 0 25px;
  font-size: 12px;
  margin-bottom: 16px;
  padding: 4px;
  border-radius: 3px;
}

/* line 185, ../scss/_global.scss */
.shortcut-Aide:hover,
.shortcut-Informations:hover {
  color: #fff;
  background-color: #4D6185;
}

/* line 191, ../scss/_global.scss */
.switch-toggle {
  background-color: #E7F5FF;
  margin: 0 25px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 198, ../scss/_global.scss */
.switch-toggle-on,
.shortcut-on {
  color: #fff;
  background-color: #4D6185;
}

/* line 204, ../scss/_global.scss */
.switch-toggle-Filaire,
.switch-toggle-Photomontage,
.switch-toggle-Panorama,
.switch-toggle-Animation {
  padding: 3px 0;
  border-radius: 3px;
}

/* line 212, ../scss/_global.scss */
.switch-toggle-Filaire:hover,
.switch-toggle-Photomontage:hover {
  cursor: pointer;
  color: #fff;
  background-color: #4D6185;
}

/* line 219, ../scss/_global.scss */
.calques {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 16px;
  margin-top: 3px;
}

/* line 227, ../scss/_global.scss */
.shortcut-calque {
  flex-basis: 60px;
  background-color: #E7F5FF;
  margin: 2px 1px;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 3px;
  border: 1px solid #4D6185;
}

/* line 237, ../scss/_global.scss */
.shortcut-calque:hover {
  cursor: pointer;
  color: #fff;
  background-color: #4D6185;
  border: 1px solid #4D6185;
}

/* line 244, ../scss/_global.scss */
.shortcut-calque.shortcut-on {
  background-color: #4D6185;
}

/*Footer*/
/* line 249, ../scss/_global.scss */
.overlay-shortcuts {
  display: none;
}

/* line 253, ../scss/_global.scss */
.overlay-azimut {
  position: fixed;
  bottom: 75px;
  left: 34px;
  padding: 11px 0;
  text-align: center;
  width: 100px;
  background-color: #5F97FF;
  color: #fff;
  font-size: 16px;
  border-radius: 3px 0 0 3px;
}

/* line 266, ../scss/_global.scss */
.overlay-footer {
  position: fixed;
  bottom: 75px;
  left: 134px;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  max-width: 420px;
  background-color: rgba(248, 252, 255, 0.9);
  border-radius: 0 3px 3px 0;
}

/*Mini carte*/
/* line 280, ../scss/_global.scss */
.minisquare-menu {
  position: absolute;
  width: 100%;
  height: 35px;
  top: -10px;
  background-color: #5F97FF;
  color: #fff;
  z-index: 100;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 292, ../scss/_global.scss */
.minisquare-menu > div {
  position: relative;
}

/* line 296, ../scss/_global.scss */
.minisquare-menu-title {
  padding: 10px 0px;
}

/* line 300, ../scss/_global.scss */
.minisquare-menu-prev,
.minisquare-menu-next {
  position: absolute;
  top: 8px;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  padding: 0px 3px;
}

/* line 310, ../scss/_global.scss */
.minisquare-menu-prev .fas:before,
.minisquare-menu-next .fas:before {
  font-size: 22px;
}

/* line 315, ../scss/_global.scss */
.minisquare-menu-prev {
  left: 10px;
}

/* line 319, ../scss/_global.scss */
.minisquare-menu-next {
  right: 10px;
}

/* line 323, ../scss/_global.scss */
.minisquare-content {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/*Toggle*/
/* line 331, ../scss/_global.scss */
.switch {
  position: relative;
  height: 31px;
  width: 200px;
  margin: 20px auto;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 43px;
  background-color: #E7F5FF;
}

/* line 341, ../scss/_global.scss */
.switch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 96px;
  line-height: 29px;
  font-size: 11px;
  color: #4D6185;
  text-align: center;
  cursor: pointer;
}

/* line 353, ../scss/_global.scss */
.switch-label:active {
  font-weight: bold;
}

/* line 357, ../scss/_global.scss */
.switch-label-off {
  padding-left: 2px;
}

/* line 361, ../scss/_global.scss */
.switch-label-on {
  padding-right: 2px;
  padding-left: 8px;
}

/* line 366, ../scss/_global.scss */
.switch-input {
  display: none;
}

/* line 370, ../scss/_global.scss */
.switch-input:checked + .switch-label {
  color: #fff;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: color, text-shadow;
  -moz-transition-property: color, text-shadow;
  -ms-transition-property: color, text-shadow;
  -o-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}

/* line 384, ../scss/_global.scss */
.switch-input:checked + .switch-label-on ~ .switch-selection {
  left: 102px;
}

/* line 388, ../scss/_global.scss */
.switch-selection {
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 2px;
  display: block;
  width: 96px;
  height: 30px;
  border-radius: 43px;
  background-color: #65bd63;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}

/* line 407, ../scss/_global.scss */
.switch-blue .switch-selection {
  background-color: #4D6185;
}

/* line 411, ../scss/_global.scss */
.switch .shortcut-on {
  background-color: rgba(255, 255, 255, 0);
}

/* line 415, ../scss/_global.scss */
.switch .shortcut-toggle {
  padding: 0;
}

/* line 419, ../scss/_global.scss */
.switch .shortcut-toggle:hover {
  background-color: rgba(255, 255, 255, 0);
}

/* line 423, ../scss/_global.scss */
.switch .switch-label.switch-label-on {
  padding-left: 8px;
}

/*Informations footer*/
/* line 428, ../scss/_global.scss */
.infos {
  display: flex;
  flex-flow: row wrap;
  background-color: #E7F5FF;
}

/* line 434, ../scss/_global.scss */
.infos .cadre {
  padding: 20px;
}

/* line 438, ../scss/_global.scss */
.infos .cadre .titreinfos {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 444, ../scss/_global.scss */
.infos .cadre span {
  font-size: 14px;
}

/* line 448, ../scss/_global.scss */
.infos .cadre span.nom {
  font-weight: 200;
  text-transform: uppercase;
}

/*Overlay Informations*/
/* line 455, ../scss/_global.scss */
.overlay-informations {
  z-index: 0;
  position: fixed;
  top: 95px;
  left: 259px;
  width: max-content; /* @patch 12/11/2021 largeur info adapté. Was width: calc(100% - 310px); */
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
	max-width: calc(100% - 305px); /* @patch 13/05/2022 panneau qui dépasse à droite quand il y a beaucoup de contenus */
}

.overlay-informations-below {
	top:1080px;
	display:block!important;
	background-color:#eee;
	left: 0px;
	width: max-content; /* patch 12/11/2021 largeur info adapté. Was width: width: calc(100% - 300px - 25vh); */
	/* max-width:1500px; */
	max-width: calc(100% - 30vh); /* @patch 13/05/2022 panneau qui dépasse à droite quand il y a beaucoup de contenus */
}

/* patch 14/03/2022 bouton information grisé si overlay-informations-below */
.shortcut-setting.btn-overlay-informations-below:hover, .shortcut-setting.btn-overlay-informations-below, .shortcut-setting.shortcut-on.btn-overlay-informations-below {
	color: #888;
  background-color: #ddd;
	cursor: default;
	/* display:none; */
}

/* line 465, ../scss/_global.scss */
.title-infos {
  background-color: #4D6185;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  padding: 8px 0;
  border-radius: 3px 3px 0 0;
}

/* line 476, ../scss/_global.scss */
.overlay-informations .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: left;
}

/* line 483, ../scss/_global.scss */
.overlay-informations .row .col {
  /* flex-basis: 250px; */
  margin: 0 10px;
  font-size: 12px;
}

/* line 490, ../scss/_global.scss */
.overlay-informations .row .col div {
  padding-bottom: 4px;
}

/* line 494, ../scss/_global.scss */
p.infos_titre {
  text-transform: uppercase;
  font-weight: 600;
  background-color: #4D6185;
  color: #fff;
  padding: 2px 4px;
}

/*Overlay Aide*/
/* line 504, ../scss/_global.scss */
.overlay-aide {
  /* display: flex; */
  justify-content: space-around;
  align-items: center;
  padding: 20px 10px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  top: 95px;
  left: 259px;
  width: calc(100% - 310px);
 
}

/* line 513, ../scss/_global.scss */
.tab-aide {
  /* flex-basis: 65%; */
  margin-bottom: 15px;
}

/* line 517, ../scss/_global.scss */
.desc-aide {
  /* flex-basis: 31%; */
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}

/* line 524, ../scss/_global.scss */
.tab-aide table {
  font-size: 12px;
  border-spacing: 0;
  width: 100%;
}

/* line 530, ../scss/_global.scss */
.tab-aide table tr {
  line-height: 170%;
}

/* line 534, ../scss/_global.scss */
.tab-aide thead {
  background-color: #4D6185;
  color: #fff;
  text-transform: uppercase;
}

/*Liste de points de vue*/
/* line 542, ../scss/_global.scss */
.navlist {
  border-radius: 3px;
}

/* line 546, ../scss/_global.scss */
.tablesorter-default {
  font: 12px/18px 'Open Sans', Sans-serif;
  color: #4D6185;
  background-color: rgba(247, 247, 247, 0.95);
  margin: 0 0 15px 0;
  text-align: left;
  border-radius: 3px;
}

/* line 555, ../scss/_global.scss */
.tablesorter-default th,
.tablesorter-default thead td {
  font-weight: 600;
  color: #4D6185;
  text-transform: uppercase;
}

/* line 562, ../scss/_global.scss */
.tablesorter-default td {
  background-color: rgba(247, 247, 247, 0.95);
}

/* line 567, ../scss/_global.scss */
.overlay-bgloading {
  z-index: 9999;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

/* line 578, ../scss/_global.scss */
.overlay-fgloading {
  z-index: 10000;
  position: fixed;
  top: 25%;
  left: 35%;
  padding: 10px;
  width: 20%;
  text-align: center;
  background-color: rgba(248, 252, 255, 0.62);
  border-radius: 3px;
  padding-bottom: 40px;
}

/* line 595, ../scss/_global.scss */
.overlay-percent:after,
.overlay-percen-nb:after {
  content: url(../img/Shape-loader.png);
  width: 24px;
  height: 22x;
  position: absolute;
  top: 40px;
  left: calc(50% - 12px);
  animation: rotation 2s infinite linear;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
/* line 616, ../scss/_global.scss */
/* .visu { */
  /* transition: all 1s; */
/* } */
/* @patch 10/06/2020 suppression de transition car cela fait un effet bizarre quand on zoom */

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

/* line 626, ../scss/_global.scss */
.ptv-wrapper {
  position: relative;
}

/* line 630, ../scss/_global.scss */
.navlist {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 400px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  overflow-y: scroll;
}

/* line 641, ../scss/_global.scss */
.overlay-onglets {
  background-color: rgba(255, 255, 255, 0.5);
  display:none; //hack 08/12/23
}

/* line 645, ../scss/_global.scss */
#minicone {
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 649, ../scss/_global.scss */
.anim {
  position: absolute;
  z-index: 1000;
}

/* line 654, ../scss/_global.scss */
.anim canvas {
  position: absolute;
}

/* line 659, ../scss/_global.scss */
#besideMouse {
  display: none;
}

/* line 663, ../scss/_global.scss */
#gp.azimutcurseur #besideMouse {
  display: block;
}

/* line 203, ../scss/_global.scss */
/* line 669, ../scss/_global.scss */
.switch-toggle-item:hover {
  cursor: pointer;
  color: #fff;
  background-color: #3D5175;
}

/* line 676, ../scss/_global.scss */
.overlay-aide {
  top: 95px;
}

/* line 680, ../scss/_global.scss */
.overlay-footer {
  bottom: 25px;
  left: 35%;
  width: 30%;
  max-width: 800px;
}

/* line 687, ../scss/_global.scss */
.overlay-onglets,
#minimap_wrapper {
  bottom: 52px;
}

/* line 692, ../scss/_global.scss */
.overlay-azimut {
  bottom: 30px;
  left: auto;
  right: 20px;
  min-width: 60px;
  width: 25vh;
  padding: 0;
}

@media (min-height: 1080px) {
  /* line 702, ../scss/_global.scss */
  .overlay-footer {
    top: 1000px;
    bottom: auto;
  }
}
/*Boutons des outils*/
/* line 710, ../scss/_global.scss */
.setting-btn {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

/* line 716, ../scss/_global.scss */
.shortcut-setting {
  background-color: #E7F5FF;
  margin: 0 4px 6px;
  font-size: 12px;
  padding: 4px;
  border-radius: 3px;
}
/* line 722, ../scss/_global.scss */
.shortcut-setting:hover, .shortcut-setting.shortcut-on {
  color: #fff;
  background-color: #4D6185;
}

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

/* line 743, ../scss/_global.scss */
[tooltip] {
  position: relative;
  display: inline-block;
}

/* line 747, ../scss/_global.scss */
[tooltip]::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px 6px 0 6px;
  border-style: solid;
  border-color: rgba(77, 97, 133, 0.7) transparent transparent transparent;
  z-index: 99;
  opacity: 0;
}

/* line 760, ../scss/_global.scss */
[tooltip]::after {
  content: attr(tooltip);
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translateX(-50%) translateY(-100%);
  background: #4d6185;
  text-align: center;
  color: #fff;
  font-size: 12px;
  min-width: 80px;
  border-radius: 5px;
  pointer-events: none;
  padding: 4px 4px;
  z-index: 99;
  opacity: 0;
}

/* line 778, ../scss/_global.scss */
[tooltip]:hover::after, [tooltip]:hover::before {
  opacity: 1;
}

/* menu */
/* line 2, ../scss/_menu.scss */
.menu-wrapper {
  cursor: default;
}

/* line 6, ../scss/_menu.scss */
.menu-wrapper,
.menu-wrapper ul {
  padding: 0;
  margin: 0;
}

/* line 12, ../scss/_menu.scss */
.menu-wrapper li {
  position: relative;
  display: block;
  color: #4D6185;
  font-size: 12px;
}

/* line 19, ../scss/_menu.scss */
.menu-wrapper .menu-btn {
  font-size: 18px;
  color: #FC6564;
}

/* line 24, ../scss/_menu.scss */
.menu-wrapper li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
}

/* line 31, ../scss/_menu.scss */
.menu-wrapper li.menu-btn > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  z-index: 1;
  background-color: #E7F5FF;
}

/* line 40, ../scss/_menu.scss */
.menu,
.sub-menu {
  display: none;
}

/* line 45, ../scss/_menu.scss */
.menu-wrapper:hover {
  cursor: pointer;
}

/* line 49, ../scss/_menu.scss */
.sub-menu li,
.sub-menu li > div {
  box-shadow: 0 1px 0 #ffffff00 inset, 0 -1px 0 rgba(34, 42, 58, 0.13) inset;
}

/* line 54, ../scss/_menu.scss */
.menu-wrapper li:hover .menu,
.menu-wrapper li:hover > .sub-menu {
  display: block;
  cursor: pointer;
}

/* line 60, ../scss/_menu.scss */
.menu-wrapper li > div {
  padding: 14px;
  text-align: center;
  min-width: 60px;
}

/* line 67, ../scss/_menu.scss */
.menu-wrapper li > ul > li > ul > li div {
  background-color: #E7F5FF;
}

/* line 71, ../scss/_menu.scss */
.menu-wrapper li > ul > li > ul > li div:hover {
  background-color: #222A3A;
  color: #fff;
}

/* line 76, ../scss/_menu.scss */
.menu-wrapper li.menu-on > div:hover {
  background-color: #6179a7;
}

/* line 80, ../scss/_menu.scss */
.menu-wrapper li.menu-on > div {
  background-color: #4D6185;
  color: #fff;
}

/* line 85, ../scss/_menu.scss */
.menu-toggle > div {
  cursor: pointer;
}

/* line 89, ../scss/_menu.scss */
.pointdevue_index {
  cursor: pointer;
}

/* line 94, ../scss/_menu.scss */
.shortcut-toggle {
  cursor: pointer;
}

/* couleur note dans le bandeau */
.panonote{
	color:#ff00ff;
}

.pointdevue_id, .variante_id { 
	white-space: nowrap; 
  min-width: 110px; /* @patch 14/03/2022 largeur minimal pour que les chevrons ne bougent pas */ //hack 08/12/23
}

.hidden {
  display:none;
}

.fullscreen_close {
  position:fixed;
  bottom:32px;
  left:16px;
  z-index:100;
  cursor:pointer;
  background-color:white;
  color:#4D6185;
  padding:8px;
  border-radius: 3px; 
}

@media (min-height: 1080px) {
	.fullscreen_close {
	  top:1000px;
	  bottom:unset;
	}
}


/* @dev 04/10/2022 css alternative */
.btn-slide .alternative_prev,
.btn-slide .alternative_next{
    display: flex;
    align-items: center;
		justify-content: space-between;
		min-width: 38px;
		cursor: pointer;
}
.alternative_id {
  min-width: 38px;
}

/* @patch 13/09/2023 masque variante sur panorama : masque si panorama
*/
/* #gp[data-visuel="Panorama"] .overlay-pointdevue .jscss-variante { */
/* #gp[data-visuel="Panorama"] .overlay-informations .jscss-variante-hide, */
/* #gp[data-visuel="Panorama"] .overlay-pointdevue .variante_prev, */
/* #gp[data-visuel="Panorama"] .overlay-pointdevue .variante_next { */
#gp[data-visuel="Panorama"] .jscss-variante-hide {
	display:none;
}



