* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  background: url("img/backtree.png") no-repeat center center/cover;
  color: #fff;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.background {
  background: url("img/backtree.png") no-repeat center center/cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.7);
  z-index: -1;
}


.content {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.logo-header {
  max-width: 300px;
  width: 100%;
  height: auto;
}

.subtitle {
  font-style: italic;
  color: #ddd;
  margin-top: 10px;
}

.frame-base {
  margin: 40px 0;
  padding: 25px 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  backdrop-filter: blur(8px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

h2 {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  text-shadow: 0 0 8px rgba(101, 32, 153, 0.6);
  text-align: center;
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 80%;
  height: 3px;
  background: linear-gradient(90deg, #652099, transparent);
  border-radius: 2px;
}

.clip-grid iframe {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
}

.clip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.concert {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px;
  margin: 10px auto;
  width: 85%;
  backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.concert p {
  margin: 4px 0;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 20px 0;
}

.socials a {
  font-size: 1.8rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 14px;
  border-radius: 50%;
  transition: transform 0.3s, background 0.3s;
}

.socials a:hover {
  transform: scale(1.2);
  background: #652099;
}

footer {
  font-size: 0.8rem;
  color: #ccc;
  margin-top: 15px;
  text-align: center;
}

/* === RESPONSIVE === */

/* Tablettes */
@media (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }

  .logo-header {
    max-width: 240px;
  }

  .frame-base {
    margin: 30px 0;
    padding: 20px 10px;
  }

  .concert {
    width: 90%;
  }
}

/* Mobiles */
@media (max-width: 480px) {
  body {
    align-items: flex-start;
  }

  .content {
    padding: 20px 10px;
  }

  .logo-header {
    max-width: 200px;
  }

  h2 {
    font-size: 1.5rem;
  }

  .clip-grid iframe {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .concert {
    width: 100%;
    padding: 10px;
  }

  .socials {
    gap: 12px;
  }

  .socials a {
    font-size: 1.6rem;
    padding: 10px;
  }
}
.lyrics-table {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    border-collapse: collapse;
}

.lyrics-table td {
    width: 50%;
    padding: 10px 20px;
    vertical-align: top;
}
.save {
  margin: 10px 0;
  text-align: center; 
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  background: #652099;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 8px;
  transition: background 0.3s;
}

.btn:hover {
  background: #652099;
}

/* === LINKTREE MOBILE FIRST === */

.linktree-container {
  width: 100%;
  max-width: 420px;
  margin: auto;
  padding: 20px 15px 40px;
  text-align: center;
}

/* PROFILE */
.profile img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 10px;
  object-fit: cover;
}

.profile h1 {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.profile p {
  font-size: 1.5rem;
  color: #fff;
}

/* SOCIAL ICONS */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 15px 0 25px;
}

.social-icons i {
  font-size: 1.3rem;
  opacity: 0.8;
}

/* LINKS */
.links {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* TITRES */
.links h3 {
  margin-top: 20px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #fff;
}

/* BOUTONS */
.link {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 16px;
  border-radius: 30px;

  background: #B98FCC;
  color: #000;
  text-decoration: none;
  font-weight: 500;

  transition: transform 0.2s ease, opacity 0.2s;
}

.link:hover {
  background: #CDAFDA;
}

/* ICONES */
.link i {
  font-size: 1.1rem;
  min-width: 20px;
}

/* TEXTE */
.link span {
  flex: 1;
  text-align: center;
  font-size: 0.95rem;
}

/* HOVER MOBILE FRIENDLY */
.link:active {
  transform: scale(0.97);
  opacity: 0.9;
}

/* BOUTON PRINCIPAL */
.link.highlight {
  background: linear-gradient(150deg, #fff, #B98FCC);
  font-weight: bold;
}

/* FOOTER */
.footer {
  margin-top: 30px;
}

.footer a {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 10px 18px;
  border-radius: 20px;
  font-size: 0.8rem;
  text-decoration: none;
}
.social-icons a {
  color: inherit;
  text-decoration: none;
}

.loading {
  font-size: 0.9rem;
  color: #fff;
}

#concerts-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.video-container {
  margin: 0px 0;
  padding: 0px;
}

/* Responsive parfait mobile */
.video-container iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}