
.light-style .menu .app-brand.simillar {
    height: 64px;
  }
  
  .dark-style .menu .app-brand.simillar {
    height: 64px;
  }
  
  .app-brand-logo.simillar {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    width: 152px;
    height: 34px;
  }
  
  .app-brand-logo.simillar svg {
    width: 35px;
    height: 24px;
  }
  
  .app-brand-text.simillar {
    font-size: 1.375rem;
  }
  

.btn-danger {
  color: #fff;
  background-color: #da3131;
  border-color: #ea5455;
}

.btn-danger:hover {
  color: #fff !important;
  background-color: #f82e2e !important;
  border-color: #d34c4d !important;
}

.identifiant {
  font-size: 20px !important;
  text-transform: capitalize;
  color: #a6d000 !important;
}

.titre {
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 1px;
  padding-top: 0.88rem;
  padding-bottom: 0.88rem;
  padding: 0.5rem 0.5rem;
	font-weight: bold;
}

.texte {
  font-size: 0.8125rem;
  padding-top: 0.88rem;
  padding-bottom: 0.88rem;
  padding: 0.5rem 0.5rem;
}
.green-color { color: #a6d000; }


