@charset "utf-8";
/* CSS Document */

body {
  font-family: "Raleway", Arial, sans-serif;
  color: #2b2b2b;
  margin: 0;
  padding: 0;
}

/* NAVBAR STICKY */
/* NAVBAR STICKY (déjà présent, complété ici) */
.main-nav {
  background-color: #bf6e77;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  padding: 0.6rem 0;
  z-index: 1050;
}

.main-nav .navbar-brand {
  font-family: "Lobster", serif;
  font-size: 2rem;
  color: #f3e4cd;
}

.main-nav .navbar-brand span {
  font-weight: 700;
}

.main-nav .nav-link {
  color: #f3e4cd;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
  color: #ffffff;
  border-bottom: 2px solid #f3e4cd;
}

/* Dropdowns */
.dropdown-menu {
  background-color: #bf6e77;
  border: none;
  border-radius: 0;
  padding: 0;
  min-width: 180px;
}

.dropdown-item {
  color: #fff;
  font-weight: 500;
  padding: 0.6rem 1rem;
  transition: background 0.2s ease-in-out;
}

.dropdown-item:hover {
  background-color: #a81356;
  color: #fff;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* Bouton compte */
.btn-account {
  font-weight: 600;
  background-color: #fff;
  color: #bf6e77;
  border: none;
  border-radius: 0;
  padding: 0.45rem 1rem;
}

.btn-account:hover {
  background-color: #fce4ef;
  color: #a81356;
}

.navbar-toggler {
  border: none;
  font-size: 1.8rem;
  color: #fff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler i {
  color: #fff; /* icône blanche sur fond rose */
}

/* Décalage du contenu à cause du menu fixe */
body {
  padding-top: 60px;
}

/* HERO */
.hero {
  /*background: linear-gradient(rgba(128, 0, 64, 0.5), rgba(128, 0, 64, 0.5)), url('bg-hero-2.jpg') center/cover no-repeat;*/
    background: linear-gradient(rgba(219, 202, 182, 0.7), rgba(219, 202, 182, 0.2)), 
            url('bg-hero-2.jpg') center/cover no-repeat;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
    padding-left: 5%;
}
.hero h1 {
  font-size: 4rem;
    font-family: "Lobster", serif;
    color: #2b2b2b;
}
.hero .btn-primary {
  background-color: #bf6e77;
  border: none;
}
.hero .btn-light {
  background-color: #f3e4cd;
  color: #2b2b2b;
    border: 0;
}

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

.hero-buttons .btn {
  font-weight: 600;
  text-align: center;
  padding: 0.75rem 1rem;
}

/* POURQUOI CHOISIR */
/*.why h2 {
  font-weight: 700;
  margin-bottom: 2.5rem;
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
}

.icon-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  display: inline-block;
  vertical-align: middle;
  filter: grayscale(100%) brightness(0%) opacity(0.8);
}

.icon-img:hover {
  filter: none;
}*/
/* POURQUOI CHOISIR */
.why {
  background-color: #f9f9fb;
}

.why h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}

/* Cards */
.why-card {
  background-color: #fff;
  transition: all 0.25s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.why-card h5 {
  color: #2b2b2b;
  font-weight: 600;
}

.why-card p {
  color: #555;
  font-size: 0.95rem;
}

/* Icônes */
.icon-img,
.why-card i {
  width: 48px;
  height: 48px;
  min-width: 48px;
  object-fit: contain;
  /*color: #c91c6d;*/
}

.icon-img {
  filter: grayscale(100%) brightness(0%) opacity(0.9);
}

.icon-img:hover {
  filter: none;
}

/* Bloc CTA (appel à l'action) */
.cta-section {
  background-color: #fff;
}

.cta-box {
  background-color: #bf6e77;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.cta-box .btn {
  font-weight: 600;
  color: #2b2b2b;
  background-color: #f3e4cd;
  border: none;
  transition: all 0.2s ease-in-out;
}

.cta-box .btn:hover {
  background-color: #fff;
  color: #bf6e77;
}

.cta-section p.lead {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  color: #2b2b2b;
}


/* BANDEAU */
.bandeau {
  background-color: #dbcab6; /* beige rosé du hero */
}

.bandeau h5 {
  font-weight: 300;
  color: #2b2b2b;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
}

.bandeau p {
  color: #4a3c35; /* brun doux pour lisibilité */
}

/* OR CHAUD (accent icons / titres) */
.text-gold {
  color: #d8a23b !important; /* or chaud légèrement orangé */
}

/* FOOTER */
.footer {
  background-color: #cdaea1; /* beige rosé plus soutenu, cohérent avec la barre du haut */
  font-size: 0.9rem;
  color: #2b2b2b;
}

.footer h6 {
  font-weight: 400;
  color: #2b2b2b;
  margin-bottom: 1rem;
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
}

.footer h6::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background-color: #c97d8b; /* rose doux, assorti au bouton principal */
  margin-top: 6px;
  border-radius: 2px;
}

.footer ul {
  padding: 0;
}

.footer ul li {
  list-style: none;
  margin-bottom: 0.4rem;
  color: #3a2d29;
}

.footer a {
  text-decoration: none;
  color: #2b2b2b;
  transition: color 0.2s ease-in-out;
}

.footer a:hover {
  color: #7a104f;
  text-decoration: underline;
}

/* Icônes réseaux */
.footer .social a {
  color: #7a104f;
  font-size: 1.3rem;
  margin-right: 0.6rem;
  transition: opacity 0.2s ease-in-out;
}

.footer .social a:hover {
  opacity: 0.7;
}

