
@font-face {
    font-family: 'subzer0regular';
    src: url('subzer0-webfont.woff2') format('woff2'),
         url('subzer0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  
  * { margin: 0; padding:0; box-sizing: border-box;
  
  list-style: none;}
  
  
  html {
    margin: 0;
    padding: 0;
    background-color: #c1c1c1;
  width: 100%;
    min-width:100%;
    overflow-x: hidden;
    height: 100%;
  
  
  }
  
  .body {
    display: flex;
    margin: 0; padding: 0;
    flex-wrap: wrap;
  min-height: 100vh;
     height: 100%;
   align-items: center;
  width: 100%;
    min-width:100%;
    overflow-x: hidden;
   justify-content: center;
     
   
      }
    /*barre de nav*/
    nav{
     
      position: fixed;
        right: 0;
       top: 0;
       left: 0;
       height: 4em;
       text-shadow:  #ffffff;
       color: rgb(255, 255, 255);
       background-color: rgb(214, 214, 214);
     
     
     
      
       font-family: Arial, Helvetica, sans-serif;
       cursor: default;
       box-shadow: 1px 1px 20px 5px #ffffff;
       z-index: 288;
  
  
      
      
    }
    
    nav h1 {
        font-family:'subzer0regular';
        cursor: default;
        font-size: 20px;
        padding-left: 20px;
        padding-top: 12px;
       
      
      }
  
   
  
  /*fin barre nav*/
  .ADM {
    width:134.39px ;  
    height:40.3px ; 
    margin: 10px;
    z-index: 9;
    position: absolute;
    top: 0;     
    right: 0;
    transition: none;
    transform: none;
    
    
    }
  
  
  /* skills n geears*/
  .box-one-a { 
    
   
    margin-top: 75px;
    
  margin-bottom: 0px;
     text-align: center;
     font-family: 'subzer0regular';
     color: #ffffff;
     text-shadow:  -2px 0px 10px #ebebeb,
     -2px 0px 10px #ebebeb; 
     display: flex;
   justify-content: center;
   align-items: center;
   font-size: 40px;
   cursor:default;
   z-index: 3;
   animation-delay: 2s;
   animation: fadeio3 2s infinite alternate;
  padding: 10px;
  }
  
  .box-one-a a 
  
  { text-decoration: none;
  color: #ffffff;
     text-shadow:  0px 0px 4px #ebebeb,
     0px 0px 0px #ebebeb; 
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 40px;
     cursor:pointer;
     z-index: 3;
  
     text-align: center;
  
  }
  
  
  
  
  @keyframes fadeio3 {
  
   0%{opacity: 80%; }
   100%{opacity: 100%;}
  }
  
  :root{ 
    --color-error: #c1c1c1;
    --color-success: #ffffff;
  }
  * { margin: 0px; padding:0px;
  
  list-style: none;}
  
  
  
  
  
  
  /*fin presets*/
  
  
  /*login container*/
  
  .cplus {justify-content: center;
    align-items: center;
    display: flex;
    
    }
  #myList{
    justify-content: center;
    align-items: center;
    display: flex;
    max-width: 1300px;
    overflow-x: hidden;
    min-width: 100%;
    margin-bottom: 150px;
    margin-top: 65px;
    
    
    }
    ul { 
      display: flex;
      box-sizing: border-box;
      list-style: none;
      margin-bottom: 10px;
      padding: 0px;
      max-width: max-content;
    width:100%;
   
      flex-wrap: wrap;
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
      justify-content: center;
      align-items: center;
      transition: margin-top 0.3s ease; /* Ajout d'une transition pour un effet progressif */
    
    }
  
  
  
  .login-div {
  
    position: relative;
  
    width: 330px;
    height: 500px;
   padding: 35px 35px 35px 35px;
    border-radius: 7px;
    background-color: #c1c1c1;
    box-shadow:   8px 8px 5px  #8989898d,
    10px 10px 20px  #c3c3c38d;
    background:  #cacaca;
    justify-content: center;
    align-items: center;
    border: solid 1px rgb(255, 255, 255);
    margin-bottom: 200px;
  
  }
  
  
  
  #formtitle {
  
    text-align: center;
    font-size: 25px;
    padding-top: 14px;
    
    font-family: 'subzer0regular';
    color: #ffffff;
   
   
    display: flex;
  justify-content: center;
  align-items: center;
  
  cursor: default;
  letter-spacing: 6.5px;
  }
  
  @keyframes fadeio {
  
    0%{opacity:0.9; }
    100%{opacity: 0.4;}
  }
  @keyframes fadeio2 {
  
    0%{opacity:0.9; }
    100%{opacity: 0;}
  }
  
  /*champ*/
  
  
  .scroll-div {
    
    width: 100%;
    height: 150px;
    overflow: hidden;
    overflow-y: scroll;
   margin-left: 10px;
   
    
    
   
  
  }
  .scroll-div::-webkit-scrollbar {
   
    
    width: 5px;
    height: 3px;
    position: absolute;
  
    border-radius: 10px;
    background-color: transparent;
    box-shadow:  inset 2px 4px 6px transparent, inset
    4px -2px 4px  transparent;
    background: transparent;
  margin-left:10px;
   
  
  }
  
  .scroll-div::-webkit-scrollbar-thumb{
  
  border-radius: 10px;
  
  background: transparent;
  
  
  }
  
  
  
  .scroll-bg{
  
   padding-bottom: 0px;
  
  }
  
  .champ {
  
    width: 250px;
    padding: 35px 5px 5px 5px;
   
    
  }
  
  .champ input{
  
    border: none;
    outline: none;
    background: none;
    padding: 20px 5px 0px 5px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px
    
  }
  
  
  
  
  
  /*options signup*/
  
  .options{
  display: flex;
   align-items: center;
   justify-content: space-between;
  
  }
  
  .champ ::placeholder {
    color: #ffffff;
  }
  .signin-button {
  
    border-radius: 5px;
    background: transparent;
    border: solid #ffffff 1px;
    margin-top: 95px;
   margin-left: 7px;
    cursor: pointer;
    width: 230px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    transition: margin-top 0.3s ease;
   
  }
  
  
  
  
    .signin-button:active {
  
    
      border-radius: 3px;
      box-shadow: inset 2px 4px 6px #7c7a7a, inset
    -2px -2px 4px  #dedede;
    color: transparent;
    transition: 0.4s;
     
   
    
      }
  
  
  .signup {
  
    text-align: center;
    outline: none;
  border: none;
  
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  
  padding-top: 10px;
  padding-left: 12px;
  
  animation: fadeio3 2s infinite alternate;
  animation-delay: 1s;
     
    font-size: 12px;
  }
  
  .signup:hover {
  
    text-align: center;
    outline: none;
  border: none;
  padding: auto;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  
  padding-top: 10px;
  
  animation: none;
      
  }
  

  .MDPO {
  
    text-align: center;
    outline: none;
  border: none;
  
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  
  padding-top: 10px;
  padding-left: 12px;
  
  animation: fadeio3 2s infinite alternate;
  animation-delay: 1s;
     
    font-size: 12px;
  }
  
  .MDPO:hover {
  
    text-align: center;
    outline: none;
  border: none;
  padding: auto;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  
  padding-top: 10px;
  
  animation: none;
      
  }
  
  
  @keyframes fadeio3 {
  
    0%{color: #ffffff; }
    100%{color: transparent;}
  }
  
  
  
  /*elements java*/
  
  
  
  footer {
    position: fixed;
    right: 0;
    bottom: -3em; /* Initialement caché en dehors de la fenêtre */
    left: 0;
    height: 80px;
    text-shadow: #ffffff;
    color: rgb(255, 255, 255);
    background-color: rgba(240, 240, 240, 0.1);
    overflow: hidden;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    cursor: default;
    box-shadow: 10px 10px 10px 10px #ffffff;
    z-index: 2;
    opacity: 0; /* Initialement transparent */
    transition: bottom 0.3s ease, opacity 0.3s ease; /* Ajout d'une transition pour un effet progressif */
  }
    footer p {
  
      position: relative;
      font-family: Arial, Helvetica, sans-serif ;
    color: #ffffff;
      justify-content: center;
      align-items: center;
      display: flex;
      padding-top: 17px;
  
      font-size: 12px;
      cursor: default;
     
    }
  
    footer a {
        position: relative;
        font-family: Arial, Helvetica, sans-serif ;
      color: #ffffff;
        justify-content: center;
        align-items: center;
        display: flex;
       
      text-decoration: none;
        font-size: 12px;
        cursor: pointer;
        margin-left: 3px;
        margin-right: 3px;
      }
      /*js elements*/
     
  
    .user-input{
      width: 250px;
      padding-bottom: 5px;
      border-radius: 2px;
    }
  
    .pass-input{
      width: 250px;
      padding-bottom: 5px;
      border-radius: 2px;
    }
  
      .user-input i {
  
        font-size: 6px;
        z-index: 5;
        color: #ffffff;
        border-radius: 2px;
      }
  /*error*/
      .form-control-error small {
  
        font-family: Arial, Helvetica, sans-serif;
       
       
        font-size: 0px;
      color: transparent;
      border-radius: 2px;
        
       position: relative;
      padding-left: 5px;
      margin-right: 182px;
      cursor: default;
       
      
        
      }
  
      .form-control-error {
  margin-right: 10px;
    margin-top: 7px;
    margin-bottom: 15px ;
    border-radius: 2px;
    box-shadow: inset 2px 4px 6px #7c7a7a, inset
  -2px -2px 4px  #dedede;
  display: inline-block;
   width: 230px;
    height:57px;
  
  }
   
   /*success*/   
   
  
   .form-control-success small {
  
     font-family: Arial, Helvetica, sans-serif;
    
     visibility: hidden ;
   
     font-size: 11px;
   color: #ffffff;
    
   border-radius: 2px;
    position: relative;
   padding-left: 5px;
    
   
     
   }
  
   .form-control-success {
  margin-right: 10px;
  margin-top: 7px;
  margin-bottom: 15px ;
  border-radius: 2px;
  box-shadow: inset 2px 4px 6px #7c7a7a, inset
  -2px -2px 4px  #dedede;
  display: inline-block;
  border: solid 1px #ffffff;
   width: 230px;
    height:57px;
  }
  
  
  /*neutre*/
  
  .form-control {
    margin-right: 10px;
  margin-top: 7px;
  margin-bottom: 15px ;
  border-radius: 2px;
  box-shadow: inset 2px 4px 6px #7c7a7a, inset
  -2px -2px 4px  #dedede;
  display: inline-block;
  border: none;
    width: 230px;
    height:57px;
  
  }
  
  .form-control small {
  
    font-family: Arial, Helvetica, sans-serif;
    
    visibility: hidden ;
  
    font-size: 11px;
  color: #ffffff;
   
  border-radius: 2px;
   position: relative;
  padding-left: 5px;
  
  
  }
  
  
  
  /*checkbox*/
  
  .checkboxdiv label{
  font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
  }
  .checkboxdiv label a{
    font-family: Arial, Helvetica, sans-serif;
      color: #ffffff;
      font-size: 12px;
    }
  
  
    .checkboxdiv{
      padding-bottom: 10px;
      margin-left:7px;
      margin-top: 60px;
      margin-bottom:10px;
  
    }
  
  
    .checkboxdiv small {
  
      font-family: Arial, Helvetica, sans-serif;
      
      cursor: default;
      font-size: 10px;
    color: rgb(255, 255, 255);
     
      
     position: relative;
    padding-left: 0px;
    
    }
  
  
  #condbox {
    accent-color: transparent;
  
  }
   
  
  
  
  
  
      
      

  
  
  
    .led {
      width: 8px;
      height: 8px;
      border-radius: 100%;
      background-color: transparent; /* Définissez la couleur de base de la LED */
      animation: blink 0.6s infinite alternate; /* Utilisez l'animation 'blink' */
      text-decoration: none;
      position: absolute;
  top: 0;     
  right: 0;
  margin-top: 38px;
  margin-right: 155px;
  box-shadow: 0 0 1px rgba(30, 30, 30, 0.7); /* Ajoutez une ombre lumineuse verte */
  opacity: 60%;
  filter: blur(0.4px);
    }
    
    .led::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 2px;
      height: 1px;
      border-radius: 50%;
      background-color: white; /* Couleur du point blanc au centre de la LED */
    
    }
    .led::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      background-color: rgba(151, 150, 150, 0.5); /* Couleur de la vitre du hublot avec une opacité de 0.5 */
    }
    @keyframes blink {
      0% {
        background-color: transparent;
        box-shadow: 0 0 1px rgba(73, 72, 72, 0.6); 
      }
      100% {
        background-color: rgb(21, 236, 39);
        opacity: 50%; /* Définissez la couleur clignotante de la LED */
        box-shadow: 0 0 15px rgba(159, 251, 165, 2);
      }
    }
  
    .band{
  
      
      height: 2px; /* Ajustez la hauteur selon vos besoins */
      border-radius: 50px;
      background-color: white;
      color: rgb(206, 206, 206);
      opacity: 80%;
      text-align: center;
      line-height: 1px;
      box-shadow: 6px 1px 20px 5px #ffffff;
      margin-top: 40px;
    }
  
    .band2{
  
      
      height: 2px; /* Ajustez la hauteur selon vos besoins */
      border-radius: 50px;
      background-color: white;
      color: rgb(206, 206, 206);
      opacity: 80%;
      text-align: center;
      line-height: 1px;
      box-shadow: 6px 1px 20px 5px #ffffff;
      margin-top: 50px;
    }
  
  
   
  
  .PBOX {
   
   
    z-index: 9;
  position: relative;    
  overflow: hidden;
    align-items: center;
    justify-content: center;
    height: 18px;
  
    display: flex;
    }
  
    .PBOX p {
      position: relative;
      font-family: Arial, Helvetica, sans-serif ;
    color: #ffffff;
      justify-content: center;
      align-items: center;
  
      font-size: 15px;
      cursor: default;
     position: relative;
     
  
    }
  
  
  
    .band9{
  
      
      height: 2px; /* Ajustez la hauteur selon vos besoins */
      border-radius: 50px;
      background-color: white;
      color: rgb(206, 206, 206);
      opacity: 80%;
      text-align: center;
      line-height: 1px;
      box-shadow: 6px 1px 20px 5px #ffffff;
      margin-top: 40px;
      margin-bottom: 30px
      
    }
  
    h5{
      margin-top: 10px;
      position: relative;
      font-family: Arial, Helvetica, sans-serif ;
    color: #aca8a8;
      justify-content: center;
      align-items: center;
  text-align: center;
      font-size: 12px;
      cursor: default;
     position: relative;
     opacity: 0; 
      transition: opacity 0.4s ease-in-out; 
    
  
    }
  
    .box-one-a-bis { 
    
   
      margin-top: 0px;
    margin-bottom: 25px;
       text-align: center;
       font-family: Arial, Helvetica, sans-serif ;
       color: #ffffff;
     letter-spacing: 4px;
       display: flex;
     justify-content: center;
     align-items: center;
     font-size: 9px;
     cursor:default;
     z-index: 3;
     animation-delay: 2s;
     animation: fadeio3 2s infinite alternate;
      opacity: 0; 
        transition: opacity 0.4s ease-in-out; 
        text-shadow:  -0px 0px 6px #ebebeb,
        -0px 0px 6px #ebebeb; 
    }
  
    @keyframes fadeio3 {
  
      0%{opacity: 80%; }
      100%{opacity: 100%;}
     }
  
    h3{ text-align: center;
      margin-bottom: 20px;
      margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    font-weight: unset;
    cursor: default;
    
    }
  
  
    .partners{
      width: 200px ;  
      position: relative;
      transform: translateY(-0%); 
      justify-content: center;
      align-items: center;
  
      
     
    }
  
    .description{
      position: relative;
      display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    margin-bottom: 25px;
    margin-left: 20px;
    margin-right: 20px;
  
    
    
    }
  
  
  
  
  
  .menu-toggle {
    width: 30px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 20px;
  }
  
  .bar {
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    transition: transform 0.3s ease;
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px #ffffff;
  }
  
  .bar:nth-child(1) {
    top: 0;
  }
  
  .bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  
  .bar:nth-child(3) {
    bottom: 0;
  }
  
  .menu-toggle.active .bar:nth-child(1) {
    transform: translateY(7px) rotate(90deg);
  }
  
  .menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
  }
  
  .menu-toggle.active .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-90deg);
    
  }
  
  #text {
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    margin-top: 21px;
    margin-left: 48px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-shadow: 0px 0px 2px 0px #ffffff;
    cursor: pointer;
  }


.side-menu {
  position: fixed;
  top: 100px;
  left: -270px;
  width: 220px;
  height: 20px; /* augmenté pour loger le lien */
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  color: white;
  padding: 20px; /* padding horizontal uniquement */
  box-shadow: 1px 1px 20px rgba(255, 255, 255, 0.2);
  transition: left 0.4s ease;
  z-index: 10;
  outline: 1px solid white;
  outline-offset: -1px;

  display: flex; /* Flexbox pour centrer */
  align-items: center; /* Centrage vertical */
  justify-content: center; /* Centrage horizontal si souhaité */

  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200"><filter id="n" x="0" y="0"><feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="3" stitchTiles="stitch"/></filter><rect width="100%" height="100%" filter="url(%23n)" opacity="0.03"/></svg>');
  background-blend-mode: overlay;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.3),
    0 1px 15px rgb(255, 255, 255);
}

.side-menu.show {
  left: 35px;
}

.menu-links-alt {
  display: flex;
  flex-direction: column;
}

.menu-links-alt a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 6px;
  transition: background-color 0.3s;
  display: block;

  white-space: nowrap; /* reste sur une seule ligne */
}


.wave-container {
  position: fixed;
  bottom: -100px;
  left: -100px;
  width: 500px;
  height: 500px;
  transform: rotate(45deg);
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
  
}

.diagonal-wave {
  width: 100%;
  height: 100%;
}

.diagonal-wave path {
  animation: waveAnimation 6s ease-in-out infinite;
}



  .encoder-access-box {
    border-radius: 5px;
    background: transparent;
    box-shadow:
      0 4px 20px rgba(0, 0, 0, 0.3),
      0 1px 15px rgb(255, 255, 255);
    border: solid #ffffff 1px;
   
    margin-left: 15px;
    margin-right: 15px;
    cursor: default;
    width: 350px;
    color: #ffffff;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 0;

    display: flex;
    flex-direction: column;
    justify-content: left;
    padding: 10px;
    text-align: left;
    gap: 4px;
  }

  #p1, #p2 {
    margin: 0;
  }

  #p2 a {
    color: #ffffff;
    text-decoration: underline;
  }

  #p2 a:hover {
    opacity: 0.8;
  }