body {
    background-color: #3c3c3c;
    color: #ffffff;
}

.navbar-custom {
    background: linear-gradient(135deg, #d5c7b3, #7a5a43);
    padding: 1rem 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.logo {
    height: 60px;
    width: auto;
    border-radius: 100px;
}

.navbar-brand {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 2px;
    color: #f2ebdd !important;
    text-transform: uppercase;
}

.navbar-nav .nav-link {
    color: #f2ebdd !important;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 0.9rem;
    margin: 0 0.5rem;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

.btn-rendez-vous {
    background: #f2ebdd;
    color: #7a5a43 !important;
    font-weight: 500;
    padding: 0.75rem 2rem;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-rendez-vous:hover {
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.section-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('https://images.unsplash.com/photo-1606800052052-a08af7148866?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80') center/cover;
    min-height: 85vh;
    display: flex;
    align-items: center;
}

.hero-titre {
    font-size: 4rem;
    font-weight: 300;
    margin-bottom: 1rem;
    color: #f2ebdd;
}

.hero-sous-titre {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.hero-description {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.btn-hero {
    background: linear-gradient(135deg, #c1a892, #7a5a43);
    color: white;
    padding: 1rem 2.5rem;
    font-size: 1.1rem;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    color: white;
}


.section-about-approche {
    background: #2c2c2c;
}

.icone-approche-circle {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #c1a892, #7a5a43);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: #f2ebdd;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.icone-approche-circle:hover {
    transform: scale(1.1);
}


.section-contact {
    background: linear-gradient(135deg, #c1a892, #7a5a43);
    padding: 4rem 0;
    color: white;
}

.photo-antalyax {
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Cartes */
.carte-approche {
    background: #2c2c2c;
    border: 1px solid #555;
    border-radius: 15px;
    padding: 2.5rem;
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.carte-approche:hover {
    transform: translateY(-10px);
    border-color: #7a5a43;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.icone-approche {
    color: #f2ebdd;
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.titre-section {
    color: #f2ebdd;
    font-size: 2.8rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
}

.separateur {
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, #c1a892, #7a5a43);
    margin: 1rem auto 3rem;
}

.citation {
    font-style: italic;
    font-size: 1.3rem;
    color: #d5c7b3;
    text-align: center;
    margin: 2rem 0;
}

.signature {
    text-align: right;
    opacity: 0.8;
    margin-top: 1rem;
}

/* Services */
.section-services {
    background-color: #424242;
}

.carte-service {
    background: #3c3c3c;
    border: 1px solid #555;
    border-radius: 15px;
    transition: all 0.3s ease;
    color: #ffffff;
}

.carte-service:hover {
    transform: translateY(-8px);
    border-color: #7a5a43;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.icone-service {
    font-size: 2.8rem;
    color: #c1a892;
}

#galerie {
    background: linear-gradient(135deg, #7a5a43, #c1a892);
}
