.bloc_offres {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  width: 100%;
  position: relative;
}

.bloc_offres_recent {
  margin-bottom: 40px;
}

.bloc_offre {
  background: #343434;
  width: calc(20% - 20px);
  border-radius: 10px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.4s ease;
}

.bloc_offre_no_result {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.bloc_offre_no_result_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -50px;
  margin-bottom: 35px !important;
}

.bloc_offre_no_result_text span {
  line-height: 1.7;
}

.bloc_offre_no_result > .section_title {
  margin-bottom: 15px;
}

.bloc_offre:hover {
  transform: translateY(-10px);
}

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

.bloc_offre_body_title {
  font-family: "Helvetica Neue";
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-align: center;
  min-height: 66px;
  color: #fff;
}

.bloc_offre_body_img {
  height: 100px;
  width: 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: linear-gradient(to right, #03fbcd, #03ccf8);
}

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

.bloc_offre_body_infos_loc,
.bloc_offre_body_infos_type {
  display: flex;
  gap: 5px;
  align-items: center;
}

.bloc_offre_body_infos_loc_txt,
.bloc_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;
}

.bloc_offre_footer {
  background-color: #ffffff1a;
  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;
  color: #03ccf8;
}

.bloc_offres .bloc_offre_body_infos_loc_txt,
.bloc_offres .bloc_offre_body_infos_type_txt {
  color: #fff;
}

.bloc_offres .bloc_offre_body_infos_loc_picto path,
.bloc_offres .bloc_offre_body_infos_type_picto path {
  fill: #03ccf8;
}

.bloc_offre_body_infos_loc_picto {
  padding-top: 2px;
}

.wpgb-facet.wpgb-facet-11 button {
  margin-top: 100px !important;
}

@media screen and (max-width: 1200px) {

  .bloc_offres {
    justify-content: center;
  }

  .bloc_offre {
    width: calc(25% - 20px);
    max-width: 250px;
  }

  .bloc_offre_no_result {
    width: 100%;
  }

  .bloc_offre_no_result .bloc_offres {
    display: flex;
    overflow: auto;
    scroll-snap-type: x mandatory;
    margin-right: -20px;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-wrap: unset;
    margin-left: -20px;
    justify-content: flex-start;
    width: calc(100% + 40px);
  }

  .bloc_offre_no_result .bloc_offre {
    flex-shrink: 0;
    scroll-snap-align: start;
    width: 250px !important;
  }
}

@media screen and (max-width: 992px) {

  .bloc_offre {
    width: calc(33.3333% - 20px);
  }

  .bloc_offre_no_result_text {
    font-size: 1.3rem !important;
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 768px) {

  .bloc_offre {
    width: calc(50% - 20px);
  }

}

@media screen and (max-width: 480px) {

  .bloc_offre {
    width: 100%;
  }
}
