@keyframes faireTournerImage { 0% { transform: rotate(0deg); opacity: 1; } 100% { transform: rotate(360deg); opacity: 1; } } #image_collegue_animee { width: auto; height: auto; animation: faireTournerImage 2s linear forwards infinite; z-index: 1; } .div-centrer-contenu{ width: 100%; justify-content: center; text-align: center; } @keyframes pluieConfetti { 0% { transform: translateY(-100px) rotate(0deg); opacity: 1; } 100% { transform: translateY(100vh) rotate(720deg); opacity: 0; } } .confetti { position: absolute; width: 10px; height: 20px; animation: pluieConfetti 5s linear infinite; opacity: 0; } .confetti-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; pointer-events: none; /* pour ne pas interagir avec les confettis */ } #div_cadeau{ display: none; position: fixed; z-index: 1; } #img_cadeau{ width: 5vw; } #table_magasin_collegues{ margin-top: 10px; } #image_collegue_animee{ z-index:1; position: absolute; top: 20px; left:35%; } #never{ z-index:1; position: absolute; left:0%; top: 0%; } #close_rick{ z-index: 2; position: absolute; left:0%; top: 0%; }