.disc-pics img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: flex;
}

.album {
  height: 212px;
  width: 212px;
  margin-bottom: 16px;
  margin-top: 16px;
  margin-left: 12px;
  margin-right: 12px;
}

.discographie h2 {
  font-family: "rift-soft", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}

.discographie h2 i {
  color: #cc6a80;
  margin-right: 8px;
  font-size: 24px;
}

section.discographie {
  min-width: 320px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.disc-pics {
  min-width: 320px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-right: 0px solid #323232;
}

.links-list-music {
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 28px;
  background: rgb(195, 78, 104);
  background: linear-gradient(
    90deg,
    rgba(195, 78, 104, 1) 0%,
    rgba(118, 60, 127, 1) 100%
  );
  margin-top: 24px;
}

.links-list-music a {
  padding: 0px;
  margin: 0px;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 24px;
}

.links-list-music a:hover {
  opacity: 0.6;
}

.disc-album-details {
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  -webkit-overflow-scrolling: touch;
}

/* Style pour la barre de défilement */
.disc-album-details::-webkit-scrollbar {
  width: 8px;
  cursor: pointer;
}

.disc-album-details::-webkit-scrollbar-track {
  background-color: #3e3e3e;
}

.disc-album-details::-webkit-scrollbar-thumb {
  background-color: #cc6a80;
}

.disc-album-details::-webkit-scrollbar-thumb:hover {
  background-color: #cc6a80;
}

.album-details {
  background-color: #141414;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 320px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.disc-album-details a {
  display: block;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 22px;
  color: #ffffff;
  margin-bottom: 12px;
}

.disc-album-details a:hover {
  color: #cc6a80;
}

.disc-album-details {
  margin-left: 32px;
  font-size: 18px;
  border-left: 1px solid #323232;
  padding-left: 32px;
  width: 420px;
  height: 332px;
  overflow: auto;
}

.disc-album-details a span {
  color: #9e9e9e;
  margin-right: 14px;
}

.disc-album-details span.bonus {
  color: #cc6a80;
  margin-bottom: 16px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.album-details img {
  width: 332px;
  height: 332px;
  object-fit: cover;
  margin-right: 32px;
}

.disc-ver h2 span {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.disc-ver a {
  background: rgb(195, 78, 104);
  background: linear-gradient(
    90deg,
    rgba(195, 78, 104, 1) 0%,
    rgba(118, 60, 127, 1) 100%
  );
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
}

.disc-ver a:hover {
  background: rgb(204, 106, 128);
  background: linear-gradient(
    90deg,
    rgba(204, 106, 128, 1) 0%,
    rgba(142, 78, 152, 1) 100%
  );
}

.disc-ver a i {
  display: none;
}

.disc-ver a:hover {
  color: #ffffff;
}
.disc-ver {
  flex-wrap: wrap;
  width: 256px;
  display: flex;
  align-items: center;
  height: 336px;
}
.disc-ver span {
  color: #4a4a4a;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  width: 100%;
}

.disc-ver p {
  color: #9e9e9e;
  font-size: 18px;
  margin-top: 8px;
  margin-bottom: 24px;
  width: 100%;
}

.wrapper-album-det {
  display: flex;
}

.disc-page {
  margin-bottom: 48px;
}

/* Media Queries */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------ */

/* Mobile */
/* ------------------------------------------------------------------------ */

@media only screen and (min-width: 0px) and (max-width: 480px) {
  /* General */
  /* ------------------------------------------------------------------------ */

  .disc-ver {
    flex-wrap: wrap;
    width: 256px;
    display: flex;
    align-items: center;
    height: 336px;
    border-bottom: 1px solid #3e3e3e;
    margin-bottom: 32px;
  }

  .disc-img-alb {
    display: flex;
    align-items: center;
  }

  .album-details img {
    width: 256px;
    height: 256px;
    object-fit: cover;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .disc-album-details {
    margin-left: 0px;
    border-left: 0px solid #323232;
    padding-left: 0px;
    width: 256px;
    height: 332px;
    overflow: auto;
  }

  .album-details {
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
    width: 256px;
  }

  .wrapper-album-det {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }

  .album-details h2 {
    width: 100%;
  }

  .links-list-music {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 28px;
    background: rgb(195, 78, 104);
    background: linear-gradient(
      90deg,
      rgba(195, 78, 104, 1) 0%,
      rgba(118, 60, 127, 1) 100%
    );
    margin-top: 24px;
  }

  .links-list-music a {
    padding: 0px;
    margin: 0px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 18px;
  }

  .disc-page h2 {
    font-size: 40px;
  }

  .disc-page {
    height: 200px;
  }
}

/* Tablette Portrait */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 481px) and (max-width: 800px) {
  /* General */
  /* ------------------------------------------------------------------------ */

  .disc-ver {
    flex-wrap: wrap;
    width: 416px;
    display: flex;
    align-items: center;
    height: 336px;
    border-bottom: 1px solid #3e3e3e;
    margin-bottom: 32px;
    text-align: center;
  }

  .disc-img-alb {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .album-details img {
    width: 256px;
    height: 256px;
    object-fit: cover;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .disc-album-details {
    margin-left: 0px;
    border-left: 0px solid #323232;
    padding-left: 0px;
    width: 416px;
    height: 332px;
    overflow: auto;
    text-align: center;
  }

  .album-details {
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
    width: 480px;
    text-align: center;
  }

  .wrapper-album-det {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .album-details h2 {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .links-list-music {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 28px;
    background: rgb(195, 78, 104);
    background: linear-gradient(
      90deg,
      rgba(195, 78, 104, 1) 0%,
      rgba(118, 60, 127, 1) 100%
    );
    margin-top: 24px;
  }

  .links-list-music a {
    padding: 0px;
    margin: 0px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 18px;
  }

  .disc-page h2 {
    font-size: 40px;
  }

  .disc-page {
    height: 200px;
  }

  .disc-ver a {
    margin-left: auto;
    margin-right: auto;
  }

  .disc-ver h2 span {
    text-align: center;
    justify-content: center;
  }
}
/* Tablette paysage */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 800px) and (max-width: 960px) {
  /* General */
  /* ------------------------------------------------------------------------ */
  .album-details {
    width: 800px;
  }

  .disc-ver {
    flex-wrap: wrap;
    width: 246px;
    display: flex;
    align-items: center;
    height: 336px;
  }

  .disc-img-alb {
    display: flex;
    align-items: center;
  }

  .album-details img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin-right: 32px;
  }
}

/* Petit écran */
/* ------------------------------------------------------------------------ */
@media only screen and (min-width: 961px) and (max-width: 1280px) {
  /* General */
  /* ------------------------------------------------------------------------ */
  .album-details {
    width: 960px;
  }

  .disc-ver {
    flex-wrap: wrap;
    width: 246px;
    display: flex;
    align-items: center;
    height: 336px;
  }

  .disc-img-alb {
    display: flex;
    align-items: center;
  }

  .album-details img {
    width: 264px;
    height: 264px;
    object-fit: cover;
    margin-right: 32px;
  }
}
