.cursor-pointer {
	cursor: pointer;
}

/*
*  Nouvelle charte graphique
*	correction des compatibilités entre mes-echanges et mes-reclamations
*/
.liste-reclamations li:before {
    content: "";
    height: 12px;
    width: 12px;
    background-color: #dfdfdf;
    display: block;
    position: absolute;
    left: 90px;
    top: 20px;
    border-radius: 50%;
    z-index: 2
}

.liste-reclamations .media-body {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    overflow: unset
}

.state {
    position: relative;
    text-transform: unset;
    font-size: 13px;
    padding: 8px;
    margin-left: 8px;
    font-family: unset;
}

.state span {
    position: unset;
    padding: unset;
    border-radius: unset;
  }

  .state-1 {
	color: unset;
  }
  .state-1 span {
	background: unset;
  }
  
  .state-2 {
	color:unset;
  }
  .state-2 span {
	background: unset;
  }

  .speech-bubble.speech-bubble-with-perso {
	height: 4rem;
  }
  


