/* =============================================================================
   OneFitness Services — Surcharges de style
   Applique la palette OFS sur le template Mono.
   Ce fichier doit être chargé APRÈS theme.css pour prendre effet.
   ============================================================================= */

/* -----------------------------------------------------------------------------
   1. Variables CSS — Palette OFS
   ----------------------------------------------------------------------------- */
:root {
    /* Cyan principal OFS (extrait du logo) */
    --ofs-cyan: #50B0B0;
    --ofs-cyan-light: #60C0B0;
    --ofs-cyan-dark: #4090A0;
    --ofs-cyan-02: rgba(80, 176, 176, 0.12);

    /* Noirs et gris OFS */
    --ofs-dark: #0A0E14;
    --ofs-gray-lightest: #F4F7F9;
    --ofs-gray: #5A6773;

    /* Surcharge des variables Mono "turquoise" -> cyan OFS */
    --color-turquoise: var(--ofs-cyan);
    --color-turquoise-02: var(--ofs-cyan-02);
}

/* -----------------------------------------------------------------------------
   2. Remplacement de la couleur "turquoise" de Mono par notre cyan OFS
   ----------------------------------------------------------------------------- */

/* Classes texte */
.text-turquoise,
.text-turquoise a,
a.text-turquoise {
    color: var(--ofs-cyan) !important;
}
.text-turquoise:hover,
a.text-turquoise:hover {
    color: var(--ofs-cyan-dark) !important;
}

/* Backgrounds */
.bg-color-turquoise,
.bg-turquoise {
    background-color: var(--ofs-cyan) !important;
    color: #fff !important;
}
.bg-color-turquoise-02 {
    background-color: var(--ofs-cyan-02) !important;
}

/* Progress bars */
.progress-turquoise .animated-progress > div {
    background-color: var(--ofs-cyan) !important;
}

/* -----------------------------------------------------------------------------
   3. Boutons OFS (nouvelles variantes basées sur le cyan)
   ----------------------------------------------------------------------------- */
.button-turquoise {
    background-color: var(--ofs-cyan);
    color: #fff;
    border: 2px solid var(--ofs-cyan);
    transition: all 0.3s ease;
}
.button-turquoise:hover,
.button-turquoise:focus {
    background-color: var(--ofs-cyan-dark);
    border-color: var(--ofs-cyan-dark);
    color: #fff;
}
.button-outline-turquoise {
    background-color: transparent;
    color: var(--ofs-cyan);
    border: 2px solid var(--ofs-cyan);
    transition: all 0.3s ease;
}
.button-outline-turquoise:hover,
.button-outline-turquoise:focus {
    background-color: var(--ofs-cyan);
    color: #fff;
}
.button-outline-white {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.button-outline-white:hover,
.button-outline-white:focus {
    background-color: #fff;
    color: var(--ofs-dark);
}

/* -----------------------------------------------------------------------------
   4. Header / Navigation : couleur active sur cyan
   ----------------------------------------------------------------------------- */
.header .nav-item.active .nav-link,
.header .nav-link:hover {
    color: var(--ofs-cyan);
}

/* -----------------------------------------------------------------------------
   5. Liens généraux
   ----------------------------------------------------------------------------- */
a {
    color: var(--ofs-cyan);
}
a:hover {
    color: var(--ofs-cyan-dark);
}

/* Protection : les liens dans le footer sombre restent en blanc avec cyan au survol */
footer a {
    color: rgba(255, 255, 255, 0.7);
}
footer a:hover {
    color: var(--ofs-cyan);
}

/* -----------------------------------------------------------------------------
   6. Sections et blocs
   ----------------------------------------------------------------------------- */

/* Fond "dark" = noir profond OFS au lieu du gris sombre Mono */
.bg-dark {
    background-color: var(--ofs-dark) !important;
}

/* Icônes des services en cyan quand elles sont dans un cercle turquoise */
.circle-box-xl.bg-color-turquoise-02 i {
    color: var(--ofs-dark);
}

/* Liste check avec icônes cyan */
.list-check.icon-turquoise li::before {
    color: var(--ofs-cyan);
}

/* -----------------------------------------------------------------------------
   7. Formulaires
   ----------------------------------------------------------------------------- */
.form-control:focus {
    border-color: var(--ofs-cyan);
    box-shadow: 0 0 0 3px rgba(80, 176, 176, 0.15);
}

/* -----------------------------------------------------------------------------
   8. Citations (cas clients)
   ----------------------------------------------------------------------------- */
blockquote {
    border-left: 4px solid var(--ofs-cyan);
    padding-left: 1.5rem;
    font-style: italic;
    color: var(--ofs-dark);
}

/* -----------------------------------------------------------------------------
   9. Overrides utilitaires
   ----------------------------------------------------------------------------- */
.border-turquoise {
    border-color: var(--ofs-cyan) !important;
}

/* Loader : couleur cyan au lieu du turquoise Mono */
.preloader-content span {
    background-color: var(--ofs-cyan);
}

/* -----------------------------------------------------------------------------
   10. Responsive — ajustements mobiles
   ----------------------------------------------------------------------------- */
@media (max-width: 991px) {
    .display-4 { font-size: 2.25rem; line-height: 1.2; }
    .display-5 { font-size: 1.75rem; line-height: 1.2; }
    .section-lg { padding-top: 4rem; padding-bottom: 4rem; }
    .section-xl { padding-top: 5rem; padding-bottom: 5rem; }
}

/* -----------------------------------------------------------------------------
   11. Print — impression propre (cas plaquette imprimée)
   ----------------------------------------------------------------------------- */
@media print {
    .header, footer, .scrolltotop, .button { display: none !important; }
    body { font-size: 11pt; color: #000; background: #fff; }
    .bg-dark, .bg-gray-lightest { background: #fff !important; color: #000 !important; }
    .text-white, .text-white-50 { color: #000 !important; }
}


/* =============================================================================
   12. Header - Logo agrandi (OFS custom)
   ============================================================================= */

/* Augmenter la hauteur du header pour accueillir le logo complet */
.header .container {
    min-height: 110px;
}

/* Logo beaucoup plus grand, on respecte toute la hauteur */
.header .header-logo img {
    max-height: 95px !important;
    width: auto;
    height: auto;
    max-width: 280px;
}

/* Centrer verticalement le menu par rapport au logo */
.header .header-menu {
    display: flex;
    align-items: center;
}

/* Sur mobile : réduire un peu le logo pour ne pas exploser la hauteur */
@media (max-width: 991px) {
    .header .container {
        min-height: 75px;
    }
    .header .header-logo img {
        max-height: 60px !important;
        max-width: 200px;
    }
}
/* =============================================================================
   OneFitness Services — CSS additionnel pour la page Distributeurs
   À ajouter dans /var/www/html/onefitness/assets/css/ofs-overrides.css
   ============================================================================= */
/* =============================================================================
   OneFitness Services — CSS additionnel pour la page Distributeurs
   À ajouter dans /var/www/html/onefitness/assets/css/ofs-overrides.css
   ============================================================================= */

/* =============================================================================
   13. Page Distributeurs — Hero
   ============================================================================= */

.hero-section.bg-dark {
    background: linear-gradient(135deg, #0A0E14 0%, #1a1f2e 100%);
    color: #ffffff;
}

.hero-section .eyebrow {
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.hero-section .display-4 {
    line-height: 1.15;
    letter-spacing: -0.02em;
}

/* =============================================================================
   14. Section Machines
   ============================================================================= */

.machine-section {
    scroll-margin-top: 100px;
}

.machine-section .eyebrow {
    letter-spacing: 2px;
    font-size: 0.85rem;
}

.version-badge .badge {
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 20px;
}

.feature-list li {
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.8;
}

.feature-list .text-turquoise {
    font-weight: 700;
    margin-right: 8px;
    font-size: 1.1rem;
}

.text-turquoise {
    color: #50B0B0 !important;
}

.bg-turquoise {
    background-color: #50B0B0 !important;
}

.btn-turquoise {
    background-color: #50B0B0;
    border-color: #50B0B0;
    color: #ffffff;
    font-weight: 600;
    padding: 0.75rem 1.75rem;
    transition: all 0.3s ease;
}

.btn-turquoise:hover {
    background-color: #4090A0;
    border-color: #4090A0;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(80, 176, 176, 0.3);
}

/* =============================================================================
   15. Specs Block
   ============================================================================= */

.specs-block {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.specs-block .spec-value {
    line-height: 1;
    margin-bottom: 0.5rem;
}

.specs-block .spec-label {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* =============================================================================
   16. Calculateur ROI
   ============================================================================= */

.roi-section {
    background: linear-gradient(135deg, #0A0E14 0%, #1a1f2e 100%);
}

.roi-result {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(80, 176, 176, 0.2);
    border-radius: 12px;
}

.machine-result {
    transition: opacity 0.3s ease;
}

.roi-section .form-range::-webkit-slider-thumb {
    background-color: #50B0B0;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 8px rgba(80, 176, 176, 0.4);
    cursor: pointer;
}

.roi-section .form-range::-moz-range-thumb {
    background-color: #50B0B0;
    border: 3px solid #ffffff;
    cursor: pointer;
}

.roi-section .form-range::-webkit-slider-runnable-track {
    background: linear-gradient(90deg, #50B0B0 0%, #4090A0 100%);
    height: 6px;
    border-radius: 3px;
}

.roi-section .form-check-input:checked {
    background-color: #50B0B0;
    border-color: #50B0B0;
}

.roi-section #roiTotal {
    line-height: 1;
    letter-spacing: -0.02em;
    text-shadow: 0 4px 20px rgba(80, 176, 176, 0.3);
}

/* =============================================================================
   17. Section Trust
   ============================================================================= */

.trust-card {
    transition: all 0.3s ease;
    background: #ffffff;
}

.trust-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(80, 176, 176, 0.15);
    border-color: #50B0B0 !important;
}

.trust-icon {
    line-height: 1;
}

.partner-badge {
    font-weight: 600;
    color: #5A6773;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
    font-size: 0.95rem;
}

.partner-badge:hover {
    color: #50B0B0;
    border-color: #50B0B0;
}

/* =============================================================================
   18. CTA Final
   ============================================================================= */

.cta-section {
    background: linear-gradient(135deg, #50B0B0 0%, #4090A0 100%);
}

.cta-section .btn-dark {
    background-color: #0A0E14;
    border-color: #0A0E14;
    font-weight: 600;
    padding: 0.75rem 2rem;
}

.cta-section .btn-dark:hover {
    background-color: #000000;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

/* =============================================================================
   19. Tableau ROI
   ============================================================================= */

.roi-section .table-dark {
    --bs-table-bg: rgba(255, 255, 255, 0.03);
    --bs-table-border-color: rgba(255, 255, 255, 0.1);
}

.roi-section .table-dark thead th {
    background-color: rgba(80, 176, 176, 0.1);
    color: #50B0B0;
    border-bottom: 2px solid #50B0B0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

.roi-section .table-dark tbody tr:hover {
    background-color: rgba(80, 176, 176, 0.05);
}

/* =============================================================================
   20. Responsive adjustments
   ============================================================================= */

@media (max-width: 768px) {
    .hero-section .display-4 {
        font-size: 2rem;
    }

    .machine-section .display-5 {
        font-size: 1.75rem;
    }

    .roi-section #roiTotal {
        font-size: 3rem;
    }

    .specs-block .spec-value {
        font-size: 1.75rem;
    }
}


/* === V3 additions (2026-04-24) =================================
   Pastilles feature-check + icônes Trust SVG + footer email-first
   ================================================================ */

/* Pastille ronde turquoise avec check blanc (remplace les ✓ emoji) */
.feature-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    min-width: 22px;
    background: #50B0B0;
    border-radius: 50%;
    margin-right: 12px;
    position: relative;
    flex-shrink: 0;
    vertical-align: middle;
}
.feature-check::before {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg) translate(1px, -1px);
}

/* Alignement items feature (liste à puces custom) */
.feature-item,
.distri-feature-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    line-height: 1.5;
}

/* Cartes Trust — style minimaliste avec icône SVG turquoise */
.trust-icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 20px;
    color: #50B0B0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trust-icon-svg {
    width: 100%;
    height: 100%;
}

/* Hover carte Trust */
.trust-card {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.trust-card:hover {
    transform: translateY(-3px);
    border-color: #50B0B0 !important;
    box-shadow: 0 10px 28px rgba(80, 176, 176, 0.18);
}

/* Footer v3 — email-first */
.footer-contact-email {
    color: #F4F7F9;
    font-weight: 500;
    text-decoration: none;
}
.footer-contact-email:hover {
    color: #50B0B0;
}
.footer-contact-email-es {
    display: block;
    margin-top: 6px;
    color: #9AA5B1;
    font-size: 0.88em;
    text-decoration: none;
}
.footer-contact-email-es:hover {
    color: #50B0B0;
}


/* === V3d additions (trio de confiance) =========================
   Bandeau "Trio de confiance" entre MaxiOne et ROI
   ================================================================ */

.trio-section {
    background: #fff;
}
.trio-section .eyebrow {
    color: #50B0B0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.trio-section h2 {
    color: #0A0E14;
    font-size: 32px;
    margin-bottom: 0;
}

.trio-card {
    background: #F4F7F9;
    border: 1px solid transparent;
    border-radius: 14px;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}
.trio-card:hover {
    background: #fff;
    border-color: #50B0B0;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(80, 176, 176, 0.15);
}
.trio-card h5 {
    color: #0A0E14;
}
.trio-card p {
    font-size: 14px;
    line-height: 1.55;
}

.trio-icon {
    width: 56px;
    height: 56px;
    color: #50B0B0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trio-icon-svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .trio-section h2 { font-size: 24px; }
}


/* === V3e hotfix (hover boutons sombres) ========================
   Fix hover boutons dans sections à fond sombre (ROI, hero, CTA)
   ================================================================ */

/* Bouton "Recevoir une étude personnalisée" + autres boutons
   dans sections sombres : au hover, passage en turquoise lisible */
.roi-section .btn-outline-light:hover,
.roi-section .btn-outline-light:focus,
.roi-section a.btn:not(.btn-primary):not(.btn-turquoise):hover,
.roi-section a.btn:not(.btn-primary):not(.btn-turquoise):focus {
    background-color: #50B0B0 !important;
    color: #ffffff !important;
    border-color: #50B0B0 !important;
    box-shadow: 0 6px 18px rgba(80, 176, 176, 0.35);
    transform: translateY(-1px);
    transition: all .2s ease;
}

/* Hero sombre : même logique */
.hero .btn-outline-light:hover,
.hero .btn-outline-light:focus,
section[class*="bg-dark"] .btn-outline-light:hover,
section[class*="bg-dark"] .btn-outline-light:focus {
    background-color: #50B0B0 !important;
    color: #ffffff !important;
    border-color: #50B0B0 !important;
}

/* Fallback défensif : tout enfant .btn dans un parent dark */
.bg-dark .btn-outline-light:hover,
.bg-dark .btn-outline-light:focus {
    background-color: #50B0B0 !important;
    color: #ffffff !important;
    border-color: #50B0B0 !important;
}


/* === V4 additions (page partenaires) ===========================
   Cartes Programme Certification + items Bénéfices partenaire
   ================================================================ */

/* Cartes "process" Certification (01/02/03) */
.cert-card {
    background: #F4F7F9;
    border: 1px solid transparent;
    border-radius: 14px;
    transition: all .22s ease;
}
.cert-card:hover {
    background: #fff;
    border-color: #50B0B0;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(80, 176, 176, 0.15);
}
.cert-num {
    font-family: 'Outfit', -apple-system, sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #50B0B0;
    line-height: 1;
    letter-spacing: -1px;
}
.cert-card h4 {
    color: #0A0E14;
    font-size: 20px;
}
.cert-card p {
    font-size: 14px;
    line-height: 1.55;
}

/* Items Bénéfices */
.benefit-item {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 14px;
    transition: all .22s ease;
}
.benefit-item:hover {
    border-color: #50B0B0;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(80, 176, 176, 0.12);
}
.benefit-icon {
    width: 48px;
    height: 48px;
    color: #50B0B0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefit-icon-svg {
    width: 100%;
    height: 100%;
}
.benefit-item h5 {
    color: #0A0E14;
    font-size: 16px;
}
.benefit-item p {
    font-size: 13px;
    line-height: 1.5;
}

/* Lien vers le calculateur ROI */
.btn-roi-link {
    display: inline-block;
    color: #50B0B0;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 24px;
    border: 2px solid #50B0B0;
    border-radius: 8px;
    transition: all .22s ease;
}
.btn-roi-link:hover {
    background: #50B0B0;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(80, 176, 176, 0.3);
}

/* Eyebrow cohérence */
.section .eyebrow {
    color: #50B0B0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* === V5 additions (page avantages) ============================
   Sections ancrées + cartes 2-cols + double CTA
   ================================================================ */

/* Anti-fold-jump quand on arrive depuis #ancre (offset header) */
.av-section[id] {
    scroll-margin-top: 100px;
}

/* Cartes des sections Avantages */
.av-card {
    background: #F4F7F9;
    border: 1px solid transparent;
    border-radius: 14px;
    transition: all .22s ease;
}
.av-section.bg-gray-lightest .av-card {
    background: #fff;
}
.av-card:hover {
    border-color: #50B0B0;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(80, 176, 176, 0.15);
}
.av-card h4 {
    color: #0A0E14;
    font-size: 20px;
}
.av-card p {
    font-size: 14.5px;
    line-height: 1.6;
}

/* Eyebrow sections */
.av-section .eyebrow {
    color: #50B0B0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* Bouton outline-light pour le 2e CTA */
.av-cta-final .button-outline-light {
    border: 2px solid rgba(255,255,255,.6);
    color: #fff;
    background: transparent;
    transition: all .22s ease;
}
.av-cta-final .button-outline-light:hover,
.av-cta-final .button-outline-light:focus {
    background: #fff;
    color: #0A0E14;
    border-color: #fff;
    transform: translateY(-1px);
}


/* === V6 additions (page home) =================================
   Sections enrichies + cards machines + trio + reasons +
   testimonials + CTA turquoise plein + lightbox vidéo HTML5
   ================================================================ */

/* --- Cartes Machines (Nos 2 automates) --- */
.machine-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 14px;
    overflow: hidden;
    transition: all .25s ease;
}
.machine-card:hover {
    border-color: #50B0B0;
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(80, 176, 176, 0.18);
}
.machine-img {
    background: #F4F7F9;
    aspect-ratio: 4/3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.machine-img img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}
.machine-card h3 {
    color: #0A0E14;
    font-size: 22px;
}

/* --- Trio Nos garanties --- */
.trio-card {
    background: #fff;
    border: 1px solid transparent;
    border-radius: 14px;
    transition: all .22s ease;
}
.trio-card:hover {
    border-color: #50B0B0;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(80, 176, 176, 0.15);
}
.trio-icon {
    width: 56px;
    height: 56px;
    color: #50B0B0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.trio-icon svg {
    width: 100%;
    height: 100%;
}
.trio-card h4 {
    color: #0A0E14;
    font-size: 18px;
}
.trio-card p {
    font-size: 14px;
    line-height: 1.55;
}

/* --- 3 raisons (cards numérotées cliquables) --- */
.reason-card {
    background: #F4F7F9;
    border: 1px solid transparent;
    border-radius: 14px;
    color: inherit;
    transition: all .22s ease;
}
.reason-card:hover {
    background: #fff;
    border-color: #50B0B0;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(80, 176, 176, 0.15);
    color: inherit;
    text-decoration: none;
}
.reason-num {
    font-family: 'Outfit', -apple-system, sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #50B0B0;
    line-height: 1;
    letter-spacing: -1px;
}
.reason-card h4 {
    color: #0A0E14;
    font-size: 19px;
}
.reason-card p {
    font-size: 14px;
    line-height: 1.55;
}

/* --- Témoignages --- */
.testimonial-pascal blockquote {
    border-left: 4px solid #50B0B0;
    padding-left: 20px;
    font-style: italic;
    color: #0A0E14;
    line-height: 1.55;
}
.testimonial-pascal img {
    border-radius: 14px;
}
.box-shadow-lg {
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}
.testimonial-secondary {
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 14px;
}
.testimonial-secondary blockquote {
    font-style: italic;
    color: #0A0E14;
    font-size: 15px;
    line-height: 1.5;
}
.testimonial-secondary img {
    border-radius: 10px;
    aspect-ratio: 3/4;
    object-fit: cover;
    width: 100%;
}
.testimonial-team {
    min-height: 280px;
    border-radius: 14px;
}
.testimonial-team-caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    padding: 18px 22px;
    background: linear-gradient(to top, rgba(10,14,20,.88), transparent);
}

/* --- CTA final turquoise plein --- */
.v6-cta-final {
    background: #50B0B0;
    color: #fff;
}
.v6-cta-final h2 {
    color: #fff;
}
.text-white-90 {
    color: rgba(255,255,255,0.9);
}
.v6-cta-final .button-white {
    background: #fff;
    color: #0A0E14;
    border: 2px solid #fff;
}
.v6-cta-final .button-white:hover {
    background: #F4F7F9;
    color: #0A0E14;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.18);
}
.v6-cta-final .button-outline-white {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.7);
}
.v6-cta-final .button-outline-white:hover {
    background: #fff;
    color: #0A0E14;
    border-color: #fff;
    transform: translateY(-1px);
}

/* --- Lightbox vidéo HTML5 --- */
.v6-video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.v6-video-modal.open {
    display: flex;
}
.v6-video-modal-bg {
    position: absolute;
    inset: 0;
    background: rgba(10, 14, 20, 0.92);
}
.v6-video-modal-content {
    position: relative;
    width: 92%;
    max-width: 1080px;
    max-height: 90vh;
}
.v6-video-modal-content video {
    width: 100%;
    height: auto;
    max-height: 90vh;
    display: block;
    background: #000;
    border-radius: 8px;
}
.v6-video-modal-close {
    position: absolute;
    top: 20px;
    right: 24px;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
    padding: 6px 14px;
    transition: opacity .2s;
}
.v6-video-modal-close:hover {
    opacity: 0.7;
}

/* --- Eyebrow cohérence pour toute la home v6 --- */
.v6-machines .eyebrow,
.v6-trio .eyebrow,
.v6-three-reasons .eyebrow,
.v6-testimonials .eyebrow {
    color: #50B0B0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* === V6c additions (mosaïque dynamique + image gains) =========
   Refonte témoignages home en mosaïque hover dynamique +
   image temps-gains sur /avantages#gain_argent
   ================================================================ */

/* === A. Mosaïque dynamique témoignages === */

.v6c-mosaic {
    --t-radius: 14px;
    --t-shadow: 0 14px 38px rgba(80, 176, 176, 0.18);
}

/* --- Hero card Pascal --- */
.t-hero-card {
    background: #fff;
    border-radius: var(--t-radius);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
    transition: all .3s ease;
    cursor: pointer;
}
.t-hero-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--t-shadow);
}
.t-hero-image {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #0A0E14;
}
.t-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}
.t-hero-card:hover .t-hero-image img {
    transform: scale(1.05);
}
.t-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(10,14,20,0.7) 100%);
    display: flex;
    align-items: flex-end;
    padding: 24px;
    pointer-events: none;
}
.t-badge {
    display: inline-block;
    background: #50B0B0;
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.t-hero-body {
    padding: 32px 28px;
    text-align: center;
}
.t-quote {
    font-size: 22px;
    line-height: 1.45;
    font-style: italic;
    color: #0A0E14;
    border-left: 4px solid #50B0B0;
    padding: 0 24px;
    margin: 0 auto 20px;
    max-width: 800px;
}
.t-hero-body .t-author {
    font-size: 18px;
    font-weight: 700;
    color: #0A0E14;
    margin-bottom: 0;
}

/* --- Cartes 4:3 en mosaïque --- */
.t-card {
    background: #fff;
    border-radius: var(--t-radius);
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all .3s ease;
    cursor: pointer;
}
.t-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--t-shadow);
}
.t-card-image {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    background: #0A0E14;
}
.t-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease, filter .3s ease;
}
.t-card:hover .t-card-image img {
    transform: scale(1.08);
    filter: brightness(0.55);
}
.t-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .3s ease, transform .4s ease;
    pointer-events: none;
}
.t-card:hover .t-card-overlay {
    opacity: 1;
    transform: translateY(0);
}
.t-card-quote {
    color: #fff;
    font-style: italic;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}
.t-card-quote-team {
    font-style: normal;
    font-weight: 600;
}
.t-card-footer {
    padding: 20px 24px;
    text-align: center;
    border-top: 3px solid #50B0B0;
}
.t-card-footer .t-author {
    font-size: 16px;
    font-weight: 700;
    color: #0A0E14;
    margin-bottom: 4px;
}
.t-card-footer .t-role {
    font-size: 12px;
    font-weight: 600;
    color: #50B0B0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 0;
}

/* === B. Image gains sur /avantages === */

.gain-argent-img {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
    transition: transform .4s ease;
}
.gain-argent-img:hover {
    transform: translateY(-3px);
}
.gain-argent-img img {
    width: 100%;
    height: auto;
    display: block;
}

/* === Responsive === */
@media (max-width: 768px) {
    .t-hero-image {
        aspect-ratio: 4/3;
    }
    .t-quote {
        font-size: 18px;
        padding: 0 16px;
    }
    .t-hero-body {
        padding: 24px 20px;
    }
    .t-card-overlay {
        opacity: 1;
        transform: translateY(0);
        background: linear-gradient(to bottom, transparent 30%, rgba(10,14,20,0.85) 100%);
        align-items: flex-end;
    }
    .t-card-image img {
        filter: brightness(0.7);
    }
}


/* === Mentions légales — blocs d'info ============================
   Encadrés clairs pour les sections "Éditeur", "Hébergeur", etc.
   ================================================================ */
.ml-info-block {
    background: #F4F7F9;
    border-left: 3px solid #50B0B0;
    padding: 18px 22px;
    border-radius: 6px;
}
.ml-info-block p {
    line-height: 1.65;
}


/* === V6i Bannière cookies RGPD ===================================
   Bannière initiale + Modal personnalisation + Bouton flottant permanent
   ================================================================ */

/* --- Bannière initiale (en bas d'écran) --- */
.ofs-cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    background: #0A0E14;
    color: #fff;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.25);
    transform: translateY(100%);
    transition: transform 0.4s ease;
}
.ofs-cookie-banner.is-visible {
    transform: translateY(0);
}
.ofs-cookie-banner-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 22px 26px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 24px;
}
.ofs-cookie-banner-text {
    flex: 1 1 480px;
    min-width: 280px;
}
.ofs-cookie-banner-text h6 {
    color: #50B0B0;
    font-weight: 700;
    margin: 0 0 6px 0;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.ofs-cookie-banner-text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
}
.ofs-cookie-banner-text a {
    color: #50B0B0;
    text-decoration: underline;
    margin-left: 4px;
}
.ofs-cookie-banner-text a:hover { color: #6dc6c6; }
.ofs-cookie-banner-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

/* --- Boutons (cohérence sur banner ET modal) --- */
.ofs-cookie-banner button,
.ofs-cookie-modal button[data-ofs-cookie-action] {
    border: 0;
    padding: 11px 22px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: inherit;
    letter-spacing: 0.3px;
}
.ofs-btn-reject {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
}
.ofs-btn-reject:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.7) !important;
}
.ofs-btn-customize {
    background: transparent;
    color: #50B0B0;
    border: 1.5px solid #50B0B0 !important;
}
.ofs-btn-customize:hover {
    background: rgba(80, 176, 176, 0.12);
}
.ofs-btn-accept {
    background: #50B0B0;
    color: #fff;
}
.ofs-btn-accept:hover {
    background: #6dc6c6;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(80, 176, 176, 0.4);
}
.ofs-btn-save {
    background: #fff;
    color: #0A0E14;
}
.ofs-btn-save:hover {
    background: #F4F7F9;
    transform: translateY(-1px);
}

/* --- Modal personnalisation --- */
.ofs-cookie-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
}
.ofs-cookie-modal.is-visible {
    display: flex;
}
.ofs-cookie-modal-bg {
    position: absolute;
    inset: 0;
    background: rgba(10, 14, 20, 0.7);
    backdrop-filter: blur(2px);
}
.ofs-cookie-modal-content {
    position: relative;
    background: #fff;
    border-radius: 14px;
    padding: 32px 28px 24px;
    max-width: 560px;
    width: calc(100% - 32px);
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    color: #0A0E14;
}
.ofs-cookie-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: transparent !important;
    border: 0 !important;
    font-size: 32px !important;
    line-height: 1;
    color: #5A6773 !important;
    cursor: pointer;
    padding: 4px 12px !important;
    transition: color 0.2s ease;
}
.ofs-cookie-modal-close:hover { color: #0A0E14 !important; }
.ofs-cookie-modal h4 {
    color: #0A0E14;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin: 0 0 8px 0;
    font-size: 22px;
}
.ofs-cookie-modal-intro {
    color: #5A6773;
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 1.55;
}

/* --- Catégories cookies dans le modal --- */
.ofs-cookie-cat {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 12px;
    background: #FAFBFC;
}
.ofs-cookie-cat-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    gap: 12px;
}
.ofs-cookie-cat-header h5 {
    margin: 0;
    color: #0A0E14;
    font-size: 15px;
    font-weight: 700;
}
.ofs-cookie-cat p {
    margin: 0;
    color: #5A6773;
    font-size: 13px;
    line-height: 1.5;
}

/* --- Toggle switches --- */
.ofs-cookie-toggle {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
    flex-shrink: 0;
}
.ofs-cookie-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}
.ofs-cookie-toggle-slider {
    position: absolute;
    inset: 0;
    background: #ccc;
    border-radius: 24px;
    cursor: pointer;
    transition: background 0.2s ease;
}
.ofs-cookie-toggle-slider::before {
    content: "";
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    top: 3px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.2s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.ofs-cookie-toggle input:checked + .ofs-cookie-toggle-slider {
    background: #50B0B0;
}
.ofs-cookie-toggle input:checked + .ofs-cookie-toggle-slider::before {
    transform: translateX(22px);
}
.ofs-cookie-toggle-disabled {
    background: #50B0B0;
    color: #fff;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    white-space: nowrap;
}

/* --- Actions modal --- */
.ofs-cookie-modal-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.ofs-cookie-modal .ofs-btn-reject {
    color: #5A6773;
    border-color: rgba(0, 0, 0, 0.15) !important;
}
.ofs-cookie-modal .ofs-btn-reject:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #0A0E14;
}

/* --- Bouton flottant permanent --- */
.ofs-cookie-fab {
    position: fixed;
    bottom: 22px;
    left: 22px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0A0E14;
    color: #50B0B0;
    border: 0;
    cursor: pointer;
    z-index: 9990;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    display: none;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background 0.2s ease;
    padding: 0;
}
.ofs-cookie-fab.is-visible { display: flex; }
.ofs-cookie-fab:hover {
    transform: scale(1.08);
    background: #1a2030;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .ofs-cookie-banner-inner {
        padding: 18px 20px;
        gap: 16px;
    }
    .ofs-cookie-banner-actions {
        width: 100%;
    }
    .ofs-cookie-banner-actions button {
        flex: 1 1 auto;
        text-align: center;
    }
    .ofs-cookie-modal-content { padding: 24px 20px 18px; }
    .ofs-cookie-modal h4 { font-size: 19px; }
    .ofs-cookie-modal-actions {
        flex-direction: column-reverse;
    }
    .ofs-cookie-modal-actions button { width: 100%; }
    .ofs-cookie-fab {
        bottom: 16px;
        left: 16px;
        width: 40px;
        height: 40px;
    }
}


/* === V6i-fix : correctifs modal cookies ====================
   - Badge "TOUJOURS ACTIFS" : override l'héritage du sélecteur
     .ofs-cookie-toggle (qui a width 46px, height 24px pour les
     vrais toggles). On force le span en inline-block libre.
   - Bouton "Enregistrer mes choix" : passe en bordure foncée
     (visible sur fond blanc, style "action neutre").
   - Modal : overflow-x hidden pour éviter scroll horizontal.
   ============================================================ */

/* Fix 1 : badge "TOUJOURS ACTIFS" — override le sélecteur parent */
span.ofs-cookie-toggle-disabled {
    position: static;
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

/* Fix 2 : bouton "Enregistrer mes choix" — bordure foncée visible */
.ofs-cookie-modal .ofs-btn-save {
    background: transparent;
    color: #0A0E14;
    border: 1.5px solid #0A0E14 !important;
}
.ofs-cookie-modal .ofs-btn-save:hover {
    background: #0A0E14;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(10, 14, 20, 0.25);
}

/* Fix 3 : pas de scroll horizontal dans la modal */
.ofs-cookie-modal-content {
    overflow-x: hidden;
}


/* === V7-form-fix : labels du form en gras ===================
   Hiérarchie visuelle plus pro sur le formulaire de contact.
   ============================================================ */
.form-box .form-label {
    font-weight: 600;
    color: #0A0E14;
}

/* === V6-video-trigger : bouton "Voir la vidéo" en haut à droite === */
.v6-video-trigger {
    position: relative;
    display: block;
}

/* Masquer l'ancienne icône bi-play (en bas à gauche) */
.v6-video-trigger > i.bi-play {
    display: none !important;
}

/* Nouveau bouton en haut à droite : grand cercle turquoise + texte */
.v6-video-trigger::after {
    content: "▶  " attr(data-video-label);
    position: absolute;
    top: 18px;
    right: 18px;
    background: rgba(80, 176, 176, 0.95);
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 22px 12px 18px;
    border-radius: 999px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    transition: all 0.25s ease;
    letter-spacing: 0.3px;
    z-index: 5;
    pointer-events: none;
}

.v6-video-trigger:hover::after {
    background: rgba(80, 176, 176, 1);
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(80, 176, 176, 0.5);
}

/* Mobile : badge un peu plus petit */
@media (max-width: 600px) {
    .v6-video-trigger::after {
        top: 12px;
        right: 12px;
        font-size: 12px;
        padding: 9px 16px 9px 13px;
    }
}

/* ═══════════════════════════════════════════════════════════════════
 * v9-contact-success-styling-fix — Contraste des alertes formulaire
 * ═══════════════════════════════════════════════════════════════════
 * Bug : <h5> dans .alert.bg-color-turquoise-02 héritait d'une couleur
 * blanche → illisible sur fond turquoise pâle.
 * Fix : couleurs sémantiques Bootstrap 5 (success/danger), WCAG AA OK.
 * ═══════════════════════════════════════════════════════════════════ */

/* Alerte succès (turquoise pâle) → texte vert foncé Bootstrap success */
.alert.bg-color-turquoise-02,
.alert.bg-color-turquoise-02 h1,
.alert.bg-color-turquoise-02 h2,
.alert.bg-color-turquoise-02 h3,
.alert.bg-color-turquoise-02 h4,
.alert.bg-color-turquoise-02 h5,
.alert.bg-color-turquoise-02 h6,
.alert.bg-color-turquoise-02 p,
.alert.bg-color-turquoise-02 span {
    color: #0f5132 !important;
}

/* Alerte erreur (rouge pâle) → texte rouge foncé Bootstrap danger */
.alert.bg-color-red-02,
.alert.bg-color-red-02 h1,
.alert.bg-color-red-02 h2,
.alert.bg-color-red-02 h3,
.alert.bg-color-red-02 h4,
.alert.bg-color-red-02 h5,
.alert.bg-color-red-02 h6,
.alert.bg-color-red-02 p,
.alert.bg-color-red-02 span {
    color: #842029 !important;
}

