@charset "UTF-8";
.tematik_slideshow--prestations {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: slide_etape;
  counter-reset: pagination_etape;
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations {
    margin-top: -6rem;
    padding-bottom: 11rem;
  }
}

body:not(.home) .tematik_slideshow--prestations {
  left: -moz-calc(-50vw + 50%);
  left: calc(-50vw + 50%);
  width: 100vw;
  margin-top: 3.5rem;
}

.tematik_slideshow--prestations .slideContainer {
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations .slideContainer {
    padding-bottom: 2rem;
  }
}

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

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

.tematik_slideshow--prestations .tematik_slideshow-interne {
  position: relative;
  overflow: visible;
  width: 75vw;
  z-index: 1;
}

.tematik_slideshow--prestations li.slide {
  opacity: 0.2;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
  counter-increment: slide_etape;
}

.tematik_slideshow--prestations li.slide:nth-child(2) {
  counter-reset: slide_etape;
}

.tematik_slideshow--prestations li.slide:nth-of-type(-n+10) .tematik_slideshow-legende::after {
  content: "0" counter(slide_etape);
}

.tematik_slideshow--prestations .tematik_slideshow-contenu {
  display: block;
  position: relative;
  height: 18.75rem;
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations .tematik_slideshow-contenu {
    height: 37.5rem;
  }
}

.tematik_slideshow--prestations .tematik_slideshow-image {
  display: block;
  width: 100%;
  max-width: 75vw;
  height: 100%;
  -webkit-transform: scale(0.5) translateY(3rem);
  -moz-transform: scale(0.5) translateY(3rem);
  transform: scale(0.5) translateY(3rem);
  padding-bottom: 0;
  background-color: #EFEFEF;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations .tematik_slideshow-image {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50vw;
    -webkit-transform: scale(0.5) translateY(8rem);
    -moz-transform: scale(0.5) translateY(8rem);
    transform: scale(0.5) translateY(8rem);
  }
}

.tematik_slideshow--prestations .tematik_slideshow-legende {
  height: 0;
  width: 100%;
  line-height: 2;
  padding: 2rem 0 0 2rem;
  opacity: 0;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations .tematik_slideshow-legende {
    position: absolute;
    top: 50%;
    left: -moz-calc(50vw - 12.5vw);
    left: calc(50vw - 12.5vw);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: -moz-calc(25vw + 12.5vw - 0.0625rem);
    width: calc(25vw + 12.5vw - 0.0625rem);
    padding: 4rem 0 0 4rem;
    background-color: #fff;
  }
}

.tematik_slideshow--prestations .tematik_slideshow-legende::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 5.5rem;
  height: 5.5rem;
  background: #fff;
  border: 0.125rem solid #AD00D2;
  border-radius: 50%;
  -webkit-transform: translate(50%, -25%);
  -moz-transform: translate(50%, -25%);
  transform: translate(50%, -25%);
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations .tematik_slideshow-legende::before {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.tematik_slideshow--prestations .tematik_slideshow-legende::after {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #AD00D2;
  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;
  content: counter(slide_etape);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0.1875rem;
  right: 0;
  -webkit-transform: translate(50%, -25%);
  -moz-transform: translate(50%, -25%);
  transform: translate(50%, -25%);
  width: 4.6875rem;
  height: 4.6875rem;
  border: 0.0625rem solid #F12958;
  border-radius: 50%;
  font-size: 2.625rem;
  line-height: -moz-calc(4.6875rem - 0.5rem);
  line-height: calc(4.6875rem - 0.5rem);
  opacity: 1;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.2s, -moz-transform 0.4s;
  transition: transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s, -webkit-transform 0.4s, -moz-transform 0.4s;
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations .tematik_slideshow-legende::after {
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tematik_slideshow--prestations .tematik_slideshow-legende::after {
    line-height: 4rem;
  }
}

.tematik_slideshow--prestations .tematik_slideshow-legende strong {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #191D32;
  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.75rem;
  letter-spacing: 0.1rem;
  display: block;
  padding-right: 1rem;
  -webkit-transform: translateY(2rem);
  -moz-transform: translateY(2rem);
  transform: translateY(2rem);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
  transition: opacity 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
  -moz-transition: opacity 0.4s 0.4s, transform 0.4s 0.4s, -moz-transform 0.4s 0.4s;
  transition: opacity 0.4s 0.4s, transform 0.4s 0.4s;
  transition: opacity 0.4s 0.4s, transform 0.4s 0.4s, -webkit-transform 0.4s 0.4s, -moz-transform 0.4s 0.4s;
}

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

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

.tematik_slideshow--prestations .tematik_slideshow-legende strong::after {
  content: '';
  display: block;
  margin: 1.25rem 0 1rem;
  width: 2.0625rem;
  height: 0;
  border-top: 0.25rem solid;
  border-color: inherit;
  will-change: transition, border;
  -webkit-transition: border 0.4s, opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: border 0.4s, opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  -moz-transition: transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), border 0.4s, opacity 0.4s, -moz-transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
  transition: transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), border 0.4s, opacity 0.4s;
  transition: transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), border 0.4s, opacity 0.4s, -webkit-transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98), -moz-transform 0.4s cubic-bezier(0.47, 0.01, 0.37, 0.98);
}

.tematik_slideshow--prestations .tematik_slideshow-legende strong::after {
  border-color: #AD00D2;
}

.tematik_slideshow--prestations .tematik_slideshow-legende small {
  display: block;
  font-size: 1rem;
  -webkit-transform: translateY(2rem);
  -moz-transform: translateY(2rem);
  transform: translateY(2rem);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.5s, -webkit-transform 0.4s 0.5s;
  transition: opacity 0.4s 0.5s, -webkit-transform 0.4s 0.5s;
  -moz-transition: opacity 0.4s 0.5s, transform 0.4s 0.5s, -moz-transform 0.4s 0.5s;
  transition: opacity 0.4s 0.5s, transform 0.4s 0.5s;
  transition: opacity 0.4s 0.5s, transform 0.4s 0.5s, -webkit-transform 0.4s 0.5s, -moz-transform 0.4s 0.5s;
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations .tematik_slideshow-legende small {
    padding-right: 5rem;
  }
}

.tematik_slideshow--prestations .tematik_slideshow-lien {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #AD00D2;
  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;
  float: right;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-top: 1rem;
  -webkit-transform: translateY(2rem);
  -moz-transform: translateY(2rem);
  transform: translateY(2rem);
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.6s, color 0.4s, -webkit-transform 0.4s 0.6s;
  transition: opacity 0.4s 0.6s, color 0.4s, -webkit-transform 0.4s 0.6s;
  -moz-transition: opacity 0.4s 0.6s, transform 0.4s 0.6s, color 0.4s, -moz-transform 0.4s 0.6s;
  transition: opacity 0.4s 0.6s, transform 0.4s 0.6s, color 0.4s;
  transition: opacity 0.4s 0.6s, transform 0.4s 0.6s, color 0.4s, -webkit-transform 0.4s 0.6s, -moz-transform 0.4s 0.6s;
}

.tematik_slideshow--prestations .tematik_slideshow-lien:hover {
  color: #F12958;
}

.tematik_slideshow--prestations .tematik_slideshow-lien::after {
  content: "\e930";
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: baseline;
  line-height: inherit;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-left: 0.25rem;
  position: relative;
  top: 0.3125rem;
  width: 1rem;
  font-size: 1.5rem;
}

.tematik_slideshow--prestations li.active-slide {
  opacity: 1;
}

.tematik_slideshow--prestations li.active-slide .tematik_slideshow-image {
  -webkit-transform: scale(1) translate(0);
  -moz-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
}

.tematik_slideshow--prestations li.active-slide .tematik_slideshow-legende {
  opacity: 1;
  height: 100%;
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations li.active-slide .tematik_slideshow-legende {
    height: -moz-calc(37.5rem - 12rem);
    height: calc(37.5rem - 12rem);
  }
}

.tematik_slideshow--prestations li.active-slide .tematik_slideshow-legende strong {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.tematik_slideshow--prestations li.active-slide .tematik_slideshow-legende small {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.tematik_slideshow--prestations li.active-slide .tematik_slideshow-lien {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}

.tematik_slideshow--prestations .tematik_slideshow-pagin {
  /* ACTIVE */
  /* HOVER */
}

@media screen and (min-width: 0) and (max-width: 991px) {
  .tematik_slideshow--prestations .tematik_slideshow-pagin {
    display: none;
  }
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations .tematik_slideshow-pagin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: auto;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    width: 100%;
    max-width: 960px;
    left: 50%;
    padding: 4rem 0;
    z-index: 0;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .tematik_slideshow--prestations .tematik_slideshow-pagin {
    max-width: 1160px;
  }
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations .tematik_slideshow-pagin::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100vw;
    height: 0.1875rem;
    background: #FD7802;
    z-index: -3;
  }
  .tematik_slideshow--prestations .tematik_slideshow-pagin::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 1.75rem;
    left: 2.25rem;
    -webkit-transform: translateX(-100%) skew(-35deg);
    -moz-transform: translateX(-100%) skew(-35deg);
    transform: translateX(-100%) skew(-35deg);
    width: 100%;
    height: 9.3rem;
    background: #DFDFDF;
    z-index: -1;
  }
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li {
  position: relative;
  counter-increment: pagination_etape;
  /* Ajouter un 0 avant chaque numéro inférieur à 10 */
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li::before, .tematik_slideshow--prestations .tematik_slideshow-pagin li::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  border-radius: 50%;
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li::before {
  width: 4.6875rem;
  height: 4.6875rem;
  border: 0.0625rem solid #F12958;
  background: #fff;
  text-align: center;
  z-index: 2;
  -webkit-transition: background 0.4s, -webkit-transform 0.4s 0.13333s;
  transition: background 0.4s, -webkit-transform 0.4s 0.13333s;
  -moz-transition: transform 0.4s 0.13333s, background 0.4s, -moz-transform 0.4s 0.13333s;
  transition: transform 0.4s 0.13333s, background 0.4s;
  transition: transform 0.4s 0.13333s, background 0.4s, -webkit-transform 0.4s 0.13333s, -moz-transform 0.4s 0.13333s;
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li::after {
  width: 5.5rem;
  height: 5.5rem;
  border: 0.125rem solid #AD00D2;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.4s 0.13333s;
  transition: -webkit-transform 0.4s 0.13333s;
  -moz-transition: transform 0.4s 0.13333s, -moz-transform 0.4s 0.13333s;
  transition: transform 0.4s 0.13333s;
  transition: transform 0.4s 0.13333s, -webkit-transform 0.4s 0.13333s, -moz-transform 0.4s 0.13333s;
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li:nth-of-type(-n+9) a::after {
  content: "0" counter(pagination_etape);
}

.tematik_slideshow--prestations .tematik_slideshow-pagin a {
  position: relative;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 0.1875rem solid #FD7802;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  z-index: 2;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
}

.tematik_slideshow--prestations .tematik_slideshow-pagin a::before {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #191D32;
  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;
  content: "Étape";
  font-size: 0.75rem;
  position: absolute;
  bottom: 0.25rem;
  left: 50%;
  -webkit-transform: translate(-50%, 125%);
  -moz-transform: translate(-50%, 125%);
  transform: translate(-50%, 125%);
  text-indent: 0;
  letter-spacing: 0.1rem;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.2s, -moz-transform 0.4s;
  transition: transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s, -webkit-transform 0.4s, -moz-transform 0.4s;
}

.tematik_slideshow--prestations .tematik_slideshow-pagin a::after {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #AD00D2;
  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.4rem;
  content: counter(pagination_etape);
  display: block;
  position: absolute;
  top: -0.125rem;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  text-indent: 0;
  z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.4s;
  transition: opacity 0.2s, -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, opacity 0.2s, -moz-transform 0.4s;
  transition: transform 0.4s, opacity 0.2s;
  transition: transform 0.4s, opacity 0.2s, -webkit-transform 0.4s, -moz-transform 0.4s;
}

@media (min-width: 576px) {
  .tematik_slideshow--prestations .tematik_slideshow-pagin a::after {
    font-size: 1.575rem;
  }
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations .tematik_slideshow-pagin a::after {
    font-size: 1.75rem;
  }
}

.tematik_slideshow--prestations .tematik_slideshow-pagin span {
  margin-bottom: 0.25rem;
  line-height: 1.1;
  color: #191D32;
  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;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 0.875rem;
  letter-spacing: 0.02rem;
  text-align: center;
  width: 8rem;
  opacity: 0;
  -webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
  -moz-transition: transform 0.4s 0.2s, opacity 0.4s 0.2s, -moz-transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s, opacity 0.4s 0.2s;
  transition: transform 0.4s 0.2s, opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s, -moz-transform 0.4s 0.2s;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tematik_slideshow--prestations .tematik_slideshow-pagin span {
    -webkit-transition: top 0.4s 0.2s, opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    transition: top 0.4s 0.2s, opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
    -moz-transition: transform 0.4s 0.2s, top 0.4s 0.2s, opacity 0.4s 0.2s, -moz-transform 0.4s 0.2s;
    transition: transform 0.4s 0.2s, top 0.4s 0.2s, opacity 0.4s 0.2s;
    transition: transform 0.4s 0.2s, top 0.4s 0.2s, opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s, -moz-transform 0.4s 0.2s;
  }
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li.active::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s 0.2s;
  transition: -webkit-transform 0.4s 0.2s;
  -moz-transition: transform 0.4s 0.2s, -moz-transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s;
  transition: transform 0.4s 0.2s, -webkit-transform 0.4s 0.2s, -moz-transform 0.4s 0.2s;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tematik_slideshow--prestations .tematik_slideshow-pagin li.active::before {
    top: 7px;
  }
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li.active::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -moz-transition: transform 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li.active a {
  background: none;
  border-color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li.active a::before, .tematik_slideshow--prestations .tematik_slideshow-pagin li.active a::after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li.active a::before {
  -webkit-transition: opacity 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
  transition: opacity 0.4s 0.4s, -webkit-transform 0.4s 0.4s;
  -moz-transition: transform 0.4s 0.4s, opacity 0.4s 0.4s, -moz-transform 0.4s 0.4s;
  transition: transform 0.4s 0.4s, opacity 0.4s 0.4s;
  transition: transform 0.4s 0.4s, opacity 0.4s 0.4s, -webkit-transform 0.4s 0.4s, -moz-transform 0.4s 0.4s;
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li.active a::after {
  -webkit-transition: opacity 0.4s 0.5s, -webkit-transform 0.4s 0.5s;
  transition: opacity 0.4s 0.5s, -webkit-transform 0.4s 0.5s;
  -moz-transition: transform 0.4s 0.5s, opacity 0.4s 0.5s, -moz-transform 0.4s 0.5s;
  transition: transform 0.4s 0.5s, opacity 0.4s 0.5s;
  transition: transform 0.4s 0.5s, opacity 0.4s 0.5s, -webkit-transform 0.4s 0.5s, -moz-transform 0.4s 0.5s;
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li.active span {
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -moz-transition: transform 0.2s, opacity 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s;
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li:not(.active):hover::before {
  background: #FD7802;
  -webkit-transform: translate(-50%, -50%) scale(0.25);
  -moz-transform: translate(-50%, -50%) scale(0.25);
  transform: translate(-50%, -50%) scale(0.25);
  -webkit-transition: background 0.4s, -webkit-transform 0.4s;
  transition: background 0.4s, -webkit-transform 0.4s;
  -moz-transition: background 0.4s, transform 0.4s, -moz-transform 0.4s;
  transition: background 0.4s, transform 0.4s;
  transition: background 0.4s, transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li:not(.active):hover::after {
  -webkit-transform: translate(-50%, -50%) scale(0.375);
  -moz-transform: translate(-50%, -50%) scale(0.375);
  transform: translate(-50%, -50%) scale(0.375);
  border: 0.375rem solid #FD7802;
  opacity: 1;
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li:not(.active):hover a {
  background: #FD7802;
}

.tematik_slideshow--prestations .tematik_slideshow-pagin li:not(.active):hover span {
  -webkit-transform: translate(-50%, calc(-100% - 1.5rem));
  -moz-transform: translate(-50%, -moz-calc(-100% - 1.5rem));
  transform: translate(-50%, calc(-100% - 1.5rem));
  opacity: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tematik_slideshow--prestations .tematik_slideshow-pagin li:not(.active):hover span {
    top: -1rem;
    -webkit-transform: translate(-50%, -100%);
    -moz-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}

.tematik_slideshow--prestations .tematik_slideshow-prev {
  display: none;
}

.tematik_slideshow--prestations .tematik_slideshow-next {
  position: absolute;
  top: 12rem;
  left: auto;
  right: 2vw;
  z-index: 1;
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations .tematik_slideshow-next {
    right: 10vw;
  }
}

.tematik_slideshow--prestations .tematik_slideshow-next::before {
  display: block;
  content: '';
  position: absolute;
  top: -1rem;
  left: -moz-calc(-25vw + 2vw + 3rem + 0.5rem);
  left: calc(-25vw + 2vw + 3rem + 0.5rem);
  width: 60px;
  height: 43px;
  background: url(/application/themes/elpack/img/utils/deco-nav.svg) no-repeat center;
  z-index: -1;
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations .tematik_slideshow-next::before {
    left: -moz-calc(-25vw + 10vw + 3rem + 0.5rem);
    left: calc(-25vw + 10vw + 3rem + 0.5rem);
  }
}

.tematik_slideshow--prestations .tematik_slideshow-next::after {
  display: block;
  content: '';
  position: absolute;
  top: -moz-calc(50% + 0.125rem);
  top: calc(50% + 0.125rem);
  left: -moz-calc(-25vw + 2vw + 3rem + 0.4rem + 60px);
  left: calc(-25vw + 2vw + 3rem + 0.4rem + 60px);
  width: -moz-calc(25vw - 60px - 2vw - 3rem - 0.4rem);
  width: calc(25vw - 60px - 2vw - 3rem - 0.4rem);
  height: 0.1875rem;
  background: #FD7802;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 992px) {
  .tematik_slideshow--prestations .tematik_slideshow-next::after {
    left: -moz-calc(-25vw + 10vw + 3rem + 0.4rem + 60px);
    left: calc(-25vw + 10vw + 3rem + 0.4rem + 60px);
    width: -moz-calc(25vw - 60px - 10vw - 3rem - 0.4rem);
    width: calc(25vw - 60px - 10vw - 3rem - 0.4rem);
  }
}

.tematik_slideshow--prestations .tematik_slideshow-next a {
  height: 3rem;
  width: 3rem;
  text-align: center;
  line-height: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 0.1875rem solid #FD7802;
  border-radius: 50%;
  color: #FD7802;
  font-size: 1.15rem;
  -webkit-transition: background 0.4s, color 0.4s;
  -moz-transition: background 0.4s, color 0.4s;
  transition: background 0.4s, color 0.4s;
}

.tematik_slideshow--prestations .tematik_slideshow-next a:hover {
  background: #FD7802;
  color: #fff;
}
