
html {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
	background-color: #000;
	font-family: sans-serif;
	font-size: 0.8em;
	color: #fff;
	margin: 0;
  padding: 0;
	height: 100%;
	width: 100%;
}

.webcamlist {
  list-style: none;
  margin: 0;
  padding: 0;
    height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.webcamlist li {
  padding: .1%;
  height: 49.5%;
}

.webcam_image {
  position: relative;
  height: 100%;
  width: 100%;
}

.webcam_image img {
  display: block;
  height: 100%;
  width: 100%;
}

.zone-nom {
  background: #000;
  font-size: 1.1em;
  padding: 7px;
  position: absolute;
  left: 0;
  top: 0;
}

.zone-nom.bd {
    top: 0;
}

.zone-nom span {
  display: block;
}

.zone-filigrane{
  background: transparent;
  font-size: 1em;
  padding: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.split_3, .split_4{
  width: 49.8%;
}

.split_5, .split_6{
  width: 33%;
}

