.swiper-3-col {
  position: relative;
  display: flex;
  padding: 0;
  margin-top: 40px;
}
.swiper-3-col .container {
  display: flex;
  width: 100%;
  height: 100%;
  gap: 1vw;
  flex-flow: row nowrap;
  
}
.swiper-3-col .bloc {
  display: flex;
  flex-flow: column;
  width: 100%;
  min-height: 19.345vw;
  border-radius: 10px;
  background-color: #F4F4F4;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #001727;
}
.swiper-3-col .bloc img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.swiper-3-col .bloc-description
{
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 12.5px;
  box-sizing: border-box;
  transition: opacity 0.4s ease-in-out;
  /* box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.8); */
	border: solid 2px transparent;
	transition: border 0.4s ease-out;
  opacity: 1;
	border-radius: 10px;
}
.swiper-3-col .bloc-description p
{
  display: flex;
  font-family: "Poppins", serif;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: auto;
  margin: 0;
}
.swiper {
  position: relative;
  z-index: 0 !important;
  overflow: hidden !important;
  box-sizing: border-box;
  margin-right: 2vw;
}
.title-swiper .swiper-wrapper {
  max-width: 84vw;
}
.swiper-slide {
  overflow: hidden !important;
  width: calc((100% / 3) - 20px);
}
.swiper-button-prev {
  padding: 20px;
  border: solid 2px transparent;
  /* background-color: #FFFFFF; */
  width: 35px;
  height: 35px;
  transform: translateX(-150%);
  left: 0;
  box-sizing: border-box;
}

.swiper-button-next {
  padding: 20px;
  border: solid 2px transparent;
  /* background-color: rgba(255, 255, 255, 0.6); */
  width: 35px;
  height: 35px;
  transform: translateX(150%);
  right: 0;
  box-sizing: border-box;
}
.swiper-button-next, .swiper-button-prev {
  z-index: 1 !important;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: '<' !important;
  font-family: 'Poppins' !important;
  font-weight: 500 !important;
  color: #ffffff;
  transform: scale(0.4);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-next:after {
  color: #ffffff;
  transform: scaleX(-1) scale(0.4);
  content: '<' !important;
  font-family: 'Poppins' !important;
  font-weight: 500 !important;
}
.swiper-3-col .btn {
  min-width: 170px;
}
.swiper-3-col .btn:hover {
  color: #001727;
}
.swiper-3-col span {
  color: #001727;
}

@media screen and (max-width: 1079px) {
.swiper-slide {
  width: 100%;
}
.swiper-wrapper {
  max-width: 100vw;
}
.swiper-3-col {
  margin: 30px 0;
}
.swiper-3-col h2 {
      padding: 0vw 7vw 0vw 7vw;
}
.swiper-3-col .bloc {
  display: flex;
  flex-flow: column;
  width: 100%;
  background-color: #F4F4F4;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #001727;
}
.swiper-3-col .btn {
  min-width: calc(100% - 14vw);
}
.swiper-button-next, .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.2);
  transform: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
  color: #ffffff !important;
  font-size: 60px !important;
}
}

@media screen and (min-width: 1080px) {
  .swiper-button-prev:hover {
  border: solid 2px #ffffff;
  border-radius: 50%;
  transition: border 0.4s ease-in-out;
}
  .swiper-button-next:hover {
    border: solid 2px #ffffff;
    border-radius: 50%;
    transition: border 0.4s ease-in-out;
}
.swiper-button-prev {
  transition: border 0.4s ease-in-out;
  border-radius: 50%;
}
  .swiper-button-next {
    transition: border 0.4s ease-in-out;
    border-radius: 50%;
}

.swiper-3-col .bloc img {
  height: 19.643vw;
}
	.swiper-3-col .bloc-description:hover
{
	border: solid 2px #ffffff;
	transition: border 0.4s ease-in;
}
}

@media screen and (max-width: 1070px) {
  /*  .swiper-slide {
    max-height: 400px !important;
  } */
.swiper-3-col .bloc img {
max-height: 350px;
}
} 

@media screen and (min-width: 2200px) {
.swiper-wrapper {
  width: 1980px !important;
}
.swiper-3-col .bloc {
  min-height: 1px;
  max-height: 420px;
}
.swiper-3-col .bloc img {
  height: 420px;
}

}