@charset "UTF-8";
html {
  font-size: 16px;
  /* 1rem = 16px */
}

/*
 * Mixins du langage graphique industriel.
 *
 * Couleurs autorisées :
 * - $GW
 * - $BG
 * - $BFW
 * - $RS
 */
html {
  font-size: 16px;
  /* 1rem = 16px */
}

.realisations_indus_desktop {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96vw;
  align-self: center;
}
.realisations_indus_desktop article {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  margin-top: 4vh;
  margin-bottom: 4vh;
  height: 76vh;
  width: 100%;
  overflow: auto;
  /* Permet le défilement */
  justify-content: center;
  /* Aligne les éléments horizontalement */
}
.realisations_indus_desktop {
  /* Cacher la scrollbar pour les navigateurs basés sur WebKit */
}
.realisations_indus_desktop article::-webkit-scrollbar {
  display: none;
}
.realisations_indus_desktop {
  /* Cacher la scrollbar pour Firefox */
}
.realisations_indus_desktop article {
  scrollbar-width: none;
  /* Firefox */
}/*# sourceMappingURL=realisations_industrielles_desktop.css.map */