.greenleaze-button-product {
  background-color: #0D5537;
  border-color: #0D5537;
  margin-bottom: 0px;
  width: 100%;
  color: white;
  cursor: pointer;
}
.greenleaze-button-product:hover {
  background-color: #0c402b;
  border-color: #0c402b;
}

.modal-abonnement-product--greenleaze {
  height: 100vh;
  width: 100vw;
  padding-inline: 0;
  margin-inline: 0;
  border: none;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.greenleaze-button-product::after {
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-shadow: none;
}
