#banniere_en .bannercontainer{position:relative;
width:100% !important;
height:100vh !important;}

#banniere_en .banner{position:relative;
width:100% !important;
height:100vh !important;}

#banniere_en .preloader {display: none !important;}
#banniere_en .apex-slider-shadow {display: none;}
#banniere_en .timer {display: none;}
#banniere_en .slotholder {position: relative;}
#banniere_en .slotholder:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(37,37,37,0.5);
    left: 0;
    top: 0;
    z-index: 1;
}
#banniere_en .contentBanner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
    z-index: 2;
    margin: 0 auto !important;
    right: 0;
    left: 0;}
#banniere_en .txtBanner {
    color: #fff;
    font-size: 40px;
    font-family: 'Lato', sans-serif !important;
    white-space: normal;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    font-style: italic;}
#banniere_en .txtBanner span {
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}
#banniere_en .bullets {    position: absolute;
    right: 0;
    left: auto !important;
    bottom: 20% !important;}
#banniere_en .bullets.simplebullets.number .bullet {
    display: block;
    background: transparent;
    font-size: 24px;
    color: #fff;
    font-weight: 100;
    margin-bottom: 24px;
    position: relative;
}
#banniere_en .bullets.simplebullets.number .bullet.selected {
    background: transparent;
    font-size: 34px;
    color: #fff;
}
#banniere_en .bullets.simplebullets.number .bullet:after {
    position: absolute;
    width: 70px;
    right: -40px;
    bottom: -10px;
    height: 2px;
    background: #fff;
    content: '';
}

@media screen and (max-width: 1440px) {
#banniere_en .txtBanner {font-size: 34px !important;}
#banniere_en .txtBanner span {font-size: 40px;}
}

@media screen and (max-width: 1280px) {
 #banniere_en .txtBanner {font-size: 24px !important;}
 #banniere_en .txtBanner span {font-size: 30px;}
}

@media screen and (max-width: 991px) {
#banniere_en .bullets {display:none;}
#banniere_en .contentBanner {
    width: 90%;
}
}
@media screen and (max-width: 600px) {
#banniere_en .txtBanner {
    font-size: 18px !important;
    line-height: 32px;
}
#banniere_en .txtBanner span {font-size: 24px !important;}
}

