@-webkit-keyframes TO-BOTTOM {
  0%   { top: 10px; }
  100% { top: 40px; }
}
@-moz-keyframes TO-BOTTOM {
  0%   { top: 10px; }
  100% { top: 40px; }
}
@-o-keyframes TO-BOTTOM {
  0%   { top: 10px; }
  100% { top: 40px; }
}
@keyframes TO-BOTTOM {
  0%   { top: 10px; }
  100% { top: 40px; }
}

@-webkit-keyframes TO-LEFT {
  0%   { left: -10px; }
  100% { left: -40px; }
}
@-moz-keyframes TO-LEFT {
  0%   { left: -10px; }
  100% { left: -40px; }
}
@-o-keyframes TO-LEFT {
  0%   { left: -10px; }
  100% { left: -40px; }
}
@keyframes TO-LEFT {
  0%   { left: -10px; }
  100% { left: -40px; }
}
#menu, #tooltips .tooltip ul {}
#menu li a {
  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.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: 85px;
  left: 20px;
  border-radius: 15px;
  background-color: white
}
#menu ul, #typologies ul {
  padding: 0;
  margin: 0
}
#menu li {
  list-style: none
}
#menu .topli a {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;  
}
#menu .bottomli a {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
#menu li a {
  display: block;
  font-size: 16px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 60px;
  text-decoration: none;
}
#menu li a:hover {
background-color:rgb(5, 167, 173) ;
color:white;
}
#typologies {
  max-width: 150px;
  position: absolute;
  bottom: 60px;
  left: 100px;
}
#typologies li {
  list-style: none;
}
#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 {
  margin-top: -31px;
  border-radius: 50%;
  min-width: 30px;
  height: 80px;
  line-height: 20px;
  text-align: center;
  color: #fff
}
#typologies li .typologie a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
#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;
  position: fixed;
  z-index: 1;
  top: 40px;
  border: 1px solid #888;
  box-shadow: 5px 5px 7px black;
  bottom: 40px;
  right: 80px;
  left: 80px;
  -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; 
}
.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: 0;
    background: white;
    text-align: center;
}
.lightbox .handle {
  z-index: 91;
  position: absolute;
  top: 0px;
  width: 100%;
}
.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: 33px;
    text-decoration: none;
    color: white;
    margin-top: 7px;
}
.lightbox .handle a {
  display: inline-block;
  width: 100%;
  height: 40px;
  font-weight: bold;
  background-color: white;
  text-align:left;
  padding-left:20px;
  font-size: 18px;
}
.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;
  color: #fff;
  text-decoration: none;
}
.btn-bg.off {
  background-color: #888;
}
.btn-bg a {
  color: #fff;
  text-decoration: none
}
.lightbox .media {
    width: 100%;
    height: 100%;
    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 {
  position: absolute
}
.lightbox .media .btn-cancel-zoom {
  z-index: 10000
}
.tooltip {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
#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;
  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 {}
#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;
}
#tooltips #plan {}
.ifmpdf {
  position: relative;
  top: 0;
  height: 100%;
  left: 0;
  width:100%!important;
  bottom: 0;
  right: 0;
  border: 0;
}
#street-view{

  border-radius: 20px;
  position: absolute;
  bottom:93px;
  left: 20px;
}
#street-view 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;
  cursor: pointer;
}
#filter-open {   
  border-radius: 20px;
  position: absolute;
  top:80px;
  right: 20px;
}
#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: 20px;
    position: absolute;
    top:30px;
    right: 20px;
}
#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: 330px;
  height: 290px;
  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: #fff;
}
.tooltip_favoris.off{
  background-color: #fff;

}
.big_favoris.tooltip_favoris{
  background-color:rgb(5, 167, 173);

}
.tooltip_fav_button{
  background-color:rgb(5, 167, 173);
  position: absolute;
  height: 40px;
  width: 40px;
  padding:5px;
  z-index: 100;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
}
.tooltip_favoris {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -10px;
  top: -25px;
}
.big_favoris {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -10px;
  top: -25px;
  background-color:rgb(5, 167, 173);
}
.big_favoris.off{
  background-color:white;
}
.tooltip_key {
  display: block;
  text-align: center;
  height: 30px;
  padding-top: 10px;
}
.tooltip_title {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
  padding-left: 15px;
}
.tooltip_infos {
  right: 150px;
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
}
.NoDispo .tooltip_infos{
  right: 15px;
}
.tooltip_type {
  height: 20px;
}
.tooltip_libelle {
  position: absolute;
  left: 15px;
  font-size: 16px;
  line-height: 30px;
  color:#333;
}
.tooltip_surface {
  height: 20px;
  padding-bottom: 2px;
}
.tooltip_orientation {
  height: 30px;
}
.tooltip_statut {
  height: 30px;
  padding-top: 15px;
  padding-bottom: 10px;
}
.tooltip_option .tooltip_infos {
  line-height: 25px;
}
.tooltip_option .tooltip_libelle {
  line-height: 25px;
}
.tooltip_terrasse {
  height: 20px;
}
.tooltip_balcon {
  height: 20px;
}
.tooltip_jardin {
  height: 20px;
}
.tooltip_parking {
  height: 20px;
}
.tooltip_prix .tooltip_infos {
  line-height: 40px;
  font-size: 20px;
}
.tooltip_prix .tooltip_libelle {
  line-height: 40px;
}
.tooltip_prix {
  height: 40px;
}
.tooltip_boutons {
  position: absolute;
  color: #818181;
  right: 0px;
  top: 31px;
  width: 125px;
  height: calc(100% - 31px);
  background: white;
  z-index: 2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.rightbar-frame {
  position: absolute;
  color: #818181;
  right: 0px;
  width: 125px;
  height: 200px;
  z-index: 2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  bottom:200px;
}
.rightbar-frame > div
{
  background-color:white;
  position: relative;
  line-height: 40px;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: right;
  left: 0px;
  width: 90%;
  height: 40px;
  font-weight: bold;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
}
.rightbar-frame > div > div{
  border-radius: 5px;
  position: absolute;
  left: 5px;
  height: 40px;
  width: 40px;
  z-index: 100;
}
.rightbar-frame .button_off {
  pointer-events: none;
   background-color:#fff; 
   border-radius: 20px;
}
.rightbar-frame a {
  display: block;
  width:120px;
  text-decoration: none;
}
.tooltip_boutons > div
{
  position: relative;
  line-height: 40px;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 23px;
  text-align: right;
  left: 0px;
  width: 90%;
  height: 40px;
  font-weight: bold;
  border-radius: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 10px 10px;
}
.tooltip_boutons > div > div{
  border-radius: 5px;
  position: absolute;
  left: 5px;
  height: 40px;
  width: 40px;
  z-index: 100;
}
#tooltip_plan2d_button {}
#tooltip_plan3d_button {}
#tooltip_pers_button {}
#tooltip_orbit_button {}
#tooltip_dl_button {}
.tooltip_boutons .button_off {
  pointer-events: none;
}
.tooltip_boutons a {
  display: block;
  width:120px;
  text-decoration: none;
}
.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: 60px;
  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:-10px; top: -3px;
  width: 60px; height: 26px;
      -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: 15px; height: 15px;
  transition: all .2s;
  border-radius: 50%;
  background: #aaa;
  top: 2px; left: 0px;
}
[type="checkbox"]:checked + label:before {
}
[type="checkbox"]:checked + label:after {
  top: 2px; left: 30px;
}
[type="checkbox"]:checked + label .ui,
[type="checkbox"]:not(:checked) + label .ui:before,
[type="checkbox"]:checked + label .ui:after {
  position: absolute;
  left: 0px;
  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";
}
.rotateButtonPushed img{
  margin-top: -5px;
  margin-left: -5px;
}
.btn-navigation {
  position: absolute;
  cursor: pointer;
  transition: 0.1s;

  border-radius: 50%;
  text-align: center;
  width: 60px;
  height: 60px;
}
.btn-navigation:hover {
  background-color:#DDDDDD;
}
.btn-navigation img{
  width: 40px;
  height: 40px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.rotateRight {
  left: -190px;
  bottom: 0px;
}
.rotateLeft {
  left: -240px;
  bottom: 0px;
}
.rotateToggle {
  left: -190px;
  bottom: 60px;
}
.zoomDefault {
  left: -100px;
  bottom: 120px;
}
.filter-grey img{
  filter: invert(77%) sepia(0%) saturate(73%) hue-rotate(168deg) brightness(88%) contrast(91%);
}
.filter-color img{
  filter: none;
}
.boussole
{
  display:inline-block;
  position:fixed;
  margin-top: 2em;
  margin-left: 2em;
}
.boussole img{
  width: 60px;
}
input[type=search]{margin-right:40px!important;} 
#left-slider{
	position: absolute;
	bottom: 60px;
	left: 0;
	z-index:0;
	width: 100px;
	height:300px;
	min-height: 300px;
}
.btn-maquette img{
  width: 40px;
}
.btn-maquette 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;
  border-radius: 20px;
}
.btn-maquette a:hover{
background-color: rgb(5, 167, 173) ;
}
.btn-maquette a:hover img{
  width: 42px;
  transition-duration: 100ms;
}
.maquette-navigation{
  position: absolute;
	bottom: 10px;
	right: 0px;
  width: 0px;
} 
.btn-capture
 {   
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, -50%);
}
.img-typo{
  display: inline-block;
  width: 60px;
}
.typologie-text{
  color:blue;
}
.typologie{
   background-repeat: no-repeat;
   background-size: 80px 80px;
   background-position: 0px -18px;
   width: 80px;
   margin-top: -40px;
}
.typologie a{
  padding-top: 10px;
  width: 30px;
  height : 30px;
}
.typologie a:hover{
  padding-top: 8px;
font-size: 18px;
}
.tooltip_infos_button_label{
text-align:left;
}
.tooltip_infos_button_img{
float:left;
display:inline;
width:40px;
margin-left:5px;
}
.button_off  .tooltip_infos_button_img{
filter:saturate(0);
opacity: 0.5;
}
.button_off  .tooltip_infos_button_label{
  color: #777;;
}
.tooltip_status_label{
border-radius: 10px;
padding-right: 5px;
padding-left: 5px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: calc( 100%  );
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}
.modal-content {
  background-color: #fefefe;
  margin: 10vh auto;
  padding: 10px 0px 0px 0px;
  max-width: 350px;
  border-radius: 20px;
  width: 80vw;
  height: 60vh;
  max-height: 350px;
  min-width: 350px;
  text-align: center;
  position: relative;
  max-height: 230px;
  min-height: 230px;
}
.title-tuto{
  display: block;
}
.img-tuto{
  width:20vh;
  height:20vh;
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
}
.title-tuto{
  font-weight: bold;
}
.status_on{
  background-color: greenyellow;
}
.status_off{
  background-color: pink;
}
.tuto-vertical{
  float: left;
  margin-left: 15px;
  margin-top: 20px;
}
.tuto-horizontal{
  float: right;
  margin-right: 15px;
}
#hand-right{
  display: block;
  left: -30px;
  position: relative;
  top: -30px;
  -webkit-animation: TO-LEFT 1s infinite;
  -moz-animation:    TO-LEFT 1s infinite;
  -o-animation:      TO-LEFT 1s infinite;
  animation:         TO-LEFT 1s infinite;
}
#hand-left {
  position: relative;
  left: -25px;
  top: 20px;
  -webkit-animation: TO-BOTTOM 1s infinite; 
  -moz-animation:    TO-BOTTOM 1s infinite; 
  -o-animation:      TO-BOTTOM 1s infinite; 
  animation:         TO-BOTTOM 1s infinite; 
}
#text-tuto{
width: 100%;
bottom: 60px;
display: inline-block;
}
.text-tuto{
  color:#999;
}
.text-tuto-left{
  float: left;
  position: relative;
  left: 45px;
  bottom: 30px;
}
.text-tuto-right{
  float: right;
  position: relative;
  right: 35px;
  bottom: 30px;
}
#btn-ok{
position: absolute;
bottom:10px;
display: inline-block;
left: calc( 50% - 40px);
width: 80px;
}
@media screen and (max-width: 860px) {
  #leftBar{
    position: absolute;
    bottom: 0;
  }
  .maquette-navigation{
    display: none;
  }
}
@media(max-width: 776px){ #screenshot{display:none}}
@media(max-width: 500px){
      #menu{
    display: none;
  }
  #left-slider{
    display: none;
  }
   
}
@media screen and (max-height: 650px) {
  #GoToZone{
    display: none;
  }
  #filter-open{
    display: none;
  }
  #typologies{
    display: none;
  }
  
  .ui-resizable-se {
    display: none !important;
  }
  .rightbar-frame{
    bottom:65px;
  }
  .rightbar-frame #tooltip_fav_button{
    display:none;
  }
}
.noUi-target, .noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#slider-absolute {
    position: absolute;
    bottom: 30px;
    left: 165px;
    width: 440px;
    max-width: 580px;
    min-width: 290px;
    background-color: #fff;
    height: 220px;
    padding: 30px;
    display: none;
	box-shadow: rgb(0 0 0 / 20%) 0 0 10px;
}


#left-slider {
	-webkit-transform: translate(375px, 0);
	-moz-transform: translate(375px, 0);
	-ms-transform: translate(375px, 0);
	-o-transform: translate(375px, 0);
	transform: translate(375px, 0);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
#left-slider.close {
	-webkit-transform: translate(0px, 0);
	-moz-transform: translate(0px, 0);
	-ms-transform: translate(0px, 0);
	-o-transform: translate(0px, 0);
	transform: translate(0px, 0);
}
.slider-label {
	margin-bottom: 10px;
}
.slider-min {
	position: absolute;
	text-align: left;
}
#slider-space {
	margin-bottom: 10px;
}
.slider-max {
	text-align: right;
}
.noUi-target {
    -webkit-box-shadow: rgba(0,0,0,0.8) 0px 0 10px;
    -moz-box-shadow: rgba(0,0,0,0.8) 0 0 10px;
    box-shadow: rgba(0,0,0,0.3) 0 0 10px;
	position: relative;
	direction: ltr;
}
.noUi-base {
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
	z-index: 10;
}
.noUi-state-tap .noUi-origin {
	-webkit-transition: left 0.2s, top 0.2s;
	transition: left 0.2s, top 0.2s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}
.noUi-base, .noUi-handle {
}
.noUi-horizontal {
	height: 18px;
}
.noUi-horizontal .noUi-handle {
	width: 30px;
	height: 30px;
	left: -15px;
	top: -5.5px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 30px;
	height: 30px;
	left: -7.5px;
	top: -15px;
}
.noUi-background {
	background: #FFF;
}
.noUi-connect {
	-webkit-transition: background 450ms;
	transition: background 450ms;
}
.noUi-origin {
}
.noUi-target {}
.noUi-target.noUi-connect {
}
.noUi-draggable {
	cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}
.noUi-handle {
	-webkit-box-shadow: rgba(0,0,0,0.8) 0px 0 10px;
    -moz-box-shadow: rgba(0,0,0,0.8) 0 0 10px;
    box-shadow: rgba(0,0,0,0.3) 0 0 10px;
    border-radius: 50%;
	cursor: pointer;
	background: #FFF;
}
.noUi-active {
}
[disabled].noUi-connect, [disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled].noUi-origin, [disabled] .noUi-handle {
	cursor: not-allowed;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.contractuel{position: absolute;bottom: 80px;left: 120px;color: #013668;font-weight: 600;text-transform: uppercase;font-size: 15px;width:500px;}