/* Le Laboratoire : aligner uniquement le mockup final sur la grille. */
.lab-prototype {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 0;
  perspective: none;
  transform: none;
}
.lab-prototype .board {
  width: 100%;
  max-width: 100%;
  transform: none;
}
.lab-prototype .board-cols {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
