/* ============================================
   BASE
============================================ */

body {
    margin: 0;
    background: #111;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100vh;
}

html, body { height: 100%; }



body.boutique-page {
    min-height: 100vh;
    padding-top: 90px; /* espace pour le header fixed */
}


.boutique-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}


/* ============================================
   SUPERHEADER
============================================ */

.boutique-superheader {
    text-align: center;
    padding: 40px 0 30px;
    background: #111;
    border-top: 1px solid rgba(212,175,55,0.25);
    border-bottom: 1px solid rgba(212,175,55,0.25);
    margin-bottom: 70px;
    
    
    
    /* HALO RÉTRO-ÉCLAIRÉ */
    box-shadow:
        0 0 18px rgba(212,175,55,0.25),
        0 0 40px rgba(212,175,55,0.15);
}

.boutique-superheader h2 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: 0.08em;
    color: #d4af37;
    text-transform: uppercase;
}

.boutique-info-print {
    max-width: 1400px;
    margin: 0 auto 60px;
    padding: 26px 48px;

    background: #0e0e0e;
    border: 1px solid #d4af37;
    border-radius: 8px;

    text-align: center;

    box-shadow:
        0 0 14px rgba(212,175,55,0.18),
        inset 0 0 6px rgba(212,175,55,0.12);
}

.boutique-info-print p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #ffffff;
    letter-spacing: 0.04em;
}

.boutique-info-print strong {
    color: #d4af37;
    font-weight: 500;
}


/* ============================================
   TITRE
============================================ */

.boutique-title {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 300;
    color: #d4af37;
    margin: 40px 0 50px;
    letter-spacing: 0.12em;
}


/* ============================================
   GRILLE MINIATURES
============================================ */

.boutique-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto 80px;
}

.boutique-item {
    width: 200px;
    height: auto;
    background: none !important;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}

.boutique-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    background: none !important;
}


/* ============================================
   FOOTER
============================================ */

.boutique-footer {
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid rgba(212,175,55,0.25);
    margin-top: 60px;
}

.legal-links a {
    color: #bfa24a;
    text-decoration: none;
    margin: 0 6px;
}

.legal-links a:hover {
    opacity: 0.7;
}

.boutique-footer .copyright {
    color: #d4af37;
    opacity: 0.8; /* optionnel, pour garder un léger effet premium */
    font-size: 0.85rem;
}



/* ============================================
   BOUTON × (fermeture fiche)
============================================ */

.fiche-oeuvre .close-oeuvre {
    position: fixed;
    top: 25px;
    right: 25px;
    font-size: 42px;
    color: #d4af37;
    text-decoration: none;
    line-height: 1;
    z-index: 999999;
    opacity: 0.85;
    transition: opacity .25s ease, transform .25s ease;
    /* Zone cliquable élargie */
    padding: 18px;
    margin: -12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body:not(.fiche-oeuvre) .close-oeuvre {
    display: none !important;
}

.close-oeuvre:hover {
    opacity: 1;
    transform: scale(1.15);
}


/* ============================================
   OEUVRE
============================================ */

.oeuvre-container {
    max-width: 1200px;
    margin: 60px auto;
    display: flex;
    gap: 40px;
    padding: 20px;
}


/* Arrondis images fiche œuvre */
.fiche-oeuvre .oeuvre-image img {
    border-radius: 10px;
}




.oeuvre-info {
    flex: 1;
    max-width: 650px;
    margin: 0 auto;
}

.btn-buy {
    display: inline-block;
    padding: 12px 20px;
    background: #d4af37;
    color: #111;
    text-decoration: none;
    border-radius: 4px;
    margin-top: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: transform .25s ease;
}

.btn-buy:hover:not(.disabled) {
    transform: translateY(-2px);
}



.print-section {
    text-align: center;
}

.print-section select,
.print-section label,
.print-section p,
.print-section button {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.print-section .cgv-check {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


@media (max-width: 900px) {
    .oeuvre-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .oeuvre-info {
        width: 100%;
        max-width: 500px;
    }

    .oeuvre-image img {
        max-width: 100%;
        height: auto;
    }
    
    .cgv-check {
        justify-content: center;
        text-align: center;
    }
    
    .fiche-oeuvre .close-oeuvre {
        padding: 22px;
        margin: -16px;
    }
}








/* ============================================
   PROTECTION
============================================ */

img {
    -webkit-user-drag: none;
    user-drag: none;
     -webkit-touch-callout: none;
    user-select: none;
}


/* ============================================
   MENU STICKY PREMIUM
============================================ */

.wc-menu {
    position: fixed; /* au lieu de sticky */
    top: 0;
    left: 0;
    width: 100%;
   
    z-index: 9999;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid rgba(212,175,55,0.25);
    
}

.wc-menu-bar {
    height: 90px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    position: relative;/*important*/
}




/* GRID : LOGO — NAV — BURGER */

     


/* LOGO */
.wc-logo {
    display: flex;
    align-items: center;
}

.wc-logo a img {
    transition: filter 0.35s ease, transform 0.35s ease;
}

.wc-logo a:hover img {
    filter:
        brightness(1.10)
        sepia(0.55)
        hue-rotate(10deg)
        saturate(1.25)
        contrast(1.05);
    transform: scale(1.015);
}





.wc-logo img {
    height: 60px;          /* ajuste selon ton logo */
    width: auto;
    display: block;
   
    background: #0e0e0e;

    border: 2px solid #d4af37;
    border-radius: 8px;

    /* Halo discret type portfolio */
    box-shadow:
        0 0 10px rgba(212,175,55,0.25),
        inset 0 0 6px rgba(212,175,55,0.15);
}

/* NAVIGATION */
.wc-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 28px;
    align-items: center;
}


.wc-nav a {
    
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.12em;
    font-size: 0.95rem;
}

.wc-nav a:hover {
    color: #d4af37;
}

.wc-nav a.active {
    background: #d4af37;
    color: #111 !important;
    padding: 6px 14px;
    border-radius: 4px;
    display: inline-block;
}

/* BURGER */
.wc-burger {
    width: 28px;
    height: 22px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
}

.wc-burger span {
    
    height: 3px;
    background: #d4af37;
    border-radius: 2px;
}

/* Cacher la croix en desktop */
.wc-close {
    display: none;
}


.wc-nav {
    list-style: none;
}

/* MENU MOBILE CACHÉ PAR DÉFAUT */
.wc-nav-mobile {
    display: none;
}






/* ============================================
   MENU MOBILE
============================================ */

@media (max-width: 1024px) {


    
    .boutique-info-print {
        margin-left: 16px;
        margin-right: 16px;
        padding: 20px 22px;
    }

    /* ——————————————
       BARRE FIXE
    —————————————— */

    .wc-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: rgba(0,0,0,0.55);
        backdrop-filter: blur(6px);
        border-bottom: 1px solid rgba(212,175,55,0.25);
    }

    .wc-menu-bar {
        height: 90px;
        padding: 0 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* ——————————————
       CACHER MENU DESKTOP
    —————————————— */

    .wc-nav {
        display: none;
    }

    /* ——————————————
       BURGER
    —————————————— */

    .wc-burger {
        display: flex;
        width: 34px;
        height: 22px;
        flex-direction: column;
        justify-content: space-between;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 10001;
    }

    .wc-burger span {
        height: 3px;
        background: #d4af37;
        border-radius: 2px;
    }

    /* ——————————————
       MENU SLIDE
    —————————————— */

    .wc-nav-mobile {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        max-width: 360px;
        height: 100dvh;
        background: rgba(0,0,0,0.92);
        backdrop-filter: blur(8px);
        padding: 90px 30px 40px;
        display: flex;
        flex-direction: column;
        gap: 22px;
        transition: right 0.35s ease;
        border-left: 1px solid rgba(212,175,55,0.25);
        z-index: 10000;
    }

    body.menu-open .wc-nav-mobile {
        right: 0;
    }

    /* ——————————————
       LIENS
    —————————————— */

    .wc-nav-mobile a {
        color: #fff;
        text-decoration: none;
        font-size: 1rem;
        letter-spacing: 0.16em;
        display: inline-block;
    }

    .wc-nav-mobile a.active {
        background: #d4af37;
        color: #111;
        padding: 6px 14px;
        border-radius: 4px;
        width: fit-content;
    }

    /* ——————————————
       CROIX
    —————————————— */

    .wc-close {
        position: absolute;
        top: 22px;
        right: 22px;
        font-size: 42px;
        color: #d4af37;
        cursor: pointer;
        z-index: 10001;
        opacity: 0.85;
        transition: opacity .25s ease, transform .25s ease;
        
        /* 🔥 Ajout pour agrandir la zone tactile */
    padding: 18px;     /* augmente la zone de clic */
    margin: -12px;     /* compense pour que la croix ne bouge pas */
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
    }

    .wc-close:hover {
        opacity: 1;
        transform: scale(1.15);
    }

    /* ——————————————
       BLOQUER LE SCROLL
    —————————————— */

    body.menu-open {
        overflow: hidden;
    }
}

/* Quand le menu est ouvert : on masque le burger */
body.menu-open .wc-burger {
  opacity: 0;
  pointer-events: none;
}

/* On s'assure que la croix est bien visible */
.wc-close {
  display: block;
  z-index: 10001;
}

@media (max-width: 900px) {
    .boutique-info-print {
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .fiche-oeuvre .close-oeuvre {
    font-size: 56px;
    top: 14px;
    right: 14px;
    padding: 10px; /* zone tactile confortable */
  }
    
}


@media (max-width: 700px) {

    .boutique-superheader {
        margin-left: 16px;
        margin-right: 16px;
        padding-left: 24px;
        padding-right: 24px;
    }
}
.boutique-grid {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .boutique-title {
        padding-left: 16px;
        padding-right: 16px;
    }
    
    @media (max-width: 360px) {

    .boutique-superheader {
        padding-left: 20px;
        padding-right: 20px;
    }

    .boutique-superheader h2 {
        font-size: 1.5rem;     /* légère réduction */
        line-height: 1.35;     /* meilleure respiration */
        word-break: normal;
        hyphens: auto;
    }
    
    .boutique-info-print {
        margin-left: 16px;
        margin-right: 16px;
        padding: 20px 22px;
    }

    .boutique-info-print p {
        font-size: 0.9rem;
    }
    
    
}

/* FIX MOBILE TAP — HEADER BLUR */
.wc-menu {
    pointer-events: none;
}

.wc-menu * {
    pointer-events: auto;
}

/* FIX MOBILE TAP — IMG DANS LIEN */
.boutique-item img {
    pointer-events: none;
}

/* =========================
   PAGE MERCI
   ========================= */

.page-merci {
    background: #f6f6f6;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
}

.merci-wrapper {
    width: 100%;
    max-width: 520px;
    padding: 40px 20px;
}

.merci-card {
    background: #ffffff;
    padding: 48px 40px;
    text-align: center;
    border: 1px solid #e0e0e0;
}

.merci-card h1 {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.merci-text {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.merci-note {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 36px;
}

.merci-link {
    display: inline-block;
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    transition: opacity 0.3s ease;
}

.merci-link:hover {
    opacity: 0.6;
}
.page-merci p {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-bottom: 16px;
}

.page-merci h1 {
    display: block;
    opacity: 1;
    visibility: visible;
}
/* =========================
   FIX COULEUR TEXTE PAGE MERCI
   ========================= */

.page-merci .merci-card {
    color: #111;
}

.page-merci .merci-card h1 {
    color: #111;
}

.page-merci .merci-card p {
    color: #111;
}

.page-merci .merci-card a {
    color: #111;
    border-color: #111;
}

/* Switch langue – style identique au portfolio */
.wc-lang-switch {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: 20px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wc-lang-switch a {
    color: #ffffff; /* langue inactive = blanc */
    text-decoration: none;
    padding: 3px 6px;
    border-radius: 4px;
    transition: all 0.2s ease;
    font-weight: 600;
}

/* Langue active = doré + encadré doré */
.wc-lang-switch a.active {
    color: #d4af37;
    border: 1px solid #d4af37;
    background: transparent;
}

/* HOVER : fond doré plein + texte noir (comme sur le portfolio) */
.wc-lang-switch a:hover {
    background: #d4af37;
    color: #000000;
    border: 1px solid #d4af37;
}


.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    display: none;
    z-index: 9999;
}

.cookie-banner button {
    margin-left: 10px;
    padding: 8px 14px;
    border: none;
    cursor: pointer;
    background: #d4af37;
    color: #111;
    border-radius: 4px;
    font-weight: bold;
}

/* ============================================
   CGV — STYLE DU LIEN
============================================ */
.cgv-check a {
    color: #fff; /* blanc comme le texte */
    text-decoration: underline;
    transition: color 0.25s ease;
}

.cgv-check a:hover {
    color: #d4af37; /* gold premium */
}













