/* Overrides Bootstrap par Steven
-------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..700&display=swap');

html, body {
  height: 100%;
}

body {
  font-family: Montserrat, "Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif;
}

header { margin-bottom: 40px;}

.nav-scroller a {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
}
.nav-scroller a:hover {
  color: #d87a52;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: transparent;
  color: #000000;
}

.navbar-toggler {
    background-color: #dadcdd;
}

.btn-primary {
  background-color: #d87a52;
  border: 0px;
}
.btn-primary:hover{
  background-color: #6C757D;
}

.btn-primary:active, .btn-primary:focus {
  background-color: #6C757D;
}

.imageDivider {
  padding: 20px;
  height: 120px;
  background-blend-mode: overlay;
  background-image: url(../../../assets/images/Midnight-Burst-Groupe2.jpg);
  background-size: cover;
  background-color: #d87a52;
  margin: 5rem 0;
  border-radius: 10px;
  background-position: center;
}

footer a {
  text-decoration: none;
  color: white;
}

footer a:hover {
  color: #d87a52;
}

.footerimage {
  background-blend-mode: multiply;
  background-image: url(../../../assets/images/Midnight-Burst-Groupe1.jpg);
  background-color: rgba(0,0,0,0.65);

  background-size: cover;
}


.navbar-light .navbar-nav .nav-link.active {
  color: #d87a52;
}


a.btnYoutube {
  border: 1px solid black;
  height: 95px;
  display: inline-block;
  padding: 10px;
  margin:10px;
  border-radius: 10px;
  text-decoration: none;
  color: #171a1d;

}

a.btnYoutube:hover {
  color: #d87a52;
  border-color: #d87a52;
}

.concert-body a {
  text-decoration: none;
  font-weight: 700;
  color: #212529;
}

#MidnightNavBar a.nav-link {
  font-size: 35px;
  margin: 0 15px;
  padding: 10px;
}

#MidnightNavBar a.nav-link.active {
  border-bottom: 5px solid #d87a52;
}

#concertWrapper strong {
  color: #d87a52;
}

#concertWrapper .concert-lieu-adresse {
  color: #7c7c7c;
}

.card .list-group a {
  text-decoration: none;
}

ul.social-bar li a {
  padding: .5rem .5rem;
}

h2.header-style {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
h2.header-style:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
h2.header-style:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

.mb-bg-1 {
  background-color: #faffea;
  padding: 0 30px;
}

.mb-bg-2 {
  background-color: #ebfbff;
  padding: 0 30px;
}

.ul-social-link li:hover {
  font-weight: 700;
}

.header-social { 
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: rgba(0, 0, 0, .5);
  z-index: 99;
}

header.headerduo {
  margin-bottom: 5px;
}

span.lightbold {
  font-weight: 700;
  color: #ffce8f;
}
.p-smaller {
  font-family: var(--bs-font-sans-serif);
}

@media only screen and (max-width: 1500px) {
  .header-social { 
    position: relative;
    background-color: rgba(0, 0, 0, 1);
    height: auto;
  }
}
