.thumbnail { /* Page d'accueil "Projets" - Cadres vignettes cartes */
  background-color: white; /* Origine : white */
  width : 217px; /* = largeur carte vignette + 2 - Pb avec 215px : boutons sur 2 lignes */
  height: 327px;
}
.thumbnail h5 { /* Page d'accueil "Projets" */
  text-align: center; /* Alignement titres des cartes - Origine : center */
}
.liz-project { /* Page d'accueil "Projets" */
  position:relative;
  text-align:center;  /* Alignement des cartes vignettes - Origine : center */
}
.liz-project-img { /* Page d'accueil "Projets" */
  width : 215px; /* Largeur des vignettes cartes - Origine : 250px */
  text-align : center;
  vertical-align : middle;
  font-size : 1em;
  text-transform : uppercase;
  line-height: 198px; /* Hauteur mini cadres blancs vignettes cartes - Origine : 248px */
  position:relative; /* Ne pas modifier */
  max-width:100%;
}
.liz-project-desc { /* Page d'accueil "Projets" - Infobulle vignettes cartes */
  color: white;
  font-size: 0.8em;
  line-height: 0.8em;
  position: absolute;
  bottom:-1px;
  right:0px;
  left:0px;
  text-align: left;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0.5);
  padding:5px;
  margin:0px;
}

@media (max-height: 500px) {
  .modal.fade.in {
    top:30px;
  }
  .modal-body {
    max-height: 200px;
  }
}
@media (max-height: 350px) {
  .modal.fade.in {
    top:10px;
  }
  .modal-body {
    max-height: 150px;
  }
}
