#main {
    position: absolute;
    width: 100%;
}

#oreille {
    width: 100%;
    position: absolute;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
#text {
    margin-top: 1em;
    position: absolute;
    font-size: 3em;
}
#textp {
    margin-top: 1em;
    position: absolute;
    font-size: 3em;
    display: "none";
}
#text2 {
    position: absolute;
}
#poupoune
{
    width: 0.7em;
}