.noeuds-board {
  width: 800px;
  height: 200px;
  position: relative;
  margin: auto;
  background-image: url("/assets/img/ambria/noeuds/noeuds.png");
}

.droppernoeud {
  width: 200px;
  height: 100px;
  display: inline-flex;
  transition: all 200ms linear;
  margin: 0;
}

.draggernoeud {
  display: inline-flex;
  transition: all 200ms linear;
  user-select: none;
  background: rgba(100, 100, 100, 0.3);
  width: 200px;
  height: 100px;
  margin: 5px;
}

.dropnoeud-1 {
  position: absolute;
  top: 51px;
  left: 45px;
}

.dropnoeud-2 {
  position: absolute;
  top: 51px;
  left: 300px;
}

.dropnoeud-3 {
  position: absolute;
  top: 51px;
  right: 45px;
}
