.second-title {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 201;
}
.forme-organique {
  z-index: 200;
}
.main-body {
  background: linear-gradient(to bottom, #075730, #14b366);
  position: absolute;
  top: 105%;
  width: 100%;
}
.bloc-site-internet {
  margin-top: 20rem;
}
.tarif-bloc {
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.3);
}
.icon-website {
  height: 40px;
}
.montserrat-medium {
  font-weight: 500;
}
.options-bloc {
  margin-top: -18.5rem;
  background-color: white;
}

@media (max-width: 768px) {
  .main-body {
    top: 60%;
  }
  .bloc-site-internet {
    margin-top: 5rem;
  }
  .forme-organique {
    top: 48% !important;
  }
  .options-bloc {
    margin-top: 0;
  }
}
