/* Design le bloc haut (info user, persona, objectif)*/
@import url('../_css_ref_color.css'); /* Remonter d'un dossier */



.team-card {
    background: white;
    border-radius: 10px;
    padding: 12px 40px;
    margin-bottom: 30px;
}


.user-avatar-content {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
}


.user-name {
    font-size: 13px;
    font-weight: 500;
    color: var(--p3_black_light);
}

.user-date {
    font-size: 11px;
    color: #888 !important;
}

.persona-title {
    font-weight: 700;
    margin-top: 10px;
}

.objectif-text {
    color: gray;
    font-size: 12px;
    margin-top: 10px;
}
