/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */

/*body {
  padding-top: 54px;
}*/

/*@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}*/

body{
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  background-color: #090d12;
  color: #fff;

}
.contact-icons a{
  color: #122b70!important;
  text-decoration: none;
}
.contact-icons a:hover{
  color: #ff0000!important;
  text-decoration: none;
}

ul{
  list-style: none;
}


  h1{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 40px;
    text-align: left;
  }

  h2{
      font-weight: 300;
      font-size: 35px;
  }

  h2 span{
      font-weight: 400;
  }
  h3{
      font-weight: 300;
      font-size: 40px;
  }
   h3 span{
      font-weight: 400;
  }
  h5{
    color: #fff;
    font-weight: bold;
    font-size: 25px;

  }
  h6{
    color: #fff;
    font-weight: 300;
    font-size: 25px;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
  }
   .navbar-dark .navbar-nav .nav-link:hover  {
      color: #dc2a35;
  }
  .lang_selector{cursor: pointer;}


.hamburger-color{
  color: #dc2a35;
}



 
.business-header {
  /*height: 50vh;*/
  min-height: 589px;
  /*background: url('../img/home.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;*/

   background: url(../img/home.jpg ) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*Event Cine Concert*/
.business-header-cineconcert {
  /*height: 50vh;*/
  min-height: 589px;
  /*background: url('../img/home.jpg') center center no-repeat scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;*/

   background: url(../img/slide-concert-site.jpg ) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cineconcert{
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.cineconcert:hover{
  color: #f2f2f2;
}
.cineconcert-color-text{
  color: #000;
}
.cineconcert-color-text a{
  color: #000;
}

.card {
  height: 100%;
}

.card-body-custom{
  padding: 0px;

}
.card-text-custom{
  text-align: justify;
}
.cardconcercine{
  padding-left: 45px;
}

.bg-werelocation{
    background-color: #212121;
}

.navbar-header-custom {
    float: left!important;
    padding: 15px!important;
    text-align: center!important;
    width: 100%!important;
}
.navbar-brand-custom {
  float:none!important;
  font-size: 1.9rem;
}

/*Au dessus du slider*/
.boxe-home-playlist{
    height: auto;
    padding: 25px 0;
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;  
  }
  .nopadding{
    margin-left: 0;
    margin-right: 0;

  }

  /*Square*/
  .square {
    height: 200px;
    width:200px;
    margin: 0 auto;
  }
  .square-red{
    background-color: rgba(244, 0, 0, 0.5);
    border: 1px solid rgba(222,222,222,0.5);
  }
  .square-red:hover, square-red:focus{
    background-color: rgba(244, 0, 0, 0.8);
    border: 1px solid rgba(222,222,222,0.8);
  }

  .square-blue{
    background-color: rgba(18,43,112, 0.5);
    border: 1px solid rgba(222,222,222,0.5);
  }
  .square-blue:hover, square-blue:focus{
    background-color: rgba(18, 43, 112, 0.8);
    border: 1px solid rgba(222,222,222,0.8);
  }
  .square-texte{
    position: absolute;
    top: 45px;
    padding: 0 0 0 35px;
    text-align: left;
  }
  a.square-link{
    color: #fff;
  }

  /*Card*/
  .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
     border-radius: 0; 
}

.buttoncontact {
    background-color: #212121!important;
    color: #fff;
    border: 2px solid rgba(18,43,112, 1); 
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    margin:0px auto;
    border: none;
    text-align: center;
}

.buttoncontact:hover {
  background-color: rgba(18,43,112, 1)!important;
    color: #fff!important;

}
.buttonreservation {
    background-color: #28a745!important;
    color: #fff;
    border: 2px solid rgba(18,43,112, 1); 
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    margin:0px auto;
    border: none;
    text-align: center;
}

.boutonreservation {
    background-color: #28a745!important;
    color: #fff!important;
    border: none;
    text-align: center;
    padding: 7px;
    border-radius: 4px;
    text-decoration: none;
}
.boutonreservation:hover {
    background-color: #218c39!important;
    color: #fff!important;
    border: none;
    text-align: center;
    padding: 7px;
    border-radius: 4px;
    text-decoration: none;
}

  .buttonreservation .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: transparent;
    border-color: none;
}

.buttonreservation:hover {
  background-color: rgba(18,43,112, 1)!important;
    color: #fff!important;

}
.box-contact{
  border: 1px solid #eee;
  padding-top: 90px;
}
.contact-align{
  padding-left: 10px;
}
.button-center{
  text-align: center;
}

.footer-margin{
  margin-top: 50px;
  background-color: #090d12!important;

}

.status-custom{
  color: #ff0000!important;
}


.connect{
  color: #fff;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 50px;
}

.connect a{
  color: #fff!important;
}
.connect a:hover{
  color: #dc2a35!important;
}

.section-phrase{
  color: #fff;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 50px;
}
.list-unstyled li{
  color: #ff0000;
}
.text-muted-custom{
  font-size: 14px;
}

#contactnous h2:after{
    content: '';
    display: block;
    width: 30%;
    height: 100%;
    border-bottom: 3px solid #ff0000;
    margin: 10px auto 0;
  }

  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: transparent;
    border-color: none;
}

/*Section orignalessong*/

#biographie{
  padding: 90px 0 45px;
  border-top: 6px solid #de272f;
}

#concert-texte{
  padding: 90px 0 45px;
  border-top: 6px solid #de272f;
}

.parallax {
  /* The image used */
  background: url(../img/promo-concert-site.jpg) no-repeat top center;

  /* Full height */
  height: 400px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*YouTube*/

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Meyolia Player*/
.meyoliaplayer{
  font-size: 59px;
  position: absolute;
  top: -55px;
  text-shadow: 6px 6px 2px #00000080;
}

  /*
    Medias queries
  */

 /* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 


}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
  .square-red{
    float: right;
  }
   /* .card-img-top-custom{
    width: 50%;
    margin: 0 auto;
  }*/
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {  }

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

 }

 @media (min-width: 1684px) and (max-width: 1967.98px) { 
   .business-header-cineconcert {
      /* height: 50vh; */
      min-height: 665px;
  }
}
 
@media (min-width: 1968px) { 
   .business-header-cineconcert {
      /* height: 50vh; */
      min-height: 980px;
  }
}




@media (max-width: 575.98px) { 
  .navbar-brand-mobile{
    text-align: left !important;
    margin-left: 40px !important;
  }

  .card-text-custom {
    text-align: justify;
    word-break: break-word;
    word-spacing: 0px;
    padding: 0 5px;
    }
  .audiojs {
    width: 280px;
  }

  .audiojs .scrubber {
    width: 140px;
  }

  .audiojs .time {
    margin: 0;
    padding: 0;
  }


.business-header {
  height: 129vh;
}
.business-header-cineconcert{
  min-height: 200px;
}
  .boxe-home-playlist{
  
    height: auto;
    padding: 25px 0;
    position: relative;
    top: 0;
    width: 100%;  
  }

  h1{
    font-size: 30px;
    text-align: center;
  }

  h2{
      font-size: 25px;
  }

  h3{
      font-size: 25px
  }

  h5{
    font-size: 20px;

  }
  h6{
    font-size: 20px;
  }
  .box-contact{
  padding: 20px 0;
  }
  .meyoliaplayer {
    font-size: 35px !important;
    position: static !important;
    text-shadow: 6px 6px 2px #00000080!important;
  }

  #biographie{
  padding: 120px 0 45px;
  }
   #concert-texte{
  padding: 0px 0 45px;
  }
 

  .parallax {
  /* The image used */
  background: url(../img/promo-concert-site.jpg) no-repeat top center;

  /* Full height */
  height: 200px; 

  /* Create the parallax scrolling effect */
  background-attachment: unset;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
}


/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 


 }

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) { 
    .square{
    width: 175px;
    height: 175px;
  } 

 }

/*Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {  }
