* {
  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;
}

.header-row {
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.card-titre.big-size {
  white-space: nowrap;
  font-weight: var(--font-weight-bold);
  font-size: var(--h1);
  gap: 8px;
  line-height: 68px;
  display: inline-flex;
}

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

.header-row .ticker {
  border-bottom: 4px solid var(--accent-yellow);
  height: 68px;
}

.main-content {
  background-color: var(--accent-rose);
  max-width: 512px;
  height: 100vh;
  padding: 32px 64px 0 32px;
  display: flex;
}

.button.back {
  background-color: var(--accent-blue);
  justify-content: space-between;
  width: 94px;
  padding: 5px;
}

.description-artiste {
  color: var(--color-neutral-100);
  font-size: 15px;
  font-family: var(--font-dynamic);
  text-transform: uppercase;
}

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

.artiste-link {
  flex-direction: column;
  display: flex;
}

.tittle-link {
  background-color: var(--color-neutral-900);
  color: var(--accent-blue);
  align-items: center;
  gap: 5px;
  width: max-content;
  padding: 0 5px;
  display: flex;
}

.tittle-link figure {
  width: 5px;
  height: 5px;
  margin: 0;
}

h5 {
  font-size: 15px;
  font-family: var(--font-dynamic);
  text-transform: uppercase;
  font-weight: 400;
}

.links li {
  background-color: var(--color-neutral-100);
  font-family: var(--font-title);
  font-weight: var(--font-weight-bold);
  flex-direction: row;
  align-items: center;
  gap: 32px;
  width: max-content;
  padding: 0 5px 0 50px;
  display: flex;
}

.links img {
  width: 15px;
  height: 15px;
}
/*# sourceMappingURL=artiste.82c54d51.css.map */
