.tematik_slideshow ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.tematik_slideshow-interne, .tematik_slideshow-contenu {
  width: 100%;
  height: 100%;
}

.tematik_slideshow-interne {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.tematik_slideshow-contenu {
  display: block;
  position: relative;
}

.tematik_slideshow-image {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.tematik_slideshow-legende {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1.2;
  padding: 4rem 2rem 2rem 2rem;
  background-color: rgba(31, 30, 30, 0.5);
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -moz- oldlinear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.tematik_slideshow-legende strong {
  margin-bottom: 0.25rem;
  line-height: 1;
  color: inherit;
  font-family: inherit;
  font-weight: 700;
  text-transform: none;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  font-size: 1.35rem;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  display: block;
}

@media (min-width: 576px) {
  .tematik_slideshow-legende strong {
    font-size: 1.425rem;
  }
}

@media (min-width: 992px) {
  .tematik_slideshow-legende strong {
    font-size: 1.5rem;
  }
}

.tematik_slideshow-legende small {
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
}

.tematik_slideshow-pagin {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1;
}

.tematik_slideshow-nav {
  display: none;
}

@media (min-width: 992px) {
  .tematik_slideshow-nav {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    display: block;
  }
}

.tematik_slideshow-prev, .tematik_slideshow-next {
  display: inline-block;
  vertical-align: middle;
}

.tematik_slideshow-prev a, .tematik_slideshow-next a {
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  display: block;
  color: #fff;
  font-size: 1.5rem;
}

.tematik_slideshow-prev a:hover, .tematik_slideshow-next a:hover {
  color: #64A1C1;
}
