.avis-card{
    box-sizing: border-box;
    display: flex;
    width: 300px;
    padding: 32px;
    align-items: center;
    flex-direction: column;
    gap: 8px;
    border-radius: 32px;
    border: 2px solid #E3EAF2;
    background: #FFF;
}
.avis-card > a > img{
    box-sizing: border-box;
    width: 120px;
    height: 120px;
    border-radius: 100px;
    /* border: 4px solid var(--gradient-j, #F907FC); */
    /* box-shadow: 0px 8px 7.5px 0px rgba(0, 0, 0, 0.04); */
    border: 6px solid #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}
.avis-card > a > p:first-of-type{
    color: var(--Bleu-fonc, #1D3253);
    text-align: center;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.avis-card > a > p:first-of-type:hover{
    text-decoration: none;
}
.avis-card div.note-avis-card{
    display: flex;
    gap: 3px;
}
.avis-card div.note-avis-card img{
    width: 24px;
    height: 24px;
}
.avis-card p.titreAvis{
    color: var(--Bleu-fonc, #1D3253);
    text-align: center;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.09px;
    margin: 0;
    width: 249px;
}
.avis-card p:last-of-type{
    color: var(--Bleu-fonc, #1D3253);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.08px;
    margin: 0;
}
