/* BARRE DE NAVIGATION */
.ct-header-trigger {
  margin-right: 10px !important;
}

.ct-header [data-sticky*="yes"] [data-row="middle"] {
  border-bottom: 1px solid var(--theme-palette-color-2) !important;
}


/* SIDEBAR */
/* Empêche les débordements qui bloquent sticky */
/* .sidebar, */
/* .widget-area, */
/* aside { */
  /* overflow: visible !important; */
  /* position: relative !important; */
/* } */




/* PAGE D'ACCUEIL */
/* Bannière principale */
@media (min-width: 769px) {
	.hero-content-bar {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  width: 100%;
	  padding: 20px 30px;
	  background-color: rgba(0, 0, 0, 0.6);
	  box-sizing: border-box;
	  z-index: 1;
	}
	
	.hero-description {
	  color: white;
	  font-size: 1rem;
	  margin: 0;
	  padding-right: 20px;
	  text-align: left;
	}
}

.cta-button {
  padding: 12px 24px;
  background-color: var(--ak-accent); 
  color: var(--ak-surface);
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease-in-out;
}

.cta-button:hover {
  background-color: #E6E0D4;
  color: var(--ak-surface);
}

.hero-banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000; /* fallback */
}

.hero-content-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0,0,0,0.6);
  padding: 12px 16px;
  color: #fff;
  text-align: center;
  z-index: 2;
}

@media (max-width: 768px) {
  .hero-banner {
    flex-direction: column;
  }

  .hero-content-bar {
    position: relative;
    background: rgba(0,0,0,0.7);
    width: 100%;
    padding: 12px 16px;
    text-align: center;
    margin-top: -8px;
  }
}

/* Barre horizontale des classes */
/* .class-bar { */
  /* background-color: #1c2230; */
  /* padding: 10px 0; */
  /* border-bottom: 3px solid #dfba3d; */
  /* position: relative; */
  /* overflow: visible !important;  */
  /* z-index: 1; */
/* } */

/* .class-icons { */
  /* list-style: none; */
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /* margin: 0; */
  /* padding: 0 20px; */
  /* gap: 24px; */
  /* flex-wrap: nowrap; */
  /* overflow: visible !important; */
/* } */

/* .class-item { */
  /* position: relative; */
  /* z-index: 2; */
/* } */

/* .class-item::after { */
  /* content: ""; */
  /* position: absolute; */
  /* left: 0; */
  /* right: 0; */
  /* top: 100%; */
  /* height: 30px; */
  /* background: transparent; */
/* } */


/* .class-icon img { */
  /* height: 40px; */
  /* width: auto; */
  /* transition: transform 0.2s ease; */
/* } */

/* .class-disabled .class-icon img { */
  /* filter: grayscale(100%) brightness(70%); */
  /* opacity: 0.6; */
/* } */

/* .class-disabled .class-icon { */
  /* pointer-events: none; */
  /* cursor: not-allowed; */
/* } */

/* .class-disabled .spec-menu { */
  /* display: none !important; */
/* } */

/* .class-disabled:hover .spec-menu { */
  /* display: none !important; */
/* } */


/* .class-icon:hover img { */
  /* transform: scale(1.15); */
/* } */

/* .spec-menu { */
  /* position: absolute; */
  /* top: calc(100% + 4px); */
  /* left: 50%; */
  /* margin-top: 0 !important; */
  /* transform: translateX(-50%); */
  /* background-color: #262f45; */
  /* border: 1px solid #444; */
  /* border-radius: 6px; */
  /* padding: 0 10px 10px 10px; */
  /* display: none; */
  /* z-index: 10; */
  /* white-space: nowrap; */
/* } */

/* .class-item:hover .spec-menu { */
  /* display: block; */
/* } */

/* .spec-menu li { */
  /* list-style: none; */
  /* margin: 5px 0; */
/* } */

/* .spec-menu a { */
  /* color: #dfba3d; */
  /* text-decoration: none; */
  /* font-size: 0.9rem; */
/* } */

/* .spec-menu a:hover { */
  /* text-decoration: underline; */
  /* color: #E6E0D4; */
/* } */

/* .spec-disabled a { */
	/* pointer-events: none; */
	/* cursor: not-allowed; */
	/* filter: grayscale(100%) brightness(70%); */
/* } */

/* .class-card-disabled { */
	/* filter: grayscale(100%) brightness(70%); */
/* } */

/* FOOTER */
#footer {
	border-top: 2px solid var(--ak-border-accent);
}
.akalavolo-footer {
  /* background-color: #1c1d27; */
  color: #e6e0d4;
  padding: 40px 20px;
  font-size: 0.9rem;
}

.footer-col {
  flex: 1 1 200px;
}

.footer-col h4 {
  color: var(--ak-accent);
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 6px;
}

.footer-col ul a {
  color: #e6e0d4;
  text-decoration: none;
}

.footer-col ul a:hover {
  text-decoration: underline;
  color: var(--ak-accent);
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

.footer-col {
  flex: 1 1 280px;
  padding: 0;
  box-shadow: none;
  background: none;
  border: none;
}

.footer .widget {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}


/* TIER LISTS HEBDOMADAIRES */
/* Conteneur global */
.tier-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* Ligne d'un tier */
.tier-row {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: #2e2e2e;
  border: 1px solid #444;
  border-radius: 10px;
  padding: 0.6rem 1rem;
}

/* Badge Tier */
.tier-badge {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  width: 2.5rem;
  min-width: 2.5rem;
}

/* Couleurs par Tier */
.tier-s { background-color: #e74c3c; }     /* rouge */
.tier-a { background-color: #e67e22; }     /* orange */
.tier-b { background-color: #f1c40f; }     /* jaune */
.tier-c { background-color: #2ecc71; }     /* vert */
.tier-d { background-color: #3498db; }     /* bleu */
.tier-unknown { background-color: var(--ak-surface); }

/* Bloc spécialisation */
.tier-spec {
  display: flex;
  align-items: center;
  gap: 0.6rem;

  flex-grow: 1;
  justify-content: space-between;
}

/* Icône spé */
.tier-spec img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  object-fit: cover;
}

/* Nom */
.tier-spec span {
  /* color: #fff; */
  font-weight: 500;
  flex: 1;
}

/* Nombre */
.tier-spec .count {
  font-weight: bold;
  color: #ccc;
  text-align: right;
  flex: 0 0 auto;
}
