<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-machine-geste {
  background-color: #fff;
  padding: 60px 0;
  color: #000;
  max-width: 912px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: none;
}

.dp-lp-recettes[data-page="home"] .dp-machine-geste {
  display: block;
}

.dp-machine-geste::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(./images/machine-geste-img.jpg);
  background-position: center right;
  background-size: 609px 426px;
  background-repeat: no-repeat;
  z-index: -1;
}

.dp-machine-geste__container {
  background-color: #fff;
  max-width: 458px;
  width: 100%;
  height: 372px;
  -webkit-box-shadow: -12px 18px 30px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -12px 18px 30px 1px rgba(0, 0, 0, 0.2);
  box-shadow: -12px 18px 30px 1px rgba(0, 0, 0, 0.2);
  padding: 32px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.dp-machine-geste__title {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  letter-spacing: 3px;
}

.dp-machine-geste__description {
  font-size: 14px;
  text-align: center;
  letter-spacing: 2px;
  width: 100%;
}

.dp-machine-geste__description span {
  font-weight: 700;
}

.dp-machine-geste__button {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 3px;
  width: 203px;
  height: 40px;
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-machine-geste__button:hover {
  background-color: #000;
  color: #fff;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .dp-machine-geste__container {
    margin-top: 200px;
    height: 374px;
    max-width: 338px;
    padding: 30px 15px;
  }

  .dp-machine-geste::before {
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50px;
    height: 267px;
  }

  .dp-machine-geste__title {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 3px;
  }

  .dp-machine-geste__description {
    line-height: 17px;
  }

  .dp-machine-geste__button {
    font-size: 12px;
    width: 144px;
    height: 32px;
  }

  .dp-machine-geste__container {
    max-width: 338px;
    margin: 0 auto;
    margin-top: 200px;
    padding: 30px 15px;
  }
}
</pre></body></html>