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

body {
  font-family: carlmarx, sans-serif;
  background-color: #d54c4c;
  color: white;
}
.s5 b
{
  color: #ff5722;
  color: #ffffff66 !important;
  font-weight: inherit;
  font-family: Alfarn;
}
.pglinks
{
  text-decoration: none;
  color:white;
  opacity: 0.8;
  font-size:20px;
  letter-spacing: 2px;
}
.pglinks:hover
{
  color:inherit;
}
.pglinksc
{
  background: #ffffff22;
  border-radius: 60% 30%;
}

.index .pglinks
{
  font-size: 50px;
}

.if1
{
  width: 25%;
  border-radius: 4px;
}
.if2
{
  width: 21%;
  border-radius: 23px;
}

.if3
{
  width: 35.7%;
  border-radius: 4px;
}


.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

/* Header avec image du groupe */
.hero {
  position: relative;

  overflow: hidden;
  font-family: alfarn, sans-serif;
}

.hero img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.hero h2
{
  text-align: center;
  font-size: 3em;

}

.hero h2 a
{
  text-decoration: none;
  color: inherit;
}

.social-links {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 30px;
  fill: white;
  transition: fill 0.3s;
  color: white;
}

.social-icon:hover {
  fill: #eff7f2;
}

/* Section Player */
.music-section {
  margin-bottom: 40px;
}

.section-title {
  font-size: 2em;
  margin-bottom: 20px;
  color: white;
}

/* Player Selector styles from previous code */
.player-container {
  max-width: 800px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.player-selector {
  margin-bottom: 10px;
  text-align: center;
}

.player-selector button {
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background-color: #333;
  color: white;
  transition: background-color 0.3s;
}

.player-selector button:hover {
  background-color: #555;
}

.player-selector button.active {
  background-color: #1DB954;
}

.player-frame {
  display: none;
  height: 380px;
  border: none;
}

.player-frame.active {
  display: block;
}

/* Videos Section */
.videos-section {
  margin-bottom: 40px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.link-container
{
  text-align: center;
}
.player-selector.plateform
{
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.player-selector.plateform svg
{
  width: 28px;
  cursor: pointer;
  fill: #fff;
}
.player-selector.plateform svg:hover
{
  fill: #d8e0db;
  transition: 0.3s;
}
.music-section .section-title,
.videos-section .section-title
{
  border-bottom: 1px solid;
  margin-bottom: 80px;
}
.last_issue
{
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 45%;
}
.player_section
{
  display: flex;
  flex-direction: column;
  align-items: end;
}

.photo
{
  margin: 40px 0px 80px;
}




@media (max-width: 768px) {
  .music-section .section-title
  {
    margin-bottom: 50px;
  }
   .hero:not(.artists)
  {
    display: flex;
  }
  .hero h2
  {
    font-size: 2.4em;
  }
  .social-links
  {
    gap: 5px;
    top: 40px;
  }
  .container
  {
    padding: 15px 10px;
  }
  .social-icon
  {
    width: 23px;
  }
  .player_section
  {
    margin-top: 50px;
  }
  .last_issue
  {
    width: 80%;
  }
  .player-container
  {
    flex-direction: column;
  }
  .player-selector.plateform svg
  {
    width: 25px;
    margin-right: 5px !important;
  }
  .player-frame
  {
    width: 98%;
  }
  .hide-phone
  {
    display: none;
  }
  .photo
  {
    margin: 40px 0px 60px;
  }
  .br4-phone
  {
    border-radius: 4px !important;
  }
  .if1
  {
    width: 43%;
  }
  .if2
  {
    width: 41%;
  }
}
