body, html {
    background:black;
    height:100%;
}
.bg {
     filter: blur(8px);
    -webkit-filter: blur(8px);

    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.content {
    width: 100%;
    position: fixed;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
#Formulaire {
    max-width:500px;
}
#ListeInscrit {		
    max-width:860px;
    overflow:auto;
    max-height: 100%;
}
#ListeInscrit #Inscrits, #ListeInscrit #PereNoels {
    margin-bottom:30px;
}
#ListeInscrit #Inscrits ul, #ListeInscrit #PereNoels ul  {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#Formulaire, #ListeInscrit {		
    padding:10px;
    background:white;
    position:relative;
    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* box-shadow: 2px -2px 8px rgba(0,0,0,.1); */
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#Formulaire #Logo, #ListeInscrit #Logo {
    margin: auto;    
    /* -webkit-mask-image: radial-gradient(black 100%, rgba(0, 0, 0, 0.5) 50%);
    mask-image: radial-gradient(black 50%, rgba(0, 0, 0, 0.5)); */
    /* background: black; */
    text-align: center;
    width: 220px;
    height: 220px;
    margin-bottom:10px;
}
@keyframes spinHorizontal360 {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
    }
}

#Formulaire #Logo img, #ListeInscrit #Logo img {
    width:150px;
    height:auto;	
    -moz-animation: spinHorizontal360 1.5s infinite linear;
    -o-animation: spinHorizontal360 1.5s infinite linear;
    -webkit-animation: spinHorizontal360 1.5s infinite linear;
    animation: spinHorizontal360 1.5s infinite linear;	
}

#Formulaire p {
    color: #1b80bb;
}

#Formulaire #ButtonAdmin {
    width:3em;
}

span.perenoel {
    color : #E35D6A;
}
span.enfant{
    color:#3D8BFD;
}
#ForcerEvent {
    margin-right:5px;
}