

    html{
    scroll-behavior: smooth;
}
  :root {
    --gold: #C49A4A;
    --gold-light: #D4AF6A;
    --dark: #1A1209;
    --dark-brown: #2A1F0E;
    --cream: #F5EFE6;
    --text-light: #F0E8DA;
    --border: rgba(196,154,74,0.3);
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  body {
    font-family: 'Montserrat', sans-serif;
    background: var(--cream);
    color: var(--dark);
    overflow-x: hidden;
  }

  /* ── NAV ── */
  nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 48px;
    height: 70px;
  }

  .nav-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .nav-logo .monogram {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 32px;
    color: #fff;
    line-height: 1;
  }

  .nav-logo .brand-name {
    font-family: 'Cinzel', serif;
    font-size: 9px;
    letter-spacing: 0.18em;
    color: #fff;
    margin-top: -2px;
  }

  .nav-links {
    display: flex;
    align-items: center;
    gap: 38px;
    list-style: none;
  }

  .nav-links a {
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-size: 10.5px;
    letter-spacing: 0.14em;
    color: #fff;
    opacity: 0.85;
    transition: opacity 0.2s;
    position: relative;
  }

  .nav-links a.active::after {
    content: '';
    display: block;
    height: 1.5px;
    background: var(--gold);
    margin-top: 4px;
  }

  .nav-links a:hover { opacity: 1; }

  .btn-nav {
    font-family: 'Cinzel', serif;
    font-size: 10px;
    letter-spacing: 0.14em;
    color: #fff;
    border: 1.5px solid #fff;
    padding: 10px 22px;
    background: transparent;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
  }

  .btn-nav:hover { background: #fff; color: var(--dark); }

  /* ── HERO ── */
  .hero {
    margin-top: 70px;
    background: var(--dark);
    min-height: 520px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 60px;
    overflow: hidden;
  }

  .hero-bg-monogram {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 320px;
    color: rgba(196,154,74,0.12);
    line-height: 1;
    user-select: none;
    pointer-events: none;
  }

  .hero-content {
    position: relative;
    z-index: 2;
    max-width: 480px;
  }

  .hero-brand {
    font-family: 'Cinzel', serif;
    font-size: 11px;
    letter-spacing: 0.25em;
    color: var(--gold);
    margin-bottom: 20px;
  }

  .hero-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 28px;
  }

  .hero-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }

  .hero-divider::before, .hero-divider::after {
    content: '';
    flex: 0 0 80px;
    height: 1px;
    background: var(--gold);
    opacity: 0.5;
  }

  .hero-divider span {
    color: var(--gold);
    font-size: 12px;
  }

  .hero-sub {
    font-size: 13px;
    font-weight: 300;
    color: rgba(255,255,255,0.7);
    line-height: 1.7;
    margin-bottom: 36px;
  }

  .hero-cta {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }

  .btn-primary {
    font-family: 'Cinzel', serif;
    font-size: 10px;
    letter-spacing: 0.14em;
    background: var(--gold);
    color: #fff;
    border: none;
    padding: 16px 28px;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-block;
  }

  .btn-primary:hover { background: var(--gold-light); }

  /* ── VENTE PRIVÉE ── */
  .vente {
    background: var(--cream);
    padding: 90px 60px 70px;
    text-align: center;
  }

  .section-brand {
    font-family: 'Cinzel', serif;
    font-size: 11px;
    letter-spacing: 0.25em;
    color: var(--gold);
    margin-bottom: 14px;
  }

  .vente-title {
    font-family: 'Cinzel', serif;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--dark);
    line-height: 1;
    margin-bottom: 4px;
  }

  .vente-script {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 46px;
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 16px;
    line-height: 1.1;
  }

  .vente-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 28px;
  }

  .vente-divider::before, .vente-divider::after {
    content: '';
    flex: 0 0 60px;
    height: 1px;
    background: var(--gold);
    opacity: 0.5;
  }

  .vente-divider span { color: var(--gold); font-size: 12px; }

  .vente-desc {
    font-size: 13.5px;
    font-weight: 300;
    color: #555;
    line-height: 1.8;
    max-width: 520px;
    margin: 0 auto 50px;
  }

  .vente-info {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 0;
    max-width: 680px;
    margin: 0 auto 44px;
    border: 1px solid rgba(0,0,0,0.1);
  }

  .info-block {
    flex: 1;
    padding: 30px 20px;
    text-align: center;
    border-right: 1px solid rgba(0,0,0,0.1);
  }

  .info-block:last-child { border-right: none; }

  .info-icon {
    width: 42px;
    height: 42px;
    border: 1.5px solid var(--dark);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 16px;
  }

  .info-label {
    font-family: 'Cinzel', serif;
    font-size: 10px;
    letter-spacing: 0.18em;
    color: var(--dark);
    margin-bottom: 6px;
  }

  .info-value {
    font-size: 13px;
    font-weight: 300;
    color: #555;
    line-height: 1.6;
  }

  .btn-reserver {
    font-family: 'Cinzel', serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    background: var(--dark);
    color: #fff;
    border: none;
    padding: 18px 52px;
    cursor: pointer;
    transition: background 0.2s;
    text-decoration: none;
    display: inline-block;
    border-radius: 2px;
  }

  .btn-reserver:hover { background: #3a2a12; }

  /* ── INSCRIPTION ── */
  .inscription {
    background: var(--dark-brown);
    padding: 80px 60px;
    text-align: center;
  }

  .inscription h2 {
    font-family: 'Cinzel', serif;
    font-size: 30px;
    letter-spacing: 0.18em;
    color: #fff;
    margin-bottom: 12px;
  }

  .inscription-note {
    font-size: 11px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    letter-spacing: 0.1em;
    margin-bottom: 44px;
  }

  .inscription-note span { margin: 0 10px; }

  .form-grid {
    max-width: 860px;
    margin: 0 auto 14px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
  }

  .form-row {
    max-width: 860px;
    margin: 0 auto 28px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 14px;
  }

  .form-input {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.2);
    color: rgba(255,255,255,0.6);
    padding: 16px 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    letter-spacing: 0.12em;
    width: 100%;
    outline: none;
    transition: border-color 0.2s;
  }

  .form-input::placeholder { color: rgba(255,255,255,0.4); }
  .form-input:focus { border-color: var(--gold); }

  select.form-input { appearance: none; cursor: pointer; }

  .btn-confirm {
    font-family: 'Cinzel', serif;
    font-size: 11px;
    letter-spacing: 0.14em;
    background: var(--gold);
    color: #fff;
    border: none;
    padding: 18px 52px;
    cursor: pointer;
    transition: background 0.2s;
    border-radius: 2px;
  }

  .btn-confirm:hover { background: var(--gold-light); }

  /* ── EXPOSANTS ── */
  .exposants {
    background: var(--cream);
    padding: 70px 60px;
    text-align: center;
  }

  .exposants h2 {
    font-family: 'Cinzel', serif;
    font-size: 16px;
    letter-spacing: 0.2em;
    color: var(--gold);
    margin-bottom: 12px;
  }

  .exposants-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
  }

  .exposants-divider::before, .exposants-divider::after {
    content: '';
    flex: 0 0 40px;
    height: 1px;
    background: var(--gold);
    opacity: 0.5;
  }

  .exposants-divider span { color: var(--gold); font-size: 10px; }

  .exposants p {
    font-size: 13.5px;
    font-weight: 300;
    color: #555;
    line-height: 1.9;
    max-width: 480px;
    margin: 0 auto;
  }

  /* ── FOOTER ── */
  footer {
    background: var(--dark);
    padding: 60px 60px 30px;
  }

  .footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    margin-bottom: 30px;
  }

  .footer-brand .monogram {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 36px;
    color: #fff;
    line-height: 1;
  }

  .footer-brand .brand-name {
    font-family: 'Cinzel', serif;
    font-size: 9px;
    letter-spacing: 0.18em;
    color: #fff;
    margin: 2px 0 10px;
  }

  .footer-brand .tagline {
    font-size: 11.5px;
    font-weight: 300;
    color: rgba(255,255,255,0.45);
    line-height: 1.7;
  }

  .footer-col h4 {
    font-family: 'Cinzel', serif;
    font-size: 9.5px;
    letter-spacing: 0.2em;
    color: #fff;
    margin-bottom: 16px;
  }

  .footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 9px;
  }

  .footer-col ul a {
    text-decoration: none;
    font-size: 11.5px;
    font-weight: 300;
    color: rgba(255,255,255,0.45);
    transition: color 0.2s;
  }

  .footer-col ul a:hover { color: var(--gold); }

  .footer-contact p {
    font-size: 11.5px;
    font-weight: 300;
    color: rgba(255,255,255,0.45);
    line-height: 2;
  }

  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom p {
    font-size: 11px;
    font-weight: 300;
    color: rgba(255,255,255,0.3);
  }

  .footer-legal {
    display: flex;
    gap: 20px;
  }

  .footer-legal a {
    text-decoration: none;
    font-size: 11px;
    font-weight: 300;
    color: rgba(255,255,255,0.3);
    transition: color 0.2s;
  }

  .footer-legal a:hover { color: var(--gold); }

  .logo{
    height:60px;
    width:auto;
}

.hero-bg-logo{
    position:absolute;
    right:50px;
    top:50%;
    transform:translateY(-50%);
    opacity:0.08;
}

.hero-bg-logo img{
    width:500px;
    max-width:100%;
}

.footer-logo{
    height:70px;
    width:auto;
    display:block;
}






.header{
    background:#1A1209;
    color:white;
    padding:20px 40px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.header h1{
    margin:0;
    font-size:20px;
    letter-spacing:1px;
}

.logout{
    color:white;
    text-decoration:none;
    border:1px solid rgba(255,255,255,0.4);
    padding:10px 14px;
    border-radius:6px;
    transition:0.3s;
}

.logout:hover{
    background:#C49A4A;
    border-color:#C49A4A;
}


.footer-contact a{
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: 0.3s;
}

.footer-contact a:hover{
    color: #C49A4A;
}

.footer-contact p{
    line-height: 2;
}