*, * {
    padding: 0;
    margin: 0;
}
html {
    background-color: rgb(49, 49, 49);
    /* background: rgb(49, 49, 49) center center url("../error/thermonukev2.webp"); */
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 -2em 3em 1em rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    transition: all 2s ease;
    z-index: 2;
    /*font-family: sans-serif;*/
}
body {
    height: 100%;
    width: 100%;
    z-index: 2;
}
.background {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(49,49,49,0.9);
    z-index: -1;
}
.buttonn:hover {
    cursor: pointer;
}
.butdeco {
    display: flex;
    justify-content: center;
}
.buttonn {
    background-color: rgba(95, 158, 160, 0.622);
    text-align: center;
    margin-top: 0vh;
}
header {
    letter-spacing: 5px;
    text-align: center;
    height: 14%;
    position: relative;
    font-size: 1100%;
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) -31vh, rgb(49, 49, 49) 12vh);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0% 2% 4% 2%;
    z-index: 2;
}
section {
    z-index: 2;
}
.para {
    display: flex;
    align-items: center;
    justify-content: center;
}
#question {
    width: 100%;
    margin-top: 12vh;
    display: none;
    text-align: center;
    position: absolute;
    text-shadow: 2px 2px #000000;
    color: rgb(255, 255, 255);
    font-size: 180%;
    z-index: 2;
}
#start {
    padding: 0.3% 5% 0.3% 5%;
    margin-top: 5vh;
    background-color: rgb(0, 153, 0);
    box-shadow: inset 0 0em 0.4em 0.3em rgb(55, 255, 0);
    border-radius: 10px;
    position: absolute;
    text-align: center;
    color: white;
    font-size: 180%;
    z-index: 2;
}
#start:hover {
    box-shadow: inset 0 0em 0.4em 0.3em rgb(55, 255, 0), 0 0em 0.4em 0.3em rgb(55, 255, 0);
    cursor: pointer;
}
#aide {
    border-radius: 10px;
    margin-top: 4vh;
    padding: 0% 4% 0% 4%;
    background-color: rgba(68, 198, 155, 0);
    border: 1px solid aquamarine;
    color: azure;
    position: absolute;
    text-align: center;
    display: none;
    z-index: 2;
}
#aide:hover {
    cursor: pointer;
    color: rgb(152, 152, 152);
}
.carre {
    height: 8px;
    width: 8px;
    margin-top: 13vh;
    margin-left: -16vh;
    position: absolute;
    background-color: aliceblue;
    box-shadow: inset 0 0em 0.25em 0.07em rgb(255, 255, 255);
    z-index: 2;
}
#score {
    margin-top: 13vh;
    position: absolute;
    color: aliceblue;
    z-index: 2;
}
#score:hover {
    cursor: pointer;
}
#reponse {
    width: 90%;
    position: fixed;
    margin-left: 5%;
    height: 40%;
    margin-top: 8%;
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: inset 0 0em 2em 0.1em rgb(188, 166, 0), 0 0em 2em 0.1em rgb(188, 166, 0);
    z-index: 1;
}
#regle {
    /*text-shadow: 1px 0 0 rgb(0, 0, 0), 1px 1px 0 rgb(0, 0, 0), 0 1px 0 rgb(12, 10, 10), -1px 1px 0 rgb(3, 3, 3), -1px 0 0 rgb(1, 1, 1), -1px -1px 0 rgb(0, 0, 0), 0 -1px 0 rgb(0, 0, 0), 1px -1px 0 rgb(0, 0, 0);*/
    color: rgb(255, 255, 255);
    width: 25%;
    margin-top: 10%;
    position: absolute;
    margin-left: 37.5%;
    z-index: 1;
}
h1 {
    text-align: center;
    z-index: 2;
}
li {
    margin-top: 0.5%;
    text-align: left;
    z-index: 2;
}
.partun {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 13%;
    z-index: 2;
}
.partdeux {
    display: flex;
    justify-content: center;
    height: 100%;
    margin-top: 6vh;
    z-index: 2;
}
article {
    display: none;
    border: 1px solid rgb(255, 255, 255);
    height: 40%;
    width: 20%;
    cursor: pointer;
       z-index: 2;
}
#end {
    width: 100%;
    height: 16vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.confi {
    display: none;
    margin-top: 110vh;
    padding: 0.2% 0.2% 0.1% 0.3%;
    color: azure;
    border-radius: 20px;
    text-align: center;
    font-size: 220%;
    background-color: rgba(255, 255, 255, 0.584);
    border: solid gold 1px;
    z-index: 2;
}
.confi:hover  {
    background-color: rgba(217, 0, 255, 0.23);
    box-shadow: 0 0em 1em 0.2em rgb(221, 181, 49);
    background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) -28%, rgb(221, 181, 49) 55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
    font-weight: bold;
}
.recom {
    display: none;
    width: 15%;
    margin-left: 42.5%;
    color: azure;
    border-radius: 20px;
    text-align: center;
    font-size: 270%;
    background-color: rgb(36, 40, 100);
    z-index: 2;
}
article {
    box-shadow: inset 0 1em 3em 1em rgb(0, 0, 0);
    background-position: center;
    background-size: cover;
    z-index: 2;
}
.partun {
    font-size: 25px;
    text-align: center;
    color: azure;
    z-index: 2;
}



.connexion {
    width: 25%;
    position: fixed;
    margin-left: 37.5%;
    font-size: 200%;
    margin-top: 9vh;
    text-align: center;
    background: -webkit-linear-gradient(-90deg, rgb(170, 170, 170) 0%, rgb(49, 49, 49) 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.co {
    position: absolute;
    z-index: 3;
}
input {
    text-align: center;
}
.artco {
    display: none;
    position: fixed;
    margin-top: 0vh;
    width: 40%;
    height: 30%;
    margin-left: 30%;
    border: red 1px solid;
    box-shadow: inset 0 0em 0.7em 0.3em rgb(83, 0, 0), 0 0em 0.7em 0.5em rgb(76, 0, 0);
    border-radius: 100px;
    background-color: rgba(49, 49, 49, 0.99);
}
.cotext {
    width: 100%;
    margin-top: 1vh;
    text-align: center;
    position: absolute;
    color: coral;
}
.iden {
    text-align: center;
    font-size: 160%;
    margin-top: 2vh;
    margin-bottom: 2vh;
    background: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(49, 49, 49) 73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.iden:nth-child(1) {
    margin-top: 5vh;
}
.ok {
    width: 10vh;
    text-align: center;
    margin-left: 17vw;
    margin-top: 4vh;
    border: red 1px solid;
    border-radius: 100px;
    color: aliceblue;
    background-color: rgb(49, 49, 49);
    transition: all 2s ease;
    box-shadow: inset 0 0em 0.7em 0.3em rgb(83, 0, 0), 0 0em 0.7em 0.5em rgb(76, 0, 0);
}
.ok:hover {
    box-shadow: inset 0 0em 0.7em 0.8em rgb(147, 0, 0), 0 0em 0.7em 0.5em rgb(76, 0, 0);
    cursor: pointer;
    color: rgb(0, 72, 72);
}
.conf {
    width: 12vh;
    margin-left: 33vh;
    margin-top: 4vh;
    font-size: large;
    border: red 1px solid;
    border-radius: 100px;
    color: aliceblue;
    background-color: rgb(49, 49, 49);
    transition: all 3s ease;
    box-shadow: inset 0 0em 0.7em 0.3em rgb(83, 0, 0), 0 0em 0.7em 0.5em rgb(76, 0, 0);
}
.conf:hover {
    box-shadow: inset 0 0em 0.7em 0.8em rgb(147, 0, 0), 0 0em 0.7em 0.5em rgb(76, 0, 0);
    cursor: pointer;
    color: rgb(0, 72, 72);
}
.backconnexion {
    width: 100%;
    display: none;
    height: 200%;
    margin-top: -50vh;
    background-color: rgba(49, 49, 49, 0.85);
    position: fixed;
    z-index: 2;
}
.formbyeres {
    position: absolute;
    width: 100%;
    display: grid;
    place-content: center;
    z-index: 2;
}



@media (max-width:650px ) { 
    header {
        height: 18%;
        font-size: 8vh;
        background: -webkit-linear-gradient(90deg, rgb(120, 120, 120) -28%, rgb(49, 49, 49) 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    #regle {
        width: 80%;
        margin-left: 10%;
    }
    ul {
        font-size: 1.4vh;
    }
    .para {
        margin-top: 1.5vh;
        padding-bottom: 8vh;
    }
    #aide {
        margin-top: 3.5vh;
    }
    .carre {
        margin-left: -18vh;
    }
    #question {
        font-size: 2.5vh;
    }
    .partun {
        font-size: 20px;
        margin-top: 2.5vh;
    }
    .partdeux {
        display: block;
        height: 57%;
        width: 160%;
    }
    .connexion {
        margin-top: 0vh;
        width: 55%;
        margin-left: 22.5%;
    }
    .confi {
        padding: 1%;
        margin-top: 90vh;
    }
}