#menu, #tooltips .tooltip ul {

  /*
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb*/
}
#menu li a {

  /*
  border-bottom: 1px solid #bbb;*/
  line-height: 40px;
  text-align: center;
}
body, html {
  background-color: white;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
* {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.spinner {
  text-align: center
}
.spinner > div {
  -webkit-box-shadow: 0 0 31px 0 #fff;
  -moz-box-shadow: 0 0 31px 0 #fff;
  box-shadow: 0 0 31px 0 #fff;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0)
  }
}
#not-supported {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -200px;
  width: 400px;
  height: 400px;
  z-index: 9999
}
.loader, .loader svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px
}
body.not-supported #not-supported {
  display: block
}
body.not-supported canvas {
  display: none
}
.loader {
  margin: 0 0 0 -57px;
  height: 40px;
  z-index: 9999;
  -webkit-animation: fadein 1s;
  -moz-animation: fadein 1s;
  -ms-animation: fadein 1s;
  -o-animation: fadein 1s;
  animation: fadein 1s
}
@keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.loader div {
  text-align: center
}
#header h1 {
  font-size: 22px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  margin-left: 90px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 0;
  color: #fff;
  font-weight: 400
}
#menu {

  /*-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;*/  /*border-radius: 10px;*/
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  border-radius: 5px;
  background-color: white
}
#menu ul, #typologies ul {
  padding: 0;
  margin: 0
}
#menu li {
  list-style: none
}
#menu .topli a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;  /*border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
}
#menu .bottomli a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;  /*border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;*/
}
#menu li a {
  display: block;
  font-size: 16px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 60px;
  text-decoration: none;
}
#typologies {
  max-width: 150px;
  position: absolute;
  bottom: 30px;
  left: 160px;  /*
  position: absolute;
  top: 40px;
  right: 40px;
  max-width: 165px;
  */

  /*margin-bottom: 110px;*/
}
#typologies li {
  list-style: none;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
#typologies ul.verticales li {
  float: none;
  clear: both
}
#typologies ul.verticales .label {
  float: left;
  line-height: 40px;
  margin-right: 10px;
  font-size: 75%
}
#typologies ul.verticales .typologie {
  float: right
}
#typologies li .typologie {

  border-radius: 50%;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff
}
#typologies li .typologie a {
  text-decoration: none;
  color: #fff;
  display: block;
}
#typologies li.unavailable .typologie {
  background-color: #000
}
.lightbox, .backdrop {
  background-color: #fff
}
#typologies li .stock {
  margin: 10px 0 10px 0;
  margin-top: 10px;
  text-align: center;
  font-size: 75%
}
.lightbox {
  overflow: hidden;
  border-radius: 20px;
  position: fixed;
  z-index: 1;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;  /*-webkit-box-shadow: 0 0 30px 0 rgba(50, 50, 50, .61);
  -moz-box-shadow: 0 0 30px 0 rgba(50, 50, 50, .61);
  box-shadow: 0 0 30px 0 rgba(50, 50, 50, .61);*/
}
.backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5
}
.lightbox a {
  z-index: 10001
}
svg {
  fill: #fff
}
.lightbox ul.top-buttons {
  position: absolute;
  left: -20px;
  top: -20px;
  padding: 0;
  margin: 0;
  z-index: 10000
}
.lightbox ul.top-buttons li {
  list-style: none;
  float: left;
  margin-right: 10px
}
.lightbox ul.top-buttons li:last-child {
  margin-right: 0
}
.lightbox ul.top-buttons li a {
  display: block;
  width: 40px;
  height: 40px
}
.lightbox .btn-close {
  z-index: 91;
  position: absolute;
  top: 0px;
  right: 5px
}
.lightbox .handle {
  z-index: 91;
  position: absolute;
  top: 0px;
  width: 100%;  /*left: calc(50% - 150px);*/
}
.lightbox .btn-close a, .lightbox .btn-pdf a, .lightbox .btn-deuxd a, .lightbox .btn-troisd a, .lightbox .btn-pano a, .lightbox .btn-pers a, .lightbox .btn-fav a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  color: white;
}
.lightbox .handle a {
  display: block;
  width: 100%;
  height: 40px;
      color: black;
      font-weight: bold;
    background-color: white;
    border-bottom: 1px solid #ddd;
}
.lightbox .btn-pdf {
  z-index: 91;
  position: absolute;
  right: 5px;
  top: 50px
}
.lightbox .btn-deuxd {
  z-index: 91;
  position: absolute;
  right: 5px;
  top: 95px
}
.lightbox .btn-pers {
  z-index: 91;
  position: absolute;
  right: 5px;
  top: 185px
}
.lightbox .btn-pano {
  z-index: 91;
  position: absolute;
  right: 5px;
  top: 230px
}
.lightbox .btn-fav {
  z-index: 91;
  position: absolute;
  right: 5px;
  top: 95px;
}
.lightbox .btn-troisd {
  z-index: 91;
  position: absolute;
  right: 5px;
  top: 140px
}
.lightbox .btn-next, .lightbox .btn-prev {
  position: absolute;
  bottom: 0;
  padding: 0;
  margin: 0;
  top: 50%
}
.lightbox .btn-prev {
  left: 0
}
.lightbox .btn-next {
  right: 0
}
.lightbox .btn-next a, .lightbox .btn-prev a {
  display: block;
  position: absolute;
  top: -20px;
  text-decoration: none;
  color: white;
}
.lightbox .btn-prev a {
  left: -20px
}
.lightbox .btn-next a {
  right: -20px
}
.btn-bg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;  /*-webkit-box-shadow: rgba(0, 0, 0, .1) 0 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, .1) 0 0 10px;
  box-shadow: rgba(0, 0, 0, .1) 0 0 10px;*/
  color: #fff;
  text-decoration: none;
}
.btn-bg.off {
  background-color: #888;
}
.btn-bg a {
  color: #fff;
  text-decoration: none
}
.lightbox .media {
    width: 100%;
    margin-top: 40px;
    height: calc(100% - 40px);
    position: relative;
}
#sneakyShadow {
  position: absolute;
  width: 182px;
  height: 15px;
  bottom: -15px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.8);
}
#tooltips, #tooltips .tooltip {

  /*-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;*/  /*border-radius: 10px;*/
  position: absolute
}
.lightbox .media .btn-cancel-zoom {
  z-index: 10000
}
.tooltip {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;  /*border-bottom: 1px solid rgba(100, 100, 100, 0.6);*/
}
#tooltips {
  z-index: 1;
  font-size: 13px;
  left: 0;
  top: 0
}
#tooltips .tooltip ul {
  background-color: white;
  border-radius: 15px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  top: 5px;  /*border: 2px solid #ddd;*/
  padding: 0;
  margin: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0 5px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
}
#tooltips .tooltip li {
  list-style: none;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  line-height: 25px;
  text-align: left;
  width: 85px;
  margin-right: 72px;
  padding-left: 20px;
  min-height: 25px;
}
#tooltips .bottomli {

  /*border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;*/
}
#tooltips .tooltip li.plans {
  text-align: center;
  height: 60px;
  width: 80px;
  margin-left: 50px;
  position: absolute;
  padding-left: 0;
  top: 0px;
  right: 0px;
  margin: 0px;
  width: 72px;
  height: 100%;
  border-top: 0px solid #ddd;
  border-right: 0px solid #ddd;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
#tooltips .plans a {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 72px
}
#tooltips .plans span, #tooltips .plans svg {
  margin: 12px auto;
  display: block
}
#tooltips .plans span {
  line-height: 0px;
  padding-top: 0px
}
#tooltips .tooltip li.fleche {
  margin-bottom: 25px;
  background-color: transparent;
  border-width: 0;
  min-height: 0
}
#tooltips .arrow {
  position: absolute;
  width: 10px;
  bottom: -15px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  left: 0;
  margin-left: 85px;
  background-color: white;
  height: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 4px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 3px 4px;
}
#tooltips .topli {
  border-top: none !important;  /*border-top-left-radius: 10px;
  border-top-right-radius: 10px;*/
}
#tooltips #plan {

  /*border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;*/
}
.ifmpdf {
  position: relative;
  top: 0;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  border: 0;
}
#filter-open {    border-radius: 5px;
  position: absolute;
  top: 220px;
  left: 40px;    /*border-radius: 10px;*/
}
#filter-open a {
  display: block;
  color: white;
  font-size: 16px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 60px;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
}

#GoToZone {       
    border-radius: 5px;
    position: absolute;
    top: 140px;
    left: 40px;
}
#GoToZone a {
  display: block;
    color: white;
    font-size: 16px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 60px;
    text-decoration: none;
    line-height: 40px;
    text-align: center;
}

#pdf-modal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 0px;
}
#filter-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  right: 0px;    border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.handleline {
  position: absolute;
  display: block;
  left: 60px;
  width: 180px;
  height: 2px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.handleline1 {
  top: 9px;
}
.handleline2 {
  top: 18px;
}
.handleline3 {
  top: 27px;
}
#veille {
  position: absolute;
  top: 20px;
  right: 80px;
  cursor: pointer;
  display: block;
  background-color: #f08217;
  font-size: 16px;
  height: 40px;
  min-width: 40px;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
}
#fullscreen:hover {
  background-color: #F6F6F6;
}
.tooltipv2 {
  position: absolute;
  width: 300px;
  height: 300px;
  background: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  border-radius: 20px;
}
#tooltip_fav_button.off {
  background-color: #888;
}
.tooltip_favoris {
  color: #818181;
  width: 40px;
  height: 40px;
  line-height: 100px;
  font-size: 12px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: -40px;
}
.tooltip_key {
  display: block;
  text-align: center;
  height: 30px;
}
.tooltip_title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.tooltip_infos {
  right: 80px;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.NoDispo .tooltip_infos{
    right: 15px;
}

.tooltip_type {
  height: 30px;
  border-top: 1px solid #ddd;
}
.tooltip_libelle {
  position: absolute;
  left: 15px;
  font-size: 16px;
  line-height: 30px;
}
.tooltip_surface {
  height: 30px;
  border-top: 1px solid #ddd;
}
.tooltip_orientation {
  height: 30px;
  border-top: 1px solid #ddd;
}
.tooltip_statut {
  height: 30px;
  border-top: 1px solid #ddd;
}
.tooltip_option .tooltip_infos {
  line-height: 25px;
}
.tooltip_option .tooltip_libelle {
  line-height: 25px;
}
.tooltip_terrasse {
  height: 25px;
  border-top: 1px solid #ddd;
}
.tooltip_balcon {
  height: 25px;
}
.tooltip_jardin {
  height: 25px;
}
.tooltip_parking {
  height: 25px;
}
.tooltip_prix .tooltip_infos {
  line-height: 40px;
  font-size: 20px;
}
.tooltip_prix .tooltip_libelle {
  line-height: 40px;
}
.tooltip_prix {
  height: 40px;
  border-top: 1px solid #ddd;
}
.tooltip_boutons {
  position: absolute;
  color: #818181;
  right: 0px;
  top: 31px;
  width: 65px;
  border-left: 1px solid #ddd;
  height: calc(100% - 31px);
  background: white;
  z-index: 2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.tooltip_boutons > div
{
  position: relative;
    line-height: 100px;
    font-size: 12px;
        padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    left: 0px;
    width: 100%;
    height: 40px;
}

.tooltip_boutons > div > div{
  border-radius: 5px;
  position: absolute;
  left: calc(50% - 20px);
  height: 40px;
  width: 40px;
  z-index: 100;
}
#tooltip_plan2d_button {   /* border-radius: 5px;
  position: absolute;
  left: calc(50% - 20px);
  height: 40px;
  width: 40px;
  z-index: 100;*/
}
#tooltip_plan3d_button {    /*border-radius: 5px;
  position: absolute;
  left: calc(50% - 20px);
  height: 40px;
  width: 40px;
  z-index: 100;*/
}
#tooltip_pers_button {   /* border-radius: 5px;
  position: absolute;
  left: calc(50% - 20px);
  height: 40px;
  width: 40px;
  z-index: 100;*/
}
#tooltip_orbit_button {  /*  border-radius: 5px;
  position: absolute;
  left: calc(50% - 20px);
  height: 40px;
  width: 40px;
  z-index: 100;*/
}
#tooltip_dl_button {   /* border-radius: 5px;
  position: absolute;
  left: calc(50% - 20px);
  height: 40px;
  width: 40px;
  z-index: 100;*/
}
.tooltip_boutons .button_off .button_off {
  background-color: #bbbbbb !important;
}
.tooltip_boutons .button_off {
  pointer-events: none;
  color: #bbbbbb !important;
}
.tooltip_boutons a {
  display: block;
}
/*
.tooltip_plan2d {
  position: absolute;
  line-height: 100px;
  font-size: 12px;
  text-align: center;
  top: 10px;
  left: 0px;
  width: 100%;
  height: 40px;
}
.tooltip_plan3d {
  position: absolute;
  line-height: 100px;
  font-size: 12px;
  text-align: center;
  top: 75px;
  left: 0px;
  width: 100%;
  height: 40px;
}
.tooltip_pers {
  position: absolute;
  line-height: 100px;
  font-size: 12px;
  text-align: center;
  top: 140px;
  left: 0px;
  width: 100%;
  height: 40px;
}
.tooltip_orbit {
  position: absolute;
  line-height: 100px;
  font-size: 12px;
  text-align: center;
  top: 205px;
  left: 0px;
  width: 100%;
  height: 40px;
}
.tooltip_dl {
  position: absolute;
  line-height: 100px;
  font-size: 12px;
  text-align: center;
  top: 270px;
  left: 0px;
  width: 100%;
  height: 40px;
}*/
.tooltip_arrow {
  position: absolute;
  left: 135px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #ffffff transparent transparent transparent;
}
.tooltip_arrow_shadow {
  position: absolute;
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(45deg);
  height: 30px;
  width: 30px;
  left: 145px;
  bottom: -14px;
  z-index: -1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}
.tooltip_arrowtop {
  position: absolute;
  top: -21px;
  left: 135px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 25px 25px 25px;
  border-color: transparent transparent #ffffff transparent;
}
.tooltip_arrow_shadowtop {
position: absolute;
-ms-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
transform: rotate(45deg);
height: 30px;
width: 30px;
left: 145px;
top: -15px;
z-index: -1;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0 10px;
-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}
#checkboxes{
  width:100%;
  height: 100px;
}
.checkboxes{    padding-bottom: 25px;    width: 120px;
    padding-right: 25px;
  float: left;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 75px;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  left:0; top: -3px;
  width: 65px; height: 30px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0 5px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
  border-radius: 15px;
  transition: background-color .2s;
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  width: 20px; height: 20px;
  transition: all .2s;
  border-radius: 50%;
  background: #aaa;
  top: 2px; left: 5px;
}

/* on checked */
[type="checkbox"]:checked + label:before {
}
[type="checkbox"]:checked + label:after {
  top: 2px; left: 40px;
}

[type="checkbox"]:checked + label .ui,
[type="checkbox"]:not(:checked) + label .ui:before,
[type="checkbox"]:checked + label .ui:after {
  position: absolute;
  left: 6px;
  width: 65px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + label .ui:before {
  content: "";
  left: 32px
}
[type="checkbox"]:checked + label .ui:after {
  content: "oui";
}

