.hide{
    font-size: 1rem;
    color: #E84768;
    display:none;
    margin-left: 1vw;
}
.toflex{
    display:flex;
}
img{
    max-height: 2vh;
    width:auto;
}
#boxinsc{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#imglogo{
    max-height: none;
    max-width:340px;
    margin-right: 40px;
    position: absolute;
    top: 30px;
    left: 24px;
}
#divform{
    background-color: #243a64;
    width: 30vw;
    border: 2px solid rgb(156, 160, 50);
    padding-left: 1vw;
    padding-right: 2vw;
}
body{
    background-image: radial-gradient(circle, #18213b, #18213f, #192143, #1a2146, #1b214a);
}
#pcrea{
    color: #CCCDD0;
    font-size: 1.4rem;
}
label{
    color: #CCCDD0;
    font-size: 1.1rem;
}
input{
    background-color: #d5d5d5;
    border-radius:4px ;
    border-color: black;
    height: 2.5vh;
    font-size: 1.1rem;
}
/*select option,span{
    background-color: #d5d5d5;
    font-size: 1.1rem;
}*/
.link{
    color: #CCCDD0;
    text-decoration-line: underline;
}
.link:hover{
    font-weight: bold;
    font-size: 1.04rem;
    color: #CCCDD0;
    text-decoration-line: underline;
}
::placeholder{
    opacity: 1;
    color:rgb(67, 67, 67);
    font-size:0.8rem;
}
#btn_inscription{
    border-radius:4px ;
    background-color: rgb(136, 139, 40);
    border: 1px solid rgb(2, 2, 2);
    font-size: 1.1rem;
    color:#f0f0f0;
    cursor: pointer;
    margin-top: 1.2vh;
    margin-bottom: 1.2vh;
    padding-top: 0.5vh;
    padding-bottom: 2.5vh;
    height:3.5vh;
}
#btn_inscription:hover{
    background-color: rgb(92, 94, 24);
    cursor: pointer;
}
input[type=checkbox] {
    position: relative;
      cursor: pointer;
      vertical-align: middle;
      margin-top: -2px;
      margin-right:4px;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 4px;
    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;
    top: 5px;
    left: 5px;
}
#divbutton{
    align-items: center;
    display: flex;
    justify-content: center;
}
#jeuxchois{
    background-color: #d5d5d5;
    border-radius:4px ;
    border-color: black;
    height: 2.5vh;
    font-size: 1.1rem;
}


@media screen and (max-width: 999px) {
    
    img{
    max-height: 10px;
    width:auto;
    }
    #boxinsc{
    margin-top:40px;
    }
    #divform{
        background-color: #243a64;
        width: 50vw;
        border: 2px solid rgb(156, 160, 50);
        padding-left: 1vw;
        padding-right: 2vw;
    }
    input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 16px;
    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;
        top: 17px;
        left: 5px;
    }
}