

body,html {
    height:100%;
    overflow: hidden;
    font-size:18px;
}

.main{
    height:100%;
}

#login{
    transform:translate(-50%, 0);
    position: absolute;
    bottom:50%;
    left:50%;
    text-align: center;
}

#champ, #pseudo{
    display: block;
    margin: auto;
    margin-bottom:15px;
    border: 1px solid #bbb;
    padding: 5px 40px;
}


/* PAGE LOGIN */
/* 20% */
#search{
    height:10%;
    margin:auto;
    margin-top:2.5%;
    margin-bottom:2.5%;
}

/* CHAT */

#chat{
    background:rgb(241, 241, 241);
    padding:10px 10px;
    /* border-radius:10px; */
    height:65%; 
    overflow: auto;
}

.container-chat p{
    margin:0;
}

.container-chat {
    border: 1px solid #f7f6f6;
    background:#FF7A6F;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
}

.coche-alert{
    background:#FF7A6F;
    padding: 6px;
    border-radius: 7px;
}

.ras{

    background-color: #85E885;
}

.chat-footer{
    height:10%;
    margin-top:2.5%;
    margin-bottom:2.5%;
}

.bold{
    font-weight:bold;
}

.log-test{
    width:40px;
    float:right;
}

.check{
    height:35px;
    width:180px;
    padding:5px 10px;
    background:rgb(136, 136, 136);
    color:#fff;
}

.text_top{
    color: white;
    font-size: 3em;
    text-align: center;
}
#vignetteNextSlide{
    height: 15em;
    margin: 0 auto;
    border: 1px solid black;
    background: black;
    width: 15em;
    border-radius: 50%;
}


#goTop{
    color: black;
    background: yellow;
    font-size: 0.7em;
    width: 30%!important;
    font-weight: 900;
    border: none;
}