/*********************
RESPONSIVE
*********************/
/******** COULEURS PROJET *******/
.main1 {
  background-color: #4bbec8;
}

.main1_hover {
  background-color: #1e2d46;
}

.main2 {
  background-color: #faa500;
}

.main2_hover {
  background-color: #1e2d46;
}

/* ================ BLOCK BANDEAU  =================== */
.block_compteurs .compteurs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block_compteurs .compteur_nombre {
  font-size: 3rem;
  font-weight: 700;
}
.block_compteurs .compteur_nombre.col_light {
  color: #4bbec8;
}
.block_compteurs .compteur_nombre.col_dark {
  color: #faa500;
}
.block_compteurs .compteur_texte {
  font-size: 1.1rem;
  font-weight: 600;
}
.block_compteurs .compteur_prefixe,
.block_compteurs .compteur_suffixe {
  color: #faa500;
  font-size: 2rem;
  margin-right: 5px;
}

/* ================ RESPONSIVE DU BLOCK  =================== */
@media screen and (max-width: 850px) {
  .flex_4 > * {
    width: calc(50% - 1rem);
  }
}