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

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

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

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

.tematik_slideshow .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 .tematik_slideshow-legende {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 1.2;
  padding: 1.5rem;
  color: #fff;
  z-index: 1;
}

.tematik_slideshow .tematik_slideshow-legende::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(280deg, #F12958, #AD00D2);
  background: linear-gradient(170deg, #F12958, #AD00D2);
  opacity: 0.92;
  z-index: -1;
}

.tematik_slideshow .tematik_slideshow-legende strong {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #fff;
  font-family: "Anodina", 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.0125rem;
  letter-spacing: 0.15rem;
  display: block;
  letter-spacing: 0.15rem;
  margin-bottom: 0.5rem;
}

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

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

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

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

.tematik_slideshow .tematik_slideshow-pagin a {
  background: #fff;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s, background 0.4s;
  -moz-transition: opacity 0.4s, background 0.4s;
  transition: opacity 0.4s, background 0.4s;
}

.tematik_slideshow .tematik_slideshow-pagin a:hover {
  background: #fff;
  opacity: 1;
}

.tematik_slideshow .tematik_slideshow-pagin li.active a {
  opacity: 1;
}

.tematik_slideshow .tematik_slideshow-pagin li.active a:hover {
  background: #AD00D2;
}

.tematik_slideshow .tematik_slideshow-nav {
  display: none;
}

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

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

.tematik_slideshow .tematik_slideshow-prev a,
.tematik_slideshow .tematik_slideshow-next a {
  height: 3rem;
  width: 3rem;
  text-align: center;
  line-height: 3rem;
  display: block;
  color: #fff;
  font-size: 2rem;
  opacity: 0.8;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.tematik_slideshow .tematik_slideshow-prev a:hover,
.tematik_slideshow .tematik_slideshow-next a:hover {
  opacity: 1;
}

.tematik_slideshow .tematik_slideshow-prev {
  left: 0;
}

.tematik_slideshow .tematik_slideshow-next {
  right: 0;
}
