.div_total_global {
  border-color: #32a6cf;
  border-collapse: separate;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  border-width: 0.5px;
  width: 100%;
  margin: 0 30px 15px 30px;
}

.span_total_global {
  font-weight: 600 !important;
  color: black;
}


.total_tab {
  font-weight: 600 !important;
  color: black;
}

.sous_total_text {
  font-weight: 700 !important;
  color: black;
  letter-spacing:normal;
}

.titre_colonne {
  color: white !important;
}

table.df-table tr,
table.df-table td{
  border:0px ;
  
}

table.df-table tbody tr {
  border-left:0px solid #e8e8e8;
  border-right:0px solid #e8e8e8;
  line-height: 2vh;
}
table.df-table tbody tr th {
  border-left:0;
  border-right:0;
}


.row-rubrique{
  font-size-adjust: 0.5;
}

.indent-ligne-td {
  padding-left:4em !important;
}

@media only screen and (max-width: 768px) {
  .indent-ligne-td {
    padding-left:1em !important; 
  }

  .td-responsive {
    white-space: pre;
  }

}