97 lines
No EOL
1.5 KiB
CSS
97 lines
No EOL
1.5 KiB
CSS
@keyframes faireTournerImage {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
opacity: 1;
|
|
}
|
|
100% {
|
|
transform: rotate(360deg);
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
#image-collegue-section{
|
|
position: fixed;
|
|
width: 100vw;
|
|
top:15vh;
|
|
z-index: 1;
|
|
}
|
|
|
|
#image_collegue_animee {
|
|
animation: faireTournerImage 2s linear forwards infinite;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 75vw;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
#never{
|
|
z-index:1;
|
|
position: absolute;
|
|
left:0%;
|
|
top: 0%;
|
|
max-width: 100vw;
|
|
}
|
|
|
|
#close_rick{
|
|
z-index: 2;
|
|
position: absolute;
|
|
left:0%;
|
|
top: 0%;
|
|
}
|
|
|
|
.ad-vieux{
|
|
display: none;
|
|
}
|
|
|
|
.ad-moderne{
|
|
display: none;
|
|
} |