.current-author{
    border-radius: 10px;
    display: flex;
    width: 100%;
    padding: 10px 30px;
    background:#403756 ;
    align-items: center;
    gap: 20px;
    .infoAuthor{
        display: flex;
        flex-direction: column;
        a{
            color: white !important;
        }
        h5{
            margin: 0;
            display: flex !important;
            margin-bottom: 10px;
        }
    }
    
    .reseauxSociaux{
        margin-left: auto !important;
    }
    .reseauxSociaux.responsiv{
        display: none;
    }
}
.top {
   min-width: 80px !important;
   min-height: 80px !important;
   .custom-author-avatar{
       width: 80px !important;
       height: 80px !important;
    }
}


@media (max-width: 550px) {
    .current-author{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
   .reseauxSociaux{
        display: none;
    }
    .top{
        display: flex !important;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        gap: 20px;
    }
    .top>.reseauxSociaux.responsiv{
        display:flex !important;
    }
}