@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,400&family=Inter:wght@200;300;400&display=swap');

:root { --or: #d4af37; --noir: #000000; --gris: #0c0c0c; }

/* scroll-padding-top permet d'éviter que le header fixe ne cache le haut des titres quand on clique sur un lien */
* { box-sizing: border-box; scroll-behavior: smooth; scroll-padding-top: 80px; }

body { background-color: var(--noir); color: #e0e0e0; font-family: 'Inter', sans-serif; margin: 0; text-align: center; }

h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 300; color: #fff; text-transform: uppercase; letter-spacing: 4px; }

/* HEADER (VERSION ORDINATEUR) */
header { background: rgba(0,0,0,0.9); padding: 20px; position: fixed; width: 100%; z-index: 1000; border-bottom: 1px solid #111; }
nav { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.logo { color: var(--or); text-decoration: none; font-size: 24px; letter-spacing: 5px; }
nav ul { list-style: none; display: flex; gap: 30px; margin: 0; padding: 0; }
nav a { text-decoration: none; color: #666; font-size: 11px; letter-spacing: 2px; transition: 0.3s; }
nav a:hover { color: var(--or); }

/* HERO */
.hero { height: 100vh; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('photo/AdobeStock_382907677.webp') center/cover fixed; }
.prenom { font-size: 8vw; margin: 0; }
.metier { color: var(--or); font-family: 'Cormorant Garamond', serif; font-style: italic; font-size: 24px; letter-spacing: 4px; margin: 10px 0; }
.specialites { font-size: 11px; color: #888; letter-spacing: 5px; margin-top: 20px; }
.scroll-texte { margin-top: 50px; font-size: 10px; color: #444; animation: blink 3s infinite; }
@keyframes blink { 0%, 100% { opacity: 0.3; } 50% { opacity: 1; } }

/* STATEMENT */
.statement { padding: 120px 20px; max-width: 1000px; margin: 0 auto; }
.texte-emotion { 
    font-family: 'Cormorant Garamond', serif; 
    font-style: italic; 
    color: #ccc; 
    font-size: 32px; 
    line-height: 1.6; 
    font-weight: 300;
}

/* GRILLE PHOTOS */
section { padding: 100px 20px; max-width: 1400px; margin: 0 auto; }
.grille { display: flex; justify-content: center; flex-wrap: wrap; gap: 40px; }
.projet { 
    width: 350px; height: 450px; background-size: cover; background-position: center; 
    transition: 0.6s cubic-bezier(0.2, 1, 0.3, 1), box-shadow 0.5s ease;
    cursor: pointer; border: none;
    box-shadow: inset 0 0 0 0 var(--or); 
}
.projet:hover { transform: scale(1.03); box-shadow: inset 0 0 0 1px var(--or); }

/* STYLE DU SLIDER */
.shooting-slider-section { padding: 40px 20px; }
.slider-wrapper { position: relative; max-width: 1100px; margin: 0 auto; display: flex; align-items: center; }
.slider-container { width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
.slider-track { display: flex; gap: 20px; padding: 20px 0; }
.slide { flex: 0 0 calc(33.33% - 20px); height: 400px; }
.slide img { width: 100%; height: 100%; object-fit: cover; border: 1px solid #222; transition: 0.3s; }
.slide img:hover { border-color: var(--or); }
.nav-btn { background: rgba(0,0,0,0.5); color: var(--or); border: 1px solid var(--or); font-size: 24px; padding: 10px; cursor: pointer; position: absolute; z-index: 5; }
.prev { left: -50px; }
.next { right: -50px; }

/* ========================================= */
/* GESTION RESPONSIVE MOBILE                 */
/* ========================================= */
@media (max-width: 768px) {
    /* --- HEADER RÉTRÉCI SUR MOBILE --- */
    header { padding: 8px 10px; } 
    nav { flex-direction: column; gap: 6px; } 
    .logo { font-size: 18px; letter-spacing: 3px; } 
    nav ul { gap: 15px; margin: 0; padding: 0; display: flex; justify-content: center; flex-wrap: wrap; } 
    nav ul li { margin: 0; } 
    nav a { font-size: 10px; } 
    /* --------------------------------- */

    /* --- CORRECTION DU TEXTE SOUS LE MENU --- */
    .hero {
        background-attachment: scroll !important;
        background-position: center top !important; 
        background-size: cover !important;
        height: 60vh !important; 
        min-height: 420px; 
        justify-content: flex-start !important; /* Annule le centrage automatique */
        padding-top: 140px !important; /* Pousse le texte sous le header */
    }

    .prenom { font-size: 10vw; margin-bottom: 5px; }
    .metier { font-size: 18px; margin-top: 5px; letter-spacing: 2px; }
    .scroll-texte { margin-top: 20px; }

    .grille { 
        display: grid; 
        grid-template-columns: 1fr !important; 
        gap: 15px;
    }
    .grille-tarifs {
        display: flex;
        flex-direction: column; 
        gap: 20px;
    }
    .carte-prix { width: 100% !important; margin: 0; }
    .lb-content img { width: 95%; height: auto; }
    
    .slide { flex: 0 0 80%; height: 400px; } 
    .nav-btn { display: none; }
    .slider-container { overflow-x: auto; }
}

/* TARIFS */
.categorie-prix { margin-bottom: 100px; width: 100%; }
.cat-title { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 50px; }
.grille-tarifs { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; }
.carte-unique { background: var(--gris); padding: 60px; width: 100%; max-width: 700px; margin: 0 auto; border: 1px solid #1a1a1a; transition: 0.4s; }
.carte-prix { background: var(--gris); padding: 40px 30px; width: 320px; border: 1px solid #1a1a1a; position: relative; transition: 0.4s; }
.carte-prix:hover, .carte-unique:hover { border-color: var(--or); transform: translateY(-5px); }
.montant { font-size: 36px; color: var(--or); margin: 20px 0; font-weight: 200; }
.carte-prix ul { list-style: none; padding: 0; text-align: left; }
.carte-prix li { padding: 12px 0; border-bottom: 1px solid #111; font-size: 14px; color: #888; display: flex; align-items: center; }
.badge { position: absolute; top: 15px; right: 15px; background: var(--or); color: #000; font-size: 10px; padding: 4px 12px; font-weight: bold; }

/* BOUTONS & LIGHTBOX */
.btn-gold, button { 
    display: inline-block; 
    padding: 14px 40px; 
    border: 1px solid var(--or); 
    color: var(--or); 
    text-decoration: none; 
    font-size: 12px; 
    text-transform: uppercase; 
    letter-spacing: 2px; 
    transition: 0.4s; 
    background: transparent; 
    cursor: pointer; 
}
.btn-gold:hover, button:hover { 
    background: var(--or); 
    color: #000; 
}

/* --- LIGHTBOX (ZOOM PHOTOS) --- */
.lightbox { 
    position: fixed; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.95); 
    display: none; 
    z-index: 2000; 
    justify-content: center; 
    align-items: center; 
}

.lightbox:target { 
    display: flex; 
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.close-area { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    cursor: default; 
    z-index: 1; 
}

.lb-content {
    position: relative; 
    z-index: 2; 
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lb-content img { 
    max-width: 90vw; 
    max-height: 80vh; 
    border: 1px solid var(--or); 
    box-shadow: 0 0 30px rgba(0,0,0,0.8); 
}

.btn-close { 
    margin-top: 20px; 
    color: #fff; 
    text-decoration: none; 
    font-size: 14px; 
    border-bottom: 1px solid var(--or); 
    padding-bottom: 3px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: 0.3s;
}

.btn-close:hover {
    color: var(--or);
}

/* FOOTER */
footer { padding: 60px; font-size: 11px; color: #333; letter-spacing: 3px; text-transform: uppercase; }

.infos-foot p a {
    color: #666; 
    text-decoration: none; 
    transition: 0.3s;
}

.infos-foot p a:hover {
    color: var(--or);
}

a[href^="tel:"], 
a[href^="mailto:"] {
    color: inherit;
    text-decoration: none;
}

/* AJUSTEMENT TAILLE SLIDER */
.slide {
    flex: 0 0 450px; 
    height: 600px;   
    scroll-snap-align: center;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #1a1a1a;
    transition: 0.3s;
}