/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#222;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.img-webcam-container { position: relative; }
.img-webcam-container h4 {text-align: center; margin: 0; padding: 10px; font-size: 1rem; text-transform: uppercase; z-index: 100; }
.img-webcam-container .date { position: absolute; top: 0; right: 0; background-color: #fff; color: #000; line-height: 32px; padding: 5px 10px; }
.img-webcam-container .date-icon { width: 24px; height: 24px; display: inline-block; vertical-align: bottom; margin-right: 5px; background: url("date-icon.svg") no-repeat; }
.owl-stage {  }
.owl-stage-outer { }
.owl-carousel { overflow: hidden; }
.owl-carousel.owl-loaded { /*margin-bottom: 4rem !important;*/ }
.owl-controls { width: 100%; }
.webcam-navigation { text-align: center; margin: 0 0 1rem 0; }
.webcam-navigation a { width: 2rem; height: 2rem; line-height: 2rem; margin: 0.2rem; display: inline-block; background-color: #e6e6e6; color: #333; text-align: center; transition: 1s all; }
.webcam-navigation a:hover { background-color: #fff; color: #222; box-shadow: 0 0 10px #222; }
.webcam-navigation a.active {background-color: #333; color: #fff;}
.nonav .owl-nav { display: none; }
.owl-nav { text-align: center; }
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev { display: inline-block; padding: 5px 10px !important; margin: 1rem; background: #222; color: #fff; }
.img-webcam-container { position: relative; }
.date-heure { display: block; position: absolute; top: 70px; left: 10px; background-color: #fff; color: #000; z-index: 100; line-height: 24px; font-size: 0.9rem; padding: 5px; border-radius: 4px; }
.nodateheure .date-heure { display: none; }


.owl-lazy {
  border-radius: 5px;
  cursor: zoom-in;
  transition: 0.3s;
}

.owl-lazy:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal.show { display: flex; }

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  cursor: zoom-out;
  max-width: 90%;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: none;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.closeMyModal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closeMyModal:hover,
.closeMyModal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
.panWrapper{position:fixed;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,0.9);z-index:1000000;left:0;top:0;display:none;cursor:move}
.panWrapper *{-moz-user-select:-moz-none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}
.panWrapper a.controls{width:48px;height:48px;display:block;position:absolute;right:30px;z-index:2;cursor:pointer;background-color: #fff;border-radius:50%;background-position: center; background-repeat: no-repeat; background-size: 32px;}
.panWrapper a.controls.in{background-image:url('img/zoomIn.svg');top:90px;}
.panWrapper a.controls.out{background-image:url('img/zoomOut.svg');top:150px}
.panWrapper a.controls.close{background-image:url('img/close.svg');top:30px;background-size: 24px;}
.panWrapper .loading{z-index:3;position:absolute;left:50%;top:50%;margin:-50px 0 0 -50px;width:100px;height:100px;background-image:url(ajax-loader.gif);background-repeat:no-repeat;background-size:100%;display:block}
.panWrapper img{max-width:unset !important}

@media (min-width:640px){
	.img-webcam-container h4 { font-size: 2rem; }
}

@media (max-width:640px){
	.date-heure { max-width: 34px; height: 34px; overflow: hidden; top: 50px; transition: 1s;}
	.date-heure:hover { max-width: 320px; }
}