  /* BANNIERE */

.camera {
  background-image: url("machainebanner.png");
  background-size: 100%;
  height: 223vw;
  background-position: 1% 1%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 1160px) {
  .camera {
    background-position: 1% 2.5%;
  }
}

@media screen and (max-width: 650px) {
  .camera {
    background-position: 1% 2.2%;
  }
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  z-index: 96;
  position: relative;
  left: 50%;
  top: -198vw;
  padding-left: 5vw;
}

ul.breadcrumb li {
  display: inline;
  font-size: 1.5vw;
  font-family: "Arial", sans-serif;
  color: #2D2D2D;
}

ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
  font-family: normale;
  color: #2D2D2D;
}

ul.breadcrumb li a:hover {
  text-decoration: underline;
  color: #2D2D2D;
}

.ici {
  font-style: italic;
}

.page .camera .bande1 {
  background: #B6E3E2;
  height: 180vw;
  width: 80%;
  position: relative;
  left: 10%;
  top: 33vw;
}

.titre {
  padding: 3vw 3vw;
  font-size: 2.5vw;
  font-family: normale;
  color: #2D2D2D;
}

video {
  position: relative;
  left: 21.5%;
  top: -1vw;
  width: 45vw;
}

.par1 {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 2vw;
  font-size: 1.65vw;
  text-indent: 5%;
}

.quoi {
  padding-left: 3vw;
  padding-top: 5vw;
  font-size: 2.5vw;
  font-family: normale;
  color: #2D2D2D;
}

.tire {
  padding-left: 3vw;
  padding-top: 5vw;
  font-size: 2.5vw;
  font-family: normale;
  color: #2D2D2D;
}

.par2 {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 4vw;
  font-size: 1.65vw;
  text-indent: 5%;
}

.moi {
  padding-left: 3vw;
  padding-top: 5vw;
  font-size: 2.5vw;
  font-family: normale;
  color: #2D2D2D;
}

.par3 {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 5vw;
  font-size: 1.65vw;
  text-indent: 5%;
}

.par4 {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 4vw;
  font-size: 1.65vw;
  text-indent: 5%;
}

.par5 {
  padding-left: 3vw;
  padding-right: 3vw;
  font-size: 1.65vw;
}

.par6 {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 4vw;
  font-size: 1.65vw
}

.clone {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 4vw;
  font-size: 1.65vw
}

.lien-site {
  font-family: normale;
  color: #5E5E5E
}

.lien-site:hover {
  transition: all 1s;
  color: black;
  text-decoration: underline;
}

/* IMAGE */

#humano1 {
  padding-top: 5vw;
  position: relative;
  left: 21.5%;
  cursor: pointer;
  transition: 0.3s;
  width: 45vw;
}

#humano1:hover {
  opacity: 0.7;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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-content {
  margin: auto;
  display: block;
  padding-top: 2vw; 
  width: 75vw;
}

#caption {
  margin: auto;
  display: block;
  height: 75vw;
  padding-top: 100vw;
}

.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.1)} 
  to {transform: scale(1)}
}

.close {
  position: absolute;
  top: 5vw;
  right: 3%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

#humano3 {
  padding-top: 5vw;
  position: relative;
  left: 21.5%;
  cursor: pointer;
  transition: 0.3s;
  width: 45vw;
}

#humano3:hover {
  opacity: 0.7;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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-content {
  margin: auto;
  display: block;
  padding-top: 2vw; 
  width: 75vw;
}

#caption {
  margin: auto;
  display: block;
  height: 75vw;
  padding-top: 100vw;
}

.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.1)} 
  to {transform: scale(1)}
}

.close {
  position: absolute;
  top: 5vw;
  right: 3%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

#humano2 {
  padding-top: 5vw;
  position: relative;
  left: 21.5%;
  cursor: pointer;
  transition: 0.3s;
  width: 45vw;
}

#humano2:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

.modal-content {
  margin: auto;
  display: block;
  padding-top: 2vw; 
  width: 60vw;
}

#caption {
  margin: auto;
  display: block;
  height: 75vw;
  padding-top: 100vw;
}

.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.1)} 
  to {transform: scale(1)}
}

.close {
  position: absolute;
  top: 5vw;
  right: 3%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
video {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  padding-top: 6vw;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 15%;
  border-radius: 3px 0 0 3px;
}

.prev {
  left: 15%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: white;
}

/* Caption text */
.text {
  color: black;
  padding-left: 3vw; 
  font-size: 1.3vw;
  position: absolute;
  bottom: -35px;
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

#montage1 {
  padding-top: 5vw;
  position: relative;
  left: 21.5%;
  cursor: pointer;
  transition: 0.3s;
  width: 45vw;
}

#montage1:hover {
  opacity: 0.7;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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-content {
  margin: auto;
  display: block;
  padding-top: 2vw; 
  width: 75vw;
}

#caption {
  margin: auto;
  display: block;
  height: 75vw;
  padding-top: 100vw;
}

.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.1)} 
  to {transform: scale(1)}
}

.close {
  position: absolute;
  top: 5vw;
  right: 3%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

#montage2 {
  padding-top: 5vw;
  position: relative;
  left: 21.5%;
  cursor: pointer;
  transition: 0.3s;
  width: 45vw;
}

#montage2:hover {
  opacity: 0.7;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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-content {
  margin: auto;
  display: block;
  padding-top: 2vw; 
  width: 75vw;
}

#caption {
  margin: auto;
  display: block;
  height: 75vw;
  padding-top: 100vw;
}

.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.1)} 
  to {transform: scale(1)}
}

.close {
  position: absolute;
  top: 5vw;
  right: 3%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

#montage3 {
  padding-top: 5vw;
  position: relative;
  left: 21.5%;
  cursor: pointer;
  transition: 0.3s;
  width: 45vw;
}

#montage3:hover {
  opacity: 0.7;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  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-content {
  margin: auto;
  display: block;
  padding-top: 2vw; 
  width: 75vw;
}

#caption {
  margin: auto;
  display: block;
  height: 75vw;
  padding-top: 100vw;
}

.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.1)} 
  to {transform: scale(1)}
}

.close {
  position: absolute;
  top: 5vw;
  right: 3%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

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

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@media screen and (max-width: 1435px) {
  .camera {
    background-position: 1% 2%;
  }
  .page .camera .bande1 {
    top: 36vw;
    height: 180vw;
  }
  .camera {
    height: 227vw;
  }
  ul.breadcrumb {
    top: -200vw;
  }
}

@media screen and (max-width: 1160px) {
  ul.breadcrumb {
    top: -200vw;
  }
  .camera {
    height: 225vw;
  }
}

@media screen and (max-width: 650px) {
  .camera {
    background-position: 1% 2.2%;
  }
}

@media screen and (max-width: 708px) {
  .camera {
    background-position: 1% 3%;
    height: 230vw;
  }
  .page .camera .bande1 {
    top: 38vw;
    height: 185vw;
  }
   ul.breadcrumb {
    left: 45%;
    top: -213vw;
  }
}

@media screen and (max-width: 500px) {
  .camera {
    background-position: 1% 4%;
  }
  .page .camera .bande1 {
    top: 40vw;
    height: 195vw;
  }
  .camera {
    height: 240vw;
  }
  ul.breadcrumb {
    left: 43%;
    top: -223vw;
  }
}

@media screen and (max-width: 440px) {
  .camera {
    background-position: 1% 5%;
    height: 250vw;
  }
  ul.breadcrumb {
    left: 42%;
    top: -230vw;
  }
  .page .camera .bande1 {
    top: 43vw;
    height: 200vw;
  }
}

@media screen and (max-width: 400px) {
  ul.breadcrumb {
    left: 40%;
    top: -233vw;
  }
}

@media screen and (max-width: 350px) {
  .camera {
    background-position: 1% 6%;
    height: 270vw;
  }
  .page .camera .bande1 {
    top: 47vw;
    height: 210vw;
  }
  ul.breadcrumb {
    left: 40%;
    top: -245vw;
  }
}