@media not (hover: none), not (pointer: coarse) {
  .img-container {
    background: #eee none 0 0 no-repeat;
    width: 343px;
    height: 343px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.photo-gallery {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
}

.photo-gallery li {
  float: left;
  margin: 5px;
  overflow: hidden;
  font-size: small;
}

.photo-gallery span {
  display: block;
  width: 300px;
  word-wrap: break-word;
}

.photo-gallery img {
  max-height: 300px;
  max-width: 300px;
  border: 1px solid #555;
}
@media (hover: none) and (pointer: coarse) and (orientation: portrait) {
  .photo-gallery img {
    border: none;
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
  }
}

.photo-gallery div:hover {
  background-color: #b6c6ce;
}

.portfolio body {
  background-color: #b6c6ce;
}

.bg-secondary {
  background-color: #b6c6ce !important;
}

.bg-fond {
  background-color: #e1ebf0;
}

@media (hover: none) and (pointer: coarse) and (orientation: portrait) {
  .masthead {
    min-height: 30rem;
    position: relative;
    display: table;
    width: 100%;
    height: 90vh;
    padding-top: 4rem;
    padding-bottom: 8rem;
    background-image: url("../img/bg-masthead-mobile.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.red-text {
  color: #B32B00;
}

.text-author {
  color: #486B7B;
  text-align: right;
  font-style: italic;
}

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