:root {
  --navbarHeight: 57px;
}

/* GENERAL */

html {
  scroll-padding-top: var(--navbarHeight);
}

body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

section {
  margin-bottom: 40px;
}

.pointer {
  cursor: pointer;
}

/* NAVBAR */

nav {
  height: var(--navbarHeight);
}

.navbar {
  top: 0 !important;
  position: sticky !important;
  z-index: 3 !important;
}

.navbar-logo {
  width: 65px;
}

.dropdown-menu {
  max-height: 80vh;
  overflow-y: auto;
}

/* LOGIN */

.background {
  background: url("/images/back-log.jpg") no-repeat center center fixed;
  background-size: cover;
  min-height: calc(100vh - var(--navbarHeight));
}

.box-log {
  background: rgba(255, 255, 255, 0.8);
}

/* ADMIN */

.image-preview {
  width: 150px;
}

.image-table-preview {
  width: 100px;
}

.left-menu {
  position: fixed;
  height: 90%;
  overflow: scroll;
}

.left-menu > ul > li > a {
  text-decoration: none;
  color: inherit;
}

.smartphone {
  display: inline-block;
}

.desktop {
  display: none;
}

@media screen and (min-width: 992px) {
  .smartphone {
    display: none;
  }

  .desktop {
    display: block;
  }
}

/* GALERIE IMAGES */

.gallerie {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gallerie-container {
  columns: 2 250px;
  column-gap: 7px;
  width: 100%;
}

.gallerie-object {
  display: inline-block;
  width: 100%;
  position: relative;
}

.gallerie-image {
  width: 100%;
  vertical-align: baseline !important;
}
