#gauche > p:not(:first-child)::before , #droite > p:not(:first-child)::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--primary-color);
    padding-right:5px;
    left: 0;
    top: 3px;
    font-size: 14px;
    content: "\f061";
}