div.container:has(> #breadcrumb) {
    display: none !important;
}

#amplience > .container {
    max-width: 100%;
    padding: 0;
}

/* ==========================================
   FONT REXEL
   ========================================== */
@font-face {
    font-family: 'Rexel';
    src: url('https://mediawebshop.blob.core.windows.net/mediawebshop/mkt/rxl-font/Rexel-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rexel';
    src: url('https://mediawebshop.blob.core.windows.net/mediawebshop/mkt/rxl-font/Rexel-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rexel';
    src: url('https://mediawebshop.blob.core.windows.net/mediawebshop/mkt/rxl-font/Rexel-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Reset & base styles */
#mkt-page {
    font-family: 'Roboto', sans-serif;
    color: var(--black);
    overflow-x: hidden;
}

/* Espacement entre sections — une seule règle à modifier */
#mkt-page section + section {
    margin-top: var(--section-spacing);
}

#mkt-page .hero-section + .stats-section {
    margin-top: 0;
}

#mkt-page * {
    box-sizing: border-box;
}

#mkt-page .rexel-header,
.rexel-footer {
    width: 100%;
}

#mkt-page .header-img,
.footer-img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================
   THEMES — couleurs par univers
   ============================================ */

/* Lumotion (défaut) */
:root,
.theme-lumotion {
    --black: #47002D;
    --gray-dark: #303545;
    --gray-medium: #666F8A;
    --gray-light: #FBE1F2;
    --gray-border: #D7D9E4;
    --gray-bg: #FFF5F8;
    --white: #FFFFFF;
    --spacing-6: 24px;
    --spacing-12: 48px;
    --spacing-16: 64px;
    --violet-dark: #661448;
    --violet-light: #B36C99;
    --bleu-rexel: #0A287B;
    --gradient-main: linear-gradient(147deg, #F9E9CD 0%, #FF734D 100%);
    --gradient-vertical: linear-gradient(180deg, #FF734D 0%, #F9E9CD 100%);
    --gradient-vertical-inv: linear-gradient(180deg, #F9E9CD 0%, #FF734D 100%);
    --gradient-outils: linear-gradient(180deg, #FF734D 0%, #F9E9CD 100%);
    --lavande-bg: rgba(251, 225, 242, 0.40);
    --lavande-bg-light: rgba(251, 225, 242, 0.13);
    --black-rgb: 71, 0, 45;
    --hover-dark: #4F002E;
    --testimonials-bg: #E6B8D5;
    --testimonials-left-bg: #47002D;
    --testimonials-left-text: white;
    --dots-usecase: #C4B5D0;
    --tab-inactive: #B36C99;
    --section-spacing: 60px;
}

/* Conectis */
.theme-conectis {
    --black: #0F0A3E;
    --gray-light: #BDB9E6;
    --gray-bg: #E5E3F5;
    --violet-dark: #39147A;
    --violet-light: #A65BCC;
    --bleu-rexel: #002981;
    --gradient-main: linear-gradient(147deg, #A65BCC 0%, #39147A 100%);
    --gradient-vertical: linear-gradient(180deg, #39147A 0%, #A65BCC 100%);
    --gradient-vertical-inv: linear-gradient(180deg, #A65BCC 0%, #39147A 100%);
    --gradient-outils: linear-gradient(180deg, #39147A 0%, #A65BCC 100%);
    --lavande-bg: rgba(189, 185, 230, 0.40);
    --lavande-bg-light: rgba(189, 185, 230, 0.13);
    --black-rgb: 15, 10, 62;
    --hover-dark: #1A0F50;
    --testimonials-bg: #D5D2F0;
    --testimonials-left-bg: #0F0A3E;
    --testimonials-left-text: white;
    --dots-usecase: #B5B0D0;
    --tab-inactive: #BDB9E6;
}

/* Axolere */
.theme-axolere {
    --black: #332130;
    --gray-light: #FEE490;
    --gray-bg: #FFF5D6;
    --violet-dark: #5F3D5A;
    --violet-light: #FDE38F;
    --bleu-rexel: #0A287B;
    --gradient-main: linear-gradient(147deg, #FDE38F 0%, #FDA208 100%);
    --gradient-vertical: linear-gradient(180deg, #FDA208 0%, #FDE38F 100%);
    --gradient-vertical-inv: linear-gradient(180deg, #FDE38F 0%, #FDA208 100%);
    --gradient-outils: linear-gradient(180deg, #FDA208 0%, #FDE38F 100%);
    --lavande-bg: rgba(254, 228, 144, 0.40);
    --lavande-bg-light: rgba(254, 228, 144, 0.13);
    --black-rgb: 51, 33, 48;
    --hover-dark: #4A2D45;
    --testimonials-bg: #FFE695;
    --testimonials-left-bg: linear-gradient(180deg, #FE9F01 0%, #FDE695 100%);
    --testimonials-left-text: #332130;
    --dots-usecase: #94738E;
    --tab-inactive: #886078;
}

/* Climancy */
.theme-climancy {
    --black: #002A3D;
    --gray-light: #D2F0FF;
    --gray-bg: #E8F8F6;
    --violet-dark: #01B5BC;
    --violet-light: #99E3DE;
    --bleu-rexel: #0A287B;
    --gradient-main: linear-gradient(147deg, #99E3DE 0%, #00B9AA 100%);
    --gradient-vertical: linear-gradient(180deg, #00B9AA 0%, #99E3DE 100%);
    --gradient-vertical-inv: linear-gradient(1deg, #99E3DE 0%, #00B9AA 50%, #02ADE1 100%);
    --gradient-outils: linear-gradient(180deg, #00B9AA 0%, #99E3DE 100%);
    --lavande-bg: rgba(210, 240, 255, 0.40);
    --lavande-bg-light: rgba(210, 240, 255, 0.35);
    --black-rgb: 0, 42, 61;
    --hover-dark: #003A50;
    --testimonials-bg: #FFFFFF;
    --testimonials-left-bg: #002A3D;
    --testimonials-left-text: white;
    --dots-usecase: #90C8C0;
    --tab-inactive: rgba(0, 42, 61, 0.50);
}

/* Typography */
#mkt-page h1,
#mkt-page h2 {
    font-family: 'Rexel', sans-serif;
    margin: 0;
}

#mkt-page h1 {
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -1.5px;
    color: var(--black);
}

#mkt-page h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black);
}

#mkt-page h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.6px;
    color: var(--black);
    margin: 0;
}

#mkt-page p {
    margin: 0;
}

/* Texte body partagé */
#mkt-page .product-card-desc,
#mkt-page .service-card-desc,
#mkt-page .actus-card-desc,
#mkt-page .usecase-description,
#mkt-page .usecase-stat-label,
#mkt-page .faq-desc,
#mkt-page .video-text p,
#mkt-page .expertise-section .section-desc,
#mkt-page .expertise-header-right,
#mkt-page .actu-desc,
#mkt-page .market-card-desc,
#mkt-page .contact-feature-text,
#mkt-page .contact-method-label {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20.8px;
}

/* Buttons */
#mkt-page .btn-primary-custom,
#mkt-page .btn-secondary-custom {
    border: none;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 17px 19px;
    height: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.5px;
    cursor: pointer;
    transition: opacity 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}

#mkt-page .btn-primary-custom {
    background: var(--gradient-main);
    color: var(--white);
}

#mkt-page .btn-secondary-custom {
    background: transparent;
    color: var(--violet-dark);
    border: 1px solid var(--violet-dark);
}

/* Hero buttons : couleurs inversées */
#mkt-page .hero-section .btn-primary-custom {
    background: white;
    color: var(--black);
}

#mkt-page .hero-section .btn-secondary-custom {
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.62);
}

#mkt-page .btn-primary-custom:hover,
#mkt-page .btn-secondary-custom:hover {
    opacity: 0.9;
    text-decoration: none;
}

/* Boutons partagés — base commune */
#mkt-page .btn-conectis {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 19px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.5px;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}

#mkt-page .btn-conectis:hover {
    opacity: 0.9;
    text-decoration: none;
}

#mkt-page .btn-conectis .material-symbols-outlined {
    font-size: 16px;
}

#mkt-page .btn-conectis-dark {
    background: var(--violet-dark);
    color: white;
}

#mkt-page .btn-conectis-dark:hover {
    color: white;
}

#mkt-page .btn-conectis-light {
    background: white;
    color: var(--black);
}

#mkt-page .btn-conectis-light:hover {
    color: var(--black);
}


#mkt-page .card-custom {
    display: flex;
    flex-direction: column;
    gap: 25px;
    flex: 0 0 calc((100% - 60px) / 3);
}

/* Menu sticky navigation */
#mkt-page .menu-conectis {
    display: flex;
    height: 60px;
    padding: 0 22px;
    align-items: center;
    gap: 31px;
    border-bottom: 1px solid rgba(199, 169, 193, 0.40);
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}

#mkt-page .menu-conectis.visible {
    transform: translateY(0);
}

#mkt-page .menu-logo {
    flex-shrink: 0;
}

#mkt-page .menu-nav-links {
    display: flex;
    align-items: center;
    gap: 32px;
    flex: 1;
    position: relative;
    height: 62px;
    overflow: hidden;
}

#mkt-page .menu-nav-indicator {
    position: absolute;
    top: 58px;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--gradient-main);
    transition: width 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 0;
}

#mkt-page .menu-nav-indicator.active {
    opacity: 1;
}

#mkt-page .menu-nav-links a {
    color: rgba(var(--black-rgb), 0.50);
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: color 0.2s;
    white-space: nowrap;
}

#mkt-page .menu-nav-links a:hover,
#mkt-page .menu-nav-links a.active {
    color: var(--black);
}

#mkt-page .menu-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

#mkt-page .menu-phone-btn {
    display: flex;
    height: 45px;
    padding: 0 19px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: var(--gray-light);
    text-decoration: none;
    transition: opacity 0.2s;
    white-space: nowrap;
}

#mkt-page .menu-phone-btn:hover {
    opacity: 0.85;
}

#mkt-page .menu-phone-btn span {
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.5px;
}

#mkt-page .menu-phone-btn .material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-size: 19px;
    font-weight: 400;
}

#mkt-page .menu-cta-dark {
    display: flex;
    height: 45px;
    padding: 0 19px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: var(--violet-dark);
    text-decoration: none;
    transition: opacity 0.2s;
    white-space: nowrap;
}

#mkt-page .menu-cta-dark:hover {
    opacity: 0.9;
}

#mkt-page .menu-cta-dark span {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.5px;
}

#mkt-page .menu-cta-dark .material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-size: 16px;
    font-weight: 400;
}

/* Tabs - Expertise */
#mkt-page .expertise-tabs {
    display: flex;
    gap: 2px;
    border: none;
    margin-bottom: 0;
    list-style: none;
    padding: 0;
}

#mkt-page .expertise-tabs .nav {
    align-items: stretch;
}

#mkt-page .expertise-tabs .nav-item {
    flex: 1 1 0;
    display: flex;
}

#mkt-page .expertise-tabs .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding-bottom: 12px;
    border: none;
    border-radius: 0;
    padding: 0 4px;
    color: var(--violet-light);
    font-size: 16px;
    font-weight: 600;
    line-height: 22.5px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    background: transparent;
    position: relative;
    height: 100%;
    cursor: pointer;
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

#mkt-page .expertise-tabs .nav-link > span:first-child {
    flex: 1;
    display: flex;
    align-items: center;
}

#mkt-page .expertise-tabs .nav-link .tab-bar {
    width: 100%;
    height: 6px;
    background: var(--black);
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

#mkt-page .expertise-tabs .nav-link.active,
#mkt-page .expertise-tabs .nav-link.active span {
    color: var(--black) !important;
    background: transparent;
}

#mkt-page .expertise-tabs .nav-link:hover {
    color: var(--black);
    border: none;
}

#mkt-page .expertise-tabs .nav-link:not(.active),
#mkt-page .expertise-tabs .nav-link:not(.active):visited,
#mkt-page .expertise-tabs .nav-link:not(.active):focus,
#mkt-page .expertise-tabs a.nav-link:not(.active) {
    color: var(--tab-inactive) !important;
}

#mkt-page .expertise-tabs .nav-link:not(.active) span {
    color: var(--tab-inactive) !important;
}

#mkt-page .expertise-tabs .nav-link:not(.active):hover,
#mkt-page .expertise-tabs .nav-link:not(.active):hover span {
    color: var(--black) !important;
}

#mkt-page .expertise-tabs .nav-link:not(.active) .tab-bar {
    background: var(--black) !important;
}

#mkt-page .expertise-tabs .nav-link:focus,
#mkt-page .expertise-tabs .nav-link:active {
    outline: none;
    box-shadow: none;
}

/* Loading bar */
#mkt-page .loading-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--gradient-main);
    width: 0;
    transition: none;
}

/* Hero Section */
#mkt-page .hero-section {
    position: relative;
    min-height: 480px;
    overflow: hidden;
    border-bottom-left-radius: 65px;
}

#mkt-page .hero-section .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

#mkt-page .hero-logo {
    height: 90px;
    width: auto;
}

#mkt-page .hero-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18%, rgba(var(--black-rgb), 0.64) 49%, var(--black) 100%);
    z-index: 2;
}

#mkt-page .hero-content {
    position: relative;
    z-index: 3;
    width: 100%;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 42px 0 16px 0;
    gap: 35px;
}

#mkt-page .hero-content > .container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
}

#mkt-page .hero-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 500px;
    margin-top: auto;
}

#mkt-page .hero-section h1 {
    color: white;
    text-align: left;
    font-family: 'Rexel', sans-serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 38px;
}

#mkt-page .hero-section h1 .text-faded {
    color: rgba(255, 255, 255, 0.48);
}

#mkt-page .hero-subtitle {
    color: white;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    max-width: 500px;
}

#mkt-page .hero-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 20px;
}

/* Stats Section */
#mkt-page .stats-section {
    display: flex;
    padding: 43px 0 0 0;
    justify-content: center;
    align-items: center;
}

#mkt-page .stats-section > .container {
    border-bottom: 1px solid rgba(var(--black-rgb), 0.18);
    padding-bottom: 43px;
}

#mkt-page .hero-stats {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

#mkt-page .stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

#mkt-page .stat-icon {
    width: 57px;
    height: 57px;
    flex-shrink: 0;
    object-fit: contain;
}

#mkt-page .stat-value {
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    width: 169px;
}

/* Section tags */
#mkt-page .section-tag {
    display: inline-flex;
    align-self: flex-start;
    padding: 4px 5px;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-family: 'Rexel', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 14px;
    letter-spacing: 0.5px;
}

#mkt-page .section-tag-dark {
    background: var(--black);
    color: white;
}

#mkt-page .section-tag-light {
    background: var(--gray-light);
    color: var(--black);
}

/* Section labels (shared) */
#mkt-page .solutions-label,
#mkt-page .services-label,
#mkt-page .usecases-label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--gray-medium);
    margin-bottom: 20px;
}

/* Expertise Section */
#mkt-page .expertise-section {
    padding: 0;
}

#mkt-page .expertise-section .section-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mkt-page .expertise-section h2 {
    text-align: left;
    font-size: 28px;
    line-height: 26px;
}

#mkt-page .expertise-section .section-desc {
    max-width: 772px;
    color: var(--black);
    margin: 0;
}

#mkt-page .expertise-tabs-wrapper {
    display: flex;
    flex-direction: column;
}

/* Expertise content box */
#mkt-page .expertise-content-box {
    padding: 50px 37px 24px 37px;
    border-bottom-left-radius: 60px;
    border: 1px solid rgba(var(--black-rgb), 0.18);
    overflow: hidden;
}

#mkt-page .expertise-header {
    display: flex;
    align-items: flex-end;
    gap: 152px;
    margin-bottom: 40px;
}

#mkt-page .expertise-header-left {
    width: 484px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mkt-page .expertise-header-left h3 {
    font-family: 'Rexel', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
    margin: 0;
}

#mkt-page .expertise-header-right {
    flex: 1;
    color: var(--black);
}

#mkt-page .expertise-header-right p {
    margin: 0;
}

/* Expertise cards slider */
#mkt-page .block-level-slide {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

/* expertise-cards-track supprimé — migré vers carousel-surf */

#mkt-page .block-level-slide .slider-pagination {
    flex: 1;
}

#mkt-page .block-level-slide .slider-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 24px;
    position: relative;
}

/* Bootstrap Surf — multi-item carousel (scoped to .carousel-surf) */
#mkt-page .block-level-slide .carousel {
    width: 100%;
}

#mkt-page .carousel-surf .carousel-inner .carousel-item.active,
#mkt-page .carousel-surf .carousel-inner .carousel-item-next,
#mkt-page .carousel-surf .carousel-inner .carousel-item-prev {
    display: flex;
    flex-wrap: nowrap;
}

#mkt-page .carousel-surf .carousel-inner .carousel-item > .col-slide {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 15px;
}

#mkt-page .carousel-surf .carousel-inner .carousel-item-next:not(.carousel-item-start),
#mkt-page .carousel-surf .carousel-inner .active.carousel-item-end {
    transform: translateX(33.333%);
}

#mkt-page .carousel-surf .carousel-inner .carousel-item-prev:not(.carousel-item-end),
#mkt-page .carousel-surf .carousel-inner .active.carousel-item-start {
    transform: translateX(-33.333%);
}

#mkt-page .carousel-surf .carousel-inner .carousel-item-next,
#mkt-page .carousel-surf .carousel-inner .carousel-item-prev {
    position: absolute;
    top: 0;
}

/* Mode 3 visible + peek (.surf-3-peek) — flush bord droit content-box */
#mkt-page .expertise-content-box {
    padding-right: 0;
}

#mkt-page .expertise-content-box .expertise-header,
#mkt-page .expertise-content-box .slider-pagination,
#mkt-page .expertise-content-box .expertise-nav {
    margin-right: 37px;
}

#mkt-page .carousel-surf.surf-3-peek {
    overflow: hidden;
    margin-left: -15px;
    width: calc(100% + 15px);
}

#mkt-page .carousel-surf.surf-3-peek .carousel-inner .carousel-item {
    background: white;
}

#mkt-page .carousel-surf.surf-3-peek .carousel-inner .carousel-item > .col-slide {
    flex: 0 0 calc(100% / 3.3);
    max-width: calc(100% / 3.3);
    padding: 0 15px;
}

#mkt-page .carousel-surf.surf-3-peek .carousel-inner .carousel-item-next:not(.carousel-item-start),
#mkt-page .carousel-surf.surf-3-peek .carousel-inner .active.carousel-item-end {
    transform: translateX(calc(100% / 3.3));
}

#mkt-page .carousel-surf.surf-3-peek .carousel-inner .carousel-item-prev:not(.carousel-item-end),
#mkt-page .carousel-surf.surf-3-peek .carousel-inner .active.carousel-item-start {
    transform: translateX(calc(-100% / 3.3));
}

#mkt-page .card-custom {
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 0 0 calc((100% - 100px) / 6.3);
    scroll-snap-align: start;
}

#mkt-page .col-slide .card-custom {
    flex: 1 1 100%;
    width: 100%;
}

/* Card image container */
#mkt-page .product-card-img {
    width: 100%;
    height: 291px;
    background: white;
    overflow: hidden;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid rgba(var(--black-rgb), 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}

#mkt-page .product-card-img img {
    max-width: 100%;
    object-fit: contain;
    padding: 15px;
}

/* Card body */
#mkt-page .product-card-body {
    display: flex;
    flex-direction: column;
    gap: 35px;
    flex-grow: 1;
}

#mkt-page .product-card-body .btn-product {
    margin-top: auto;
}

#mkt-page .product-card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#mkt-page .product-card-title {
    font-family: 'Rexel', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
}

#mkt-page .product-card-desc {
    color: var(--black);
}

/* Product button — spécifiques */
#mkt-page .btn-product {
    height: 50px;
    white-space: nowrap;
    align-self: flex-start;
}

#mkt-page .btn-product:hover {
    background: var(--hover-dark);
    opacity: 1;
}

/* Expertise navigation arrows */
#mkt-page .expertise-nav {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 24px;
    order: 2;
    width: 100%;
}

#mkt-page .expertise-nav-btn {
    width: 44px;
    height: 42px;
    background: var(--violet-dark);
    color: white;
    border: 0.8px solid white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#mkt-page .expertise-nav-btn:hover {
    background: var(--hover-dark);
}

#mkt-page .expertise-nav-btn .material-symbols-outlined {
    font-size: 20px;
}

/* Card descriptions (shared) — couleur héritée par défaut, voir règles spécifiques */

/* Actu Section - Offre du moment */
#mkt-page .actu-section {
    padding: 0;
}

#mkt-page .actu-section .carousel,
#mkt-page .actu-section .carousel-inner,
#mkt-page .actu-section .carousel-item {
    width: 100%;
    height: auto;
}

#mkt-page #actuSlider {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    overflow: hidden;
}

#mkt-page .actu-slide {
    width: 100%;
    background: var(--hover-dark);
    position: relative;
}

#mkt-page .actu-slide-row {
    display: flex;
    align-items: stretch;
    min-height: 320px;
}

#mkt-page .actu-slide-col-text {
    flex: 0 0 40%;
    max-width: 40%;
}

#mkt-page .actu-slide-col-image {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

#mkt-page .actu-slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    z-index: 1;
}

#mkt-page .actu-content {
    padding: 68px 0 68px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    z-index: 2;
}

#mkt-page .actu-content .actu-text-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mkt-page .actu-content .actu-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#mkt-page .actu-title {
    color: white;
    font-size: 28px;
    font-family: 'Rexel', sans-serif;
    font-weight: 400;
    line-height: 32.5px;
}

#mkt-page .actu-desc {
    color: white;
    max-width: 405px;
}

/* .actu-btn — tout hérité de .btn-conectis + .btn-conectis-light */


#mkt-page .actu-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 6px;
    z-index: 3;
}

#mkt-page .actu-dots .carousel-indicators {
    position: static;
    margin: 0;
    display: flex;
    gap: 8px;
}

#mkt-page .actu-dots .carousel-indicators li {
    background: var(--gray-light);
}

#mkt-page .actu-dots .carousel-indicators li.active {
    background: white;
}

#mkt-page .actu-nav {
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

#mkt-page .actu-nav a {
    width: 44px;
    height: 42px;
    background: var(--black);
    border: 0.8px solid rgba(255, 255, 255, 0.54);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: 1;
    cursor: pointer;
}

#mkt-page .actu-nav a:first-child {
    border-top-right-radius: 8px;
}

#mkt-page .actu-nav a:last-child {
    border-bottom-right-radius: 8px;
}

#mkt-page .actu-nav a:hover {
    background: var(--violet-dark);
}

#mkt-page .actu-nav .material-symbols-outlined {
    font-size: 18px;
    color: white;
}

/* Solutions Section (Les marchés) */
#mkt-page .solutions-section {
    padding: var(--section-spacing) 0 0 0;
    position: relative;
}

#mkt-page .solutions-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 531px;
    background: var(--lavande-bg);
    z-index: 0;
}

#mkt-page .solutions-section .container {
    position: relative;
    z-index: 1;
}

#mkt-page .solutions-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mkt-page .solutions-header .section-desc {
    max-width: 772px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20.8px;
    color: var(--black);
}

#mkt-page .solutions-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px;
}

#mkt-page .market-card {
    min-width: 0;
    padding: 31px 24px 27px 24px;
    background: var(--gradient-vertical-inv);
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#mkt-page .market-card-content {
    display: flex;
    flex-direction: column;
    gap: 35px;
    flex: 1;
}

#mkt-page .market-card-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#mkt-page .market-card-title {
    font-family: 'Rexel', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
}

#mkt-page .market-card-desc {
    color: var(--black);
}

#mkt-page .market-card-image {
    margin-top: auto;
    padding: 20px;
    background: white;
    overflow: hidden;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

#mkt-page .market-card-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Services Section */
#mkt-page .services-section {
    padding: 0;
}

#mkt-page .services-section .services-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}

#mkt-page .services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 32px;
}

#mkt-page .service-card {
    width: calc((100% - 64px) / 3);
    min-width: 280px;
    padding: 20px 29px;
    background: white;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    border: 1px solid rgba(var(--black-rgb), 0.18);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 26px;
}

#mkt-page .service-card-content {
    display: flex;
    flex-direction: column;
    gap: 51px;
    flex: 1;
}

#mkt-page .service-card-icon-wrapper {
    width: 55.5px;
    height: 55.5px;
    background: var(--gray-light);
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

#mkt-page .service-card-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

#mkt-page .service-card-icon-wrapper .material-symbols-outlined {
    width: 100%;
    height: 100%;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mkt-page .service-card-logo {
    width: 55.5px;
    height: 55.5px;
    flex-shrink: 0;
}

#mkt-page .service-card-text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#mkt-page .service-card-title {
    font-size: 20px;
    font-family: 'Rexel', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
}

#mkt-page .service-card-desc {
    color: var(--black);
}

#mkt-page .service-card-link {
    align-self: flex-start;
    margin-top: auto;
}

/* CTA Band */
#mkt-page .cta-band {
    padding: 0;
}

#mkt-page .cta-band-inner {
    padding: 40px 50px;
    background: var(--gradient-main);
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#mkt-page .cta-band h2 {
    font-size: 42px;
    font-family: 'Rexel', sans-serif;
    font-weight: 400;
    line-height: 48px;
    color: var(--black);
    margin: 0;
}

#mkt-page .cta-band-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

#mkt-page .cta-btn-primary {
    white-space: nowrap;
}

#mkt-page .cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--black);
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 22.5px;
    text-decoration: none;
    white-space: nowrap;
}

#mkt-page .cta-phone:hover {
    opacity: 0.8;
    color: var(--black);
    text-decoration: none;
}

#mkt-page .cta-phone .material-symbols-outlined {
    font-size: 19px;
}

#mkt-page .cta-phone-number {
    font-weight: 600;
}

/* Video Section */
#mkt-page .video-section {
    padding: 0;
    background: white;
}

#mkt-page .video-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 24px;
    padding-right: 30px;
}

#mkt-page .video-text h2 {
    line-height: 26px;
}

#mkt-page .video-text p {
    color: var(--black);
    margin: 0;
}

#mkt-page .video-player {
    height: 100%;
    min-height: 300px;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
}

#mkt-page .video-player img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mkt-page .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 63px;
    height: 63px;
    background: var(--gradient-vertical);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

#mkt-page .video-play-btn .material-symbols-outlined {
    color: white;
    font-size: 24px;
    margin-left: 3px;
}

/* Testimonials Section */
/* Testimonials Section */
#mkt-page .testimonials-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 60px;
}

#mkt-page .testimonials-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

#mkt-page .testimonials-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    gap: 21px;
}

#mkt-page .testimonials-left {
    width: 428px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 28px 33px;
    background: var(--testimonials-left-bg);
    border-bottom-left-radius: 30px;
    overflow: hidden;
}

#mkt-page .testimonials-left-top {
    display: flex;
    flex-direction: column;
    gap: 101px;
}

#mkt-page .testimonials-left-bottom {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

#mkt-page .testimonials-left-title {
    font-size: 28px;
    font-family: 'Rexel', sans-serif;
    font-weight: 400;
    line-height: 32px;
    color: var(--testimonials-left-text);
}

#mkt-page .testimonials-left-subtitle {
    font-size: 20px;
    font-family: 'Rexel', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: var(--testimonials-left-text);
}

#mkt-page .testimonials-right {
    flex: 1;
    min-width: 0;
    position: relative;
    background: var(--testimonials-bg);
    border-top-right-radius: 30px;
    overflow: hidden;
    padding: 51px 44px;
}

#mkt-page .testimonials-quote-row {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 41px;
}

#mkt-page .testimonials-quote-icon {
    width: 40px;
    height: 30px;
    flex-shrink: 0;
}

#mkt-page .testimonials-quote-icon img {
    width: 100%;
    height: 100%;
}

#mkt-page .testimonial-slider-wrapper {
    flex: 1;
    overflow: hidden;
    min-width: 0;
}

#mkt-page .testimonial-slides {}

#mkt-page .testimonial-slide {
    display: flex;
    flex-direction: column;
    gap: 41px;
}

#mkt-page .testimonial-text {
    font-size: 19px;
    font-family: 'Rexel', sans-serif;
    font-weight: 400;
    color: var(--black);
}

#mkt-page .testimonial-author {
    display: flex;
    align-items: center;
    gap: 23px;
    padding-left: 3px;
}

#mkt-page .testimonial-avatar {
    width: 64px;
    height: 64px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    object-fit: cover;
}

#mkt-page .testimonial-name {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 18.2px;
    color: var(--black);
}

#mkt-page .testimonial-function {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 18.2px;
    color: var(--black);
}

/* Dots containers — testimonials & actus */
#mkt-page .testimonials-dots,
#mkt-page .actus-dots {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Testimonial — pas de contexte de positionnement sur block-level-slide ni carousel (dots/arrows se positionnent dans .testimonials-right) */
#mkt-page .testimonials-right .block-level-slide,
#mkt-page .testimonials-right #testimonialCarousel {
    position: static;
}

/* Testimonials dots — positionnés dans .testimonials-right */
#mkt-page .testimonials-dots {
    position: absolute;
    bottom: 23px;
    left: 50%;
    transform: translateX(-50%);
}

#mkt-page .testimonials-dots li {
    background: rgba(107, 102, 158, 0.50);
}

#mkt-page .testimonials-arrows {
    position: absolute;
    right: 16px;
    bottom: 18px;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

#mkt-page .testimonials-arrow {
    width: 44px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--violet-dark);
    border: none;
    cursor: pointer;
    padding: 0;
}

#mkt-page .testimonials-arrow:first-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

#mkt-page .testimonials-arrow .material-symbols-outlined {
    font-size: 16px;
    color: white;
}

/* Use Cases Section */
#mkt-page .usecases-section {
    padding: var(--section-spacing) 0;
    background: var(--gradient-vertical-inv);
}

#mkt-page .usecases-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}

#mkt-page .usecases-title {
    font-size: 28px;
    font-family: 'Rexel', sans-serif;
    font-weight: 400;
    line-height: 26px;
    color: var(--black);
}

#mkt-page .usecases-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

#mkt-page .usecase-card {
    display: flex;
    align-items: center;
    gap: 83px;
    padding: 30px 21px;
    background: white;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid rgba(var(--black-rgb), 0.18);
    overflow: hidden;
}

#mkt-page .usecase-card.img-first {
    flex-direction: row;
}

#mkt-page .usecase-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

#mkt-page .usecase-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mkt-page .usecase-text-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#mkt-page .usecase-heading {
    font-size: 20px;
    font-family: 'Rexel', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
}

#mkt-page .usecase-description {
    color: var(--black);
}

#mkt-page .usecase-stats {
    display: flex;
    gap: 57px;
}

#mkt-page .usecase-stat {
    display: flex;
    align-items: center;
    gap: 25px;
}

#mkt-page .usecase-stat-bar {
    width: 9px;
    align-self: stretch;
    background: var(--gradient-vertical-inv);
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    flex-shrink: 0;
}

#mkt-page .usecase-stat-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 159px;
}

#mkt-page .usecase-stat-value {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

#mkt-page .usecase-stat-number {
    font-size: 40.71px;
    font-family: 'Rexel', sans-serif;
    font-weight: 400;
    line-height: 48.86px;
    color: var(--black);
}

#mkt-page .usecase-stat-unit {
    font-size: 14.73px;
    font-family: 'Rexel', sans-serif;
    font-weight: 400;
    line-height: 17.68px;
    color: var(--black);
}

#mkt-page .usecase-stat-label {
    color: var(--black);
}

#mkt-page .usecase-link {
    align-self: flex-start;
}

#mkt-page .usecase-image-wrapper {
    flex: 1;
    height: 402px;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #F4F6FA;
}

#mkt-page .usecase-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#mkt-page .usecase-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 63px;
    height: 63px;
    background: var(--gradient-main);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

#mkt-page .usecase-play-btn .material-symbols-outlined {
    color: white;
    font-size: 24px;
    margin-left: 3px;
}

#mkt-page #usecaseSlider {
    position: relative;
}

#mkt-page .usecase-dots {
    position: relative;
    bottom: auto;
    left: auto;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 20px 0 0 0;
    padding: 0;
}

#mkt-page .usecase-dots li {
    background: var(--dots-usecase);
}

/* Actus Section */
#mkt-page .actus-section {
    padding: 0;
    background: white;
}

#mkt-page .actus-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 44px;
}

#mkt-page .actus-header-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mkt-page .actus-slider-wrapper {
    overflow: hidden;
}

#mkt-page .actus-grid {}

#mkt-page .actus-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#mkt-page .actus-card-image {
    width: 100%;
    height: 339px;
    object-fit: cover;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

#mkt-page .actus-card-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#mkt-page .actus-card-meta {
    display: flex;
    align-items: center;
    gap: 17px;
}

#mkt-page .actus-card-date {
    display: flex;
    align-items: center;
    gap: 6px;
}

#mkt-page .actus-card-date .material-symbols-outlined {
    font-size: 19px;
    color: var(--black);
}

#mkt-page .actus-card-date span:last-child {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 22.5px;
    color: var(--black);
}

#mkt-page .actus-card-title {
    font-size: 20px;
    font-family: 'Rexel', sans-serif;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#mkt-page .actus-card-desc {
    color: var(--black);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#mkt-page .actus-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-top: 60px;
    position: relative;
}

/* Actus dots — spécifiques */
#mkt-page .actus-dot {
    background: var(--gray-light);
}

#mkt-page .actus-arrows {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    border: 1px solid rgba(var(--black-rgb), 0.18);
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
}

#mkt-page .actus-arrow {
    width: 44px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    border-right: 1px solid rgba(var(--black-rgb), 0.18);
    cursor: pointer;
    padding: 0;
}

#mkt-page .actus-arrow:last-child {
    border-right: none;
}

#mkt-page .actus-arrow .material-symbols-outlined {
    font-size: 16px;
    color: var(--black);
}

/* Contact Form Section */
#mkt-page .contact-section {
    padding: 0 0 96px 0;
    background: white;
}

#mkt-page .contact-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

#mkt-page .row.contact-wrapper {
    display: flex;
    gap: 0;
}

#mkt-page .contact-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 35px;
    overflow: hidden;
}

#mkt-page .contact-left-top {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#mkt-page .contact-heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mkt-page .contact-title {
    font-family: 'Rexel', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    color: var(--black);
}

#mkt-page .contact-methods {
    display: flex;
    align-items: center;
    gap: 22px;
}

#mkt-page .contact-method {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

#mkt-page .contact-method-label {
    line-height: 22.5px;
    color: var(--black);
}

#mkt-page .contact-method-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 17px 19px;
    height: 37px;
    background: var(--lavande-bg);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-decoration: none;
}

#mkt-page .contact-method-btn .material-symbols-outlined {
    font-size: 19px;
    color: var(--black);
}

#mkt-page .contact-method-btn span:last-child {
    font-size: 16px;
    font-weight: 600;
    line-height: 22.5px;
    color: var(--black);
}

#mkt-page .contact-features {
    padding-top: 19px;
    border-top: 1px solid rgba(15, 10, 61, 0.08);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    gap: 6px;
}

#mkt-page .contact-feature {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 19px;
    height: 37px;
    background: var(--lavande-bg);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#mkt-page .contact-feature .material-symbols-outlined {
    font-size: 16px;
    color: var(--black);
}

#mkt-page .contact-feature-text {
    line-height: 22.5px;
    color: var(--black);
}

#mkt-page .contact-right {
    flex: 1;
}

#mkt-page .contact-right form {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

#mkt-page .form-row-inline {
    display: flex;
    align-items: center;
    gap: 23px;
}

#mkt-page .form-row-inline .form-field:first-child {
    width: 281px;
    flex-shrink: 0;
}

#mkt-page .form-row-inline .form-field:last-child {
    flex: 1;
}

#mkt-page .form-field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

#mkt-page .form-field label {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.5px;
    color: var(--black);
}

#mkt-page .form-field label .required {
    color: var(--gray-light);
}

#mkt-page .form-field input,
#mkt-page .form-field textarea {
    height: 44px;
    padding: 10px 17px;
    background: white;
    border: none;
    outline: 1px solid rgba(var(--black-rgb), 0.18);
    outline-offset: -1px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.5px;
    color: var(--black);
}

#mkt-page .form-field input::placeholder,
#mkt-page .form-field textarea::placeholder {
    color: rgba(var(--black-rgb), 0.30);
}

#mkt-page .form-field textarea {
    height: 260px;
    resize: vertical;
}

#mkt-page .form-field input:focus,
#mkt-page .form-field textarea:focus,
#mkt-page .form-field .select-wrapper:focus-within {
    outline: 1px solid var(--black);
}

/* Select custom */
#mkt-page .select-wrapper {
    position: relative;
    height: 44px;
    outline: 1px solid rgba(var(--black-rgb), 0.18);
    outline-offset: -1px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

#mkt-page .select-wrapper select {
    width: 100%;
    height: 100%;
    padding: 5px 50px 5px 17px;
    border: none;
    outline: none;
    background: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.5px;
    color: var(--black);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

#mkt-page .select-wrapper select:invalid,
#mkt-page .select-wrapper select option[value=""] {
    color: rgba(var(--black-rgb), 0.30);
}

#mkt-page .select-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    height: 100%;
    background: var(--violet-dark);
    border-top-right-radius: 7.59px;
    border-bottom-left-radius: 7.59px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

#mkt-page .select-arrow .material-symbols-outlined {
    font-size: 18px;
    color: white;
}

#mkt-page .form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

#mkt-page .form-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin: 0;
    border-radius: 2px;
    border: 1px solid rgba(var(--black-rgb), 0.18);
    accent-color: var(--violet-dark);
}

#mkt-page .form-checkbox label {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: var(--black);
}

#mkt-page .form-checkbox label a {
    color: var(--black);
    text-decoration: underline;
}

#mkt-page .form-submit {
    height: 50px;
    align-self: flex-start;
    transition: opacity 0.3s;
    margin-bottom: 60px;
}

/* SEO Block */
#mkt-page .seo-section {
    padding: var(--section-spacing) 0;
    background: var(--lavande-bg-light);
}

#mkt-page .seo-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
}

#mkt-page .seo-title {
    font-family: 'Rexel', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--black);
}

#mkt-page .seo-text {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 17.5px;
    color: var(--black);
}

#mkt-page .seo-text strong {
    font-weight: 600;
}

#mkt-page .seo-btn {
    height: 50px;
    transition: opacity 0.3s;
}

#mkt-page .seo-collapse {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

#mkt-page .seo-collapse.open {
    max-height: 600px;
}

/* FAQ Section */
#mkt-page .faq-section {
    padding: var(--section-spacing) 0;
    margin-top: 0 !important;
    background: var(--lavande-bg);
}

#mkt-page .faq-inner {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

#mkt-page .faq-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mkt-page .faq-title {
    font-family: 'Rexel', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black);
}

#mkt-page .faq-desc {
    max-width: 772px;
    color: var(--black);
}

#mkt-page .faq-grid {
    display: flex;
    align-items: flex-start;
    gap: 29px;
}

#mkt-page .faq-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mkt-page .faq-card {
    padding: 32px;
    background: white;
    box-shadow: 0px 20px 95px rgba(201, 203, 204, 0.30);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    outline: 1px solid #F3F4FE;
    outline-offset: -1px;
    cursor: pointer;
}

#mkt-page .faq-card-header {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

#mkt-page .faq-card-icon {
    width: 37px;
    height: 34px;
    flex-shrink: 0;
    background: var(--violet-dark);
    border-top-right-radius: 7.59px;
    border-bottom-left-radius: 7.59px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mkt-page .faq-card-icon .material-symbols-outlined {
    font-size: 18px;
    color: white;
}

#mkt-page .faq-card-question {
    flex: 1;
    opacity: 0.88;
    font-family: 'Rexel', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black);
}

#mkt-page .faq-card-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, margin-top 0.3s ease;
    margin-top: 0;
    color: var(--black);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

#mkt-page .faq-card.open .faq-card-answer {
    max-height: 200px;
    margin-top: 15px;
}

/* Dots — style partagé (8px, tous sliders) */
#mkt-page .slider-pagination .dot,
#mkt-page .testimonials-dots li,
#mkt-page .actus-dot,
#mkt-page .actu-dots .carousel-indicators li,
#mkt-page .usecase-dots li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--dots-usecase);
    border: none;
    margin: 0;
    padding: 0;
    opacity: 1;
    text-indent: 0;
    cursor: pointer;
    transition: background 0.3s;
}

#mkt-page .slider-pagination .dot.active,
#mkt-page .testimonials-dots li.active,
#mkt-page .actus-dot.active,
#mkt-page .usecase-dots li.active {
    background: var(--black);
}

#mkt-page .slider-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

/* ============================================
   MEDIA QUERIES INTERMÉDIAIRES
   Breakpoints: 1400px → 1200px → 992px → 576px
   ============================================ */

@media (max-width: 1400px) {}

@media (max-width: 1280px) {
    #mkt-page .expertise-tabs .nav-link {
        font-size: 13px;
        padding: 0 2px;
        white-space: nowrap;
    }
}

@media (max-width: 1200px) {
    #mkt-page .hero-stats {
        gap: 30px;
        flex-wrap: wrap;
    }

    #mkt-page .expertise-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    #mkt-page .expertise-header-left {
        width: 100%;
    }

    #mkt-page .cta-band-inner {
        padding: 32px 24px;
        border-top-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    #mkt-page .cta-band h2 {
        font-size: 32px;
        line-height: 38px;
    }

    #mkt-page .cta-band-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    #mkt-page .usecase-card {
        gap: 40px;
    }

    #mkt-page .usecase-image-wrapper {
        width: 100%;
        height: auto;
    }

    #mkt-page .contact-methods {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

@media (max-width: 992px) {
    #mkt-page .hero-inner {
        padding-left: 40px;
    }

    #mkt-page .contact-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    #mkt-page .contact-right {
        width: 100%;
    }

    #mkt-page .contact-right iframe {
        min-height: 680px !important;
        width: 100% !important;
    }

    #mkt-page .contact-methods {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    #mkt-page .form-row-inline {
        flex-direction: column;
        gap: 24px;
    }

    #mkt-page .form-row-inline .form-field:first-child,
    #mkt-page .form-row-inline .form-field:last-child {
        width: 100%;
    }

    #mkt-page .usecase-card {
        flex-direction: column-reverse;
        gap: 16px;
    }

    #mkt-page .usecase-card.img-first {
        flex-direction: column;
    }

    #mkt-page .usecase-image-wrapper {
        width: 100%;
        height: auto;
    }

    #mkt-page .testimonials-section {
        border-bottom-left-radius: 30px;
    }

    #mkt-page .testimonials-inner {
        flex-direction: column;
        gap: 15px;
    }

    #mkt-page .testimonials-left {
        width: 100%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 30px;
        padding: 28px 33px;
    }

    #mkt-page .testimonials-right {
        border-top-right-radius: 0;
        border-bottom-left-radius: 30px;
        padding: 36px 29px;
    }
}

@media (max-width: 992px) and (min-width: 769px) {

    /* Standard carousel-surf : 2 visible */
    #mkt-page .carousel-surf .carousel-inner .carousel-item > .col-slide {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #mkt-page .carousel-surf .carousel-inner .carousel-item > .col-slide:nth-child(n+3) {
        display: none;
    }

    #mkt-page .carousel-surf .carousel-inner .carousel-item-next:not(.carousel-item-start),
    #mkt-page .carousel-surf .carousel-inner .active.carousel-item-end {
        transform: translateX(50%);
    }

    #mkt-page .carousel-surf .carousel-inner .carousel-item-prev:not(.carousel-item-end),
    #mkt-page .carousel-surf .carousel-inner .active.carousel-item-start {
        transform: translateX(-50%);
    }

    /* Peek tablette : 2 visible + peek */
    #mkt-page .carousel-surf.surf-3-peek .carousel-inner .carousel-item > .col-slide {
        flex: 0 0 calc(100% / 2.2);
        max-width: calc(100% / 2.2);
    }

    #mkt-page .carousel-surf.surf-3-peek .carousel-inner .carousel-item > .col-slide:nth-child(3) {
        display: block;
    }

    #mkt-page .carousel-surf.surf-3-peek .carousel-inner .carousel-item-next:not(.carousel-item-start),
    #mkt-page .carousel-surf.surf-3-peek .carousel-inner .active.carousel-item-end {
        transform: translateX(calc(100% / 2.2));
    }

    #mkt-page .carousel-surf.surf-3-peek .carousel-inner .carousel-item-prev:not(.carousel-item-end),
    #mkt-page .carousel-surf.surf-3-peek .carousel-inner .active.carousel-item-start {
        transform: translateX(calc(-100% / 2.2));
    }
}

@media (max-width: 576px) {
    #mkt-page .hero-inner {
        padding-left: 20px;
    }

}

/* ============================================
   MEDIA QUERIES MOBILE
   Breakpoint: max-width 768px
   ============================================ */

@media (max-width: 768px) {

    #mkt-page h2 {
        font-size: 22px;
        line-height: 28px;
    }

    /* Padding sections mobile */
    #mkt-page .actu-section,
    #mkt-page .solutions-section,
    #mkt-page .services-section,
    #mkt-page .cta-band,
    #mkt-page .usecases-section,
    #mkt-page .testimonials-section,
    #mkt-page .contact-section {
        padding: 48px 0;
    }

    /* Titres sections mobile */
    #mkt-page .solutions-header h2,
    #mkt-page .services-section h2 {
        font-size: 24px;
        line-height: 28px;
    }

    #mkt-page .usecases-title,
    #mkt-page .usecase-heading,
    #mkt-page .contact-title {
        font-size: 24px !important;
        line-height: 28.8px !important;
    }

    #mkt-page .usecase-image {
        height: 300px;
    }

    #mkt-page .usecase-stats {
        flex-direction: column;
    }

    /* ==========================================
       0. MENU STICKY - Position bottom + Scroll horizontal
       ========================================== */

    #mkt-page .menu-conectis {
        top: auto;
        bottom: 0;
        height: 56px;
        padding: 0 16px;
        border-bottom: none;
        border-top: 1px solid var(--gray-border);
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
        transform: translateY(100%);
    }

    #mkt-page .menu-conectis.visible {
        transform: translateY(0);
    }

    #mkt-page .menu-nav-links {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        flex-wrap: nowrap;
        width: 100%;
        scrollbar-width: none;
    }

    #mkt-page .menu-nav-links a {
        white-space: nowrap;
        font-size: 14px;
    }

    #mkt-page .menu-right {
        display: none;
    }

    #mkt-page .menu-nav-links::-webkit-scrollbar {
        display: none;
    }

    /* ==========================================
       1. CONTAINER GLOBAL - Padding 64px → 20px
       ========================================== */


    /* ==========================================
       2. HERO SECTION - Typography + Boutons vertical
       ========================================== */

    #mkt-page .hero-section {
        min-height: 400px;
        border-bottom-left-radius: 30px;
    }

    #mkt-page .hero-logo {
        height: 50px;
    }

    #mkt-page .hero-content {
        padding: 24px 0 32px 0;
        gap: 30px;
    }

    #mkt-page .hero-inner {
        padding-left: 0;
        padding-right: 0;
        gap: 16px;
        max-width: 100%;
        overflow: hidden;
    }

    #mkt-page .hero-section h1 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    #mkt-page .hero-subtitle {
        font-size: 14px;
        line-height: 19px;
        max-width: 100%;
    }

    #mkt-page .hero-buttons {
        flex-direction: column;
        gap: 12px;
        width: 100%;
    }

    #mkt-page .hero-buttons a {
        width: 100%;
        text-align: center;
    }

    /* ==========================================
       3. STATS SECTION - Grille 2x2
       ========================================== */

    #mkt-page .stats-section {
        padding: 24px 20px;
    }

    #mkt-page .hero-stats {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        gap: 24px 16px;
    }

    #mkt-page .stat-value {
        font-size: 14px;
        line-height: 1.2;
        width: auto;
    }

    /* ==========================================
       4. EXPERTISE 360° - Tabs vertical + Content
       ========================================== */

    #mkt-page .expertise-section {
        padding: 48px 0 32px 0;
    }

    #mkt-page .expertise-section h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    #mkt-page .expertise-tabs {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
        gap: 8px !important;
        margin-bottom: 24px !important;
        padding: 0 20px !important;
        list-style: none !important;
        scrollbar-width: none !important;
    }

    #mkt-page .expertise-tabs::-webkit-scrollbar {
        display: none;
    }

    #mkt-page .expertise-tabs .nav-item {
        flex: 0 0 auto !important;
        width: auto !important;
        display: inline-block !important;
        margin-bottom: 0 !important;
    }

    #mkt-page .expertise-tabs .nav-link {
        white-space: nowrap;
        text-align: center;
        font-size: 14px;
        padding: 12px 16px;
    }

    #mkt-page .loading-bar {
        width: 100%;
    }

    #mkt-page .expertise-content-box {
        padding: 20px;
        border-radius: 14px;
        border-bottom-left-radius: 14px;
        margin: 0 0 24px 0;
        overflow: visible;
    }

    #mkt-page .expertise-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }

    #mkt-page .expertise-header-left {
        width: 100%;
        gap: 12px;
    }

    #mkt-page .expertise-header-left h3 {
        font-size: 18px;
        line-height: 1.2;
    }

    #mkt-page .expertise-header-right {
        font-size: 14px;
        line-height: 1.4;
    }

    /* Cards slider mobile → 1 card pleine largeur */
    #mkt-page .carousel-surf .carousel-inner .carousel-item > .col-slide {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #mkt-page .carousel-surf .carousel-inner .carousel-item > .col-slide:not(:first-child) {
        display: none;
    }

    #mkt-page .carousel-surf .carousel-inner .carousel-item-next:not(.carousel-item-start),
    #mkt-page .carousel-surf .carousel-inner .active.carousel-item-end {
        transform: translateX(100%);
    }

    #mkt-page .carousel-surf .carousel-inner .carousel-item-prev:not(.carousel-item-end),
    #mkt-page .carousel-surf .carousel-inner .active.carousel-item-start {
        transform: translateX(-100%);
    }

    /* Peek mobile : 1 visible + peek */
    #mkt-page .carousel-surf.surf-3-peek .carousel-inner .carousel-item > .col-slide {
        flex: 0 0 calc(100% / 1.15);
        max-width: calc(100% / 1.15);
    }

    #mkt-page .carousel-surf.surf-3-peek .carousel-inner .carousel-item > .col-slide:nth-child(2) {
        display: block;
    }

    #mkt-page .carousel-surf.surf-3-peek .carousel-inner .carousel-item > .col-slide:nth-child(n+3) {
        display: none;
    }

    #mkt-page .carousel-surf.surf-3-peek .carousel-inner .carousel-item-next:not(.carousel-item-start),
    #mkt-page .carousel-surf.surf-3-peek .carousel-inner .active.carousel-item-end {
        transform: translateX(calc(100% / 1.15));
    }

    #mkt-page .carousel-surf.surf-3-peek .carousel-inner .carousel-item-prev:not(.carousel-item-end),
    #mkt-page .carousel-surf.surf-3-peek .carousel-inner .active.carousel-item-start {
        transform: translateX(calc(-100% / 1.15));
    }

    #mkt-page .product-card-img {
        height: 240px;
    }

    #mkt-page .expertise-nav {
        display: none;
    }

    #mkt-page .card-custom {
        flex: 0 0 80% !important;
    }


    /* ==========================================
       5. ACTU SLIDER - Offres du moment
       ========================================== */

    #mkt-page .actu-slide {
        height: auto;
        border-radius: 14px;
    }

    #mkt-page .actu-slide-row {
        flex-direction: column;
        min-height: auto;
    }

    #mkt-page .actu-slide-col-text,
    #mkt-page .actu-slide-col-image {
        flex: none;
        max-width: 100%;
    }

    #mkt-page .actu-slide-col-image {
        order: -1;
    }

    #mkt-page .actu-slide-image {
        height: 200px;
        object-fit: contain;
        object-position: center top;
        padding: 15px 15px 0 15px;
    }

    #mkt-page .actu-content {
        width: 100%;
        padding: 0 27px 80px 27px;
        gap: 40px;
    }

    #mkt-page .actu-title {
        font-size: 22px;
        line-height: 32.5px;
    }

    #mkt-page .actu-dots {
        bottom: 20px;
    }

    #mkt-page .actu-nav {
        right: 16px;
        bottom: 10px;
    }

    /* ==========================================
       6. SOLUTIONS ADAPTÉES - Marchés
       ========================================== */

    #mkt-page .solutions-grid {
        flex-direction: column;
        gap: 16px;
    }

    #mkt-page .market-card {
        flex: none;
    }

    #mkt-page .market-card-title {
        font-size: 16px !important;
        line-height: 19.2px !important;
    }

    #mkt-page .market-card-desc {
        font-size: 14px !important;
        line-height: 18.2px !important;
    }

    /* ==========================================
       7. SERVICES SUR MESURE
       ========================================== */

    #mkt-page .services-grid {
        flex-direction: column;
        gap: 16px;
    }

    #mkt-page .service-card-title {
        font-size: 18px;
        line-height: 22px;
    }

    #mkt-page .service-card-desc {
        font-size: 14px;
        line-height: 18px;
    }

    #mkt-page .service-card {
        width: 100% !important;
        padding: 20px !important;
    }

    #mkt-page .service-card-link {
        font-size: 14px;
        padding: 14px 16px;
    }

    /* ==========================================
       6. CTA BAND
       ========================================== */

    #mkt-page .cta-band-inner {
        padding: 24px 20px;
        border-top-right-radius: 24px;
        border-bottom-left-radius: 24px;
        gap: 24px;
    }

    #mkt-page .cta-band h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    #mkt-page .cta-band-actions {
        gap: 16px;
    }

    /* ==========================================
       6c. VIDÉO
       ========================================== */

    #mkt-page .video-player {
        min-height: 220px;
        border-top-right-radius: 24px;
        border-bottom-left-radius: 24px;
    }

    /* ==========================================
       7. CAS D'USAGE
       ========================================== */

    #mkt-page .usecases-grid {
        gap: 12px;
    }

    #mkt-page .usecase-card {
        flex-direction: column-reverse !important;
        padding: 20px !important;
        gap: 16px;
        border-radius: 14px;
    }

    #mkt-page .usecase-card.img-first {
        flex-direction: column !important;
        padding: 20px !important;
    }

    #mkt-page .usecase-content {
        gap: 16px;
    }

    #mkt-page .usecase-header {
        gap: 12px;
    }

    #mkt-page .usecase-category {
        font-size: 14px;
    }

    #mkt-page .usecase-description {
        font-size: 16px;
        line-height: 24px;
    }

    #mkt-page .usecase-stats {
        flex-direction: row;
        gap: 16px;
    }

    #mkt-page .usecase-stats {
        align-items: flex-start;
    }

    #mkt-page .usecase-stat {
        flex: 1;
        align-items: flex-start;
    }

    #mkt-page .usecase-stat-content {
        width: auto;
    }

    #mkt-page .usecase-stat-value {
        align-items: baseline;
    }

    #mkt-page .usecase-stat-number {
        font-size: 28px;
        line-height: 34px;
    }

    #mkt-page .usecase-stat-label {
        font-size: 14px !important;
        line-height: 18.2px !important;
    }

    #mkt-page .usecase-link {
        margin-top: 8px;
        font-size: 16px;
    }

    #mkt-page .usecase-image {
        width: 100%;
        height: 246px;
        border-radius: 12px;
    }

    /* ==========================================
       7b. ACTUALITÉS
       ========================================== */

    #mkt-page .actus-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    #mkt-page .actus-header-left {
        width: 100%;
    }

    #mkt-page .actus-card {
        min-width: 100%;
        max-width: 100%;
    }

    #mkt-page .actus-card-image {
        height: 220px;
    }

    /* ==========================================
       8. TÉMOIGNAGES
       ========================================== */

    #mkt-page .testimonials-section {
        border-bottom-left-radius: 30px;
    }

    #mkt-page .testimonials-inner {
        flex-direction: column;
        gap: 15px;
    }

    #mkt-page .testimonials-left {
        width: 100%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 30px;
        padding: 28px 33px;
    }

    #mkt-page .testimonials-right {
        border-top-right-radius: 0;
        border-bottom-left-radius: 30px;
        padding: 36px 29px;
    }

    #mkt-page .testimonials-quote-icon {
        width: 28px;
        height: 21px;
    }

    #mkt-page .testimonial-text {
        font-size: 16px;
        line-height: 19.2px;
    }

    /* ==========================================
       9. CONTACT
       ========================================== */

    #mkt-page .contact-section {
        padding: 40px 0;
    }

    #mkt-page .contact-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    #mkt-page .contact-left {
        gap: 24px;
    }

    #mkt-page .contact-right {
        max-width: 100%;
    }

    #mkt-page .contact-methods {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    #mkt-page .contact-method-btn {
        font-size: 14px;
    }

    #mkt-page .contact-feature {
        font-size: 14px;
    }

    #mkt-page .form-row-inline {
        flex-direction: column;
        gap: 24px;
    }

    #mkt-page .form-row-inline .form-field:first-child,
    #mkt-page .form-row-inline .form-field:last-child {
        width: 100%;
    }

    #mkt-page .form-field label {
        font-size: 14px;
    }

    #mkt-page .form-field input,
    #mkt-page .form-field select,
    #mkt-page .form-field textarea {
        font-size: 14px;
    }

    #mkt-page .form-field input,
    #mkt-page .form-field select {
        height: 44px;
    }

    #mkt-page .form-field textarea {
        height: 160px;
    }

    #mkt-page .form-submit {
        width: 100%;
        justify-content: center;
    }

    /* ==========================================
       10. SEO SECTION
       ========================================== */

    #mkt-page .seo-section {
        padding: 40px 0;
    }

    #mkt-page .seo-title {
        font-size: 18px;
        line-height: 24px;
    }

    #mkt-page .seo-text {
        font-size: 13px;
        line-height: 17px;
    }

    /* ==========================================
       11. FAQ SECTION
       ========================================== */

    #mkt-page .faq-section {
        padding: 40px 0;
    }

    #mkt-page .faq-grid {
        flex-direction: column;
        gap: 16px;
    }

    #mkt-page .faq-card {
        padding: 24px;
    }

    #mkt-page .faq-card-question {
        font-size: 15px;
        line-height: 22px;
    }

    #mkt-page .faq-card-answer {
        font-size: 14px;
        line-height: 20px;
    }

    /* ==========================================
       6b. SOLUTIONS - Market cards mobile
       ========================================== */

    #mkt-page .market-card {
        min-height: auto;
        padding: 24px !important;
    }

    #mkt-page .market-card-content {
        gap: 20px;
    }

    #mkt-page .market-card-image {
        height: 180px;
    }


}

/* ============================================
   CAT PAGE — Buttons
   ============================================ */
#mkt-page .btn-cat {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 19px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.5px;
    border: none;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-decoration: none;
    cursor: pointer;
}

#mkt-page .btn-cat:hover {
    opacity: 0.9;
    text-decoration: none;
}

#mkt-page .btn-cat .material-symbols-outlined {
    font-size: 16px;
}

#mkt-page .btn-cat-dark {
    background: var(--violet-dark);
    color: white;
}

#mkt-page .btn-cat-dark:hover {
    background: var(--hover-dark);
    color: white;
    opacity: 1;
}

#mkt-page .btn-cat-light {
    background: white;
    color: var(--black);
    border: 1px solid rgba(var(--black-rgb), 0.18);
}

#mkt-page .btn-cat-light:hover {
    color: var(--black);
}

#mkt-page .btn-panier {
    height: 50px;
    white-space: nowrap;
}

#mkt-page .btn-panier .material-symbols-outlined {
    font-size: 18px;
}

/* ============================================
   CAT PAGE — 1. Hero / Category Header
   ============================================ */
#mkt-page .cat-hero {
    padding: 30px 0 40px 0;
    background: var(--lavande-bg-light);
    border-bottom-left-radius: 60px;
}

#mkt-page .cat-hero-inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* Breadcrumb */
#mkt-page .cat-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    line-height: 15.6px;
}

#mkt-page .cat-breadcrumb a {
    color: #717171;
    text-decoration: none;
}

#mkt-page .cat-breadcrumb a:hover {
    text-decoration: underline;
}

#mkt-page .cat-breadcrumb .sep {
    color: rgba(113, 113, 113, 0.18);
    font-weight: 800;
}

#mkt-page .cat-breadcrumb .current {
    color: var(--violet-dark);
}

/* Title block */
#mkt-page .cat-title-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

#mkt-page .cat-title-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 891px;
}

#mkt-page .cat-title {
    font-family: 'Rexel', sans-serif;
    font-size: 31px;
    font-weight: 400;
    line-height: 37.7px;
    color: var(--black);
}

#mkt-page .cat-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 23.4px;
    color: var(--black);
    max-width: 774px;
}

/* ============================================
   CAT PAGE — Subcategory carousel (surf modes)
   ============================================ */

/* MODE 6 VISIBLE + PEEK (.surf-6-peek) */
#mkt-page .surf-6-peek {
    overflow: hidden;
}

#mkt-page .surf-6-peek .carousel-inner {
    overflow: hidden;
}

#mkt-page .surf-6-peek .carousel-inner .carousel-item {
    background: transparent;
}

#mkt-page .surf-6-peek .carousel-inner .carousel-item > .col-slide {
    flex: 0 0 calc(100% / 6.3);
    max-width: calc(100% / 6.3);
    padding: 0 10px;
}

#mkt-page .surf-6-peek .carousel-inner .carousel-item-next:not(.carousel-item-start),
#mkt-page .surf-6-peek .carousel-inner .active.carousel-item-end {
    transform: translateX(calc(100% / 6.3));
}

#mkt-page .surf-6-peek .carousel-inner .carousel-item-prev:not(.carousel-item-end),
#mkt-page .surf-6-peek .carousel-inner .active.carousel-item-start {
    transform: translateX(calc(-100% / 6.3));
}

/* MODE 3 VISIBLE SANS PEEK (.surf-3-nopeek) — pour "autres solutions" pages cat */
#mkt-page .surf-3-nopeek {
    overflow: hidden;
    background: transparent !important;
}

#mkt-page .surf-3-nopeek .carousel-inner {
    background: transparent !important;
}

#mkt-page .surf-3-nopeek .carousel-inner .carousel-item {
    background: transparent !important;
    align-items: stretch;
}

#mkt-page .surf-3-nopeek .carousel-inner .carousel-item > .col-slide {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 17px;
    display: flex;
    box-sizing: border-box;
}

#mkt-page .surf-3-nopeek .carousel-inner .carousel-item > .col-slide > .autres-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#mkt-page .surf-3-nopeek .autres-card .autres-card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#mkt-page .surf-3-nopeek .carousel-inner .carousel-item-next:not(.carousel-item-start),
#mkt-page .surf-3-nopeek .carousel-inner .active.carousel-item-end {
    transform: translateX(33.333%);
}

#mkt-page .surf-3-nopeek .carousel-inner .carousel-item-prev:not(.carousel-item-end),
#mkt-page .surf-3-nopeek .carousel-inner .active.carousel-item-start {
    transform: translateX(-33.333%);
}

#mkt-page .surf-3-nopeek .autres-card {
    width: 100%;
}

#mkt-page .autres-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 42px;
    margin-top: 30px;
}

/* MODE 2x6 VISIBLE + PEEK (.surf-2x6-peek) */
#mkt-page .surf-2x6-peek {
    overflow: hidden;
}

#mkt-page .surf-2x6-peek .carousel-inner .carousel-item {
    background: transparent;
}

#mkt-page .surf-2x6-peek .carousel-inner .carousel-item.active,
#mkt-page .surf-2x6-peek .carousel-inner .carousel-item-next,
#mkt-page .surf-2x6-peek .carousel-inner .carousel-item-prev {
    display: grid;
    grid-template-columns: repeat(7, calc(100% / 6.3));
    grid-template-rows: auto auto;
    row-gap: 40px;
}

#mkt-page .surf-2x6-peek .carousel-inner .carousel-item > .col-slide {
    padding: 0 10px;
    max-width: none;
}

#mkt-page .surf-2x6-peek .carousel-inner .carousel-item-next:not(.carousel-item-start),
#mkt-page .surf-2x6-peek .carousel-inner .active.carousel-item-end {
    transform: translateX(calc(100% / 6.3));
}

#mkt-page .surf-2x6-peek .carousel-inner .carousel-item-prev:not(.carousel-item-end),
#mkt-page .surf-2x6-peek .carousel-inner .active.carousel-item-start {
    transform: translateX(calc(-100% / 6.3));
}

/* Subcategory items */
#mkt-page .subcat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    height: 100%;
}

#mkt-page .carousel-surf .carousel-inner .carousel-item.active,
#mkt-page .carousel-surf .carousel-inner .carousel-item-next,
#mkt-page .carousel-surf .carousel-inner .carousel-item-prev {
    align-items: stretch;
}

#mkt-page .subcat-img {
    width: 100%;
    height: 148px;
    background: white;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid rgba(var(--black-rgb), 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#mkt-page .subcat-img img {
    max-width: 139px;
    max-height: 139px;
    object-fit: contain;
}

#mkt-page .subcat-label {
    text-align: left;
    font-family: 'Rexel', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: var(--black);
    align-self: flex-start;
}

#mkt-page .subcat-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1A1A1A;
    text-decoration: none;
    align-self: flex-start;
    margin-top: auto;
}

#mkt-page .subcat-link:hover {
    color: var(--black);
    text-decoration: none;
}

#mkt-page .subcat-link .material-symbols-outlined {
    font-size: 18px;
}

/* Carousel nav */
#mkt-page .cat-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 42px;
}

#mkt-page .cat-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

#mkt-page .cat-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    cursor: pointer;
    background: var(--gray-light);
}

#mkt-page .cat-dot.active {
    background: var(--violet-dark);
}

#mkt-page .cat-arrows {
    position: absolute;
    right: 0;
    display: flex;
    gap: 0;
}

#mkt-page .cat-arrow {
    width: 44px;
    height: 42px;
    background: var(--violet-dark);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#mkt-page .cat-arrow:hover {
    opacity: 0.9;
}

#mkt-page .cat-arrow.prev {
    border-bottom-left-radius: 8px;
}

#mkt-page .cat-arrow.next {
    border-top-right-radius: 8px;
}

#mkt-page .cat-arrow .material-symbols-outlined {
    font-size: 20px;
}

/* ============================================
   CAT PAGE — 2. Marques partenaires
   ============================================ */
#mkt-page .marques-section {
    padding: 0;
    background: white;
}

#mkt-page .marques-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#mkt-page .marques-title {
    font-family: 'Rexel', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black);
}

#mkt-page .marques-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: var(--black);
    max-width: 784px;
}

#mkt-page .marques-logos {
    overflow: visible;
    padding-top: 30px;
    position: relative;
}

#mkt-page .marques-track {
    display: flex;
    align-items: center;
    gap: 80px;
    width: max-content;
}

#mkt-page .marques-track.is-scrolling {
    animation: marqueeScroll var(--marquee-duration, 20s) linear infinite;
}

#mkt-page .marques-track:not(.is-scrolling) {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 30px;
    width: 100%;
    justify-items: center;
    align-items: center;
}

#mkt-page .marques-logos:hover .marques-track.is-scrolling {
    animation-play-state: paused;
}

#mkt-page .marques-track img {
    width: 77px;
    height: 77px;
    object-fit: contain;
    flex-shrink: 0;
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(var(--marquee-offset, -50%));
    }
}

/* ============================================
   CAT PAGE — 3. Nos outils
   ============================================ */
#mkt-page .outils-section {
    padding: 60px 0;
    background: var(--gradient-outils);
}

#mkt-page .outils-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
}

#mkt-page .outils-title {
    font-family: 'Rexel', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black);
}

#mkt-page .outils-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: var(--black);
    max-width: 772px;
}

#mkt-page .outils-grid {
    margin: 0;
    row-gap: 30px;
}

#mkt-page .outil-card {
    display: flex;
    gap: 26px;
    align-items: flex-start;
}

#mkt-page .outil-logo {
    flex: 0 0 92px;
    width: 92px;
    height: 88px;
    background: white;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#mkt-page .outil-logo img {
    max-width: 72px;
    max-height: 63px;
    object-fit: contain;
}

#mkt-page .outil-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 312px;
}

#mkt-page .outil-name {
    font-family: 'Rexel', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
}

#mkt-page .outil-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: var(--black);
}

#mkt-page .outil-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.5px;
    color: var(--black);
    text-decoration: none;
}

#mkt-page .outil-link:hover {
    color: var(--black);
    opacity: 0.9;
    text-decoration: none;
}

#mkt-page .outil-link .material-symbols-outlined {
    font-size: 16px;
    color: var(--violet-dark);
}

/* ============================================
   CAT PAGE — 4. Catalogues produits
   ============================================ */
#mkt-page .catalogues-section {
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 2;
    margin-bottom: -100px;
}

#mkt-page .catalogues-title {
    font-family: 'Rexel', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 30px;
}

#mkt-page .catalogues-grid {
    margin: 0;
}

#mkt-page .catalogue-card {
    padding: 20px;
    background: white;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid rgba(var(--black-rgb), 0.18);
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-decoration: none;
    height: 100%;
}

#mkt-page .catalogue-card:hover {
    text-decoration: none;
}

#mkt-page .catalogue-card:hover .catalogue-card-arrow {
    background: var(--hover-dark);
}

#mkt-page .catalogue-card-img-wrapper {
    background: var(--gradient-outils);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 211px;
    overflow: hidden;
}

#mkt-page .catalogue-card-img {
    height: 190px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: drop-shadow(4px 6px 12px rgba(var(--black-rgb), 0.25));
}

#mkt-page .catalogue-card-bottom {
    display: flex;
    align-items: center;
    gap: 14px;
}

#mkt-page .catalogue-card-name {
    flex: 1;
    font-family: 'Rexel', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
}

#mkt-page .catalogue-card-arrow {
    flex: 0 0 44px;
    width: 44px;
    height: 41px;
    background: var(--violet-dark);
    border-top-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

#mkt-page .catalogue-card-arrow .material-symbols-outlined {
    font-size: 16px;
}

/* ============================================
   CAT PAGE — 5. Autres solutions
   ============================================ */
#mkt-page .catalogues-section + .autres-section {
    margin-top: 0 !important;
}

#mkt-page.nocatalogue .autres-section {
    margin-top: 0 !important;
    padding-top: 60px !important;
}

#mkt-page .autres-section {
    padding: 140px 0 60px 0;
    background: var(--lavande-bg-light);
    border-bottom-left-radius: 60px;
}

#mkt-page .autres-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}

#mkt-page .autres-title {
    font-family: 'Rexel', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 30.8px;
    color: var(--black);
}

#mkt-page .autres-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
}

#mkt-page .autres-card {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#mkt-page .autres-card-img {
    width: 100%;
    background: white;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid rgba(var(--black-rgb), 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

#mkt-page .autres-card-img img {
    max-width: 100%;
    max-height: 225px;
    object-fit: contain;
    padding: 15px;
}

#mkt-page .autres-card-body {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

#mkt-page .autres-card-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#mkt-page .autres-card-name {
    font-family: 'Rexel', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
}

#mkt-page .autres-card-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.8px;
    color: var(--black);
}

#mkt-page .autres-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ============================================
   CAT PAGE — Responsive tablet (769-992px)
   ============================================ */
@media (min-width: 769px) and (max-width: 992px) {

    /* 3-peek tablet -> 2 visible */
    #mkt-page .surf-3-nopeek .carousel-inner .carousel-item > .col-slide {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #mkt-page .surf-3-nopeek .carousel-inner .carousel-item-next:not(.carousel-item-start),
    #mkt-page .surf-3-nopeek .carousel-inner .active.carousel-item-end {
        transform: translateX(50%);
    }

    #mkt-page .surf-3-nopeek .carousel-inner .carousel-item-prev:not(.carousel-item-end),
    #mkt-page .surf-3-nopeek .carousel-inner .active.carousel-item-start {
        transform: translateX(-50%);
    }

    /* 6-peek tablet -> 4 visible + peek */
    #mkt-page .surf-6-peek .carousel-inner .carousel-item > .col-slide {
        flex: 0 0 calc(100% / 4.2);
        max-width: calc(100% / 4.2);
    }

    #mkt-page .surf-6-peek .carousel-inner .carousel-item > .col-slide:nth-child(-n+5) {
        display: block;
    }

    #mkt-page .surf-6-peek .carousel-inner .carousel-item > .col-slide:nth-child(n+6) {
        display: none;
    }

    #mkt-page .surf-6-peek .carousel-inner .carousel-item-next:not(.carousel-item-start),
    #mkt-page .surf-6-peek .carousel-inner .active.carousel-item-end {
        transform: translateX(calc(100% / 4.2));
    }

    #mkt-page .surf-6-peek .carousel-inner .carousel-item-prev:not(.carousel-item-end),
    #mkt-page .surf-6-peek .carousel-inner .active.carousel-item-start {
        transform: translateX(calc(-100% / 4.2));
    }

    /* 2x6-peek tablet -> 2x4 + peek */
    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item.active,
    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item-next,
    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item-prev {
        grid-template-columns: repeat(5, calc(100% / 4.2));
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item > .col-slide {
        max-width: none;
        flex: none;
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item > .col-slide:nth-child(-n+5) {
        display: block;
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item > .col-slide:nth-child(n+6):nth-child(-n+7) {
        display: none;
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item > .col-slide:nth-child(n+8):nth-child(-n+12) {
        display: block;
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item > .col-slide:nth-child(n+13) {
        display: none;
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item-next:not(.carousel-item-start),
    #mkt-page .surf-2x6-peek .carousel-inner .active.carousel-item-end {
        transform: translateX(calc(100% / 4.2));
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item-prev:not(.carousel-item-end),
    #mkt-page .surf-2x6-peek .carousel-inner .active.carousel-item-start {
        transform: translateX(calc(-100% / 4.2));
    }
}

/* ============================================
   CAT PAGE — Responsive mobile (max-width: 768px)
   ============================================ */
@media (max-width: 768px) {

    /* Cat Hero */
    #mkt-page .cat-hero {
        padding: 20px 0 20px 0;
        border-bottom-left-radius: 30px;
    }

    #mkt-page .cat-hero-inner {
        gap: 30px;
    }

    #mkt-page .cat-title {
        font-size: 24px;
        line-height: 30px;
    }

    #mkt-page .cat-desc {
        font-size: 16px;
        line-height: 20.8px;
    }

    /* 3-peek mobile -> 1 visible */
    #mkt-page .surf-3-nopeek .carousel-inner .carousel-item > .col-slide {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #mkt-page .surf-3-nopeek .carousel-inner .carousel-item > .col-slide:not(:first-child) {
        display: none;
    }

    #mkt-page .surf-3-nopeek .carousel-inner .carousel-item-next:not(.carousel-item-start),
    #mkt-page .surf-3-nopeek .carousel-inner .active.carousel-item-end {
        transform: translateX(100%);
    }

    #mkt-page .surf-3-nopeek .carousel-inner .carousel-item-prev:not(.carousel-item-end),
    #mkt-page .surf-3-nopeek .carousel-inner .active.carousel-item-start {
        transform: translateX(-100%);
    }

    /* 6-peek mobile -> 2 visible + peek */
    #mkt-page .surf-6-peek .carousel-inner .carousel-item > .col-slide {
        flex: 0 0 calc(100% / 2.15);
        max-width: calc(100% / 2.15);
    }

    #mkt-page .surf-6-peek .carousel-inner .carousel-item > .col-slide:nth-child(-n+3) {
        display: block;
    }

    #mkt-page .surf-6-peek .carousel-inner .carousel-item > .col-slide:nth-child(n+4) {
        display: none;
    }

    #mkt-page .surf-6-peek .carousel-inner .carousel-item-next:not(.carousel-item-start),
    #mkt-page .surf-6-peek .carousel-inner .active.carousel-item-end {
        transform: translateX(calc(100% / 2.15));
    }

    #mkt-page .surf-6-peek .carousel-inner .carousel-item-prev:not(.carousel-item-end),
    #mkt-page .surf-6-peek .carousel-inner .active.carousel-item-start {
        transform: translateX(calc(-100% / 2.15));
    }

    /* 2x6-peek mobile -> 2x2 + peek */
    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item.active,
    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item-next,
    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item-prev {
        grid-template-columns: repeat(3, calc(100% / 2.15));
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item > .col-slide {
        max-width: none;
        flex: none;
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item > .col-slide:nth-child(-n+3) {
        display: block;
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item > .col-slide:nth-child(n+4):nth-child(-n+7) {
        display: none;
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item > .col-slide:nth-child(n+8):nth-child(-n+10) {
        display: block;
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item > .col-slide:nth-child(n+11) {
        display: none;
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item-next:not(.carousel-item-start),
    #mkt-page .surf-2x6-peek .carousel-inner .active.carousel-item-end {
        transform: translateX(calc(100% / 2.15));
    }

    #mkt-page .surf-2x6-peek .carousel-inner .carousel-item-prev:not(.carousel-item-end),
    #mkt-page .surf-2x6-peek .carousel-inner .active.carousel-item-start {
        transform: translateX(calc(-100% / 2.15));
    }

    #mkt-page .subcat-img {
        height: 110px;
    }

    #mkt-page .subcat-img img {
        max-width: 100px;
        max-height: 100px;
    }

    #mkt-page .cat-arrow {
        width: 36px;
        height: 34px;
    }

    #mkt-page .cat-carousel-nav {
        height: 34px;
    }

    /* Marques */
    #mkt-page .marques-track {
        gap: 50px;
    }

    #mkt-page .marques-track img {
        width: 60px;
        height: 60px;
    }

    /* Outils */
    #mkt-page .outils-section {
        padding: 40px 0;
    }

    #mkt-page .outils-header {
        margin-bottom: 30px;
    }

    /* Autres solutions */
    #mkt-page .autres-section {
        padding: 60px 0 40px 0;
        border-bottom-left-radius: 30px;
    }

    #mkt-page .autres-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    #mkt-page .autres-card {
        min-width: 0;
    }

    #mkt-page .autres-card-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    /* Contact cat */
    #mkt-page .contact-section {
        padding: 40px 0 60px 0;
    }
}

/* ==========================================
   THEME CONECTIS — texte blanc sur fonds gradient
   ========================================== */
#mkt-page.theme-conectis .market-card-title,
#mkt-page.theme-conectis .market-card-desc,
#mkt-page.theme-conectis .cta-band h2,
#mkt-page.theme-conectis .cta-phone,
#mkt-page.theme-conectis .cta-phone:hover,
#mkt-page.theme-conectis .cta-phone .material-symbols-outlined,
#mkt-page.theme-conectis .usecases-title,
#mkt-page.theme-conectis .usecase-dots li.active,
#mkt-page.theme-conectis .outils-title,
#mkt-page.theme-conectis .outils-desc,
#mkt-page.theme-conectis .outil-name,
#mkt-page.theme-conectis .outil-desc,
#mkt-page.theme-conectis .outil-link,
#mkt-page.theme-conectis .outil-link:hover,
#mkt-page.theme-conectis .outil-link .material-symbols-outlined {
    color: white;
}




/* ============================================
   BOOTSTRAP 5 COMPATIBILITY FIXES
   ============================================ */

/* --- CAROUSEL SURF : changement instantané (pas de transition BS5) --- */
#mkt-page .carousel-surf .carousel-item {
    transition: none !important;
}

#mkt-page .carousel-surf .carousel-item.active {
    display: flex !important;
    flex-wrap: nowrap !important;
}

/* --- CAROUSEL ACTU / TESTIMONIALS : indicators dots ronds --- */
#mkt-page .carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    border: none !important;
    padding: 0 !important;
    text-indent: 0 !important;
}

/* --- FAQ : collapse BS5 --- */
#mkt-page .faq-card-answer {
    overflow: hidden;
    transition: height 0.3s ease;
}

/* --- SEO : collapse BS5 --- */
#mkt-page .seo-collapse {
    overflow: hidden;
    transition: height 0.3s ease;
}

/* Retirer le padding des items carousel */
.apply-spring-style .carousel .carousel-inner .carousel-item {
    padding: 0;
}

/* Mettre les images carousel full width */
.carousel .img-fluid {
    width: 100%;
}

/* Mettre les images full width */
#mkt-page img.img-fluid {
    width: 100%;
}

/* Reinitialiser les hauteur items carousel */
.apply-spring-style .carousel-item {
    height: auto;
}

/* Fix Popup */
#mkt-page .modal {
    z-index: 1071 !important;
}

/* Retirer ombre portée */
mf-cms-external-block .card {
    box-shadow: none !important;
}
