@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

.cmin-height {
  height: 105px; }

.card-text a { color:#000; }
.card-text a:hover; { color:#ff6600; }

.card-body-bordered { 
  border:3px #444 solid !important;
  }

.color-bordered-table.megna-bordered-table {
    border: 2px solid #01c0c8;
        border-bottom-color: #01c0c8;
        border-bottom-style: solid;
        border-bottom-width: 2px;
}

tr.bg-megna  {
    background-color: #01c0c8 !important;
}
tr.bg-megna th  {
    color: #FFF !important;
}

.btn-gray { border-color: #777 !important;  }
.btn-gray { background-color: #444 !important; }
.btn-gray:hover { background-color: #777 !important; }

/* COULEURS ADDITIONNELLLES */
.text-orange {
  color: #f55e10 !important; }
.bg-orange {
  background-color: #f55e10 !important; }

.text-turquoise {
  color: #01c0c8 !important; }
.bg-turquoise {
  background-color: #01c0c8 !important; }
  
.text-rose {
  color: #ff05fa !important; }
.bg-rose {
  background-color: #ff05fa !important; }

.text-bleunuit {
  color: #01359e !important; }
.bg-bleunuit {
  background-color: #01359e !important; }
