/* dernière modif 31/07/2025 */
@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: #6491b4;
  --blue-medium: #34546c;
  --blue-dark: #213545;
  --blue-dark-alpha: #162129a6;
  --blue-key: #35bdf5;
  --blue-very-dark: #162129;
  --blue-ultra-dark: #080d0f;
  --orange-mops: #ff8011;
  --red-mops: #f14e23;
  --font-color: #555;
  --font-hover-color: #ffa500;
}
* {
  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;
}
/* ---------------------------------------------- */
.global-container {
  text-align: center;
  width: 92%;
  display: block;
  margin: auto;
}
.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%;
}

/* Footer end--------------------------------- */
/*---------News-----------------------*/
.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;
}

@keyframes changeColor {
  0% {
    color: var(--orange-mops);
  }
  50% {
    color: rgb(79, 63, 94);
  }
  100% {
    color: var(--orange-mops);
  }
}
.clignotement {
  animation: changeColor 3s infinite;
  font-weight: bolder;
  font-size: 1.25em;
}
.news h3 {
  animation: changeColor 3s infinite;
  font-weight: bolder;
  font-size: 1.25em;
}
.special {
  animation: changeColor 3s infinite;
  font-weight: bolder;
  font-size: 1.25em;
}
.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;
  }
  .home {
    position: relative;
    width: 100%;
    padding: 0 15px;
  }
}
/* =========================================================== */
/* =========================================================== */
.fboxes {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 25px;
  padding: 10px;
  justify-content: center;
}
.fbox {
  flex: 1 1 210px;
  max-width: max-content;
  color: #cccccc;
  font-size: 0.9em;
  border: 3px solid #999999;
  text-align: center;
  padding: 2px;
  cursor: pointer;
  align-self: center;
  background-color: var(--blue-dark);
  border-radius: 4px;
  box-sizing: border-box;
}
.fboxOff {
  flex: 1 1 210px;
  max-width: max-content;
  color: #cccccc;
  font-size: 0.9em;
  border: 3px solid #999999;
  text-align: center;
  padding: 2px;
  align-self: center;
  background-color: var(--blue-dark);
  border-radius: 4px;
  box-sizing: border-box;
}
.fboxOff img {
  max-height: 210px;
  max-width: 210px;
  margin: auto;
}
.fbox img {
  max-height: 210px;
  max-width: 225px;
  margin: auto;
}
.fbox a {
  text-decoration: none;
}
.fbox:hover {
  border-color: #ff8011;
}
.desc {
  /* display: flex; */
  display: grid;
  max-width: 225px;
  grid-template-columns: auto max-content;
  color: #cccccc;
  padding: 0px 2px;
  font-size: 0.85em;
  /* font-size: 1em; */
  margin: auto;
  text-align: center;
}
.desc > div {
  margin: auto;
}
/*---------fboxes2---------------------*/
.fboxes2 {
  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;
}
.fbox2 {
  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);
  border-radius: 4px;
}
.fbox2 img {
  max-height: 210px;
}
.fboxOff2 {
  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;
  margin: 0 auto;
  align-self: center;
  background-color: var(--blue-dark);
  border-radius: 4px;
}

.fbox2 a {
  text-decoration: none;
}

.fbox2 img {
  margin: auto;
}

.fbox2:hover {
  border-color: #ff8011;
}

/* ===================================================== */
.page-title {
  font-size: 1.25em;
  font-weight: bold;
  /* max-width: 420px; */
  width: fit-content;
  min-width: 15%;
  text-align: center;
  margin: 5px auto 10px auto;
  padding: 3px 25px;
  background-color: var(--blue-dark);
  border: 2px solid #000000;
  border-radius: 6px;
}
/* ==================================================== */

h1 {
  font-size: 1.5em;
  color: var(--orange-mops);
}
.paragraf {
  margin: 15px 0;
  padding: 0 30px;
}
.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;
}
.hrmed {
  height: 2px;
  border-width: 0;
  color: var(--blue-lite);
  background-color: var(--blue-lite);
  margin: 3px 20px;
}
/* modals============================================= */
.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;
}
.lbstart,
.lbend {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: 00px;
  background-color: rgba(5, 5, 5, 0.8);
  color: rgb(24, 24, 24);
  font-weight: bold;
  font-size: 36px;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.lbstart {
  left: 0;
  border-radius: 0 5px 5px 0;
  width: 10%;
  text-align: right;
}

.lbend {
  right: 0;
  border-radius: 5px 0 0 5px;
  width: 10%;
  text-align: left;
}
/* -------------------------------------------------------- */
.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: left;
  font-size: 28px;
  font-weight: bolder;
}

.modal2-close:hover,
.modal2-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* -------------------------------------------------------- */
.modalVid {
  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.6); /* Black w/ opacity */
}

/* Modal Content */
.modalVid-content {
  display: grid;
  grid-template-columns: auto 48px;
  background-color: #fff;
   background-color: rgba(0, 0, 0, 0.6);
  margin: auto;
  padding: 5px 5px;
  width:55%;
  border: 2px solid #000;
  border-radius: 6px;
}

/* The Close Button */
.modalVid-close {
  color: #fff;
  float: left;
  font-size:32px;
  font-weight: bolder;
  padding:4px
}

.modalVid-close:hover, 
.modalVid-close:focus {
  color: #5f5f5f;
  text-decoration: none;
  cursor: poin ter;
}
/* Svg==================================================== */

/* MopsUI: Modèle d'interface===============================*/
.MopsUiP5 {
  display: flex;
  height: 720px;
  /* width: 98%; */
  width: max-content;
  gap: 2px;
  padding: 2px;
  background-color: var(--blue-dark-alpha);
  border-radius: 6px 6px 6px 6px;
  margin: auto;
}
.MopsUiP5b {
  display: flex;
  height: 820px;
  /* width: 98%; */
  width: max-content;
  gap: 2px;
  padding: 2px;
  background-color: var(--blue-dark-alpha);
  border-radius: 6px 6px 6px 6px;
  margin: auto;
}
.MopsUiPdf {
  display: flex;
  height: 820px;
  width: 98%;
  gap: 2px;
  padding: 2px;
  background-color: var(--blue-dark-alpha);
  border-radius: 6px 6px 6px 6px;
  margin: auto;
}
.Lpan,
.Rpan {
  min-width: 360px;
  /* background-color: #ccc; */
}
.Lpan2,
.Rpan2 {
  min-width: 420px;
  /* background-color: #ccc; */
}
.MidP {
  flex: 1;
  display: flex;
  flex-direction: column;
  /* background-color: #eee; */
}
.Pano {
  background-color: var(--blue-very-dark);
  border-radius: 6px 6px 6px 6px;
  border: 4px solid #000000;
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
  height: 100%;
}
.Pano-content {
  flex: 1;
}
.contentBox {
  flex: 1;

  /* width:max-content; */
}
.MidP-title {
  flex: 1;
  display: flex;
  background-color: var(--blue-very-dark);
  border-radius: 6px 6px 6px 6px;
  border: 4px solid #000000;
  font-size: 1.2em;
  color: var(--blue-lite);
  font-weight: bolder;
  /* margin: auto auto 5px auto; */
  padding: 5px 0px;
  /*width: 100%; */
  align-items: center;
  justify-content: center;
  max-height: 90px;
}
.svgBox {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: 3px solid #ccc;
  max-height: 760px;
  overflow-y: auto;
  min-width: 525px;
}
.p5Box {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  border: 3px solid #ccc;
  max-height: 760px;
  overflow-y: auto;
  /* max-width: 548px;  */
}

.helpTuto {
  display: grid;
  grid-template-columns: auto max-content;
}
/* ================================================ */
.MopsUi {
  width: fit-content;
  /* height: 630px; */
  margin: auto;
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 2px;
  padding: 2px;
  background-color: var(--blue-dark-alpha);
  border-radius: 6px 6px 6px 6px;
  /* grid-template-rows: auto auto auto; */
}
.Mpan {
  width: 350px;
  display: grid;
  grid-template-rows: max-content 1fr 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;
}

.Mpan-left {
  grid-column: 1;
  /* grid-row: 1 / 3; */
  min-height: 540px;
}
.Mpan-right {
  grid-column: 3;
  /* grid-row: 1 / 3; */
  height: 100%;
}
.Mpan-header {
  display: grid;
  grid-template-columns: max-content auto;
  overflow: hidden;
}
.Mpan-title {
  font-size: 1.2em;
  color: var(--blue-lite);
  font-weight: bolder;
}
.Msketch {
  display: flex;
  flex-direction: column;
  /* grid-column: 2;
  grid-row: 1 / 3; */
  padding: 2px;
  /* width: max-content; */
  height: 800px;
  /* max-width: 1340px;  */
  min-width: 200px;
}
.Msketch-title {
  background-color: var(--blue-very-dark);
  border-radius: 6px 6px 6px 6px;
  border: 4px solid #000000;
  font-size: 1.2em;
  color: var(--blue-lite);
  font-weight: bolder;
  margin: auto auto 5px auto;
  padding: 5px 0px;
  width: 100%;
}
/* Switcher============================================ */
.LRtoggle {
  display: grid;
  grid-template-columns: 120px 50px 120px;
  align-items: center;
  padding: 1px 0;
  width: fit-content;
  height: 54px;
  margin: auto;
}
.Lon {
  text-align: right;
  padding: 4px 10px;
  font-size: 1.15em;
  font-weight: bold;
  color: #2196f3;
}
.Loff {
  text-align: right;
  padding: 4px 10px;
  font-size: 1em;
  color: #cccccc;
}
.Ron {
  text-align: left;
  padding: 4px 10px;
  font-size: 1.15em;
  font-weight: bold;
  color: #ff8011;
}
.Roff {
  text-align: left;
  padding: 4px 10px;
  font-size: 1em;
  color: #cccccc;
}
input[type="checkbox"].MbigSwitch {
  position: relative;
  width: 50px;
  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"].MbigSwitch {
  background: #ff8011;
}
input[type="checkbox"].MbigSwitch: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"].MbigSwitch:before {
  left: 26px;
}
/* UI éléments========================================= */
.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: 0.9em;
  padding: 2px 0 0 5px;
  text-align: left;
}
.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;
}
.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;
}
.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;
}
.center {
  border: none;
  background-color: #000;
  color: #cccccc;
  padding: 4px 8px;
  border-radius: 8px 8px 8px 8px;
  margin: 200px auto;
  cursor: pointer;
  margin: auto;
}
.centeron {
  border: none;
  background-color: #000;
  color: #ff8011;
  padding: 4px 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;
  cursor: auto;
}
.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;
}
/* --------------------------------------------- */
.dbleButtons {
  padding: 2px 0px;
  display: grid;
  grid-template-columns: 50% 50%;
}
.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;
}
/* Galerie=============================================== */
.gallery {
  text-align: center;
  width: 92%;
  display: block;
  margin: auto;
}

.gbox {
  display: inline-block;
  overflow: hidden;
  margin: 8px 8px;
  border: 2px solid #aaa;
  border-radius: 4px;
  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%;
  }
}
/* ================================================== */
.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;
}
/* ============================================================ */
.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;
}
.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;
}
/* =============================================================== */
.sub-navbar {
  /* height: 100%; */
  max-width: 420px;
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px auto 10px auto;
  background-color: var(--blue-dark);
  border: 2px solid #000000;
  border-radius: 6px;
}

.sub-navbar-back {
  /* height: 100%; */
  max-width: 370px;
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px auto 10px auto;
  background-color: var(--blue-dark);
  border: 2px solid #000000;
  border-radius: 6px;
}
.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;
}
/*----------iframe container vidéos ratio 960x540 => 56.25% ---------*/
.iframe-container {
  max-width: 960px;
  margin: auto;
}

.iframe-subcontainer {
  position: relative;
  /* max-width: 960px; */
  margin: auto;
  width: 100%;
  padding-bottom: 56.25%; /* Ratio par defaut 16:9 */
  height: 0;
}
.iframe-subcontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #000000;
  border-radius: 6px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* Ratio par defaut 16:9 */
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------- */
.comBox {
  display: flex;
  max-width: 960px;
  margin: auto;
}
.comBoxTer {
  display: flex;
  width: fit-content;
  margin: auto;
}
.comBoxBis {
  display: grid;
  grid-template-columns: max-content auto;
  /* border-left: 1px solid #696969; */
}
.comBoxBis > p {
  margin: 0 0 0 5px;
}
/* .comBoxBis >a {margin: auto;}  */
.comBoxBis > div {
  margin: auto;
}
.comTxtB {
  font-size: 1.15em;
  margin: auto;
  padding: 5px 0px 5px 0px;
  font-weight: bold;
}
.comTxt {
  font-size: 1.05em;
  margin: auto;
  padding: 3px 0px 3px 0px;
}
.comTxt a {
  color: antiquewhite;
}
.comTxtB a {
  color: antiquewhite;
}
.imgIcon {
  width: 32px;
  min-width: 24px;
  margin: auto 10px;
}
/* hr style============================================== */
.sepa {
  height: 2px;
  border-width: 0px;
  background-color: #696969;
  margin: 10px auto 15px auto;
  /* width: 80%; */
  max-width: 1000px;
}
.sepaLong {
  height: 2px;
  border-width: 0px;
  background-color: #696969;
  margin: 10px auto 15px auto;
  max-width: none;
  width: 90%;
}
/* --------------------------------------------------- */
.bio {
  width: 90%;
  margin: auto;
  padding: 10px 0 20px 0;
  text-align: left;
}
.bio .autor {
  font-size: 130%;
  color: cornflowerblue;
}
.enonce {
  width: 90%;
  margin: auto;
  padding: 10px 0 20px 0;
  text-align: left;
}
.enonce .num {
  font-size: 1.3em;
  font-weight: bold;
  color: #ffffff;
}
.imgBox {
  flex: 1 1 210px;
  max-width: max-content;
  color: #cccccc;
  font-size: 0.9em;
  border: 3px solid #999999;
  text-align: center;
  padding: 2px;
  align-self: center;
  background-color: var(--blue-dark);
  border-radius: 4px;
  box-sizing: border-box;
  margin: auto;
}
.imgBox img {
  max-height: 540px;
  max-width: 960px;
  margin: auto;
}
a {
  cursor: pointer;
}

a:hover {
  color: #35bdf5;
  text-decoration: none;
}
/* ============================================================================== */
.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;
}
/* ---------------------------------------------------------- */
.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;
}
.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;
}
/* ----------------------------------------------- */
.inptxt2 {
  /* width: 50%; */
  font-size: 14px;
  text-align: center;
  padding: 0px 5px;
  color: #000;
  /* margin: 0px auto;01 */
  color: #000000;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #000;
}
.inptxt2:focus {
  outline: #ff8011 solid 1px;
}
.inptxt2:disabled {
  color: #3e3e3e;
  background: #a7a7a7;
}
