/* dernière modif 30/10/2023 */
@font-face {
	font-family: Roboto;
	src: url(Roboto-Regular.ttf);
}
@font-face {
	font-family: RobotoMedium;
	src: url(Roboto-Medium.ttf);  
}
@font-face {
	font-family: RobotoBold;
	src: url(Roboto-Bold.ttf);
}
:root {
	--blue-lite: #87aac5;
	--blue-litmed: #6492b4;
	--blue-medium: #34546c;
	--blue-dark: #213545;
	--blue-key : #35bdf5;
	--blue-very-dark: #162129;
	--blue-ultra-dark: #080d0f;
	--orange-mops: #ff8011;
	--red-mops: #f14e23;
	--font-color: #555;
	--font-hover-color: orange;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background: var(--blue-medium);
	color: #cccccc;
	background-image: url(bg.png);
	background-position: center top;
	background-repeat: repeat;
	/* overflow: hidden; */
	font-family: "Poppins", sans-serif;
	text-align: center;
}

.hide {
	display: none;
	visibility: hidden;
	opacity: 0;
}

.show {
	visibility: visible;
	opacity: 1;
	outline-color: transparent;
}
/* NavBar start----------------------------------------- */

nav {
	position: fixed;
	/* top: 50px; */
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	/* background: #3e8da8; */
	background-color: var(--blue-dark);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	z-index: 99;
	background-image: url(bandeau_fond.png);
	background-color: var(--blue-dark);
	background-position: center top;
	background-repeat: no-repeat;
}
nav .navbar {
	height: 100%;
	max-width: 1250px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	padding: 0 50px;
}
.navbar .logo a {
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	white-space: nowrap;
}
nav .navbar .nav-links {
	line-height: 60px;
	height: 100%;
}
nav .navbar .links {
	display: flex;
}
nav .navbar .links li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	list-style: none;
	padding: 0 14px;
}
nav .navbar .links li a {
	cursor: pointer;
}
nav .navbar .links li a {
	height: 100%;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
nav .navbar .links .current a {
	color: var(--red-mops);
	font-weight: bolder;
}
nav .navbar .links li:hover > a {
	color: var(--orange-mops);
}
nav .navbar .links li:hover {
	background-color: var(--blue-very-dark);
}
.links li:hover .salle23-arrow {
	transform: rotate(180deg);
}
nav .navbar .links li:hover .arrow {
	color: var(--orange-mops);
}

nav .navbar .links li .arrow {
	height: 100%;
	width: 42px;
	line-height: 60px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	/* color: #fff; */
	transition: all 0.3s ease;
	cursor: pointer;
}
nav .navbar .links li .sub-menu {
	position: absolute;
	top: 60px;
	left: 0;
	line-height: 40px;
	background: var(--blue-dark);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-radius: 0 0 4px 4px;
	display: none;
	z-index: 2;
}
nav .navbar .links li:hover .salle23-sub-menu {
	display: block;
}
.navbar .links li .sub-menu li {
	padding: 0 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .links li .sub-menu a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}
.navbar .nav-links .sidebar-logo {
	display: none;
}
.navbar .fa-bars {
	display: none;
	cursor: pointer;
}
.navbar .fa-times {
	cursor: pointer;
}
.short {
	display: none;
}
.navcache {
	width: 100%;
	background-color: transparent;
	height: 60px;
}
/* ---------------------------------------------- */
.home {
	position: relative;
	width: calc(100% - 190px);
	padding: 0 15px;
}
.presentation {
	width: 90%;
	max-width: 1260px;
	margin: auto;
}
.description {
	display: grid;
	grid-template-columns: auto;
	padding: 10px 0;
	text-align: left;
}
.onglet {
	display: grid;
	grid-template-columns: 150px auto;
	border-top: 1px solid #636363;
	padding: 10px 0;
}
.onglet:first-child {
	border: none;
}
.onglet a {
	cursor: pointer;
}
.top {
	font-size: 1.25em;
	font-weight: bold;
	color: var(--red-mops);
	padding: 0 15px 0 0;
	white-space: nowrap;
}
.s23_sub {
	padding: 0 0 0 50px;
}
.s23_sub .top {
	font-size: 1em;
	color: var(--orange-mops);
	white-space: normal;
}
.s23_sub .onglet {
	grid-template-columns: 200px auto;
}
.s23_sub .toptxt {
	font-size: 0.9em;
}
.toptxt {
	align-self: center;
	font-size: 1em;
}
/* ------------------------------------------------- */
@media screen and (max-width: 1050px) {
	.short {
		display: block;
	}
	.long {
		display: none;
	}
}
@media screen and (max-width: 920px) {
	nav .navbar {
		max-width: 100%;
		padding: 0 25px;
	}

	nav .navbar .logo a {
		font-size: 24px;
	}
	nav .navbar .links li {
		padding: 0 10px;
		white-space: nowrap;
	}
	nav .navbar .links li a {
		font-size: 15px;
	}
}

@media screen and (max-width: 700px) {
	.s23_sub .onglet {
		grid-template-columns: auto;
	}
	.s23_sub {
		padding: 0 0 0 15px;
	}
	.onglet {
		grid-template-columns: auto;
	}
	nav {
		position: fixed;
		top: 0;
	}
	.navbar .fa-bars {
		display: block;
	}
	nav .navbar .nav-links {
		position: fixed;
		top: 0;
		left: -100%;
		display: block;
		max-width: fit-content;
		/* max-width: 370px; */
		width: 100%;
		background: var(--blue-dark);
		line-height: 40px;
		padding: 20px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
		transition: all 0.5s ease;
		z-index: 1000;
	}
	nav .navbar .links li {
		padding: 0;
		overflow: hidden;
	}
	nav .navbar .links li a {
		padding: 0 20px;
	}
	.navbar .nav-links .sidebar-logo {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.sidebar-logo .logo-name {
		font-size: 25px;
		color: #fff;
	}
	.sidebar-logo i,
	.navbar .fa-bars {
		font-size: 25px;
		color: #fff;
	}
	nav .navbar .links {
		display: block;
		margin-top: 20px;
	}
	nav .navbar .links li .arrow {
		font-size: 16px;
		line-height: 40px;
	}
	nav .navbar .links li {
		display: block;
	}
	nav .navbar .links li .sub-menu {
		position: relative;
		top: 0;
		box-shadow: none;
		display: none;
	}
	nav .navbar .links li .sub-menu li {
		border-bottom: none;
	}

	.links li:hover .salle23-arrow {
		transform: rotate(0deg);
	}
	nav .navbar .links li:hover .salle23-sub-menu {
		display: none;
	}
	.navbar .nav-links.show1 .links .salle23-sub-menu {
		display: block;
	}
	.navbar .nav-links.show1 .links .salle23-arrow {
		transform: rotate(180deg);
	}
}
@media (max-width: 370px) {
	nav .navbar .nav-links {
		max-width: 100%;
	}
}
/* NavBar End----------------------------------------- */
/*-----------Footer-------------------*/
footer {
	padding-top: 5px;
	text-align: center;
	color: #bbbbbb;
}

footer p {
	margin: auto;
}
footer hr {
	height: 1px;
	border-width: 0;
	background-color: #696969;
	margin: auto;
	width: 30%;
}
a {
	cursor: pointer;
}

a:hover {
	color: #35bdf5;
	text-decoration: none;
}
/* Footer end--------------------------------- */
/*---------News-----------------------*/
/* header {
  display: none;
} */
.decalage {
	background-color: transparent;
	display: none;
}
.news {
	position: fixed;
	width: 190px;
	top: 60px;
	right: 0;
	display: block;
	grid-template-columns: auto;
	margin: auto;
	text-align: center;
	color: #343434;
	background: rgb(240, 240, 240);
	border: 1px solid #000000;
	border-radius: 0 0 0 6px;
	height: calc(90% - 60px);
}
.news h1 {
	color: rgb(79, 63, 94);
	font-weight: bold;
	font-size: 1em;
}
.news h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: var(--blue-very-dark);
	text-align: center;
	padding: 8px 0;
}
.news-list {
	height: calc(100% - 44px);
	overflow-y: auto;
	scroll-snap-type: y mandatory;
	scroll-padding: 1rem;
	padding: 5px;
	max-height: 100%;
}
.news-title {
	border-bottom: 1px solid #000;
	padding: 5px 0;
}
.news-elt {
	background-color: rgb(215, 215, 215);
	text-align: center;
	padding: 2px 5px;
	color: rgb(79, 63, 94);
	font-size: 0.8em;
	width: 155px;
	margin: 5px auto;
}
.news-elt a {
	cursor: pointer;
}
.news-elt img {
	max-height: 150px;
}

@media screen and (max-width: 800px) {
	.home {
		position: relative;
		width: 100%;
		padding: 0 15px;
	}
	.news {
		position: relative;
		display: grid;
		grid-template-columns: auto;
		top: 0px;
		margin: auto;
		width: fit-content;
		text-align: center;
		border-radius: 0 0 6px 6px;
	}

	.news-list {
		max-width: 550px;
		padding: 5px;
		display: grid;
		gap: 5px;
		grid-auto-flow: column;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		scroll-padding: 1rem;
		height: auto;
	}

	.news-elt {
		font-size: 0.8em;
		width: 175px;
	}
}
@media screen and (max-width: 580px) {
	.news {
		display: none;
	}
}
/*---------fboxes---------------------*/
.fbox {
	display: block;
	max-width: 210px;
	/* overflow: hidden; */
	color: #cccccc;
	font-size: 0.9em;
	/*height: 235px;*/
	/* margin: 8px; */
	border: 3px solid #999999;
	text-align: center;
	padding: 2px;
	cursor: pointer;
	margin: 0 auto;
	align-self: center;
	background-color: var(--blue-dark);
}

.fbox a {
	text-decoration: none;
}

.fbox img {
	margin: auto;
}

.fbox:hover {
	border-color: #ff8011;
}

.desc {
	color: #cccccc;
	padding: 0 3px 5px 3px;
	font-size: 1em;
	margin: auto;
}

/* .fboxes {
  min-height: 45px;
  padding: 5px 5px 5px 5px;
  text-align: center;
} */
.fboxes {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
	/* grid-template-columns: repeat(4,1fr); */
	/* width: fit-content; */
	margin: 15px auto;
}
/* ===================================================== */
.sub-navbar {
	/* height: 100%; */
	max-width: 420px;
	/* width: 100%; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 5px auto 20px auto;
	background-color: var(--blue-dark);
	border-radius: 10px;
}
.page-title {
	font-size: 1.25em;
	font-weight: bold;
	/* max-width: 420px; */
	width: fit-content;
	min-width: 15%;
	text-align: center;  
	margin: 5px auto 20px auto;
	padding: 3px 25px;
	background-color: var(--blue-dark);
	border-radius: 10px;
}
.sub-navbar-back {
	/* height: 100%; */
	max-width: 370px;
	/* width: 100%; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 5px auto 20px auto;
	background-color: var(--blue-dark);
	border-radius: 10px;
}
.here {
	font-size: 1.25em;
	/* width: 320px; */
	text-align: center;
	margin: auto;
	padding: 5px 0;
}
.prev,
.next {
	margin: auto;
	width: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 1.5em;
}
.inactif {
	color: #363636;
	cursor: auto;
}
/* Sub-navbar=========================================== */

h1 {
	font-size: 1.5em;
	color: #ff8011;
}

.global-container {
	display: block;
	width: 90%;
	margin: auto;
}
.global-container h1 {
	margin: 10px auto;
	text-align: center;
}

.paragraf {
	margin: 15px 0;
	padding: 0 30px;
}
.enonce {
	width: 90%;
	margin: auto;
	padding: 40px 0;
}
/* ============================================= */
.info_on {
	display: grid;
	grid-template-columns: 70% auto;
	align-items: center;
	padding: 3px 0 3px 4px;
	text-align: left;
	color: #ff8011;
	font-size: 1.2em;
}
.info_off {
	display: grid;
	grid-template-columns: 70% auto;
	align-items: center;
	padding: 3px 0 3px 4px;
	text-align: left;
	color: #cccccc;
	font-size: 1.2em;
}

.fromjs {
	display: flex;
	width: fit-content;
	margin: auto;
}
.p5box {
	min-width: 200px;
	min-height: 200px;
	padding: 2px;
	/* margin: auto; */
	width: fit-content;
	/* display: inline-block; */
}

.training {
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
	width: fit-content;
	margin: 10px auto;
}
/* Old style========================================== */
.hrstop {
	height: 3px;
	border-width: 0;
	color: rgb(0, 0, 0);
	background-color: rgb(0, 0, 0);
	margin: 3px 0px;
}
.hrlite {
	height: 1px;
	border-width: 0;
	color: rgb(0, 0, 0);
	background-color: rgb(0, 0, 0);
	margin: 3px 20px;
}

.addsubtxt {
	font-size: 0.8em;
}

.addsub {
	display: grid;
	grid-template-columns: auto 35px auto;
	align-items: center;
	padding: 3px 0;
}

.b_sub {
	text-align: right;
}

.b_add {
	text-align: left;
}

.prevnexttxt {
	font-size: 0.9em;
}

.key {
	font-weight: bold;
	color: #35bdf5;
	font-size: 16px;
}
/* .buttons {
  padding: 2px 0px;
}

.dble_buttons {
  padding: 2px 0px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  text-align: center;
}

.tple_buttons {
  padding: 2px 0px;
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: center;
  text-align: center;
}

.centeron {
  border: none;
  background-color: #000;
  color: #ff8011;
  padding: 5px 12px;
  font-size: 1em;
  font-weight: bold;
  border-radius: 8px 8px 8px 8px;
  height: 28px;
}

.centeroff {
  border: none;
  background-color: #000;
  color: #1c1b1b;
  padding: 5px 12px;
  font-size: 1em;
  border-radius: 8px 8px 8px 8px;
  height: 28px;
}

.center {
  border: none;
  background-color: #000;
  color: #cccccc;
  padding: 5px 12px;
  font-size: 1em;
  border-radius: 8px 8px 8px 8px;
  height: 28px;
}

.right,
.left {
  min-width: 30px;
  border: none;
  background-color: #000;
  color: #cccccc;
  padding: 1px 8px 3px 8px;
  font-size: 1em;
}

.right {
  border-radius: 0px 8px 8px 0px;
  border-left: 1px solid #4e4e4e;
  height: 28px;
}

.left {
  border-radius: 8px 0 0px 8px;
  border-right: 1px solid #4e4e4e;
  height: 28px;
}

.right:hover,
.left:hover,
.center:hover {
  background-color: #4e4e4e;
  color: #cecece;
}

.rightoff,
.leftoff {
  /*	width: 50px;*/
/* border: none;
  background-color: #000;
  color: #1c1b1b;
  padding: 1px 8px 3px 8px;
  height: 28px;
  font-size: 1em;
} */

.rightoff {
	border-radius: 0px 8px 8px 0px;
	border-left: 1px solid #4e4e4e;
}

.leftoff {
	border-radius: 8px 0 0px 8px;
	border-right: 1px solid #4e4e4e;
}
*/ .affvalsel {
	vertical-align: middle;
	font-size: 1.15em;
	padding: 1px 0px;
	/*	color: #000;*/
	color: #ff0000;
	font-weight: bold;
	background-color: #f1f1f1;
	text-align: center;
	height: 28px;
	/*	width: 30%;*/
	border-radius: 3px;
}

.affval {
	text-align: center;
	vertical-align: middle;
	font-size: 1.15em;
	padding: 1px 0px;
	color: #000;
	background-color: #f1f1f1;
	height: auto;
	/* height: 28px; */
	border-radius: 3px;
}
.entval {
	width: 80%;
	font-size: 1.2em;
	text-align: center;
	padding: 2px;
	color: #000;
	margin: 6px auto;
	background-color: #f1f1f1;
}
/* ====================================================== */

.thisgrid-container {
	display: grid;
	grid-template-columns: 60px 80px 60px;
}

.thisgrid-item {
	font-size: 1em;
	text-align: center;
}

.thisgrid-item2 {
	font-size: 0.5em;
	text-align: center;
}
/*----------------------------------*/
.title {
	font-size: 1.2em;
	/*    font-size: 1.5em;*/
	/*    color: #ff8011;*/
	/*    font-weight:bold;*/
}

.title2 {
	font-size: 1.2em;
	color: #ff8011;
	font-weight: bold;
}

.slide {
	display: grid;
	grid-template-columns: auto 30%;
	align-items: center;
	padding: 2px 6px 2px 6px;
	text-align: center;
}

.curs {
	grid-column: 1 / 3;
	padding: 8px 0 4px 0;
}

/* ---------------------------------------------- */
/*----------iframe container vidéos---------*/
.iframe-place {
	max-width: 960px;
	margin: auto;
}

.iframe-subcontainer {
	position: relative;
	margin: auto;
	/*    max-width: 720px;*/
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.iframe-subcontainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ---------------------------------------------- */
.geo {
	text-align: center;
	display: block;
	margin: auto;
	/*  width: 800px;*/
	/*height:540px;*/
}

.geo img {
	max-width: 720px;
	width: 100%;
	height: auto;
}
.geo .icon {
	width: 40px;
}
table {
	text-align: center;
	margin: auto;
}
/*----------iframe container geogebra---------*/
.iframe-place2 {
	max-width: 960px;
	margin: auto;
}

.iframe-subcontainer2 {
	position: relative;
	margin: auto;
	/*    max-width: 720px;*/
	width: 100%;
	padding-bottom: 65%;
	height: 0;
}

.iframe-subcontainer2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*----------iframe container carre---------*/
.iframe-place3 {
	max-height: 900px;
	margin: auto;
}

.iframe-subcontainer3 {
	position: relative;
	margin: auto;
	/*    max-width: 720px;*/
	width: 100%;
	padding-bottom: 100%;
	height: 0;
}

.iframe-subcontainer3 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #ccc;
	text-align: center;
	padding: 8px 0;
}
.enonce p {
	text-align: left;
}

.num {
	font-size: 1.3em;
	font-weight: bold;
	color: #ffffff;
}
/*----------gallery----------------------------*/
.gallery {
	text-align: center;
	width: 100%;
}

.gbox {
	display: inline-block;
	overflow: hidden;
	margin: 8px 8px;
	border: 1px solid #aaa;
	font-size: 0.8em;
}

.gbox img {
	margin: 0 0 -6px 0;
	cursor: pointer;
	max-height: 180px;
}

.gboxh:hover {
	opacity: 0.8;
}

@media (max-width: 325px) {
	.gbox img {
		max-width: 100%;
	}
}
/*-----------modal--------------------*/
.modal {
	display: none;
	z-index: 200;
	font-size: 1.5em;
	background-color: rgba(0, 0, 0, 0.975);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 100px;
	height: 100%;
	max-height: 100%;
	padding: 40px 0 0 0;
	overflow: hidden;
}

.modal a {
	text-decoration: none;
}

.modal-content {
	width: 90%;
	height: 100%;
	margin: auto;
	text-align: center;
}

.modal-content img {
	display: block;
	max-width: 95%;
	max-height: 95%;
	width: auto;
	height: auto;
	margin: auto;
}

#modaldesc {
	position: relative;
	margin: -37px auto 0 auto;
	height: 37px;
	background: rgba(0, 0, 0, 0.7);
	color: #7d7d7d;
	font-size: 18px;
	text-align: center;
}

.mark {
	color: #555;
	font-size: 0.5em;
	position: absolute;
	left: 5px;
	top: 5px;
}

.lbclose {
	color: white;
	position: absolute;
	top: 0;
	right: 30px;
	font-size: 36px;
	font-weight: bold;
}

.lbclose:hover,
.lbclose:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.lbprevious,
.lbnext {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: 00px;
	background-color: rgba(5, 5, 5, 0.8);
	color: white;
	font-weight: bold;
	font-size: 36px;
	transition: 0.3s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

.lbprevious {
	left: 0;
	border-radius: 0 5px 5px 0;
	width: 10%;
	text-align: right;
}

.lbnext {
	right: 0;
	border-radius: 5px 0 0 5px;
	width: 10%;
	text-align: left;
}

.lbprevious:hover,
.lbnext:hover {
	background-color: rgba(26, 26, 26, 0.8);
	color: #35bdf5;
}
/* ================================================== */
.checkKeyBox {
	display: grid;
	grid-template-columns: max-content max-content auto;
	height: auto;
	padding: 0 4px;
	text-align: center;
	font-size: 16px;
	margin: auto 0;
}
.checkBox {
	display: grid;
	grid-template-columns: max-content auto;
	height: auto;
	padding: 0 4px;
	text-align: center;
	font-size: 16px;
	margin: auto;
}
.ckbBox {
	height: 24px;
	margin: 0 13px;
}

.checkContainer {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkmark {
	position: absolute;
	top: 3px;
	left: -8px;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border-radius: 3px;
	outline: 1px solid #000;
	/* margin:auto; */
}
.checkContainer:hover input ~ .checkmark {
	background-color: #8f8f8f;
}
.checkContainer input:disabled ~ .checkmark {
	background-color: #8f8f8f;
	cursor: auto;
}
/* .checkContainer input:checked ~ .checkmark {
	background-color: #474747;
} */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checkContainer input:checked ~ .checkmark:after {
	display: block;
}
.checkContainer .checkmark:after {
	left: 2px;
	top: 2px;
	width: 12px;
	height: 12px;
	background-color: #000;
	border-radius: 3px;
}
.checkKey {
	font-weight: bold;
	color: #35bdf5;
	text-align: center;
}
.checkTitle {
	font-size: 14px;
	padding: 2px 0 0 5px;
	text-align: left;
}
.titleValueBox {
	display: grid;
	grid-template-columns: auto 60px;
	height: auto;
	padding: 0 4px;
	text-align: center;
	margin: 2px 0;
}
/* -------------------------------------------- */
.inptxt {
	/* width: 50%; */
	font-size: 1em;
	text-align: center;
	padding: 0px;
	color: #000;
	/* margin: 0px auto;01 */
	color: #000000;
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #000;
}
.inptxt:focus {
	outline: #ff8011 solid 1px;
}
.inptxt:disabled {
	color: #3e3e3e;
	background: #a7a7a7;
}
.inputValueBox {
	display: grid;
	grid-template-columns: 75% max-content;
	align-items: center;
	padding: 2px 5px;
	width: 90%;
	margin: auto;
	/* background-color: rgba(255, 105, 180, 0.2); */
	column-gap: 5px;
	/* margin: 0 0 0 10px */
}
.inputValueBox3 {
	display: grid;
	grid-template-columns: max-content max-content;
	align-items: center;
	padding: 2px 5px;
	width: 90%;
	margin: auto;
	/* background-color: rgba(255, 105, 180, 0.2); */
	column-gap: 5px;
	/* margin: 0 0 0 10px */
}
.inputValueBox2 {
	display: grid;
	grid-template-columns: 70px calc(100% - 70px);
	align-items: center;
	padding: 2px 5px;
	width: 90%;
	margin: auto;
	/* background-color: rgba(255, 105, 180, 0.2); */
	column-gap: 5px;
}
/* ---------------------------------------------------------- */
.rangeValueBox {
	display: grid;
	width: 100%;
	/* height: 20px; */
	grid-template-columns: auto 50px;
	padding: 0 4px;
	margin: 2px auto;
}
.txtValueRangeBox {
	display: grid;
	width: 95%;
	/* height: 20px; */
	grid-template-columns: 64px 60px auto;
	padding: 0 4px;
	margin: 2px auto;
}
.ckbTxtValueRangeBox {
	display: grid;
	width: 95%;
	/* height: 20px; */
	grid-template-columns: 26px 64px 60px auto;
	padding: 0 4px;
	margin: 2px auto;
}
.r
.rangeValueTxt {
	text-align: center;
	height: auto;
	color: #000;
	color: #000000;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #000;
	width: 50px;
}
.rangeValueTxt:focus {
	outline: #ff8011 solid 1px;
}
.rangeValueTxt:disabled {
	color: #3e3e3e;
	background: #a7a7a7;
}
.range {
	width: 90%;
	height: 10px;
	margin: auto;
	/* padding: 0 10px;  */
	background: #858585;
	outline: none;
	border-radius: 10px;
	overflow: hidden;
}
.range:focus {
	outline: #7c7c7c solid 1px; /*7c7c7c*/
}
.range:hover {
	outline: #7c7c7c solid 1px; /*7c7c7c*/
}
.range::-webkit-slider-thumb {
	appearance: none;
	width: 10px;
	height: 10px;
	/* background: #000000; */
	background: #34546c;
	border-radius: 50%;
	box-shadow: -205px 0 0 200px #3d3d3d;
	cursor: pointer;
}
.range:disabled::-webkit-slider-thumb {
	cursor: auto;
}

/* ---------------------------------------------------------- */
/* Boutons */

.center {
	border: none;
	background-color: #000;
	color: #cccccc;
	padding: 0px 8px;
	border-radius: 8px 8px 8px 8px;
	margin: 2px auto;
	height: 24px;
	cursor: pointer;
}
.centeron {
	border: none;
	background-color: #000;
	color: #ff8011;
	padding: 0px 8px;
	border-radius: 8px 8px 8px 8px;
	margin: 2px auto;
	height: 24px;
	cursor: pointer;
}

/*
/* Bouton centré */
/* Boutons droite/gauche */
.right,
.left {
	min-width: 30px;
	height: 24px;
	border: none;
	background-color: #000;
	color: #cccccc;
	padding: 0px 8px 3px 8px;
	cursor: pointer;
	font-size: 20px;
}
.right {
	border-radius: 0px 8px 8px 0px;
	border-left: 1px solid #4e4e4e;
	margin: 0 auto 0 0;
	padding-left: 4px;
}
.left {
	border-radius: 8px 0 0px 8px;
	border-right: 1px solid #4e4e4e;
	margin: 0 0 0 auto;
	padding-right: 4px;
}
.centeron:enabled:hover {
	background-color: #4e4e4e;
}
.centeron:disabled {
	background-color: #000;
	color: #8d4507;
}
.right:enabled:hover,
.center:enabled:hover,
.left:enabled:hover {
	background-color: #4e4e4e;
	color: #cecece;
}
.right:disabled,
.center:disabled,
.left:disabled {
	background-color: #000;
	color: #1c1b1b;
	cursor: auto;
}
.LR_Buttons {
	padding: 2px 0px;
	display: grid;
	grid-template-columns: 50% 50%;
	margin: 2px 0;
}
.dbleButtons {
	padding: 2px 0px;
	display: grid;
	grid-template-columns: 50% 50%;
}
/* ----------------Nouveau bouton-------------- */ 
.twoBtn {
	padding: 2px 0px;
	display: grid;
	column-gap: 25px;
	grid-template-columns: max-content max-content;
	margin: auto;
	width: fit-content;
}
.threeBtn {
	padding: 2px 0px;
	display: grid;
	column-gap: 10px;
	grid-template-columns: max-content max-content max-content;
	margin: auto;
	width: fit-content;
}
.fourBtn {
	padding: 2px 0px;
	display: grid;
	column-gap: 15px;
	grid-template-columns: max-content max-content max-content max-content;
	margin: auto;
	width: fit-content;
}
.btn {
	background-color: var(--blue-ultra-dark);
	height: 28px;
	border: none;
	color: white;
	padding: 0px 16px;
	min-width: 48px;
	font-size: 12px;
	cursor: pointer;
	border-radius: 6px 6px 6px 6px;
	margin: 2px;
}
.btnOn {
	color: var(--orange-mops);
}
.btn.icon {
	padding: 0px 2px;
}
.btnKey {
	font-weight: bold;
	color: #35bdf5;
}
.btnL,
.btnR {
	background-color: var(--blue-ultra-dark);
	height: 24px;
	border: none;
	color: white;
	padding: 0px 8px;
	font-size: 16px;
	cursor: pointer;
}
.btnL i,
.btnR i,
.btn i {
	padding: 0 10px;
}
.btnL {
	border-radius: 6px 0 0px 6px;
	border-right: 1px solid #4e4e4e;
	margin: 0 0 0 auto;
}
.btnR {
	border-radius: 0px 6px 6px 0px;
	border-left: 1px solid #4e4e4e;
	margin: 0 auto 0 0;
}

.btnR:enabled:hover,
.btnL:enabled:hover,
.btn:enabled:hover {
	background-color: #213545;
	/* color: #cecece; */
}
.btnR:disabled,
.btnL:disabled,
.btn:disabled {
	background-color: var(--blue-ultra-dark);
	color: #1c1b1b;
	cursor: auto;
}
.addSub {
	padding: 2px 0px;
	display: grid;
	grid-template-columns: max-content max-content max-content;
	margin: auto;
	width: fit-content;
}
.addSub .btnR i,
.addSub .btnL i {
	padding: 0 2px;
}
.addSubTxt {
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #000;
	background-color: #f1f1f1;
	/*    height: auto;*/
	height: 24px;
	width: 50px;
	color: #000;
	margin: 0 auto;
}
/* ------------------------------------------------------- */
.exo {
	max-width: 480px;
	min-width: 375px;
	text-align: left;
	vertical-align: top;
	font-size: 1em;
	padding: 10px 0px 0px 8px;
	background-color: var(--blue-very-dark);
	border-radius: 6px 6px 6px 6px;
	border: 4px solid #000000;
	height: fit-content;
}
.exo hr {
	height: 2px;
	border-width: 0;
	color: rgb(0, 0, 0);
	background-color: #fff;
	margin: 3px 10px;
}
/* ------------------------------------------------------- */
.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;
}
.pan-mce-top {
    display: grid;
	grid-template-columns:max-content auto ;
}
/* ------------------------------------------------------- */
.alg-2col {
	width: 1160px;
	/* max-width: 1180px; */
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 4px;
	padding: 5px;
	border-radius: 6px 6px 6px 6px;
}
.alg-1col {
	width: 1160px;
	display: grid;
	grid-template-columns: 100%;
	gap: 4px;
	padding: 5px;
	border-radius: 6px 6px 6px 6px;
}
.alg-elt {
	background-color: #ffffff;
	color: black;
	font-size: 1.1em;
	text-align: center;
	padding: 0 0 3px 0;
	border-radius: 6px 6px 6px 6px;
}

.grid-elt2 {
	text-align: center;
	background-color: #ffffff;
	color: black;

	font-size: 1.2em;
}

.exp {
	background-color: white;
	color: black;
	text-align: left;
	/*             font-size: 125%;*/
}
/* ------------------------------------------------- */
/* The Modal (background) */
.modal2 {
	display: none;
	position: fixed; /* Stay in place */
	z-index: 101; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal2-content {
	background-color: #fff;
	margin: auto;
	padding: 10px;
	border: 5px solid #888;
	width: fit-content;
	border-radius: 6px;
}

/* The Close Button */
.modal2-close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bolder;
}

.modal2-close:hover,
.modal2-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
/* =========================Special MCE========================== */
.Pon {
	text-align: right;
	padding: 4px 10px;
	font-size: 1.25em;
	font-weight: bold;
	color: #2196f3;
}
.Poff {
	text-align: right;
	padding: 4px 10px;
	font-size: 1em;
	color: #cccccc;
}
.Eon {
	text-align: left;
	padding: 4px 10px;
	font-size: 1.25em;
	font-weight: bold;
	color: #ff8011;
}
.Eoff {
	text-align: left;
	padding: 4px 10px;
	font-size: 1em;
	color: #cccccc;
}
.toggle {
	display: grid;
	grid-template-columns: 100px 60px 100px;
	align-items: center;
	padding: 1px 0;
	width: fit-content;
	margin: auto;
}

/* ------------------------------------------ */
input[type="checkbox"].bigSwitch {
	position: relative;
	width: 60px;
	height: 24px;
	appearance: none;
	background: #2196f3;
	outline: none;
	border-radius: 12px;
	transition: 0.25s;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.21);
	cursor: pointer;
}
input:checked[type="checkbox"].bigSwitch {
	background: #ff8011;
}
input[type="checkbox"].bigSwitch:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 12px;
	top: 0;
	left: 0;
	background: #fff;
	transform: scale(0.9);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: 0.25s;
}
input:checked[type="checkbox"].bigSwitch:before {
	left: 36px;
}
.dropzone {
	margin: 5px 50px;
	/*	padding: 20px 5px;*/
	vertical-align: middle;
	border-style: dashed;
	border-color: antiquewhite;
	/*	font-size: 200%;*/
	/* width: 185px; */
	min-height: 40px;
	border-radius: 10px;
	background-color: #0b0b0b;
}

.dropzone p {
	margin: 10px auto;
	color: #35bdf5;
}
.dropOff {
	margin: 5px 50px;
	/*	padding: 20px 5px;*/
	vertical-align: middle;
	border-style: dashed;
	border-color: rgb(61, 56, 49);
	/*	font-size: 200%;*/
	/* width: 185px; */
	min-height: 40px;
	border-radius: 10px;
	background-color: #0b0b0b;
}

.dropOff p {
	margin: 10px auto;
	color: #000000;
}
/* ==================================================== */
/* ******************************************************** */
/* <select> styles */
.selectBox {
	display: grid;
	grid-template-columns: max-content auto;
	align-items: center;
	padding: 8px 0;
	width: 75%;
	margin: auto;
	/* background-color: rgba(255, 105, 180,0.2); */
	gap: 5px;
}

.selectBoxTitle {
	text-align: right;
}

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;
}
.select:disabled {
	background-color: #818181;
}
/* Remove IE arrow */
.select::-ms-expand {
	display: none;
}
/* Custom Select wrapper */
.select {
	position: relative;
	display: flex;
	width: 90%;
	margin: auto;
	height: 24px;
	border-radius: 0.25em;
	overflow: hidden;
	border: 1px solid #000;
}
/* Arrow */
.select::after {
	content: "\25BC";
	position: absolute;
	top: 0px;
	height: 24px;
	right: 0;
	padding: 0px 5px;
	background-color: #34495e;
	transition: 0.15s all ease;
	pointer-events: none;
}
/* Transition */
.select:hover::after {
	color: var(--blue-very-dark);
}

/* --------------------------------------- */
.inpColTrBox {
	display: grid;
	/* height:20px; */
	grid-template-columns: 50px auto;
	padding: 0 14px;
	margin: 0 auto;
	column-gap: 10px;
}
.inpColTrBoxLine {
	display: grid;
	/* height:20px; */
	grid-template-columns: 50% 50px auto;
	padding: 0 14px;
	margin: -2px auto;
	column-gap: 8px;
}
input[type="color"].inpCol {
	width: 40px;
	height: 30px;
	margin: 1px 0px;
	border: none;
	background-color: transparent;
}
.inpColTrBoxTitle {
	font-size: 0.8em;
	grid-column-end: span 2;
}
.inpColTrBoxLineTitle {
	text-align: right;
	margin: auto 0;
}
.inpTrans {
	width: 90%;
	height: 10px;
	margin: auto;
	/* padding: 0 10px;  */
	/* background: rgba(192, 192, 192,0.2) */
	background-image: linear-gradient(to right, rgba(85, 84, 84, 0), rgb(7, 7, 7));
	outline: 1px solid var(--blue-ultra-dark);
	border-radius: 10px;
	overflow: hidden;
}
.inpTrans:focus {
	outline: #34546c solid 1px; /*7c7c7c*/
}
.inpTrans:hover {
	outline: #34546c solid 1px; /*7c7c7c*/
}
.inpTrans::-webkit-slider-thumb {
	appearance: none;
	width: 10px;
	height: 10px;
	/* background: #000000; */
	background: #34546c;
	border-radius: 50%;
	cursor: pointer;
}
.rangeColValueBox {
	display: grid;
	height: 20px;
	grid-template-columns: auto 50px;
	padding: 0 4px;
	margin: 2px auto;
}
.rangeCol {
	width: 90%;
	height: 10px;
	margin: auto;
	/* padding: 0 10px;  */
	background: #858585;
	outline: none;
	border-radius: 10px;
	overflow: hidden;
}
.rangeCol:focus {
	outline: #7c7c7c solid 1px; /*7c7c7c*/
}
.rangeCol:hover {
	outline: #7c7c7c solid 1px; /*7c7c7c*/
}
.rangeCol::-webkit-slider-thumb {
	appearance: none;
	width: 10px;
	height: 10px;
	/* background: #000000; */
	background: #34546c;
	border-radius: 50%;
	box-shadow: -205px 0 0 200px #3d3d3d;
	cursor: pointer;
}
.rangeCol:disabled::-webkit-slider-thumb {
	cursor: auto;
}
/* --------------------------------------------------- */
.EditPan {
	background: transparent;
}
.EditPanScroll {
	/* background: #3b3b3b;  */
	background: transparent;
	overflow-y: auto;
	overflow-x: hidden;
	height: max-content;
	max-height: 580px; 
}
.input_cont {
	/* background: #3b3b3b;  */
	/* font-size: 0.8em; */
	background: transparent;
	overflow-y: auto;
	max-height: 480px;
}
.EditPanScroll::-webkit-scrollbar {
	width: 1em;
}
.EditPanScroll::-webkit-scrollbar-track {
	background: rgb(55, 55, 55);
}
.EditPanScroll::-webkit-scrollbar-thumb {
	background: rgb(91, 91, 91, 0.5);
}
.EditPanScroll::-webkit-scrollbar-thumb:hover {
	background: rgb(91, 91, 91);
}

.input_cont::-webkit-scrollbar {
	width: 1em;
}
.input_cont::-webkit-scrollbar-track {
	background: rgb(55, 55, 55);
}
.input_cont::-webkit-scrollbar-thumb {
	background: rgb(91, 91, 91, 0.5);
}
.input_cont::-webkit-scrollbar-thumb:hover {
	background: rgb(91, 91, 91);
}
/* --------------------------------------------------- */
.idvis {
	display: grid;
	column-gap: 5px;
	grid-template-columns: 32% 32% 32%;
	margin: auto;
	/* width: fit-content; */
}
.twoCol {
	display: grid;
	column-gap: 25px;
	grid-template-columns: auto auto;
	margin: 2px auto;
	width: 90%;
}
.twoCol3 {
	display: grid;
	column-gap: 5px;
	grid-template-columns: auto auto;
	margin: 2px auto;
	width: 90%;
}
.twoCol2 {
	display: grid;
	column-gap: 25px;
	grid-template-columns: 30% 70%;
	margin: 2px auto;
	width: 90%;
}
.getxy {
	display: grid;
	column-gap: 5px;
	grid-template-columns: 26px auto;
	margin: auto;
	/* width: 50%; */
}
.getVal {
	display: grid;
	column-gap: 5px;
	grid-template-columns: 26px max-content;
	margin: auto;
	/* width: fit-content; */
}
.ckbBoxGetxy {
	height: 48px;
	padding: 18px 0 0 0;
}
.ckbBoxGetId {
	height: 24px;
	padding: 2px 0 0 0;
}
.twoColTitle {
	grid-column-end: span 2;
	font-weight: bolder;
}
.twoColRq {
	grid-column-end: span 2;
	text-align: left;
	font-size: 0.9em;
}
.twoColUn {
	grid-column-end: span 2;
}
.mceTextarea {
	width: 100%;
	height: 96px;
	padding: 2px 5px;
	font-size: 14px;
	box-sizing: border-box;
	border: 2px solid #000;
	border-radius: 4px;
	background-color: #f8f8f8;
	color: var(--blue-very-dark);
	text-align: left;
	resize: none;
}
.footer-txt {
	width: 96%;
	margin: auto;
	font-size: 11px;
}
.Li13 {
	max-width: 1240px;
	font-size: 0.8em;
	text-align: left;
	padding: 2px 40px;
	margin: 3px 20px;
	background: #2c2c2c;
	color: #747474;
}
.Li4 {
	font-size: 0.8em;
	text-align: left;
	padding: 2px 40px;
	margin: 3px 80px;
	background: #191919;
	color: #ce2020;
}
.Li2 {
	max-width: 1260px;
	font-size: 1em;
	text-align: left;
	padding: 2px 20px;
	margin: 5px auto;
	background: #2c2c2c;
	color: #cccccc;
}
/* MCE Modal ----------------------------------- */
.mce_modal {
	display: block; /* Hidden by default */
	position: fixed; /*fixed;  Stay in place */
	z-index: 1001; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.6); /* Black w/ opacity */
}
/* Modal Header */
.mce_modal-header {
	padding: 2px 16px;
	background-color: #2d2d2d;
	color: #cccccc;
}

/* Modal Body */
.mce_modal-body {
	padding: 2px 16px;
}

/* Modal Footer */
.mce_modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}

/* Modal Content */
.mce_modal-content {
	position: relative;
	background-color: #2d2d2d;
	margin: 150px auto;
	padding: 0;
	border: 4px solid rgb(48, 10, 10);
	width: 20%;
	min-width: 400px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	animation-name: animatetop;
	animation-duration: 0.3s;
}
/* ======================================= */
input[type="checkbox"].smlSwitch {
	position: relative;
	width: 30px;
	height: 12px;
	appearance: none;
	background: #858585;
	outline: none;
	border-radius: 6px;
	transition: 0.15s;
	/* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.21); */
	cursor: pointer;
}
input:checked[type="checkbox"].smlSwitch {
	background: #3d3d3d;
}
input[type="checkbox"].smlSwitch:before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	top: 0;
	left: 0;
	background: #34546c;
	transform: scale(0.9);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: 0.15s;
}
input:checked[type="checkbox"].smlSwitch:before {
	left: 18px;
}
.smlSwitchBox {
	height: 10px;
	margin: 3px auto 0px 15px;
}
.affValRangeBox {
	/* width: 50%; */
	font-size: 1em;
	text-align: center;
	padding: 0px;
	color: #000;
	/* margin: 0px auto;01 */
	color: #000000;
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #000;
}
.titleRangeBox {
	text-align: right;
	padding: 0 10px 0 0;
}
.softs {
	display: grid;
	column-gap: 25px;
	row-gap: 2px;
	grid-template-columns: max-content auto;
	margin: 8px auto;
	/* width: 90%; */
	border-bottom: 3px solid #213545;
}
/* .global-softs {
	
} */
.softs-title {
font-size: 1.25em; 
color: var(--orange-mops)
}
.softs-txt {
	text-align: left;
}
/* ####################################################### */
.NeIconBox {
	display: grid;
	grid-template-columns: max-content max-content max-content max-content max-content max-content;
	/* align-items: center; */
	padding: 8px 0;
	width: 75%; 
	margin: auto;
	/* background-color: rgba(255, 105, 180,0.2); */
	gap: 5px;
	/* height: 250px; */
	/* background-color: #2196f3; */
}
.NeIconTitle {
	display: grid;
	grid-template-columns: max-content max-content ;
	/* align-items: center; */
	padding: 4px 0;
	width: 75%; 
	margin: auto;
	/* background-color: rgba(255, 105, 180,0.2); */
	gap: 5px;
	/* height: 250px; */
	/* background-color: #2196f3; */
}
.NeIconBtn {
	background-color: var(--blue-ultra-dark);
	height: 42px; 
 	border: none;
	color: white;
	/* padding: 0px 16px; */
	min-width: 42px;
	font-size: 12px;
	cursor: pointer;
	border-radius: 6px 6px 6px 6px;
	margin: 2px;
}
.NeIconBtn.icon {
	padding: 0px 2px;
}
.NeIconBtn i {
	padding: 0 10px;
}
.NeIconBtn:enabled:hover {
	background-color: #213545;
	/* color: #cecece; */
}
.NeIconBtn:disabled {
	background-color: var(--blue-ultra-dark);
	color: #1c1b1b;
	cursor: auto;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 1s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.ToolIconBox {
	display: grid;
	grid-template-columns: max-content max-content;
	/* align-items: center; */
	padding: 8px 0;
	width: 75%; 
	margin: auto;
	/* background-color: rgba(255, 105, 180,0.2); */
	gap: 5px;
	/* height: 250px; */
	/* background-color: #2196f3; */
}
.ToolIconTitle {
	display: grid;
	grid-template-columns: max-content max-content ;
	/* align-items: center; */
	padding: 8px 0;
	width: 75%; 
	margin: auto;
	/* background-color: rgba(255, 105, 180,0.2); */
	gap: 5px;
	/* height: 250px; */
	/* background-color: #2196f3; */
}
.ToolIconBtn {
	background-color: var(--blue-ultra-dark);
	height: 64px; 
 	border: none;
	color: white;
	/* padding: 0px 16px; */
	min-width: 42px;
	font-size: 12px;
	cursor: pointer;
	border-radius: 6px 6px 6px 6px;
	margin: 2px;
}
.ToolIconBtn.icon {
	padding: 0px 2px;
}
.ToolIconBtn i {
	padding: 0 10px;
}
.ToolIconBtn:enabled:hover {
	background-color: #213545;
	/* color: #cecece; */
}
.ToolIconBtn:disabled {
	background-color: var(--blue-ultra-dark);
	color: #1c1b1b;
	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;
}
.navIcon {
	background-color: var(--blue-ultra-dark);
	height: 28px;
	border: none;
	color: white;
	padding: 0px 10px;
	/* min-width: 48px; */
	font-size: 16px;
	cursor: pointer;
	border-radius: 6px 6px 6px 6px;
	margin: 0px;
}
.navIconOn {
	color: var(--orange-mops);
}
.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip2 .tooltiptext2 { 
  visibility: hidden;
  width: 80px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 3px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -40px;
  opacity: 0;
  transition: opacity 2s;
  font-size: 10px;
}

.tooltip2 .tooltiptext2::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
  opacity: 1;
}
.navBar {
  display: grid;
  gap: 4px;
  max-width: 250px; 
  grid-template-columns: auto auto auto auto auto;
  margin: 10px auto;
  /* width: fit-content; */
  justify-content: center; /* Centre horizontalement */
  align-items: center; 
}