.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: 50%;
  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;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.tematik_slideshow-legende strong {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: inherit;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: 900;
  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.125rem;
  display: block;
}

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

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

.tematik_slideshow-legende small {
  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 {
    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;
  line-height: 3rem;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 2rem;
}

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

.tematik_slideshow-prev {
  left: 0;
}

.tematik_slideshow-next {
  right: 0;
}

/*# sourceMappingURL=../../../sourcemaps/css/theme/blocs/tematik_slideshow/view.css.map */
