 /* avatar carré */
img.avatar-mini {
   height: 2em;
   width: 2em;
   border-radius: 0;
}
.postprofile dt img {
   /*height: 80px; width: 80px;*/
   border-radius: 0%;
   border: 1px solid #c9c9c9;
} 

.postprofile .avatar img {
    max-height: none;
    max-width: 80px !important;
    border-radius: 0;
    border: 0;
}

.postprofile a.avatar  {
    object-fit: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(90, 60, 60, 0.8);
}
