body {
    background-image: url('/ressource/catIO/fond/cats.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
    width: 100%;
}


.backgroundLogin {
    width: 100%;
    height: auto;
    z-index: 1;
}

body {
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: sans-serif;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}


#particles-js {
    height: 100%;
}

.loginBox img {
    width: 100%;
}

.loginBox {
    position: absolute;
    top: 50%;
    left: 50%;
    --angle: 0deg;
    transform: translate(-50%, -50%);
    width: 350px;
    min-height: 200px;
    background: rgba(0, 0, 0, 0.81);

    border: 0.5vmin solid;
    border-image: conic-gradient(from var(--angle), red, yellow, lime, aqua, blue, magenta, red) 1;

    animation: 10s rotate linear infinite;
    padding: 40px;
    box-sizing: border-box;
}

@keyframes rotate {
    to {
        --angle: 360deg;
    }
}

@property --angle {
    syntax: '<angle>';
    initial-value: 0deg;
    inherits: false;
}

.animateLogo {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

h3 {
    margin: 0;
    padding: 0 0 20px;
    color: #59238F;
    text-align: center;
}

.loginBox input {
    width: 100%;
    margin-bottom: 20px;
}

.loginBox input[type="text"],
.loginBox input[type="password"] {
    border: none;
    border-bottom: 2px solid #262626;
    outline: none;
    height: 40px;
    color: #fff;
    background: transparent;
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box;
}

.loginBox input[type="text"]:hover {
    color: #42F3FA;
    border: 1px solid #42F3FA;
    box-shadow: 0 0 5px rgba(0, 255, 0, .3), 0 0 10px rgba(0, 255, 0, .2), 0 0 15px rgba(0, 255, 0, .1), 0 2px 0 black;
}

.loginBox input[type="text"]:focus,
.loginBox input[type="password"]:focus {
    border-bottom: 2px solid #42F3FA;
}

.inputBox {
    position: relative;
}

.inputBox ::placeholder {
    color: white;

}

.inputBox span {
    position: absolute;
    top: 10px;
    color: #262626;
}

.loginBox input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    font-size: 16px;
    background: #59238F;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.submit {
    display: flex;
    align-items: center;
}

.submit img {
    margin-top: 0;
    width: 20%;
    height: 20%;
}

.loginBox a {
    color: #262626;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block;
}

a:hover {
    color: #00ffff;
}

p {
    color: #0000ff;
}

.buttonCredits {
    position: fixed;
    bottom: 5%;
    margin: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.buttonCat {
    position: fixed;
    bottom: 5%;
    margin: 0;
    left: 25%;
    transform: translate(-50%, 50%);
}

.buttonLeaderBoard {
    position: fixed;
    bottom: 5%;
    margin: 0;
    left: 70%;
    transform: translate(-50%, 50%);
}

.invisible {
    display: none;
}

.checkmusiccontainer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
    top: 50px;
    position: fixed;
    left: auto;
    margin-left: 2rem;
}

.checkmusiccontainer .checkmusicGroup {
    --size: 40px;
    position: relative;
    background: linear-gradient(90deg, #f19af3, #f099b5);
    line-height: 0;
    perspective: 400px;
    font-size: var(--size);
}

.checkmusiccontainer .checkmusicGroup input[type="checkbox"],
.checkmusiccontainer .checkmusicGroup label,
.checkmusiccontainer .checkmusicGroup label::before,
.checkmusiccontainer .checkmusicGroup label::after,
.checkmusiccontainer .checkmusicGroup {
    appearance: none;
    display: inline-block;
    border-radius: var(--size);
    border: 0;
    transition: .35s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
}

.checkmusiccontainer .checkmusicGroup label {
    width: calc(2.2 * var(--size));
    height: var(--size);
    background: #d7d7d7;
    overflow: hidden;
}

.checkmusiccontainer .checkmusicGroup input[type="checkbox"] {
    position: absolute;
    z-index: 1;
    width: calc(.8 * var(--size));
    height: calc(.8 * var(--size));
    top: calc(.1 * var(--size));
    left: calc(.1 * var(--size));
    background: linear-gradient(45deg, #dedede, #ffffff);
    box-shadow: 0 6px 7px rgba(0, 0, 0, 0.3);
    outline: none;
    margin: 0;
}

.checkmusiccontainer .checkmusicGroup input[type="checkbox"]:checked {
    left: calc(1.3 * var(--size));
}

.checkmusiccontainer .checkmusicGroup input[type="checkbox"]:checked + label {
    background: transparent;
}

.checkmusiccontainer .checkmusicGroup label::before,
.checkmusiccontainer .checkmusicGroup label::after {
    content: "· ·";
    position: absolute;
    overflow: hidden;
    left: calc(.15 * var(--size));
    top: calc(.5 * var(--size));
    height: var(--size);
    letter-spacing: calc(-0.04 * var(--size));
    color: #9b9b9b;
    font-family: "Times New Roman", serif;
    z-index: 2;
    font-size: calc(.6 * var(--size));
    border-radius: 0;
    transform-origin: 0 0 calc(-0.5 * var(--size));
    backface-visibility: hidden;
}

.checkmusiccontainer .checkmusicGroup label::after {
    content: "●";
    top: calc(.65 * var(--size));
    left: calc(.2 * var(--size));
    height: calc(.1 * var(--size));
    width: calc(.35 * var(--size));
    font-size: calc(.2 * var(--size));
    transform-origin: 0 0 calc(-0.4 * var(--size));
}

.checkmusiccontainer .checkmusicGroup input[type="checkbox"]:checked + label::before,
.checkmusiccontainer .checkmusicGroup input[type="checkbox"]:checked + label::after {
    left: calc(1.55 * var(--size));
    top: calc(.4 * var(--size));
    line-height: calc(.1 * var(--size));
    transform: rotateY(360deg);
}

.checkmusiccontainer .checkmusicGroup input[type="checkbox"]:checked + label::after {
    height: calc(.16 * var(--size));
    top: calc(.55 * var(--size));
    left: calc(1.6 * var(--size));
    font-size: calc(.6 * var(--size));
    line-height: 0;
}

i.fa-solid.fa-music {
    color: wheat;
}


.login button {
    background: linear-gradient(45deg, #e356af 27%, #fd1853 99%, #f19ad1 27%);
    box-shadow: 6px 0px 0px #00e6f6;
    position: relative;
    padding: 9px 15px;
    font-size: 20px;
    font-weight: 500;
    color: wheat;
    border: 0px;
    border-radius: 8px;
    box-shadow: 0 0 0 #fec1958c;
    transition: all .3s ease-in-out;
}

.star-1 {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 0 #fd1853);
    z-index: -5;
    transition: all 1s cubic-bezier(0.05, 0.83, 0.43, 0.96);
}

.star-2 {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fd1853);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-3 {
    position: absolute;
    top: 40%;
    left: 40%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fd1853);
    z-index: -5;
    transition: all 1s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-4 {
    position: absolute;
    top: 20%;
    left: 40%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 0 #fd1853);
    z-index: -5;
    transition: all .8s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-5 {
    position: absolute;
    top: 25%;
    left: 45%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 0 #fd1853);
    z-index: -5;
    transition: all .6s cubic-bezier(0, 0.4, 0, 1.01);
}

.star-6 {
    position: absolute;
    top: 5%;
    left: 50%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 0 #fd1853);
    z-index: -5;
    transition: all .8s ease;
}

.login button:hover {
    background: linear-gradient(45deg, #f19ad1 27%, #f19ad1 5%, #fd1853 99%, #f19ad1 27%);
    color: #770000;
    box-shadow: 0 0 50px #fd1853;
}

.login button:hover .star-1 {
    position: absolute;
    top: -80%;
    left: -30%;
    width: 25px;
    height: auto;
    filter: drop-shadow(0 0 10px #fd1853);
    z-index: 2;
}

.login button:hover .star-2 {
    position: absolute;
    top: -25%;
    left: 10%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fd1853);
    z-index: 2;
}

.login button:hover .star-3 {
    position: absolute;
    top: 55%;
    left: 25%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fd1853);
    z-index: 2;
}

.login button:hover .star-4 {
    position: absolute;
    top: 30%;
    left: 80%;
    width: 8px;
    height: auto;
    filter: drop-shadow(0 0 10px #fd1853);
    z-index: 2;
}

.login button:hover .star-5 {
    position: absolute;
    top: 25%;
    left: 115%;
    width: 15px;
    height: auto;
    filter: drop-shadow(0 0 10px #fd1853);
    z-index: 2;
}

.login button:hover .star-6 {
    position: absolute;
    top: 5%;
    left: 60%;
    width: 5px;
    height: auto;
    filter: drop-shadow(0 0 10px #fd1853);
    z-index: 2;
}

.fil0 {
    fill: #fd1853
}
