body {
  overflow-x: hidden;
}

.carrousel_offres {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width: calc(100vw - (100vw - 1260px) / 2 - 50px);
  max-width: 1400px;
  overflow: visible;
  position: relative;
}

.carrousel_offres {
  width: calc(100% + ((100vw - 1260px) / 2));
  max-width: calc(100% + ((100vw - 1260px) / 2));
}

.carrousel_offre {
  background: linear-gradient(to top right, #03fbcd 0%, #03ccf8 100%);
  width: 220px;
  border-radius: 10px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s ease;
}

.carrousel_offre:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0px 25px 0px #0000003d;
}

.carrousel_offres:not(.a_pourvoir) .carrousel_offre {
  background: #343434;
}

.carrousel_offre_body {
  padding: 20px 20px 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
}

.carrousel_offre_body_title {
  font-family: "Helvetica Neue";
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  min-height: 66px;
}

.carrousel_offre_body_img {
  height: 100px;
  width: 93%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #343434;
}

.carrousel_offres:not(.a_pourvoir) .carrousel_offre_body_img {
  background: linear-gradient(to right, #03fbcd, #03ccf8);
}

.carrousel_offre_body_infos {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

.carrousel_offre_body_infos_loc,
.carrousel_offre_body_infos_type {
  display: flex;
  gap: 5px;
  align-items: flex-end;
}

.carrousel_offre_body_infos_loc_txt,
.carrousel_offre_body_infos_type_txt {
  font-family: "Helvetica Neue";
  font-size: 0.9375em;
  font-weight: 200;
  line-height: 30px;
  letter-spacing: 0.03em;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.carrousel_offre_footer {
  background-color: rgba(255, 255, 255, 0.54);
  position: relative;
  font-family: "Poppins";
  font-size: 0.875em;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-align: center;
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.carrousel_offres:not(.a_pourvoir) .carrousel_offre_body_title {
  color: #fff;
}

.carrousel_offres:not(.a_pourvoir) .carrousel_offre_footer {
  color: #03ccf8;
  background-color: rgba(255, 255, 255, 0.1);
}

.carrousel_offres:not(.a_pourvoir) .carrousel_offre_body_infos_loc_txt,
.carrousel_offres:not(.a_pourvoir) .carrousel_offre_body_infos_type_txt {
  color: #fff;
}

.carrousel_offres:not(.a_pourvoir) .carrousel_offre_body_infos_loc_picto path,
.carrousel_offres:not(.a_pourvoir) .carrousel_offre_body_infos_type_picto path {
  fill: #03ccf8;
}

.carrousel_offre_body_infos_loc_picto {
  padding-top: 2px;
}

.carrousel_offres .swiper-button-prev,
.carrousel_offres .swiper-button-next {
  height: 70px;
  width: 70px;
  background-color: #fff;
  border-radius: 50%;
  right: 50px;
  z-index: 10000;
  margin-top: 0;
  top: 50%;
  transition: all ease-in-out 0.5s;
}

.carrousel_offres .swiper-button-prev {
  box-shadow: 0px 0px 25px 0px #0000003d;
}

.carrousel_offres .swiper-button-prev::before,
.carrousel_offres .swiper-button-next::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  width: 320px;
  height: 320px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  border-radius: 50%;
  z-index: -1;
}

.carrousel_offres .swiper-button-prev::before {
  right: 30px;
}

.carrousel_offres .swiper-button-next::before {
  left: 30px;
}

.carrousel_offres .swiper-button-prev::after,
.carrousel_offres .swiper-button-next::after {
  content: "";
  -webkit-mask: url("/wp-content/uploads/2023/10/angle_right.svg") no-repeat;
  mask: url("/wp-content/uploads/2023/10/angle_right.svg") no-repeat;
  background-color: #343434;
  height: 25px;
  width: 15px;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.carrousel_offres:not(.a_pourvoir) .swiper-button-prev::after,
.carrousel_offres:not(.a_pourvoir) .swiper-button-next::after {
  background-color: #02f5c8;
}

.carrousel_offres .swiper-button-prev,
.carrousel_offres .swiper-button-next {
  transform: translateY(-50%);
}

.carrousel_offres:hover .swiper-button-prev {
  transform: translateY(-50%) translateX(100px);
}

.carrousel_offres:hover .swiper-button-next {
  transform: translateY(-50%) translateX(-100px);
}

.carrousel_offres .swiper-button-prev {
  right: 100vw;
  left: auto;
}

.carrousel_offres .swiper-button-prev.swiper-button-disabled,
.carrousel_offres .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.carrousel_offres .swiper-button-next {
  left: 100%;
}

@media screen and (max-width: 1300px) {
  .carrousel_offres .swiper-button-prev {
    right: calc(100vw - 110px);
  }

  .carrousel_offres .swiper-button-next {
    left: calc(100vw - 110px);
  }

  .carrousel_offres {
    width: 100%;
    max-width: 100%;
  }

  .shortcode_offres {
    overflow: hidden;
  }

  .shortcode_offres > .ct-section-inner-wrap {
    padding-right: 0;
  }

  .carrousel_offre_body_infos {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1150px) and (max-width: 1280px) {
  .carrousel_offres .swiper-button-prev {
    right: calc(100vw - 40px);
  }

  .carrousel_offres .swiper-button-next {
    left: calc(100vw - 40px);
  }

  .carrousel_offres:hover .swiper-button-prev {
    transform: translateY(-50%) translateX(170px);
  }

  .carrousel_offres:hover .swiper-button-next {
    transform: translateY(-50%) translateX(-170px);
  }
}

@media screen and (max-width: 1150px) {
  .carrousel_offres .swiper-button-prev,
  .carrousel_offres .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .carrousel_offres {
    width: calc(100vw - 30px + ((100vw / 4) / 2));
  }
}

@media screen and (max-width: 768px) {
  .carrousel_offres {
    width: calc(100vw - 30px + ((100vw / 3) / 2));
  }
}

@media screen and (max-width: 480px) {
  /*   .outside_arrow {
    right: -38px;
  }

  .carrousel_offres .swiper-button-prev {
    left: 240px;
  }

  .carrousel_offres .swiper-button-next {
    right: 240px;
  }

  .carrousel_offres:hover .swiper-button-prev,
  .carrousel_offres:hover .swiper-button-next {
    transform: translateY(-50%) translateX(215px);
  } */
}
