.reflexion-etagere {
  list-style-type: none;
}

.etagere-capitaine {
  width: 600px;
  height: 800px;
  position: relative;
  margin: auto;
  background-image: url("/assets/img/ambria/etagere/etagerecapitaine.png");
}

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

.drop_hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8) inset;
}

.draggeretagere {
  display: inline-flex;
  transition: all 200ms linear;
  user-select: none;
  background: rgba(100, 100, 100, 0.4);
  width: 150px;
  height: 200px;
  margin: 0;
}

.etagere-draggers {
  margin-top: 1rem;
  text-align: center;
}

.etagere-piece {
  display: block;
  max-width: 100%;
  height: auto;
  cursor: grab;
}

.dropetagere-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.dropetagere-2 {
  position: absolute;
  top: 0;
  left: 150px;
}

.dropetagere-3 {
  position: absolute;
  top: 200px;
  left: 0;
}

.dropetagere-4 {
  position: absolute;
  top: 200px;
  left: 300px;
}

.dropetagere-5 {
  position: absolute;
  top: 200px;
  left: 450px;
}

.dropetagere-6 {
  position: absolute;
  top: 400px;
  left: 0;
}

.dropetagere-7 {
  position: absolute;
  top: 400px;
  left: 150px;
}

.dropetagere-8 {
  position: absolute;
  top: 400px;
  left: 300px;
}

.dropetagere-9 {
  position: absolute;
  top: 400px;
  left: 450px;
}

.dropetagere-10 {
  position: absolute;
  top: 600px;
  left: 150px;
}
