/* flyer */

.block-views-blockflyer-block-1 figure {
  margin-bottom: 1.5rem;
}

/* audio field */

.audiofield label {
  display: none;
}
.track > div {
  display: inline-block;
  margin-right: 1rem;
  /* font-family: 'grotesk', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  letter-spacing: 1px;
  */
  color: #35312a;
  font-size: 13px;
}
.track > div:nth-child(2) {
  margin-right: 0;
  width: 1.5rem;
}
.track-lyrics {
  height: 0;
  will-change: height;
  overflow: hidden;
}
.track-lyrics.active {
  height: auto;
  transition: height ease 0.5s;
  -webkit-transition: height ease 0.5s;
  -moz-transition: height ease 0.5s;
}
.track-lyrics .content {
  margin: 1em 0 1em 35px;
  font-style: italic;
}
.view-discographie time {
  font-family: 'grotesk', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 1.25rem;
  display: block;
  padding: 1rem 0 0.5rem;
}
.view-discographie header .label + div {
  font-size: 13px;
}
.view-discographie footer {
  margin-top: 1em;
}
.title {
  font-size: 26px !important;
}
.messages__wrapper {
  padding: 26px 16px;
  background-color: white;
  margin-bottom: 16px;
}


