
/* 1 poste*/
.post.online {
box-shadow: 5px 10px 20px #101623 inset;
border-radius: 15px;
background: rgb(31,35,44);
background: linear-gradient(90deg, rgba(31,35,44,1) 0%, rgba(64,72,91,1) 51%, rgba(31,35,44,1) 100%);
}

.post .preonline.online {
width: 75px;
height: 23px;
position: absolute;
left: 0;
top: 0;
margin-left: 20px;
margin-top: 10px;
/*
-ms-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
*/
}

.post .postprofile {
float: left;
border-width: 0 1px 0 0;
}

.post .postprofile dd, .post .postprofile dt {
margin-right: 8px;
margin-left: 0;
}

.has-profile .postbody {
float: right;
}
/* poste suivant*/
.post {
box-shadow: 5px 10px 20px #101623 inset;
border-radius: 15px;
}