.podcast-teaser {
  display: flex;
  flex-flow: row;

  height: var(--height-podcast-teaser);

  background-color: var(--color-dark);

  margin: 1em;

  position: relative;
}

.podcast-teaser--play {
  display: block;
  height: 100%;
  padding: 0;
  border: 0;
  background: initial;
}

.podcast-teaser--play img {
    height: 100%;
}

.podcast-teaser--image img {
  height: var(--height-podcast-teaser);
  width: auto;
}

.podcast-teaser--infos {
  padding: 0.5em 1em;
  flex: 1;
}
.podcast-teaser--emission a {
  color: var(--color-white);
  font-weight: 800;
  font-size: 1.5em;

  text-decoration: none;
  text-transform: uppercase;
}


.podcast-teaser--title a {
  text-transform: uppercase;

  color: var(--color-accent);
}

.podcast-teaser--resume {
  color: white;
  font-size: 0.9em;
}

.podcast-teaser--right {
  display: flex;
  flex-flow: column nowrap;

  margin-left: auto;
  padding-top: 0.3em;
  text-align: right;
}


.podcast-teaser--categories {
  padding: 0.5em 1em;
  color: var(--color-light);
  text-transform: uppercase;
  font-weight: 700;
}

.podcast-teaser--time-and-date {
    margin-top: auto;
}

.podcast-teaser--duree {
  display: inline-block;
  padding-right: 0.3em;
  color: white;
}

.podcast-teaser--date {
  display: inline-block;
  margin-left: 0.7em;
}

.podcast-teaser--date time,
.podcast-teaser--date span {
  position: relative;

  padding-right: 0.5em;
  padding-left: 0.7em;
  background-color: var(--color-accent);
  color: var(--color-dark);
}

.podcast-teaser--date time:after,
.podcast-teaser--date span:after {
  content: '';
  display: inline-block;
  background-color: var(--color-accent);
  width: 1em;
  transform: skew(-25deg, 0deg);
  height: 100%;
  position: absolute;
  transform-origin: bottom left;
  top: 0px;
  left: -0.7em;
}
