.divParallel{
  position:relative;
  display:inline-block;
  vertical-align:top;
}


.loading {
    margin-top: 10em;
    text-align: center;
    color: gray;
}

.Tlegend{
  max-width: 100%;
  border-collapse: collapse;
  border: 1px solid #38678f;
  background: white;
  width:100%;
}
.Tlegend .titre{background:#167F92;
  font-weight: lighter;
  text-shadow: 0 1px 0 #38678f;
  color: white;
  margin-top:1px;
  border: 1px solid #38678f;
  box-shadow: inset 0px 1px 2px #568ebd;
  transition: all 0.2s;}
.Tlegend .entete{background: steelblue;
  padding-left:3px; padding-right:3px;
  width: 25%;
  font-weight: lighter;
  text-shadow: 0 1px 0 #38678f;
  color: white;
  margin-top:1px;
  border: 1px solid #38678f;
  box-shadow: inset 0px 1px 2px #568ebd;
  transition: all 0.2s;}
  
#tbl tr:nth-child(odd){background-color:#F0F0F0;}
/*Toutes les lignes impaires : la 1e, la 3e, la 5e, etc.*/

#tbl tr:nth-child(even){background-color:#DDEDFD;}
/*Toutes les lignes paires : la 2e, la 4e, la 6e, etc.*/

.red-tooltip + .tooltip > .tooltip-inner {background-color: #f00;}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#f00; }
