
.quest {
  background-color: antiquewhite;
  color: black;
  vertical-align: middle;
  padding: 4px 0;
  height: 40px;
  display: grid;
  margin: 5px 0;
  grid-template-columns: 40px 240px 240px 60px 240px 240px 60px 84px 60px;
}
.questbis {
  background-color: antiquewhite;
  color: black;
  vertical-align: middle;
  padding: 4px 0;
  height: 40px;
  display: grid;
  margin: 3px 0; 
}
.vnb {
  height: 32px;
  font-size: 24px;
  text-align: right;
  border-radius: 6px 6px 6px 6px;
  padding: 0 3px;
  background-color: antiquewhite;
}
.vn {
  height: 32px;
  font-size: 24px;
  text-align: right;
  border-radius: 6px 6px 6px 6px;
  padding: 0 3px;
  background-color: antiquewhite;
  cursor: pointer;
}
.vn:hover {
  background-color: #c7d8e675;
}
.vn:disabled {
  background-color: antiquewhite;
  cursor: auto;
}
.true {
  color: rgb(39, 139, 69);
  font-weight: bolder;
  cursor: auto;
}
.false {
  color: rgb(153, 66, 32);
  font-weight: bolder;
  cursor: auto;
}
.rg {
  height: 32px;
  font-size: 20px;
  text-align: left;
  padding: 4px 0px 0px 5px;
  height: 32px;
  border-radius: 6px 6px 6px 6px;
  background-color: antiquewhite;
  cursor: pointer;
}
.rgb {
  height: 32px;
  font-size: 20px;
  text-align: left;
  padding: 4px 0px 0px 5px;
  height: 32px;
  border-radius: 6px 6px 6px 6px;
  background-color: antiquewhite;
  cursor: auto;
}
.rg:hover {
  background-color: #c7d8e675;
}
.rg:disabled {
  background-color: antiquewhite;
  cursor: auto;
}
.rgu:hover {
  background-color: #c7d8e675;
}
.rgu:disabled {
  background-color: antiquewhite;
  cursor: auto;
}
.on {
  background-color: #87aac575;
}
.rgu {
  height: 32px;
  text-align: left;
  border-radius: 6px 6px 6px 6px;
  background-color: antiquewhite;
  cursor: pointer;
  font-size: 12px;
  padding: 12px 0px 0px 5px;
}
.rgbu {
  height: 32px;
  text-align: left;
  border-radius: 6px 6px 6px 6px;
  background-color: antiquewhite;
  cursor: auto;
  font-size: 12px;
  padding: 12px 0px 0px 5px;
}
.getValRep {
  display: grid;
  column-gap: 5px;
  width: fit-content;
  grid-template-columns: 40px max-content 540px;
  margin: auto;
  /* width: fit-content; */
}
.infoTxt {
  font-size: 0.75em;
  text-align: left;
  padding: 0px 15px;
}
.inputValueBoxRep {
  display: grid;
  grid-template-columns: max-content 240px;
  align-items: center;
  padding: 2px 5px;
  width: 100%;
  margin: auto;
  /* background-color: rgba(255, 105, 180, 0.2); */
  column-gap: 5px;
  /* margin: 0 0 0 10px */
}
.inptxtRep {
  /* width: 50%; */
  font-size: 1.5em;
  text-align: right;
  padding: 0px 10px;
  color: #000;
  /* margin: 0px auto;01 */
  color: #000000;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #000;
  cursor: auto;
}
.inptxtRep:focus {
  outline: #ff8011 solid 1px;
}
.inptxtRep:disabled {
  color: #3e3e3e;
  background: #a7a7a7;
}
.btnced {
  /* background-color: var(--blue-lite); */
  background-color: #87aac575;
  border: 2px solid var(--blue-dark);
  height: 32px;
  /* border: none; */
  color: var(--blue-dark);
  padding: 0px 3px;
  min-width: 42px;
  font-size: 12px;
  font-weight: bolder;
  cursor: pointer;
  border-radius: 6px 6px 6px 6px;
  margin: auto 4px;
}
.btncedOn {
  /* background-color: var(--blue-lite); */
  background-color: #87aac5;
  border: 2px solid var(--blue-dark);
  height: 32px;
  /* border: none; */
  color: var(--blue-dark);
  padding: 0px 3px;
  min-width: 42px;
  font-size: 12px;
  font-weight: bolder;
  cursor: pointer;
  border-radius: 6px 6px 6px 6px;
  margin: auto 4px;
}
.btnced:hover {
  background-color: #87aac5;
}
.btnced:disabled {
   background-color: #87aac575;
  color: #6492b4;;
  cursor: auto;
}
/* .butcorr {
  cursor: pointer;
  height: 32px;
}
.butcorr:hover {
  background-color: rgb(255, 226, 188);
}
.butcorr:disabled {
  background-color: rgb(255, 226, 188);
  cursor: auto;
} */
/* .butcorr:hover:disabled {
  background-color: antiquewhite;
} */
.getRgRep {
  display: grid;
  column-gap: 5px;
  width: 100%;
  grid-template-columns: 40px auto;
  margin: auto;
  /* width: fit-content; */
}
.listRgH {
  display: grid;
  gap: 5px;
  width: fit-content;
  grid-template-columns: auto auto auto;
  margin: auto;
  /* width: fit-content; */
}
.listRgL {
  display: grid;
  gap: 5px;
  width: fit-content;
  grid-template-columns: auto auto;
  margin: auto;
  /* width: fit-content; */
}
.listRgBox {
  display: grid;
  gap: 5px;
  width: fit-content;
  grid-template-columns: auto auto auto;
  margin: auto;
  /* width: fit-content; */
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
}

.RgTxt {
  display: flex;
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
  height: 32px; /* Hauteur du conteneur */
  border: 1px solid black;
  font-size: 16px;
  color: #000;
  border-radius: 6px 6px 6px 6px;
  background-color: antiquewhite;
  cursor: pointer;
  width: 200px;
}
.RgTxt:hover {
  background-color: #87aac575;
  color: #000000;
  font-weight: bold;
}
.RgTxt:disabled {
  color: #3e3e3e;
  background: #a7a7a7;
  cursor: auto;
  font-weight: normal;
}
.btnced2 {
  /* background-color: var(--blue-lite); */
  background-color: #87aac575;
  border: 2px solid var(--blue-dark);
  height: 32px;
  font-size: 16px; 
  color: var(--blue-dark);
  padding: 0px 15px;
  min-width: 42px;
  font-weight: bolder;
  cursor: pointer;
  border-radius: 6px 6px 6px 6px;
  margin:  4px auto;
  width: fit-content ;
}
.btnced2On {
  /* background-color: var(--blue-lite); */
  background-color: #87aac5;
  border: 2px solid var(--blue-dark);
  height: 32px;
  /* border: none; */
  color: var(--blue-dark);
  padding: 0px 15px;
  min-width: 42px;
  font-size: 16px;
  width: fit-content ;
  font-weight: bolder;
  cursor: pointer;
  border-radius: 6px 6px 6px 6px;
  margin:  4px auto;
}
.btnced2:hover {
  background-color: #87aac5;
}
.btnced2:disabled {
   background-color: #87aac575;
  color: #6492b4;;
  cursor: auto;
}
.Qpan {
  width: 100%;
  /* min-height: 340px; */
  background-color: var(--blue-very-dark);
  border-radius: 6px 6px 6px 6px;
  border: 4px solid #000000;
  font-size: 12px;
  vertical-align: top;
  text-align: center;
  padding: 3px 0px;
  overflow: hidden;
}
.pan-p5js-pan {
  width: fit-content;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 2px;
  padding: 2px;
  background-color: #162129a6;
  border-radius: 6px 6px 6px 6px;
}
.pan-p5js {
  width: fit-content;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto;
  gap: 2px;
  padding: 2px;
  background-color: rgb(22, 33, 41, 0.65);
  border-radius: 6px 6px 6px 6px;
  grid-template-rows: auto auto auto;
}
.pan-p5js-M {
  width: fit-content;
  margin: auto;
  display: grid;
  grid-template-columns: auto 0px;
  gap: 2px;
  padding: 2px;
  background-color: rgb(22, 33, 41, 0.65);
  border-radius: 6px 6px 6px 6px;
  grid-template-rows: auto auto 0px;
}
.pan {
  width: 250px;
  display: grid;
  grid-template-rows: max-content auto max-content;
  background-color: var(--blue-very-dark);
  border-radius: 6px 6px 6px 6px;
  border: 4px solid #000000;
  font-size: 12px;
  vertical-align: top;
  text-align: center;
  padding: 3px 0px;
  overflow: hidden;
}
.pan-top {
  width: 100%;
  height: 50px;
  display: grid;
  grid-template-columns: auto max-content;
  background-color: var(--blue-very-dark);
  border-radius: 6px 6px 6px 6px;
  border: 4px solid #000000;
  font-size: 12px;
  vertical-align: top;
  text-align: center;
  padding: 3px 8px;
  overflow: hidden;
}
.pan-left {
  grid-column: 1;
  grid-row: 1 / 3;
  min-height: 580px;
}
.pan-right {
  grid-column: 3;
  grid-row: 1 / 3;
  height: 100%;
}
.pan-one-right {
  grid-column: 2;
  grid-row: 1 / 4;
  height: 100%;
}
.pan-title {
  font-size: 1.5em;
  color: var(--blue-lite);
  font-weight: bolder;
}
.pan-title2 {
  font-size: 2em;
  color: var(--blue-lite);
  font-weight: bolder;
}
.pan-title3 {
  font-size: 1.25em;
  color: var(--orange-mops);
  font-weight: bolder;
}