#confirmation-message {
  display: none;
  background-color: #e0ffe6;
  color: #2d6a4f;
  border: 2px solid #95d5b2;
  padding: 1.2rem 1.5rem;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  margin: 2rem auto;
  position: relative;
  animation: fadeIn 0.6s ease-out forwards;
}

#confirmation-message::before {
  content: "✓ ";
  color: #38b000;
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.FKformmob {
  color: #ffffff;
  line-height: 5px;
}
.FKbouton {
    width: 50%!important;
    margin: auto!important;
}
.FKcolorbckgd {
    background-color: #1a1a1a!important;
    border-color: #82ff1f!important;
}
.FKborder {
    border-color: #82ff1f!important;
}

#confirmation-mobile {
  display: none;
  background-color: #e0ffe6;
  color: #2d6a4f;
  border: 2px solid #95d5b2;
  padding: 1.2rem 1.5rem;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  margin: 2rem auto;
  position: relative;
  animation: fadeIn 0.6s ease-out forwards;
}

#confirmation-mobile::before {
  content: "✓ ";
  color: #38b000;
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}