/* COULEURS   --------------------------------
!NOTE : Ne pas enlever c'est la référence des variables
*/
#evimmo-maquette-residence #player3d-duplex {
  display: none !important;
}
/* palette indiquant les chargements */
.palette-miniloading {
  background: #413f40;
  color: white;
  width: 64px;
  height: 84px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -42px;
  margin-left: -32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  text-align: center;
}
.palette-miniloading:before {
  content: "Evimmo";
  font-size: 9px;
}
.palette-miniloading:after {
  content: "3D";
  font-size: 9px;
  color: #fd9d00;
  margin-left: -1px;
}
.maquette-miniloading-anim {
  position: absolute;
  left: 50%;
  top: 28px;
  background: #413f40 url(../../../images/loader-projet.gif) 0 0 no-repeat;
  width: 32px;
  height: 32px;
  margin: 0 0 0 -16px;
  padding: 0;
}
/* Etage */
.palette-etage {
  display: none;
  position: absolute;
  overflow: visible;
  top: 40px;
  left: 20px;
  width: 58px;
  font-family: arial, sans-serif;
  border: 1px solid #d9d9d9;
  background: #e6e6e6;
  padding: 1px;
  margin: 0px;
}
.palette-etage ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.arka-player .palette-etage ul li {
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
}
.palette-etage ul li div {
  display: block;
  width: auto;
  padding: 4px 0 5px 0;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
}
.arka-player .gradient {
  background-color: #8d8d8d;
}
.palette-etage ul li.active div,
.palette-etage ul li:hover div {
  color: #fff;
}
.palette-etage ul li.etage-plus,
.palette-etage ul li.etage-moins {
  border: none;
  height: 19px;
  margin: 10px 0 0 0;
  padding: 0;
}
.palette-etage ul li.etage-plus {
  margin: 0 0 10px 0;
}
.palette-etage ul li.etage-plus div,
.palette-etage ul li.etage-moins div {
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: transparent url(../img/palette-etage-pictos.png) center 0 no-repeat;
}
.palette-etage ul li.etage-plus:hover div {
  background-position: center -27px;
}
.palette-etage ul li.etage-moins div {
  background-position: center -61px;
}
.palette-etage ul li.etage-moins:hover div {
  background-position: center -85px;
}
.palette-etage ul li:last-child {
  border: none;
}

#player3d-duplex{
    display: block;
}

/** tooltip **/
.palette-tooltip {
  display: none;
  position: absolute;
  z-index: 10;
  width: 80px !important;
  background: #fff;
  z-index: 10000;
  margin: -155px 0 0 -40px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  cursor: pointer;
}
.palette-tooltip .statut {
  padding: 0 0 5px 0;
}
.palette-tooltip h5 {
  text-align: center;
  background-color: #3c3b3d;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 0.6em;
  text-transform: uppercase;
  margin: 0;
  padding: 5px 0 2px 0;
  border-bottom: thin solid #6e6d70;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}
.palette-tooltip .pieds-palette {
  height: 8px;
  background-color: #3c3b3d;
  -webkit-border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  border-radius: 0 0 12px 12px;
}
.palette-tooltip div.infos {
  width: auto;
  font-size: .8em;
  padding: 4px 0 0 0;
  background-color: #FFFFFF;
  border: thin solid #bfbec0;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}
.palette-tooltip .type,
.palette-tooltip .surface,
.palette-tooltip .statut,
.palette-tooltip .prix {
  display: block;
  width: 100%;
  text-align: center;
}
.palette-tooltip .type {
  color: #777;
  font-weight: 600;
  font-size: 0.8em;
  padding: 2px 0 5px 0;
}
.palette-tooltip .surface {
  font-weight: 600;
  font-size: 0.75em;
  color: #000;
}
.palette-tooltip .statut {
  color: #333333;
  font-size: 0.7em;
}
.palette-tooltip .disp {
  color: #5bac44;
  font-size: 0.7em;
}
.palette-tooltip .none,
.palette-tooltip .offline,
.palette-tooltip .vend,
.palette-tooltip .resa {
  color: #ff0000;
  font-size: 0.7em;
}
.palette-tooltip .opti {
  color: #ff9911;
  font-size: 0.7em;
}
.palette-tooltip .prix {
  font-weight: 600;
  font-size: 0.7em;
  color: #000;
}
.palette-tooltip .prix.cache {
  display: none;
}
.palette-tooltip .pointeur {
  width: 18px;
  height: 20px;
  margin: -2px auto -18px auto;
  background: transparent url(../img/pointeur.png ) no-repeat center center;
}
.palette-tooltip .visiter {
  font-size: .7em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 45px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 4px auto;
  padding: 2px 3px;
}
.palette-legends {
  position: absolute;
  left: 20px;
  bottom: 65px;
  border: none;
  text-align: left;
}
.palette-legends .legend-sample {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0px 1px 0px 1px;
  text-align: center;
  line-height: 20px;
  background: #000;
}
.palette-legends ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.palette-legends ul li {
  float: left;
  clear: none;
  color: #fff;
  font-size: .6em;
  cursor: pointer;
  padding: 0;
  margin: 0 3px 0 0;
}
.palette-legends h3 {
  font-size: 13px;
  text-align: center;
  border: 1px solid #000;
  padding: 2px;
}
.palette-legends ul li.highlight {
  color: #fff;
}
.palette-compass {
  position: absolute;
  right: 10px;
  bottom: 40px;
  display: block;
  width: 100px;
  height: 100px;
  background: transparent;
  overflow: hidden;
  border: none;
  z-index: 499;
}
.palette-compass #boussole {
  background: #fafafa url(img/fond_boussole.png) repeat 0 0;
}
.palette-compass img {
  margin: 0;
}
.palette.palette-mini-maquette {
  position: absolute;
  width: 145px;
  height: 83px;
  top: 20px;
  right: 20px;
  border: none;
}
.palette.palette-mini-maquette.bigger {
  width: 280px;
  height: 160px;
  margin-left: -134px;
}
.palette.palette-mini-maquette .toggle-container {
  position: relative;
  display: block;
  overflow: hidden;
  width: 143px;
  height: 83px;
  padding: 0;
  margin: 0;
  border: 1px solid #919193;
}
.palette.palette-mini-maquette .drag-bar {
  cursor: move;
}
.palette.palette-mini-maquette.bigger .toggle-container {
  width: 278px;
  height: 160px;
}
.palette-mini-maquette.bigger .drag-bar {
  width: 278px !important;
  color: white !important;
  padding: 0;
  margin: 0;
  height: 22px;
  padding-top: 2px;
  font-size: 12px !important;
  text-align: center;
  background-color: #000000;
  opacity: 0.5;
}
.palette-mini-maquette .drag-bar {
  width: 143px !important;
  color: white !important;
  padding: 0;
  margin: 0;
  height: 22px;
  padding-top: 2px;
  font-size: 8px !important;
  text-align: center;
  background-color: #000000;
  opacity: 0.5;
}
.palette-mini-maquette.smaller .grip {
  visibility: hidden;
}
.palette-mini-maquette.bigger .txt {
  display: inline-block !important;
}
.palette-mini-maquette .txt {
  display: none;
}
.palette-mini-maquette .drag-bar .grip {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.palette-mini-maquette .toggle {
  position: absolute;
  right: 5px;
  top: 3px;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../img/toggle-controle.gif) top left no-repeat;
}
.palette-mini-maquette .toggle-size {
  position: absolute;
  z-index: 10;
  left: 5px;
  bottom: 5px;
  display: block;
  width: 20px;
  height: 18px;
  background: url(../img/minimaquette-toggle.gif) top left no-repeat;
}
.palette-mini-maquette .container {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
}
.palette-mini-maquette object {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
/* ajout ui html5 */
.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* Palette de controle */
.palette-control {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 0;
  margin: -30px 0 0 0;
  border: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  z-index: 9999;
  overflow: hidden;
}
.palette-control .drag-bar {
  display: none;
}
.palette-control .drag-bar .grip {
  display: none;
}
.palette-control .toggle {
  display: none;
}
.arka-player-base .palette-control .btn-control-ctn {
  height: auto;
  margin: 0 auto;
  padding: 5px;
}
.arka-player-lot .palette-control .btn-control-ctn {
  height: auto;
  margin: 0px 0 auto 0;
  padding: 5px;
}
.fullScreen .btn-control-ctn {
  margin: 0 !important;
}
.palette-control ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.palette-control ul.right {
  position: absolute;
  right: 0;
  top: 5px;
  width: 170px;
}
.palette-control ul.center {
  text-align: center;
}
.palette-control ul li div {
  float: left;
  display: block;
  -webkit-appearance: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  border: none;
  background-color: transparent;
}
/* redefinir dans le programme.js du programme */
.palette-control .btn-turnLeft:after {
  font-family: fontAwesome;
  content: "\f0d9";
  width: 35px;
  height: 30px;
}
.palette-control .btn-turnRight div {
  background-position: -6px -52px;
}
.palette-control .btn-toggleMove div {
  background-position: -6px -96px;
}
.palette-control .btn-zoomPlus div {
  background-position: -6px -140px;
}
.palette-control .btn-zoomMinus div {
  background-position: -6px -185px;
}
.palette-control .btn-fullscreen div {
  background-position: -6px -230px;
}
.palette-control .btn-fullscreen.back div {
  background-position: -6px -276px;
}
.palette-control .btn-print div {
  display: none;
}
#evimmo-detail-lot-player-toolbar {
  position: relative;
}
#evimmo-detail-lot-player-toolbar .palette-control {
  position: absolute;
  bottom: -8px;
  right: 0;
  left: auto;
  background: transparent;
  width: 100%;
}
.palette-control .btn-zoomMinus {
  margin-left: 15px;
}
/* START */
#player3d-etages {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff !important;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
}
.palette-legends {
  position: absolute;
  left: 24px !important;
  top: 20px !important;
  border: none;
  text-align: left;
  margin-top: 0px;
  width: 150px;
  height: 35px;
}
.palette-legends ul li {
  float: left;
  clear: none;
  color: #fff;
  font-size: .6em;
  cursor: pointer;
  padding: 0;
  margin: 0 5px 0 0;
}
.palette-legends .legend-sample {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0px 0 3px 0;
  text-align: center;
  line-height: 25px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.content-palette {
  display: block;
  background-color: #f9f9f9;
  width: 200px;
  opacity: .98;
  filter: alpha(opacity=98);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-left: 0px;
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 100;
  padding: 25px 20px 0 20px;
  min-height: 376px;
  max-height: 450px;
}
.content-palette p {
  color: #959595;
  margin-bottom: 5px;
  line-height: 20px;
  overflow: visible;
  padding: 2px 0 5px 0;
  margin: 0px;
}
.content-palette h2 {
  font-family: 'open sans';
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 0 0 0;
  letter-spacing: -0.05em;
}
.content-palette h3 {
  font-family: 'open sans';
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: -0.01em;
}
.content-palette .title {
  margin-bottom: 10px;
}
.palette-lot-detail {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}
.palette-lot-detail:first-child {
  margin: 0;
}
.palette-lot-detail i {
  line-height: 21px;
  font-size: 14px;
  margin-right: 10px;
}
.palette-lot-detail .dispo {
  color: #1d9d74;
}
.palette-lot-detail .non-dispo {
  color: #fd9d00;
}
.palette-lot-detail p {
  font-size: 13px;
}
.palette-lot-detail.icons {
  padding-top: 10px;
}
.palette-lot-detail.icons i {
  line-height: 20px;
}
.page-lot .inline-border {
  margin: 45px 0 30px 0;
}
.palette-mini-maquette.bigger .drag-bar {
  background-color: #413f40;
  opacity: 1;
  font-size: 11px !important;
  height: 28px;
  line-height: 25px;
  display: block;
  width: 250px !important;
  color: #413f40;
  text-align: left;
}
.palette-mini-maquette .toggle-size {
  display: none !important;
  position: absolute;
  z-index: 10;
  width: 30px;
  height: 30px;
  left: 10px;
  bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #413f40;
  line-height: 31px;
  text-align: center;
  display: block;
  background-image: none;
}
.palette-mini-maquette .toggle-size:hover {
  background-color: #413f40;
}
.palette-mini-maquette .toggle-size:after {
  font-family: fontAwesome;
  color: #fff;
  content: "\f065";
  top: -3px;
}
.palette-mini-maquette .toggle {
  position: absolute;
  right: 6px;
  top: 7px;
  display: block;
  cursor: pointer;
  background-image: none;
  width: 17px;
  height: 17px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fd9d00;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
}
.palette-mini-maquette .toggle:after {
  font-family: fontAwesome;
  color: #fff;
  content: "\f068";
  top: -3px;
}
.arka-player canvas {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.palette.palette-mini-maquette .toggle-container {
  position: relative;
  display: block;
  overflow: hidden;
  width: 143px;
  height: 83px;
  padding: 0;
  margin: 0;
  border: 0 !important;
  border-bottom: 5px solid #333333 !important;
}
.grip span {
  color: #959595;
  display: none !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  float: left;
}
.palette-mini-maquette.bigger .txt {
  color: #ffffff;
  padding-left: 20px;
  font-size: 10px;
}
.palette-mini-maquette {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.palette-mini-maquette .container {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
}
.palette-mini-maquette .drag-bar {
  width: 144px !important;
  color: white !important;
  padding: 0;
  margin: 0;
  font-size: 11px !important;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #413f40;
  opacity: 1;
}
.palette.palette-mini-maquette {
  position: absolute;
  width: 143px;
  height: 83px;
  border: none;
}
.palette-control {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  bottom: 0;
  left: 0;
  margin: -75px 0 0;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  width: 100%;
  z-index: 9999;
}
.plusinfo {
  margin-top: 15px;
}
#evimmo-detail-lot-info {
  background-color: #413f40;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  z-index: 10;
  width: 250px;
  left: 25px;
  top: 50px;
}
#evimmo-detail-lot-info small {
  padding: 7.5px 0 !important;
}
#evimmo-detail-lot-info i {
  font-size: 14px;
  margin-left: 10px;
}
#evimmo-detail-lot-info .button {
  margin-bottom: 7.5px;
  height: 35px;
  line-height: 35px;
  padding: 0px !important;
  text-align: left;
  width: 100%;
}
#evimmo-detail-lot-info .button:hover {
  background-color: #68685d;
}
#evimmo-detail-lot-info div.evimmo-detail-lot-info-container {
  padding: 20px;
}
#evimmo-detail-lot-info div.evimmo-detail-lot-info-container ul {
  padding: 0 0 15px 0;
}
#evimmo-detail-lot-info div.evimmo-detail-lot-info-container ul li {
  font-size: 11px;
}
#evimmo-detail-lot-info div.evimmo-detail-lot-info-container small {
  padding: 7.5px 0 !important;
  float: left;
}
.fisca-label {
  background-color: #1D9D74;
  border-radius: 5px;
  color: #FFFFFF;
  float: left;
  font-size: 11px;
  margin: 3px 0 15px;
  padding: 4px 15px;
}
#evimmo-detail-lot-info .numero-etage {
  display: none;
  height: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: auto;
  right: 15px;
  position: absolute;
  text-align: center;
  clear: both;
  background-color: #fd9d00;
  line-height: 30px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 10px;
  top: 15px;
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}
#evimmo-detail-lot-info .collapse-but {
  display: none;
  height: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 40px;
  text-align: center;
  right: 0;
  top: 15px;
  position: absolute;
  cursor: pointer;
  margin-right: -40px;
}
#evimmo-detail-lot-info .collapse-but:hover {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#evimmo-detail-lot-info .collapse-but:hover:after {
  background-color: #413f40;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#evimmo-detail-lot-info .collapse-but:after {
  font-size: 18px;
  color: #fff;
  font-family: fontAwesome;
  content: "\f044";
  width: 100%;
  background-color: #413f40;
  height: 50px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 40px;
  float: left;
  text-align: center;
  line-height: 50px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
#evimmo-action-lot a span {
  color: #fff;
  font-size: 11px;
}
.icondiv {
  font-size: 16px;
  margin-top: 2px;
}
.info-etage {
  border-top: 1px solid #e7e7e7;
  padding: 10px 0  !important;
}
palette-commodites {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.commodites {
  background-color: #ccc;
  height: 30px;
  line-height: 29px;
  width: 30px;
  float: left;
  display: inline-block;
  margin-right: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  margin: 10px 2.5px 15px 0;
}
.commodites i {
  margin: 0;
  font-size: 12px;
}
.commodites:hover {
  background-color: #989898;
}
.palette-tooltip {
  display: none;
  position: absolute;
  z-index: 10;
  width: 120px;
  background: #fff;
  z-index: 10000;
  margin: -155px 0 0 -60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.palette {
  border: none;
}
.palette-tooltip .surface {
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 5px;
  color: #959595;
}
.palette-tooltip h5 {
  text-align: center;
  font-family: 'open sans', arial, helvetica, sans-serif;
  background-color: #fd9d00;
  font-weight: normal;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border: none;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.palette-tooltip .pieds-palette {
  height: 15px;
  line-height: 15px;
  position: relative;
  background-color: #413f40;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.palette-tooltip .pieds-palette:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #333333;
  border-width: 10px;
  margin-left: -10px;
}
.pointeur {
  display: none;
}
.palul {
  padding: 0px;
  width: 60px;
  position: relative;
  z-index: 110;
}
.visite-link {
  background-color: #fd9d00;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 32%;
  float: left;
  margin-right: 1.5%;
  margin-top: 15px;
}
.visite-link:hover {
  background-color: #413f40;
}
.visite-link:hover span,
.visite-link:hover i {
  color: #fff !important;
}
.visite-link a {
  color: #fff;
}
.visite-link i {
  clear: both;
  width: 100%;
  line-height: 30px;
  color: #fff;
  padding-top: 3px;
}
.visite-link span {
  font-size: 9px;
  clear: both;
  width: 100%;
  margin-top: -10px;
  top: -8px;
  position: relative;
  color: #fff;
}
.palette-etage {
  position: absolute;
  overflow: visible;
  top: 60px !important;
  width: 60px;
  left: 25px;
  display: none;
  font-family: arial, sans-serif;
  border: none !important;
  background: #413f40 !important;
  padding: 0 !important;
  margin: 0px;
}
.palette-etage .palette {
  display: block !important;
  width: 60px;
  border: none;
  position: relative;
  z-index: 2;
}
.arka-player .palette-etage ul li {
  display: block;
  width: 60px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.palette-etage ul li div {
  display: block;
  width: auto;
  padding: 0;
  text-align: center;
  color: #fff !important;
  font-size: .9em;
  font-weight: normal;
  cursor: pointer;
}
.palette-etage .etage-plus,
.palette-etage .etage-moins {
  height: 35px !important;
}
.palette-etage .etage-plus div:after {
  width: 100%;
  font-size: 9px !important;
  text-align: center !important;
  cursor: pointer !important;
  color: #fff !important;
  border-bottom: none !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  font-family: fontAwesome;
  content: "\f077";
}
.palette-etage .etage-moins div,
.palette-etage .etage-plus div {
  -webkit-border-bottom-left-radius: 2px !important;
  -moz-border-radius-bottomleft: 2px !important;
  border-bottom-left-radius: 2px !important;
  background-image: none !important;
  height: 35px !important;
  background-color: #413f40 !important;
  line-height: 35px !important;
}
.palette-etage .etage-moins div:hover,
.palette-etage .etage-plus div:hover {
  background-color: #fd9d00 !important;
}
.palette-etage .etage-moins div:after {
  width: 100%;
  font-size: 9px !important;
  text-align: center !important;
  cursor: pointer !important;
  color: #fff !important;
  border-bottom: none !important;
  margin: 0 !important;
  text-transform: uppercase !important;
  font-family: fontAwesome;
  content: "\f078";
}
.palette-etage li.player-etage:first-child div {
  margin-top: 0 !important;
}
.palette-etage li.player-etage:last-child div {
  margin-bottom: 0 !important;
}
.palette-etage li.player-etage.active {
  position: relative;
}
.palette-etage li.player-etage.active:after {
  left: 100% !important;
  top: 50% !important;
  border: solid transparent !important;
  content: " " !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
  border-left-color: #413f40 !important;
  border-width: 0px !important;
  margin-top: -7px !important;
}
.palette-etage li.player-etage div {
  height: 35px !important;
  line-height: 35px !important;
  font-size: 9px !important;
  text-align: center !important;
  background-color: #413f40 !important;
  cursor: pointer !important;
  color: #fff !important;
  border-bottom: #c85750;
  margin: 0 !important;
  text-transform: uppercase !important;
}
.palette-etage li.player-etage div:hover,
.palette-etage li.active div {
  background-color: #fd9d00 !important;
  border-color: #413f40;
  color: #fff !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.palette-etage .services {
  display: none;
}
.palette-etage .numero-etage {
  display: none;
  height: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: auto;
  right: 15px;
  position: absolute;
  text-align: center;
  clear: both;
  background-color: #fd9d00;
  line-height: 30px;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 10px;
  top: 15px;
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
}
.palette-control ul.center li {
  display: inline-block !important;
  margin: 0 2px 0 2px;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  height: 35px;
  width: 35px;
}
.palette-control ul.center li:hover, .palette-control ul.center li.move {
  background-color: #fd9d00;
  color: #fff;
}
.palette-control .btn-turnLeft {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #413f40;
}
.palette-control .btn-turnLeft:after {
  font-family: fontAwesome;
  content: "\f0d9";
  text-align: center;
}
.palette-control .btn-turnRight {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #413f40;
}
.palette-control .btn-turnRight:after {
  font-family: fontAwesome;
  content: "\f0da";
  text-align: center;
}
.palette-control .btn-zoomMinus {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #413f40;
}
.palette-control .btn-zoomMinus:after {
  font-family: fontAwesome;
  content: "\f068";
  text-align: center;
}
.palette-control .btn-zoomPlus {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #413f40;
  position: relative;
}
.palette-control .btn-zoomPlus:after {
  font-family: fontAwesome;
  content: "\f067";
  text-align: center;
}
.palette-control .btn-toggleMove {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #413f40;
}
.palette-control .btn-toggleMove:after {
  font-family: fontAwesome;
  content: "\f047";
  text-align: center;
}
.palette-control .btn-fullscreen {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #413f40;
}
.palette-control .btn-fullscreen:after {
  font-family: fontAwesome;
  content: "\f065";
  text-align: center;
}
.palette-control .btn-fullscreen.back {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #413f40;
  position: relative !important;
  top: 0px;
  margin-top: -1px;
}
.page-lot .palette-control .btn-fullscreen.back {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  background-color: #413f40;
  position: relative;
  top: 0px;
  margin-top: -1px;
}
.palette-control .btn-fullscreen.back:after {
  font-family: fontAwesome;
  content: "\f066";
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.palette-control ul li div {
  float: left;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: -35px 0 0 0px;
  padding: 0;
  overflow: visible;
  opacity: 1 !important;
  -webkit-appearance: none;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  border: none;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
}
.palette-control ul li {
  opacity: 1 !important;
}
.page-lot #evimmo-detail-lot-player-toolbar .palette-control {
  position: absolute;
  bottom: 90px;
  right: 50%;
  left: auto;
  opacity: 1!important;
  background: transparent;
  width: 60%;
  margin-right: -30%;
}
.palette.palette-mini-maquette.bigger {
  margin-left: -134px;
  border: none !important;
  width: 250px;
}
.palette.palette-mini-maquette.bigger .toggle-container {
  width: 250px;
  height: 140px;
}
#player3d-minimaquette {

}
.page-lot .back {
  color: #fff;
  position: absolute;
  top: -48px;
  left: 0px;
  z-index: 9999;
  margin-top: 7px;
  padding: 12px 9px;
  -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  font-size: 11px;
  line-height: 11px;
  background-color: #fd9d00;
}
.page-lot .back:hover {
  background-color: #413f40;
  color: #fff;
}
/* ------------------------------------------------------------------------------- */
/*  Media Queries
/* ------------------------------------------------------------------------------- */
@media (max-width: 640px) {
  li.player-etage {
    display: none !important;
  }
  #palette-control {
    display: none !important;
  }
  #player3d-minimaquette {
    display: none !important;
  }
  #evimmo-maquette-residence #player3d-etages {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 60px;
    margin: 0;
  }
  .content-palette {
    margin-left: 0;
  }
  .palette-etage .palette {
    margin: 0;
  }
}
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1280px) {
  #evimmo-detail-lot-info {
    margin-top: -200px;
  }
  .page-lot #evimmo-detail-lot-info {
    margin-top: 0;
    left: -250px;
  }
  #evimmo-detail-lot-info .collapse-but {
    display: block;
  }
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .palette-etage .collapse-but {
    height: 50px;
    opacity: 1;
    width: 40px;
    text-align: center;
    right: 0;
    top: 15px;
    position: absolute;
    cursor: pointer;
    margin-right: -40px;
    z-index: 10;
  }
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {
  .palette-etage .collapse-but {
    height: 50px;
    opacity: 1;
    width: 40px;
    text-align: center;
    right: 0;
    top: 15px;
    position: absolute;
    cursor: pointer;
    margin-right: -35px;
  }
  #evimmo-detail-lot-info {
    left: 0;
  }
  .content-palette,
  .palette-etage li.player-etage,
  .collapse-but {
    display: none !important;
  }
  #collapse-lot {
    display: block !important;
  }
  #evimmo-maquette-residence #player3d-etages {
    max-height: 50px !important;
    min-height: 50px !important;
    width: 120px !important;
  }
  .palette-etage .palette {
    border: 0 none;
    display: block !important;
    position: relative;
    width: 120px !important;
    z-index: 2;
  }
  .arka-player .palette-etage ul li {
    display: inline;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 60px !important;
    border-bottom: none !important;
  }
  .palette ul {
    border-radius: 3px !important;
  }
  #player3d-etages .palette-etage .etage-plus div,
  #player3d-etages .palette-etage .etage-plus div:after,
  #player3d-etages .palette-etage .etage-plus {
    border: none !important;
  }
  .arka-player .palette-etage ul li.etage-moins div,
  .arka-player .palette-etage ul li.etage-plus div {
    border-radius: 3px !important;
  }
  .palette-etage {
    top: 15px !important;
    left: 15px !important;
  }
  .palette-legends {
    left: 15px !important;
    top: 76px !important;
    width: 90px;
  }
  .palette-legends ul li {
    margin: 0 5px 2px 0;
  }
  .palette.palette-mini-maquette {
      right: -15px !important;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #evimmo-detail-lot-info {
    left: 0;
  }
  .content-palette,
  .palette-etage li.player-etage,
  .collapse-but {
    display: none !important;
  }
  #collapse-lot {
    display: block !important;
  }
  #evimmo-maquette-residence #player3d-etages {
    max-height: 70px !important;
    min-height: 60px !important;
  }
  .palette ul {
    border-radius: 3px !important;
  }
  .arka-player .palette-etage ul li.etage-moins div,
  .arka-player .palette-etage ul li.etage-plus div {
    border-radius: 3px !important;
  }
  .palette-etage {
    top: 15px !important;
    left: 15px !important;
  }
  .palette-legends {
    left: 15px !important;
    top: 100px !important;
    width: 90px;
  }
  .palette-legends ul li {
    margin: 0 5px 2px 0;
  }
}