.headerVisor {
  width: 100%;
  height: 700px;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}
.visorLogoCont {
    top: 50%;
    position: absolute;
    z-index: 1;
}
.visorLogoContRight {
    top: 50%;
    position: absolute;
    margin-left: 50%;
    z-index: 2;
}
.visorSearchCont {
    top: 50%;
    position: absolute;
    z-index: 1;
    margin-left: 50%;
}
.visorSearchContLeft {
    top: 50%;
    position: absolute;
    z-index: 1;
}
.visor-img-bg {
  height: auto;
  width: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0;
}
.visor-img {
  max-height: 350px;
  height: auto;
  width: 100%;
  opacity: 1;
  left: 0;
  position: relative;
  z-index: 1;
}
.visorLogo {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  max-height: 100px;
  max-width: 250px;
  margin: -50px auto 0 auto;
}
.visorSearch {
  width: 80%;
  margin: -25px auto 0 0;
}
.visorSearchRight {
  width: 80%;
  margin: -25px 0 0 auto;
}



.carousel-control {
  z-index: 99999;
}
.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  text-indent: -999px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  background-color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  margin: 0px;
}






/* ---------- Medias ---------- */
@media (max-width: 767px){
  .headerVisor {
    width: auto;
    display: none;
  }
  .visorLogoCont {
    position: relative;
    top: 0;
    margin: 10px 0;
  }
  .visorLogo {
    margin: 0 auto 0 auto;
  }
  .carousel {
    display: block;
  }
  .carousel-inner img {
    display: none;
  }
  .visorSearchCont {
    top: 0;
    position: relative;
    margin: 10px 0;
  }
  .visorSearch {
    width: 80%;
    margin: 0 auto 0 auto;
  }
  .carousel-inner>.item>a>img, .carousel-inner>.item>img {
    line-height: 1;
    display: none;
  }
  .carousel-control.left, .carousel-control.right {
    display: none;
  }
  .carousel-indicators {
    display: none;
  }
  .visorLogoContRight {
    position: relative;
    top: 0;
    margin: 30px auto 0 auto;
  }
  .visorSearchContLeft {
    top: 0;
    position: relative;
    margin: 10px 0;
  }
  .visorSearchRight {
    width: 80%;
    margin: 0 auto;
  }
}