.comment
{
   font-family: 'Satisfy', cursive;
   font-size: 1rem;
   background-color: rgba( 179, 234, 202, 0.2 ) !important;
   color: $rgb_darkblue;
   font-style: italic;
/* border-top: 2px solid darkgreen;      */
/* border-bottom: 2px solid darkgreen;   */
/* border: 2px solid darkgreen;   */
/* border-radius: 6px;   */
   margin-top: 0.5em;
   margin-left: 0.2em;
   padding-right: 0.5em;
   padding-left: 0.5em;
}

.success
{
   background: rgba( 0, 255, 0, 0.3 ) !important;
   border-radius: 6px;
   border: 1px solid darkgreen;
}

.bg-translucide
{
/* color: red !important;   */
/* background-color: rgba( 179, 234, 202, 0.5 ) !important;   */
/* background: rgba( 128,255,255, 0.1 ) !important;   */
   background: rgba( 0,0,255, 0.3 ) !important;
}
