@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700&display=swap');
/* doublons supprimés : voir plus bas pour la version unique et cohérente des styles shop-section, shop-title, shop-grid, shop-card, shop-title-img, shop-img, shop-price, shop-choose-btn et media queries associés */



/* === BARRE DE RECHERCHE & FILTRES === */
.bd-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 3.5rem 0 2.5rem 0;
}

.bd-search-bar {
  position: relative;
  max-width: 600px;
  min-width: 220px;
  width: 100%;
  display: flex;
  align-items: center;
  background: rgba(80, 140, 255, 0.08);
  border-radius: 2.5rem;
  box-shadow: 0 2px 12px #0002;
  padding: 0.2rem 1.2rem 0.2rem 1.2rem;
  margin: 1.2rem;
  box-sizing: border-box;
}

.bd-search-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #a9c7ff;
  font-size: 1.15rem;
  padding: 0.8rem 0.5rem 0.8rem 0.2rem;
  border-radius: 2.5rem;
  font-family: inherit;
  min-width: 0;
}

@media (max-width: 600px) {
  .bd-search-bar {
    min-width: 0;
    max-width: 98vw;
    width: 100%;
    padding: 0.15rem 0.7rem 0.15rem 0.7rem;
    border-radius: 1.5rem;
  }
  .bd-search-input {
    font-size: 1rem;
    padding: 0.7rem 0.3rem 0.7rem 0.1rem;
  }
  .bd-search-icon {
    right: 0.7rem;
  }
}

@media (max-width: 900px) {
  .bd-search-bar {
    min-width: 0;
    max-width: 98vw;
    width: 100%;
    padding: 0.18rem 0.9rem 0.18rem 0.9rem;
    border-radius: 2rem;
  }
  .bd-search-input {
    font-size: 1.08rem;
    padding: 0.75rem 0.4rem 0.75rem 0.15rem;
  }
  .bd-search-icon {
    right: 1rem;
  }


.bd-search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
}


/* === FILTRES DE RECHERCHE === */
.bd-filter-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
}




/* === LIENS DE FILTRAGE === */

.bd-filter-label {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.bd-filter-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.1rem 1.1rem;
  width: 100%;
  margin: 0 auto;
}

.bd-filter-link {
  color: #7fd6ff;
  font-size: 1.18rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0.5rem;
  position: relative;
  font-size: 1.08rem;
  padding: 0.13rem 0.32rem;
  margin-bottom: 0.13rem;
  border-radius: 0.5rem;
  transition: color 0.18s, background 0.18s;
  text-align: center;
}

.bd-filter-link:hover {
  color: #fff;
}

.bd-filter-link-wrap {
  display: flex;
  align-items: center;
}

@media (max-width: 900px) {
  .bd-filter-links {
    gap: 0.7rem 0.7rem;
  }
  .bd-filter-link {
    font-size: 0.92rem;
    padding: 0.06rem 0.13rem;
    margin-bottom: 0.13rem;
  }
}
@media (max-width: 600px) {
  .bd-filter-links {
    gap: 0.5rem 0.5rem;
  }
  .bd-filter-link {
    font-size: 0.85rem;
    padding: 0.04rem 0.09rem;
    margin-bottom: 0.09rem;
  }
} 

 

/* === SEPARATEUR === */
.separateur {
  width: 50%;
  height: 1px;
  margin: 3rem auto;
  background: rgba(255,255,255,0.18);
  border: none;
}


/* === CARROUSEL FEEDBACK D'EXCEPTION === */
.feedback-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.5rem 0 3.5rem 0;
  overflow: hidden;
  padding: 2rem 0;
}
.carousel-track {
  display: flex;
  gap: 30px;
  will-change: transform;
}
.feedback-card {
  background: rgba(80, 140, 255, 0.08);
  border: 1.5px solid rgba(120, 170, 255, 0.25);
  border-radius: 1.2rem;
  min-width: 220px;
  max-width: 260px;
  width: 260px;
  padding: 2rem 1.1rem;
  color: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.10);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.18s, border-color 0.18s, background 0.18s;
}
.feedback-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #a9c7ff;
  text-align: left;
}
.feedback-card-comment {
  font-size: 1rem;
  margin-bottom: 0.7rem;
  text-align: left;
}
.feedback-card-stars {
  display: flex;
  gap: 0.1rem;
  justify-content: flex-start;
}
.feedback-card:hover {
  border-color: #7fd6ff;
  box-shadow: 0 8px 32px #7fd6ff33, 0 2px 12px #0002;
  transform: scale(1.04);
}
.feedback-card .feedback-author {
  font-weight: 700;
  color: #b3cfff;
  margin-bottom: 0.7rem;
  font-size: 1.15rem;
}
.feedback-card .feedback-stars {
  color: #ffe066;
  font-size: 1.2rem;
  margin-top: 1.2rem;
}

.star {
  font-size: 1.2rem;
  color: #bbb;
  transition: color 0.18s;
}
.star.filled {
  color: #FFD700;
}
.feedback-card:hover {
  background: rgba(80, 140, 255, 0.18);
  border-color: #a9c7ff;
  box-shadow: 0 6px 24px rgba(80,140,255,0.18);
  transform: translateY(-4px) scale(1.03);
  transition: background 0.18s, border-color 0.18s, box-shadow 0.18s, transform 0.18s;
}
@media (max-width: 900px) {
  .carousel-track {
    gap: 20px;
  }
  .feedback-card {
    min-width: 170px;
    max-width: 200px;
    width: 200px;
  }
}
@media (max-width: 700px) {
  .feedback-carousel {
    flex-direction: column;
    gap: 0.7rem;
  }
  .carousel-track {
    gap: 6px;
  }
}
/* === FUSION & ADAPTATION DE model.css === */
.home-page {
  min-height: 100vh;
  background: #0F1116;
  margin-bottom: 3rem;
}
/* ===== SECTIONS ===== */

.section, .shop-section, .bd-section {
  margin: 4rem auto 0rem auto;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}



.bd-card {
  border: 2px solid #2a3444;
  border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.18s, transform 0.18s;
    width: 100%;
    max-width: 260px;
}

.bd-card:hover,
.bd-card:focus {
  transform: scale(1.04);
  border-color:rgba(255, 255, 255, 0.237);
  z-index: 2;
  box-shadow: none;}

/* ----- Détails BD ----- */


.bd-img {
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 1.2rem;
    background: #181b22;
    display: block;

}

.bd-info {
  text-align: left;
  margin-bottom: 0.7rem;
}
.bd-title {
  font-size: 1.15rem;
  color: #fff;
  font-weight: 700;
  margin: 0 0 0.3rem 0;
}
.bd-genre {
  color: #7fd6ff;
  font-size: 0.95em;
  margin-bottom: 0.2em;
}
.bd-author, .bd-chapters {
  font-size: 0.95em;
  margin-bottom: 0.2em;
}



/*----- Présentation -----*/

/* Présentation STARBORD */
.stb-presentation-title {
  font-size: 2rem;
  font-weight: 700;
  padding: 1.2rem;
  padding-top: 3rem;
  margin-bottom: 1.5rem;
  text-align: center !important;
}

.stb-presentation-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  padding: 0 0.7rem;
  width: 100%;
  box-sizing: border-box;
  gap: 2rem;
  margin-bottom: 7rem;
  justify-content: center;
}
.stb-presentation-img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  overflow: hidden;
  perspective: 600px;
}
.stb-presentation-img img {
  width: 100%;
  display: block;
  transition: transform 0.18s cubic-bezier(.25,.8,.25,1);
  will-change: transform;
  perspective: 600px;
}
.stb-presentation-img img:hover {
  transform: scale(1.04) rotateX(10deg) rotateY(10deg);
}
.stb-presentation-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.stb-presentation-text h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.stb-presentation-text p {
  font-size: 1.08rem;
  margin-bottom: 0.7rem;
  color: #fff;
}

@media screen and (max-width: 900px) {
  .stb-presentation-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
  }
  .stb-presentation-content h3 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 700px) {
  .stb-presentation {
    max-width: 98vw;
    padding: 1.2rem 4vw;
    border-radius: 10px;
    gap: 0.1rem;
  }
  .stb-presentation-content p {
    font-size: 1rem;
    text-align: center;
  }
  .stb-presentation-img {
    max-width: 90vw;
    margin-bottom: 0.7rem;
  }
}







/*----- Shop Section -----*/

.shop-card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: box-shadow 0.18s, transform 0.18s;
  width: 100%;
  max-width: 260px;
  margin-bottom: 1.5rem;
}
.shop-card:hover {
  transform: translateY(-4px) scale(1.03);
}
.shop-img {
  border-radius: 12px;
  margin-bottom: 1.1rem;
  background: #181b22;
  display: block;
  object-fit: cover;
}

.shop-title-img {
  color: #fff;
  font-size: 1.13rem;
  font-weight: 600;
  margin-bottom: 0.7rem;
  text-align: center;
  width: 100%;
  transition: color 0.18s;
  font-family: 'Tintin', Arial, sans-serif;
  letter-spacing: 0.01em;
}

.shop-price {
  font-family: 'Orbitron', sans-serif;
  color: #222;
  font-size: 1.12rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  text-align: center;
  width: 100%;
  letter-spacing: 0.01em;
  transition: color 0.18s;
  background: none;
}
.shop-choose-btn {
  width: 100%;
  color: #a9c7ff;
  background-color: rgba(80, 140, 255, 0.08);
  border: 1.5px solid #7fd6ff;
  border-radius: 999px;
  font-weight: 600;
  padding: 0.3rem 0;
  margin-top: 0.2rem;
  letter-spacing: 0.01em;
  text-align: center;
  text-decoration: none;
}
.shop-choose-btn:hover {
  background: #36569c;
  color: #fff;
  border-color: #7fd6ff;
  text-decoration: none;
}

.feedback {
  margin: 4rem 0 2rem 0;
  text-align: center;
}
.feedback-title {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.feedback-carousel-placeholder {
  background: var(--bg-card);
  color: var(--text-primary);
  border-radius: 8px;
  padding: 1.2rem 2rem;
  margin: 0 auto 1rem auto;
  max-width: 420px;
  min-height: 48px;
  font-size: 1.1rem;
  box-shadow: 0 2px 8px #0002;
}
.feedback-desc {
  color: var(--text-muted);
  font-size: 1rem;
}

.footer {
  background: rgba(15, 17, 22, 0.95);
  border-top: 1px solid var(--border);
  padding: 2rem 0;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.95rem;
  margin-top: 4rem;
}


@media (max-width: 900px) {
  .shop-img {
    max-width: 90vw !important; 
  }
  
  .shop-title-img {
    font-size: 1rem !important;
  }
}






@media (max-width: 900px) {
  .stb-presentation-content {
    flex-direction: column;
    gap: 1.5rem;
  }
}
  .hero {
    padding: 2rem 0 1rem 0;
    min-height: 180px;
  }
  .hero-title {
    font-size: 1.3rem;
  }


  .stb-presentation-img img {
    max-width: 90vw;
  }


