@charset "UTF-8";
/** **

General styles for Réalisations

**/
/** Colors **/
.icon__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  gap: 3.75em 2.5em;
  margin: 2.5em 0 3.75em;
}
@media screen and (max-width: 920px) {
  .icon__grid {
    grid-template-columns: 1fr;
  }
}
.icon__grid .icon__item {
  display: flex;
  align-items: flex-start;
  gap: 1.25em;
}

.offre__contenu {
  margin-bottom: 5em;
}
.offre__contenu .etape_grid {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5em 1.25em;
  margin: 3.75em 0;
}
@media screen and (max-width: 720px) {
  .offre__contenu .etape_grid {
    grid-template-columns: 1fr;
  }
}
.offre__contenu .last_etape {
  max-width: 400px;
  margin: auto;
  margin-bottom: 2.5em;
}
.offre__contenu .last_etape h3 {
  margin-bottom: 0.5em;
}

.offre__offer {
  padding: 5em 0;
}
.offre__offer .offre__list {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-top: 3.75em;
  gap: 2.5em;
  align-items: flex-start;
  overflow-x: scroll;
}
@media screen and (max-width: 720px) {
  .offre__offer .offre__list {
    justify-content: flex-start;
    gap: 1.25em;
    padding: 0 1.25em;
  }
}
.offre__offer .offre__list .offre__card {
  max-width: calc(320px - 2em);
  background-color: #fff;
  border-radius: 1.875em;
  box-shadow: 0 0 14px rgba(120, 70, 40, 0.15);
  padding: 1.25em 1em;
}
@media screen and (max-width: 720px) {
  .offre__offer .offre__list .offre__card {
    max-width: calc(100% - 4em);
    flex-shrink: 0;
  }
}
.offre__offer .offre__list .offre__card.main {
  max-width: calc(400px - 2em);
}
@media screen and (max-width: 720px) {
  .offre__offer .offre__list .offre__card.main {
    max-width: calc(100% - 4em);
  }
}
.offre__offer .offre__list .offre__card.main .offre-card__header {
  height: 170px;
}
@media screen and (max-width: 720px) {
  .offre__offer .offre__list .offre__card.main .offre-card__header {
    height: 140px;
  }
}
.offre__offer .offre__list .offre__card .offre-card__header {
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 1.25em;
}
.offre__offer .offre__list .offre__card .offre-card__header .offre-card__surtitre {
  background-color: #fff;
  color: #D98A55;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.5em 0.7em;
  border-radius: 6px;
}
.offre__offer .offre__list .offre__card .offre-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.625em;
  margin-bottom: 1.875em;
}
.offre__offer .offre__list .offre__card .offre-card__content h3 {
  font-size: 2em;
}
.offre__offer .offre__list .offre__card .offre-card__content p {
  font-size: 1rem;
  line-height: normal;
}
.offre__offer .offre__list .offre__card .offre-card__content .offre-card__text {
  margin-bottom: 1.875em;
}
.offre__offer .offre__list .offre__card .offre-card__content .offre-card__price h4 {
  font-size: 1.125rem;
  font-weight: 700;
}

.offre__promesse {
  padding: 5em 0;
}
.offre__promesse .promesse__list {
  margin-bottom: 2.5em;
}