body {
  font-family: Arial, Helvetica, sans-serif;
  background: linear-gradient(120deg, #23272e 0%, #181a1f 100%);
}


/************************************ NAVBAR ************************************/
.glass-navbar {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

/* Texte et icônes auto-inversés */
.glass-navbar .nav-link,
.glass-navbar .navbar-brand,
.glass-navbar img {
    mix-blend-mode: difference;
}

/* Icônes SVG */
.nav-icon {
    width: 22px;
    height: 22px;
    filter: invert(1);
}

/* Liens */
.navbar-dark .nav-link {
  color: rgba(255, 255, 255, 0.85);
}

.navbar-dark .nav-link:hover {
  color: #fff;
}

.nav-icon {
  width: 20px;
  height: 20px;
  filter: invert(1); /* rend l'icône blanche sur navbar dark */
}

.navbar .nav-link.active {
  color: #C6AE4B !important;
  mix-blend-mode: normal;
}



/************************************ HERO ************************************/
.hero {
  background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)),
              url(../asset/photo/background.png);
  background-size: cover;
  background-position: center;
  height: 100vh;
}

/* Bouton CTA avec icône */
.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #000;
  background-color: #C6AE4B;
  border: 1px solid #b8a146;
  font-size: 1rem;
}



/* Active + Focus + Click */
.btn-cta:active,
.btn-cta:focus,
.btn-cta:active:focus {
  background-color: #b8a146 !important;
  border-color: #b8a146 !important;
  box-shadow: none !important; /* enlève l'effet Bootstrap */
}

/* Icône chevron */
.btn-cta img {
  width: 12px;
  height: 12px;
  /* filter: invert(1); */
}

.btn-cta:hover {
  background-color: #b8a146;
  border-color: #b8a146;
  color: #fff;
}

.btn-cta:hover img {
  filter: invert(1); /* rend l'icône noire */
}




/************************************ ABOUT ************************************/
/* Section */
.gallery-section {
  padding: 6rem 4rem;
}

.gallery-section h2 {
    color: #C6AE4B;
}

/* Main container */
.gallery-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  max-width: 1400px;
  margin: 0 auto;
}

/* Grid images */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 180px;
  gap: 1.2rem;
}

/* Image style */
.gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Bigger images like screenshot */
.gallery-grid img:nth-child(1),
.gallery-grid img:nth-child(2),
.gallery-grid img:nth-child(5) {
  grid-column: span 1;
  grid-row: span 1;
}

/* Text content */
.gallery-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 1.2rem;
}

/* Button */
.btn-plus {
  margin-top: 1.5rem;
  align-self: flex-start;

  display: inline-flex;
  align-items: center;
  gap: 0.4rem;

  padding: 0.45rem 0.9rem;
  font-size: 1rem;

  color: #000;
  background: #C6AE4B;
  border-radius: 8px;
  text-decoration: none;

  transition: background 0.2s ease;
}

.btn-plus:hover {
  background: #b8a146;
}

.btn-plus:hover {
  background-color: #b8a146;
  border-color: #b8a146;
  color: #fff;
}

.btn-plus:hover img {
  filter: invert(1); /* rend l'icône noire */
}

/* Bouton more avec icône */
.btn-plus {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

/* Icône chevron */
.btn-plus img {
  width: 10px;
  height: 10px;
}





/************************************ TEAM ************************************/
/* TEAM SECTION */
.team-section h2 {
  font-size: 2rem;
  color: #C6AE4B;
}

.team-section p {
  font-size: 0.95rem;
}

.text-muted {
  color: #fff !important;
}

/* Card */
.team-card {
  background: #141619;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.207);
  transition: all 0.3s ease;
  text-align: center;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.12);
}

/* Image */
.team-card img {
  width: 30%;
  height: 200px;
  object-fit: cover;
}

/* Body */
.team-body {
  padding: 14px 10px 16px;
}

.team-body h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
  color: #fff !important;
}

.team-body span {
  font-size: 12px;
  color: #fff;
}






/************************************ NEWS ************************************/
.container h2 {
  color: #C6AE4B;
}

/* Card */
.custom-card {
  background: #141619;
  border-radius: 12px; /* un peu plus petit */
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease;
  height: 100%;
}

.custom-card:hover {
  transform: translateY(-4px); /* hover plus subtil */
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.1);
}

/* Image */
.custom-card img {
  height: 170px; /* ↓ avant 210px */
  object-fit: cover;
}

/* Body */
.custom-card .card-body {
  padding: 14px 16px 16px; /* ↓ padding */
}

/* Title */
.custom-card .card-title {
  font-size: 15px; /* ↓ */
  font-weight: 600;
  margin-bottom: 6px;
}

/* Text */
.custom-card .card-text {
  font-size: 13px; /* ↓ */
  color: #d4d4d4;
  line-height: 1.4;
  /* margin-bottom: 12px; */
}

.card-body h5 {
  color: #fff;
}

/* Footer */
.card-footer-custom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px; /* ↓ */
  color: #d5d5d5;
}

/* Icons */
.card-footer-custom img {
  width: 12px;
  height: 12px;
  filter: invert(1);
}



/* Date block */
.footer-date {
  display: flex;
  align-items: center;
  gap: 5px; /* légèrement réduit */
}

.footer-date img {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

/* Bouton Learn more */
.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;

  padding: 0.45rem 0.9rem;
  font-size: 1rem;

  border-radius: 8px;
  text-decoration: none;

  transition: background 0.2s ease;
  background: #C6AE4B;
  color: #000;
}

.btn-more:hover {
  background-color: #b8a146;
  border-color: #b8a146;
  color: #fff;
}

.btn-more:hover img {
  filter: invert(1); /* rend l'icône noire */
}

/* Icône chevron */
.btn-more img {
  width: 10px;
  height: 10px;
}





/************************************ DOWNLOAD ************************************/
/* HERO SECTION */
.hero-section {
  height: 80vh;
  position: relative;
  overflow: hidden;
}

/* Background image */
.hero-bg {
  position: absolute;
  inset: 0;
  background: url("../asset/photo/background.png") center / cover no-repeat;
  z-index: 1;
}

/* Dark overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 3;
}

/* Logo */
.hero-logo {
  max-width: 680px;
  width: 100%;
}

/* CTA Button */
.btn-hero {
  position: relative;
  z-index: 3;

  display: inline-flex;
  align-items: center;
  gap: 0.5rem;

  padding: 0.5rem 1rem;
  border-radius: 8px;

  transition: background 0.2s ease;
  font-size: 1rem;
}

.btn-hero img {
  width: 10px;
  height: 10px;
  /* filter: invert(1); */
}

/* Bouton CTA avec icône */
.btn-hero {
  display: inline-flex;
  align-items: center;
  color: #000;
  gap: 0.5rem;
  background-color: #C6AE4B;
  border: 1px solid #b8a146;
  font-size: 1rem;
}

/* Hover */
.btn-hero:hover {
  background-color: #b8a146;
  border-color: #b8a146;
  color: #fff;
}

.btn-hero:hover img {
  filter: invert(1); /* rend l'icône noire */
}

/* Active + Focus + Click */
.btn-hero:active,
.btn-hero:focus,
.btn-hero:active:focus {
  background-color: #b8a146 !important;
  border-color: #b8a146 !important;
  box-shadow: none !important; /* enlève l'effet Bootstrap */
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    height: 70vh;
  }

  .hero-logo {
    max-width: 280px;
  }
}





/************************************ FOOTER ************************************/
.footer-section {
  background-color: #2b2b2b; /* fond sombre */
  color: #fff;
}

.footer-section small,
.footer-section strong,
.footer-section li {
  color: #fff;
}

/* Liens */
.footer-section ul li {
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.footer-section ul li:hover {
  opacity: 1;
}

/* Logo */
.footer-section img {
  max-width: 140px;
}

/* Social icons */
.social-icons img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.social-icons .github,
.social-icons .tiktok {
      filter: invert(1); 
}

.social-icons img:hover {
  opacity: 0.7;
}

/* Footer Quick Links */
.footer-section .col-md-4 strong {
    display: block;
    font-size: 1.1rem;
    font-weight: 700;
    color: #C6AE4B; /* couleur dorée pour le titre */
    margin-bottom: 0.8rem;
}

.footer-section .col-md-4 ul {
    list-style: none; /* supprime les bullets */
    padding: 0;
    margin: 0;
}

.footer-section .col-md-4 ul li {
    margin-bottom: 0.5rem;
}

.footer-section .col-md-4 ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
    display: inline-block;
    position: relative;
}

/* Hover effect */
.footer-section .col-md-4 ul li a:hover {
    color: #C6AE4B; /* couleur au hover */
    padding-left: 5px; /* léger mouvement */
}

/* Retirer complètement les bullets */
/* La pseudo-classe ::before est supprimée */
