.family_wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.family {
  position: relative;
  background-position: center center !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% * (1/4) - 10px - 1px);
  margin: 10px 5px;
}
.family:last-child {
  align-self: flex-start;
}
.overlay {
  position: absolute;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, transparent), to(black));
  background-image: linear-gradient(to top, transparent 20%, black);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.short_description {
  color: transparent;
  transition: all 0.2s ease-out;
}
.vignette_wrapper:hover {
  text-decoration: none;
  cursor: pointer;
}
.vignette_wrapper:hover .short_description {
  color: #fff;
}
.vignette_wrapper:hover .overlay {
  background-color: rgba(0, 0, 0, 0.4);
}
.vignette_wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
}
.vignette {
  padding: 10px;
  color: #fff;
}
.vignette h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  min-width: 100%;
}
.vignette_footer {
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 5px 0;
}
.vignette_footer button {
  width: 100%;
  background: #fff !important;
  border: solid 1px #666;
  color: #666 !important;
}
/*===========================================================================================*/

/*================                        RESPONSIVE                         ================*/

/*===========================================================================================*/

@media (max-width: 992px) {
  .family {
    width: calc(39%);
  }
}
@media (max-width: 768px) {
  .family {
    width: 100%;
  }
}
/*# sourceMappingURL=inprogress_famille.css.map */

