/* ********** lisbox_cont *********** */
.temp {
  background-color: #12dd3e}
.cu_selectBox {
  display: flex;
  align-items: center;
  padding: 3px 0;
  width: 95%;
  margin: auto;
}
.this_select {
  /* Reset Select */
  appearance: none;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 2px 1em;
  color: var(--blue-very-dark);
  background-color: #ffffff;
  background-image: none;
  cursor: pointer;
  text-align: left;
}
.this_select:disabled {
  cursor: auto;
  background-color: #818181;
}
.cu_selectBoxTitle {
  text-align: left;
  font-size: 0.8em;
  width: 25%;
}
/* Remove IE arrow */
.cu_select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.cu_select {
  position: relative;
  display: flex;
  width: 90%;
  margin: auto;
  height: 28px;
  border-radius: 0.25em;
  overflow: hidden;
  border: 1px solid #000;
  font-size: 0.85em;
}
/* Arrow */
.cu_select::after {
  content: "\25BC";
  position: absolute;
  top: 0px;
  height: 28px;
  right: 0;
  padding: 0px 5px;
  background-color: #34495e;
  transition: 0.15s all ease;
  pointer-events: none;
}
/* Transition */
.cu_select:hover::after {
  color: var(--blue-very-dark);
}
.NunitBox {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  align-items: center;
  padding: 2px 4px;
  width: 96%;
  margin: auto;
  column-gap: 5px;
}
.navIcon:hover {
  color: #ff8011;
  /* background-color: #213545 */
}
/* ***********Npan************* */
.Np5Box {
  /* margin: auto; */
  padding: 10px 4px 0px 4px;
  /* width:fit-content; */
}
.panels {
  /* width: 90%; */
  background-color: var(--blue-very-dark);
  border-radius: 6px 6px 6px 6px;
  display: grid;
  /* justify-content: center; */
  grid-template-columns: max-content max-content;
  margin: auto;
  padding: 2px;
  width: fit-content;
}
.NpanLeft {
  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: 3px solid #000000;
  vertical-align: top;
  text-align: center;
  padding: 3px 0px;
  overflow: hidden;
}
.NpanMain {
  width: auto;
  display: grid;
  grid-template-rows: max-content max-content;
  background-color: var(--blue-very-dark);
  border-radius: 6px 6px 6px 6px;
  border: 3px solid #000000;
  vertical-align: top;
  text-align: center;
  padding: 3px 0px;
  overflow: hidden;
}
.Npan-title {
  font-size: 1.25em;
  color: var(--blue-lite);
  font-weight: bolder;
}
.NpanLeft-Main {
  height: fit-content;
}
/* .NpanLeft-Main::-webkit-scrollbar {
	width: 0.75em;
}
.NpanLeft-Main::-webkit-scrollbar-track {
	background: rgb(55, 55, 55);
}
.NpanLeft-Main::-webkit-scrollbar-thumb {
	background: rgb(91, 91, 91, 0.5);
}
.NpanLeft-Main::-webkit-scrollbar-thumb:hover {
	background: rgb(91, 91, 91);
} */
/* .Npan {
	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;
} */
.btnced {
  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;
}
.btncedOn {
  background-color: #87aac5;
  border: 2px solid var(--blue-dark);
  height: 32px;
  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;
}
.btnced:hover {
  background-color: #87aac5;
}
.btnced:disabled {
  background-color: #87aac575;
  color: #6492b4;
  cursor: auto;
}
.getValRep {
  display: grid;
  column-gap: 5px;
  width: 100%;
  grid-template-columns: max-content max-content auto;
  margin: auto;
  /* width: fit-content; */
}

.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.25em;
  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;
}
.listPfBox {
  display: flex;
  column-gap: 15px;
  width: fit-content;
  margin: 3px auto 5px auto;
  /* width: fit-content; */
  justify-content: center; /* Centre horizontalement */
  align-items: center; /* Centre verticalement */
}
.PfTxt {
  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: 120px;
}
.PfTxt:hover {
  background-color: #87aac575;
  color: #000000;
  font-weight: bold;
}
.PfTxt:disabled {
  color: #3e3e3e;
  background: #a7a7a7;
  cursor: auto;
  font-weight: normal;
}
.getPfRep {
  display: grid;
  column-gap: 5px;
  grid-template-columns: max-content max-content max-content;
  margin: auto;
  /* width: fit-content; */
}
.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;
}
.Qbox {
  width: 1360px;
  display: grid;
  grid-template-columns: 50% 50%;
  margin: auto;
  justify-content: center;
  row-gap: 5px;
}
.quest {
  background-color: antiquewhite;
  color: black;
  font-size: 20px;
  /* height: 40px; */
  display: flex; 
  width: 675px;
  /* margin: 2px 0; */
  /* grid-template-columns: 44px 300px 72px 32px 300px 72px 32px 80px;  */
  vertical-align: middle;
  align-items: center;
  justify-content:flex-start;
  border-radius: 3px;
  margin: auto;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.vn_b {
  width: 220px;
  text-align: right;
  /* background-color: rgb(223, 191, 109); */
  border-radius: 6px;
  margin-right: 3px;
}
.vn_a {
  width: 220px;
  text-align: right;
  /* background-color: rgb(223, 191, 109); */
  border-radius: 6px;
  margin-right: 3px;
  cursor: pointer;
}
.vn_a:hover {
  background-color: #87aac575;
}
.vn_a:disabled {
  /* background-color: rgb(147, 177, 209); */
  cursor: auto;
}
.vn_a:disabled:hover {
  background-color:transparent;
  cursor: auto;
}
.actif {
  background-color: rgb(147, 177, 209);
}
.pref_img {
  height: 28px;
  width: 28px;
  object-fit: contain;
  position: relative;
  top: -2px;
}
.quest_img {
  width: 24px;
  margin: 0px 5px;
}
.unit {
  font-size: 18px;
  text-align: left;
  margin: 0px 0px 0px -3px;
}
sup {
  vertical-align: super;
  font-size: 12px;
}
.ltleBut {
  background-color: #87aac575;
  border: 2px solid var(--blue-dark);
  /* height: 20px; */
  /* border: none; */
  color: var(--blue-dark);
  /* padding: 0px 3px; */
  /* width: 76px; */
  font-size: 9px;
  font-weight: bolder;
  cursor: pointer;
  padding: 0px 5px;
  border-radius: 4px 4px 4px 4px;
}
.num_d {
  /* width: 40px;
  height: 40px; */
  border: 3px solid var(--blue-dark);
  color: var(--blue-dark);
  font-weight: bolder;
  font-size: 16px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin: 2px 10px 2px 2px;
}
.num_l {
  border: 3px solid #dbe5ee;
  color: #dbe5ee;
  font-weight: bold;
  font-size: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  margin: 0px 10px;
}
.true {
  color: rgb(39, 139, 69);
  font-weight: bolder;
  cursor: auto;
}
.false {
  color: rgb(153, 66, 32);
  font-weight: bolder;
  cursor: auto;
}
.true2 {
  background-color: rgba(39, 139, 69, 0.34);
  cursor: auto;
}
.false2 {
  background-color: rgba(153, 66, 32, 0.34);
  cursor: auto;
}
.on {
  background-color: #87aac575;
}

.ltleButOn {
  /* background-color: var(--blue-lite); */
  background-color: #87aac5;
  border: 2px solid var(--blue-dark);
  height: 22px;
  /* border: none; */
  color: var(--blue-dark);
  padding: 0px 3px;
  min-width: 42px;
  font-size: 12px;
  font-weight: bolder;
  cursor: pointer;
  border-radius: 4px;
  margin: 2px 2px;
}
.ltleBut:hover {
  background-color: #87aac5;
}
.ltleBut:disabled {
  background-color: #87aac575;
  color: #6492b4;
  cursor: auto;
}
.dbleBut {
  /* width:90px; */
  display: grid; 
  grid-template-rows: auto auto;
  row-gap: 2px;
  margin: 2px 2px;
}
.pf {
  border-radius: 4px;
  cursor: pointer;
}
.pf:hover {
  background-color: #87aac575;
}
.pf:disabled {
  cursor: auto;
}
.pf:disabled:hover {
  background-color: transparent;
  cursor: auto;
}
