/* ==========================================================================
   Banner Home Block
   ========================================================================== */

/* Main container
   -------------------------------------------------------------------------- */
.banner-home {
  position: relative;
  padding: 0 12px;
}

/* Slider components
   -------------------------------------------------------------------------- */
.banner-home .banner-home__slider {
  width: 100%;
}

.banner-home .banner-home__slide {
  position: relative;
}

.banner-home .banner-home__slide picture,
.banner-home .banner-home__slide img {
  width: 100%;
  display: block;
  height: auto;
}

/* Text content box
   -------------------------------------------------------------------------- */
.banner-home .banner-home__text-wrapper {
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.banner-home .banner-home__text-wrapper .container {
  height: 100%;
  position: relative;
}

.banner-home .banner-home__text {
  color: white;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  pointer-events: all;
}

.banner-home .banner-home__text .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-right: 20px;
}

.banner-home .banner-home__text .content h1 {
  margin: 0 0 10px 0;
  font-size: 4rem;
  font-weight: bold;
  font-family: "maax";
  font-feature-settings: "ss01";
}

.banner-home .banner-home__text .content p {
  margin: 0 0 10px 0;
  font-weight: 200;
  font-size: 1.6rem;
}

.banner-home .banner-home__text .content .date_info {
  font-weight: 200;
  font-size: 2.4rem;
}

.banner-home .banner-home__text .btn-plus {
  background-color: black;
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: bold;
  font-family: "maax";
  font-feature-settings: "ss01";
  white-space: nowrap;
  flex-shrink: 0;
  align-self: end;
}
.mobile_banner_img{
  display: block !important;
}
.desktop_banner_img{
  display: none !important;
}
/* Slick carousel dots
   -------------------------------------------------------------------------- */
.banner-home .slick-dots {
  bottom: 10px;
  z-index: 1;
}
.banner-home .slick-dots li{
  list-style-type: none;
}
.banner-home .slick-dots li button{
  border: solid 1px #000;
}
.banner-home .slick-dots li button::before{
  content: none
}
.billeterie_mobile a{
  padding: 8px 10px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #ff0d3d;
  display: block;
  text-decoration: none;
  font-family: "maax";
  font-feature-settings: "ss01";
}
/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/* Large screens (Desktop)
   -------------------------------------------------------------------------- */
@media (min-width: 992px) {
  .banner-home .slick-dots {
    bottom: -40px;
  }
}
@media (min-width: 1024px) {
  .header__menu__btn{
    display: none;
  }
  .banner-home {
    padding: 0;
  }
  .banner-home .banner-home__text {
    /* padding: 28px 53px;
    margin: -12% 0 0 0; */
    position: relative;
    z-index: 9;
    margin: -3% auto 0 auto;
    max-width: 90%;
    flex-direction: row;
  }
  .banner-home .banner-home__text .content h1 {
    font-size: 5.5rem;
  }
  .banner-home .banner-home__text .content p {
    font-size: 2rem;
  }
  .banner-home .banner-home__text .content .date_info {
    font-size: 3.3rem;
  }
  .billeterie_mobile{
    display: none;
  }
  .banner-home .banner-home__text .btn-plus {
    align-self: unset;
  }
  .mobile_banner_img{
    display: none !important;
  }
  .desktop_banner_img{
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .banner-home .banner-home__text {
    padding: 28px 53px;
    margin: -3% auto 0 auto;
    flex-direction: row;
    max-width: 90%;
    position: relative;
  }
}
@media (min-width: 1440px) {
  .banner-home .banner-home__text {
    margin: -7% auto 0 auto;
    max-width: 1200px;
  }
}
/* @media (min-width: 1920px) {
  .banner-home .banner-home__text {
    margin: -12% auto 0 auto;
  }
}

 */
