#pageAvis{
    width: 100%;
    margin: 120px 0;
}
#noteGlobale{
    width: 78%;
    margin: 0 auto;
}
#noteGlobale > div{
    display: flex;
    gap: 12px;
}
#noteGlobale > div p{
    margin: 0;
    font-size: 40px;
    color: #375267;
    font-weight: 700;
}
#noteGlobale > div > div{
    display: flex;
    gap: 4px;
    margin-top: 5px;
}
#noteGlobale > div > div img{
    width: 35px;
    height: 35px;
    aspect-ratio: 1/1;
}
#noteGlobale > p{
    line-height: 30px;
    font-size: 16px;
    color: #375267;
    font-weight: bold;
}
#toutLesAvis{
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px 20px;
}
#finAvis{
    color: #375267;
    font-size: 16px;
    width: 78%;
}

@media screen and (max-width: 992px) {
    #toutLesAvis{
        margin: 0 20px;
    }
    #noteGlobale > p{
        font-size: 14px;
    }
}