:root {
  --brand1:#ff7b00;--brand2:#00c2ff;--ink:#111;--bg:#fff;--line:#e5e7eb;
}
:root {
  --brand1:#ff7b00;--brand2:#00c2ff;--ink:#111;--bg:#fff;--line:#e5e7eb;
}

*{box-sizing:border-box}

/* Configuration globale du document */
html {
    /* Le dégradé met du blanc en haut et le bleu nuit en bas */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #1a2436 50%, #1a2436 100%) !important;
    scroll-behavior: smooth; 
}

body {
    margin: 0;
    font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    background: var(--bg);
    color: #333;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 16px;
}

/* ========================================================= */
/* --- MENU DÉGRADÉ FLOTTANT (IDENTIQUE SUR TOUTES LES PAGES)--- */
/* ========================================================= */
.site-header { 
    position: sticky !important; 
    top: 15px !important; 
    z-index: 9999 !important; 
    background: linear-gradient(90deg, #ff7b00, #00c2ff) !important; 
    color: #fff !important; 
    box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important; 
    width: calc(100% - 30px) !important; 
    max-width: 1200px !important; 
    margin: 15px auto 40px auto !important; 
    border-radius: 16px !important; 
    padding: 0 !important; 
    border: none !important; 
    box-sizing: border-box !important; /* Uniformise la taille avec l'accueil */
}

.hero { 
    display: flex !important; 
    align-items: center !important; 
    justify-content: space-between !important; 
    padding: 10px 20px !important; 
    background: transparent !important; 
    box-sizing: border-box !important;
    min-height: 80px !important; /* Force une hauteur standard */
}

.brand-group { display: flex !important; align-items: center !important; gap: 14px !important; text-decoration: none !important; }

.brand-group img.logo { 
    width: 60px !important; 
    height: 60px !important; 
    border-radius: 10px !important; 
    background: #fff !important; 
    padding: 2px !important; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.1) !important; 
    margin: 0 !important; 
    border: none !important;
    box-sizing: border-box !important;
}

h1.logo-title { 
    font-size: clamp(16px, 2vw, 20px) !important; 
    font-weight: 700 !important; 
    margin: 0 !important; 
    font-family: 'Poppins', sans-serif !important; 
    color: #fff !important; 
    text-align: left !important; 
    border: none !important; /* Supprime la ligne grise sur le catalogue */
    padding: 0 !important; 
    line-height: 1.2 !important;
}

.hero-text .sub { 
    font-size: 0.85rem !important; 
    opacity: 0.95 !important; 
    margin: 4px 0 0 !important; 
    font-family: 'Poppins', sans-serif !important; 
    color: #fff !important; 
    border: none !important;
    padding: 0 !important;
    line-height: 1.2 !important;
}

/* --- NOUVEAUX BOUTONS DU MENU --- */
.nav-links { 
    display: flex !important; 
    gap: 10px !important; 
    align-items: center !important; 
    flex-wrap: wrap !important; 
    justify-content: center !important; 
    margin: 0 !important;
    padding: 0 !important;
}

.nav-links a { 
    background-color: #ffffff !important; 
    color: #007bff !important; 
    padding: 8px 16px !important; 
    border-radius: 8px !important; 
    text-decoration: none !important; 
    font-weight: 700 !important; 
    font-size: 0.90rem !important; 
    font-family: 'Poppins', sans-serif !important; 
    text-transform: uppercase !important; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; 
    transition: all 0.3s ease !important; 
    text-align: center !important; 
    box-sizing: border-box !important; /* Uniformise les boutons avec l'accueil */
    border: none !important;
    line-height: 1.5 !important;
}

.nav-links a:hover { 
    background-color: #05037b !important; 
    color: #ffffff !important; 
    transform: translateY(-2px) !important; 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15) !important; 
}

/* --- ADAPTATION ULTRA-COMPACTE POUR LES TÉLÉPHONES --- */
@media (max-width: 768px) {
  .site-header { width: calc(100% - 14px) !important; margin: 5px auto 15px auto !important; top: 5px !important; }
  .hero { flex-direction: column !important; gap: 8px !important; text-align: center !important; padding: 12px 10px !important; }
  .brand-group img.logo { width: 40px !important; height: 40px !important; }
  .nav-links { flex-wrap: wrap !important; justify-content: center !important; gap: 6px !important; width: 100% !important; }
  .nav-links a { flex: 1 1 auto !important; font-size: 0.75rem !important; padding: 6px 4px !important; } 
  .hero-text .sub { display: none !important; } 
  h1.logo-title { text-align: center !important; font-size: 1.1rem !important; }
}

/* INTRO */
.intro{text-align:center;margin:10px auto 6px}
.intro-heading {
  position: relative; 
  font-family: 'Rubik Wet Paint', cursive; 
  font-size: 3rem; 
  font-weight: 900;
  text-transform: uppercase; 
  letter-spacing: 2px; 
  text-align: center; 
  margin: 0 0 18px;
  background: radial-gradient(60% 80% at 20% 30%, rgba(255,0,123,0.9), transparent 70%), 
              radial-gradient(70% 60% at 80% 20%, rgba(0,194,255,0.9), transparent 70%), 
              radial-gradient(50% 70% at 30% 80%, rgba(255,255,0,0.9), transparent 70%), 
              radial-gradient(80% 80% at 70% 70%, rgba(0,255,136,0.9), transparent 70%), 
              radial-gradient(90% 90% at 50% 50%, rgba(255,123,0,0.8), transparent 70%), 
              radial-gradient(100% 100% at 10% 90%, rgba(123,0,255,0.9), transparent 70%);
  background-size: 200% 200%; 
  
  /* L'éditeur sera content avec ces 4 lignes : */
  -webkit-background-clip: text; 
  background-clip: text; 
  -webkit-text-fill-color: transparent; 
  color: transparent; 

  animation: smokeChaos 10s ease-in-out infinite; 
  filter: saturate(150%) brightness(110%) drop-shadow(0 0 6px rgba(0,0,0,0.3));
}
@keyframes smokeChaos {
  0% { background-position: 0% 0%, 100% 100%, 50% 0%, 0% 50%, 100% 0%, 50% 100%; }
  50% { background-position: 80% 0%, 10% 80%, 30% 40%, 70% 60%, 40% 20%, 90% 80%; transform: rotate(-1deg) scale(1.03); }
  100% { background-position: 0% 0%, 100% 100%, 50% 0%, 0% 50%, 100% 0%, 50% 100%; transform: rotate(0deg) scale(1); }
}

@keyframes floatBanner { 
    0% { transform: translateY(0px); box-shadow: 0 6px 15px rgba(0,0,0,0.15); } 
    50% { transform: translateY(-8px); box-shadow: 0 12px 25px rgba(0,0,0,0.2); } 
    100% { transform: translateY(0px); box-shadow: 0 6px 15px rgba(0,0,0,0.15); } 
}

/* CARTES PRODUITS */
.grid{display:grid;grid-template-columns:repeat(3,minmax(240px,1fr));gap:24px;align-items:stretch;justify-items:stretch;margin-top:24px}
.card { display: flex; flex-direction: column; justify-content: space-between; width: 100%; background: #fff; border: 1px solid #eee; border-radius: 20px; padding: 24px; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,.06); position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgba(0,0,0,.18)}
.card h3{font-size:1.3rem;margin:8px 0}
.mini{opacity:.8;margin-bottom:12px}
.price{margin-bottom:12px;font-weight:600;color:#222; font-size: 1.5em; text-align: center; border-top: 1px dashed #eee; border-bottom: 1px dashed #eee; padding: 5px 0;}
.price strong{color:#2d6f38}
.card ul.opt {flex-grow: 1; list-style:disc;margin:0 auto 10px;padding-left:18px;text-align:left;line-height:1.55}
.card-img{width:100%;border-radius:12px;margin-bottom:12px;box-shadow:0 20px 10px rgba(0,0,0,.1)}

/* AVIS CLIENTS */
.avis-block{text-align:center;margin:36px auto 10px}
.avis-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;justify-items:center}
.avis-card{ width:100%; max-width:340px; background:#fff; border:1px solid #eee; border-radius:16px; padding:20px; box-shadow:0 2px 10px rgba(0,0,0,.06); text-align:left; transition: transform .25s ease, box-shadow .25s ease;}
.avis-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px rgba(0,0,0,.18);border-color:#28a745}
.stars{color:#ffb400;font-size:18px;letter-spacing:2px;margin-bottom:8px}
.emoji{font-size:1rem;margin-left:4px;vertical-align:middle}
.avis-txt{line-height:1.55;margin:0 0 10px}
.avis-meta{font-size:.9rem;opacity:.75}
.avis-block h2 { text-align: center; font-size: 2.2rem; font-weight: 800; color: var(--ink); margin-bottom: 24px; letter-spacing: 0.5px; }

/* FAQ */
.faq{max-width:1000px;margin:50px auto 10px;padding:0 10px}
.faq h2{font-size:2rem;text-align:center;margin-bottom:10px}
.faq-sub{opacity:.85;text-align:center;margin-bottom:20px}
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{border-radius:14px;background:#fff;color:#000;border:1px solid #156922;overflow:hidden}
.faq-q{width:100%;text-align:left;background:transparent;color:inherit;border:0;padding:18px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:600}
.caret{width:24px;height:24px;border:1px solid #000;border-radius:999px;display:grid;place-items:center;font-size:14px;opacity:.8}
.faq-a{display:none;padding:0 18px 18px;line-height:1.6;color:#000}
.faq-item.open .faq-a{display:block}
.faq-item.open .caret{background:#19f800}

/* PORTAIL DE CHOIX (Les 2 cartes en bas) */
.order-portal { margin-top: 50px; margin-bottom: 50px; }
.portal-title { text-align: center; font-family: 'Bebas Neue', sans-serif; font-size: 2.5rem; color: #333; margin-bottom: 30px; }
.portal-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: center; }
.portal-card { background: #fff; padding: 40px; border-radius: 20px; border: 1px solid #eee; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.portal-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); border-color: #05037b; }
.portal-icon { font-size: 3.5rem; margin-bottom: 15px; }
.portal-card h3 { font-size: 1.5rem; margin-top: 0; color: #333; }
.portal-badge { font-size: 0.85rem; font-weight: bold; padding: 5px 15px; border-radius: 20px; display: inline-block; margin: 15px 0; }
.badge-studio { color: #28a745; background: #e8f5e9; }
.badge-pro { color: #ff7b00; background: #fff3e6; }
.portal-btn { display: block; padding: 15px; color: white; border-radius: 50px; text-decoration: none; font-weight: bold; transition: opacity 0.3s ease; }
.portal-btn:hover { opacity: 0.9; }
.btn-studio { background: #05037b; }
.btn-pro { background: #ff7b00; }

.site-footer{margin:32px 0 12px;text-align:center;font-size:.9rem;opacity:.8}

@media (max-width:1200px){.grid{grid-template-columns:repeat(3,minmax(220px,1fr))}}
@media (max-width:900px){.grid{grid-template-columns:repeat(2,minmax(200px,1fr))}}
@media (max-width:640px){.grid{grid-template-columns:1fr}}

/* --- FOOTER DESIGN --- */
/* FORCE LE NOIR PROFOND SUR LE FOOTER DE L'ACCUEIL */
html body .site-footer {
    background-color: #1a2436 !important; 
    background: #1a2436 !important;      
    color: #ffffff !important;
    padding: 40px 20px 20px 20px !important;
    width: 100% !important;
    display: block !important;
    opacity: 1 !important;               
    margin-bottom: 0 !important; /* <-- LA CORRECTION EST ICI */
    margin-top: 40px !important; /* Remplace l'ancienne marge du haut */
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    text-align: center;
}

.footer-logo {
    width: 100px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.site-footer h4 {
    color: #ff7b00; /* Rappel de votre orange orange */
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 1rem;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.site-footer a:hover {
    color: #00c2ff;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.fb-btn, .msn-btn {
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 0.9rem;
}

.fb-btn { background-color: #1877f2; } /* Bleu Facebook */
.msn-btn { background-color: #0084ff; } /* Bleu Messenger */

.footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.8rem;
    opacity: 0.7;
    text-align: center;
}

/* Ajustement Mobile */
@media (max-width: 768px) {
    .footer-container { grid-template-columns: 1fr; gap: 40px; }
    .site-footer { padding: 30px 15px 15px 15px !important; }
}

/* --- STYLE DE LA NAVIGATION FOOTER --- */
.footer-nav h4 {
    color: #ff7b00 !important; /* Votre orange pro */
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
    font-size: 1rem !important;
}

.footer-nav ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-nav ul li {
    margin-bottom: 10px !important;
}

.footer-nav ul li a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    transition: color 0.3s ease !important;
}

.footer-nav ul li a:hover {
    color: #00c2ff !important; /* Votre bleu clair */
}

/* Mise à jour de la grille pour 4 colonnes sur PC */
.footer-container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
    gap: 30px !important;
    text-align: center !important;
}