
.publication-image{
    width: 100px;
    height: 200px;
}
.publication-image{
    font-size: 12px;;
}

.contenu{
    color: rgb(80, 44, 121);
    font-weight: bold;
}


/*Commentaire*/
.list-commentaire{
    font-size: 13px;
}
.poster{
    font-style: italic;
    color: rgb(80, 44, 121);
}
.commentaire-item{
    margin-top: 10px;
    margin-left: 20px;
}

.error-message{
    color: red;
}

.success-message{
    color: green;
}

.success-message, .error-message{
    margin-bottom: 20px;
    font-size: 20px;
}

.body-authentification {
    background-size: cover;
}

.date_mise_a_jour{
    color: brown;
    font-size: 10px;
}


/*profile*/

#view-profile
{
    height : 350px
}

@media (max-width:1000px){
    #view-profile
    {
        height : 150px
    }
}