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

html, body {
  height: 100%;
  overflow-x: hidden;
}

body {
  color: var(--color-neutral-900);
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

.content {
  flex-direction: column;
  min-height: 90vh;
  padding: 0 32px;
  display: flex;
}

main.main-content {
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.nav-secondary {
  border-top: 2px solid var(--color-neutral-900);
  border-bottom: 4px solid var(--color-neutral-900);
  padding: 15.5px 0;
}

.nav-secondary.left .nav-links {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 32px;
  display: flex;
}

.placeholder {
  margin: auto;
}

.article-detail {
  font-family: var(--font-dynamic);
  font-size: var(--fonts-size-small);
  letter-spacing: var(--letter-spacing-small);
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-end;
  width: min-content;
  display: flex;
}

.article-time {
  flex-direction: row;
  gap: 10px;
  display: flex;
}

.article-header {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.description {
  grid-template-columns: repeat(2, 50%);
  display: grid;
}

.description > p {
  grid-column-start: 2;
}

article {
  flex-direction: column;
  gap: 28px;
  margin-top: 32px;
  display: flex;
}

.article-items {
  flex-direction: column;
  flex: 1;
  gap: 64px;
  display: flex;
}

.nav-secondary.right {
  background-color: var(--accent-blue);
  font-family: var(--font-title);
  font-size: var(--h4);
  font-weight: var(--font-weight-bold);
  text-align: center;
}

.group-buttons {
  flex-direction: row;
  column-gap: 64px;
  display: flex;
}

.column-right {
  background-color: var(--color-neutral-400);
}

.top-column {
  flex-direction: column;
  gap: 32px;
  display: flex;
}

.last-releases {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-article {
  margin-top: auto;
}

.tag.dark.button {
  background-color: var(--color-neutral-900);
  color: var(--color-neutral-400);
  width: fit-content;
  padding: 5px 0;
}

section.tags {
  grid-template-columns: repeat(12, 1fr);
  display: grid;
}

.up-row, .down-row {
  display: contents;
}

.up-row > :first-child {
  grid-area: 1 / 1 / auto / span 2;
}

.up-row > :nth-child(2) {
  grid-area: 1 / 9 / auto / span 2;
}

.up-row > :nth-child(3) {
  grid-row: 1;
  grid-column-start: -1;
}

.down-row > :first-child {
  grid-area: 2 / 2 / auto / span 4;
}

.down-row > :nth-child(2) {
  grid-row: 2;
  grid-column-end: 9;
}

.down-row > :nth-child(3) {
  grid-area: 2 / 10 / auto / span 2;
}

section.player-playlist {
  background-color: var(--color-neutral-900);
  color: var(--accent-green);
  gap: 32px;
  width: max-content;
  min-height: 0;
  margin: auto;
  padding: 5px;
  display: flex;
}

.status {
  display: flex;
}

.name-artistes, .name-release {
  background-color: var(--color-neutral-100);
  width: max-content;
  height: 68px;
  position: relative;
  overflow: hidden;
}

.card-titre.big-size {
  font-weight: var(--font-weight-bold);
  font-size: var(--h1);
  line-height: 68px;
  display: block;
}

.name-release .card-titre > span {
  font-size: var(--h3);
  vertical-align: top;
  line-height: 1;
  display: inline-block;
}

footer {
  align-items: center;
  gap: 64px;
  display: flex;
}

.platforms > ul {
  align-items: center;
  gap: 32px;
  display: flex;
}
/*# sourceMappingURL=index.34df27b5.css.map */
