html,
body {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
}

img {
  width: 30%;
}

#renderCanvas {
  width: 100%;
  height: 100%;
  touch-action: none;
}

@font-face {
  font-family: "Roboto";
  src: url('../fonts/Roboto-Regular.ttf');
}

@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url('../fonts/Roboto-Bold.ttf');
}

/* JORIS CSS */


.edit-tab {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}


#nbBlocs {
  width: 50%;
  min-width: 500px;
  margin: 0% auto;
  text-align: center;
  font-family: "Roboto";
}

#nbBlocs>label {
  width: 100%;
  padding: 15px;
  font-weight: bold;
  font-size: 1.1em;
}

input[type=range].slider {
  padding: 15px 5px;
  -webkit-appearance: none;
  width: 50%;
  margin: 3.5px 0;
}

input[type=range].slider:focus {
  outline: none;
}

input[type=range].slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  /* box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d; */
  background: #0bbbef;
  border-radius: 25px;
  /* border: 0px solid #000001; */
}

input[type=range].slider::-webkit-slider-thumb:active {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(146, 146, 146, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(146, 146, 146, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(146, 146, 146, 0.75);
}

input[type=range].slider::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 62, 0.67), 0px 0px 0px rgba(0, 0, 88, 0.67);
  /* border: 0.6px solid rgba(0, 30, 0, 0.57); */
  height: 15px;
  width: 15px;
  border-radius: 7.5px;
  background: #0bbbef;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.5px;

}

input[type=range].slider:focus::-webkit-slider-runnable-track {
  background: #9ee5fb;
}

input[type=range].slider::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #0bbbef;
  border-radius: 25px;
  /* border: 0px solid #000001; */
}

.w3-container {
  color: white;
  background-color: #0bbbef;
}

input[type=range].slider::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 62, 0.67), 0px 0px 0px rgba(0, 0, 88, 0.67);
  /* border: 0.6px solid rgba(0, 30, 0, 0.57); */
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #0bbbef;
  cursor: pointer;
}

input[type=range].slider::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range].slider::-ms-fill-lower {
  background: #044558;
  border: 0px solid #000001;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range].slider::-ms-fill-upper {
  background: #0bbbef;
  border: 0px solid #000001;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}

input[type=range].slider::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 62, 0.67), 0px 0px 0px rgba(0, 0, 88, 0.67);
  /* border: 0.6px solid rgba(0, 30, 0, 0.57); */
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #0bbbef;
  cursor: pointer;
  height: 3px;
}

input[type=range].slider:focus::-ms-fill-lower {
  background: #0bbbef;
}

input[type=range].slider:focus::-ms-fill-upper {
  background: #9ee5fb;
}

/* END JORIS CSS */

#carousel {
  /* border: 2px solid greenyellow; */
  display: flex;
  height: 400px;
  /*margin-top: 1%;*/
  overflow: hidden;
  position: relative;
  width: 800px;
}

ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  height: 400px;
  width: 800px;
}

.carousel-selected {
  cursor: default;
  position: absolute;
  bottom: 3%;
  width: 100%;
}

.fa {
  opacity: 0.8;
  /* border: 2px solid greenyellow; */
}

.fa:hover {
  opacity: 1;
}

.fa-chevron-left,
.fa-chevron-right {
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 40px;
  position: absolute;
  width: 50px;
  height: 50px;
  margin: 6% auto;
  /* top: calc(50% - 40px /2); */
}

.fa-chevron-right {
  right: 0%;
  background-image: url("../img/chevron-right.png");


}

.fa-chevron-left {

  background-image: url("../img/chevron-left.png");

}

.choices {
  display: -webkit-box;
  margin: auto;
  width: 50%;
  /*padding: 10px;*/
}

td {
  text-align: center;
}

.sliderDiv {
  margin-top: 3%;
}

button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;

  padding: 4px 8px !important;

  border: 1px solid #ccc !important;

  border-radius: 32px;
}

button:hover {
  box-shadow: 0px 0px 10px 0px rgba(146, 146, 146, 0.75);
  color: #fff !important;
  background-color: #0bbbef
}

/* LE */
input[type=radio] {
  display: none;
}

.button.color {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 10px;
  cursor: pointer;
}

.button.color span {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: #eeeeee;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  transition: ease .3s;
}

.button.color span:hover {
  /* padding: 10px; */
  width: 65px;
  height: 65px;
}
.red .button.color span {
  background: #ce3a18;
}
.green .button.color span {
  background: #5d8e44;
}
.blue .button.color span {
  background: #1777d1;
}
.yellow .button.color span {
  background: #f9ea11;
}

input[type=radio]:checked ~ .button.color span {
  border: solid 2.5px rgba(255, 255, 255, 0.5);
}

