 a{
    display: inline-block;
}
 object{
    pointer-events: none;
}


/* CODE DAVID  */

.contenant-animation {
    position: relative;
    width: 100%;
  }
  
  .image-animation {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    opacity:1;
    transition: 0.5s;
  }
  
  .recouvrement {
    position: absolute;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
  }
  
  
  .contenant-animation:hover .image-animation {
    opacity: 0;
  }
  
  .contenant-animation:hover .recouvrement {
    opacity: 1;
  }
  
  
  
  .gif-remplacement-badge-espace-m {
  position: absolute;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("https://www.bibliothequedesameriques.com/sites/default/files/gif/gif-contenu-exclusif-espace-m-2.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  opacity: 1;
}
  

.gif-remplacement-bouton-espace-m {
  position: absolute;
  border-radius: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("https://www.bibliothequedesameriques.com/sites/default/files/gif/Bouton-GIF-Contenu-Exclusif-Espace-M-2.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  overflow: hidden;
  opacity: 1;
}
  
  
  