/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* Interviews (Podcast / Video) */
.page-template-interviews {
}

.page-template-interviews #back-to-top {
  z-index: 99;
}

.page-template-interviews .podcast-intro,
.page-template-interviews .interviews {
  font-size: 16px;
}

.page-template-interviews .btn {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #d90119;
  border: 1px solid transparent;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0.85em 1.25em;
  text-decoration: none;
}

.page-template-interviews .btn:hover {
  background-color: #ff223b;
}

.page-template-interviews .btn__icon {
  margin-right: 0.6em;
}

.page-template-interviews .btn__icon svg {
  color: currentColor;
  fill: currentColor;
  display: block;
  height: 1.5em;
  width: 1.5em;
}

.page-template-interviews .btn.btn--ghost {
  background: transparent;
  border-color: #d90119;
  color: #d90119;
}

.page-template-interviews .btn.btn--ghost:hover {
  border-color: #ff223b;
  color: #ff223b;
}

.page-template-interviews .podcast-intro {
  background: #ebebeb;
  margin-bottom: 60px;
  padding-top: 240px; /* because of absolute search bar */
  padding-bottom: 20px;
}

.page-template-interviews .btn.btn--play {
  margin-top: 1.5em;
  padding: 0.5em 2em;
}

.page-template-interviews .btn.btn--play .btn__text {
  text-transform: uppercase;
}

.page-template-interviews .podcast-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-template-interviews .podcast-intro__inner figure {
  margin: 0 auto;
  margin-bottom: 2em;
  max-width: 300px;
}

.page-template-interviews .podcast-intro__inner figure img {
  height: auto;
  width: 100%;
}

.page-template-interviews .podcast-intro__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-template-interviews .podcast-intro__content h1,
.page-template-interviews .podcast-intro__content h2,
.page-template-interviews .podcast-intro__content h3,
.page-template-interviews .podcast-intro__content h4,
.page-template-interviews .podcast-intro__content h5,
.page-template-interviews .podcast-intro__content h6 {
  color: inherit;
  margin: 0;
  margin-bottom: 1em;
}

.page-template-interviews .podcast-intro__content h1 {
  color: #d90119;
  font-size: 1.88em;
}

.page-template-interviews .podcast-intro__content p {
  margin: 0;
  margin-bottom: 1.5em;
}

.page-template-interviews .podcast-intro__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-template-interviews .podcast-intro__cta .btn {
  text-align: left;
}

.page-template-interviews .podcast-intro__cta .btn + .btn {
  margin-top: 1em;
}

.page-template-interviews .podcast-intro__cta .btn--subscribe-podcast {
  text-decoration: none;
}

.page-template-interviews .page_page_columns {
}

.page-template-interviews .podcasts-heading {
  overflow: hidden;
}

.page-template-interviews .podcasts-count {
  color: black;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1em;
  position: relative;
  padding-bottom: 0.5em;
  text-align: center;
  text-transform: uppercase;
}

.page-template-interviews .podcasts-count::after {
  background: black;
  content: '';
  display: block;
  margin: 0 auto;
  height: 2px;
  width: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.page-template-interviews .btn-subscribe-podcast {
  -webkit-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  background: #d5482b;
  border-radius: 50px;
  border: none;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 1.25em;
  margin-right: auto;
  margin-left: auto;
  max-width: 200px;
  text-align: center;
}

.page-template-interviews .btn-subscribe-podcast:hover,
.page-template-interviews .btn-subscribe-podcast:focus {
  background-color: red;
}

.page-template-interviews .btn-subscribe-podcast__icon {
  color: white;
  margin-right: 0.25em;
  height: 1em;
  width: 1em;
}

.page-template-interviews .btn-subscribe-podcast__icon svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
}

.page-template-interviews .interviews__heading {
  color: #d90119;
  margin-bottom: 60px;
}

.page-template-interviews .podcasts {
  list-style: none;
  margin: 0;
  margin-bottom: 3em;
  padding: 0;
}

.page-template-interviews .podcast {
  background: white;
  border-top: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  padding-top: 30px;
}

.page-template-interviews .podcast.is-hidden {
  display: none;
}

.page-template-interviews .podcast:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.page-template-interviews .podcast:hover .podcast__play {
  background-color: #966cac;
}

.page-template-interviews .podcast > a {
  width: 100%;
}

.page-template-interviews .podcast__thumb {
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
  overflow: hidden;
  padding: 0;
  min-width: 250px;
  width: 250px;
}

.page-template-interviews .podcast__thumb img {
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.page-template-interviews .podcast__play {
  -webkit-transition: background-color 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  background: #764a8d;
  border-radius: 50%;
  display: block;
  margin-right: 1em;
  position: relative;
  height: 35px;
  width: 35px;
}

.page-template-interviews .podcast__play::before {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent white;
  display: block;
  content: '';
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: 1;
}

.page-template-interviews .podcast__content > p {
  margin-top: 0;
}

.page-template-interviews .podcast__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-bottom: 1em;
}

.page-template-interviews .podcast__title a {
  color: inherit;
  text-decoration: none;
}

.page-template-interviews .podcast__title a:hover {
  text-decoration: underline;
}

.page-template-interviews .podcast__title-franchise {
  color: #d90119;
  text-transform: uppercase;
}

.page-template-interviews .podcast__metas {
  color: #ada4a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1;
  width: 100%;
}

.page-template-interviews .podcast__meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-interviews .podcast__meta svg {
  display: block;
  fill: currentColor;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
}

.page-template-interviews .btn--more-podcasts {
  margin: 80px auto 60px auto;
}

.page-template-interviews .player {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #f2f2f2;
  -webkit-box-shadow: 0 -5px 1em rgba(0, 0, 0, 0.07);
  box-shadow: 0 -5px 1em rgba(0, 0, 0, 0.07);
  color: #9b9b9b;
  min-height: 100px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 101;
  opacity: 1;
  visibility: visible;
}

.page-template-interviews .player.is-hidden {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.page-template-interviews .player__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-template-interviews .player .progress-wrapper {
  background: #efb6b0;
  cursor: pointer;
  height: 4px;
  position: relative;
}

.page-template-interviews .player .progress {
  background: #df4a14;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: 1;
}

.page-template-interviews .player .progress::after {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  background: #df4a14;
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}

.page-template-interviews .player .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em;
  width: 100%;
}

.page-template-interviews .player .media__metas {
  margin-left: 1em;
  overflow: hidden;
}

.page-template-interviews .player .media__content,
.page-template-interviews .player .media__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-interviews .player .media__content {
  max-width: 60%;
  overflow: hidden;
}

.page-template-interviews .player .media__metas-heading,
.page-template-interviews .player .media__metas-ep,
.page-template-interviews .player .media__metas-title {
  display: block;
}

.page-template-interviews .player .media__metas-heading {
  font-size: 18px;
  font-style: normal;
  margin-bottom: 0.5em;
}

.page-template-interviews .player .media__metas-ep,
.page-template-interviews .player .media__metas-title {
  color: #383838;
}

.page-template-interviews .player .media__metas-ep {
  font-size: 24px;
  font-weight: bold;
}

.page-template-interviews .player .media__metas-title {
  display: inline-block;
  font-size: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.page-template-interviews .player .media__actions {
  font-size: 20px;
}

.page-template-interviews .player .media__actions > div {
  border-left: 1px solid #d6d6d6;
  min-height: 64px;
  margin-left: 1em;
  padding-left: 1em;
}

.page-template-interviews .player .media__actions > div:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

.page-template-interviews .player .media__actions .btn {
  background: none;
  color: #a0a0a0;
  margin: 0;
  padding: 0;
}

.page-template-interviews .player .media__actions .btn svg {
  fill: currentColor;
}

.page-template-interviews .player .media__share,
.page-template-interviews .player .volume-wrapper {
  display: none;
}

.page-template-interviews .player .media__share .btn + .btn {
  margin-left: 1.25em;
}

.page-template-interviews .player .media__chapters {
  display: none;
}

.page-template-interviews .player .media__chapters .btn--chapters:focus {
  outline: none;
}

.page-template-interviews
  .player
  .media__chapters
  .btn--chapters
  .icon-open,
.page-template-interviews
  .player
  .media__chapters
  .btn--chapters.is-closed
  .icon-close {
  display: none;
}

.page-template-interviews
  .player
  .media__chapters
  .btn--chapters.is-closed
  .icon-open {
  display: block;
}

.page-template-interviews .player .media__chapters .btn__icon {
  margin-right: 0;
}

.page-template-interviews .player .media__share .btn__icon {
  margin-right: 0;
}

.page-template-interviews .player .media__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-interviews .player .media__cover {
  height: 100px;
  width: 100px;
}

.page-template-interviews .player .media__title {
  font-size: 1.5em;
  font-weight: bold;
}

.page-template-interviews .player .control {
  background: none;
  border: 0;
  color: #dd0000;
  margin: 0;
  padding: 0;
}

.page-template-interviews .player .control svg {
  fill: currentColor;
  width: 30px;
  height: auto;
}

/* Chapters nav */
.page-template-interviews .chapters-nav {
  -webkit-transition: bottom 0.45s cubic-bezier(1, 0, 0, 1);
  -o-transition: bottom 0.45s cubic-bezier(1, 0, 0, 1);
  transition: bottom 0.45s cubic-bezier(1, 0, 0, 1);
  display: none;
  position: fixed;
  bottom: -100%;
  right: 0;
  z-index: 100;
}

.page-template-interviews .chapters-nav.is-opened {
  bottom: 0;
}

.page-template-interviews .chapters-nav.is-loaded .chapters-nav__inner {
  max-height: 60vh;
  overflow-y: scroll;
}

.page-template-interviews .chapters-nav__inner {
  background: #f2f2f2;
  -webkit-box-shadow: 0 -5px 1em rgba(0, 0, 0, 0.07);
  box-shadow: 0 -5px 1em rgba(0, 0, 0, 0.07);
  max-width: 550px;
  padding: 1.5em 3em;
  position: relative;
  width: 550px;
}

.page-template-interviews .chapters-nav__inner > span {
  -webkit-animation: shimmer 1.5s linear infinite;
  animation: shimmer 1.5s linear infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: grey;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(10%, #eeeeee),
    color-stop(18%, #dddddd),
    color-stop(33%, #eeeeee)
  );
  background: -o-linear-gradient(left, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 1000px 104px;
  display: block;
  height: 1.2em;
  position: relative;
  margin: 0;
  margin-bottom: 1.5em;
  padding: 0;
  width: 100%;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}

@keyframes shimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}

.page-template-interviews .chapters-nav__inner ul {
  color: #919191;
  margin: 0;
  padding: 0;
}

.page-template-interviews .chapters-nav__inner li {
  list-style: none;
}

.page-template-interviews .chapters-nav__inner a {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  cursor: pointer;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0.75em 0;
  text-decoration: none;
}

.page-template-interviews .chapters-nav__inner a:hover,
.page-template-interviews .chapters-nav__inner a.is-active {
  color: black;
}

.page-template-interviews .chapters-nav__inner a span:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-template-interviews .chapters-nav__inner a span:nth-child(2) {
  min-width: 100px;
  font-weight: bold;
  text-align: right;
}

/* Podcast Modal*/
.page-template-interviews .modal {
  background: transparent;
  color: #393939;
  font-size: 16px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.page-template-interviews .modal__inner {
  -webkit-transition: all 0.3s 0.15s ease-in-out;
  -o-transition: all 0.3s 0.15s ease-in-out;
  transition: all 0.3s 0.15s ease-in-out;
  background: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 10%;
  max-width: 90%;
  padding: 1.5em;
  position: relative;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}

.page-template-interviews.show-modal .modal {
  background: rgba(0, 0, 0, 0.3);
  visibility: visible;
  opacity: 1;
  z-index: 101;
}

.page-template-interviews.show-modal .modal__inner {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.page-template-interviews .modal__close {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: none;
  border: 0;
  color: #b2b2b2;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
}

.page-template-interviews .modal__close:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  color: #d90119;
}

.page-template-interviews .modal__close svg {
  display: block;
  fill: currentColor;
  width: 100%;
  height: auto;
}

.page-template-interviews .modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-interviews .modal__visual {
  margin: 0;
  margin-right: 20px;
}

.page-template-interviews .modal__heading {
  font-size: 24px;
  font-weight: bold;
}

.page-template-interviews .modal__heading span {
  color: #d90119;
}

.page-template-interviews .platforms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.page-template-interviews .platform {
  list-style: none;
  margin: 0.5em 0;
  width: 50%;
}

.page-template-interviews .platform__link:hover {
  text-decoration: none;
}
/* /Podcast Modal*/

/* Volume */
.page-template-interviews .player #volume {
  width: 140px;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page-template-interviews .player .bar {
  position: absolute;
  top: 50%;
  left: 5%;
  margin: -3px auto;
  height: 6px;
  background: #d8d8d8;
  border-radius: 6px;
}

.page-template-interviews .player #barEmpty {
  width: 90%;
  opacity: 0.5;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.page-template-interviews .player #barFull {
  background: #a0a0a0;
  width: 90%;
}

.page-template-interviews .share-artc {
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
}

.page-template-interviews .share-artc .ssba_print.ssba_share_link {
  display: none;
}

/* temp */
.page-template-interviews .player .btn--share {
  display: none;
}

.page-template-interviews .podcast__meta--fiche {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #ada4a5;
  text-decoration: none;
}

.page-template-interviews .podcast__meta--fiche:hover {
  color: #333;
  text-decoration: underline;
}

.podcast-transcription h2,
.podcast-transcription h3,
.podcast-transcription h4,
.podcast-transcription h5,
.podcast-transcription h6 {
  color: #7f7f7f;
  margin-top: 2.5em;
}

.podcast-transcription {
  font-size: 1.2em;
}

/* Single podcast */
.page-template-interviews.single-interview .podcast-intro__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-template-interviews.single-interview .podcast-heading a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  pointer-events: none;
}

.page-template-interviews.single-interview
  .podcast-heading
  a:not(:last-child) {
  margin-bottom: 0.3em;
}

.page-template-interviews.single-interview
  .podcast-heading
  .podcast-metas {
  color: #a0a0a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 0.55em;
  font-weight: normal;
}

.page-template-interviews.single-interview
  .podcast-heading
  .podcast-metas
  .podcast__meta {
  line-height: 1.5;
}

.page-template-interviews .podcast-intro__inner figure img {
  display: block;
}

.page-template-interviews.single-interview .podcast-metadatas {
  position: absolute;
  top: 0;
  left: -999em;
}

.page-template-interviews.single-interview .podcast-description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.page-template-interviews.single-interview .return-to-podcasts {
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  border: 1px solid #3d484c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.1em;
  line-height: 1.4;
  margin-bottom: 20px;
  padding: 1em;
  text-decoration: none;
}

.page-template-interviews.single-interview .return-to-podcasts:hover {
  color: #d90119;
}

.page-template-interviews.single-interview
  .return-to-podcasts:hover
  img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.page-template-interviews.single-interview .return-to-podcasts img {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.page-template-interviews.single-interview .return-to-podcasts strong {
  margin-left: 1em;
}

.page-template-interviews.single-interview .ens_linked_to_post {
  margin-bottom: 40px;
}

.page-template-interviews.single-interview .btnintssfr {
  border-color: #3d484c;
}

.page-template-interviews .podcast-combo-wrapper {
  margin-top: 0.75em;
  position: relative;
}

.page-template-interviews .podcast-combo-wrapper .btn {
  width: 100%;
}

.page-template-interviews .podcast-intro__cta .btn:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(217, 1, 25, 1) inset;
  box-shadow: 0 0 0 2px rgba(217, 1, 25, 1) inset;
}

.page-template-interviews .podcast-combo {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0.5em 3em 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5em 3em 1em rgba(0, 0, 0, 0.1);
  color: #ff223b;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  position: absolute;
  top: calc(100% - 3px);
  right: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.page-template-interviews .podcast-combo::before {
  content: '';
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
}

.page-template-interviews .podcast-combo.is-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.page-template-interviews .podcast-combo li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-template-interviews .podcast-combo .podcast-combo-link {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  color: #4b4e57;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em 0.75em;
  text-decoration: none;
}

.page-template-interviews .podcast-combo .podcast-combo-link:hover {
  color: #ff223b;
  -webkit-transform: translateX(0.2em);
  -ms-transform: translateX(0.2em);
  transform: translateX(0.2em);
}

.page-template-interviews .podcast-combo-icon {
  margin-right: 0.75em;
  width: 1.2em;
}

.page-template-interviews .podcast-combo-icon svg {
  fill: currentColor;
}

.page-template-interviews.single-interview
  .podcast-transcription-summary {
  background: #f5f5f5;
  clear: both;
  margin: 2em 0 2.5em 0;
  padding: 2em;
}

.page-template-interviews.single-interview
  .podcast-transcription-heading {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-template-interviews.single-interview
  .podcast-transcription-heading-icon {
  background: #ffca00;
  border-radius: 50%;
  display: block;
  margin-right: 0.5em;
  padding: 0.35em;
  height: 2em;
  width: 2em;
  min-width: 2em;
}

.page-template-interviews.single-interview
  .podcast-transcription-heading-icon
  svg {
  fill: white;
}

.page-template-interviews.single-interview
  .podcast-transcription-snippet {
  margin-bottom: 2em;
}

.page-template-interviews.single-interview
  .podcast-transcription-snippet
  p {
  margin-top: 0;
}

.page-template-interviews.single-interview
  .podcast-transcription-summary
  ul {
  margin: 0;
  padding: 0;
}

.page-template-interviews.single-interview
  .podcast-transcription-summary
  li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-template-interviews.single-interview
  .podcast-transcription-summary
  li:not(:last-child) {
  margin-bottom: 1em;
}

.page-template-interviews.single-interview
  .podcast-transcription-summary
  a {
  color: #919191;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.3;
  text-decoration: none;
}

.page-template-interviews.single-interview
  .podcast-transcription-summary
  a:hover,
.page-template-interviews.single-interview
  .podcast-transcription-summary
  a:focus {
  color: black;
}

.page-template-interviews.single-interview
  .podcast-transcription-summary
  a:hover
  > span,
.page-template-interviews.single-interview
  .podcast-transcription-summary
  a:focus
  > span {
  text-decoration: underline;
}

.page-template-interviews.single-interview
  .podcast-transcription-summary
  a:hover
  .podcast-timeline,
.page-template-interviews.single-interview
  .podcast-transcription-summary
  a:focus
  .podcast-timeline {
  text-decoration: none;
}

.page-template-interviews.single-interview
  .podcast-transcription-summary
  .podcast-timeline {
  display: none;
  font-weight: bold;
  min-width: 100px;
  text-align: right;
}

.page-template-interviews.single-interview
  .podcast-transcription
  [data-timeline] {
  padding-bottom: 0.5em;
  position: relative;
}

.page-template-interviews.single-interview
  .podcast-transcription
  [data-timeline]::after {
  background: #ffca00;
  content: '';
  display: inline-block;
  height: 3px;
  width: 3em;
  position: absolute;
  bottom: 0;
  left: 0;
}



/* Related podcasts */
.page-template-interviews .section-podcasts-related {
  margin-top: 100px;
}

.page-template-interviews .section-podcasts-related__heading {
  color: #7f7f7f;
  font-size: 25px;
  margin: 0;
  margin-bottom: 2em;
}

.page-template-interviews .podcasts-related {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3em;
  row-gap: 3em;
  margin: 0;
  padding: 0;
}

.page-template-interviews .podcasts-related__item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-template-interviews .podcasts-related__link {
  display: block;
  text-decoration: none;
}

.page-template-interviews .podcasts-related__link:hover .podcasts-related__title {
  color: #4d5459;
}

/* .page-template-interviews .podcasts-related__link:hover .podcasts-related__cover {
  box-shadow: 0 0 0 .25em rgba(217,1,25,.6) inset
} */

.page-template-interviews .podcasts-related__link:hover .podcasts-related__cover img {
  filter: grayscale(0);
}

.page-template-interviews .podcasts-related__link:hover .podcasts-related__title::after {
  transform: scale(1, 1);
}

.page-template-interviews .podcasts-related__cover {
  /* transition: box-shadow .3s ease-out;
  box-shadow: 0 0 0 0 rgba(217,1,25,.6) inset; */
  display: block;
  width: 100%;
  margin: 0;
}

.page-template-interviews .podcasts-related__cover img {
  transition: filter .3s ease-out;
  filter: grayscale(.3);
  display: block;
  object-fit: contain;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: -1;
}

.page-template-interviews .podcasts-related__title {
  transition: color .3s ease-out;
  color: #7f7f7f;
  display: none;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  padding-bottom: .6em;
  position: relative;
}

.page-template-interviews .podcasts-related__title::after {
  transition: transform .3s ease-out;
  transform: scale(0, 1);
  transform-origin: 0 50%;
  background: #ffca00;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25%;
}



.itw-other-editions {
  border-bottom: 1px solid #e6e6e6; 
  margin-bottom: 1em;
  padding-bottom: 3em;
}

.itw-other-editions__title {
  color: #d90119;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 1.5em;
}

.itw-other-editions__list {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
  padding-left: 2em;
  list-style-type: disc;
}

.itw-other-editions__list li {
  margin-bottom: .5em;
}

.itw-other-editions__list li::marker {
  color: #d90119;
}

.itw-other-editions__list a {
  display: inline-block;
  text-decoration: none;
}

.itw-other-editions__list a:hover {
  text-decoration: underline;
}


@media screen and (min-width: 480px) {
  .page-template-interviews .podcast-intro__cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-template-interviews .podcast-intro__cta .btn + .btn,
  .page-template-interviews .podcast-combo-wrapper {
    margin: 0;
    margin-left: 1.5em;
  }

  .page-template-interviews .share-artc {
    margin-right: 0;
    margin-top: 0;
  }

  .page-template-interviews .player .media__content {
    max-width: unset;
    overflow: unset;
  }

  .page-template-interviews .podcast__meta + .podcast__meta {
    margin-left: 2em;
  }

  .page-template-interviews.single-interview
    .podcast-heading
    .podcast-metas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-template-interviews .podcast-combo-wrapper {
    margin-top: 0;
  }

  .page-template-interviews .podcast-combo {
    margin-left: -63%;
    left: 50%;
    width: 126%;
  }

  .page-template-interviews.single-interview
    .podcast-transcription-summary
    .podcast-timeline {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .page-template-interviews .podcast-intro {
    padding-bottom: 60px;
  }

  .page-template-interviews .podcast-intro__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-template-interviews .podcast-intro__inner figure {
    margin: 0;
    margin-right: 60px;
  }

  .page-template-interviews .interviews__heading {
    text-align: left;
  }

  .page-template-interviews .podcasts-count {
    margin-bottom: 0;
  }

  .page-template-interviews .podcasts-heading .btn-subscribe-podcast {
    float: right;
  }

  .page-template-interviews .podcast {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .page-template-interviews .podcast > a {
    width: auto;
  }

  .page-template-interviews .podcast__thumb {
    margin: 0;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .page-template-interviews .podcast__metas {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .page-template-interviews .btn.btn--play {
    margin-top: 0;
    padding: 0.25em 0.75em;
  }

  .page-template-interviews .player .media {
    padding: 1.5em;
  }

  .page-template-interviews .player .control svg {
    width: 50px;
  }

  .page-template-interviews .player .control.control--volume {
    color: #a0a0a0;
    margin-right: 0.5em;
  }

  .page-template-interviews .player .control.control--volume svg {
    fill: currentColor;
    height: 1.5em;
    width: 1.5em;
  }

  .page-template-interviews .player .media__share,
  .page-template-interviews .player .volume-wrapper {
    display: block;
  }

  .page-template-interviews .player .volume-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }

  .page-template-interviews .player .media__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-template-interviews .player .media__metas-title {
    max-width: unset;
    overflow: unset;
    -o-text-overflow: unset;
    text-overflow: unset;
    white-space: normal;
  }

  .page-template-interviews .modal__inner {
    margin-top: 5%;
    padding: 60px;
  }

  .page-template-interviews .modal__close {
    top: 25px;
    right: 25px;
    height: 30px;
    width: 30px;
  }

  .page-template-interviews .modal__visual {
    margin-right: 60px;
  }

  .page-template-interviews .podcasts-related {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4em;
  }

  .page-template-interviews .podcasts-related__cover {
    margin-bottom: 1em;
  }

  .page-template-interviews .podcasts-related__title {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-template-interviews .podcast-intro__inner figure {
    max-width: 150px;
  }
}

@media screen and (min-width: 1000px) {
  .page-template-interviews .modal__inner {
    max-width: 925px;
  }

  .page-template-interviews
    .player
    .media__actions
    > div:not(:first-child) {
    margin-left: 2em;
    padding-left: 2em;
  }

  .page-template-interviews .player .media__chapters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-template-interviews .chapters-nav {
    display: block;
  }
}
