#loginesBox {
  width: 260px;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin: auto;
}

#loginesBox .logo {
  background: url(../../images/longines/logoS.png) no-repeat;
  width: 260px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#loginesBox .time {
  width: 150px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  top: 47px;
  left: 7px;
  z-index: 16;
  display: none;
}

#loginesBox .time div {
  float: left;
  display: block;
  margin-top: 8px;
}

#loginesBox .time div span {
  float: left;
  display: block;
  overflow: hidden;
  line-height: 22px;
  height: 25px;
  width: 13px;
}

#loginesBox .time .day {
  width: 110px;
  padding-left: 28px;
  height: 26px; /* HAUTEUR ENTRE LE JOUR ET L'HEURE */
  line-height: 13px;
  margin-top: 15px;
}

#loginesBox .time .day span {
  line-height: 26px;
  height: 28px;
  overflow: hidden;
  width: 16px;
}

#loginesBox .time .hour {
  width: 45px;
  padding-left: 6px;
}

#loginesBox .time .minute {
  width: 30px;
  padding-left: 4px;
  margin-left: -10px;
}

#loginesBox .time .second {
  width: 50px;
  padding-left: 20px;
}

@media (max-width: 769px) {
  .navbar #block-headerbloc {
    height: 81px !important;
  }

  .navbar #loginesBox #logoBox {
    height: 81px !important;
  }

  .navbar #loginesBox .horloge {
    height: 81px !important;
  }

  #loginesBox .time {
    top:55px !important;
  }

  #loginesBox .time .day {
    margin-top: 9px !important;
    margin-left: 10px;
    padding-left: 0 !important;
    transform: scale(0.65) !important;
  }

  #loginesBox .time .hour {
    margin-top: 12px !important;
  }

  #loginesBox .time .minute {
    margin-left: 50px ;
  }

  #loginesBox .time .second {
    margin-left: 89px;
  }

  #loginesBox .time div {
    float: none !important;
    margin-top: 0 !important;
    padding-left: 0 !important;
    transform: scale(0.65) !important;
  }
}

#loginesBox .logoEnd {
  background: url(../../images/longines/logo.png) no-repeat;
  width: 260px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

#loginesBox .horloge {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
  left: 143px;
  display: none;
}
.img-screeen-app {
  max-height: 700px;
  border-radius: 25px;
  border: 5px solid #000;
}

.text-remove-account {
  font-family: 'Hermes', sans-serif;
  color: #112C45;
  text-align: justify;
}