.yoast-breadcrumbs {
  margin-bottom: 70px;
}

.fiches-offres {
  position: relative;
  max-width: 1580px;
  margin: auto;
  padding: 0 70px 50px;
}
.fiches-offres .number {
  position: absolute;
  top: -50px;
  left: -30px;
}
.fiches-offres .fiche:not(:last-child) {
  margin-bottom: 90px;
}
.fiches-offres .fiche > .wp-block-group {
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.06);
  gap: 50px;
}
.fiches-offres .fiche > .wp-block-group .wp-block-columns {
  padding: 100px 0 70px;
  width: calc(100% - 350px - 50px);
}
.fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:first-child {
  padding-left: 50px;
}
.fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:first-child p:first-child {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 25px;
}
.fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:first-child .offre-prix {
  margin-top: 20px;
  margin-bottom: 60px;
}
.fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:last-child {
  border-left: 1px solid black;
  padding-left: 40px;
}
.fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:last-child ul {
  margin-bottom: 20px;
  font-weight: 300;
}
.fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:last-child ul li:before {
  border-radius: 0;
  height: 1px;
  top: 15px;
}
.fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:last-child mark {
  font-size: 40px;
}
.fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:last-child p:last-child {
  margin-top: 20px;
}
.fiches-offres .fiche > .wp-block-group > figure {
  opacity: 0.5;
  transition: 0.3s ease-in-out;
  align-self: stretch;
  width: 350px;
}
.fiches-offres .fiche > .wp-block-group > figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fiches-offres .fiche > .wp-block-group:hover > figure {
  opacity: 1;
}

.condition {
  font-weight: 300;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .yoast-breadcrumbs {
    margin-bottom: 0;
  }
  .fiches-offres {
    padding: var(--padding-content);
  }
  .fiches-offres .number {
    left: 50%;
    transform: translateX(-50%);
    top: -62px;
  }
  .fiches-offres .fiche > .wp-block-group {
    flex-direction: column;
  }
  .fiches-offres .fiche > .wp-block-group .wp-block-columns {
    width: 100%;
    padding: 100px 30px 0;
    flex-direction: column;
  }
  .fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:first-child {
    padding-left: 0;
    max-width: 450px;
    margin: auto;
  }
  .fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:last-child {
    padding-left: 0;
    border-left: 0;
  }
  .fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:last-child p, .fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:last-child a, .fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:last-child li {
    text-align: center;
  }
  .fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:last-child ul {
    width: fit-content;
    margin: 30px auto;
  }
  .fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:last-child ul li {
    width: fit-content;
    margin: 10px auto;
  }
  .fiches-offres .fiche > .wp-block-group > figure {
    width: 100%;
    height: 450px;
    opacity: 1;
  }
}
@media (max-width: 550px) {
  .fiches-offres {
    padding-top: 0;
  }
  .fiches-offres .number {
    top: 28px;
  }
  .fiches-offres .fiche > .wp-block-group .wp-block-columns {
    padding-top: 120px;
  }
  .fiches-offres .fiche > .wp-block-group .wp-block-columns .wp-block-column:first-child p:first-child {
    font-size: 24px;
    line-height: 1.5;
  }
  .fiches-offres .fiche:not(:last-child) {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=nos-offres.css.map */