@font-face {
    font-family: Cyber;
    src: url("https://assets.codepen.io/605876/Blender-Pro-Bold.otf");
    font-display: swap;
  }

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
    body{
      overflow-x: hidden;
    }
    
    .bodybgin{
        background-image: url(img/bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment:fixed ;
        top: 0px;
        margin: 0%;
        padding: 0%;
        height: 100vh;
        z-index: -100;
    }
.bodybga{
  background-image: url(img/bga.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment:fixed ;
  top: 0px;
  margin: 0%;
  padding: 0%;
  height: 100vh;
  z-index: -100;
}
    .shadowbg{
        top: 0px;
        margin: 0%;
        padding: 0%;
        width: 100%;
        height: 100vh;
        background-color: #0007;
        z-index: -99;
    }

.feuille{
  width: 100%;
  height: 800px;
  background: linear-gradient(to left top, #000, #151515);;
}
.apropos{
  width:60%;
  text-align: justify;
  margin:0 auto;
  padding-top: 20px;
  color: #fff;
    font-family: "Tektur", sans-serif;
    font-optical-sizing: auto;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

  .apropos h1{
    padding-bottom: 50px;
    text-align: center;
  }

  .spotify-link:hover {
    color: #0a0 !important;
}

.live-link:hover {
  color: #07e !important;
}

.album-link:hover {
  color: #c00 !important;
}

.store-link:hover {
  color: #507 !important;
}

.rbold{
  color: #08f !important;
  font-weight: bold;

}

        footer {
            display: flex;
            justify-content: space-around;
          height: 60px;
          color: #fff;
          background-color: #000;
          position: fixed;
          bottom: 0%;left: 0; right: 0;
        }
        
    footer p{
        padding-top: 22px;
        text-align: center;
    }
    .navbar-toggler-icon{
      filter: invert(1);
    }

    main{
        width: 75%;
        height: 75%;
        margin:0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }


    .glitch {
        position: relative;
        display: inline-block;
      }
      
      .glitch img {
        width: 600px;
        display: block;
        transition: transform 0.3s ease-in-out;
      }
      
      .glitch:hover img {
        animation: glitch-effect 0.5s infinite linear;
      }
      
      @keyframes glitch-effect {
        0% { transform: translate(0); }
        20% { transform: translate(-2px, 2px) skew(0.5deg, 0.5deg); }
        40% { transform: translate(2px, -2px) skew(-0.5deg, -0.5deg); }
        60% { transform: translate(-2px, 2px) skew(0.5deg, -0.5deg); }
        80% { transform: translate(2px, -2px) skew(-0.5deg, 0.5deg); }
        100% { transform: translate(0); }
      }
      
      .glitch:hover::before,
      .glitch:hover::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("img/logo_SHC.webp");
        background-size: cover;
        opacity: 0.8;
        mix-blend-mode: screen;
      }
      
      .glitch:hover::before {
        animation: glitch-effect 0.5s infinite linear reverse;
        filter: hue-rotate(180deg) contrast(1.5);
      }
      
      .glitch:hover::after {
        animation: glitch-effect 0.5s infinite linear;
        filter: hue-rotate(-180deg) contrast(1.5);
      }
      

    .container-narrow {
      max-width: 720px;
      margin: 0 auto;
  }
  
    .tchat-fans {
      background: rgba(0, 0, 0, 0.8);
      color: #eee;
      padding: 20px;
      border-radius: 12px;
  }
  
  .tchat-fans h2 {
      font-family: "Tektur", sans-serif;
      font-size: 1.8rem;
      margin-bottom: 1em;
  }
  
  .fil-tchat {
      display: flex;
      flex-direction: column;
      gap: 15px;
  }
  
  .msg {
      background-color: #fff;
      border-left: 5px solid #00f;
      padding: 10px 15px;
      border-radius: 8px;
  }
  
  .msg strong {
      color: #55f;
  }
  
  .msg small {
      font-size: 0.8em;
      color: #aaa;
  }

  .form-fan {
    padding: 20px;
    background-color: #111;
    border: 2px solid #00f;
    border-radius: 12px;
    color: #eee;
}

.form-fan h2 {
    font-family: "Tektur", sans-serif;
    margin-bottom: 1em;
}

@media screen and (max-width: 576px) {
  .apropos p {
    font-size: 10pt;
  }

  .apropos {
    width: 85%;
  }

  .glitch img {
    width: 90vw;
    margin: 0 auto;
    display: block;
  }

  .glitch {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  footer {
    padding-bottom: 10px;
  }
}