*, ::before, ::after {
    box-sizing:border-box;
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
}

.galerie {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 50px auto 0;
}

.image-day {
  width: 200px;
  height: 200px;
  overflow: hidden;
}

.item img {
    width: 100%;
    height: auto;
}

.modal-dialog {
  max-width: 600px;
}

.modal-backdrop {
  display: none;    
}

.message > a {
  color: #0099BE   !important;
}



