body {
    margin: 0;
  
  font-family: 'Inter', sans-serif;
  background: #f7f4f1;
  color: #3a3a3a;
}

.btn {
  border-radius: 999px;
  padding: 10px 22px;
  font-weight: 500;
}

/* =========================
   NAVBAR OVERLAY (ORIGINE)
========================= */
.sublimia-navbar-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  background: rgba(255, 255, 255, 0.75); 
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.nav-inner {
  max-width: 1200px;
  margin: auto;
  padding: 18px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sublimia-logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  color: #3a3a3a;

 


}

.sublimia-logo img
{
 height: 65px;
  width: auto;
  mix-blend-mode: multiply;
}

.sublimia-logo span {
  color: #c9a24d;
}

/* =========================
   MENU DESKTOP
========================= */
.desktop-menu {
  display: flex;
  gap: 22px;
}

.desktop-menu a {
  color: #3f3f3f;
  font-weight: 400;
  text-decoration: none;
}

.desktop-menu a:hover {
  color: #c9a24d;
}

/* =========================
   HAMBURGER
========================= */
.hamburger {
  display: none;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  background: #3a3a3a;
  border-radius: 2px;
}

/* =========================
   MENU MOBILE (NEUTRE)
========================= */
.mobile-menu {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 3000;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 26px;
}

.mobile-menu.active {
  display: flex;
}

.mobile-menu a {
  font-size: 1.4rem;
  color: #3f3f3f;
  text-decoration: none;
}

.mobile-menu a:hover {
  color: #c9a24d;
}

/* =========================
   PRICING SECTION
========================= */
.pricing-section {
  padding: 140px 0 80px;
}

.section-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.section-subtitle {
  font-size: 18px;
  color: #6c757d;
  max-width: 640px;
  margin: 0 auto 50px;
}

.section-title .accent {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

/*

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  margin-bottom: 10px;
}


.section-subtitle {
  color: #6b6b6b;
  font-size: 1.05rem;
}
*/


/* =========================
   PRICING CARDS
========================= */
.pricing-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 32px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  position: relative;
  height: 100%;
}

.pricing-card h5 {
  font-family: 'Playfair Display', serif;
  margin-bottom: 15px;
}

.price {
  font-size: 2rem;
  font-weight: 600;
  margin: 16px 0;
}

.price span {
  font-size: 1rem;
  color: #777;
}

.features {
  list-style: none;
  padding: 0;
  margin-bottom: 22px;
}

.features li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

/* =========================
   PREMIUM
========================= */
.premium {
  border: 2px solid #c9a24d;
}

.badge-populaire {
  position: absolute;
  top: -14px;
  right: 22px;
  background: #c9a24d;
  color: #fff;
  padding: 6px 14px;
  font-size: 0.7rem;
  border-radius: 20px;
}

/* =========================
   BUTTONS (ORIGINE)
========================= */
.btn-gold {
  background: linear-gradient(135deg, #c9a24d, #b0893e);
  color: #fff !important;
  border: none;
}

.btn-gold:hover {
  background: linear-gradient(135deg, #b0893e, #9f7a34);
  color: #fff;
}

.btn-outline-gold {
  border: 1px solid #c9a24d;
  color: #b0893e;
  background: transparent;
}

.btn-outline-gold:hover {
  background: #c9a24d;
  color: #fff;
}

/* =========================
   OPTIONS / BONUS
========================= */
.option-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 22px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0,0,0,0.05);
  font-size: 0.95rem;
}

.bonus ul {
  max-width: 600px;
  margin: auto;
  list-style: none;
  padding: 0;
}

.bonus li {
  margin-bottom: 10px;
  font-size: 0.95rem;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
  .desktop-menu {
    display: none;
  }

  .hamburger {
    display: flex;
  }

  .section-title {
    font-size: 2.2rem;
  }
}


/* position haut page*/
.hero-section {
  padding-top: 120px;
  padding-bottom: 30px;
}

.hero-title {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.03em;
}


.hero-title span {
  color: #c6a15b;

}

.before-after-card {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,.12);
  height: 380px;
}

.before, .after {
  position: relative;
  background-size: cover;
  background-position: center;
}

.before {
  background-image: url('https://picsum.photos/800/600?blur=2');
}

.after {
  background-image: url('https://picsum.photos/800/600');
}

.label {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0,0,0,.6);
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: .75rem;
}

.benefit-icon {
  font-size: 2rem;
  color: #c6a15b;
  margin-bottom: 12px;
}

.step-card {
  background: #faf8f6;
  border-radius: 20px;
  padding: 40px;
}

.step-number {
  font-size: 2rem;
  color: #c6a15b;
}

.testimonial-section blockquote {
  font-family: 'Playfair Display', serif;
  font-size: 1.4rem;
  max-width: 700px;
  margin: auto;
}

.final-cta {
  padding: 80px 0;
}


.before-after-section {
  padding: 80px 0;
}

.ba-wrapper {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 420px;
  margin: auto;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,.15);
  cursor: ew-resize;
  background: #000;
}

.ba-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-after {
  clip-path: inset(0 0 0 50%);
  transition: clip-path 0.1s linear;
}

.ba-handle {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: white;
  transform: translateX(-50%);
  z-index: 3;
}

.ba-handle span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 30px rgba(0,0,0,.3);
}

.ba-handle span::before,
.ba-handle span::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #c6a15b;
  border-right: 2px solid #c6a15b;
}

.ba-handle span::before {
  left: 12px;
  transform: translateY(-50%) rotate(-135deg);
}

.ba-handle span::after {
  right: 12px;
  transform: translateY(-50%) rotate(45deg);
}

.ba-label {
  position: absolute;
  top: 20px;
  padding: 6px 14px;
  background: rgba(0,0,0,.6);
  color: white;
  font-size: .75rem;
  border-radius: 20px;
  z-index: 4;
}

.ba-label-before {
  left: 20px;
}

.ba-label-after {
  right: 20px;
}

@media (max-width: 768px) {
  .ba-wrapper {
    height: 300px;
  }
}


/* Réduit l’espace au-dessus du slider */
.before-after-section {
  padding-top: 20px; /* avant : 80px */
}

/*
.how-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
*/
/* Images cliquables */
.ba-before,
.ba-after {
  cursor: zoom-in;
}

/* Labels -> boutons */
.ba-label {
  cursor: pointer;
  transition: all .2s ease;
}

/* Hover effet premium */
.ba-label:hover {
  background: #c6a15b;
  color: #fff;
}

/* Option : effet léger sur image */
.ba-wrapper:hover .ba-img {
  filter: brightness(0.95);
}


.ba-btn {
  position: absolute;
  top: 20px;              /* ⬅️ en haut */
  padding: 8px 18px;
  font-size: .75rem;
  border-radius: 16px;
  border: none;
  background: rgba(0,0,0,.55);
  color: white;
  z-index: 5;
  transition: all .2s ease;
  cursor: pointer;
}

.ba-btn:hover {
  background: #c6a15b;
}

.ba-btn-before {
  left: 20px;
}

.ba-btn-after {
  right: 20px;
}

/*
.modal-custom {
  background: transparent;
  padding: 0px;
  border-radius: 0;
  position: relative;

  
  box-shadow:
    0 30px 80px rgba(0,0,0,.45),
    0 0 0 1px rgba(255,255,255,.06); 
}
*/

.modal-custom img {
  max-height: 75vh; /* ≈ -20% */
  width: auto;
}




.footer-section {
  border-top: 1px solid rgba(0,0,0,.05);
  font-size: .95rem;
}

.footer-logo {
  font-weight: 700;
  font-size: 1.3rem;
}

.footer-logo span {
  color: #c6a15b;
}

.footer-section a {
  color: #555;
  text-decoration: none;
  transition: color .2s ease;
}

.footer-section a:hover {
  color: #c6a15b;
}

.social-icons a {
  font-size: 1.2rem;
  color: #555;
}

.social-icons a:hover {
  color: #c6a15b;
}

.portfolio-hero {
  padding: 120px 0 80px;
  /*background: linear-gradient(to bottom, rgba(0,0,0,.6), rgba(0,0,0,.9)),
              url("img/hero.jpg") center/cover no-repeat;*/
  background: linear-gradient(to bottom, #111, #000);

}

.portfolio-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.portfolio-card img {
  transition: transform .4s ease;
}

.portfolio-card:hover img {
  transform: scale(1.05);
}

.portfolio-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s ease;
}

.portfolio-card:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-overlay span {
  color: #fff;
  font-weight: 600;
  border: 1px solid rgba(255,255,255,.6);
  padding: 8px 16px;
}


.slider-wrapper {
  position: relative;
  width: 80%;          /* -20% comme demandé */
  max-width: 1100px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}


/*#PORTFOLIO MODAL*/ 

.modal-portfolio {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-portfolio.active {
  display: flex;
}

.modal-content-portfolio {
  position: relative;
  width: 1190px;      /* largeur fixe */
  height: 448px;     /* hauteur fixe */
  display: flex;
  gap: 1px;
  justify-content: center;
  align-items: center;
  background: transparent;
}

.ba-img-before,
.ba-img-after {
  width: 595px;     /* largeur fixe pour les deux */
  height: 448px;    /* même hauteur fixe */
  object-fit: cover;
  border-radius: 0;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}



.ba-wrapper-porfolio {
  position: relative;
  width: 100%;
  max-width: 1100px;
  height: 320px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,.15);
  background: #000;
}



.ba-wrapper {
  position: relative;
}

.ba-label-portfolio {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 5;
}

.ba-label-after-portfolio {
  left: auto;
  right: 50px;
  
}

.ba-bonus-label-portfolio {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(198, 161, 91, 0.9); /* couleur dorée */
  color: #fff;
  font-weight: bold;
  padding: 4px 10px;
  font-size: 0.9rem;
  border-radius: 4px;
  z-index: 5;
  display: none; /* caché par défaut */
}

.modal-close-portfolio {
  position: absolute;
  top: 1px;
  right: 10px;
  font-size: 2rem;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 10;
}


.how-section {
  padding-top: 30px;
  padding-bottom: 50px;
}

.step-card {
  position: relative;
  height: 260px;
  overflow: hidden;
}

.step-card img {
  
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  max-width: none;   /* 🔥 correction Bootstrap */
  max-height: none;  /* 🔥 correction Bootstrap */
  
  
}

/* Overlay texte */
.step-overlay {
  position: absolute;
  inset: 0;

  /*
    background: linear-gradient(
    to top,
    rgba(0,0,0,.65),
    rgba(0,0,0,.15)
  );
  */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: #fff;
}

.step-number {
  font-size: 1.4rem;
  font-weight: 700;
  color: #c6a15b;
}

.step-overlay p {
  margin: 5px 0 0;
  font-size: 1rem;
}

/* Effet hover léger */
.step-card:hover img {
  transform: scale(1.05);
}

.step-card img {
  transition: transform .4s ease;
}

/* Séparateur > */
.step-separator {
  font-size: 2rem;
  font-weight: 600;
  color: #c6a15b;
  line-height: 260px;
}






/* Fond de section */
.testimonials-section {
  padding: 10px 0;
  background: linear-gradient(
    to bottom,
    #f8f9fa,
    #ffffff
  );
}


/* Carte témoignage */
.testimonial-card {
  height: 100%;
  padding: 30px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.04);
  box-shadow: 0 15px 35px rgba(0,0,0,.06);
  transition: transform .3s ease, box-shadow .3s ease;
}

/* Carte mise en avant */
.testimonial-card.featured {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,.12);
}

/* Hover subtil */
.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0,0,0,.12);
}

/* Texte */
.testimonial-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* Auteur */
.testimonial-author span {
  display: block;
  font-size: .85rem;
  color: #777;
}

.testimonial-logo img {
  
  height: 26px;
  opacity: 0.65;
  vertical-align: center;
  filter: grayscale(100%);
}

.small-modal 
{
  width: 640px;
  height: auto;
  /*left: calc(50% - 320px);*/

  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.small-modal img 
{
  width: 100%;
  height: 100%;
}

#howitworks, #reviews {
  scroll-margin-top: 50px; /* hauteur du header */
}



/* Responsive */
@media (max-width: 768px) {
  .testimonials-wrapper {
    padding: 40px 25px;
  }

  .testimonial-card.featured {
    transform: none;
  }
}


/* Mobile : pas de séparateurs */
@media (max-width: 768px) {
  .step-separator {
    display: none;
  }

  .step-card {
    margin-bottom: 20px;
  }
}



/* Mobile */
@media (max-width: 768px) {
  .modal-content-portfolio {
    flex-direction: column;
    width: 90%;
    height: auto;
  }

  .ba-img-before,
  .ba-img-after {
    width: 100%;
    height: auto;
  }

  .ba-label-after-portfolio {
        bottom: 30px !important;
        top: auto !important;
        left: 10px !important;
        right: auto !important;
        
  }
}



/* =========================
   CONTACT PAGE STYLES
========================= */

.contact-section {
  padding-top: 40px;
  padding-bottom: 80px;
}

.contact-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.contact-card h3 {
  font-family: 'Playfair Display', serif;
  color: #3a3a3a;
  margin-bottom: 30px;
}

/* FORMULAIRE */
.form-label {
  font-weight: 500;
  color: #3a3a3a;
  margin-bottom: 8px;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #c9a24d;
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 77, 0.15);
}

textarea.form-control {
  resize: vertical;
  min-height: 150px;
}

/* CAPTCHA BOX */
.captcha-box {
  background: linear-gradient(135deg, #c9a24d, #b0893e);
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 5px 15px rgba(201, 162, 77, 0.3);
}

.captcha-question {
  display: block;
}

/* INFORMATIONS CONTACT */
.contact-info-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.contact-info-card h4 {
  font-family: 'Playfair Display', serif;
  color: #3a3a3a;
}

.contact-info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.contact-info-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.contact-info-item i {
  font-size: 1.8rem;
  color: #c9a24d;
  flex-shrink: 0;
}

.contact-info-item strong {
  display: block;
  margin-bottom: 5px;
  color: #3a3a3a;
}

.contact-info-item p {
  margin: 0;
  color: #6b6b6b;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* POURQUOI NOUS CONTACTER */
.why-contact-card {
  background: linear-gradient(135deg, #faf8f6, #f7f4f1);
  border-radius: 16px;
  padding: 30px;
  border: 1px solid rgba(201, 162, 77, 0.15);
}

.why-contact-card h5 {
  font-family: 'Playfair Display', serif;
  color: #3a3a3a;
}

.contact-reasons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-reasons li {
  padding: 12px 0;
  color: #555;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact-reasons li i {
  color: #c9a24d;
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* FAQ RAPIDE */
.quick-faq {
  background: #f8f9fa;
}

.faq-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  height: 100%;
  transition: transform 0.3s ease;
}

.faq-card:hover {
  transform: translateY(-5px);
}

.faq-card h6 {
  font-weight: 600;
  color: #3a3a3a;
  margin-bottom: 12px;
}

.faq-card p {
  margin: 0;
  color: #6b6b6b;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ALERTS */
.alert {
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 25px;
  border: none;
}

.alert-success {
  background: linear-gradient(135deg, #d4edda, #c3e6cb);
  color: #155724;
}

.alert-danger {
  background: linear-gradient(135deg, #f8d7da, #f5c6cb);
  color: #721c24;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .contact-card {
    padding: 25px;
  }
  
  .contact-info-card {
    padding: 25px;
  }
  
  .contact-info-item {
    gap: 15px;
  }
  
  .contact-info-item i {
    font-size: 1.5rem;
  }
  
  .why-contact-card {
    padding: 20px;
  }
  
  .captcha-box {
    padding: 12px 15px;
    font-size: 1rem;
  }
}



/* =========================
   CGV PAGE STYLES
========================= */

.cgv-section {
  padding: 60px 0 80px;
  background: #f7f4f1;
}

/* SIDEBAR NAVIGATION */
.cgv-sidebar {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  top: 100px;
}

.cgv-sidebar h5 {
  font-family: 'Playfair Display', serif;
  color: #3a3a3a;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.cgv-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cgv-nav-link {
  padding: 12px 15px;
  color: #555;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.cgv-nav-link:hover {
  background: #faf8f6;
  color: #c9a24d;
  border-left-color: #c9a24d;
  padding-left: 20px;
}

.cgv-nav-link.active {
  background: linear-gradient(135deg, rgba(201, 162, 77, 0.1), rgba(176, 137, 62, 0.1));
  color: #c9a24d;
  font-weight: 600;
  border-left-color: #c9a24d;
}

/* CONTENU PRINCIPAL */
.cgv-content {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* PRÉAMBULE */
.cgv-preambule {
  background: linear-gradient(135deg, #faf8f6, #f7f4f1);
  border-left: 4px solid #c9a24d;
  padding: 25px 30px;
  border-radius: 12px;
  margin-bottom: 40px;
}

.cgv-preambule p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: #444;
}

.cgv-preambule p:last-child {
  margin-bottom: 0;
}

/* ARTICLES */
.cgv-article {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  scroll-margin-top: 100px;
}

.cgv-article:last-of-type {
  border-bottom: none;
}

.cgv-article h2 {
  font-family: 'Playfair Display', serif;
  color: #3a3a3a;
  font-size: 1.8rem;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.article-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #c9a24d, #b0893e);
  color: #fff;
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 700;
  flex-shrink: 0;
}

.cgv-article h4 {
  color: #555;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 15px;
}

.cgv-article p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.cgv-article ul {
  margin: 15px 0;
  padding-left: 25px;
}

.cgv-article ul li {
  line-height: 1.8;
  color: #555;
  margin-bottom: 10px;
}

.cgv-article a {
  color: #c9a24d;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.cgv-article a:hover {
  color: #b0893e;
}

/* INFO BOX */
.info-box {
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px;
  margin: 20px 0;
}

.info-box h5 {
  color: #3a3a3a;
  font-weight: 600;
  margin-bottom: 15px;
}

.info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.info-list li {
  padding: 8px 0;
  border-bottom: 1px solid #e0e0e0;
  color: #555;
}

.info-list li:last-child {
  border-bottom: none;
}

.info-list strong {
  color: #3a3a3a;
  min-width: 200px;
  display: inline-block;
}

/* WARNING BOX */
.warning-box {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 20px 25px;
  border-radius: 8px;
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.warning-box i {
  font-size: 1.5rem;
  color: #ffc107;
  flex-shrink: 0;
  margin-top: 2px;
}

.warning-box strong {
  color: #856404;
}

.warning-box p {
  margin: 5px 0 0;
  color: #856404;
}

/* SUCCESS BOX */
.success-box {
  background: #d4edda;
  border-left: 4px solid #28a745;
  padding: 20px 25px;
  border-radius: 8px;
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.success-box i {
  font-size: 1.5rem;
  color: #28a745;
  flex-shrink: 0;
  margin-top: 2px;
}

.success-box p {
  margin: 0;
  color: #155724;
}

/* FOOTER CGV */
.cgv-footer {
  background: #faf8f6;
  border-radius: 12px;
  padding: 30px;
  margin-top: 50px;
  text-align: center;
}

.cgv-footer p {
  margin-bottom: 10px;
  color: #555;
}

.cgv-footer p:last-child {
  margin-bottom: 0;
}

.cgv-footer strong {
  color: #3a3a3a;
}

.cgv-footer a {
  color: #c9a24d;
  text-decoration: none;
  font-weight: 600;
}

.cgv-footer a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  
  /* Sidebar devient un menu horizontal */
  .cgv-sidebar {
    position: static !important;
    margin-bottom: 30px;
  }
  
  .cgv-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .cgv-nav-link {
    font-size: 0.8rem;
    padding: 8px 12px;
  }
  
  .cgv-nav-link:hover {
    padding-left: 12px;
  }
  
  /* Contenu */
  .cgv-content {
    padding: 30px 25px;
  }
  
  .cgv-article h2 {
    font-size: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .article-number {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  
  .cgv-content {
    padding: 25px 20px;
  }
  
  .cgv-preambule {
    padding: 20px;
  }
  
  .cgv-article {
    margin-bottom: 35px;
    padding-bottom: 30px;
  }
  
  .cgv-article h2 {
    font-size: 1.3rem;
  }
  
  .cgv-article h4 {
    font-size: 1rem;
  }
  
  .info-list strong {
    min-width: auto;
    display: block;
    margin-bottom: 5px;
  }
  
  .warning-box,
  .success-box {
    flex-direction: column;
    padding: 15px 20px;
  }
  
  .warning-box i,
  .success-box i {
    font-size: 1.3rem;
  }
}

/* IMPRESSION */
@media print {
  
  .cgv-sidebar,
  .hero-section,
  .final-cta,
  .navbar {
    display: none;
  }
  
  .cgv-content {
    box-shadow: none;
    padding: 0;
  }
  
  .cgv-article {
    page-break-inside: avoid;
  }
  
  .cgv-article h2 {
    page-break-after: avoid;
  }
}

/* SMOOTH SCROLL */
html {
  scroll-behavior: smooth;
}

/* ANIMATIONS */
.cgv-article {
  animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}




/* =========================
   MENTIONS LÉGALES STYLES
========================= */

/* Réutilisation des styles CGV pour cohérence */
.mentions-section {
  padding: 60px 0 80px;
  background: #f7f4f1;
}

/* SIDEBAR */
.mentions-sidebar {
  background: #fff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  top: 100px;
}

.mentions-sidebar h5 {
  font-family: 'Playfair Display', serif;
  color: #3a3a3a;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.mentions-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mentions-nav-link {
  padding: 12px 15px;
  color: #555;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.mentions-nav-link:hover {
  background: #faf8f6;
  color: #c9a24d;
  border-left-color: #c9a24d;
  padding-left: 20px;
}

.mentions-nav-link.active {
  background: linear-gradient(135deg, rgba(201, 162, 77, 0.1), rgba(176, 137, 62, 0.1));
  color: #c9a24d;
  font-weight: 600;
  border-left-color: #c9a24d;
}

/* CONTENU */
.mentions-content {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

/* PRÉAMBULE */
.mentions-preambule {
  background: linear-gradient(135deg, #faf8f6, #f7f4f1);
  border-left: 4px solid #c9a24d;
  padding: 25px 30px;
  border-radius: 12px;
  margin-bottom: 40px;
}

.mentions-preambule p {
  margin: 0;
  line-height: 1.8;
  color: #444;
}

/* SECTIONS */
.mentions-section-block {
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  scroll-margin-top: 100px;
}

.mentions-section-block:last-of-type {
  border-bottom: none;
}

.mentions-section-block h2 {
  font-family: 'Playfair Display', serif;
  color: #3a3a3a;
  font-size: 1.8rem;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.mentions-section-block h2 i {
  color: #c9a24d;
  font-size: 1.6rem;
}

.mentions-section-block h4 {
  color: #555;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}

.mentions-section-block h5 {
  color: #666;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mentions-section-block p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}

.mentions-section-block ul {
  margin: 15px 0;
  padding-left: 25px;
}

.mentions-section-block ul li {
  line-height: 1.8;
  color: #555;
  margin-bottom: 10px;
}

/* INFO CARD */
.info-card {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 30px;
  margin: 20px 0;
}

.info-card h4 {
  color: #3a3a3a;
  font-weight: 600;
  margin-bottom: 20px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.info-item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.info-item strong {
  color: #3a3a3a;
  font-size: 0.9rem;
  font-weight: 600;
}

.info-item span {
  color: #666;
  font-size: 0.95rem;
}

.info-item a {
  color: #c9a24d;
  text-decoration: none;
}

.info-item a:hover {
  text-decoration: underline;
}

/* DROITS RGPD */
.rights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 25px 0;
}

.right-card {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.right-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border-color: #c9a24d;
}

.right-card i {
  font-size: 2rem;
  color: #c9a24d;
  margin-bottom: 10px;
}

.right-card h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #3a3a3a;
  margin-bottom: 8px;
}

.right-card p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

/* COOKIES */
.cookies-list {
  margin: 25px 0;
}

.cookie-item {
  background: #fafafa;
  border-left: 4px solid #c9a24d;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
}

.cookie-item h5 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3a3a3a;
  font-size: 1.05rem;
  margin-bottom: 10px;
}

.cookie-item h5 i {
  color: #c9a24d;
}

.cookie-item p {
  margin: 0;
  color: #666;
}

.cookie-duration {
  display: inline-block;
  background: #c9a24d;
  color: #fff;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-top: 10px;
}

/* BOXES */
.note-box,
.warning-box,
.contact-box {
  border-radius: 12px;
  padding: 20px 25px;
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.note-box {
  background: #e7f3ff;
  border-left: 4px solid #2196F3;
}

.note-box i {
  color: #2196F3;
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.note-box p {
  margin: 0;
  color: #1565C0;
}

.warning-box {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
}

.warning-box i {
  color: #ffc107;
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.warning-box strong {
  color: #856404;
}

.warning-box p {
  margin: 5px 0 0;
  color: #856404;
}

.contact-box {
  background: #f8f9fa;
  border: 2px solid #c9a24d;
  flex-direction: column;
  gap: 10px;
}

.contact-box h5 {
  margin: 0;
  color: #3a3a3a;
}

.contact-box p {
  margin: 5px 0;
  color: #555;
}

.contact-box a {
  color: #c9a24d;
  font-weight: 600;
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: #555;
}

.contact-list i {
  color: #c9a24d;
  font-size: 1.1rem;
}

/* FOOTER */
.mentions-footer {
  background: #faf8f6;
  border-radius: 12px;
  padding: 30px;
  margin-top: 50px;
  text-align: center;
}

.mentions-footer p {
  margin-bottom: 10px;
  color: #555;
}

.mentions-footer p:last-child {
  margin-bottom: 0;
}

.mentions-footer strong {
  color: #3a3a3a;
}

/* QUICK LINKS SECTION */
.quick-links-section {
  padding: 60px 0;
  background: #fff;
}

.quick-links-section h3 {
  font-family: 'Playfair Display', serif;
  color: #3a3a3a;
  margin-bottom: 40px;
}

.legal-link-card {
  display: block;
  background: #fafafa;
  border: 2px solid #e0e0e0;
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
}

.legal-link-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
  border-color: #c9a24d;
}

.legal-link-card.active {
  background: linear-gradient(135deg, rgba(201, 162, 77, 0.1), rgba(176, 137, 62, 0.1));
  border-color: #c9a24d;
}

.legal-link-card i {
  font-size: 2.5rem;
  color: #c9a24d;
  margin-bottom: 15px;
}

.legal-link-card h5 {
  color: #3a3a3a;
  font-weight: 600;
  margin-bottom: 10px;
}

.legal-link-card p {
  color: #666;
  font-size: 0.9rem;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .mentions-sidebar {
    position: static !important;
    margin-bottom: 30px;
  }
  
  .mentions-nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .mentions-nav-link {
    font-size: 0.8rem;
    padding: 8px 12px;
  }
  
  .mentions-nav-link:hover {
    padding-left: 12px;
  }
  
  .mentions-content {
    padding: 30px 25px;
  }
  
  .mentions-section-block h2 {
    font-size: 1.5rem;
  }
  
  .info-grid {
    grid-template-columns: 1fr;
  }
  
  .rights-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}

@media (max-width: 768px) {
  .mentions-content {
    padding: 25px 20px;
  }
  
  .mentions-preambule {
    padding: 20px;
  }
  
  .mentions-section-block {
    margin-bottom: 35px;
    padding-bottom: 30px;
  }
  
  .mentions-section-block h2 {
    font-size: 1.3rem;
    flex-direction: column;
    align-items: flex-start;
  }
  
  .mentions-section-block h4 {
    font-size: 1.1rem;
  }
  
  .info-card {
    padding: 20px;
  }
  
  .rights-grid {
    grid-template-columns: 1fr;
  }
  
  .legal-link-card {
    padding: 20px;
  }
}

/* SMOOTH SCROLL */
html {
  scroll-behavior: smooth;
}

/* ANIMATIONS */
.mentions-section-block {
  animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* PRINT */
@media print {
  .mentions-sidebar,
  .hero-section,
  .quick-links-section,
  .navbar {
    display: none;
  }
  
  .mentions-content {
    box-shadow: none;
    padding: 0;
  }
  
  .mentions-section-block {
    page-break-inside: avoid;
  }
}


* =========================
   LOGIN PAGE STYLES
========================= */

.login-section {
  padding: 60px 0 80px;
  background: #f7f4f1;
}

/* CARTE LOGIN */
.login-card {
  background: #fff;
  border-radius: 24px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1);
  margin-bottom: 30px;
}

.login-logo {
  text-align: center;
  margin-bottom: 30px;
}

.login-logo img {
  height: 60px;
  width: auto;
  mix-blend-mode: multiply;
}

.login-title {
  font-family: 'Playfair Display', serif;
  color: #3a3a3a;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

.login-subtitle {
  text-align: center;
  color: #6b6b6b;
  margin-bottom: 35px;
  font-size: 0.95rem;
}

/* FORMULAIRE */
.form-group {
  margin-bottom: 25px;
}

.form-label {
  font-weight: 500;
  color: #3a3a3a;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
}

.form-label i {
  color: #c9a24d;
  font-size: 1rem;
}

.form-control {
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #fafafa;
}

.form-control:focus {
  border-color: #c9a24d;
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 77, 0.15);
  background: #fff;
}

.form-control::placeholder {
  color: #bbb;
}

/* PASSWORD WRAPPER */
.password-wrapper {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 5px;
  transition: color 0.3s ease;
}

.password-toggle:hover {
  color: #c9a24d;
}

.password-toggle i {
  font-size: 1.2rem;
}

/* REMEMBER ME */
.form-check-input {
  border-radius: 4px;
  border: 2px solid #e0e0e0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.form-check-input:checked {
  background-color: #c9a24d;
  border-color: #c9a24d;
}

.form-check-label {
  color: #555;
  font-size: 0.95rem;
  cursor: pointer;
}

/* FORGOT PASSWORD */
.forgot-password-link {
  color: #c9a24d;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.forgot-password-link:hover {
  color: #b0893e;
  text-decoration: underline;
}

/* DIVIDER */
.login-divider {
  text-align: center;
  margin: 35px 0;
  position: relative;
}

.login-divider::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: #e0e0e0;
}

.login-divider span {
  position: relative;
  background: #fff;
  padding: 0 15px;
  color: #999;
  font-size: 0.9rem;
}

/* CREATE ACCOUNT */
.create-account-text {
  color: #6b6b6b;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

/* BENEFITS */
.login-benefits {
  background: linear-gradient(135deg, #faf8f6, #f7f4f1);
  border-radius: 16px;
  padding: 30px;
  border: 1px solid rgba(201, 162, 77, 0.15);
}

.login-benefits h6 {
  font-family: 'Playfair Display', serif;
  color: #3a3a3a;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.login-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.login-benefits li {
  padding: 10px 0;
  color: #555;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  gap: 12px;
}

.login-benefits li i {
  color: #c9a24d;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* ALERTS */
.alert {
  border-radius: 12px;
  padding: 15px 20px;
  margin-bottom: 25px;
  border: none;
  font-size: 0.95rem;
}

.alert-success {
  background: linear-gradient(135deg, #d4edda, #c3e6cb);
  color: #155724;
}

.alert-danger {
  background: linear-gradient(135deg, #f8d7da, #f5c6cb);
  color: #721c24;
}

/* BUTTON STATES */
.btn-gold:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.btn-gold:active:not(:disabled) {
  transform: scale(0.98);
}

/* LOADING STATE */
.btn-loading {
  position: relative;
  color: transparent;
}

.btn-loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  border: 3px solid #fff;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .login-card {
    padding: 35px 25px;
    border-radius: 20px;
  }
  
  .login-title {
    font-size: 1.6rem;
  }
  
  .login-subtitle {
    font-size: 0.9rem;
  }
  
  .form-control {
    padding: 12px 16px;
    font-size: 0.95rem;
  }
  
  .login-benefits {
    padding: 25px 20px;
  }
  
  .login-benefits h6 {
    font-size: 1rem;
  }
  
  .login-benefits li {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .login-card {
    padding: 30px 20px;
  }
  
  .login-logo img {
    height: 50px;
  }
  
  .form-control {
    padding: 12px 14px;
  }
}

/* ANIMATIONS */
.login-card {
  animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FOCUS STATES */
.form-control:focus {
  outline: none;
}

.password-toggle:focus {
  outline: 2px solid #c9a24d;
  outline-offset: 2px;
  border-radius: 4px;
}

/* ACCESSIBILITY */
.form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 162, 77, 0.25);
}

/* PRINT */
@media print {
  .login-section,
  .final-cta {
    display: none;
  }
}



