/* ===== CSS COMPLET - JE PASSAIS PAR LA LORRAINE ===== */
/* Police et couleurs premium */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Cutive:wght@300;400;500;600;700&display=swap');

/* Réinitialisation */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Styles de base */
body {
    background-color: #0a0a0a;
    color: #F9DF88;
    font-family: 'Cutive', sans-serif;
    line-height: 1.6;
}

/* Titres dorés premium */
h1, h2, h3 {
    font-family: 'Ballet', serif;
    color: #F9DF88;
    text-align: center;
    margin: 20px 0;
}

h1 {
    font-size: 3.2rem;
    position: relative;
    padding-bottom: 20px;
    text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 3px;
    background: linear-gradient(to right, transparent, #d4af37, transparent);
}

/* Boutons dorés */
.button, .elementor-button, .wp-block-button__link {
    display: inline-block;
    padding: 14px 35px;
    font-family: 'Cutive', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff !important;
    background: linear-gradient(135deg, #F9DF88 0%, #f9e897 25%, #F9DF88 50%, #f9e897 75%, #F9DF88 100%) !important;
    border: none !important;
    border-radius: 15 !important;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4), 
                inset 0 0 10px rgba(249, 232, 151, 0.7) !important;
    transition: all 0.4s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.button:hover, .elementor-button:hover, .wp-block-button__link:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.6), 
                inset 0 0 15px rgba(249, 232, 151, 0.9) !important;
}

/* En-tête premium */
.site-header {
    background-color: rgba(10, 10, 10, 0.95) !important;
    border-bottom: 2px solid #F9DF88 !important;
    padding: 15px 0;
}

/* Section Hero luxe */
.elementor-section-full_width {
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), 
                url('https://images.unsplash.com/photo-1534214526114-0ea4d47b04f2?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1920&q=80') !important;
    background-size: cover !important;
    background-position: center !important;
}

/* Fiches produits luxe */
.elementor-widget-container .product {
    background-color: #1a1a1a;
    border: 1px solid rgba(212, 175, 55, 0.3);
    transition: all 0.4s ease;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.elementor-widget-container .product:hover {
    transform: translateY(-10px);
    border-color: #F9DF88;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
}

/* Images produits */
.product img {
    transition: transform 0.5s ease;
    border: 1px solid rgba(212, 175, 55, 0.1);
}

.product:hover img {
    transform: scale(1.05);
}

/* Prix et titres produits */
.price {
    color: #F9DF88 !important;
    font-weight: 700;
    font-size: 1.5rem;
    margin: 15px 0;
}

.product-title {
    color: #f9e897 !important;
    font-weight: 500;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

/* Section "Histoire exclusive" */
.story-section {
    background: #0a0a0a;
    padding: 80px 0;
    border-top: 1px solid #d4af37;
    border-bottom: 1px solid #d4af37;
    text-align: center;
}

.story-section h2 {
    margin-bottom: 40px;
}

.story-section p {
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Responsive */
@media (max-width: 768px) {
    h1 {
        font-size: 2.2rem;
    }
    
    .button, .elementor-button, .wp-block-button__link {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .elementor-section-full_width {
        min-height: 70vh;
    }
    
    .elementor-widget-container .product {
        padding: 15px;
    }
}

.footer-social-inner-wrap.element-social-inner-wrap.social-show-label-false.ast-social-color-type-custom.ast-social-stack-none.ast-social-element-style-filled {
  
}

.elementor-heading-title.elementor-size-default {
  
}