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;
}



/************************************ SECTION ************************************/

.about-section {
  background: linear-gradient(120deg, #23272e 0%, #181a1f 100%);
  color: #f3f3f3;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  top: 4rem;
}

.about-section .section-title {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
  color: #C6AE4B;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

.about-section p {
  font-size: 1.08rem;
  line-height: 1.7;
  color: #e0e0e0;
  margin-bottom: 0;
  text-align: justify;
}

.about-section .row {
  margin-bottom: 3.5rem;
}

.about-section .img-fluid {
  border-radius: 16px;
  box-shadow: 0 6px 32px 0 rgba(0,0,0,0.35), 0 1.5px 8px 0 rgba(198,174,75,0.08);
  max-width: 100%;
  height: auto;
  object-fit: cover;
  background: #23272e;
}

.about-section .col-lg-6 {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 992px) {
  .about-section .col-lg-6 {
    margin-bottom: 0;
  }
}

/* Alternating layout for about-section rows */
.about-section .row.align-items-center {
  flex-wrap: wrap;
}
.about-section .row.align-items-center > .col-lg-6:first-child {
  order: 1;
  text-align: left;
}
.about-section .row.align-items-center > .col-lg-6:last-child {
  order: 2;
  text-align: right;
}
.about-section .row.align-items-center.flex-lg-row-reverse > .col-lg-6:first-child {
  order: 2;
  text-align: right;
}
.about-section .row.align-items-center.flex-lg-row-reverse > .col-lg-6:last-child {
  order: 1;
  text-align: left;
}

/* For text-center rows (centered content) */
.about-section .row.text-center .col-lg-8 {
  margin-bottom: 2rem;
  text-align: center;
}
.about-section .row.text-center .col-lg-6 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive: stack columns on mobile */
@media (max-width: 991.98px) {
  .about-section .row.align-items-center > .col-lg-6,
  .about-section .row.align-items-center.flex-lg-row-reverse > .col-lg-6 {
    order: unset !important;
    text-align: left !important;
  }
}

.about-section .btn-hero {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.5rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

.about-section .btn-hero img {
  margin-left: 0.5rem;
  filter: invert(1);
}

@media (max-width: 991.98px) {
  .about-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .about-section .section-title {
    font-size: 1.4rem;
  }
}

/* Aligner le bouton "Discover the Team" à gauche */
.about-section .btn-hero,
.about-section .cta-left {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}

.about-section .cta-left {
  text-align: left !important;
  margin-top: 2.5rem;
}

/* Pour écraser le centrage Bootstrap sur le conteneur du bouton */
.about-section .row.align-items-center .cta-left {
  width: 100%;
}

/* 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-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;
}




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

.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 */