* {color : #fff;}

.roboto-condensed-<uniquifier> {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

a {
  color: #2570c4;
   }

@font-face {
  font-family: "Thunder";
  src: url('Font/thunderstrike.ttf');
  font-weight: normal;
  font-style: normal;
  }


@font-face {
  font-family: "Thundert";
  src: url('Font/thunderstriket.ttf');
  font-weight: normal;
  font-style: normal;
  }

@media (max-width: 768px) {
  .box {
    width: 95%;
    padding: 1rem;
    margin: 1rem auto;
    backdrop-filter: blur(8px);
  }
}


  .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #2e5479d4;
  border-color: #4e555b;
}

/* Conteneur du switch de langue */
.btn-group.btn-group-toggle {
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  z-index: 1000;

  /* ✅ Empêche le glissement vertical */
  height: 40px;
  line-height: 1;
}


/* Styles des boutons individuels */
.lang-switch {
  background: #a7a7aa63 !important;
  color: white !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 6px 14px !important;
  cursor: pointer;
  font-weight: bold;
  font-size: 1rem;
  transition: background 0.2s ease, transform 0.2s ease;
  outline: none !important;
  box-shadow: none !important;
}

/* Effet au survol */
.lang-switch:hover {
  background: #2a60a5 !important;
}

/* Bouton actif (langue sélectionnée) */
.lang-switch.active,
.lang-switch:active,
.lang-switch:focus {
  background: #2e5479d4 !important;
  transform: scale(1.05);
}



/* ✅ Ajustement mobile */
@media (max-width: 600px) {
  .lang-switch {
    top: 10px;
    padding: 5px 12px;
    font-size: 0.9rem;
  }
}
.scroll-link {          
  text-decoration: underline;  /* souligne le mot */
  cursor: pointer;             /* curseur main au survol */
  transition: filter 0.2s ease;
}

.scroll-link:hover {
  filter: brightness(1.4);     /* effet visuel quand on survole */
}

html, body {
  background-size: cover;                 /*  permet au fond de couvrir tout l’écran */
  margin: 0;
  padding: 0;
}

 .download-icons {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 30px auto;
    text-align: center;
    gap: 60px;
    flex-wrap: wrap; /* force une seule ligne */
    width: 60%;
  }

  .icon-item {
    width: 20%;
    text-align: center;
  }

  .icon-item img {
    width: 100%;
  }

  .icon {
  width: 120px;
  height: auto;
  transition: transform 0.2s ease;
}

.icon:hover {
  transform: scale(1.1);
}



.command-box {
  background: #1e1e1e;
  color: #f0f0f0;
  padding: 20px;
  border-radius: 10px;
  max-width: 700px;
  margin: 30px auto;
  font-family: 'Roboto Mono', monospace;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.command-line {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  background: #2d2d2d;
  padding: 5px 12px;
  border-radius: 8px;
  margin-top: 10px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
   position: relative;
  left: 50%;
  transform: translateX(-50%);
  gap: 15px; /* <--- espace entre texte et bouton */
}

.command-line code {
  color: #9cdcfe;
  font-size: 1rem;
  overflow-x: auto;
}

.command-line button {
  background: #0078d7;
  border: none;
  color: white;
  padding: 2px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.2s;
}

.command-line button:hover {
  background: #0a84ff;
}

.copy-message {
  display: none;
  color: #6ee16e;
  font-weight: 600;
  margin-top: 10px;
  font-size: 0.95rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

main {
  margin: auto;
  width: 100% ;
  /**align-items:center;**/
 }

.install {
display: block; 
margin: auto;
width: 80% ;
 }

.big {
 text-align: center;
 margin: 15px;
 font-size: 5rem;
 font-family: "Thunder";
 text-shadow:
    3px 3px 0 #000,
    -3px 3px 0 #000,
    -3px -3px 0 #000,
    3px -3px 0 #000;
  }

h2 {
  border-bottom: 2px solid #FFFF;
  text-shadow: 5px 5px #010b11;
  text-align: center;
  line-height: 1.3;
  width: 95% ;
  margin: auto;
  font-size: 2.7rem;
  font-family: "Thundert";
  text-stroke: 3px black;
}

img {
  width: 100%;
  }

.box {
  background-color: #0a1b3123;
  border-radius: 10px;
  box-shadow: 0px 0px 50px #000000;

  width: 100%;          /* S’adapte au parent */
  max-width: 1300px;    /* Taille maximale (fixe sur grand écran) */
  backdrop-filter: blur(1px);        /* flou du fond derrière */
  -webkit-backdrop-filter: blur(1px);/* compatibilité Safari */
  border: 1px solid rgba(255, 255, 255, 0.2); /* bordure subtile */
  margin: 2rem auto;
  padding: 2rem;
}



body {
  min-height: 100vh;
  padding:0 ; 
  margin: 0;
  background-repeat: no-repeat;
  background-image: url('Images/BG3.png');
  }

.Shad{
 display: block;  
 margin: auto;
 }

.border3 {
 border-radius : 10px;
 display: block; 
 margin: auto;
 border: 2px solid rgb(255, 255, 255);
 width: 70%;
 }

.border2 {
 border-radius : 10px;
 display: block; 
 margin: auto;
 border: 2px solid rgb(255, 255, 255);
 width: 40%;
 }

  .icon {
 
 display: block; 
 margin: auto;

 width: 15%;
 }
    
h1 {
 text-align: center;
 font-size: 3rem;
 font-family: "Thunder";
 line-height: 0.8;
 text-shadow:
    3px 3px 0 #000,
    -3px 3px 0 #000,
    -3px -3px 0 #000,
    3px -3px 0 #000;
}

header {
  width: 55%;
  margin:auto;
}

p {
 text-align: center;
 font-size: clamp(1rem, 1.2vw + 0.5rem, 1.8rem);
 font-family: "Roboto Condensed";
}

.carousel-inner{
  width: 70%;
  border-radius : 10px;
 display: block; 
 margin: auto;
 border: 2px solid rgb(255, 255, 255);
}

.centered {
  display: flex;
  justify-content: center;
}

/* Lightbox (fond sombre) */
.lightbox {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
}

/* ✅ Image en taille réelle, sans déformation */
.lightbox img {
  max-width: 90%;
  max-height: 90%;
  height: auto;
  width: auto;
  border-radius: 10px;
  object-fit: contain; /* empêche toute distorsion */
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

/* Animation fluide d’apparition */
.lightbox.show {
  display: flex;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Petit effet de zoom au survol dans la page */
.zoomable {
  cursor: zoom-in;
  transition: transform 0.2s ease;
}

.zoomable:hover {
  transform: scale(1.03);
}

.icon.icon-large {
  width: 15vw; /* 🔹 15% de la largeur de la fenêtre */
  max-width: 200px; /* 🔹 ne dépassera pas 200px */
  min-width: 90px;  /* 🔹 garde une taille lisible sur mobile */
  height: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.icon.icon-large:hover {
  transform: scale(1.15);
  filter: brightness(1.25);
}


  @media (max-width: 700px) {
  .box {
    width: 95%;
    padding: 1rem;
  }     /* Optionnel : empêche de trop se réduire */

  p {
    font-size: 1.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h1 {
    font-size: 2.3rem;
  }

  .border2 {
    width: 95%;
  }

   .download-icons {
    width: 100%;
   }

   .icon-item {
    width: 25%;
   }

   .icon-item p {
    font-size: 20px;
   }
  }
