/* container principal */

#supp-compte,
#supp-compte .jeg-vc-wrapper,
#supp-compte .wpb_wrapper {
  border-radius: 8px !important;
  overflow: visible;
}
#supp-compte h2 {
  color: #303849;
}
/* ACTIONS */
.actions-compte {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
  flex-wrap: wrap;
}
p.texte-suppression {
  margin-top: 0;
  margin-left: 15px !important;
}
/* ANNULER */
.bouton-supprimer-compte {
  background: #22eaca;
  border: none;
  border-radius: 3px !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  letter-spacing: 1px;
  padding: 0 20px;
  text-transform: uppercase;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
}
.bouton-supprimer-compte {
  clip-path: inset(0 round 3px);
}
.bouton-supprimer-compte:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

/* SUPPRIMER MON COMPTE */
.bouton-annuler-suppression {
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  border-radius: 3px;
  border: 1px solid #0b0b4f;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.2s;
  user-select: none;
  display: inline-flex;
  align-items: center;
  color: #0b0b4f;
}

/* icône bouton supprimer */
.bouton-supprimer-compte i {
  font-size: 16px;
  line-height: 1;
}

/* infobulle */
.info-bulle {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 12px 14px;
  border-radius: 6px;
  color: #303849;
  line-height: 1.6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

/* icône infobulle */
.info-bulle i.bi {
  margin-top: 2px;
  font-size: 16px;
}
/* responsive des boutons */
/* mobile */
@media (max-width: 430px) {
  .actions-compte {
    justify-content: center;
    align-items: center;
  }
}

/* page edit profile */
#profile .form-submit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.texte-suppression {
  margin-left: 15px;
  margin: 0;
  font-size: 13px;
  color: #666;
  line-height: 1.5;
}

.btn-demande-suppression {
  text-decoration: underline;
  color: #666;
  font-weight: 400;
  transition: color 0.2s ease-in-out;
}

.btn-demande-suppression:hover {
  color: #303849;
}
/* style modal suppression compte */

/* Titre du modal */

#pum_popup_title_17372 {
  text-align: center;
  color: #ffffff;
  font-size: 23px !important;
  line-height: 1;
  margin: 15px 0 15px 0;
  font-weight: 600;
  width: 100%;
}

/* Texte */

.popup-delete-body p {
  color: #ffffff;
  font-family: inherit;
  font-weight: 100;
  text-align: center;
}

/* Container boutons */

.popup-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

/* Style commun boutons */

.popup-actions .btn-annuler,
.popup-actions .btn-confirmer {
  min-width: 240px;
  height: 45px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: normal;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  margin: 0 !important;
}

/* Bouton Annuler */

.popup-actions .btn-annuler {
  background-color: #0b0b4f;
}

/* Bouton Confirmer */

.popup-actions .btn-confirmer {
  background-color: #22eaca;

  border: 1px solid #fff;
}
/* Responsive mobile */

@media (max-width: 430px) {
  .popup-actions {
    flex-direction: column;
    gap: 0 !important;
  }

  #pum_popup_title_17372 {
    margin: 15px 0 15px 0 !important;
  }
#wppb-register-user .form-submit {
    display: flex !important;
    flex-direction: column;
    align-items: center !important;
}

.btn-demande-suppression {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
p.texte-suppression {
    margin-top: 0;
	margin-left: 0 !important;
	}
	#profile #register {
	margin-right: 0 !important;
}
#profile #register, #wppb-submit {
    margin-right: 0 !important;
	   margin-left: 0 !important;
}
}
#profile  {
    margin-right: 15px ;
}
p.texte-suppression {
    margin-top: 0;
	margin-bottom:0 !important;}
#profile #register {
    margin-right: 15px;
}
#wppb-recover-password-button {
    display: block;
    margin-left: auto;
    margin-right: 0 !important;
}
@media (max-width: 426px) {
 #wppb-recover-password .form-submit {
    display: flex;
    justify-content: flex-end;
}
}