@charset "utf-8";

@font-face{
  font-family: "Avenir";
  src: url('font/Avenir.ttc') format('truetype');
}

@font-face{
  font-family: "Brown_Sugar";
  src: url("font/Brown_Sugar.otf") format("opentype")
}


*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
  background-color: black;
}

li{
  list-style: none;
}

header{
  padding: 2vw;
}

.navbar{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.logo{
  display: flex;
  justify-content: center;
}

.social{
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 1vw;
  padding-right: 13%;
}

.image{
  width: auto;
  height: 7vw;
}

.logo_social{
  height: 1.8vw;
}

main{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ep{
  width: 25%;
}

#imgEP{
  width: 100%;
}

.streaming_plateforme{
  display: flex;
  justify-content: space-evenly;
  padding-top: 5%;
}

.plateforme{
  width: 9%;
}

.logo_platforme{
  width: 100%;
}

.yt_video{
  width: 90%;
  display: flex;
  gap: 5vw;
  justify-content: center;
  flex-wrap: wrap;
}

.div_container{
  width: 15%;
  min-width: 153px;
}

.video_container{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

p{
  color: white;
  font-family: Avenir;
  font-size: 0.8vw;
}

h2{
  color: white;
  font-family: Brown_Sugar;
  margin-top: 3vw;
  margin-bottom: 1vw;
  font-size: 1.5vw;
}

.concerts{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.3vw;
}

.kofi{
  width: 3vw;
}

.kofilien{
  display: flex;
  justify-content: center;
}

footer{
  padding-top: 5vw;
  padding-bottom: 1vw;
}

.bmlogo{
  width: 4vw;
}

.logos{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact{
  text-align: center;
}


@media(max-width: 1441px){

  .image{
      height: 10vw;
  }

  .logo_social {
    height: 2.5vw;
  }

  .ep {
    width: 40%;
  }

  h2 {
    font-size: 2.5vw;
    margin-top: 5vw;
  }

  p {
    font-size: 1.4vw;
  }

  .yt_video{
    gap: 4vw;
  }

  .div_container {
    width: 25%;
  }

  .yt_video{
    width: 80%;
  }

  .bmlogo {
    width: 5vw;
  }

}

@media(max-width: 1025px){

  .image {
    height: 14vw;
  }

  .logo_social {
    height: 3.5vw;
  }

  .ep {
    width: 50%;
  }

  .plateforme {
      width: 11%;
  }

  h2 {
    font-size: 3.5vw;
    margin-top: 7vw;
    margin-bottom: 2vw;
  }

  .div_container {
    width: 40%;
  }

  p {
    font-size: 1.9vw;
  }

  .kofi {
    width: 4.5vw;
  }

  .bmlogo {
    width: 7vw;
  }

}

@media(max-width: 769px){

  .image {
    height: 16vw;
  }

  .logo_social {
    height: 4.5vw;
  }

  h2 {
    font-size: 4.5vw;
    margin-top: 6vw;
    margin-bottom: 3vw;
  }

  .yt_video{
    width: 95%;
    gap: 8vw;
  }

  .div_container {
    width: 35%;
  }

  p {
    font-size: 2.4vw;
  }

  .kofi {
    width: 6vw;
  }

  .bmlogo {
    width: 9vw;
  }
}

@media(max-width: 426px){

  .image {
    height: 30vw;
  }

  .ep {
    width: 80%;
  }

  header{
  padding: 4vw;
  }

  h2 {
    font-size: 6vw;
    margin-top: 9vw;
    margin-bottom: 4vw;
  }

  .plateforme {
    width: 9%;
  }

  .div_container {
    width: 65%;
  }

  .yt_video{
    gap: 10vw;
  }

  p {
    font-size: 4.5vw;
    text-align: center;
  }

  .kofi {
    width: 9vw;
  }

  .bmlogo {
    width: 13vw;
  }

  footer{
    padding-top: 10vw;
    padding-bottom: 4vw;
}

  .vide{
    display: none;
  }

  .navbar{
    display: flex;
    flex-direction: column;

  }

  .social{
    justify-content: center;
    padding-right: 0;
    gap: 3vw;
  }

  .logo_social {
    height: 8vw;
  }

  .concerts{
    width: 85%;
  }

  .cache{
    display: none;
  }
}