/*
 * Bulle Studio - Composants personnalisÃƒÂ©s
 * Ajoutez vos styles custom ici
 */
span.nineties {
    font-weight: 700;
    font-size: 42px;
    line-height: 48px;
}
.page-id-683 article {
    padding: 140px 0;
}
.page-id-683 li#menu-item-486 {
    background-color: var(--color-primary);
}
section {
padding: 80px;
}
.homepage-hero-left.hero-content {
    padding-top: 50px;
}

section.cta-contact p {
    line-height: 27px;
}
h2.mb-xl {
    margin-bottom: 60px;
}
h2 {
    margin-top: 10px;
}
.hero-content h2 {
    font-size: 48px;
}
.hero-content h2 span.nineties {
    font-size: 52px;
}
li#menu-item-486 {background-color: var(--theme-color);border-radius: 100px;}

li#menu-item-486 a {
    color: #fff;
    padding: 10px 20px;
}

li#menu-item-486:hover {
    background: var(--color-text);
}

li#menu-item-486:hover a {
    color: #fff;
}
.cta1 {
    background: var(--theme-color);
    color: var(--theme-color-light);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    line-height: 25px;
}

.cta2 {
    border-color: var(--theme-color);
    color: var(--theme-color);
    display: flex;
    align-items: center;
}
.error404 header.site-header, .error404 .top-banner, .error404 .site-footer {
    display: none;
}
p.temoignage-auteur span {
    font-family: Bricolage Grotesque;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}
/* ========================================
   NAVIGATION
   ======================================== */

.site-header {
}

.site-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--space-lg) 0;
}

.site-logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-text);
    text-decoration: none;
    width: 93px;
}

.site-logo:hover {
    color: var(--color-primary);
}

.main-menu {
    display: flex;
    list-style: none;
    gap: var(--space-xl);
    margin: 0;
    padding: 0;
}

.main-menu a {
    color: var(--color-text);
    font-weight: 500;
    padding: var(--space-sm) 0;
    position: relative;
    transition: color var(--transition-base);
}

.main-menu a:hover,
.main-menu .current-menu-item a {
    color: var(--color-primary);
}

.main-menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-primary);
    transition: width var(--transition-base);
}

.main-menu a:hover::after,
.main-menu .current-menu-item a::after {
    width: 100%;
}
.header-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 2rem;
    grid-auto-flow: column;
}
/* ============================================
   MEGA MENU - SOLUTIONS CENTRÃ‰
   ============================================ */
.megamenu-portfolio-header {
    padding: 30px;
}
/* Masquer le sous-menu WordPress par dÃ©faut pour #386 */
#menu-item-386 .sub-menu {
    display: none !important;
}

/* Item #386 devient un mega menu */
#menu-item-386 {
    position: static; /* Important : permet le centrage par rapport Ã  l'Ã©cran */
}

#menu-item-386 > a {
    display: flex;
    align-items: center;
    gap: 6px;
    position: relative;
}

/* Ajouter une flÃ¨che aprÃ¨s le lien */
#menu-item-386 > a::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.3s ease;
}

#menu-item-386:hover > a::after {
    transform: rotate(180deg);
}

/* Dropdown du mega menu - CENTRÃ‰ PAR RAPPORT Ã€ L'Ã‰CRAN */
.megamenu-dropdown {
    position: fixed; /* Fixed pour centrage Ã©cran */
    top: auto; /* CalculÃ© par JS ou avec calc() */
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 1000;
}

#menu-item-386:hover .megamenu-dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/* Container */
.megamenu-container {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    width: 990px;
    position: relative;
    margin-top: 40px; /* Gap de 40px sous le menu */
}

/* PAS DE FLÃˆCHE */
/* On supprime le ::before qui crÃ©ait la flÃ¨che */

/* Label "Solutions" */
.megamenu-label {
    margin-bottom: 24px;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgb(43 43 43 / 40%);
    text-align: left;
}

/* Grid 3 colonnes */
.megamenu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1.2fr;
    gap: 10px;
}

/* Colonne */
.megamenu-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Item de menu */
.megamenu-item {
    display: flex;
    gap: 16px;
    padding: 10px;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}
a.megamenu-item:hover svg path,  {
    fill: #F6BD00;
    
}
a.megamenu-item .megamenu-title {
    color: var(--color-text);
}
a.megamenu-item:hover .megamenu-title {
    color: #F6BD00;
}
.megamenu-item:hover {
    background: #FFFCF3;
}
.megamenu-portfolio-image svg {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.megamenu-portfolio-image {
    position: relative;
}
/* IcÃ´ne */
.megamenu-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    color: #2B2B2B;
}

.megamenu-item:hover .megamenu-icon {
    color: #F4C426;
}

/* Contenu */
.megamenu-content {
    flex: 1;
}

.megamenu-title {
    margin: 0 0 6px 0;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.megamenu-desc {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgb(43 43 43 / 60%);
}

/* Colonne Portfolio */
.megamenu-portfolio {
    background: #FFFCF3;
    border-radius: 12px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: -40px;
    justify-content: space-around;
}

.megamenu-portfolio-header h4 {
    color: var(--color-text);
    margin: 0 0 8px 0;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    padding-bottom: 10px;
}

.megamenu-portfolio-header p {
    color: var(--color-text);
    margin: 0;
    font-family: Albert Sans;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
}

.megamenu-portfolio-image {
    border-radius: 8px;
    overflow: hidden;
    background: #FFFCF3;
    border-radius: 0 0 12px 12px;
}

.megamenu-portfolio-image img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 0 0 12px 12px;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1200px) {
    .megamenu-container {
        width: 800px;
    }
    
    .megamenu-grid {
        gap: 24px;
    }
    
    .megamenu-item {
        padding: 12px;
    }
}

@media (max-width: 1024px) {
    .megamenu-container {
        width: 700px;
    }
    
    .megamenu-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .megamenu-portfolio {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
    }
    
    .megamenu-portfolio-header {
        flex: 1;
    }
    
    .megamenu-portfolio-image {
        width: 200px;
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    /* Masquer le mega menu sur mobile */
    .megamenu-dropdown {
        display: none !important;
    }
    
    /* RÃ©afficher le sous-menu WordPress sur mobile */
    #menu-item-386 .sub-menu {
        display: block !important;
    }
}
/* Menu Mobile */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--color-text);
}
body.page-template-page-solution .top-banner {
    background: var(--theme-color, #FFC107);
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }
    
    .main-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--color-bg);
        flex-direction: column;
        padding: var(--space-lg);
        box-shadow: var(--shadow-md);
        display: none;
    }
    
    .main-menu.is-open {
        display: flex;
    }
}
/* ============================================
   MENU MOBILE PLEIN ÉCRAN
   ============================================ */

/* Toggle button */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    position: relative;
    z-index: 1001;
}

.mobile-menu-toggle .close-icon {
    display: none;
}

.mobile-menu-toggle.active .hamburger-icon {
    display: none;
}

.mobile-menu-toggle.active .close-icon {
    display: block;
}

/* Menu plein écran */
.mobile-menu-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh; /* Pour mobile avec barre d'adresse */
    background: #FFFCF3;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile-menu-fullscreen.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.mobile-menu-close {
    position: absolute;
    top: 24px;
    right: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}
/* Masquer le top-banner quand le menu mobile est ouvert */
body:has(.mobile-menu-fullscreen.active) .top-banner {
    display: none;
}

/* Alternative pour navigateurs ne supportant pas :has() */
.mobile-menu-open .top-banner {
    display: none;
}

/* Contenu du menu */
.mobile-menu-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 24px 40px;
    overflow-y: auto;
}

/* Logo dans le menu mobile */
.mobile-menu-logo {
    margin-bottom: 60px;
}

.mobile-menu-logo img {
    height: 50px;
    width: auto;
}

/* Navigation mobile */
.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.mobile-nav-menu > li {
    margin-bottom: 4px;
}

.mobile-nav-menu > li > a {
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: Albert Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.mobile-nav-menu > li > a:hover {
    color: #F4C426;
}

/* Sous-menu mobile (pour Solutions, Ressources) */
.mobile-nav-menu .sub-menu {
    list-style: none;
    padding: 16px 0 0 0;
    margin: 0;
    display: none;
}

.mobile-nav-menu > li.menu-item-has-children > a::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid currentColor;
    transition: transform 0.3s ease;
}

.mobile-nav-menu > li.menu-item-has-children.submenu-open > a::after {
    transform: rotate(180deg);
}

.mobile-nav-menu > li.menu-item-has-children.submenu-open .sub-menu {
    display: block;
}

.mobile-nav-menu .sub-menu li {
    margin-bottom: 12px;
}

.mobile-nav-menu .sub-menu a {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}
.mobile-menu-cta a {
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.mobile-nav-menu .sub-menu a:hover {
    color: #2B2B2B;
}

/* CTA Button */
.mobile-menu-cta {
    margin-top: 20px;
}

.btn-large {
    padding: 16px 40px;
    font-size: 18px;
    border-radius: 100px;
}

/* Footer du menu mobile */
.mobile-menu-footer {
    border-top: 1px solid #E0E0E0;
}

.footer-banner {
    background: #F4C426;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.footer-banner span {
    font-size: 14px;
    font-weight: 500;
    color: #2B2B2B;
}

.footer-banner .btn-dark {
    background: #2B2B2B;
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius: 100px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

/* Navigation footer (3 icônes) */
.footer-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #EFE7D4;
}

.footer-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 12px;
    text-align: center;
    border-right: 2px solid #fff;
}

.footer-nav-item:last-child {
    border-right: none;
}

.footer-nav-item svg {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
}

.footer-nav-item span {
    font-size: 12px;
    font-weight: 500;
    color: #2B2B2B;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: block;
    }
    
    .main-navigation {
        display: none;
    }
}

@media (min-width: 769px) {
    .mobile-menu-fullscreen {
        display: none !important;
    }
}

/* Adaptation pour très petits écrans */
@media (max-width: 380px) {
    .mobile-nav-menu > li > a {
        font-size: 20px;
    }
    
    .mobile-menu-logo img {
        height: 40px;
    }
    
    .footer-nav-item span {
        font-size: 10px;
    }
}
/* ============================================
   HEADER STICKY - LOGO MOBILE & TOP BANNER
   Bulle Studio Theme
   ============================================ */

/* Top Banner - 39px de hauteur */
.top-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    background: var(--theme-color);
    padding: 4px 0;
    height: 39px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Top banner remonte au scroll */
.top-banner.hidden {
    transform: translateY(-100%);
}

/* Header principal - Fixed sous le banner (39px) */
header.site-header {
    position: fixed;
    top: 39px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    opacity: 1; /* OpacitÃ© par dÃ©faut */
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), /* Fade out */
                background-color 0.5s ease,
                top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Quand le banner est cachÃ©, header remonte Ã  top: 0 */
header.site-header.banner-hidden {
    top: 0;
}

/* Header transparent en scroll */
header.site-header.scrolled {
    background: transparent;
    box-shadow: none;
}

/* Header cachÃ© au scroll down - FADE OUT */
header.site-header.header-hidden {
    opacity: 0; /* Disparition en fondu */
    pointer-events: none; /* DÃ©sactive les interactions quand cachÃ© */
}

/* ============================================
   LOGO PRINCIPAL
   ============================================ */

.site-logo {
    transition: opacity 0.5s ease-in-out, 
                visibility 0.5s ease-in-out,
                transform 0.5s ease-in-out;
}

/* ============================================
   NAVIGATION - Ã‰LARGISSEMENT ULTRA-DOUX
   ============================================ */

/* Navigation centrÃ©e avec fond blanc */
.main-navigation {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 14px 30px;
    border-radius: 50px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Menu items */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ============================================
   LOGO DANS NAVIGATION - MAX-WIDTH POUR FLUIDITÃ‰
   ============================================ */

.main-navigation .nav-logo {
    max-width: 0;
    margin-right: 0;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transform: scale(0.9);
    transition: max-width 0.7s cubic-bezier(0.4, 0, 0.2, 1),
                margin-right 0.7s cubic-bezier(0.4, 0, 0.2, 1),
                opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.15s,
                transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}

.main-navigation .nav-logo.show {
    max-width: 200px;
    margin-right: 2rem;
    opacity: 1;
    transform: scale(1);
}

.main-navigation .nav-logo img {
    height: 40px;
    width: auto;
    display: block;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .main-navigation {
        position: static;
        transform: none;
    }
}

@media (max-width: 768px) {
    .main-navigation .nav-logo {
        display: none !important;
    }
    
    .main-navigation {
        padding: 10px 20px;
    }
    
    .nav-menu {
        gap: 1rem;
    }
    
    header.site-header {
        top: 89px;
        width: 100%;
        position: absolute;
    }
    
    header.site-header.banner-hidden {
        top: 0;
    }
}
/* ========================================
   HERO SECTION
   ======================================== */

.hero {
    padding: var(--space-3xl) 0;
    background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
    color: #ffffff;
    text-align: center;
}

.hero h1 {
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: var(--space-lg);
}

.hero p {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto var(--space-xl);
}

@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
}

/* ========================================
   ARTICLE / POST
   ======================================== */

.post-card {
    background: var(--color-bg);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: transform var(--transition-base), box-shadow var(--transition-base);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.post-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.post-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-slow);
}

.post-card:hover .post-thumbnail img {
    transform: scale(1.05);
}

.post-content {
    padding: var(--space-lg);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.post-meta {
    display: flex;
    gap: var(--space-md);
    font-size: 0.875rem;
    color: var(--color-text-light);
    margin-bottom: var(--space-sm);
}

.post-title {
    font-size: 1.5rem;
    margin-bottom: var(--space-md);
    line-height: 1.3;
}

.post-title a {
    color: var(--color-text);
    text-decoration: none;
}

.post-title a:hover {
    color: var(--color-primary);
}

.post-excerpt {
    color: var(--color-text-light);
    margin-bottom: var(--space-lg);
    flex-grow: 1;
}

.read-more {
    margin-top: auto;
}
.paragraphe p, .paragraphe {
    font-family: var(--font-display);
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}
span.top-title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
}
/* ========================================
   PAGINATION
   ======================================== */

.pagination {
    display: flex;
    gap: var(--space-sm);
    justify-content: center;
    align-items: center;
    margin: var(--space-2xl) 0;
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 var(--space-md);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    color: var(--color-text);
    text-decoration: none;
    transition: all var(--transition-base);
}

.pagination a:hover {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
}

.pagination .current {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
}

/* ========================================
   SIDEBAR
   ======================================== */

.sidebar {
    position: sticky;
    top: 100px;
}

.widget {
    background: var(--color-bg);
    padding: var(--space-lg);
    border-radius: var(--radius-md);
    margin-bottom: var(--space-lg);
    box-shadow: var(--shadow-sm);
}

.widget-title {
    font-size: 1.25rem;
    margin-bottom: var(--space-md);
    padding-bottom: var(--space-sm);
    border-bottom: 2px solid var(--color-primary);
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    padding: var(--space-sm) 0;
    border-bottom: 1px solid var(--color-border);
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget ul li a {
    color: var(--color-text);
    text-decoration: none;
    transition: color var(--transition-base);
}

.widget ul li a:hover {
    color: var(--color-primary);
}

/* ========================================
   FOOTER
   ======================================== */

.site-footer {
    background: var(--color-bg-dark);
    color: rgba(255, 255, 255, 0.8);
    padding: var(--space-2xl) 0 var(--space-lg);
    margin-top: var(--space-3xl);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--space-xl);
    margin-bottom: var(--space-xl);
}

.footer-widget h3 {
    color: #ffffff;
    font-size: 1.125rem;
    margin-bottom: var(--space-md);
}

.footer-widget a {
    color: rgba(255, 255, 255, 0.8);
}

.footer-widget a:hover {
    color: #ffffff;
}

.footer-bottom {
    padding-top: var(--space-lg);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 0.875rem;
}
.copyright {
    background-color: #EFE7D4;
    padding: 10px 0;
}
/* ============================================
   FOOTER
   ============================================ */

.site-footer {
    background: #FFFCF3;
    padding-bottom: 0;
}

/* ============================================
   FOOTER GRID (4 colonnes)
   ============================================ */

.footer-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1.3fr 1fr;
    gap: 60px;
}

/* ============================================
   COLONNE 1 : LIVRE BLANC + TÃ‰LÃ‰PHONE + RÃ‰SEAUX
   ============================================ */

.footer-col-livre {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Livre Blanc Card */
.footer-livre-card {
    background-color: #EFE7D4;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    background-image: url(/wp-content/uploads/2026/04/livre-blanc-mockup-placeholder-1.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.footer-livre-image {
    flex-shrink: 0;
    width: 80px;
}

.footer-livre-img {
    width: 100%;
    height: auto;
    display: block;
}

.footer-livre-content {
    flex: 1;
}

.footer-livre-title {
    font-family: var(--font-display);
    color: var(--color-text);
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.footer-livre-text {
    margin-bottom: 12px;
    font-family: Albert Sans;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: bottom;
    color: var(--color-text);
}

.footer-livre-btn {
    display: inline-block;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    color: #2B2B2B;
    background: transparent;
    border: 1.5px solid #2B2B2B;
    border-radius: 50px;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-livre-btn:hover {
    background: #2B2B2B;
    color: #fff;
}

/* TÃ©lÃ©phone */
.footer-phone {
    font-family: var(--font-display);
    text-align: center;
    text-decoration: none;
    color: var(--color-text);
    transition: color 0.3s ease;
    background: #EFE7D4;
    margin-bottom: 24px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0%;
    vertical-align: middle;
    padding: 5px;
    border-radius: 5px;
}

.footer-phone:hover {
    color: var(--theme-color);
}

/* RÃ©seaux sociaux */
.footer-social {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #F4C426;
    color: #2B2B2B;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(244, 196, 38, 0.4);
}

/* ============================================
   COLONNES 2, 3, 4 : MENUS
   ============================================ */

.footer-col-title {
    color: #2B2B2B;
    margin-bottom: 20px;
    font-family: Bricolage Grotesque;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    margin-bottom: 12px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}



.footer-menu a:hover {
    color: #2B2B2B;
}

/* ============================================
   FOOTER BOTTOM
   ============================================ */

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.footer-bottom-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-logo-img {
    height: 60px;
    width: auto;
    display: block;
}

.footer-copyright {
    margin: 0;
    font-family: var(--font-body);
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--color-text);
}

.footer-bottom-right {
    display: flex;
    align-items: center;
    gap: 32px;
}

/* Trustfolio */
.footer-trustfolio {
    /* Emplacement pour votre iframe Trustfolio */
    min-width: 200px;
    min-height: 80px;
}

/* Logos partenaires */
.footer-partners {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-partner-img {
    height: 102px;
    width: auto;
    display: block;
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    
    .footer-col-livre {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 60px 0 30px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 40px;
    }
    
    .footer-livre-card {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-livre-image {
        margin: 0 auto;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .footer-phone {
        text-align: center;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 32px;
        text-align: center;
    }
    
    .footer-bottom-left {
        align-items: center;
    }
    
    .footer-bottom-right {
        flex-direction: column;
        gap: 24px;
    }
    
    .footer-partners {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-livre-btn {
        font-size: 12px;
        padding: 7px 14px;
    }
    
    .footer-phone {
        font-size: 18px;
    }
    
    .footer-social-icon {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
    
    .footer-partner-img {
        height: 50px;
    }
}
/* ========================================
   SEARCH FORM
   ======================================== */

.search-form {
    display: flex;
    gap: var(--space-sm);
}

.search-form input[type="search"] {
    flex: 1;
    padding: var(--space-sm) var(--space-md);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
}

.search-form button {
    padding: var(--space-sm) var(--space-lg);
    background: var(--color-primary);
    color: #ffffff;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-weight: 600;
    transition: background var(--transition-base);
}

.search-form button:hover {
    background: var(--color-primary-dark);
}

/* ========================================
   404 PAGE
   ======================================== */

.error-404 {
    text-align: center;
    padding: var(--space-3xl) 0;
}

.error-404 .page-title {
    font-size: 8rem;
    color: var(--color-primary);
    margin-bottom: var(--space-md);
    line-height: 1;
}

/* ========================================
   RESPONSIVE IMAGES
   ======================================== */

img {
    height: auto;
}

.wp-post-image {
    width: 100%;
    height: auto;
}

/* ========================================
   ACCESSIBILITÃƒâ€°
   ======================================== */

.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--color-primary);
    color: #ffffff;
    padding: var(--space-sm) var(--space-md);
    text-decoration: none;
    z-index: 9999;
}

.skip-link:focus {
    left: 0;
}
/* ============================================
   SECTION TÃ‰MOIGNAGES + BADGES
   ============================================ */

.temoignages-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* ---- Carousel ---- */
.temoignages-carousel {
    position: relative;
    min-height: 320px;
}

.temoignage-slide {
    display: none;
    animation: temoinFadeIn 0.4s ease;
}

.temoignage-slide.active {
    display: block;
}

@keyframes temoinFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.temoignage-quote-open,
.temoignage-quote-close {
    font-size: 48px;
    line-height: 1;
    color: var(--color-text);
    font-family: Georgia, serif;
}

.temoignage-quote-open { margin-bottom: 12px; }
.temoignage-quote-close {
    text-align: right;
    margin-top: 8px;
}

.temoignage-texte {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-text);
    margin: 0;
}

.temoignage-stars {
    display: flex;
    gap: 4px;
    margin: 20px 0 8px;
}

.temoignage-stars svg {
    width: 20px;
    height: 20px;
    color: #F4C426;
}

.temoignage-auteur {
    font-size: 15px;
    line-height: 1.5;
    color: var(--color-text);
    margin: 0;
}

/* Dots */
.temoignage-dots {
    display: flex;
    gap: 8px;
    margin-top: 24px;
}

.temoignage-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.2s;
}

.temoignage-dot.active {
    background: var(--color-text);
}

/* ---- Badges ---- */
.badges-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
}

.badge-item img {
    width: 100%;
    max-width: 130px;
    height: auto;
    display: block;
}
/* FAQ */

.faq-accordion {
    max-width: 100%;
}

.faq-item {
    border: 0.5px solid var(--color-text);
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 20px;
}

.faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: color 0.2s;
    font-family: Bricolage Grotesque;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.faq-question:hover {
    color: var(--theme-color);
}

.faq-question.active {
    color: var(--color-text);
    margin-bottom: 20px;
}

/* IMPORTANT : Conteneur des icÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´nes SVG */
.faq-icon {
    position: relative;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Par dÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©faut : afficher SEULEMENT le + (plus) */
.faq-icon .icon-plus {
    display: block;
}

.faq-icon .icon-minus {
    display: none;
}

/* Quand actif : afficher SEULEMENT le - (moins) */
.faq-question.active .faq-icon .icon-plus {
    display: none;
}

.faq-question.active .faq-icon .icon-minus {
    display: block;
}

/* Transition smooth sur les SVG */
.faq-icon svg {
    transition: transform 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
}

.faq-question:hover .faq-icon svg {
    transform: scale(1.05);
}

/* RÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ponse FAQ */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0%;
}

.article-faq .container.flex {
    gap: 120px;
    max-width: 1200px;
}
.colonne-fixe {
    width: 390px;
    flex-shrink: 0; 
}

.colonne-flexible {
    flex: 1; 
}
.faq h2 {
    font-family: var(--font-display);
    font-weight: 300;
    font-size: 38px;
    line-height: 48px;
}

.faq .nineties {
    font-weight: 700;
}

/* Responsive */
@media (max-width: 1024px) {
    .temoignages-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .badges-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 480px) {
    .badges-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .temoignage-texte {
        font-size: 17px;
    }
}
/* ========================================
   ANIMATIONS (Optionnelles - commentÃƒÂ©es par dÃƒÂ©faut)
   ======================================== */

/*
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fade-in {
    animation: fadeIn 0.6s ease-out;
}
*/

/* ============================================
   HEADER & FOOTER - CSS
   ============================================ */

/* ========== HEADER ========== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    padding-top: 25px;
    background: #fff;
    padding-bottom: 10px;
}

.header-wrapper {
    /* gap: 2rem; */
}

/* Menu Navigation */
.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu > li {
    position: relative;
}

.nav-menu > li > a {
    color: #1e293b;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.5rem 0;
    display: block;
    transition: color 0.2s;
}

.nav-menu > li > a:hover {
    color: #FFC107;
}

/* Sous-menus */
.nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    min-width: 220px;
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s;
    list-style: none;
}

.nav-menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-menu .sub-menu li a {
    padding: 0.75rem 1.5rem;
    display: block;
    color: #475569;
    text-decoration: none;
    transition: all 0.2s;
}

.nav-menu .sub-menu li a:hover {
    background: #f8fafc;
    color: #FFC107;
}

/* Indicateur dropdown */
.nav-menu > li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.5rem;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid currentColor;
}
.top-banner span {
    font-family: var(--font-body);
    font-size: var(--wp--preset--font-size--normal);
    color: var(--color-text);
    line-height: 18px;
    font-weight: 400;
}

.top-banner a {
    padding: 3px 12px;
    background: var(--color-text);
    color: #fff;
    font-size: 14px;
    font-family: 'Albert Sans';
    font-weight: 600;
}

.top-banner {
    background: var(--color-primary);
    padding: 4px 0;
}


/* ========== FOOTER ========== */

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-bottom: 0.75rem;
}

.footer-menu a {
    text-decoration: none;
    transition: color 0.2s;
    font-family: var(--font-body);
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: var(--color-text);
}

.footer-menu a:hover {
    color: #FFC107;
}

/* Footer Social Icons */
.social-icon:hover {
    transform: translateY(-3px);
}

/* Footer Book Card */
.footer-book {
    position: relative;
}

/* Trustpilot Widget */
.trustpilot-widget {
    transition: transform 0.2s;
}

.trustpilot-widget:hover {
    transform: translateY(-2px);
}

.newsletter.cta-contact.solutions .grid {
    background-image: url(/wp-content/uploads/2026/04/Vector-10-1.png);
    position: relative;
    gap: 80px;
    grid-template-columns: 485px 1fr;
    padding: 50px 50px;
    background-repeat: no-repeat;
}
.newsletter .gauche {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.enquelquesmots .grid {grid-template-columns: 1fr 692px;}
.enquelquesmots .container {max-width: 1200px;}
.item-link {
    background: #EFE7D4;
    padding: 30px 20px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.item-link p {
    color: var(--theme-color);
    margin: 0;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
    border-radius: 5px;
}
.item-link svg {
    position: absolute;
    right: 30px;
    top: 25px;
}

.item-link {
    position: relative;
}
.enquelquesmots .gauche {
    padding-right: 40px;
}
/* ============================================
   CAROUSEL NOS OFFRES - 3 SLIDES
   ============================================ */

.carousel-offres {
    position: relative;
}

/* ====================================
   ONGLETS DE NAVIGATION
   ==================================== */
.carousel-tabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.carousel-tab {
    background: #fff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.875rem 2rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #64748b;
    cursor: pointer;
    transition: all 0.3s;
}

.carousel-tab:hover {
    border-color: #cbd5e1;
    color: #475569;
}

.carousel-tab.active {
    background: var(--theme-color-light);
    color: var(--theme-color);
}

/* ====================================
   SLIDES
   ==================================== */
.carousel-slides-wrapper {
    position: relative;
    min-height: 400px;
}

.carousel-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.carousel-slide.active {
    display: block;
    opacity: 1;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ====================================
   CONTENU DU SLIDE
   ==================================== */
.slide-content {
    background: #fff;
    border-radius: 16px;
    padding: 3rem;
    display: flex;
    gap: 3rem;
    position: relative;
    flex-direction: row;
    justify-content: center;
}

.slide-content::before {
    top: -6px;
    left: -6px;
}

.slide-content::after {
    top: -6px;
    right: -6px;
}


.carousel-slides-wrapper::before {
    left: 3rem;
}

.carousel-slides-wrapper::after {
    right: 3rem;
}

/* Image du slide */
.slide-image {
    flex: 0 0 45%;
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
    max-width: 400px;
}

.slide-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

/* Texte du slide */
.slide-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 430px;
}

.slide-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
}

.slide-description {font-weight: 400;font-size: 18px;line-height: 100%;letter-spacing: 0%;line-height: 27px;}

.slide-btn {
    display: inline-block;
    background: transparent;
    border: 2px solid var(--theme-color);
    border-radius: 50px;
    padding: 12px 18px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--theme-color);
    text-decoration: none;
    transition: all 0.3s;
    margin-left: 0 !important;
}

.slide-btn:hover {
    background: var(--theme-color-light);
}

/* ====================================
   POINTS DE PAGINATION
   ==================================== */
.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
}

.carousel-dots .dot {
    width: 8px;
    height: 8px;
    background: #cbd5e1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.carousel-dots .dot:hover {
    background: #94a3b8;
}

.carousel-dots .dot.active {
    background: #1e293b;
    border-radius: 6px;
}
.banniere {
    background-color: #EFE7D4;
    border-radius: 5px;
}
/* CTA Options */
.cta-option {
    transition: all 0.3s;
}

.cta-option:hover {
    border-color: var(--theme-color, #FFC107);
    background: rgba(255, 193, 7, 0.05);
    transform: translateX(5px);
}
.cta-contact.solutions .grid {
    background-image: url(/wp-content/uploads/2026/04/Vector@2x.png);
    position: relative;
    gap: 80px;
    grid-template-columns: 485px 1fr;
    padding: 50px 50px;
}
img.travail-ensemble {
    position: absolute;
    max-width: 360px;
    bottom: 0;
}

section.cta-contact.solutions.py-3xl {
    position: relative;
    PADDING: 140PX 0;
}
.cta-contact h2 {
    padding-left: 190px;
    font-family: var(--font-display);
    font-weight: 300;
    font-style: Light;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0%;
}
section.encart-couleur .container {
    border-radius: 5px;
}
.dans_les_faits-card p {
    font-size: 16px;
}
/* Popup vidÃ©o */
.video-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-popup-overlay.active {
    display: flex;
    opacity: 1;
}

.video-popup-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.video-popup-overlay.active .video-popup-container {
    transform: scale(1);
}

.video-popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.2s ease;
}

.video-popup-close:hover {
    transform: scale(1.2);
}

.video-popup-content {
    width: 100%;
    height: 100%;
}

.video-popup-content iframe {
    width: 100%;
    height: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    .video-popup-container {
        width: 95%;
    }
    
    .video-popup-close {
        top: -35px;
        width: 35px;
        height: 35px;
        font-size: 28px;
    }
}
/* Animat
/* ========== RESPONSIVE ========== */

@media (max-width: 1024px) {
    .main-navigation {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block !important;
    }
    
    .mobile-nav-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .mobile-nav-menu li.menu-item-486 {
    display: none;
    }
    
    .mobile-nav-menu a {
        display: block;
        padding: 1rem 0;
        color: #1e293b;
        text-decoration: none;
        font-weight: 500;
    }
    
    .mobile-nav-menu .sub-menu {
        padding-left: 1rem;
        margin-top: 0.5rem;
    }
    
    .mobile-nav-menu .sub-menu a {
        font-size: 0.9375rem;
        color: #64748b;
    }
}

@media (max-width: 768px) {
    .top-banner .flex {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
    
    .header-cta {
        display: none;
    }
    
    .footer-top {
        grid-template-columns: 1fr;
    }
    
    .footer-bottom .flex {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-partners {
        justify-content: center;
    }


section {padding: 80px 10px !important;}

.grid {grid-template-columns: 1fr !important;}
.article-faq .container.flex {
    display: block;
    max-width: 100%;
}

.colonne-fixe {
    width: 100% !important;
}

.solutions .grid {
    grid-auto-flow: row !important;
    padding: 20px !important;
}

.top-articles.flex.justify-between {
    flex-direction: column;
}

.cta-contact h2 {
    padding: 0 !important;
}
.carousel-tabs {
    flex-direction: column;
}

.slide-content {
    flex-direction: column;
    padding: 20px;
}

.banniere {
    text-align: center;
    flex-direction: column;
    gap: 20px;
}
.top-banner {
    height: auto;
    width: 100%;
    position: relative;
}
body section:first-of-type {
    padding-top: 140px !important;
}
  body section.article-hero {
        padding-top: 40px !important;
    }  
    span.current {
    display: none;
}

.header-wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 50px;
}
section.cta-contact.solutions .container {
    padding-top: 140px !im;
}

.cta-contact.solutions .grid {padding-bottom: 370px !important;gap: 0px;}
.home .body {overflow-x: hidden;}
}

@media (min-width: 769px) and (max-width: 1024px) {
    .footer-top {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* Couleur des placeholders - Version avec !important */
input::placeholder,
textarea::placeholder,
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #2B2B2B !important;
    opacity: 1 !important;
}