
@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: 0px; padding:0px;

list-style: none;}

html {
  margin: 0;
  padding: 0;
  background-color: #c1c1c1;
}
nav{


position: sticky;
right: 0;
bottom: 0;
left: 0;
height: 4em;
text-shadow:  #ffffff;
color: rgb(255, 255, 255);
background-color: rgba(240, 240, 240, 0.4);

overflow: hidden;
justify-content: center;
align-items: center;

font-family: Arial, Helvetica, sans-serif;
cursor: default;
box-shadow: 1px 1px 20px 1px #ffffff;
z-index: 2;


}

nav h1{
font-family:'subzer0regular' ;
cursor: default;
font-size: 20px;
padding-left: 20px;
padding-top: 12px;

}
.body {
  margin: 0; padding: 0;

 

  background: #c1c1c1 ;
  background-color: #c1c1c1;
}

.ADM {
    width:134.39px ;  
    height:40.3px ; 
    margin: 10px;
    
    position: absolute;
    top: 0;     
    right: 0;
    transition: none;
    transform: none;
    
    
    }
  


.box-one-a { 
  
 
  margin-top: 25px;
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%;}
}


.container{
justify-content: center;
align-items: center;
display: flex;
margin-top:25%;
}  

ul
{
    display:flex ;
    box-sizing: border-box;
    list-style: none;
   
    padding: 0px; 
    max-width: max-content;
  
    flex-wrap: wrap;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
   
    justify-content: center;
    align-items: center;

}

li{
    margin: 20px;
    font-size: 2em;
    height: 300px;
    width: 700px;
    border-radius: 8px;
    
   
                 display: grid;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  
 
}



.scroll-div::-webkit-scrollbar {


width: 5px;
height: 3px;
position: absolute;

border-radius: 3px;
background-color: #c1c1c1;
box-shadow:  inset 2px 4px 6px #7c7a7a, inset
4px -2px 4px  #dedede;
background: linear-gradient(20deg, #ffffff, #dddddd);


}

.scroll-div::-webkit-scrollbar-thumb{

border-radius: 2px;
box-shadow:  8px 12px 16px #7c7a7a,
-5px -8px 18px #ebebeb;
background: linear-gradient(133deg, #ffffff, #d8d8d8);


}



.scroll-bg{

padding-bottom: 50px;

}


footer {
    position: fixed;
    right: 0;
    bottom: 0em; /* 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: 1; /* 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;
      }


  .description{
    position: relative;
    display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 35px;


}
.description p  { 
    color: #ffffff;
    font-family:Arial, Helvetica, sans-serif ;
    cursor: default;
    font-size: 15px;

}
.description a {
    color: #ffffff;
    font-family:Arial, Helvetica, sans-serif ;
    cursor: pointer;
    font-size: 15px;
    text-decoration: underline;


}


.container{
  justify-content: center;
  align-items: center;
  display: flex;
 margin-top: 10%;
  }
  ul
  {
      display:flex ;
      box-sizing: border-box;
      list-style: none;
      
      padding: 0px; 
      max-width: max-content;
      width: 80%;
      flex-wrap: wrap;
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
     
      justify-content: center;
      align-items: center;
  
  }
 
  
  /*cartes*/
  
  .card
  {
  position: relative;
  width: 700px;
  height: 350px;
  
  left: 50%;
  transform: translate(-50%,-0%);
  
  
  border-radius: 20px;
  transition: 0.5s;
  transition-delay: 0s;
  display: flex;
  justify-content: flex-start;
  
  
  }
 
  .card .circle p{
  
    
      z-index: 3;
       position: absolute;
         text-align: center;
           font-family: Arial, Helvetica, sans-serif;
           font-size: 16px;
           color: #ffffff;
           margin-top: 320px;
           cursor: default;
           
          
     }
     
     .card:hover .circle p{
      
       transition: 0.3s;
       color: transparent;
     }
     
  
  .card:hover {
  
     height:  400px;
      transition-delay: 0s;
  
  }
  
  .card .circle {
  
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      border: solid 1px rgb(255, 255, 255);
      border-radius: 8px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #c1c1c1;
      box-shadow:   8px 8px 5px  #8989898d,
      10px 10px 20px  #c3c3c38d;
                  
                   
  }
  
  
  
  
  .card .circle::before {
  
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: var(--clr); 
      clip-path: circle(120px at center);
      transition: 1s;
      
  }
  
  .card:hover .circle::before {
  
      clip-path: circle(400px at center);
  
  }
  
  .card .circle .logo {
  
      position: relative;
      width: 250px;
      transition: 0.2s;
      transition-delay: 0.4s;
      margin-right: 20px;
      margin-top: 10px;
      opacity: 70%;
  
  }
  
  .card:hover .circle .logo {
  
      transform: scale(0);
      transition-delay: 0s;
  
  }
  
  /*content card*/
  
  .content {
  
      position: relative;
      width: 100%;
     
    
  
     cursor: default;
      visibility: hidden;
  }
  
  .card:hover .content {
  
      position: relative;
      
      
      width: 100%;
      
  
      left: 0;
      opacity: 1;
      visibility: visible;
      transition: 0.2s;
      transition-delay: 0.6s;
     
      
  
  
  }
  .content h2 {
  
      font-family: Arial, Helvetica, sans-serif;
      color: #ffffff;
      font-size: 20px;
      line-height: 23px;
      margin-bottom: 15px;
      margin-top: 0px;
  }
  

  .content h3 {
  
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 15px;
    margin-top: 20px;
}

  .content p {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 10px;
  }
  .content a {
  
      position: relative;
      color: #ffffff;
      font-size: 14px;
  }
  
  
  
  @media (max-width: 852px) {
   
   
      .card {
  
         width: auto; 
         max-width: 350px;
         align-items: flex-start ;
  
      }
      .card:hover{
  
          height: 400px;
  
      }
      .card:hover .productimg{
          top: initial;
          bottom: 30px;
          transform: translate(-50%,0%) scale(1);
          height: 300px;
  
      }
  
      .card .content {
  
          width: 80%;
          left: 0;
          padding: 20px;
          margin-top: -20px;
          
      }
      .scroll-div {
justify-content: center;
        margin-top: 0px;
        height: 300px;
        overflow: hidden;
        overflow-y: scroll;
        width: 350px;
       padding: -50px;
       justify-content: center;
       max-width: 250px;
      }
    
  }

  .scroll-div {
justify-content: center;
    margin-top: 20px;
    height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    width: 600px;
    padding: 30px;
   
  }

  .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);
    }
  }





.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;
  background: rgba(255, 255, 255, 0.1); /* transparence */
  backdrop-filter: blur(10px);          /* flou derrière */
  -webkit-backdrop-filter: blur(10px);  /* pour Safari */
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  color: white;
  padding: 20px;
  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;
  justify-content: center;
  
  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),   /* ombre principale */
  0 1px 15px rgb(255, 255, 255);     /* ombre fine proche */

}

.side-menu.show {
  left: 35px; /* visible avec 20px de marge depuis le bord gauche */
}




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

.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;
}

.menu-links-alt a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#downloadLink {
  
  position: relative ;
  
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 14px;
  text-decoration: underline;
}

 .gege.hidden-left {
  transform: translateX(-400%);
}
  

.gege {
  position: fixed;
  bottom: 0;
  left: 0;
  margin-bottom: 75px;
  padding-left: 6px;
  z-index: 9999999;
  transition: transform 0.5s ease; 
}

.gege img {
  width: 100px; /* ou la taille que tu veux */
  height: auto;
}

 

.speech-bubble {
  position: absolute;
  top: -10px;
  right: -240px;
  border-radius: 5px;
  background: #3d3d3d;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.3),
    0 1px 15px rgb(255, 255, 255);
  border: solid #ffffff 1px;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  cursor: default;
  width: 230px;
  height: 40px;
  color: #ffffff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 9999999;

  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  text-align: left;
  overflow: hidden;
}

.blinking-dot {
  margin-right: 5px;
  animation: blink 1s step-start 0s infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}






.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;
}


