|
|
|
@ -49,7 +49,8 @@
|
|
|
|
|
background-color: black;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bouton:hover::before, .bouton:hover::after{
|
|
|
|
|
.bouton:hover::before,
|
|
|
|
|
.bouton:hover::after {
|
|
|
|
|
content: '';
|
|
|
|
|
display: block;
|
|
|
|
|
position: absolute;
|
|
|
|
@ -65,33 +66,6 @@
|
|
|
|
|
background: black;
|
|
|
|
|
animation: 1s jiggle infinite;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@keyframes jiggle {
|
|
|
|
|
0% {
|
|
|
|
|
transform: translate(-5px, -5px);
|
|
|
|
|
}
|
|
|
|
|
14% {
|
|
|
|
|
transform: translate(0px, -5px);
|
|
|
|
|
}
|
|
|
|
|
28% {
|
|
|
|
|
transform: translate(5px, -5px);
|
|
|
|
|
}
|
|
|
|
|
42% {
|
|
|
|
|
transform: translate(5px, 0px);
|
|
|
|
|
}
|
|
|
|
|
57% {
|
|
|
|
|
transform: translate(5px, 5px);
|
|
|
|
|
}
|
|
|
|
|
71% {
|
|
|
|
|
transform: translate(0, 5px);
|
|
|
|
|
}
|
|
|
|
|
85% {
|
|
|
|
|
transform: translate(-5px, 5px);
|
|
|
|
|
}
|
|
|
|
|
100% {
|
|
|
|
|
transform: translate(-5px, 0);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.Titre {
|
|
|
|
@ -122,7 +96,11 @@
|
|
|
|
|
.texte_zone {
|
|
|
|
|
width: 600px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
border: 0.5px solid;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bouton_val_ann {
|
|
|
|
@ -138,9 +116,11 @@
|
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
background-color: rgba(114, 114, 114, 0.371);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:active {
|
|
|
|
|
background-color: rgba(68, 68, 68, 0.972);
|
|
|
|
|
}
|
|
|
|
|