.section-listedefiches .flexcol {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-listedefiches h2 + .swiper--ctn {
  margin-top: 40px;
}
.section-listedefiches .objetcross {
  width: 24%;
  margin-right: 1.33%;
  height: 490px;
}
.section-listedefiches .objetcross:last-child {
  margin-right: 0;
}
.section-listedefiches .objetcross a .imgcropCtn {
  height: 100%;
  border-radius: 40px;
}
.section-listedefiches .objetcross a .imgcropCtn span.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0) 0%,#000000 100%);
  opacity: 0.45;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-listedefiches .objetcross a .imgcropCtn span.overlaysurvol {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #EF5960;
  opacity: 0;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-listedefiches .objetcross a .imgcropCtn h3 {
  color: #ffffff;
  position: absolute;
  bottom: 7%;
  left: 0;
  padding: 0 22px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 2.6rem;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  word-break: break-word;
}
.section-listedefiches .objetcross a .imgcropCtn p {
  position: absolute;
  margin-bottom: 0;
  padding: 0 22px;
  bottom: -70%;
  left: 0;
  color: #ffffff;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.section-listedefiches .objetcross a:hover .imgcropCtn span.overlay {
  opacity: 0;
}
.section-listedefiches .objetcross a:hover .imgcropCtn span.overlaysurvol {
  opacity: 0.80;
}
.section-listedefiches .objetcross a:hover .imgcropCtn h3 {
  bottom: 93%;
  transform: translateY(100%);
}
.section-listedefiches .objetcross a:hover .imgcropCtn h3:after {
  content: '';
  display: block;
  width: 160px;
  height: 1px;
  background-color: #ffffff;
  margin-top: 20px;
}
.section-listedefiches .objetcross a:hover .imgcropCtn p {
  bottom: 40px;
}
@media (max-width: 1399px) {
  .section-listedefiches .objetcross a .imgcropCtn h3 {
    font-size: 2rem;
  }
  .section-listedefiches .objetcross a .imgcropCtn p {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .section-listedefiches .objetcross a .imgcropCtn h3 {
    line-height: 1;
  }
  .section-listedefiches .objetcross a .imgcropCtn p {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .section-listedefiches .flexcol {
    flex-direction: column;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
  }
  .section-listedefiches .flexcol .objetcross {
    width: 100%;
    margin: 0 0;
  }
}
@media (max-width: 767px) {
  .section-listedefiches .flexcol {
    display: flex;
    flex-direction: column;
  }
  .section-listedefiches .objetcross {
    height: 340px;
  }
  .section-listedefiches .objetcross a .imgcropCtn h3 {
    bottom: 8%;
  }
  .section-listedefiches .swiper--ctn .s-button-next {
    right: 10px;
  }
  .section-listedefiches .swiper--ctn .s-button-prev {
    left: 10px;
  }
}
