body {
  background: radial-gradient(
      circle at 20% 30%,
      rgba(142,202,230,0.08),
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(255,255,255,0.04),
      transparent 50%
    ),
    #1f1f1f;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #1f1f1f;

  overflow-x: hidden;
  overflow-y: auto;
}

#title3{
      color: #00ff16;
    margin-bottom: 40px;
    font-size: 20px;
}
h1 {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #ffffff, #8ecae6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#grid-bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
filter: blur(0.4px);
}

h1, p {
  position: relative;
  z-index: 1;
  color: #eeeeeef1;
}

.title_web {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin-top: 5vh;
  font-size: 4rem;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.premier{
  gap: 15vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.guide-menu {
position: relative;
}

.site-title {
  font-size: 2.2rem;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  margin: 0;
}
.site-title a {
  color: #f5f5f5;
  text-decoration: none;
  text-shadow: 0 0 12px rgba(255,255,255,0.25);
  transition: color 0.25s ease;
}
.site-title a:hover {
  color: #8ecae6; /* cohérent avec .exp */
}
.guide-column {
   position: relative;
  text-align: center;
}

.guide-title {
background: none;
  border: none;

  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.6px;

  color: #e0e0e0;
  cursor: pointer;

  padding: 6px 4px;
  position: relative;

  transition: color 0.25s ease;
}
.guide-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #8ecae6;
  transition: width 0.25s ease;
}

.guide-title:hover {
  color: #ffffff;
}

.guide-title:hover::after {
  width: 100%;
}
.guide-title:hover {
  color: #ffffff;
}

/* LISTES CACHÉES */
.guide-list {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;

  list-style: none;
  margin: 0;
  padding: 12px 0;

  min-width: 190px;

  background: rgba(20, 20, 20, 0.9);
  backdrop-filter: blur(10px);

  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;

  box-shadow: 0 15px 40px rgba(0,0,0,0.45);

  opacity: 0;
  pointer-events: none;

  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.guide-list li {
  color: #cfcfcf;
  padding: 7px 0;
  transition: color 0.2s ease, transform 0.2s ease;
}

.guide-list li:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.guide-column.active .guide-list {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
  pointer-events: auto;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 20;
overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;

  padding: 18px 40px;

  background: rgba(20, 20, 20, 0.55);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255,255,255,0.08);

  box-shadow: 0 8px 25px rgba(0,0,0,0.35);
}

.guide-list li{
  padding: 8px 0;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: #cfcfcf;

  transition: 
    color 0.2s ease,
    transform 0.2s ease;
}

.guide-list li:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.list_nav {
  text-decoration: none;
  color: inherit;
}



.rush_lvg img:hover {
  transform: scale(1.03);
}

.SP_lulu {
    display: flex;
    width: 100%;
    margin: 20px auto;
    border-collapse: separate;
    border-spacing: 12px;
    justify-content: space-evenly;
}
.rush_lvg>.pnj{
  border:none;
  box-shadow: none;
}
.SP_lulu td {
  background: rgba(20,20,20,0.75);
  border-radius: 12px;
  padding: 10px;
  text-align: center;
}

.SP_lulu img {
  height: 42px;
  margin: 4px;
  transition: transform 0.2s ease;
}

.SP_lulu img:hover {
  transform: scale(1.15);
}

.rush_lvg p {
  line-height: 1.6;
  font-size: 0.95rem;
  color: rgba(245,245,245,0.9);
  margin: 12px 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
h2{
  color:whitesmoke;
  text-align: center;

}

main {
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.content {
  position: relative;
}

.guide_rush{
  border:solid 2px rgb(187, 174, 174);
  border-radius :10px;
  margin:20px;
  padding:10px;
  background: rgba(255, 255, 255, 0.1);
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.rush_lvl {
  display: grid;
  gap: 12px;
  padding-top: 10px;

  max-height: 0;
  overflow: hidden;
  opacity: 0;

  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.guide_rush.active .rush_lvl {
  max-height: 500px; /* assez grand pour ton contenu */
  opacity: 1;
}
.list_quest {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 10px 14px;
  border-radius: 10px;

  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  color: #f5f5f5;

  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.15),
    rgba(255,255,255,0.05)
  );

  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);

  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.list_quest:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.25),
    rgba(255,255,255,0.1)
  );
}
.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.guide_rush.active .arrow {
  transform: rotate(90deg);
}
.guide_rush + .guide_rush {
  margin-top: 40px;
}
.guide_rush_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  padding: 10px;
  border-radius: 8px;

  transition: background 0.25s ease;
}
.guide_rush_title:hover {
  background: rgba(255,255,255,0.08);
}
 .indispensable{
    color: rgb(10, 231, 3);
 }

 .opti{
    color: rgb(236, 181, 0);
 }

.table-wrapper {
  width: 100%;
  overflow-x: auto;      /* 🔥 scroll horizontal */
  overflow-y: hidden;
  border-radius: 12px;
}

 .table_rush_lvl {
    min-width: 1100px;
    border-collapse: separate; /* Obligatoire pour les bords arrondis */
    border-spacing: 0;
    background: rgba(255,255,255,0.08);
  color: #eaeaea;
  border-color: rgba(255,255,255,0.15);
    border-radius: 12px;       /* Bords arrondis */
    overflow: hidden;          /* Pour que le contenu ne dépasse pas des arrondis */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); /* Ombre légère pour le côté pro */
}
.lod_timetable,
.table_rush_lvl {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(6px);
}
/* Style des cellules (td) */
.table_rush_lvl td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0; /* Ligne fine entre les lignes */
    border-right: 1px solid #f0f0f0;  /* Ligne fine entre les colonnes */
    background-color: #ffffff;
}

/* Supprimer la bordure droite de la dernière colonne */
.table_rush_lvl td:last-child {
    border-right: none;
}

/* Supprimer la bordure basse de la dernière ligne */
.table_rush_lvl tr:last-child td {
    border-bottom: none;
}
.table_rush_lvl tr:nth-child(even) td {
    background-color: #fafbfc;
}
.table_rush_lvl tr:nth-child(even) td {
  background: rgba(255,255,255,0.12);
}
/* Effet de survol sur la ligne */
.table_rush_lvl tr:hover td {
    background: rgba(255,255,255,0.18);
}
/* Style spécifique pour les images */
.img_item img {
    height: 40px; /* Taille uniforme pour les icônes */
    width: auto;
    vertical-align: middle;
    transition: transform 0.2s;
}

.img_item img:hover {
    transform: scale(1.1); /* Petit effet zoom au survol */
}

/* Classes spécifiques pour le texte */
.exp {
    font-size: 0.9em;
    color: #7dd3a5;
    font-weight: 500;
}

.opti {
    color: #d9534f; /* Rouge doux */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
}

.indispensable {
    color: #5bc0de; /* Bleu ciel pro */
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75em;
}

/* Couleur de fond alternée pour la lisibilité (Zebra effect) */

.map_act52 .map:hover p {
  color: #ffd700;
}
.map_act52 td {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 10px;
}

.map {
    text-align: center;
}



.map_act52 .map {
background: rgba(20, 20, 20, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 10px;
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    justify-content: center;
}

.map_act52 .map:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.45);
}
.tier-s + td .map {
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.3);
}

.tier-a + td .map {
  box-shadow: 0 0 12px rgba(76, 175, 80, 0.25);
}
.reco{
  color: palevioletred;
}
.item{
      display: flex;
    align-items: center;
    justify-content: space-around;
}
.act6{
  display: flex;
    align-items: center;
    justify-content: center;
}
.card_r{
  width: 100%;
}
.tier-b + td .map {
  box-shadow: 0 0 12px rgba(33, 150, 243, 0.25);
}
.rush_lvl,
.rush_lvg {
  display: grid;
  gap: 12px;
  padding-top: 10px;

  max-height: 0;
  overflow: hidden;
  opacity: 0;

  transition: max-height 0.5s ease, opacity 0.3s ease;
  transform: translateY(-6px);
}
.lod_port{
  height: 60%;
}
/* ÉTAT OUVERT */
.guide_rush.active .rush_lvl,
.guide_rush.active .rush_lvg {
  transform: translateY(0);
  max-height: 10000px; /* large pour les tableaux */
  opacity: 1;
}

.tier {
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
}
.tier-c {
  background: linear-gradient(135deg, #9e9e9e, #616161);
  color: white;
}
.tier-c + td .map {
  box-shadow: 0 0 10px rgba(180,180,180,0.15);
}
.tier-s {
  background: linear-gradient(135deg, #ffd700, #ffae00);
  color: #1a1a1a;
}

.tier-a {
  background: linear-gradient(135deg, #4caf50, #2e7d32);
}

.tier-b {
  background: linear-gradient(135deg, #2196f3, #1565c0);
}

.guide_rush {
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.12),
    rgba(255,255,255,0.06)
  );
  border: 1px solid rgba(255,255,255,0.15);
}

#grenlv{
  color:rgb(1, 185, 1);
}
.top_ca{
display: flex;
    align-items: center;
    justify-content: space-around;
}
.lol_port{
  width: 60%;
}
#redlv{
  color:red;
}

.arrows {
  width: 100px;
  height: 70px;
  background: #c23b3b; /* rouge doux, élégant */
  
  clip-path: polygon(
    0% 20%,
    60% 20%,
    60% 0%,
    100% 50%,
    60% 100%,
    60% 80%,
    0% 80%,
    15% 50%
  );

  border-radius: 12px;
}
.lol_exp{
  width: 25%;
}
.map_ru{
  display: flex;
  overflow-x: auto;
    overflow-y: hidden;
    align-items: center;
    justify-content: center;
}

.items{
      display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.farm_card {
  background: #111; /* adapte à ton fond */
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 18px 20px;
  transition: 
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

/* Indication catégorie = bordure accent */
.farm_card.category {
  border-color: rgba(34,197,94,0.5); /* couleur catégorie */
}

/* Hover clean */
.farm_card:hover {
  border-color: rgba(255,255,255,0.2);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05);
  transform: translateY(-2px);
}

/* Titre catégorie */
.farm_card h3 {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.6);
  margin-bottom: 10px;
}

/* Texte */
.farm_card p,
.farm_card li {
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
}

.item_2{
    border-radius: 10px;
    margin: 20px;
    padding: 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  overflow-x: auto;
    overflow-y: hidden;
}
.table_rush_gold{
    width:100%;
    border-collapse: separate; /* Obligatoire pour les bords arrondis */
    border-spacing: 0;
    background: rgba(255,255,255,0.08);
  color: #eaeaea;
  border-color: rgba(255,255,255,0.15);
    border-radius: 12px;       /* Bords arrondis */
    overflow: hidden;          /* Pour que le contenu ne dépasse pas des arrondis */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); /* Ombre légère pour le côté pro */
}
  .img_jeux{
    width: 60%;
  }

.lod_timetable,
.table_rush_gold {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(6px);
}
/* Style des cellules (td) */
.table_rush_gold td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0; /* Ligne fine entre les lignes */
    border-right: 1px solid #f0f0f0;  /* Ligne fine entre les colonnes */
    background-color: #ffffff;
}

/* Supprimer la bordure droite de la dernière colonne */
.table_rush_gold td:last-child {
    border-right: none;
}

/* Supprimer la bordure basse de la dernière ligne */
.table_rush_gold tr:last-child td {
    border-bottom: none;
}
.table_rush_gold tr:nth-child(even) td {
    background-color: #fafbfc;
}
.table_rush_gold tr:nth-child(even) td {
  background: rgba(255,255,255,0.12);
}
/* Effet de survol sur la ligne */
.table_rush_gold tr:hover td {
    background: rgba(255,255,255,0.18);
}

.content  {
    display: flex;
     font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: white;
    flex-direction: column;
    align-items: center;
}

.discord-section {
  display: flex;
  gap: 40vh;
  align-items: flex-start;
  justify-content: center;
  margin-top: 40px;
  flex-wrap: wrap; /* responsive */
}

/* Bloc iframe */
.discord-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Bloc liens */
.lien_externe {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 320px;
}
.lien_externe a {
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 12px 16px;
  border-radius: 12px;

  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  letter-spacing: 0.4px;

  color: #f5f5f5;

  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.12),
    rgba(255,255,255,0.05)
  );

  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);

  transition: 
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

/* Hover */
.lien_externe a:hover {
  transform: translateY(-4px);
  border-color: #8ecae6;
  box-shadow: 
    0 10px 25px rgba(0,0,0,0.35),
    0 0 15px rgba(142,202,230,0.25);

  background: linear-gradient(
    135deg,
    rgba(142,202,230,0.25),
    rgba(142,202,230,0.08)
  );
}
.lien_externe a::after {
  content: "→";
  margin-left: 8px;
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.25s ease;
}

.lien_externe a:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.sit_log {
  height: 70px;
  width: auto;
  transition: transform 0.3s ease;
}

.sit_log:hover {
  transform: scale(1.05);
}
.chouette{
  padding: 0 60px;
  margin-top: 75px;
}
/* ============================= */
/* 📱 TABLETTE (<= 1024px) */
/* ============================= */
@media (max-width: 1024px) {

  .navbar {
    gap: 25px;
    padding: 14px 20px;
    flex-wrap: wrap;
  }

  .title_web {
    font-size: 3rem;
  }

  h1 {
    font-size: 2.4rem;
  }

  .guide_rush,
  .item_2,
  .lol_port {
    width: 85%;
  }

  .discord-section {
    gap: 20px;
  }

  .SP_lulu {
    flex-wrap: wrap;
  }

  .map_act52 td {
    justify-content: center;
  }

  .map_ru {
    justify-content: flex-start;
  }

  .top_ca {
    flex-wrap: wrap;
    gap: 12px;
  }

  .item {
    flex-wrap: wrap;
  }
}


/* ============================= */
/* 📱 MOBILE (<= 768px) */
/* ============================= */
@media (max-width: 768px) {

  /* Typo */
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.3rem; }
  .title_web { font-size: 2.2rem; }
  .site-title { font-size: 1.4rem; }

  /* NAVBAR STACK */
  .navbar {
    flex-direction: column;
    gap: 10px;
    padding: 12px;
  }

  .guide-column {
    width: 100%;
  }

  /* Dropdown -> devient bloc */
  .guide-list {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    margin-top: 8px;
  }

  /* Largeurs */
  .guide_rush,
  .item_2,
  .lol_port {
    width: 95%;
  }

  /* Images adaptatives */
  .rush_lvg img {
    max-width: 100%;
  }

  .SP_lulu img {
    height: 34px;
  }

  /* Flex -> colonne */
  .top_ca,
  .item,
  .discord-section {
    flex-direction: column;
    align-items: center;
  }

  .map_act52 .map {
    width: 100%;
    max-width: 260px;
  }

  /* Tables scroll propres */
  .table-wrapper {
    overflow-x: auto;
  }

  .table_rush_lvl,
  .table_rush_gold {
    min-width: 700px;
  }

  /* Cards */
  .farm_card {
    padding: 14px;
  }

  /* Flèches */
  .arrows {
    width: 70px;
    height: 50px;
  }
}


/* ============================= */
/* 📱 PETIT MOBILE (<= 480px) */
/* ============================= */
@media (max-width: 480px) {

  h1 { font-size: 1.5rem; }
  .title_web { font-size: 1.8rem; }

  .list_quest {
    font-size: 0.85rem;
    padding: 8px;
  }

  .lien_externe a {
    font-size: 0.85rem;
    padding: 10px;
  }

  .guide-title {
    font-size: 0.9rem;
  }
}

