#apps86-compte-wrapper {
  max-width: 600px;
  margin: 20px auto;
  margin-bottom: 150px !important;
}

#apps86-compte-wrapper .apps86-field {
  margin-bottom: 15px;
}

#apps86-compte-wrapper .apps86-field label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

#apps86-compte-wrapper .apps86-field input {
  width: 100%;
}

#apps86-save-compte {
  background: #f18a48;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 10px;
}

#apps86-change-password {
  background: #ddd;
  color: #333;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 10px;
}

.apps86-pwd-wrap {
  position: relative;
}

.apps86-pwd-input {
  padding-right: 45px !important; /* espace pour l’icône */
  height: 45px !important; /* même hauteur partout */
  box-sizing: border-box;
}

.apps86-pwd-wrap .apps86-toggle-pwd {
  position: absolute;
  top: 64%;
  right: 78px;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  font-size: 18px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 550px) {
  .apps86-pwd-wrap .apps86-toggle-pwd {
    display: none;
  }
}

.apps86-pwd-wrap .apps86-toggle-pwd i {
  line-height: 1;
  pointer-events: none;
}

#apps86-logout {
  background: #e05656;
  color: #fff; 
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 10px;
}

#apps86-logout:hover {
  background: #cc4343;
}

@media screen and (max-width: 700px){
  #apps86-compte-wrapper{
    padding: 0 1.5rem 0 1.5rem
  }
}