.chiffres-container-bloc {
  margin-top: 100px;
}

.chiffres-image-container {
  width: 100%;
  margin: 50px 0 0 0;
  background-image: url('/themes/custom/die/images/icons/chiffres_background_image.png');
  background-repeat: no-repeat;
  background-size: 100% 80%;
  background-position: center;
}

.chiffres-image {
  max-width: 100%;
  margin: 0;
}

.chiffres-titre {
  color: #194360;
  font-size: 30px;
  margin: 20px 0 20px 0;
  font-weight: 300;
}

.chiffres-bloc-titre {
  color: #194360;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.chiffres-tabs {
  border: none;
}

.chiffres-tabs .nav-link {
  border: none;
  padding: 0;
  margin-right: 40px;
  color: #194360;
  font-size: 16px;
  letter-spacing: 0.44px;
  margin-top: 5px;
}

.chiffre-item {
  background-color: #fff;
  border: 1px solid #979797;
  text-align: center;
  padding: 0 15px 10px 15px;
  margin: 0px;
}

.row-charts {
  padding-top: 30px;
}

.chiffre-bloc {
  background-color: #FAFAFA;
  box-shadow: inset 0 -3px 9px 0 rgba(0,0,0,0.13);
  border-top: 1px solid #9BADBA;
  margin-top: 3px;
}

.chiffre-graphique {
  background-color: #fff;
  border: 1px solid #979797;
  margin: 10px;
  min-height: 100%;
}

.chiffre-graphique-titre {
  text-align: center;
  margin-top: -25px;
  margin-bottom: 25px;
}

.chiffre-icone {
  height: 50px;
  margin: -10px auto 0 auto;
}

.chiffre-value {
  color: #C6890B;
  font-size: 40px;
  font-weight: bold;
  line-height: 47px;
  white-space: nowrap;
  margin: 5px;
}

.chiffre-texte {
  color: #33515D;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin: 0;
  min-height: 69px;
  text-transform: uppercase;
}

.chiffres-tabs .nav-link.active {
  border-bottom: 5px solid #C6890B;
}

.tab-pane {
  padding: 20px;
}

.col-graphique {
  padding-bottom: 20px;
}

.chiffres-p-2 {
  width: 100%;
}

@media (max-width: 768px) {
  
  .chiffres-left-column {
    margin-bottom: 10px;
  }

  .col-graphique {
    margin-top: 20px;
    padding-bottom: 0px;
  }

  .container-md-fullwidth {
    max-width: 100%;
  }

  .chiffres-p-2 {
    margin-top: 20px;
  }

  .chiffre-graphique-titre {
    margin-bottom: 0;
    margin-top: 10px;
  }
}

/* Large format */
@media (max-width: 992px) {
  .tab-pane {
    padding: 0 0 50px 0;
  }

  .container-lg-fullwidth {
    max-width: 100%;
  }
}
/* End Large format */