.elementor-642 .elementor-element.elementor-element-6fc2be13{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-4c08cc5f *//* ===============================
   PAGE RÉINITIALISATION MOT DE PASSE (version raffinée)
================================= */

/* Conteneur principal */
.um-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfb 100%);
  border-radius: 24px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  padding: 50px 45px;
  max-width: 480px;
  margin: 80px auto;
  transition: all 0.3s ease;
}

/* Animation subtile au survol */
.um-form:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 45px rgba(62, 188, 179, 0.15);
}

/* Titre */
.um-form h3,
.um-form .um-field-label {
  text-align: center;
  font-weight: 700;
  color: #1b1b1b;
  font-size: 26px;
  letter-spacing: -0.3px;
  margin-bottom: 10px;
}

/* Texte d’intro */
.um-form p {
  text-align: center;
  color: #666;
  font-size: 15.5px;
  line-height: 1.5;
  margin-bottom: 25px;
}

/* Champ input */
.um-form input[type="text"],
.um-form input[type="email"] {
  width: 100%;
  padding: 13px 18px;
  border: 1px solid #e0e7e6;
  border-radius: 12px;
  background: #f9fbfb;
  color: #222;
  font-size: 15px;
  transition: 0.3s ease;
  font-family: "Poppins", sans-serif;
}

.um-form input:focus {
  border-color: #40bfb4;
  box-shadow: 0 0 6px rgba(64, 191, 180, 0.35);
  outline: none;
  background: #ffffff;
}

/* === Bouton identique au "Cliquez ici" du header === */
body .um .um-form .um-button,
body .um .um-form input[type="submit"] {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 50px !important;
  padding: 0 26px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(59, 179, 176, 0.35) !important;
  background: linear-gradient(180deg, #55C6C3 0%, #3BB3B0 100%) !important;
  box-shadow: 0 12px 26px rgba(85, 198, 195, 0.26) !important;
  color: #fff !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 800 !important;
  font-size: 16px !important;
  text-decoration: none !important;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: all 0.22s ease !important;
  width: auto !important;
  min-width: 240px;
  text-align: center;
}

/* Hover — même effet lift lumineux */
body .um .um-form .um-button:hover,
body .um .um-form input[type="submit"]:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, #55C6C3 0%, #3BB3B0 100%) !important;
  box-shadow: 0 18px 38px rgba(85, 198, 195, 0.32),
              0 0 0 6px rgba(85, 198, 195, 0.14) !important;
}

/* Focus */
body .um .um-form .um-button:focus,
body .um .um-form input[type="submit"]:focus {
  outline: none !important;
  box-shadow: 0 0 0 5px rgba(85, 198, 195, 0.25),
              0 12px 26px rgba(85, 198, 195, 0.26) !important;
}

/* Active */
body .um .um-form .um-button:active,
body .um .um-form input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 10px 20px rgba(85, 198, 195, 0.28) !important;
}

/* Hover — effet lift et glow */
.um .um-form .um-button:hover,
.um .um-form input[type="submit"]:hover {
  transform: translateY(-3px);
  box-shadow:
    0 18px 38px rgba(85, 198, 195, 0.32),
    0 0 0 6px rgba(85, 198, 195, 0.14);
}

/* Focus — halo doux turquoise */
.um .um-form .um-button:focus,
.um .um-form input[type="submit"]:focus {
  outline: none !important;
  box-shadow:
    0 0 0 5px rgba(85, 198, 195, 0.25),
    0 12px 26px rgba(85, 198, 195, 0.26);
}

/* Active (clic maintenu) — léger enfoncement */
.um .um-form .um-button:active,
.um .um-form input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 10px 20px rgba(85, 198, 195, 0.28);
}

  /* Dégradé menthe + brillance comme dans le header */
  background-image: linear-gradient(135deg, #36c4bb 0%, #40d5cc 55%, #2fb7ae 100%) !important;

  /* Profondeur identique (ombre externe + léger relief interne) */
  box-shadow:
    0 10px 22px rgba(47, 183, 174, 0.35),
    0 -3px 0 rgba(0, 0, 0, 0.06) inset,
    0 2px 0 rgba(255, 255, 255, 0.35) inset;

  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  width: auto;               /* pas full width */
  min-width: 260px;          /* optionnel : même présence visuelle */
}

/* Hover : un peu plus profond / saturé comme le CTA du header */
.um .um-form .um-button:hover,
.um .um-form input[type="submit"]:hover {
  transform: translateY(-2px);
  filter: saturate(1.07);
  box-shadow:
    0 14px 26px rgba(47, 183, 174, 0.45),
    0 -3px 0 rgba(0, 0, 0, 0.08) inset,
    0 2px 0 rgba(255, 255, 255, 0.35) inset;
}

/* Active/Focus : cohérent avec le header */
.um .um-form .um-button:active,
.um .um-form input[type="submit"]:active {
  transform: translateY(0);
  box-shadow:
    0 8px 18px rgba(47, 183, 174, 0.35),
    0 -2px 0 rgba(0, 0, 0, 0.10) inset;
}

.um .um-form .um-button:focus,
.um .um-form input[type="submit"]:focus {
  outline: none !important;
  box-shadow:
    0 0 0 3px rgba(62, 188, 179, 0.25),
    0 10px 22px rgba(47, 183, 174, 0.35),
    0 -3px 0 rgba(0, 0, 0, 0.06) inset;
}

/* Effet au survol */
.um-button:hover,
.um input[type="submit"]:hover {
  background: linear-gradient(135deg, #35aaa1, #3ebcb3); /* plus profond au hover */
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(62, 188, 179, 0.35);
}

/* Focus (quand on clique dessus) */
.um input[type="submit"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(62, 188, 179, 0.25);
}

/* Hover (plus intense et léger lift) */
.um-button:hover,
.um input[type="submit"]:hover {
  background: linear-gradient(135deg, #35aaa1, #3cc3b5);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(62, 188, 179, 0.35);
}

/* Lien de bas de page */
.um-form .um-field-area a {
  color: #40bfb4;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.3s ease;
}

.um-form .um-field-area a:hover {
  color: #2fa69d;
  text-decoration: underline;
}

/* Ajout d’un léger effet de glow autour du bloc */
.um-form::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: radial-gradient(circle at top left, rgba(64, 191, 180, 0.08), transparent 70%);
  z-index: -1;
}/* End custom CSS */