body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  font-family: 'Roboto';
}

.menu-left {
  height: 100vh;
  width: 360px;
  -webkit-box-shadow: 4px 0px 19px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 0px 19px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
}

.menu-left:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(255, 255, 255, 0)), color-stop(65%, #00AFED));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 35%, #00AFED 65%);
  opacity: .8;
}

.menu-left-blocage {
  height: 100vh;
  width: 360px;
  -webkit-box-shadow: 4px 0px 19px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 0px 19px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../salut.jpg") center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
}

.menu-left-blocage:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: 360px 937px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(255, 255, 255, 0)), color-stop(65%, #00AFED));
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 35%, #00AFED 65%);
  opacity: .8;
}

main {
  height: 100vh;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.utilisateur-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 125px 0px 0 0px;
  margin-left: 20%;
}

.utilisateur-container-blocage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20%;
  margin-top: 125px;
  border: 2px solid #c72c2a;
}

.block {
  height: 40px;
  width: 7px;
  background-color: #00AFED;
}

.block_red {
  height: 40px;
  width: 7px;
  background-color: #c72c2a;
}

.utilisateur {
  font-size: 20px;
  margin-left: 20px;
  color: #707070;
}

.form-custom {
  margin-top: 60px;
  margin-left: 20%;
  margin-right: 10vw;
  padding: 80px;
  width: 400px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 4px 0px 19px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 0px 19px rgba(0, 0, 0, 0.2);
}

.form-custom2 {
  margin-top: 60px;
  margin-left: 20%;
  margin-right: 10vw;
  width: 400px;
  padding: 80px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 4px 0px 19px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 0px 19px rgba(0, 0, 0, 0.2);
}

.table-custom2 {
  padding: 20px 0;
  width: 300px;
}

.table-custom3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.info-user {
  font-weight: bold;
  width: 150px;
}

.form-control {
  height: 40px;
  border: 1px solid #ccc;
  width: 300px;
  padding-left: 20px;
}

select.form-control {
  height: 40px;
  border: 1px solid #ccc;
  width: 323px;
  padding-left: 20px;
}

.text-table {
  font-size: 20px;
  margin-bottom: 5px;
}

.btn {
  font-family: 'Roboto';
  font-weight: bold;
  font-size: 16px;
  padding: 5px 10px;
  color: #00AFED;
  background-color: white;
  border: 1px solid #00AFED;
  margin-top: 40px;
  width: 160px;
  height: 40px;
}

.text-table {
  font-size: 15px;
  margin-left: 20px;
}

span {
  color: #00AFED;
}

.footer-nav {
  background-color: white;
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 4px solid #00AFED;
}

.footer-nav p {
  margin: 0;
}

.logo_ekip {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 130px;
  width: 100px;
  z-index: 10;
}

.logo_n4u {
  position: absolute;
  top: 100px;
  width: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 2px solid white;
  border-radius: 10px;
}

.logo_cam {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 380px;
  width: 100px;
}

.logo_filter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 330px;
  width: 250px;
}

.mobile-header {
  display: none;
}

.logo_ekip-mobile {
  display: none;
}

.footer-mobile {
  display: none;
}

.accroche {
  font-size: 18px;
  color: #707070;
}

.lien-site {
  color: #00afed;
}

.color {
  color: #00afed;
}

.color_red {
  color: #c72c2a;
  font-weight: bold;
}

.lien-captcha {
  color: #00afed;
}

.lien-support {
  color: #00afed;
  text-decoration: none;
}

.support {
  margin: 30px 0 0 0;
  font-size: 14px;
}

@media screen and (max-width: 60em) {
  body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-left {
    display: none;
  }
  .menu-left-blocage {
    display: none;
  }
  .mobile-header {
    display: block;
    width: 100vw;
    height: 60px;
    background-color: #00afed;
  }
  .utilisateur-container, .utilisateur-container-blocage {
    padding-top: 90px;
    padding-left: 0;
    width: 80vw;
    margin: 0;
  }
  .utilisateur-container-blocage {
    padding-top: 0px;
    margin-top: 90px;
  }
  .form-custom {
    margin: 0;
    margin-top: 60px;
    padding: 40px;
    width: 80vw;
  }
  main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .utilisateur {
    font-size: 15px;
    width: 300px;
  }
  .logo_n4u {
    position: absolute;
    top: 30px;
    width: 80px;
    left: 30px;
    border: 2px solid white;
    border-radius: 10px;
    margin: inherit;
  }
  .logo_cam {
    position: absolute;
    top: 30px;
    height: 80px;
    right: 30px;
  }
  .logo_ekip-mobile {
    display: inline-block;
    width: 100px;
    height: 100px;
  }
  .footer-mobile {
    display: block;
    margin-top: 50px;
    width: 300px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer-mobile-text p {
    margin-left: 20px;
  }
  .form-custom2 {
    margin: 0;
    margin-top: 60px;
    padding: 40px;
    width: 80vw;
  }
}
/*# sourceMappingURL=style.css.map */