section.section-remontee {
  margin-bottom: 30px;
}

section.section-remontee .articles {
  width: 100%;
}

section.section-remontee .articles article {
  width: 25%;
  margin: 0 15px;
}

section.section-remontee .articles article .element {
  position: relative;
  overflow: hidden;
}
section.section-remontee .articles article .element .front {
  position: relative;
  bottom: 0;
  transition: 0.5s ease-in-out;
}
section.section-remontee .articles article .element .front .caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: white;
  padding: 15px 20px 20px;
}
section.section-remontee .articles article .element .front > a > b {
  position: absolute;
  right: 0;
  padding: 10px 15px;
  background: white;
  border: 1px solid;
}
section.section-remontee .articles article .element b {
  font-family: "Hero New", serif;
  font-weight: 600;
  font-size: 12px;
  color: #008BD2;
  text-transform: uppercase;
}
section.section-remontee .articles article .element b.h2 {
  font-family: Alverata, serif;
  font-weight: 900;
  font-size: 20px;
  display: block;
  color: black;
  text-transform: none;
}
section.section-remontee .articles article .element b.h2 a {
  color: inherit;
}
section.section-remontee .articles article .element .transition {
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  width: 100%;
  height: 100%;
  background: #3e3e3e url(/themes/project/img/fond-actus.jpg);
  background-size: contain;
  transition: top 0.5s ease-in-out;
}
section.section-remontee .articles article .element .back {
  position: absolute;
  top: calc(100% + 250px);
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  background: white;
  padding: 40px 25px;
  box-shadow: inset 0 0 16px rgba(126, 126, 126, 0.23);
  transition: top 0.5s ease-in-out;
  transition-delay: 0.2s;
}
section.section-remontee .articles article .element .back b.h2 {
  color: #008BD2;
}
section.section-remontee .articles article .element .back .text-right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  section.section-remontee .articles article .element:hover .transition, section.section-remontee .articles article .element:hover .back {
    top: 0;
  }
  section.section-remontee .articles article .element:hover .front {
    bottom: 200px;
  }
}
section.section-remontee .articles article footer {
  margin-top: 25px;
}

section.section-remontee .fleches {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.section-remontee .fleches .fleche {
  display: block;
  width: 77px;
  height: 24px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  box-shadow: none;
  background-size: auto;
  flex-shrink: 0;
}
section.section-remontee .fleches .fleche.left {
  background: url("/themes/project/img/prev.png") center left;
}
section.section-remontee .fleches .fleche.right {
  background: url("/themes/project/img/next.png") center right;
}
section.section-remontee .fleches .dots {
  position: relative;
  display: block;
  height: 24px;
  margin: 0 60px;
}
section.section-remontee .fleches .dots .slick-dots {
  bottom: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
section.section-remontee .fleches .dots .slick-dots li {
  height: inherit;
  width: 16px;
  margin: 0 8px;
}
section.section-remontee .fleches .dots .slick-dots li.slick-active button::before {
  background: #008BD2;
}
section.section-remontee .fleches .dots .slick-dots li button {
  height: inherit;
  width: inherit;
  padding: 0;
}
section.section-remontee .fleches .dots .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 0.3s ease-in-out;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (prefers-reduced-motion: reduce) {
  section.section-remontee .fleches .dots .slick-dots li button::before {
    transition: none;
  }
}

@media screen and (max-width: 992px) {
  section.section-remontee .fleches .dots {
    width: 100%;
  }
}
