/* PARTIE LOSE*/

.total {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  background: #97c6a3;
}
.total h2 {
  text-align: center; 
  color:#af0cc8;
  font-size: 23px;
}

figure {
  margin: 0 5px;
}
.txt-gif img {
  width: 100%;
}
.txt-gif figcaption {
  padding: 5px;
  background-color: rgba(0,0,0,0.8);
  font-size: smaller;
  font-style: italic;
  position: relative;
  top: -8px;
}
.txt-gif a {
  color: white;
}

.txt-cache {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 591px;
  font-size: 20px;
  color:white;
  padding: 15px 0;
  background-color: rgba(0,0,0,0.8);
}






/* PARTIE WIN */
.alphabet-margin {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}





@media screen and (max-width: 700px) {
  .total {
    width: 100%;
  } 
  .txt-cache {
    width: 94%;
  }
}