#Boite_haut_droite{
    position: absolute;
    top: 1vh;
    right: 1.2vw;
    display:flex;
}
.imglogo{
    max-width:340px;
    margin-right: 40px;
    position: absolute;
    top: 30px;
    left: 24px;
}
body{
    background-image: radial-gradient(circle, #18213b, #18213f, #192143, #1a2146, #1b214a);
}
#buttonplay{
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    background-color: rgb(136, 139, 40);
    color: #e6e6e6;
    cursor: pointer;
    margin-top: 4vh;
    margin-bottom: 2vh;
    padding-left: 1vw;
    padding-right: 1vw;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    border-radius:16px ;
}
#buttonplay:hover,#bouton_inscription:hover,#Bouton_connexion:hover{
    cursor: pointer;
}
#buttonplay:hover{
    background-color: rgb(92, 94, 24);
}
#bouton_inscription:hover{
    background-color: rgb(92, 94, 24);
}
#Bouton_connexion:hover{
    background-color: rgb(143, 142, 142);
}
#gamemaindesc{
    color: #CCCDD0;
    font-size: 1.1rem;
    line-height: 3vh;
    padding-left: 2vw;
    padding-right: 2vw;
    text-align: justify;
}
#gamepres{
    background-color: #243a64;
    width: 54vw;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 2px solid rgb(156, 160, 50);
}
#boxdesc{
    position: relative;
    width: 54vw;
    margin-top:22vh;
}
#centralbox{
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top:5vh;
}
label{
    color: #CCCDD0;
}
#pseudonyme{
    margin-left: 3px;
}
#divform{
    min-width: 160px;
    width:12vw;
}
#Inscription{
    margin-top: 2vh;
    margin-left: 1vw;
    margin-right: 3vw;
}
a:visited{
    color: #CCCDD0;
}
#Bouton_connexion{
    float:right;
}
#lbstayconnected,#Stay_connected{
    float: right;
    margin-bottom: 1vw;
}
#lbstayconnected{
    margin-right: 2vw;
    margin-left: 0.2vw;
    margin-top:6px;
}
#headdesc{
    font-size: 1.4rem;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 0.4vw;
    color: #CCCDD0;
    text-align: center;
}
#boxsideright{
    border: 2px solid rgb(156, 160, 50);
    color: #CCCDD0; 
    background-color: #243a64;
    padding-left: 2vw;
    padding-right: 2vw;
    font-size: 1.2rem;
    position: absolute;
    display: inline-block;
    width: 12vw;
    min-width:150px;
    left: 56vw;
    top:0px;
    margin-right: 2vw;
}
#bouton_inscription{
    border-radius:4px ;
    background-color: rgb(136, 139, 40);
    border: 1px solid rgb(2, 2, 2);
    font-size: 1.1rem;
    color:#e6e6e6;
    cursor: pointer;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;

}
#Bouton_connexion{
    border-radius:4px ;
    background-color: #CCCDD0;
    color: black;
    font-weight: bold;
    border: 1px solid rgb(2, 2, 2);
    cursor: pointer;
    position:absolute;
    right:2vw;
    margin-top:-10px;
}
input[type=checkbox] {
    position: relative;
      cursor: pointer;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    border: 2px solid #555555;
    border-radius: 3px;
    background-color: white;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 4px;
    height: 8px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 5px;
    top:1px;
}
#mdplink{
    color: #CCCDD0;
    width: 12vw;
    font-size: 0.9em;
    position:absolute;
    top:20px;
}
#mdplink:hover{
    text-decoration-line: underline;
}
#divlink{
   position:absolute;
   right:8vw;
}
#divstayconnect{
    display: flex;
    align-items: center;
}


/* part after TCG */

#boxsideleft{
    border: 2px solid rgb(156, 160, 50);
    color: #CCCDD0; 
    background-color: #243a64;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-bottom:2vh;
    font-size: 1.2rem;
    position: absolute;
    display: inline-block;
    width: 10vw;
    right: 54vw;
    top:0px;
    margin-right: 2vw;
}
.imgjeux{
    width:5vw;
    margin-right:1vw;
    margin-left:1vw;
    margin-top:0.5vw;
    margin-bottom:0.5vw;
}
.divjeux{
    border:1px solid black;
    cursor: pointer;
    width:7vw;
}
#divtcg{
    background-image: radial-gradient(circle, #876925, #8b6c25, #8f6e24, #937124, #977423);
}
#divmoba{
    background-image: radial-gradient(circle, #18213b, #18213f, #192143, #1a2146, #1b214a);
}
