.page-account,
body.page-id-960 {
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background-image: url('../images/myMoeAccount_1.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.page-account .main-wrap {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-account .main-navigation {
  flex-shrink: 0;
}

.page-account .main-navigation__top {
  padding-bottom: 0;
}

.main-card {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
}

body.page-id-960 h1 {
  color: black;
}

.my-account__card {
  border-radius: 10px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
  width: 300px;
  padding: 20px;
  margin-top: 10px;
  background: rgba(255, 255, 255, 0.37);
}

.my-account__card-content {
  background: rgba(255, 255, 255, 0.37);
  width: 100%;
  height: auto;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.account_img_mobile {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.account_img_mobile>img {
  width: 100px;
  border-radius: 50%;
}

.my-account__card-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.my-account__card-title h1 {
  text-align: center;
}

.my-account__card-content h1 {
  text-align: left;
}

.my-account__card-infos {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}

.my-account__card-infos p {
  margin: 0;
}

.my-account__card-infos div {
  display: flex;
  flex-direction: column;
}

.my-account__card-info {
  min-width: 80px;
}

.my-account__card-infos span {
  font-weight: bold;
  font-size: 14px;
}

.my-account__card-password {
  margin-bottom: 0px;
}

.my-account__card-password a {
  color: #3d3b55;
}

.account_img_desktop>img {
  display: none;
}

.link-ac p {
  color: #3d3b55;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
}

.my-account__card-password a:hover,
.link-ac p:hover {
  color: rgb(246, 80, 128) !important;
}

.goodies {
  font-weight: bold;
}

body.page-id-960 footer {
  height: auto;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
}


@media only screen and (orientation: landscape) and (max-width: 900px) {



  .my-account__card {
    width: 500px;
    padding: 5px;
  }

  .my-account__card-content {
    padding: 5px;
  }
     .page-account .main-card {
       align-items: center;
     }

  .account_img_desktop>img {
    display: block;
    width: 38px;
    border-radius: 50%;
  }

  .my-account__card-infos {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0px;
  }

  .account_img_mobile {
    display: none !important;
  }

  .my-account__card-password {
    margin-bottom: 0px;
  }

  .my-account__card-infos div {
    justify-content: space-between;
  }

}

@media (min-width: 901px) and (max-width: 1023px) {
  body.page-id-960 {
    background-image: url('../images/myMoeAccount_0.webp');
  }

  .page-account .main-wrap {
    flex: 1;
  }

    .page-account .main-card {
    align-items: center;
  }
 

  .my-account__card {
    width: 550px;
    margin-top: 10px;
  }

  .account_img_mobile>img {
    display: none;
  }

  .account_img_desktop>img {
    display: block;
    border-radius: 50%;
    width: 80px;
  }


  .my-account__card-content {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }

  .my-account__card-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .my-account__card-infos {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
  }

  .my-account__card-infos p {
    margin: 0;
  }

  .my-account__card-infos>div>div {
    display: flex;
    flex-direction: row;
  }

  .my-account__card-info {
    min-width: 80px;
  }

}



@media (min-width: 1024px) {
  body.page-id-960 {
    background-image: url('../images/myMoeAccount_0.webp');
    background-size: cover;
  }

  .page-account .main-card {
    align-items: center;
  }

  .my-account__card {
    border-radius: 10px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
    width: 580px;
    padding: 20px;
    margin-top: 20px;
  }

  .account_img_mobile>img {
    display: none;
  }

  .account_img_desktop>img {
    display: block;
    border-radius: 50%;
    width: 80px;
  }

  .my-account__card-infos>div>div {
    display: flex;
    flex-direction: row;
  }

  .my-account__card-infos span {
    font-weight: bold;
    font-size: 18px;
  }

  .my-account__card-infos {
    font-size: 18px;
  }

  .my-account__card-info {
    min-width: 100px;
  }
}

@media (min-width: 1900px) {
  body.page-id-960 {
    background-size: cover;
  }

}