
#mainLogo{
    width: 220px;
    height: 43px;
 
}
#carrousel{

}
.nav-link{
    font-weight: bold;
    text-transform: uppercase;
    color: var(--mainblue) !important;
}
.nav-link:hover {
    color: var(--yellow) !important
}
.MyButton{
    text-align: center;
    display: block;
    text-transform: initial;
    margin-top: 10px;
    padding: 0 30px !important;
    height: 50px;
    line-height: 50px;
    
}
.buttonYellow{
    color: var(--yellow) !important;
    border: 1px solid var(--yellow);
    background-color: rgba(0,0,0,0.3);
}
.buttonWhite{
    color: var(--primary) !important;
    border: 1px solid var(--primary);
}
.MyButton:hover {
    color: #FFF !important;
    border: 1px solid #FFF;
}

#header{
  position: absolute;
  z-index: 999;
  color: var(--mainblue);
  height: 117px;
  background: rgba(255,255, 255, 0.5);
}
#navbarText{
    text-align: center;
    line-height: 55px;
}
#navbarText ul li{
   padding: 0 15px;
}
.show {
    padding: 50px;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
}
.show ul li:hover {

    background-color: rgba(0,0,0,0.3);
}
.carousel-item{
  transform: scale(1);
  max-height: 100vh;
  min-height: calc(100vh-180px);
  overflow: hidden;

}
.sliderTitle{
  font-family: Roboto;
  font-size: 50px;
  display: none;
  top: calc(50vh - height);
  left: -10vw;
  color:white;
  position: absolute;
  transition: all 0.5s;
  background-color: rgba(0,0,0,0.3);
  padding: 5px 15px;
}
.active .sliderTitle{
  display: block;
  top: 50vh;
  left: 10vw;
}
.sliderSubtitle{
  display: none;
  top: 50vh;
  left: -10vw;
  color:white;
  position: absolute;
  transition: all 0.5s;
  background-color: rgba(0,0,0,0.3);
  padding: 5px 15px;
}
.active .sliderSubtitle{
  display: block;
  top: 50vh;
  margin-top: 100px;
  left: 10vw;
}
#carouselExampleIndicators{
  position: relative;
  min-height: 100%;

}
.containerVideobg {
  background-color: var(--second);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -2;
  padding: 0 !important;
  max-height: 100vh;
  overflow: hidden;
}
.videoSliderBackground{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  min-width: 100vh;
  min-height: 100vh;
}
.videoSlider{
  margin-left: auto;
  margin-right: auto;
  margin-top: 180px;
  width: 40%;
  transition: all 0.5s;
  border: 10px solid var(--primary);
  background-color: var(--primary);
  box-shadow: 0px 3px 6px rgba(0,0,0,0.3);
}
.elVideo{
  width: 100%;
  height: 100%;
}
.active {
  
}
.active .videoSlider{
  margin-top: 0;
  width: 100%;
  border: none;
  box-shadow: none;
}