.main section {
  padding: 12px 24px;
}
.hero-demarrage {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.hero-demarrage > div {
  padding: 48px 24px;
}
.hero-demarrage .title-page {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
}
.hero-demarrage .title-page:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../assets/pictos/2025/home-smile.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-demarrage .liste-number-orange {
  gap: 16px;
}
.hero-demarrage .liste-number-orange__item {
  flex-direction: row;
}
.hero-demarrage .img-demarrage {
  position: relative;
  height: 600px;
  background-image: url("../../assets/demarrage-simulateur/image.png");
  background-size: cover;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  align-items: flex-end;
}
.hero-demarrage .img-demarrage__article {
  background-color: #ffffff;
  padding: 16px 24px;
  box-shadow: 0px 4px 10px 5px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  gap: 16px;
}
.hero-demarrage .img-demarrage__article:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../../assets/demarrage-simulateur/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hero-demarrage .img-demarrage__article p {
  width: 100%;
}
.hero-demarrage .img-demarrage__article p strong {
  color: #EDA351;
}
@media only screen and (min-width: 992px) {
  .hero-demarrage .img-demarrage {
    width: 50%;
    height: auto;
  }
  .hero-demarrage .img-demarrage__article {
    padding: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .hero-demarrage {
    flex-direction: row;
  }
  .hero-demarrage > div {
    padding: 48px;
    width: 50%;
  }
}
.aides-demarrage > div {
  padding: 80px 24px;
  align-items: center;
}
.aides-demarrage .liste-aides {
  gap: 24px;
  padding: 32px 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 576px) {
  .aides-demarrage .liste-aides {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) {
  .aides-demarrage .liste-aides__element {
    width: calc(50% - 12px);
  }
}
@media only screen and (min-width: 992px) {
  .aides-demarrage .liste-aides__element {
    width: calc(25% - (72px / 4));
  }
}
.aides-demarrage .liste-aides__element p {
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .aides-demarrage > div {
    padding: 80px 48px;
  }
}
