
.cln-comments-1{
    background-color: #6baa9e;

    }

.texte-comment{

}
        /*AFFICHAGE COMMENTS :*/ 
        .zone-comment{
            
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            margin: 10px  20px;
            margin-bottom: 0;
            padding:7px;
            background-color: rgb(250, 243, 233);
            border: rgb(250, 243, 233) 4px solid;
            }

        .comment{
            margin: 10px  20px;
            margin-bottom: 0;
            padding:7px;
            background-color: rgb(250, 243, 233);
            border: rgb(250, 243, 233) 4px solid
            }
        .comment-libre{       
            border-color:  rgb(35, 75, 205);
            background-color:  rgb(159, 185, 231);
            }
        .comment-pour{       
            border-color:  rgb(55, 181, 9);
            background-color:  rgb(178, 231, 159);
            }
        .comment-contre{
            border-color:   rgb(255, 0, 0);
            background-color: rgb(244, 187, 173);
            }
        .comment-mdr{    
            border-color:   rgb(255, 213, 0);  
            background-color:  rgb(243, 233, 180);          
            }
        .comment-quoi{           
            border-color:   rgb(0, 0, 0);
            background-color: rgb(162, 158, 158);
            } 

.liste-comments-sujet{
    background-color: #97c3bb;
}

        .reponse{
            margin: 10px  20px;
            margin-bottom: 0;
            padding:7px;
            background-color: rgb(250, 243, 233);
            border: rgb(250, 243, 233) 4px solid
            }