body{
    margin: 0;
}

.block_mess{
    position: relative;
    left: 5px;
    overflow: auto;
    width: 400px;
    border-radius: 3px;
    background-color: lightblue;
    padding: 5px;
    border: solid;  red #32a1ce;
    margin-bottom: 5px;
}

.block_mess_m{
    position: relative;
    left: 450px;
    overflow: auto;
    width: 400px;
    border-radius: 3px;
    background-color: lightgreen;
    padding: 5px;
    border: solid;  red #32a1ce;
    margin-bottom: 5px;
  }



.block_2{
    
    position: absolute;
    left: 300px;
    width: 100%;
    height: 100%;
    background-color: GREY;
    overflow: auto;
    
}

.block_1{
    position: absolute;
    left: 0px ;
    width: 300px;
    height: 100% ;
    background-color: RED;
}
.blockchat{
    position: absolute;
    left : 1px;
    width : 100%;
    height : 80%;
    bottom: 10%;
    overflow:auto;
}
.chatbox{
    position: absolute;
    overflow: auto;
    bottom : 0%;
    width : 100%;
    height: 10%;
    background-color: grey;

}



.titre{
    text-align: center;
    
}
.center                                                                              
{
    text-align: center;
}

.pform                                                                     
{
    width: 90%;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}
.prof                                                                           
{
    overflow: scroll;
    height: 100%;
}
.test{
    position: absolute;
    bottom: 5%;
    left: 30%;

    text-align : center;
}

.form_css input {
    display:block;
    margin-bottom: 10px;
}
.inputbasic{
    border : 1px solid grey;
    border-radius: 3px;
    padding: 5px;
    transition: all 0.5s ease;
}
.inputbasic:focus{
    background-color: lightblue ;
    color: black;
    
}

.lebouton{
    position:absolute;
    display: inline-block;
    left:70%;
    background-color: #7b38d8;
    border-radius: 10px;
    border: 4px double #cccccc;
    color: #eeeeee;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    width: 200px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    margin: 3px;
}

.b_message{
    width: 80%;
    left: 10px;
    padding: 10px 20px;
    margin: 2px 0;
    box-sizing: border-box;
    background-color : white;
    overflow: auto;
}

.b_pseudo{
    border: 4px double #cccccc;
    border-radius: 10px;
    width: 400px ;
    padding: 6px ;
    
    margin: 6px 0;
    box-sizing: border-box;
    left: 40%;
    

}
