@charset "UTF-8";
/* CSS DÉDIÉ PAGE PRODUIT - Vinup Data 2026 */
/* Optimisé pour performance et maintenance */
/* Version: 2.0 - Date: 2026-01-15 */

/* ============================================
   1. FONTS - Manrope
   ============================================ */
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ============================================
   2. BASE - Body & Container
   ============================================ */
body {
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
    background: #F5F5F3;
    color: #000;
    font-size: 1.2rem;
    padding-top: calc(56px + 40px);
    min-height: 100vh;
}

.row {
    margin-top: 1.5rem;
    margin-left: 0;
    margin-right: 0;
}

/* ============================================
   3. TYPOGRAPHIE - Headings & Paragraphs
   ============================================ */
h1, h2, h3 {
    font-family: 'Manrope', sans-serif;
    line-height: 1.2;
    margin-left: 0;
    margin-right: auto;
}

h1 {
    color: #000;
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 0.75rem;
    letter-spacing: -0.01em;
    max-width: 100%;
}

h1.produit {
    font-size: 2.8rem;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

h2 {
    color: #00FFBB;
    font-size: 1.3rem;
    font-weight: 700;
}

h3 {
    color: #000;
    font-size: 1.3rem;
    font-weight: 300;
}

p {
    font-size: 1rem;
    padding-top: 1.5rem;
}

/* Classes typographiques */
.description {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 2.1rem;
}

.medium {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1.5rem;
}

.grand {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.7rem;
}

.prix {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 1rem;
}

.price-display {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
}

/* ============================================
   4. LIENS - States & Hover
   ============================================ */
a {
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:link, 
a:visited {
    color: #000;
}

a:hover {
    color: #00FFBB;
    text-decoration: underline;
}

a:active {
    color: #000;
}

/* Liens dans description */
.description > a,
.description a:link,
.description a:visited,
.description a:hover,
.description a:active {
    color: inherit;
    text-decoration: underline;
    font-size: 1em;
    font-weight: inherit;
    transition: all 0.3s ease;
}

.description a:hover,
.description a:focus {
    color: #00FFBB;
    text-decoration: underline;
    outline: none;
}

/* ============================================
   5. IMAGES - Responsive
   ============================================ */
.responsive-image {
    width: 100%;
    height: auto;
}

.responsive-image-produit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================
   5B. NAVBAR - Header navigation
   ============================================ */
.navbar-clair {
    background-color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-clair .navbar-nav .nav-link {
    color: #000 !important;
    border: none !important;
    box-shadow: none !important;
    font-weight: 400;
    font-size: 1.2rem;
}

.navbar-clair .navbar-nav .nav-link:hover, 
.navbar-clair .navbar-nav .nav-link:focus {
    color: #00FFBB !important;
    text-decoration: none !important;
}

/* Mobile: Réduire espacement menu burger */
@media (max-width: 768px) {
    .navbar-clair .navbar-nav {
        gap: 0 !important;
    }
    
    .navbar-clair .navbar-nav .nav-link {
        font-size: 1rem !important;
        padding: 0.5rem 1rem !important;
        line-height: 1.2 !important;
    }
    
    .navbar-clair .navbar-nav .nav-item {
        margin-bottom: 0 !important;
    }
}

/* ============================================
   6.1 PRICING - spécifiques pricing cards
   ============================================ */
.pricing-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 255, 187, 0.3);
}

.pricing-card.featured {
    border: 3px solid #00FFBB !important;
}

.badge-popular {
    position: absolute;
    top: -15px;
    right: 20px;
    background: linear-gradient(135deg, #00FFBB 0%, #00CC99 100%);
    color: #000;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.85rem;
    box-shadow: 0 4px 15px rgba(0, 255, 187, 0.4);
    z-index: 10;
}

.pricing-amount {
    font-size: 3rem;
    font-weight: 700;
    color: #00FFBB;
    line-height: 1;
}

.pricing-period {
    font-size: 0.9rem;
    color: #6c757d;
}

.btn-pricing {
    padding: 15px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-pricing-primary {
    background: linear-gradient(135deg, #00FFBB 0%, #00CC99 100%);
    border: none;
    color: #000;
}

.btn-pricing-primary:hover {
    background: linear-gradient(135deg, #00CC99 0%, #00AA77 100%);
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 255, 187, 0.4);
}

.btn-pricing-secondary {
    background: transparent;
    border: 2px solid #00FFBB;
    color: #00FFBB;
}

.btn-pricing-secondary:hover {
    background: rgba(0, 255, 187, 0.1);
    border-color: #00FFBB;
    color: #00FFBB;
}

.feature-icon {
    color: #00FFBB;
    margin-right: 10px;
    font-size: 1.2rem;
}

.reassurance-bar {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px 20px;
    border-radius: 10px;
    margin: 40px 0;
}

.reassurance-item {
    text-align: center;
    color: #fff;
}

.reassurance-item i {
    font-size: 2.5rem;
    color: #00FFBB;
    margin-bottom: 10px;
}


/* ============================================
   6.2 CARDS - Produits similaires
   ============================================ */
.card {
    background-color: transparent;
    border: none;
    overflow: hidden;
    position: relative;
}

.card-title {
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.card-prefixe {
    font-size: 1.2rem;
    color: #666666;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
}

.card:hover .card-overlay {
    background-color: rgba(0, 0, 0, 0.1);
}

.card:hover .responsive-image {
    transform: scale(1.05);
}

.responsive-image {
    transition: transform 0.3s ease;
}

/* ============================================
   7. BOUTONS - CTA
   ============================================ */
.btn-acheter {
    background: #000;
    color: #fff;
    font-size: 21.2px;
    margin-bottom: 20px;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 30px 30px;
    display: inline-block;
    white-space: nowrap;
}

.btn-acheter:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

.btn-ajouter {
    background: #F5F5F3;
    color: #000;
    font-size: 21.2px;
    margin-bottom: 20px;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 30px 30px;
    display: inline-block;
    white-space: nowrap;
}

.btn-ajouter:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}

.btn-primary {
    background: #000;
    color: #fff;
    font-size: 21.2px;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 20px 40px;
}

.btn-primary:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #000;
}

/* ============================================
   7B. BANDEAU - Messages informatifs
   ============================================ */
.text-banner {
    background-color: #00febb;
    color: #000;
    text-align: center;
    font-size: 1em;
    padding: 15px;
}

.text-banner-white {
    background-color: #ffffff;
}

.wavy-dash {
    margin: 0 10px;
}

.carousel-background {
    background-color: #00FFBB !important;
}

/* ============================================
   8. LISTES - Styles personnalisés
   ============================================ */
ul {
    margin-top: 2rem;
    padding-left: 0;
}

li {
    list-style: none;
    border-top: none;
}

.arrow {
    font-size: 1.3rem;
    text-align: left;
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

/* ============================================
   9. FOOTER - Styles
   ============================================ */
.footer-links {
    padding: 0.5rem 0;
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.3rem;
    line-height: 1.2;
}

.footer-links a {
    font-weight: 700;
    color: #fff;
    text-decoration-line: underline;
    text-decoration-thickness: 0.5px;
    text-underline-offset: 6px;
    font-size: 1.4rem;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #00FFBB;
}

/* ============================================
   10. UTILITIES - Classes utilitaires
   ============================================ */
.mt-n1 {
    margin-left: -0.25rem !important;
}

.bg-black {
    background-color: #000;
}

.text-white {
    color: #fff;
}

/* Colors */
.blue {
    color: #00febb;
}

.noir {
    color: #000;
}

/* ============================================
   11. MEDIA QUERIES - Responsive
   ============================================ */

/* Petites tablettes (480px+) */
@media screen and (min-width: 30em) {
    h1 {
        font-size: 2rem;
    }
    
    h1.produit {
        font-size: 2.9rem;
        line-height: 2.9rem;
    }
    
    h2 {
        font-size: 1.4rem;
    }
    
    h3 {
        font-size: 1.5rem;
        line-height: 1.6rem;
    }
    
    .bandeau {
        font-size: 3rem;
    }
}

/* Tablettes (768px+) */
@media screen and (min-width: 48em) {
    .row {
        margin-top: 2rem;
        margin-left: 2rem;
        margin-right: 2rem;
    }
    
    h1 {
        font-size: 2.1rem;
    }
    
    h1.produit {
        font-size: 3.2rem;
        line-height: 3.2rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.6rem;
        line-height: 1.7rem;
    }
    
    .medium {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }
    
    .grand {
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.4rem;
    }
}

/* Petits ordinateurs (992px+) */
@media screen and (min-width: 62em) {
    h1 {
        font-size: 2.2rem;
        max-width: 50em;
    }
    
    h1.produit {
        font-size: 3.6rem;
        line-height: 3.6rem;
    }
    
    h2 {
        font-size: 1.6rem;
    }
    
    h3 {
        font-size: 1.7rem;
        line-height: 1.8rem;
    }
    
    .medium {
        font-size: 1.7rem;
        line-height: 2rem;
    }
    
    .grand {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    
    .price-display {
        font-size: 1.3rem;
    }
    
    .bandeau {
        font-size: 4rem;
    }
}

/* Ordinateurs moyens (1200px+) */
@media screen and (min-width: 75em) {
    body {
        font-size: 1.2rem;
    }
    
    h1 {
        font-size: 2.3rem;
    }
    
    h1.produit {
        font-size: 3.8rem;
        line-height: 3.8rem;
    }
    
    h2 {
        font-size: 1.7rem;
    }
    
    h3 {
        font-size: 1.8rem;
        line-height: 2rem;
    }
    
    p {
        font-size: 1.2rem;
        padding-top: 1.5rem;
    }
    
    .arrow {
        font-size: 1.4rem;
    }
    
    .medium {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }
    
    .grand {
        font-size: 2.1rem;
        line-height: 2.3rem;
    }
    
    .price-display {
        font-size: 1.4rem;
    }
}

/* Grands écrans (1400px+) */
@media screen and (min-width: 87.5em) {
    h1 {
        font-size: 2.25rem;
    }
    
    h1.produit {
        font-size: 3.9rem;
        line-height: 3.9rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    h3 {
        font-size: 1.9rem;
        line-height: 2.1rem;
    }
    
    .medium {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    
    .grand {
        font-size: 2.3rem;
        line-height: 2.6rem;
    }
    
    .price-display {
        font-size: 1.5rem;
    }
}

/* Très grands écrans (1600px+) */
@media screen and (min-width: 100em) {
    h1 {
        font-size: 2.3rem;
    }
    
    h1.produit {
        font-size: 4rem;
        line-height: 4rem;
    }
    
    h2 {
        font-size: 1.9rem;
    }
    
    h3 {
        font-size: 2rem;
        line-height: 2.2rem;
    }
    
    .medium {
        font-size: 2.1rem;
        line-height: 2.4rem;
    }
    
    .grand {
        font-size: 2.3rem;
        line-height: 2.7rem;
    }
    
    .price-display {
        font-size: 1.6rem;
    }
}
