@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap');

/* ============================================================
   VARIABLES GLOBALES
   ============================================================ */
:root {
  --brand-orange: #F58220;
  --brand-orange-hover: #E06F12;
  --brand-navy: #0B2341;
  --brand-navy-light: #16365C;
  --brand-slate-300: #cbd5e1;
  --brand-slate-400: #94a3b8;
  --brand-slate-500: #64748b;
  --brand-slate-700: #334155;
}

/* ============================================================
   BASE
   ============================================================ */
body {
  font-family: 'Inter', sans-serif;
  background: #f8fafc;
  color: #0f172a;
}
.font-display {
  font-family: 'Outfit', 'Inter', sans-serif;
}
.font-mono {
  font-family: 'JetBrains Mono', monospace;
}
.text-brand-orange { color: var(--brand-orange); }
.bg-brand-orange { background-color: var(--brand-orange); }
.text-brand-navy { color: var(--brand-navy); }
.bg-brand-navy { background-color: var(--brand-navy); }

/* ============================================================
   CONTENEUR UNIFIÉ – header, corps, footer
   ============================================================ */
.container {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}



/* ============================================================
   COMPENSATION HEADER FIXE – CORRIGÉ
   ============================================================ */
.site-main {
    padding-top: 118px !important; /* Ajusté pour coller parfaitement au header */
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 1024px) {
    .site-main {
        padding-top: 115px !important;
    }
}

@media (max-width: 640px) {
    .site-main {
        padding-top: 110px !important;
    }
}

/* ============================================================
   HEADER – FORCER LA VISIBILITÉ SUR MOBILE
   ============================================================ */
.site-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    display: block !important;
    overflow: visible !important;
    background-color: #ffffff !important;
    border-bottom: 1px solid #f1f5f9 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
}

.site-header .bg-brand-navy {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.site-header .h-\[80px\] {
    height: 80px !important;
}

.nav-link.active {
    color: var(--brand-navy) !important;
}
.nav-link.active span {
    display: block !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 12px !important;
    right: 12px !important;
    height: 2px !important;
    background: #F58220 !important;
    border-radius: 2px !important;
}

.nav-link {
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.header-cta {
    border-radius: 30px !important;
    padding: 10px 24px !important;
    min-width: 180px !important;
    white-space: nowrap !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* ============================================================
   BADGE PANIER
   ============================================================ */
.quote-badge {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 9999px !important;
    background: var(--brand-orange) !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    box-shadow: 0 0 0 2px #ffffff !important;
}

/* ============================================================
   MENU MOBILE
   ============================================================ */
#mobile-menu {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.35s ease-in-out !important;
}
#mobile-menu.open {
    max-height: 100vh !important;
}

.mobile-nav-link {
    padding: 16px 20px !important;
    min-height: 52px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #64748B !important;
    border-bottom: 1px solid #f0f0f0 !important;
    transition: background 0.15s ease !important;
}
.mobile-nav-link.active-mobile {
    background: #0B2341 !important;
    color: #ffffff !important;
    border-radius: 8px !important;
}
.mobile-nav-link.active-mobile span {
    display: inline-block !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background: #F58220 !important;
    margin-left: 8px !important;
}
.mobile-nav-link:last-child {
    border-bottom: none !important;
}

/* ============================================================
   FOOTER – GRILLE FLEX + COULEURS + GLASSMORPHISME
   ============================================================ */

.cs-footer {
    background-color: #0B2341 !important;
    color: #cbd5e1 !important;
}

.cs-footer-flex {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -0.75rem !important;
    padding-bottom: 2.5rem !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.cs-footer-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 0.75rem !important;
    margin-bottom: 1.5rem !important;
    box-sizing: border-box !important;
}

@media (min-width: 768px) {
    .cs-footer-col {
        flex: 0 0 50% !important;
        max-width: 50% !important;
        margin-bottom: 1.5rem !important;
    }
}

@media (min-width: 1024px) {
    .cs-footer-col {
        flex: 0 0 25% !important;
        max-width: 25% !important;
        margin-bottom: 0 !important;
    }
}

/* Couleurs des textes – jamais noir */
.cs-text,
.cs-list,
.cs-list li,
.cs-list span,
.cs-footer p,
.cs-footer li,
.cs-footer span:not(.text-brand-orange):not(.text-white) {
    color: #94a3b8 !important;
}
.cs-title {
    color: #ffffff !important;
}
.cs-link {
    color: #cbd5e1 !important;
}
.cs-link:hover {
    color: #F58220 !important;
}
.cs-footer .text-white { color: #ffffff !important; }
.cs-footer .text-brand-orange { color: #F58220 !important; }
.cs-footer .text-emerald-400 { color: #34d399 !important; }
.cs-footer .text-slate-300 { color: #cbd5e1 !important; }
.cs-footer .text-slate-400 { color: #94a3b8 !important; }

/* Glassmorphisme */
.cs-glass {
    background-color: rgba(255, 255, 255, 0.05) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 0.75rem !important;
}
.cs-footer .border-white\/10 { border-color: rgba(255, 255, 255, 0.1) !important; }
.cs-footer .border-white\/5 { border-color: rgba(255, 255, 255, 0.05) !important; }
.cs-footer .bg-white\/5 { background-color: rgba(255, 255, 255, 0.05) !important; }

/* Formulaire newsletter */
.cs-input {
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    border-radius: 0.5rem !important;
}
.cs-input::placeholder { color: #64748b !important; }
.cs-input:focus {
    border-color: #F58220 !important;
    box-shadow: 0 0 0 3px rgba(245, 130, 32, 0.15) !important;
}

.cs-btn {
    background-color: #F58220 !important;
    color: #ffffff !important;
    border-radius: 0.5rem !important;
}
.cs-btn:hover { background-color: #E06F12 !important; }

.cs-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.25rem !important;
    padding: 0.125rem 0.5rem !important;
    font-size: 0.625rem !important;
    line-height: 1.4 !important;
    color: #94a3b8 !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0.25rem !important;
    white-space: nowrap !important;
}
.cs-badge svg {
    width: 0.75rem !important;
    height: 0.75rem !important;
    flex-shrink: 0 !important;
}

.cs-bottom { color: #94a3b8 !important; }
.cs-bottom .cs-link { color: #94a3b8 !important; }
.cs-bottom .cs-link:hover { color: #ffffff !important; }

/* ============================================================
   PAGE D'ACCUEIL – CARTES PRODUITS
   ============================================================ */
.product-size-badge {
    background-color: #0B2341 !important;
    color: #ffffff !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    font-family: 'JetBrains Mono', monospace !important;
    padding: 2px 10px !important;
    border-radius: 4px !important;
    position: absolute !important;
    bottom: 12px !important;
    right: 12px !important;
    z-index: 10 !important;
    letter-spacing: 0.3px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.product-card {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
}
.product-card:hover {
    transform: scale(1.02) !important;
    box-shadow: 0 4px 15px -6px rgba(0, 0, 0, 0.06), 0 2px 8px -4px rgba(0, 0, 0, 0.02) !important;
}

.product-image {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.product-card:hover .product-image {
    transform: scale(1.05) !important;
}

.product-title {
    transition: color 0.3s ease !important;
}
.product-card:hover .product-title {
    color: #F58220 !important;
}

.product-ref {
    font-size: 8px !important;
    color: #94a3b8 !important;
    font-family: 'JetBrains Mono', monospace !important;
    letter-spacing: 0.2px !important;
}
.product-label {
    font-size: 8px !important;
    color: #94a3b8 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}
.product-label-value {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: #334155 !important;
}
.product-price-label {
    font-size: 8px !important;
    color: #94a3b8 !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    letter-spacing: 0.3px !important;
}
.product-price-value {
    font-size: 14px !important;
    font-weight: 800 !important;
    color: #0B2341 !important;
    font-family: 'JetBrains Mono', monospace !important;
}

.product-btn {
    background-color: #0B2341 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 4px 14px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    min-height: 32px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
}
.product-btn:hover {
    background-color: #F58220 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(245, 130, 32, 0.25) !important;
    transform: translateY(-1px) !important;
}

.status-badge-dot {
    animation: pulse-dot 1.5s ease-in-out infinite;
}
@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.85); }
}

.status-available { background-color: #10b981 !important; }
.status-reserved { background-color: #f59e0b !important; }
.status-sold { background-color: #ef4444 !important; }
.status-rented { background-color: #3b82f6 !important; }

.product-card hr {
    border-color: #f1f5f9 !important;
    opacity: 0.6 !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}

/* ============================================================
   FLUENT FORMS
   ============================================================ */
.fluentform .ff-el-group { margin-bottom: 16px; }
.fluentform .ff-el-input--label {
    font-size: 13px;
    font-weight: 600;
    color: #0B2341;
}
.fluentform .ff-el-input--content input,
.fluentform .ff-el-input--content textarea,
.fluentform .ff-el-input--content select {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    padding: 10px 14px;
    font-size: 14px;
    width: 100%;
    transition: border-color 0.2s ease;
}
.fluentform .ff-el-input--content input:focus,
.fluentform .ff-el-input--content textarea:focus,
.fluentform .ff-el-input--content select:focus {
    border-color: #F58220;
    outline: none;
    box-shadow: 0 0 0 3px rgba(245, 130, 32, 0.1);
}
.fluentform .ff-el-input--content textarea {
    min-height: 100px;
    resize: vertical;
}
.fluentform .ff-btn-submit {
    background: #F58220 !important;
    border-radius: 12px !important;
    padding: 14px 28px !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    border: none !important;
    cursor: pointer;
    transition: background 0.2s ease;
    width: 100%;
}
.fluentform .ff-btn-submit:hover { background: #E06F12 !important; }

/* ============================================================
   UTILITAIRES
   ============================================================ */
.quote-item-card { transition: all 0.2s ease; }
.quote-item-card:hover { box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); }
.quote-qty-btn {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease;
}
.quote-qty-btn:hover { background: #f1f5f9; }
.quote-total-box {
    background: #f8fafc;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #e2e8f0;
}
.sticky { position: sticky; }
.top-24 { top: 96px; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 640px) {
    .product-card .h-48 { height: 180px !important; }
}
@media (min-width: 640px) and (max-width: 1024px) {
    .product-card .h-48 { height: 200px !important; }
}
@media (min-width: 1024px) {
    .product-card .h-48 { height: 192px !important; }
}
@media (max-width: 1024px) {
    .sticky { position: relative !important; top: auto !important; }
}

/* ============================================================
   GARANTIR QU'AUCUN ÉLÉMENT NE DÉPASSE
   ============================================================ */
.container * {
    max-width: 100% !important;
    flex-shrink: 1 !important;
}

/* ============================================================
   SECTION HERO – CORRECTIONS FINALES
   ============================================================ */

/* Forcer le titre en blanc */
.hero-title {
    color: #ffffff !important;
}

/* Qualités – texte en gris clair */
.hero-quality-text {
    color: #cbd5e1 !important;
}

/* Icônes vertes avec cercle */
.hero-icon-check {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background-color: rgba(16, 185, 129, 0.2) !important;
    color: #34d399 !important;
    flex-shrink: 0 !important;
}
.hero-icon-check svg {
    width: 10px !important;
    height: 10px !important;
    stroke-width: 2.5px !important;
}

/* Bouton principal */
.hero-btn-primary {
    background-color: #F58220 !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}
.hero-btn-primary:hover {
    background-color: #E06F12 !important;
    transform: scale(1.02) !important;
    box-shadow: 0 8px 25px rgba(245, 130, 32, 0.35) !important;
}
.hero-btn-primary:active {
    transform: scale(0.98) !important;
}

/* Bouton secondaire */
.hero-btn-secondary {
    border-color: rgba(255, 255, 255, 0.3) !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
    color: #ffffff !important;
    transition: all 0.3s ease !important;
}
.hero-btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.7) !important;
    background-color: rgba(255, 255, 255, 0.12) !important;
    transform: scale(1.02) !important;
}
.hero-btn-secondary:active {
    transform: scale(0.98) !important;
}

/* Image – zoom au survol */
.hero-image {
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.hero-image:hover {
    transform: scale(1.05) !important;
}

/* Conteneur de l'image */
.hero-image-wrapper {
    overflow: hidden !important;
}

/* Overlay – fond sombre et bordure renforcée */
.hero-image-wrapper .bg-brand-navy\/98 {
    background-color: rgba(11, 35, 65, 0.98) !important;
}
.hero-image-wrapper .border-white\/20 {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/* ========================================= */
/* GALERIE CONTENEUR – PAGE PRODUIT          */
/* ========================================= */

/* Miniatures */
.cs-gallery-thumb {
    transition: all 0.2s ease;
    cursor: pointer;
}
.cs-gallery-thumb:hover {
    transform: scale(1.02);
}
.cs-gallery-thumb img {
    transition: all 0.2s ease;
}
.cs-gallery-thumb:hover img {
    filter: brightness(0.95);
}

/* Image principale */
#cs-main-image {
    transition: opacity 0.3s ease;
}
#cs-main-image[src=""] {
    opacity: 0;
}

/* Responsive galerie */
@media (max-width: 640px) {
    .cs-gallery-thumb img {
        height: 60px !important;
    }
}
___________________________


