#mobile-punch {
  margin-top: -30px;
}

#punch-nom-employe {
  margin-top: 12px;
  margin-bottom: 12px;
}

#punch-date {
  font-size: 24px;
  margin-top: 20px;
}

#punch-heure {
  font-size: 24px;
  width: 235px;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 330px) {
  #punch-heure {
    margin: 0 -15px;
  }
}
.punch-icon-heure {
  width: 60px;
  height: 60px;
  float: left;
  padding-top: 8px;
  padding-left: 10px;
}

.punch-icon-heure i {
  font-size: 46px;
}

.punch-temps-heure {
  width: 170px;
  height: 60px;
  float: left;
  padding-top: 22px;
  text-align: center;
}

.punch-temps-heure p {
  font-size: 46px;
  color: white;
  font-weight: 400;
}

.fixBottom {
  /*position: fixed;
  bottom: 0;*/
}

.fixBottom .punch {
  /*width: 100%;
  float: left;*/
}

.fixBottom .punch i {
  font-size: 50px;
}

.fixBottom .punch p {
  line-height: 28px;
}

.fixBottom .punch span {
  font-size: 36px;
}

.fixBottom .type-punchManuel {
  height: 100px;
  border-radius: 0px;
  padding: 13px 0px 0px 10px !important;
}

.profil .img-profil {
  width: 100%;
  height: auto;
}

.infos-employe p {
  line-height: 26px;
}

@media (max-width: 330px) {
  .fixBottom .app-photo {
    height: 150px;
    background-color: #333;
    float: left;
  }
  .fixBottom .type-punchManuel {
    height: 100px;
    border-radius: 0px;
    padding: 14px 0px 0px 10px !important;
  }
}