*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

figure {
  margin: 0;
}

img {
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

#home-content {
  background: url("/images/login/welcome-screen.jpg") no-repeat center center/cover;
}

.liste-profil-data .contenu-message {
  max-height: 100px;
  overflow: hidden;
  border: 1px dashed #ccc;
  padding: 5px;
  position: relative;
  margin-bottom: 5px;
}
.liste-profil-data .contenu-message div {
  max-height: 90px;
  overflow: hidden;
}

.search-everywhere .list-group {
  z-index: 9;
}

#calendar {
  height: calc(100vh - 100px);
}

/*# sourceMappingURL=style.css.map */
