/* ===================================================================*/
/*     TOUT CE QUI TREMBLE PEUT ÉCRIRE                                */
/* ===================================================================*/

.player {
  width: 100%;
  height: auto;
}

.bloc-labyrinthe {
  overflow: hidden; /* pour que le conteneur englobe bien l'image flottante */
}

.bloc-labyrinthe img {
  float: left;
  margin: 0 20px 0 0;
  height: auto;
}

.texte-labyrinthe {
  margin: 0;
}


