.headerVisor {
  width: 100%;
  /*max-height: 700px;*/
  position: absolute;
  /*overflow: hidden;*/
  /*z-index: 999999;*/
}
.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;
}
.visorSearchContCenter {
    top: 50%;
    position: absolute;
    z-index: 1;
}
.visor-img-bg {
  height: auto;
  width: 100%;
  opacity: 0.5;
  position: relative;
  left: 0;
}
.visor-img {
  /*max-height: 350px;*/
  height: auto;
  width: 100%;
  opacity: 1;
  position: absolute;
  left: 0;
}
.visorLogo {
  display: table-cell;
  vertical-align: middle;
  width: auto;
  max-height: 150px;
  /*max-width: 250px;*/
  margin: -75px auto 0 auto;
}
.visorSearch {
  width: 80%;
  margin: -30px auto 0 0;
}
.visorSearchRight {
  width: 80%;
  margin: -30px 0 0 auto;
}
.visorSearchCenter {
  width: 80%;
  margin: -30px auto 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 {
    /*max-height: 400px;*/
    width: auto;
  }
  .visorLogoCont {
    position: relative;
    top: 0;
    margin: 10px 0;
  }
  .visorLogo {
    margin: 15px auto 15px auto;
    max-height: 100px;
  }
  .visor-img {
    display: none;
  }
  .navbar-nav {
    /*display: none;*/
  }
  .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: 10px 0;
  }
  .visorSearchContLeft {
    top: 0;
    position: relative;
    margin: 10px 0;
  }
  .visorSearchRight {
    width: 80%;
    margin: 0 auto;
  }
  .visorSearchCenter {
    width: 80%;
    margin: 30px auto;
  }
  .visorSearchContCenter {
    top: 50%;
    position: relative;
    z-index: 1;
  }
  .visor-img-bg {
    display: none;
  }
}