  /* BANNIERE */

.camera {
  background-image: url("H24WEBbanner.png");
  background-size: 105%;
  height: 250vw;
  background-position: -50px 35px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 4;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  z-index: 96;
  position: relative;
  left: 50%;
  top: -203vw;
  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: 210vw;
  width: 80%;
  position: relative;
  left: 10%;
  top: 35vw;
}

.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%;
}

.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%;
}

.clone {
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 4vw;
  font-size: 1.65vw
}

.par5 {
  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: 20vw; 
  width: 75vw;
}

#caption {
  margin: auto;
  display: block;
  height: 100vw;
  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 screen and (max-width: 1435px) {
  .camera {
    background-position: 1% 2%;
  }
  .page .camera .bande1 {
    top: 37vw;
    height: 205vw;
  }
  .camera {
    height: 250vw;
  }
  ul.breadcrumb {
    top: -197vw;
  }
}

@media screen and (max-width: 1160px) {
  ul.breadcrumb {
    top: -200vw;
  }
  .camera {
    height: 255vw;
  }
}

@media screen and (max-width: 708px) {
  .page .camera .bande1 {
    top: 37vw;
    height: 210vw;
  }
  ul.breadcrumb {
    top: -205vw;
  }
}

@media screen and (max-width: 650px) {
  .camera {
    background-position: 1% 2.2%;
  }
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

@media screen and (max-width: 708px) {
  .camera {
    background-position: 1% 3%;
  }
  .page .camera .bande1 {
    top: 40vw;
    height: 210vw;
  }
   ul.breadcrumb {
    left: 45%;
  }
}

@media screen and (max-width: 500px) {
  .camera {
    background-position: 1% 4%;
  }
  .page .camera .bande1 {
    top: 40vw;
    height: 215vw;
  }
  .camera {
    height: 260vw;
  }
}

@media screen and (max-width: 440px) {
  .camera {
    background-position: 1% 5%;
    height: 265vw;
  }
  ul.breadcrumb {
    top: -210vw;
  }
  .page .camera .bande1 {
    top: 45vw;
    height: 215vw;
  }
}

@media screen and (max-width: 400px) {
  ul.breadcrumb {
    left: 40%;
  }
}

@media screen and (max-width: 350px) {
  .camera {
    background-position: 1% 6%;
    height: 275vw;
  }
  .page .camera .bande1 {
    top: 47vw;
    height: 223vw;
  }
}