body {
    font-family: 'Montserrat', sans-serif;
    background-color: #FAF8F5;
}

/* En-tête */
.header-transparent {
    position: fixed;
    top: 0; left: 0; right: 0;
    padding: 20px 0;
    background: rgba(26, 26, 26, 0.35);
    backdrop-filter: blur(10px);
    z-index: 1000;
}

.container-header {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
}

.logo-luxe {
    font-family: 'Playfair Display', serif;
    color: #C9A961;
    font-size: 32px;
}

.nav-menu {
    display: flex;
    gap: 30px;
}

.nav-link {
    color: #FAF8F5;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Formulaires */
.form-section {
    margin-top: 150px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.form-titre {
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-bottom: 40px;
    color: #1A1A1A;
    font-size: 38px;
}

.form-abore {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.1);
}

.form-groupe {
    margin-bottom: 20px;
}

.form-groupe label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    letter-spacing: 1px;
}

.form-groupe input {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #CCC;
}

.form-double {
    display: flex;
    gap: 20px;
}

.btn-abore {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px;
    background: linear-gradient(135deg, #C9A961, #D4AF37);
    border-radius: 30px;
    color: #1A1A1A;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-erreurs {
    background: #8B6F47;
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* Profil */
.profil-section {
    margin-top: 150px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.profil-carte {
    background: white;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 8px 28px rgba(0,0,0,0.1);
    font-size: 16px;
}
