.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: 0rem;
  left: 0;
  width: 100%;
  line-height: 1.2;
  padding: 2.5rem;
  color: #fff;
}

.tematik_slideshow-legende strong {
  margin-bottom: 1rem;
  line-height: 1;
  color: inherit;
  font-family: "Decalotype", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -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.6rem;
  margin-bottom: 0.5rem;
  display: block;
}

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

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

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

.tematik_slideshow-pagin {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

.home .tematik_slideshow-pagin {
  top: auto;
  bottom: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@media (min-width: 768px) {
  .home .tematik_slideshow-pagin {
    bottom: 1rem;
  }
}

.tematik_slideshow-nav {
  display: none;
}

@media (min-width: 992px) {
  .tematik_slideshow-nav {
    display: block;
  }
}

.tematik_slideshow-prev, .tematik_slideshow-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

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

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

.tematik_slideshow-prev {
  right: 100%;
}

.tematik_slideshow-next {
  left: 100%;
}
