.h1 {
  padding-top: 1.5rem;
  padding-bottom: 0;
  /*padding-bottom: 1.5rem;*/
}

.header-div,
.audio-div {
  padding: calc(var(--gutter) / 2);
  border-bottom: 0.5px solid var(--color-black);
}

.header-div {
  border-bottom: 0.5px solid var(--color-black);
}

.graph-div,
.text-div {
  padding: calc(var(--gutter) / 2);
}

.graph-div {
  border-bottom: 0.5px solid var(--color-black);
}

.audio-div.notdisplay-mobile {
  display: none;
}

header.h1 {
  margin-bottom: calc(var(--gutter) / 2);
}

.hor-rul {
  height: 0.5px;
  background: var(--color-black);
  margin-left: calc(-0.5 * var(--gutter));
  margin-right: calc(-0.5 * var(--gutter));
  /*margin-top: 1.5rem;*/
  position: absolute;
  left: 0;
  right: 0;
}

.titre {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.25rem;
}

.soustitre {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.soustitre-info {
  font-size: 1.1rem;
  line-height: 1.5rem;
  padding-top: 0;
}

.soustitre-info .tags {
  /*font-size: 12px;
  border-radius: 5px;
  padding: 5px 5px;
  font-weight: 500;
  background-color: var(--color-grey);
  vertical-align: 2px;*/
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s color;
}

.soustitre-info .tags:hover {
  text-decoration: none;
  color: var(--color-span);
}

.annee {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

.slick-track {
  margin-right: 0;
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-top: 3rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-top: 0.5px solid var(--color-black);
  margin-top: 2rem;
}

.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  margin: 1.5rem 1.5rem;
}

/*.video.youtube iframe {
  margin-top: 1.5rem;
}*/

.album-gallery.margin-if-possible {
  margin-bottom: 1.25rem;
}

.album-gallery-nav.slick-slider.margin-if-possible {
  margin-bottom: 1.25rem;
}


@media screen and (min-width: 45rem) {
  .album-gallery-nav.slick-slider.margin-if-possible {
    margin-bottom: 2.5rem;
  }

  header.h1 {
    margin-bottom: 0;
  }

  .main article {
    height: 100%;
  }

  .header-div,
  .audio-div {
    min-height: 133px;
    border-bottom: 0.5px solid var(--color-black);
    padding: calc(var(--gutter) / 2);
  }

  .graph-div,
  .text-div {
    padding: calc(var(--gutter) / 2);
    border-bottom: none;
  }

  .header-div,
  .graph-div {
    border-right: 0.5px solid var(--color-black);
  }

  .graph-div {
    flex-grow: 1;
  }

  .audio-div.notdisplay-mobile {
    display: block;
  }

  .soustitre-info {
    padding-top: 1.5rem;
  }

  .hor-rul {
    margin-top: 3rem;
  }

  .video {
    border-top: 0.5px solid var(--color-black);
    margin-top: 0;
  }
}