@charset "UTF-8";
/* #Site Styles
================================================== */


/* #Classes 2017
================================================== */

embed, iframe, object
{
max-width: 100%;
}

.surheader{
  font-family: 'SF Pro Display Black', sans-serif;
  font-weight: 600;
	color:#FFF;
	font-size:13px;
	text-transform: uppercase;
	background-color: #ab3d4a;
	text-align: center;
	padding: 10px;
  position:fixed;
  width:100%;
  box-shadow: 0px 1px 50px #090909;
  z-index: 100;
}

.hero{
  background-image: url("../img/black-knives-band.png");
  background-attachment: fixed;
  background-size: cover;     /* remplit tout l'espace */
  background-repeat: no-repeat;
  background-position: center top;
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 100px;
  color: #FFF;
  text-align: center;
}

.logo{
  display: block;
  height: auto;
  max-width: 75%;
  margin: 50px auto 340px auto;
  filter: invert(1);
}

.video-wrapper {
  position: relative;
  width: 95%;
  max-width: 1140px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container {
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 20px;
  color: #FFF;
  text-align: center;
}
/* ================================================== */
.soac {
  position: relative; /* indispensable pour le ::before */
  margin: 0px auto;
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
  background-image: url("../img/texture_noise_red.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.soac::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5); /* ajuste l'opacité ici */
  z-index: 0;
}

.soac > * {
  position: relative;
  z-index: 1; /* garde le contenu au-dessus de l'overlay */
}

.btn_stream_soac {
  border-color: white;
  border-width: 1px;
  border-style: solid;
  background-color: #ab3d4a;
  justify-content: center;
  display: inline-flex;
  position: relative;
  padding:15px 60px;
  color:white;
  font-size: 20px;
  font-weight: bold;
}


.btn_stream_soac a:hover {
  border-color: white;
  background-color: #000;
}

/* ================================================== */
.merch {
  margin-bottom:40px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.merch img {
  border-radius: 10px;
}


/* ================================================== */

.show_cell td {
  border-top: 1px solid #3B3B3B;
  border-bottom: 1px solid #3B3B3B;
  padding: 20px !important;
  font-family: 'SF Pro Display Black', sans-serif;
  font-size:12px;
  text-transform: uppercase;
  font-weight: 700;
}

.show_date {
  width: 150px;
  text-align: left;
}

.show_venue {
  width: 660px;
  text-align: left;
}

.show_link {
}


/* ================================================== */

.contact_content {
  font-family: 'SF Pro Display Black', sans-serif;
  font-size:12px;
  text-transform: uppercase;
  font-weight: 700;
}

.contact_content a{
  text-decoration: underline;
}

/* ================================================== */

.footer {
  width: 100%;
  padding:0px 0px 100px 0px;
  text-align: center;
}

.social-links ul li{
  height:40px;
}

.fa-brands {
  font-size: 24px;
  color: #ffffff;
  transition: opacity 0.2s;
margin-right: 19px;
}

.fa-brands:hover {
  opacity: 0.7;
}


/* #Media Queries
================================================== */

/* Mobile */
@media (max-width: 768px) {
  .video-wrapper {
    max-width: 100%;
  }
  .hero {
    background-attachment: scroll;
  }
}