@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap");

/* ============================================================
   TROUVER-AVOCATS.FR — CSS PREMIUM v10
   FIX: quick-actions color, similar-listings layout, specs display
   ============================================================ */

/* ************************************************************
   PARTIE 1 — PAGE RECHERCHE (/rechercher/)
   ************************************************************ */

/* --- 1.0 NEUTRALISER ISOTOPE --- */
.results-view.grid,
.results-view.fc-type-2-results {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    max-width: 900px !important;
    margin: 0 auto !important;
}

.results-view .grid-item,
.results-view .col-md-6.grid-item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    padding: 0 !important;
    float: none !important;
}

/* --- 1.1 CARD = [Avatar | Contenu | Actions] --- */
.lf-item-container.lf-type-2 {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    background: white !important;
    border: 1px solid #e8eaee !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    box-shadow: none !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
}

.results-view .grid-item:first-child .lf-item-container.lf-type-2 {
    border-radius: 16px 16px 0 0 !important;
}

.results-view .grid-item:last-child .lf-item-container.lf-type-2 {
    border-radius: 0 0 16px 16px !important;
    border-bottom: 1px solid #e8eaee !important;
}

.results-view .grid-item:only-child .lf-item-container.lf-type-2 {
    border-radius: 16px !important;
    border-bottom: 1px solid #e8eaee !important;
}

.results-view .grid-item:nth-child(even) .lf-item-container.lf-type-2 {
    background: #fafbfc !important;
}

.explore-classic-content .lf-item-container.lf-type-2::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 4px !important;
    background: transparent !important;
    transition: all 0.3s ease !important;
    z-index: 5 !important;
}

.explore-classic-content .lf-item-container.lf-type-2:hover::before {
    background: #53c598 !important;
}

.lf-item-container.lf-type-2:hover {
    background: white !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    z-index: 2 !important;
    transform: scale(1.005) !important;
    border-color: transparent !important;
}

/* --- 1.2 COLONNE 1 --- */
.lf-item-container.lf-type-2 .lf-item.lf-item-alternate {
    flex: 1 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.lf-item-container.lf-type-2 .lf-item-alternate>a {
    text-decoration: none !important;
    display: block !important;
    color: inherit !important;
}

.lf-item-container.lf-type-2 .lf-item-info-2 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 20px 16px 20px 24px !important;
    gap: 16px !important;
}

/* --- 1.3 AVATAR 72px --- */
.lf-item-container.lf-type-2 .avatar-avocats {
    flex-shrink: 0 !important;
    width: 72px !important;
}

.lf-item-container.lf-type-2 .avatar-avocats .lf-avatar {
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    border-radius: 50% !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 2px 8px rgba(26, 26, 46, 0.15) !important;
    transition: all 0.3s ease !important;
}

.lf-item-container.lf-type-2:hover .avatar-avocats .lf-avatar {
    transform: scale(1.08) !important;
    box-shadow: 0 4px 16px rgba(26, 26, 46, 0.25) !important;
}

/* --- 1.4 INFOS --- */
.lf-item-container.lf-type-2 .informations-avocats {
    flex: 1 !important;
    min-width: 0 !important;
}

.owl-carousel .lf-item-container.lf-type-2 .informations-avocats {
    width: 100% !important;
    padding: 0 !important
}

.lf-item-container.lf-type-2 h2.listing-preview-title {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    margin: 0 0 2px 0 !important;
    line-height: 1.3 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.ta-verified-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    background: #2563eb !important;
    color: white !important;
    border-radius: 50% !important;
    font-size: 10px !important;
    flex-shrink: 0 !important;
}

.lf-item-container.lf-type-2 ul.lf-contact {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.lf-item-container.lf-type-2 ul.lf-contact li {
    font-size: 13px !important;
    color: #9ca3af !important;
    padding: 1px 0 !important;
    border: none !important;
    line-height: 1.4 !important;
    font-family: 'DM Sans', sans-serif !important;
    background: none !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
}

.lf-item-container.lf-type-2 ul.lf-contact li i.sm-icon {
    display: none !important;
}

.lf-item-container.lf-type-2 ul.lf-contact li.info1 h3 {
    font-size: 13px !important;
    color: #9ca3af !important;
    font-weight: 400 !important;
    margin: 0 !important;
    display: inline !important;
    font-family: 'DM Sans', sans-serif !important;
}

/* Masquer info2 (adresse) et info3 (temps réponse) par défaut — le JS les lit quand même via textContent */
.lf-item-container.lf-type-2 ul.lf-contact li.info2 {
    display: none !important;
}

.lf-item-container.lf-type-2 ul.lf-contact li.info3 {
    display: none !important;
}

/* info4 = specs pills (stylé par JS) */
.lf-item-container.lf-type-2 ul.lf-contact li.info4 {
    margin-top: 4px !important;
    padding-top: 4px !important;
    border-top: 1px solid #f0f1f3 !important;
}

.lf-item-container.lf-type-2 .hidden,
.lf-item-container.lf-type-2 .clearfix {
    display: none !important;
}

/* Méta empilée */
.ta-card-meta {
    margin: 2px 0 4px !important;
}

.ta-card-meta-line {
    display: block !important;
    font-size: 13px !important;
    color: #9ca3af !important;
    line-height: 1.5 !important;
    font-family: 'DM Sans', sans-serif !important;
}

/* --- 1.5 COLONNE ACTIONS --- */
.lf-item-container.lf-type-2 .listing-details.c27-footer-section,
.lf-item-container.lf-type-2 .listing-details.actions {
    flex-shrink: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    gap: 10px !important;
    padding: 20px 24px 20px 16px !important;
    border-top: none !important;
    background: transparent !important;
    width: auto !important;
    min-width: 160px !important;
}

.lf-item-container.lf-type-2 a.btn-view-avocat {
    display: block !important;
    align-items: center !important;
    gap: 6px !important;
    background: #53c598 !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
    white-space: nowrap !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.lf-item-container.lf-type-2 a.btn-view-avocat:hover {
    background: #43a883 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(83, 197, 152, 0.3) !important;
}

.lf-item-container.lf-type-2 .ld-info ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.lf-item-container.lf-type-2 .ld-info .item-preview a {
    color: #9ca3af !important;
    font-size: 18px !important;
}

.lf-item-container.lf-type-2 .ld-info .item-preview a:hover {
    color: #53c598 !important;
}

.lf-item-container.lf-type-2 .lf-head.level-featured {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 4 !important;
}

/* --- 1.6 BADGES --- */
.ta-badge-response {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 5px 12px !important;
    border-radius: 20px !important;
    white-space: nowrap !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-badge-response.ta-fast {
    background: rgba(16, 185, 129, 0.08) !important;
    color: #059669 !important;
}

.ta-badge-response.ta-medium {
    background: rgba(245, 158, 11, 0.08) !important;
    color: #d97706 !important;
}

.ta-badge-response .ta-dot {
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    animation: ta-pulse 2s ease-in-out infinite !important;
}

.ta-badge-response.ta-fast .ta-dot {
    background: #10b981 !important;
}

.ta-badge-response.ta-medium .ta-dot {
    background: #f59e0b !important;
}

@keyframes ta-pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

.ta-spec-pill {
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 4px 10px !important;
    border-radius: 6px !important;
    background: #f0f1f3 !important;
    color: #4b5563 !important;
    white-space: nowrap !important;
    font-family: 'DM Sans', sans-serif !important;
    transition: background 0.2s ease !important;
}

.lf-item-container.lf-type-2:hover .ta-spec-pill {
    background: #e8eaee !important;
}

.ta-more-specs {
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #9ca3af !important;
    font-style: italic !important;
    padding: 4px 6px !important;
}

/* --- 1.7 TOGGLE --- */
.ta-view-toggle {
    max-width: 900px !important;
    margin: 0 auto 16px !important;
    display: flex !important;
    gap: 4px !important;
    background: white !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    padding: 3px !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.ta-view-toggle button {
    padding: 6px 14px !important;
    border: none !important;
    background: transparent !important;
    border-radius: 6px !important;
    font-size: 13px !important;
    cursor: pointer !important;
    color: #6b7280 !important;
    font-weight: 500 !important;
    font-family: 'DM Sans', sans-serif !important;
    transition: all 0.2s ease !important;
}

.ta-view-toggle button.active {
    background: #1a1a2e !important;
    color: white !important;
}

/* --- 1.8 GRILLE --- */
.results-view.ta-grid-mode {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
}

.results-view.ta-grid-mode .grid-item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.results-view.ta-grid-mode .lf-item-container.lf-type-2 {
    flex-direction: column !important;
    border: 1px solid #e8eaee !important;
    border-radius: 16px !important;
    padding: 0 !important;
    height: 100% !important;
}

.results-view.ta-grid-mode .lf-item-info-2 {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 24px 20px 12px !important;
}

.results-view.ta-grid-mode .informations-avocats {
    text-align: center !important;
}

.results-view.ta-grid-mode ul.lf-contact li.info4 {
    justify-content: center !important;
    max-height: 52px !important;
    overflow: hidden !important;
    border-top: none !important;
}

.results-view.ta-grid-mode .listing-details.c27-footer-section,
.results-view.ta-grid-mode .listing-details.actions {
    flex-direction: column !important;
    align-items: stretch !important;
    min-width: auto !important;
    padding: 0 20px 20px !important;
    margin-top: auto !important;
}

.results-view.ta-grid-mode a.btn-view-avocat {
    text-align: center !important;
    justify-content: center !important;
}

.results-view.ta-grid-mode .lf-item-container.lf-type-2::before {
    display: none !important;
}

.results-view.ta-grid-mode .ta-cta-item {
    grid-column: 1 / -1 !important;
}

/* --- 1.9 CTA BANNER --- */
.ta-cta-banner {
    background: linear-gradient(135deg, #1a1a2e 0%, #2a2a5e 100%) !important;
    padding: 28px 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    color: white !important;
    position: relative !important;
    overflow: hidden !important;
}

.ta-cta-banner::before {
    content: '' !important;
    position: absolute !important;
    top: -30% !important;
    right: -10% !important;
    width: 200px !important;
    height: 200px !important;
    background: radial-gradient(circle, rgba(83, 197, 152, 0.12) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

.ta-cta-banner h3 {
    font-family: 'Playfair Display', serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 4px !important;
    position: relative !important;
}

.ta-cta-banner p {
    font-size: 13px !important;
    color: rgba(255, 255, 255, 0.7) !important;
    margin: 0 !important;
    font-family: 'DM Sans', sans-serif !important;
    position: relative !important;
}

.ta-cta-banner a {
    display: inline-flex !important;
    padding: 12px 24px !important;
    background: white !important;
    color: #1a1a2e !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
    transition: all 0.25s ease !important;
    position: relative !important;
}

.ta-cta-banner a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.3) !important;
}

/* --- 1.10 ANIMATIONS --- */
@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-12px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.results-view .grid-item {
    animation: fadeSlideIn 0.35s ease-out both !important;
}

.results-view .grid-item:nth-child(1) {
    animation-delay: 0s !important;
}

.results-view .grid-item:nth-child(2) {
    animation-delay: 0.04s !important;
}

.results-view .grid-item:nth-child(3) {
    animation-delay: 0.08s !important;
}

.results-view .grid-item:nth-child(4) {
    animation-delay: 0.12s !important;
}

.results-view .grid-item:nth-child(5) {
    animation-delay: 0.16s !important;
}

.results-view .grid-item:nth-child(6) {
    animation-delay: 0.20s !important;
}

/* --- 1.11 PAGINATION --- */
.c27-explore-pagination .job-manager-pagination ul {
    display: flex !important;
    gap: 6px !important;
    justify-content: center !important;
    list-style: none !important;
    padding: 20px 0 !important;
}

.c27-explore-pagination .job-manager-pagination a {
    background: white !important;
    color: #1a1a2e !important;
    border: 1px solid #e8eaee !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.c27-explore-pagination .job-manager-pagination a:hover {
    background: #53c598 !important;
    color: white !important;
    border-color: #53c598 !important;
}

.c27-explore-pagination .job-manager-pagination .current {
    background: #53c598 !important;
    color: white !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
}


.woocommerce-dashboard .lf-item-container.listing-preview.type-clients {
    display: block !important;
}


.woocommerce-dashboard .lf-item-container.type-clients .lf-item.lf-item-default>a {
    display: block !important;
}


.woocommerce-dashboard .lf-item-container.type-clients .lf-item-info {
    min-height: 200px;
    margin-left: -25px;
    margin-right: 22px;
}

.woocommerce-dashboard .type-clients .lf-item {}

.woocommerce-dashboard .type-clients .ta-dossier-cta {}

/* --- 1.12 RESPONSIVE --- */
@media (max-width: 700px) {
    .lf-item-container.lf-type-2 {
        flex-direction: column !important;
    }

    .lf-item-container.lf-type-2 {
        padding-bottom: 10px !important;
    }

    .lf-item-container.lf-type-2 .lf-item-info-2 {
        padding: 16px !important;
    }

    .lf-item-container.lf-type-2 .avatar-avocats .lf-avatar {
        width: 56px !important;
        height: 56px !important;
        min-width: 56px !important;
    }

    .lf-item-container.lf-type-2 .listing-details.c27-footer-section,
    .lf-item-container.lf-type-2 .listing-details.actions {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 0 16px 16px !important;
        min-width: 100% !important;
        width: 100% !important;
    }

    .results-view.ta-grid-mode {
        grid-template-columns: 1fr !important;
    }

    .ta-cta-banner {
        flex-direction: column !important;
        text-align: center !important;
    }
}


/* ************************************************************
   PARTIE 2 — FICHE AVOCAT (/avocats/*)
   ************************************************************ */

/* --- 2.1 HERO (v6 exact — PAS TOUCHER) --- */
.single-listing .profile-header,
.single-job_listing .profile-header {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d52 50%, #1a1a2e 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.single-listing .profile-header::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    right: -20% !important;
    width: 600px !important;
    height: 600px !important;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

.single-listing .profile-header::after {
    content: '' !important;
    position: absolute !important;
    bottom: -30% !important;
    left: -10% !important;
    width: 400px !important;
    height: 400px !important;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.02) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

.single-listing .profile-cover,
.single-job_listing .profile-cover {
    background: linear-gradient(135deg, #1a1a2e 0%, #2d2d52 50%, #1a1a2e 100%) !important;
}

.single-listing .profile-cover img {
    opacity: 0.12 !important;
    filter: blur(2px) !important;
    mix-blend-mode: luminosity !important;
}

/* --- 2.2 AVATAR --- */
.single-listing .profile-header .profile-thumb,
.single-listing .profile-header .listing-logo-container,
.single-listing .profile-header .listing-logo {
    border-radius: 20px !important;
    border: 3px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 3 !important;
}

/* --- 2.3 NOM --- */
.single-listing .profile-header h1,
.single-job_listing .profile-header h1 {
    font-family: 'Playfair Display', serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: white !important;
    letter-spacing: -0.02em !important;
    position: relative !important;
    z-index: 3 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.single-listing .profile-header .profile-name p {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 15px !important;
    position: relative !important;
    z-index: 3 !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* =============================================================
   2.4 QUICK-LISTING-ACTIONS — FIX TEXTE VERT SUR FOND VERT
   Force BLANC partout (li, a, span, i, tout enfant)
   ============================================================= */
.single-listing .quick-listing-actions,
.single-job_listing .quick-listing-actions,
.single-listing .profile-header .quick-listing-actions {
    display: block !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
    position: relative !important;
    z-index: 3 !important;
    margin-top: 16px !important;
    padding: 0 !important;
    list-style: none !important;
}

.single-listing .quick-listing-actions li,
.single-job_listing .quick-listing-actions li {
    list-style: none !important;
    margin: 5px !important;
    padding: 0 !important;
}

/* TOUS les boutons = verre, texte BLANC sur TOUT */
/* Force TOUS les enfants en blanc aussi */
.single-listing .quick-listing-actions li a *,
.single-job_listing .quick-listing-actions li a *,
.single-listing .quick-listing-actions li a span,
.single-listing .quick-listing-actions li a i,
.single-listing .quick-listing-actions li span,
.single-listing .quick-listing-actions li i {
    color: #ffffff !important;
}

.single-listing .quick-listing-actions li a:hover,
.single-job_listing .quick-listing-actions li a:hover {
    background: rgba(255, 255, 255, 0.18) !important;
    transform: translateY(-1px) !important;
}

/* PREMIER bouton = fond BLANC, texte SOMBRE */
.single-listing .quick-listing-actions li:first-child a,
.single-job_listing .quick-listing-actions li:first-child a,
.single-listing .profile-header .quick-listing-actions li:first-child a,
body.single-job_listing .quick-listing-actions li:first-child a,
.single-listing .quick-listing-actions li a,
.single-job_listing .quick-listing-actions li a,
.single-listing .profile-header .quick-listing-actions li a,
body.single-job_listing .quick-listing-actions li a {
    background: #ffffff !important;
    color: #1a1a2e !important;
    border: none !important;
    font-weight: 700 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

/* Enfants du premier bouton = texte SOMBRE */
.single-listing .quick-listing-actions li a *,
.single-job_listing .quick-listing-actions li a *,
.single-listing .quick-listing-actions li a span,
.single-listing .quick-listing-actions li a i,
.single-listing .quick-listing-actions li span,
.single-listing .quick-listing-actions li i {
    color: #1a1a2e !important;
}

.single-listing .quick-listing-actions li a:hover,
.single-job_listing .quick-listing-actions li a:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15) !important;
    background: #f0f0f0 !important;
}


/* --- 2.5 TABS --- */
.single-listing .profile-menu {
    background: transparent !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    position: relative !important;
    z-index: 3 !important;
}

.single-listing .profile-menu li a {
    color: rgba(255, 255, 255, 0.45) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'DM Sans', sans-serif !important;
    padding: 14px 24px !important;
    border-bottom: 2px solid transparent !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.single-listing .profile-menu li a:hover {
    color: rgba(255, 255, 255, 0.75) !important;
}

.single-listing .profile-menu li.active a,
.single-listing .profile-menu li.current a {
    color: white !important;
    border-bottom-color: #53c598 !important;
}


/* --- 2.6 BODY + SECTIONS --- */
body.single-job_listing,
body.single-listing {
    background: #f5f6f8 !important;
}

.single-listing .profile-body {
    background: #f5f6f8 !important;
}

.single-listing .profile-body .element,
.single-listing .profile-body-main .element {
    background: white !important;
    border-radius: 16px !important;
    padding: 28px !important;
    margin-bottom: 20px !important;
    border: 1px solid #e8eaee !important;
    box-shadow: none !important;
    transition: box-shadow 0.3s ease !important;
}

.single-listing .profile-body .element:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
}

.single-listing .profile-body h5 {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #9ca3af !important;
    margin-bottom: 16px !important;
    border-bottom: none !important;
    font-family: 'DM Sans', sans-serif !important;
}

.single-listing .profile-body p {
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #374151 !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* --- 2.7 PILLS SPÉCIALITÉS --- */
.single-listing .profile-body .element ul:has(a[href*="/specialite/"]) {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.single-listing .profile-body .element ul:has(a[href*="/specialite/"]) li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single-listing .profile-body .element ul li a[href*="/specialite/"] {
    display: inline-block !important;
    padding: 8px 16px !important;
    border-radius: 10px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: 'DM Sans', sans-serif !important;
    background: #f5f6f8 !important;
    color: #4b5563 !important;
    border: 1px solid #e8eaee !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.single-listing .profile-body .element ul li a[href*="/specialite/"]:hover {
    background: #53c598 !important;
    color: white !important;
    border-color: #53c598 !important;
}

.single-listing footer ul li a,
.single-listing .widget ul li a {
    display: inline !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}


/* --- 2.8 SIDEBAR --- */
.single-listing .profile-body-sidebar {
    position: sticky !important;
    top: 24px !important;
    align-self: start !important;
}

.single-listing .profile-body-sidebar .element {
    background: white !important;
    border-radius: 16px !important;
    padding: 24px !important;
    border: 1px solid #e8eaee !important;
    margin-bottom: 20px !important;
}

.single-listing .profile-body-sidebar [class*="map"] {
    border-radius: 12px !important;
    overflow: hidden !important;
}


/* =============================================================
   2.9 FORMULAIRE CONTACT = FOND SOMBRE
   Sélecteur exact : #formulairecontact.element.content-block
   ============================================================= */
#formulairecontact .element.content-block,
#formulairecontact .element,
.block-type-contact_form .element.content-block,
.block-type-contact_form .element,
.single-listing .profile-body-sidebar .element:has(form),
.single-listing .profile-body-sidebar .element:has(textarea) {
    background: #1a1a2e !important;
    border: none !important;
    border-radius: 16px !important;
    color: white !important;
}

#formulairecontact h5,
#formulairecontact .section-title,
#formulairecontact .pf-head h5,
.single-listing .profile-body-sidebar .element:has(form) h5 {
    color: white !important;
}

#formulairecontact p,
#formulairecontact .pf-body p,
.single-listing .profile-body-sidebar .element:has(form) p {
    color: rgba(255, 255, 255, 0.6) !important;
}

#formulairecontact label,
#formulairecontact .form-group label,
.single-listing .profile-body-sidebar .element:has(form) label {
    color: rgba(255, 255, 255, 0.6) !important;
}

#formulairecontact input[type="text"],
#formulairecontact input[type="email"],
#formulairecontact input[type="tel"],
#formulairecontact input[type="number"],
#formulairecontact textarea,
#formulairecontact select {
    border-radius: 10px !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: white !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    font-family: 'DM Sans', sans-serif !important;
}

#formulairecontact input:focus,
#formulairecontact textarea:focus,
#formulairecontact select:focus {
    border-color: rgba(255, 255, 255, 0.4) !important;
    outline: none !important;
}

#formulairecontact input::placeholder,
#formulairecontact textarea::placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
}

#formulairecontact input[type="submit"],
#formulairecontact button[type="submit"],
#formulairecontact .btn,
#formulairecontact .buttons-wrapper .btn {
    background: #53c598 !important;
    color: white !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: 'DM Sans', sans-serif !important;
    cursor: pointer !important;
    width: 100% !important;
}

#formulairecontact input[type="submit"]:hover,
#formulairecontact button[type="submit"]:hover {
    background: #43a883 !important;
}


/* =============================================================
   2.10 SIMILAR LISTINGS = MÊME AFFICHAGE LISTE QUE /rechercher/
   Détruire le carousel Owl et forcer layout liste
   ============================================================= */
.i-section.similar-listings {
    background: #f5f6f8 !important;
    padding: 40px 0 !important;
}

.i-section.similar-listings h2,
.i-section.similar-listings .section-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    text-align: center !important;
    margin-bottom: 28px !important;
}

/* Détruire Owl Carousel complètement */
.i-section.similar-listings .owl-carousel,
.i-section.similar-listings .owl-stage-outer,
.i-section.similar-listings .owl-stage,
.i-section.similar-listings .results-view,
.i-section.similar-listings .related-listings-container {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    max-width: 900px !important;
    margin: 0 auto !important;
    width: 100% !important;
    transform: none !important;
    transition: none !important;
    overflow: visible !important;
    height: auto !important;
    padding: 0 24px !important;
}

.i-section.similar-listings .owl-item,
.i-section.similar-listings .grid-item,
.i-section.similar-listings .col-md-4,
.i-section.similar-listings .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    flex: none !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Cards = MÊME STYLE flex row que /rechercher/ */
.i-section.similar-listings .lf-item-container,
.i-section.similar-listings .lf-item-container.lf-type-2 {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    border: 1px solid #e8eaee !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
    box-shadow: none !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    background: white !important;
    min-height: 0 !important;
}

/* Premier / Dernier arrondi */
.i-section.similar-listings .owl-item:first-child .lf-item-container,
.i-section.similar-listings .grid-item:first-child .lf-item-container {
    border-radius: 16px 16px 0 0 !important;
}

.i-section.similar-listings .owl-item:last-child .lf-item-container,
.i-section.similar-listings .grid-item:last-child .lf-item-container {
    border-radius: 0 0 16px 16px !important;
    border-bottom: 1px solid #e8eaee !important;
}

.i-section.similar-listings .owl-item:only-child .lf-item-container,
.i-section.similar-listings .grid-item:only-child .lf-item-container {
    border-radius: 16px !important;
    border-bottom: 1px solid #e8eaee !important;
}

.i-section.similar-listings .owl-item:nth-child(even) .lf-item-container {
    background: #fafbfc !important;
}

/* Hover */
.i-section.similar-listings .lf-item-container:hover {
    background: white !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08) !important;
    z-index: 3 !important;
}

/* Layout interne = identique aux cards /rechercher/ */
.i-section.similar-listings .lf-item,
.i-section.similar-listings .lf-item.lf-item-alternate {
    flex: 1 !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.i-section.similar-listings .lf-item-info-2 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 20px 16px 20px 24px !important;
    gap: 16px !important;
}

/* Avatar */
.i-section.similar-listings .avatar-avocats {
    flex-shrink: 0 !important;
    width: 64px !important;
}

.i-section.similar-listings .lf-avatar {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    border-radius: 50% !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

/* Infos */
.i-section.similar-listings .informations-avocats {
    flex: 1 !important;
    min-width: 0 !important;
}

.i-section.similar-listings h2.listing-preview-title,
.i-section.similar-listings .lf-item h2,
.i-section.similar-listings .lf-item h3 {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    margin: 0 0 2px !important;
}

.i-section.similar-listings ul.lf-contact {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.i-section.similar-listings ul.lf-contact li {
    font-size: 13px !important;
    color: #9ca3af !important;
    padding: 1px 0 !important;
    border: none !important;
    font-family: 'DM Sans', sans-serif !important;
    background: none !important;
}

.i-section.similar-listings ul.lf-contact li i.sm-icon {
    display: none !important;
}

/* Actions = CTA à droite */
.i-section.similar-listings .listing-details,
.i-section.similar-listings .listing-details.c27-footer-section,
.i-section.similar-listings .listing-details.actions {
    flex-shrink: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 20px 24px 20px 16px !important;
    border-top: none !important;
    background: transparent !important;
    min-width: 160px !important;
}

.i-section.similar-listings a.btn-view-avocat {
    background: #53c598 !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
    white-space: nowrap !important;
    display: inline-flex !important;
}

/* Masquer nav owl */
.i-section.similar-listings .owl-nav,
.i-section.similar-listings .owl-dots {
    display: none !important;
}

.i-section.similar-listings .lf-item-container .hidden,
.i-section.similar-listings .lf-item-container .clearfix {
    display: none !important;
}


/* --- 2.11 SIDEBAR PROFILS SIMILAIRES --- */
.ta-similar-card {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px !important;
    border-radius: 10px !important;
    border: 1px solid #f0f1f3 !important;
    margin-bottom: 8px !important;
    text-decoration: none !important;
    color: inherit !important;
    transition: all 0.2s ease !important;
}

.ta-similar-card:hover {
    border-color: #53c598 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

.ta-similar-avatar {
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    background-size: cover !important;
    background-position: center !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.ta-similar-name {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #1a1a2e !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-similar-spec {
    font-size: 14px !important;
    color: #9ca3af !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* --- 2.12 ANIMATIONS + MISC --- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.single-listing .profile-body .element {
    animation: fadeInUp 0.5s ease-out both !important;
}

.single-listing .profile-body .element:nth-child(1) {
    animation-delay: 0s !important;
}

.single-listing .profile-body .element:nth-child(2) {
    animation-delay: 0.08s !important;
}

.single-listing .profile-body .element:nth-child(3) {
    animation-delay: 0.16s !important;
}

.single-listing .profile-body .element:nth-child(4) {
    animation-delay: 0.24s !important;
}

.single-listing .profile-body .element:nth-child(5) {
    animation-delay: 0.32s !important;
}

.single-listing .profile-menu::-webkit-scrollbar {
    height: 3px !important;
}

.single-listing .profile-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 10px !important;
}

.single-listing .breadcrumbs {
    display: none !important;
}

/*
.single-listing a[href*="deposer-mon-dossier"] {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 14px 28px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    font-family: 'DM Sans', sans-serif !important;
    text-decoration: none !important;
    background: #53c598 !important;
    color: white !important;
}
*/

.single-listing.type-clients section.featured-section.profile-cover.profile-cover-image {
    padding-bottom: 16%;
}

.informations-avocats {
    width: calc(100% - 80px) !important;
    display: inline-block;
}


.listing-feed-2 .owl-carousel .lf-item-container.lf-type-2 {
    display: block !important;
}

.listing-feed-2 .owl-carousel ul.lf-contact,
.similar-listings ul.lf-contact {
    min-height: 135px;
    max-height: max-content;
    overflow: hidden;
}

.listing-feed-2 .lf-item-container.lf-type-2 .avatar-avocats {

    margin: 0 auto;
    display: block;
}

.listing-feed-2 .listing-preview .listing-details.actions {
    height: auto !important;
}

.listing-feed-2 .info4 {
    display: inline-block !important;
}


.listing-feed-2 .listing-details.actions.c27-footer-section {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


.my-listing.single-listing.type-__trashed .owl-carousel ul.lf-contact,
.my-listing.single-listing.type-__trashed .similar-listings ul.lf-contact {
    min-height: auto;
    max-height: max-content !important;
    overflow: hidden !important;
}

.my-listing.single-listing.type-__trashed .similar-listings ul.lf-contact li {
    /*display: block !important;*/
}

#listingclient .lf-item {
    padding-top: 10px;
}


.listing-feed-carousel .ta-card-meta {
    min-height: 60px;
}

.listing-feed-carousel .listing-details.actions.c27-footer-section {
    min-height: 135px;
}

/* ************************************************************
   PARTIE 3 — PAGE DOSSIERS CLIENTS (/dossiers-clients/)
   ************************************************************ */

/* --- 3.0 GRILLE DOSSIERS = identique à la grille avocats, déjà gérée par Partie 1 --- */

/* --- 3.1 CARD DOSSIER = STYLE LISTE ÉPURÉ --- */
.lf-item-container.listing-preview.type-clients {
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    background: white !important;
    border: 1px solid #e8eaee !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    box-shadow: none !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Premier / Dernier arrondis */
.results-view .grid-item:first-child .lf-item-container.type-clients {
    border-radius: 16px 16px 0 0 !important;
}

.results-view .grid-item:last-child .lf-item-container.type-clients {
    border-radius: 0 0 16px 16px !important;
    border-bottom: 1px solid #e8eaee !important;
}

.results-view .grid-item:only-child .lf-item-container.type-clients {
    border-radius: 16px !important;
    border-bottom: 1px solid #e8eaee !important;
}

.results-view .grid-item:nth-child(even) .lf-item-container.type-clients {
    background: #fafbfc !important;
}

/* Barre verte au hover */
.lf-item-container.type-clients::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 4px !important;
    background: transparent !important;
    transition: background 0.3s ease !important;
    z-index: 5 !important;
}

.lf-item-container.type-clients:hover::before {
    background: #53c598 !important;
}

.lf-item-container.type-clients:hover {
    background: white !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    z-index: 2 !important;
    transform: scale(1.005) !important;
    border-color: transparent !important;
}

/* --- 3.2 SUPPRIMER IMAGE DE FOND + OVERLAY --- */
.lf-item-container.type-clients .lf-item.lf-item-default {
    flex: 1 !important;
    min-width: 0 !important;
    background: none !important;
    position: relative !important;
    min-height: 0 !important;
    height: auto !important;
    aspect-ratio: unset !important;
}

.lf-item-container.type-clients .lf-item.lf-item-default>a {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    padding: 20px 16px 20px 24px !important;
    gap: 16px !important;
    text-decoration: none !important;
    color: inherit !important;
    position: relative !important;
    z-index: 2 !important;
    min-height: 0 !important;
    height: auto !important;
}

.lf-item-container.type-clients .overlay {
    display: none !important;
}

.lf-item-container.type-clients .lf-background {
    display: none !important;
}

.lf-item-container.type-clients .lf-head {
    display: none !important;
}

/* --- 3.3 ICÔNE CATÉGORIE (injectée par JS) --- */
.ta-dossier-icon {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    border-radius: 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    flex-shrink: 0 !important;
    background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%) !important;
    color: #4f46e5 !important;
    transition: all 0.3s ease !important;
}

.lf-item-container.type-clients:hover .ta-dossier-icon {
    transform: scale(1.08) !important;
    box-shadow: 0 4px 16px rgba(79, 70, 229, 0.2) !important;
}

/* --- 3.4 CONTENU DOSSIER --- */
.lf-item-container.type-clients .lf-item-info {
    flex: 1 !important;
    min-width: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    position: relative !important;
    z-index: 2 !important;
}

.lf-item-container.type-clients .lf-item-info h2.listing-preview-title {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #1a1a2e !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    text-shadow: none !important;
    padding: 0 !important;
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
}

/* Méta dossier (date + lieu injectés par JS) */
.ta-dossier-meta {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

.ta-dossier-meta span {
    font-size: 13px !important;
    color: #9ca3af !important;
    font-family: 'DM Sans', sans-serif !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

/* Pills catégories dossier */
.ta-dossier-cats {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    margin-top: 2px !important;
}

.ta-dossier-pill {
    display: inline-block !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 3px 10px !important;
    border-radius: 6px !important;
    background: #f0fdf4 !important;
    color: #166534 !important;
    white-space: nowrap !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: capitalize !important;
}

/* --- 3.5 FOOTER DOSSIER (date/lieu originaux) → masqué, le JS prend le relais --- */
.lf-item-container.type-clients .listing-details-3 {
    display: none !important;
}

/* --- 3.6 CTA DOSSIER (injecté par JS) --- */
.ta-dossier-cta {
    flex-shrink: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px 24px 20px 16px !important;
    gap: 8px !important;
}

.ta-dossier-cta a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: #1a1a2e !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
    white-space: nowrap !important;
    transition: all 0.25s ease !important;
}

.ta-dossier-cta a:hover {
    background: #2d2d52 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(26, 26, 46, 0.3) !important;
}

.ta-dossier-new {
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #059669 !important;
    background: rgba(16, 185, 129, 0.08) !important;
    padding: 2px 8px !important;
    border-radius: 4px !important;
    font-family: 'DM Sans', sans-serif !important;
}

/* --- 3.7 RESPONSIVE DOSSIERS --- */
@media (max-width: 700px) {
    .lf-item-container.type-clients .lf-item.lf-item-default>a {
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 16px !important;
    }

    .ta-dossier-icon {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        font-size: 20px !important;
        margin: 0 auto;
    }

    .ta-dossier-cta {
        padding: 0 16px 16px !important;
        align-items: stretch !important;
    }

    .ta-dossier-cta a {
        justify-content: center !important;
    }

    .lf-item-container.listing-preview.type-clients {
        display: block !important;
    }

    span.ta-dossier-new {
        text-align: center;
    }

}


/* --- 2.13 RESPONSIVE --- */
@media (max-width: 768px) {
    .single-listing .profile-header h1 {
        font-size: 24px !important;
    }

    .single-listing .profile-body-sidebar {
        position: relative !important;
        top: 0 !important;
    }

    .single-listing .quick-listing-actions {
        flex-direction: column !important;
    }

    .single-listing .quick-listing-actions li a {
        width: 100% !important;
        justify-content: center !important;
    }

    .single-listing .profile-menu {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .i-section.similar-listings .lf-item-container {
        flex-direction: column !important;
    }

    .i-section.similar-listings .listing-details {
        min-width: auto !important;
        padding: 0 16px 16px !important;
    }

    .type-__trashed section.featured-section.profile-cover.profile-cover-image {
        padding-bottom: 150px !important;
    }

    .main-info-mobile .container.listing-main-info {
        background: #242429;
    }

    .main-info-mobile h1.case27-primary-text {
        color: #fff !important;
    }

    .explore-classic-content.col-md-8 .avatar-avocats {
        display: block;
        margin: 0 auto;
    }

    .explore-classic-content.col-md-8 .informations-avocats {
        width: 100% !important;
    }

    .explore-classic-content.col-md-8 .lf-item-container.lf-type-2 .listing-details.c27-footer-section,
    .explore-classic-content.col-md-8 .lf-item-container.lf-type-2 .listing-details.actions {
        display: block !important;

    }

    .explore-classic-content.col-md-8 .lf-item.lf-item-alternate {
        min-height: max-content !important;
    }

    .explore-classic-content.col-md-8 .lf-item-container.lf-type-2 .listing-details.c27-footer-section,
    .explore-classic-content.col-md-8 .lf-item-container.lf-type-2 .listing-details.actions {
        /*min-height: max-content;*/
        min-height: 159px;
    }

    .explore-classic-content.col-md-8 span.ta-badge-response.ta-fast {
        margin-bottom: 20px !important;
        display: inline-block !important
    }


    .similar-listings .lf-item-container.listing-preview.type-__trashed {
        display: block !important;
    }


    .similar-listings .lf-item-container.listing-preview.type-__trashed .avatar-avocats {
        display: block;
        margin: 0 auto;
    }

    .similar-listings .lf-item-container.listing-preview.type-__trashed .informations-avocats {
        width: 100% !important;
    }

    .similar-listings .lf-item-container.listing-preview.type-__trashed .lf-item-container.lf-type-2 .listing-details.c27-footer-section,
    .similar-listings .lf-item-container.listing-preview.type-__trashed .lf-item-container.lf-type-2 .listing-details.actions {
        display: block !important;
    }

    .similar-listings .lf-item-container.listing-preview.type-__trashed .lf-item.lf-item-alternate {
        min-height: max-content !important;
    }

    .similar-listings .lf-item-container.listing-preview.type-__trashed .lf-item-container.lf-type-2 .listing-details.c27-footer-section,
    .similar-listings .lf-item-container.listing-preview.type-__trashed .lf-item-container.lf-type-2 .listing-details.actions {
        min-height: max-content;
    }

    .similar-listings .lf-item-container.listing-preview.type-__trashed span.ta-badge-response.ta-fast {
        margin-bottom: 20px !important;
        display: inline-block !important
    }

    .similar-listings .lf-item-container.listing-preview.type-__trashed ul.lf-contact {
        min-height: auto;
        max-height: max-content;
    }

    .i-section.similar-listings .lf-item-container.listing-preview.type-__trashed .listing-details,
    .i-section.similar-listings .lf-item-container.listing-preview.type-__trashed .listing-details.c27-footer-section,
    .i-section.similar-listings .lf-item-container.listing-preview.type-__trashed .listing-details.actions {
        display: block !important;
        height: auto !important
    }

    .listing-preview.type-__trashed .lf-item-container.lf-type-2 .informations-avocats {
        flex: 1 !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    .type-__trashed section.featured-section.profile-cover.profile-cover-image {
        padding-bottom: 115px !important;
    }

    .main-info-mobile .container.listing-main-info {
        padding-bottom: 20px;
    }

    .cts-next,
    .cts-prev {
        background-image: none !important;
    }
}






/* =============================================================================
   TROUVER AVOCATS — DEPOSER MON DOSSIER
   CSS COMPLET — Compatible thème Gravity Forms 2.5
   ⚠️ REMPLACE TOUT le CSS précédent — Supprimer l'ancien avant de coller
   Coller dans : Apparence > Personnaliser > CSS additionnel
   ============================================================================= */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&display=swap');


/* ==========================================================================
   A. HERO SPLIT
   ========================================================================== */

.depot-hero {
    background: linear-gradient(180deg, #f0fdf4 0%, #f8fafc 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 56px 24px;
    font-family: 'DM Sans', -apple-system, sans-serif;
}

.depot-hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    max-width: 1140px;
    margin: 0 auto;
}

.depot-hero-left {
    padding-top: 32px;
}

.depot-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(83, 197, 152, 0.08);
    border: 1px solid rgba(83, 197, 152, 0.2);
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 13px;
    color: #53C598;
    font-weight: 600;
    margin-bottom: 20px;
}

.depot-hero-left h1 {
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 700;
    line-height: 1.12;
    color: #0f172a;
    letter-spacing: -0.02em;
    margin: 0 0 16px;
}

.depot-hero-left h1 .green {
    background: linear-gradient(135deg, #3faa85, #53C598);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.depot-hero-left .desc {
    color: #64748b;
    font-size: 16px;
    margin: 0 0 28px;
    line-height: 1.7;
    max-width: 440px;
}

.depot-hero-left .desc strong {
    color: #334155;
}

.depot-stats {
    display: flex;
    gap: 24px;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.depot-stats .stat .number {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1;
}

.depot-stats .stat .label {
    font-size: 14px;
    color: #64748b;
    margin-top: 4px;
}

.depot-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #334155;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.2s;
    margin-bottom: 24px;
}

.depot-btn-outline:hover {
    border-color: #53C598;
    color: #53C598;
}

.depot-trust-mini {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.depot-trust-mini span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #94a3b8;
}

@media (max-width: 900px) {
    .depot-hero {
        padding: 40px 16px;
    }

    .depot-hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .depot-hero-left {
        padding-top: 0;
        text-align: center;
    }

    .depot-hero-left .desc {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .depot-stats {
        justify-content: center;
    }

    .depot-btn-outline {
        margin-left: auto;
        margin-right: auto;
    }

    .depot-trust-mini {
        justify-content: center;
    }
}


/* ==========================================================================
   B. GRAVITY FORMS 2.5 — RESET + DARK CARD
   Nettoyage complet des styles par défaut GF 2.5
   ========================================================================== */

/* --- Wrapper principal : la carte dark --- */
.depot-form-wrapper .gform_wrapper,
.depot-form-wrapper .gform_wrapper.gform_legacy_markup_wrapper,
.depot-form-wrapper .gform_wrapper.gravity-theme {
    font-family: 'DM Sans', -apple-system, sans-serif !important;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.98) 0%, rgba(30, 41, 59, 0.96) 100%) !important;
    border: 1px solid rgba(148, 163, 184, 0.1) !important;
    border-radius: 20px !important;
    padding: 28px 24px !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 25px 50px -12px rgba(0, 0, 0, 0.22) !important;
    color: #e2e8f0 !important;
}

/* --- RESET BRUTAL : tuer toutes les lignes/bordures parasites --- */
.depot-form-wrapper .gform_wrapper *,
.depot-form-wrapper .gform_wrapper *::before,
.depot-form-wrapper .gform_wrapper *::after {
    border-color: transparent !important;
}

/* Remettre les bordures qu'on veut */
.depot-form-wrapper .gform_wrapper input[type="text"],
.depot-form-wrapper .gform_wrapper input[type="email"],
.depot-form-wrapper .gform_wrapper input[type="tel"],
.depot-form-wrapper .gform_wrapper input[type="url"],
.depot-form-wrapper .gform_wrapper input[type="number"],
.depot-form-wrapper .gform_wrapper select,
.depot-form-wrapper .gform_wrapper textarea {
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
}

.depot-form-wrapper .gform_wrapper .gfield_radio .gchoice {
    border: 1px solid rgba(148, 163, 184, 0.15) !important;
}

.depot-form-wrapper .gform_wrapper .gfield_radio .gchoice:has(input:checked) {
    border: 1px solid #53C598 !important;
}

/* Reset fieldset/legend par défaut */
.depot-form-wrapper fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    min-width: 0 !important;
}

.depot-form-wrapper legend {
    padding: 0 !important;
    margin: 0 0 8px !important;
    border: none !important;
    float: none !important;
    width: auto !important;
}

/* Reset ul/li si GF les utilise */
.depot-form-wrapper .gform_wrapper ul,
.depot-form-wrapper .gform_wrapper li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Reset liens GF */
.depot-form-wrapper .gform_wrapper a {
    color: #53C598 !important;
}


/* --- Progress bar --- */
.depot-form-wrapper .gf_progressbar_wrapper {
    margin-bottom: 24px !important;
    padding: 0 !important;
    border: none !important;
}

.depot-form-wrapper .gf_progressbar_title {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #53C598 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    margin-bottom: 10px !important;
    font-family: 'DM Sans', sans-serif !important;
    border: none !important;
}

.depot-form-wrapper .gf_progressbar {
    background: rgba(148, 163, 184, 0.1) !important;
    border-radius: 6px !important;
    height: 5px !important;
    overflow: hidden !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.depot-form-wrapper .gf_progressbar_percentage {
    background: linear-gradient(90deg, #3faa85, #53C598) !important;
    border-radius: 6px !important;
    height: 5px !important;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
    line-height: 5px !important;
    font-size: 0 !important;
    padding: 0 !important;
}

.depot-form-wrapper .gf_progressbar_percentage span {
    display: none !important;
}

/* --- Steps (si activés) --- */
.depot-form-wrapper .gf_page_steps {
    display: flex !important;
    justify-content: space-between !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
}

.depot-form-wrapper .gf_step {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 5px !important;
    flex: 1 !important;
    opacity: 0.4 !important;
    transition: all 0.3s !important;
    border: none !important;
    background: transparent !important;
}

.depot-form-wrapper .gf_step_active,
.depot-form-wrapper .gf_step_completed {
    opacity: 1 !important;
}

.depot-form-wrapper .gf_step_number {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 38px !important;
    padding: 0 !important;
    font-style: normal !important;
    transition: all 0.3s !important;
}

.depot-form-wrapper .gf_step_active .gf_step_number {
    background: linear-gradient(135deg, #3faa85, #53C598) !important;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(83, 197, 152, 0.3) !important;
    border: none !important;
}

.depot-form-wrapper .gf_step_completed .gf_step_number {
    background: rgba(83, 197, 152, 0.15) !important;
    color: #53C598 !important;
    border: 1px solid rgba(83, 197, 152, 0.3) !important;
}

.depot-form-wrapper .gf_step_pending .gf_step_number {
    background: rgba(148, 163, 184, 0.1) !important;
    color: #64748b !important;
    border: 1px solid rgba(148, 163, 184, 0.15) !important;
}

.depot-form-wrapper .gf_step_label {
    font-size: 10px !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    color: #64748b !important;
    border: none !important;
}

.depot-form-wrapper .gf_step_active .gf_step_label {
    color: #53C598 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}


/* --- Section titles (Étape 1 : Votre besoin, etc.) --- */
.depot-form-wrapper .gsection,
.depot-form-wrapper .gfield--type-section {
    border-bottom: 1px solid rgba(148, 163, 184, 0.1) !important;
    padding-bottom: 14px !important;
    margin-bottom: 20px !important;
    background: transparent !important;
}

.depot-form-wrapper .gsection_title,
.depot-form-wrapper .gsection .gsection_title,
.depot-form-wrapper h3.gsection_title {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #e2e8f0 !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    border: none !important;
    font-family: 'DM Sans', sans-serif !important;
    background: transparent !important;
    line-height: 1.4 !important;
}

.depot-form-wrapper .gsection_description,
.depot-form-wrapper .gfield_description:not(.validation_message) {
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

.gsection_description {
    font-weight: bold !important;
    text-align: center !important;
}

/* --- Labels --- */
.depot-form-wrapper .gfield_label,
.depot-form-wrapper .gform-field-label,
.depot-form-wrapper legend.gfield_label,
.depot-form-wrapper legend.gform-field-label {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #c8d6e5 !important;
    margin-bottom: 8px !important;
    letter-spacing: 0.02em !important;
    font-family: 'DM Sans', sans-serif !important;
    border: none !important;
    background: transparent !important;
}

.depot-form-wrapper .gfield_required,
.depot-form-wrapper .gfield_required_text {
    color: #53C598 !important;
}

/* Sub-labels */
.depot-form-wrapper .gform-field-label--type-sub,
.depot-form-wrapper .hidden_sub_label,
.depot-form-wrapper .ginput_complex label,
.depot-form-wrapper .name_first label,
.depot-form-wrapper .name_last label,
.depot-form-wrapper .ginput_left label,
.depot-form-wrapper .ginput_right label {
    font-size: 10px !important;
    color: #64748b !important;
    font-weight: 400 !important;
    margin-top: 3px !important;
    border: none !important;
}


/* --- Inputs / Select / Textarea --- */
.depot-form-wrapper input[type="text"],
.depot-form-wrapper input[type="email"],
.depot-form-wrapper input[type="tel"],
.depot-form-wrapper input[type="url"],
.depot-form-wrapper input[type="number"],
.depot-form-wrapper select,
.depot-form-wrapper textarea {
    width: 100% !important;
    background: rgba(15, 23, 42, 0.6) !important;
    background-color: rgba(15, 23, 42, 0.6) !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    font-size: 14px !important;
    font-family: 'DM Sans', sans-serif !important;
    outline: none !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.depot-form-wrapper input:focus,
.depot-form-wrapper select:focus,
.depot-form-wrapper textarea:focus {
    border: 1px solid #53C598 !important;
    box-shadow: 0 0 0 3px rgba(83, 197, 152, 0.12) !important;
}

.depot-form-wrapper input::placeholder,
.depot-form-wrapper textarea::placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    opacity: 1 !important;
}

/* Select spécifique */
.depot-form-wrapper select {
    -webkit-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    padding-right: 42px !important;
    cursor: pointer !important;
}

.depot-form-wrapper select option {
    background: #1e293b !important;
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
}

.depot-form-wrapper textarea {
    min-height: 90px !important;
    resize: vertical !important;
    line-height: 1.5 !important;
}

/* Name field grid */
.depot-form-wrapper .ginput_complex.ginput_container_name,
.depot-form-wrapper .gform-grid-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
}

/* Email confirm grid */
.depot-form-wrapper .ginput_container_email {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 10px !important;
}

/* Clear div reset */
.depot-form-wrapper .gf_clear,
.depot-form-wrapper .gf_clear_complex {
    display: none !important;
}



@media (max-width: 480px) {

    .depot-form-wrapper .ginput_complex.ginput_container_name,
    .depot-form-wrapper .ginput_container_email,
    .depot-form-wrapper .gform-grid-row {
        grid-template-columns: 1fr !important;
    }

    .depot-form-wrapper .gfield--width-half {
        display: block !important;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .depot-form-wrapper input[type="text"],
    .depot-form-wrapper input[type="email"],
    .depot-form-wrapper input[type="tel"],
    .depot-form-wrapper select,
    .depot-form-wrapper textarea {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .depot-form-wrapper .gform_wrapper {
        padding: 24px 18px !important;
        border-radius: 16px !important;
    }
}


/* --- Radio buttons --- */
.depot-form-wrapper .gfield_radio,
.depot-form-wrapper .ginput_container_radio {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

/* Le conteneur de chaque choix = la carte */
.depot-form-wrapper .gfield_radio .gchoice {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(148, 163, 184, 0.15) !important;
    background: rgba(15, 23, 42, 0.4) !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    margin: 0 !important;
}

.depot-form-wrapper .gfield_radio .gchoice:hover {
    border: 1px solid rgba(83, 197, 152, 0.3) !important;
    background: rgba(83, 197, 152, 0.04) !important;
}

.depot-form-wrapper .gfield_radio .gchoice:has(input:checked) {
    border: 1px solid #53C598 !important;
    background: rgba(83, 197, 152, 0.08) !important;
}

/* Label dans le radio = PAS de style carte, juste du texte */
.depot-form-wrapper .gfield_radio .gchoice label,
.depot-form-wrapper .gfield_radio .gchoice .gform-field-label {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    background: none !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    display: inline !important;
    font-size: 13px !important;
    color: #94a3b8 !important;
    font-weight: 400 !important;
    font-family: 'DM Sans', sans-serif !important;
    cursor: pointer !important;
    box-shadow: none !important;
    line-height: 1.4 !important;
    -webkit-text-fill-color: #94a3b8 !important;
}

.depot-form-wrapper .gfield_radio .gchoice:has(input:checked) label,
.depot-form-wrapper .gfield_radio .gchoice:has(input:checked) .gform-field-label {
    color: #53C598 !important;
    -webkit-text-fill-color: #53C598 !important;
    font-weight: 500 !important;
}

/* Custom radio dot */
.depot-form-wrapper .gfield_radio input[type="radio"],
.depot-form-wrapper .gfield_radio .gfield-choice-input {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 16px !important;
    height: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(148, 163, 184, 0.3) !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    flex-shrink: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

.depot-form-wrapper .gfield_radio input[type="radio"]:checked {
    border: 2px solid #53C598 !important;
}

.depot-form-wrapper .gfield_radio input[type="radio"]:checked::after {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    background: #53C598 !important;
}

/* Cacher le <br> que GF met avant "Autre" */
.depot-form-wrapper .gfield_radio .gchoice br {
    display: none !important;
}

/* Champ texte "Autre" inline */
.depot-form-wrapper .gchoice_other_control {
    flex: 1 !important;
    margin-left: 4px !important;
    background: rgba(15, 23, 42, 0.6) !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    border-radius: 6px !important;
    padding: 6px 10px !important;
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    font-size: 14px !important;
}

.depot-form-wrapper .gchoice_other_control {
    margin-top: 0 !important;
}


/* --- Checkbox --- */
.depot-form-wrapper .gfield_checkbox,
.depot-form-wrapper .ginput_container_checkbox {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.depot-form-wrapper .gfield_checkbox .gchoice {
    margin: 0 !important;
    padding: 0 !important;
}

.depot-form-wrapper .gfield_checkbox .gchoice label {
    display: flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 9px 14px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(148, 163, 184, 0.15) !important;
    background: rgba(15, 23, 42, 0.4) !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    font-size: 14px !important;
    color: #94a3b8 !important;
    font-family: 'DM Sans', sans-serif !important;
    margin: 0 !important;
}

.depot-form-wrapper .gfield_checkbox .gchoice:has(input:checked) label {
    border: 1px solid #53C598 !important;
    background: rgba(83, 197, 152, 0.08) !important;
    color: #53C598 !important;
}

.depot-form-wrapper .gfield_checkbox input[type="checkbox"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    border-radius: 4px !important;
    border: 2px solid rgba(148, 163, 184, 0.3) !important;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    position: relative !important;
    flex-shrink: 0 !important;
}

.depot-form-wrapper .gfield_checkbox input[type="checkbox"]:checked {
    border: 2px solid #53C598 !important;
    background: #53C598 !important;
}

.depot-form-wrapper .gfield_checkbox input[type="checkbox"]:checked::after {
    content: '\2713' !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 700 !important;
}


/* --- Consent --- */
.depot-form-wrapper .gfield--type-consent .ginput_container_consent {
    display: flex !important;
    align-items: flex-start !important;
    gap: 10px !important;
    padding: 10px 14px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(148, 163, 184, 0.15) !important;
    background: rgba(15, 23, 42, 0.4) !important;
    cursor: pointer !important;
}

.depot-form-wrapper .gfield--type-consent:has(input:checked) .ginput_container_consent {
    border: 1px solid #53C598 !important;
    background: rgba(83, 197, 152, 0.06) !important;
}

.depot-form-wrapper .ginput_container_consent label,
.depot-form-wrapper .gfield_consent_label {
    font-size: 14px !important;
    color: #94a3b8 !important;
    line-height: 1.5 !important;
}


/* --- HTML field (info/warning boxes) --- */
.depot-form-wrapper .gfield--type-html,
.depot-form-wrapper .gfield_html {
    background: rgba(245, 158, 11, 0.06) !important;
    border: 1px solid rgba(245, 158, 11, 0.15) !important;
    border-radius: 10px !important;
    padding: 10px 14px !important;
    color: #f59e0b !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

.depot-form-wrapper .gfield--type-html p,
.depot-form-wrapper .gfield--type-html span,
.depot-form-wrapper .gfield_html p,
.depot-form-wrapper .gfield_html span {
    color: #f59e0b !important;
    -webkit-text-fill-color: #f59e0b !important;
    font-size: 14px !important;
}


/* --- Buttons (Suivant / Précédent / Envoyer) --- */
.depot-form-wrapper .gform_page_footer,
.depot-form-wrapper .gform_footer,
.depot-form-wrapper .gform-page-footer {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 16px 0 0 !important;
    margin-top: 20px !important;
    border-top: 1px solid rgba(148, 163, 184, 0.08) !important;
    background: transparent !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.depot-form-wrapper .gform_next_button,
.depot-form-wrapper .gform_button[type="submit"],
.depot-form-wrapper input[type="submit"].gform_button,
.depot-form-wrapper input[type="submit"]#gform_submit_button_8 {
    padding: 12px 28px !important;
    border-radius: 10px !important;
    border: none !important;
    background: linear-gradient(135deg, #3faa85, #53C598) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.25s !important;
    font-family: 'DM Sans', sans-serif !important;
    box-shadow: 0 4px 15px rgba(83, 197, 152, 0.25) !important;
    line-height: 1.2 !important;
}

.depot-form-wrapper .gform_next_button:hover,
.depot-form-wrapper .gform_button[type="submit"]:hover,
.depot-form-wrapper input[type="submit"]:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 22px rgba(83, 197, 152, 0.35) !important;
}

.depot-form-wrapper .gform_previous_button,
.depot-form-wrapper input[type="submit"]#gform_previous_button_8 {
    padding: 12px 20px !important;
    border-radius: 10px !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    background: transparent !important;
    color: #94a3b8 !important;
    -webkit-text-fill-color: #94a3b8 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    font-family: 'DM Sans', sans-serif !important;
    box-shadow: none !important;
}

.depot-form-wrapper .gform_previous_button:hover {
    border: 1px solid #53C598 !important;
    color: #53C598 !important;
    -webkit-text-fill-color: #53C598 !important;
}


/* --- Validation --- */
.depot-form-wrapper .gform_validation_errors,
.depot-form-wrapper .validation_error {
    background: rgba(239, 68, 68, 0.1) !important;
    border: 1px solid rgba(239, 68, 68, 0.2) !important;
    border-radius: 12px !important;
    padding: 12px 16px !important;
    color: #f87171 !important;
    font-size: 13px !important;
    margin-bottom: 16px !important;
}

.depot-form-wrapper .gfield_error .gfield_label {
    color: #f87171 !important;
}

.depot-form-wrapper .gfield_error input,
.depot-form-wrapper .gfield_error textarea,
.depot-form-wrapper .gfield_error select {
    border: 1px solid rgba(239, 68, 68, 0.4) !important;
}

.depot-form-wrapper .validation_message {
    color: #f87171 !important;
    font-size: 11px !important;
    margin-top: 4px !important;
}

/* Confirmation */
.depot-form-wrapper .gform_confirmation_message {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.96)) !important;
    border: 1px solid rgba(83, 197, 152, 0.2) !important;
    border-radius: 20px !important;
    padding: 32px !important;
    text-align: center !important;
    color: #e2e8f0 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}


/* --- Animation page change --- */
.depot-form-wrapper .gform_page {
    animation: ta-fadein 0.35s ease-out !important;
}

@keyframes ta-fadein {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* --- Cleanup général --- */
.depot-form-wrapper .gfield {
    margin-bottom: 16px !important;
    padding: 0 !important;
}

.depot-form-wrapper .gform_fields {
    gap: 0 !important;
}

.depot-form-wrapper .gform_heading {
    display: none !important;
}

.depot-form-wrapper .gform_page {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
}

.depot-form-wrapper .gform_body,
.depot-form-wrapper .gform_footer,
.depot-form-wrapper .gform_page_footer,
.depot-form-wrapper .gform-page-footer {
    background: transparent !important;
}

/* Section vide (titre vide sur étape 2) */
.depot-form-wrapper .gsection_title:empty {
    display: none !important;
}


/* ==========================================================================
   C. TRUST BADGES
   ========================================================================== */

.depot-trust-badges {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    font-family: 'DM Sans', sans-serif;
}

.depot-trust-badges .badge {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #64748b;
}


/* ==========================================================================
   D. SECTIONS
   ========================================================================== */

.depot-section {
    max-width: 940px;
    margin: 0 auto;
    padding: 72px 16px 0;
    font-family: 'DM Sans', sans-serif;
}

.depot-section-last {
    max-width: 940px;
    margin: 0 auto;
    padding: 72px 16px 80px;
    font-family: 'DM Sans', sans-serif;
}

.depot-section-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #0f172a;
}

.depot-section-subtitle {
    text-align: center;
    color: #64748b;
    font-size: 15px;
    margin: 0 auto 44px;
    max-width: 500px;
}


/* ==========================================================================
   E. COMMENT CA MARCHE
   ========================================================================== */

.depot-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media (max-width: 768px) {
    .depot-steps-grid {
        grid-template-columns: 1fr;
    }
}

.depot-step-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    position: relative;
    transition: box-shadow 0.2s;
}

.depot-step-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.depot-step-card .badge {
    position: absolute;
    top: 12px;
    left: 16px;
    font-size: 11px;
    font-weight: 700;
    color: #53C598;
    background: rgba(83, 197, 152, 0.08);
    border-radius: 6px;
    padding: 2px 8px;
}

.depot-step-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(83, 197, 152, 0.08);
    border: 1px solid rgba(83, 197, 152, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 28px;
}

.depot-step-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 8px;
}

.depot-step-card p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}


/* ==========================================================================
   F. BOUTONS CTA
   ========================================================================== */

.depot-cta-center {
    text-align: center;
    margin-top: 32px;
}

.depot-btn-green {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3faa85, #53C598);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    box-shadow: 0 4px 15px rgba(83, 197, 152, 0.25);
    transition: all 0.2s;
}

.depot-btn-green:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 22px rgba(83, 197, 152, 0.35);
    color: #fff;
}

.depot-btn-green-sm {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    border-radius: 10px;
    background: linear-gradient(135deg, #3faa85, #53C598);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    align-self: flex-start;
    transition: all 0.2s;
}

.depot-btn-green-sm:hover {
    color: #fff;
}

.depot-btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 20px;
    border-radius: 10px;
    background: rgba(83, 197, 152, 0.1);
    border: 1px solid rgba(83, 197, 152, 0.2);
    color: #53C598;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    align-self: flex-start;
    transition: all 0.2s;
}

.depot-btn-ghost:hover {
    background: rgba(83, 197, 152, 0.15);
    color: #53C598;
}

.depot-btn-dark-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #e2e8f0;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.2s;
}

.depot-btn-dark-outline:hover {
    border-color: rgba(148, 163, 184, 0.4);
    color: #fff;
}


/* ==========================================================================
   G. CONFIDENTIALITE + GUIDE
   ========================================================================== */

.depot-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

@media (max-width: 768px) {
    .depot-two-col {
        grid-template-columns: 1fr;
    }
}

.depot-card-light {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 28px;
}

.depot-card-light .card-icon {
    font-size: 36px;
    margin-bottom: 16px;
}

.depot-card-light h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 12px;
}

.depot-card-light p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 0 0 16px;
}

.depot-checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.depot-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #334155;
}

.depot-check::before {
    content: '\2713';
    color: #53C598;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.depot-card-dark {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: 16px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.depot-card-dark .card-icon {
    font-size: 36px;
    margin-bottom: 16px;
}

.depot-card-dark h3 {
    font-size: 22px;
    font-weight: 700;
    color: #e2e8f0;
    margin: 0 0 12px;
}

.depot-card-dark p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.7;
    margin: 0 0 24px;
}

.depot-card-dark .buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}


/* ==========================================================================
   H. AVOCATS PARTENAIRES
   ========================================================================== */

.depot-avocats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (max-width: 768px) {
    .depot-avocats-grid {
        grid-template-columns: 1fr;
    }
}

.depot-avocat-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    gap: 14px;
    text-decoration: none;
    transition: all 0.2s;
}

.depot-avocat-card:hover {
    border-color: rgba(83, 197, 152, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.depot-avocat-card .avatar {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #53C598;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
    border: 1px solid rgba(148, 163, 184, 0.15);
}

.depot-avocat-card .info h4 {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 3px;
}

.depot-avocat-card .info .meta {
    font-size: 11px;
    color: #64748b;
    margin: 0 0 5px;
}

.depot-avocat-card .info .detail {
    font-size: 11px;
    color: #94a3b8;
    margin: 0 0 2px;
}

.depot-avocat-card .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
}

.depot-avocat-card .tag {
    font-size: 10px;
    background: rgba(83, 197, 152, 0.08);
    color: #3faa85;
    border: 1px solid rgba(83, 197, 152, 0.15);
    border-radius: 6px;
    padding: 2px 7px;
    white-space: nowrap;
}

.depot-avocat-card .link {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #53C598;
    font-weight: 600;
    text-decoration: none;
}


/* ==========================================================================
   I. CTA FINAL
   ========================================================================== */

.depot-cta-block {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 20px;
    padding: 48px 40px;
    text-align: center;
    border: 1px solid rgba(148, 163, 184, 0.1);
}

@media (max-width: 480px) {
    .depot-cta-block {
        padding: 36px 20px;
    }
}

.depot-cta-block h2 {
    font-size: 28px;
    font-weight: 700;
    color: #e2e8f0;
    margin: 0 0 8px;
}

.depot-cta-block .sub {
    color: #94a3b8;
    font-size: 16px;
    margin: 0 0 8px;
}

.depot-cta-block .email {
    color: #53C598;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.depot-cta-block .email:hover {
    color: #6ee7b7;
}

.depot-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.gform_wrapper.gravity-theme .gf_page_steps {
    border-bottom: 1px solid #e5e7eb !important;

}

/* Emojis étapes — via CSS (plus fiable que JS) */
.depot-form-wrapper .gf_step_number {
    font-size: 0 !important;
    line-height: 38px !important;
}

.depot-form-wrapper .gf_step:nth-child(1) .gf_step_number::after {
    content: '📋';
    font-size: 18px;
}

.depot-form-wrapper .gf_step:nth-child(2) .gf_step_number::after {
    content: '📝';
    font-size: 18px;
}

.depot-form-wrapper .gf_step:nth-child(3) .gf_step_number::after {
    content: '⏱️';
    font-size: 18px;
}

.depot-form-wrapper .gf_step:nth-child(4) .gf_step_number::after {
    content: '👤';
    font-size: 18px;
}

.depot-form-wrapper .gform_wrapper.gravity-theme .gf_step_label {
    padding-left: 0 !important;
}

.gform_wrapper.gravity-theme .gf_step {
    margin: 8px 0px 15px 0 !important;
}

.depot-form-wrapper .gfield.gfield--type-html {
    padding: 10px !important;
}

/* Radio — clic sur toute la ligne */
.depot-form-wrapper .gfield_radio .gchoice {
    position: relative !important;
}

.depot-form-wrapper .gfield_radio .gchoice label::after {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    cursor: pointer !important;
}


/* Stats — design amélioré avec séparateurs */
.depot-stats {
    display: flex;
    gap: 0;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

.depot-stats .stat {
    flex: 1;
    text-align: center;
    padding: 16px 20px;
    position: relative;
}

.depot-stats .stat:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: linear-gradient(180deg, transparent, #cbd5e1, transparent);
}

.depot-stats .stat .number {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1;
    background: linear-gradient(135deg, #0f172a, #334155);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.depot-stats .stat .label {
    font-size: 14px;
    color: #64748b;
    margin-top: 6px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* 2 boutons — même largeur, visuellement distincts */
.depot-hero-left .depot-btn-green,
.depot-hero-left .depot-btn-outline {
    width: 100%;
    max-width: 320px;
    justify-content: center;
    text-align: center;
    padding: 14px 24px;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
}

.depot-hero-left .depot-btn-green {
    box-shadow: 0 4px 15px rgba(83, 197, 152, 0.25);
}

.depot-hero-left .depot-btn-outline {
    border: 2px solid #e2e8f0;
    background: #fff;
    color: #334155;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.depot-hero-left .depot-btn-outline:hover {
    border-color: #53C598;
    color: #53C598;
    background: rgba(83, 197, 152, 0.03);
}

@media (max-width: 900px) {

    .depot-hero-left .depot-btn-green,
    .depot-hero-left .depot-btn-outline {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}



/* ==========================================================================
   1. HERO DARK — Fond pleine largeur
   ========================================================================== */

.ta-hero {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
    position: relative;
    overflow: hidden;
    font-family: 'DM Sans', -apple-system, sans-serif;
}

.ta-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.ta-hero::after {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(83, 197, 152, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.ta-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1100px;
    margin: 0 auto;
    padding: 72px 24px 64px;
    text-align: center;
}

.ta-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(83, 197, 152, 0.1);
    border: 1px solid rgba(83, 197, 152, 0.2);
    border-radius: 20px;
    padding: 6px 18px;
    margin-bottom: 24px;
    font-size: 13px;
    color: #53C598;
    font-weight: 600;
}

.ta-hero h1 {
    font-size: clamp(30px, 5vw, 50px);
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 16px;
    color: #fff;
    letter-spacing: -0.025em;
    font-family: 'DM Sans', sans-serif;
}

.ta-hero h1 .green {
    background: linear-gradient(135deg, #3faa85, #6ee7b7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ta-hero .desc {
    color: #94a3b8;
    font-size: 17px;
    margin: 0 auto 32px;
    line-height: 1.65;
    max-width: 560px;
}


/* ==========================================================================
   2. BARRE DE RECHERCHE IA — dans le hero
   ========================================================================== */

.ta-search-bar {
    max-width: 620px;
    margin: 0 auto 32px;
}

.ta-search-input-wrap {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 6px 6px 6px 18px;
    gap: 10px;
    transition: all 0.3s;
}

.ta-search-input-wrap:focus-within {
    border-color: #53C598;
    box-shadow: 0 0 0 3px rgba(83, 197, 152, 0.12);
    background: rgba(255, 255, 255, 0.08);
}

.ta-search-icon {
    font-size: 20px;
    flex-shrink: 0;
    line-height: 1;
}

.ta-search-input {
    flex: 1;
    min-width: 0;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    font-size: 15px !important;
    font-family: 'DM Sans', sans-serif !important;
    padding: 10px 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    height: auto !important;
}

.ta-search-input::placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    opacity: 1 !important;
}

.ta-search-btn {
    flex-shrink: 0;
    padding: 12px 22px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #3faa85, #53C598);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s;
    box-shadow: 0 2px 10px rgba(83, 197, 152, 0.25);
    line-height: 1.3;
}

.ta-search-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 18px rgba(83, 197, 152, 0.35);
}

.ta-search-examples {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    flex-wrap: wrap;
    justify-content: center;
}

.ta-search-examples-label {
    font-size: 10px;
    color: #475569;
    font-weight: 700;
    letter-spacing: 0.1em;
    flex-shrink: 0;
}

.ta-search-pill {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 5px 14px;
    font-size: 11px;
    color: #94a3b8;
    font-family: 'DM Sans', sans-serif;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.ta-search-pill:hover {
    background: rgba(83, 197, 152, 0.1);
    border-color: rgba(83, 197, 152, 0.2);
    color: #53C598;
}


/* ==========================================================================
   3. HERO CTAs + STATS
   ========================================================================== */

.ta-hero-ctas {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.ta-btn-hero-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 14px;
    background: linear-gradient(135deg, #3faa85, #53C598);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    box-shadow: 0 4px 20px rgba(83, 197, 152, 0.3);
    transition: all 0.25s;
    min-width: 200px;
}

.ta-btn-hero-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(83, 197, 152, 0.4);
    color: #fff;
}

.ta-btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #e2e8f0;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.25s;
    min-width: 200px;
}

.ta-btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.ta-hero-stats {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.ta-hero-stat {
    padding: 0 32px;
    text-align: center;
    position: relative;
}

.ta-hero-stat:not(:first-child)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background: rgba(148, 163, 184, 0.15);
}

.ta-hero-stat .number {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.ta-hero-stat .label {
    font-size: 14px;
    color: #64748b;
    margin-top: 6px;
    font-weight: 500;
}


/* ==========================================================================
   4. DEUX PARCOURS (overlap hero)
   ========================================================================== */

.ta-parcours {
    max-width: 940px;
    margin: -40px auto 0;
    padding: 0 16px;
    position: relative;
    z-index: 2;
    font-family: 'DM Sans', sans-serif;
}

.ta-parcours-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.ta-parcours-card {
    border-radius: 20px;
    padding: 32px 28px;
    transition: transform 0.25s, box-shadow 0.25s;
}

.ta-parcours-card:hover {
    transform: translateY(-4px);
}

.ta-parcours-card.light {
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.ta-parcours-card.light:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.ta-parcours-card.dark {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border: 1px solid rgba(148, 163, 184, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.ta-parcours-card.dark:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.ta-parcours-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.ta-parcours-card.light .ta-parcours-icon {
    background: rgba(83, 197, 152, 0.08);
    border: 1px solid rgba(83, 197, 152, 0.15);
}

.ta-parcours-card.dark .ta-parcours-icon {
    background: rgba(83, 197, 152, 0.12);
    border: 1px solid rgba(83, 197, 152, 0.2);
}

.ta-parcours-card.light h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}

.ta-parcours-card.dark h3 {
    font-size: 20px;
    font-weight: 700;
    color: #e2e8f0;
    margin: 0 0 8px;
}

.ta-parcours-card.light p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 0 0 20px;
}

.ta-parcours-card.dark p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.7;
    margin: 0 0 20px;
}

.ta-btn-card-green {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    background: linear-gradient(135deg, #3faa85, #53C598);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.2s;
}

.ta-btn-card-green:hover {
    color: #fff;
    transform: translateY(-1px);
}

.ta-btn-card-ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    background: rgba(83, 197, 152, 0.15);
    border: 1px solid rgba(83, 197, 152, 0.25);
    color: #53C598;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.2s;
}

.ta-btn-card-ghost:hover {
    background: rgba(83, 197, 152, 0.2);
    color: #53C598;
}


/* ==========================================================================
   5. SECTIONS COMMUNES
   ========================================================================== */

.ta-section {
    max-width: 940px;
    margin: 0 auto;
    padding: 80px 16px 0;
    font-family: 'DM Sans', sans-serif;
}

.ta-section-narrow {
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 16px 0;
    font-family: 'DM Sans', sans-serif;
}

.ta-section-seo {
    max-width: 800px;
    margin: 0 auto;
    padding: 72px 16px 0;
    font-family: 'DM Sans', sans-serif;
}

.ta-section-last {
    max-width: 940px;
    margin: 0 auto;
    padding: 72px 16px 80px;
    font-family: 'DM Sans', sans-serif;
}

.ta-title {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 6px;
    color: #0f172a;
    font-family: 'DM Sans', sans-serif;
}

.ta-subtitle {
    text-align: center;
    color: #64748b;
    font-size: 15px;
    margin: 0 auto 44px;
    max-width: 480px;
}

.ta-center {
    text-align: center;
}

.ta-mt-24 {
    margin-top: 24px;
}

.ta-mt-28 {
    margin-top: 28px;
}

.ta-link-green {
    font-size: 14px;
    color: #53C598;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.ta-link-green:hover {
    color: #3faa85;
}


/* ==========================================================================
   6. DOMAINES D'EXPERTISE
   ========================================================================== */

.ta-domaines-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ta-domaine-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px 18px;
    text-decoration: none;
    transition: all 0.25s;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
}

.ta-domaine-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    border-color: rgba(83, 197, 152, 0.3);
}

.ta-domaine-card .bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    opacity: 0.7;
}

.ta-domaine-card .icon {
    font-size: 32px;
    margin-bottom: 10px;
    display: block;
}

.ta-domaine-card h4 {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 4px;
}

.ta-domaine-card .desc {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.4;
}


/* ==========================================================================
   7. COMMENT ÇA MARCHE
   ========================================================================== */

.ta-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ta-step-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    position: relative;
    transition: all 0.25s;
}

.ta-step-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.ta-step-card .badge {
    position: absolute;
    top: 12px;
    left: 16px;
    font-size: 11px;
    font-weight: 700;
    color: #53C598;
    background: rgba(83, 197, 152, 0.08);
    border-radius: 6px;
    padding: 2px 8px;
}

.ta-step-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: rgba(83, 197, 152, 0.08);
    border: 1px solid rgba(83, 197, 152, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 28px;
}

.ta-step-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 8px;
}

.ta-step-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}


/* ==========================================================================
   8. AVOCATS PARTENAIRES
   ========================================================================== */

.ta-avocats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.ta-avocat-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 22px;
    display: flex;
    gap: 14px;
    text-decoration: none;
    transition: all 0.25s;
}

.ta-avocat-card:hover {
    transform: translateY(-3px);
    border-color: rgba(83, 197, 152, 0.3);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.ta-avocat-card .avatar {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f172a, #1e293b);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #53C598;
    font-weight: 700;
    font-size: 15px;
    flex-shrink: 0;
    border: 1px solid rgba(148, 163, 184, 0.15);
}

.ta-avocat-card .info {
    flex: 1;
    min-width: 0;
}

.ta-avocat-card .info h4 {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 3px;
}

.ta-avocat-card .info .meta {
    font-size: 14px;
    color: #64748b;
    margin: 0 0 8px;
}

.ta-avocat-card .tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.ta-avocat-card .tag {
    font-size: 10px;
    background: rgba(83, 197, 152, 0.08);
    color: #3faa85;
    border: 1px solid rgba(83, 197, 152, 0.15);
    border-radius: 6px;
    padding: 2px 8px;
    white-space: nowrap;
}

.ta-avocat-card .link {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #53C598;
    font-weight: 600;
    text-decoration: none;
}


/* ==========================================================================
   9. BANNIÈRE AVOCAT
   ========================================================================== */

.ta-avocat-banner {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #f0f9ff 100%);
    border: 1px solid rgba(83, 197, 152, 0.2);
    border-radius: 20px;
    padding: 48px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.ta-avocat-banner .label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(83, 197, 152, 0.1);
    border-radius: 8px;
    padding: 4px 12px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #3faa85;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.ta-avocat-banner h2 {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 10px;
}

.ta-avocat-banner p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
    max-width: 440px;
}

.ta-btn-banner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 16px 32px;
    border-radius: 14px;
    background: linear-gradient(135deg, #3faa85, #53C598);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    box-shadow: 0 4px 15px rgba(83, 197, 152, 0.25);
    white-space: nowrap;
    flex-shrink: 0;
    transition: all 0.25s;
}

.ta-btn-banner:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(83, 197, 152, 0.35);
}


/* ==========================================================================
   10. ARTICLES
   ========================================================================== */

.ta-articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ta-article-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.25s;
    display: block;
}

.ta-article-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.ta-article-card .thumb {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ta-article-card .thumb span {
    font-size: 48px;
    opacity: 0.3;
}

.ta-article-card .body {
    padding: 20px 22px;
}

.ta-article-card .meta-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.ta-article-card .cat {
    font-size: 10px;
    background: rgba(83, 197, 152, 0.08);
    color: #3faa85;
    border-radius: 6px;
    padding: 2px 8px;
    font-weight: 600;
}

.ta-article-card .date {
    font-size: 11px;
    color: #94a3b8;
}

.ta-article-card h4 {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
    line-height: 1.4;
}


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

.ta-faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 22px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s;
}

.ta-faq-item:hover {
    border-color: rgba(83, 197, 152, 0.3);
}

.ta-faq-item .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.ta-faq-item .question h4 {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin: 0;
}

.ta-faq-item .toggle {
    font-size: 22px;
    color: #53C598;
    font-weight: 700;
    flex-shrink: 0;
    transition: transform 0.2s;
    line-height: 1;
    user-select: none;
}

.ta-faq-item.open .toggle {
    transform: rotate(45deg);
}

.ta-faq-item .answer {
    display: none;
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 12px 0 0;
    padding-right: 32px;
}

.ta-faq-item.open .answer {
    display: block;
}


/* ==========================================================================
   12. SEO TEXT
   ========================================================================== */

.ta-seo-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 28px;
}

.ta-seo-card h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 14px;
    font-family: 'DM Sans', sans-serif;
}

.ta-seo-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.8;
    margin: 0 0 12px;
}

.ta-seo-card p:last-child {
    margin-bottom: 0;
}

.ta-seo-card a {
    color: #53C598;
    font-weight: 600;
    text-decoration: none;
}


/* ==========================================================================
   13. CTA FINAL
   ========================================================================== */

.ta-cta-block {
    background: linear-gradient(135deg, #0f172a, #1e293b);
    border-radius: 20px;
    padding: 48px 40px;
    text-align: center;
    border: 1px solid rgba(148, 163, 184, 0.1);
}

.ta-cta-block h2 {
    font-size: 28px;
    font-weight: 700;
    color: #e2e8f0;
    margin: 0 0 8px;
    font-family: 'DM Sans', sans-serif;
}

.ta-cta-block .sub {
    color: #94a3b8;
    font-size: 16px;
    margin: 0 0 8px;
}

.ta-cta-block .email {
    color: #53C598;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.ta-cta-block .email:hover {
    color: #6ee7b7;
}

.ta-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.ta-btn-cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3faa85, #53C598);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    box-shadow: 0 4px 15px rgba(83, 197, 152, 0.25);
    transition: all 0.25s;
    min-width: 180px;
}

.ta-btn-cta-primary:hover {
    color: #fff;
    transform: translateY(-1px);
}

.ta-btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.2);
    color: #e2e8f0;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.2s;
    min-width: 180px;
}

.ta-btn-cta-secondary:hover {
    border-color: rgba(148, 163, 184, 0.4);
    color: #fff;
}


/* ==========================================================================
   14. BOUTON GLOBAL
   ========================================================================== */

.ta-btn-green-center {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    background: linear-gradient(135deg, #3faa85, #53C598);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    box-shadow: 0 4px 15px rgba(83, 197, 152, 0.25);
    transition: all 0.25s;
}

.ta-btn-green-center:hover {
    color: #fff;
    transform: translateY(-1px);
}


/* ==========================================================================
   15. RESPONSIVE — TABLETTE (max 768px)
   ========================================================================== */

@media (max-width: 768px) {

    /* Hero */
    .ta-hero-inner {
        padding: 56px 16px 48px;
    }

    .ta-hero .desc {
        font-size: 15px;
        margin-bottom: 24px;
    }

    /* Search bar */
    .ta-search-input-wrap {
        flex-direction: column;
        padding: 14px;
        gap: 10px;
        border-radius: 14px;
    }

    .ta-search-icon {
        display: none;
    }

    .ta-search-input {
        width: 100% !important;
        text-align: center;
        font-size: 16px !important;
        /* évite zoom iOS */
    }

    .ta-search-btn {
        width: 100%;
        padding: 14px 20px;
        font-size: 15px;
    }

    .ta-search-examples {
        display: flex;
        overflow-x: auto;
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 6px;
        padding-bottom: 4px;
        -webkit-overflow-scrolling: touch;
    }

    .ta-search-examples-label {
        display: none;
    }

    .ta-search-pill {
        font-size: 11px;
        padding: 5px 12px;
        flex-shrink: 0;
    }

    /* CTAs */
    .ta-hero-ctas {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .ta-btn-hero-primary,
    .ta-btn-hero-secondary {
        width: 100%;
        max-width: 340px;
        font-size: 14px;
        padding: 14px 20px;
    }

    /* Stats */
    .ta-hero-stat {
        padding: 0 20px;
    }

    .ta-hero-stat .number {
        font-size: 22px;
    }

    .ta-hero-stat .label {
        font-size: 11px;
    }

    /* Parcours */
    .ta-parcours {
        margin-top: -24px;
    }

    .ta-parcours-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ta-parcours-card {
        padding: 24px 20px;
    }

    /* Sections */
    .ta-section,
    .ta-section-narrow,
    .ta-section-seo,
    .ta-section-last {
        padding-top: 56px;
    }

    .ta-title {
        font-size: 24px;
    }

    .ta-subtitle {
        font-size: 14px;
        margin-bottom: 32px;
    }

    /* Domaines */
    .ta-domaines-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .ta-domaine-card {
        padding: 18px 14px;
    }

    .ta-domaine-card .icon {
        font-size: 26px;
        margin-bottom: 8px;
    }

    .ta-domaine-card h4 {
        font-size: 13px;
    }

    /* Steps */
    .ta-steps-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ta-step-card {
        padding: 24px 20px;
    }

    /* Avocats */
    .ta-avocats-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .ta-avocat-card {
        padding: 18px;
    }

    /* Banner avocat */
    .ta-avocat-banner {
        flex-direction: column;
        text-align: center;
        padding: 32px 20px;
        gap: 20px;
    }

    .ta-avocat-banner p {
        max-width: 100%;
    }

    .ta-avocat-banner h2 {
        font-size: 22px;
    }

    .ta-btn-banner {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 15px;
    }

    /* Articles */
    .ta-articles-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .ta-article-card .thumb {
        height: 120px;
    }

    /* FAQ */
    .ta-faq-item {
        padding: 16px 18px;
    }

    .ta-faq-item .question h4 {
        font-size: 14px;
    }

    .ta-faq-item .answer {
        padding-right: 16px;
        font-size: 13px;
    }

    /* SEO */
    .ta-seo-card {
        padding: 24px 20px;
    }

    .ta-seo-card h2 {
        font-size: 20px;
    }

    /* CTA final */
    .ta-cta-block {
        padding: 36px 20px;
        border-radius: 16px;
    }

    .ta-cta-block h2 {
        font-size: 22px;
    }

    .ta-cta-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .ta-btn-cta-primary,
    .ta-btn-cta-secondary {
        width: 100%;
        max-width: 300px;
    }
}


/* ==========================================================================
   16. RESPONSIVE — MOBILE (max 480px)
   ========================================================================== */

@media (max-width: 480px) {

    .ta-hero-inner {
        padding: 44px 14px 40px;
    }

    .ta-hero h1 {
        font-size: 26px;
    }

    .ta-hero .desc {
        font-size: 14px;
    }

    .ta-search-bar {
        margin-bottom: 24px;
    }

    .ta-search-examples {
        display: none;
    }

    .ta-hero-stats {
        gap: 0;
    }

    .ta-hero-stat {
        padding: 0 14px;
    }

    .ta-hero-stat .number {
        font-size: 20px;
    }

    .ta-hero-stat .label {
        font-size: 10px;
    }

    .ta-parcours {
        margin-top: -20px;
        padding: 0 12px;
    }

    .ta-parcours-card {
        padding: 20px 16px;
        border-radius: 16px;
    }

    .ta-parcours-card h3 {
        font-size: 18px;
    }

    .ta-domaines-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .ta-domaine-card {
        padding: 16px 12px;
        border-radius: 12px;
    }

    .ta-domaine-card .icon {
        font-size: 24px;
        margin-bottom: 6px;
    }

    .ta-domaine-card h4 {
        font-size: 14px;
    }

    .ta-domaine-card .desc {
        font-size: 10px;
    }

    .ta-step-card {
        padding: 22px 18px;
    }

    .ta-step-card .icon {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }

    .ta-avocat-card {
        flex-direction: column;
        gap: 10px;
    }

    .ta-avocat-card .avatar {
        width: 44px;
        height: 44px;
        font-size: 13px;
    }

    .ta-avocat-banner {
        padding: 28px 16px;
    }

    .ta-avocat-banner h2 {
        font-size: 20px;
    }

    .ta-btn-banner {
        font-size: 14px;
        padding: 13px 20px;
    }

    .ta-article-card .thumb {
        height: 100px;
    }

    .ta-article-card .body {
        padding: 16px;
    }

    .ta-article-card h4 {
        font-size: 14px;
    }

    .ta-cta-block {
        padding: 28px 16px;
    }

    .ta-cta-block h2 {
        font-size: 20px;
    }

    .ta-cta-block .email {
        font-size: 15px;
    }
}


/* ==========================================================================
   17. FIX ELEMENTOR — Reset padding des widgets
   ========================================================================== */

.elementor-widget-html .ta-hero,
.elementor-widget-html .ta-parcours,
.elementor-widget-html .ta-section,
.elementor-widget-html .ta-section-narrow,
.elementor-widget-html .ta-section-seo,
.elementor-widget-html .ta-section-last {
    /* empêche Elementor de rajouter du padding */
}

.elementor-section.elementor-section-stretched .ta-hero {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}





/* REFONTE HOME */
/* ==========================================================================
   TROUVER-AVOCATS.FR — CSS HOMEPAGE COMPLET v3
   Coller dans : Apparence > Personnaliser > CSS additionnel
   (après le CSS existant modernisation + dépôt dossier)
   ========================================================================== */

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap");


/* ==========================================================================
   1. HERO — Fond dark pleine largeur
   ========================================================================== */

.ta-hero {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%) !important;
    position: relative !important;
    overflow: hidden !important;
    font-family: 'DM Sans', -apple-system, sans-serif !important;
}

.ta-hero::before {
    content: '' !important;
    position: absolute !important;
    inset: 0 !important;
    opacity: 0.03 !important;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px) !important;
    background-size: 32px 32px !important;
    pointer-events: none !important;
}

.ta-hero::after {
    content: '' !important;
    position: absolute !important;
    top: -20% !important;
    right: -10% !important;
    width: 500px !important;
    height: 500px !important;
    background: radial-gradient(circle, rgba(83, 197, 152, 0.12) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

.ta-hero-inner {
    position: relative !important;
    z-index: 1 !important;
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 72px 24px 64px !important;
    text-align: center !important;
}

.ta-hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: rgba(83, 197, 152, 0.1) !important;
    border: 1px solid rgba(83, 197, 152, 0.2) !important;
    border-radius: 20px !important;
    padding: 6px 18px !important;
    margin-bottom: 24px !important;
    font-size: 13px !important;
    color: #53C598 !important;
    font-weight: 600 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-hero h1,
.ta-hero .ta-hero-inner h1,
body .ta-hero h1,
body .elementor .ta-hero h1,
body .elementor-widget-html .ta-hero h1 {
    font-size: clamp(30px, 5vw, 50px) !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    margin: 0 0 16px !important;
    color: #fff !important;
    letter-spacing: -0.025em !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    text-align: center !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.ta-hero h1 .green {
    background: linear-gradient(135deg, #3faa85, #6ee7b7) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.ta-hero .desc,
.ta-hero p.desc,
body .ta-hero p.desc {
    color: #94a3b8 !important;
    font-size: 17px !important;
    margin: 0 auto 32px !important;
    line-height: 1.65 !important;
    max-width: 560px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-align: center !important;
}


/* ==========================================================================
   2. BARRE DE RECHERCHE IA
   ========================================================================== */

.ta-search-bar {
    max-width: 620px !important;
    margin: 0 auto 32px !important;
}

.ta-search-input-wrap {
    display: flex !important;
    align-items: center !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 16px !important;
    padding: 6px 6px 6px 18px !important;
    gap: 10px !important;
    transition: all 0.3s !important;
}

.ta-search-input-wrap:focus-within {
    border-color: #53C598 !important;
    box-shadow: 0 0 0 3px rgba(83, 197, 152, 0.12) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.ta-search-icon {
    font-size: 20px !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
}

.ta-search-input,
input.ta-search-input,
body input.ta-search-input,
body .elementor input.ta-search-input {
    flex: 1 !important;
    min-width: 0 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    color: #e2e8f0 !important;
    -webkit-text-fill-color: #e2e8f0 !important;
    font-size: 15px !important;
    font-family: 'DM Sans', sans-serif !important;
    padding: 10px 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    height: auto !important;
    width: auto !important;
    max-width: none !important;
}

.ta-search-input::placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    opacity: 1 !important;
}

.ta-search-btn,
button.ta-search-btn,
body button.ta-search-btn {
    flex-shrink: 0 !important;
    padding: 12px 22px !important;
    border-radius: 12px !important;
    border: none !important;
    background: linear-gradient(135deg, #3faa85, #53C598) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    font-family: 'DM Sans', sans-serif !important;
    cursor: pointer !important;
    white-space: nowrap !important;
    transition: all 0.25s !important;
    box-shadow: 0 2px 10px rgba(83, 197, 152, 0.25) !important;
    line-height: 1.3 !important;
}

.ta-search-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 18px rgba(83, 197, 152, 0.35) !important;
}

.ta-search-examples {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 14px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.ta-search-examples-label {
    font-size: 10px !important;
    color: #475569 !important;
    font-weight: 700 !important;
    letter-spacing: 0.1em !important;
    flex-shrink: 0 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-search-pill,
button.ta-search-pill {
    background: rgba(255, 255, 255, 0.04) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 20px !important;
    padding: 5px 14px !important;
    font-size: 11px !important;
    color: #94a3b8 !important;
    font-family: 'DM Sans', sans-serif !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
    white-space: nowrap !important;
}

.ta-search-pill:hover {
    background: rgba(83, 197, 152, 0.1) !important;
    border-color: rgba(83, 197, 152, 0.2) !important;
    color: #53C598 !important;
}


/* ==========================================================================
   3. HERO CTAs + STATS
   ========================================================================== */

.ta-hero-ctas {
    display: flex !important;
    justify-content: center !important;
    gap: 14px !important;
    flex-wrap: wrap !important;
    margin-bottom: 40px !important;
}

a.ta-btn-hero-primary,
body a.ta-btn-hero-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 15px 28px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #3faa85, #53C598) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
    box-shadow: 0 4px 20px rgba(83, 197, 152, 0.3) !important;
    transition: all 0.25s !important;
    min-width: 200px !important;
}

a.ta-btn-hero-primary:hover {
    transform: translateY(-2px) !important;
    color: #fff !important;
}

a.ta-btn-hero-secondary,
body a.ta-btn-hero-secondary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    padding: 15px 28px !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #e2e8f0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
    transition: all 0.25s !important;
    min-width: 200px !important;
}

a.ta-btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

.ta-hero-stats {
    display: flex !important;
    justify-content: center !important;
    gap: 0 !important;
    flex-wrap: wrap !important;
}

.ta-hero-stat {
    padding: 0 32px !important;
    text-align: center !important;
    position: relative !important;
}

.ta-hero-stat:not(:first-child)::before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 15% !important;
    height: 70% !important;
    width: 1px !important;
    background: rgba(148, 163, 184, 0.15) !important;
}

.ta-hero-stat .number {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-hero-stat .label {
    font-size: 14px !important;
    color: #64748b !important;
    margin-top: 6px !important;
    font-weight: 500 !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* ==========================================================================
   4. PARCOURS (overlap hero)
   ========================================================================== */

.ta-parcours {
    max-width: 940px !important;
    margin: -40px auto 0 !important;
    padding: 0 16px !important;
    position: relative !important;
    z-index: 2 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-parcours-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 24px !important;
}

.ta-parcours-card {
    border-radius: 20px !important;
    padding: 32px 28px !important;
    transition: transform 0.25s, box-shadow 0.25s !important;
}

.ta-parcours-card:hover {
    transform: translateY(-4px) !important;
}

.ta-parcours-card.light {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
}

.ta-parcours-card.light:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1) !important;
}

.ta-parcours-card.dark {
    background: linear-gradient(135deg, #0f172a, #1e293b) !important;
    border: 1px solid rgba(148, 163, 184, 0.1) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
}

.ta-parcours-card.dark:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25) !important;
}

.ta-parcours-icon {
    width: 56px !important;
    height: 56px !important;
    border-radius: 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
    margin-bottom: 20px !important;
}

.ta-parcours-card.light .ta-parcours-icon {
    background: rgba(83, 197, 152, 0.08) !important;
    border: 1px solid rgba(83, 197, 152, 0.15) !important;
}

.ta-parcours-card.dark .ta-parcours-icon {
    background: rgba(83, 197, 152, 0.12) !important;
    border: 1px solid rgba(83, 197, 152, 0.2) !important;
}

.ta-parcours-card h3,
.ta-parcours-card.light h3,
.ta-parcours-card.dark h3,
body .ta-parcours-card h3,
body .elementor .ta-parcours-card h3,
body .elementor-widget-html .ta-parcours-card h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    margin: 0 0 8px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-align: left !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.3 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.ta-parcours-card.light h3 {
    color: #0f172a !important;
}

.ta-parcours-card.dark h3 {
    color: #e2e8f0 !important;
}

.ta-parcours-card.light p {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.7 !important;
    margin: 0 0 20px !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-parcours-card.dark p {
    font-size: 14px !important;
    color: #94a3b8 !important;
    line-height: 1.7 !important;
    margin: 0 0 20px !important;
    font-family: 'DM Sans', sans-serif !important;
}

a.ta-btn-card-green,
body a.ta-btn-card-green {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #3faa85, #53C598) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
    transition: all 0.2s !important;
}

a.ta-btn-card-green:hover {
    color: #fff !important;
    transform: translateY(-1px) !important;
}

a.ta-btn-card-ghost,
body a.ta-btn-card-ghost {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    background: rgba(83, 197, 152, 0.15) !important;
    border: 1px solid rgba(83, 197, 152, 0.25) !important;
    color: #53C598 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
    transition: all 0.2s !important;
}

a.ta-btn-card-ghost:hover {
    background: rgba(83, 197, 152, 0.2) !important;
    color: #53C598 !important;
}


/* ==========================================================================
   5. SECTIONS — TITRES & SOUS-TITRES (sélecteurs ultra-renforcés)
   ========================================================================== */

.ta-section {
    max-width: 940px !important;
    margin: 0 auto !important;
    padding: 80px 16px 0 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-section-narrow {
    max-width: 700px !important;
    margin: 0 auto !important;
    padding: 80px 16px 0 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-section-seo {
    max-width: 800px !important;
    margin: 0 auto !important;
    padding: 72px 16px 0 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-section-last {
    max-width: 940px !important;
    margin: 0 auto !important;
    padding: 72px 16px 80px !important;
    font-family: 'DM Sans', sans-serif !important;
}

/* ======= TITRES H2 — SÉLECTEURS ULTRA-RENFORCÉS ======= */
.ta-title,
h2.ta-title,
.ta-section h2.ta-title,
.ta-section-narrow h2.ta-title,
.ta-section-last h2.ta-title,
body h2.ta-title,
body .ta-section h2.ta-title,
body .elementor h2.ta-title,
body .elementor .ta-section h2.ta-title,
body .elementor-widget h2.ta-title,
body .elementor-widget-html h2.ta-title,
body .elementor-element h2.ta-title,
body .elementor-element .ta-section h2.ta-title {
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    margin: 0 0 6px !important;
    color: #0f172a !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    letter-spacing: -0.01em !important;
    line-height: 1.2 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    border-bottom: none !important;
    text-shadow: none !important;
}

/* ======= SOUS-TITRES — SÉLECTEURS ULTRA-RENFORCÉS ======= */
.ta-subtitle,
p.ta-subtitle,
.ta-section p.ta-subtitle,
.ta-section-narrow p.ta-subtitle,
body p.ta-subtitle,
body .ta-section p.ta-subtitle,
body .elementor p.ta-subtitle,
body .elementor .ta-section p.ta-subtitle,
body .elementor-widget p.ta-subtitle,
body .elementor-widget-html p.ta-subtitle,
body .elementor-element p.ta-subtitle {
    text-align: center !important;
    color: #64748b !important;
    font-size: 15px !important;
    margin: 0 auto 44px !important;
    max-width: 480px !important;
    font-family: 'DM Sans', sans-serif !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
}

.ta-center {
    text-align: center !important;
}

.ta-mt-24 {
    margin-top: 24px !important;
}

.ta-mt-28 {
    margin-top: 28px !important;
}

a.ta-link-green,
body a.ta-link-green {
    font-size: 14px !important;
    color: #53C598 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
}

a.ta-link-green:hover {
    color: #3faa85 !important;
}


/* ==========================================================================
   6. DOMAINES D'EXPERTISE
   ========================================================================== */

.ta-domaines-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
}

.ta-domaine-card {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 22px 18px !important;
    text-decoration: none !important;
    transition: all 0.25s !important;
    text-align: center !important;
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
}

.ta-domaine-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
    border-color: rgba(83, 197, 152, 0.3) !important;
}

.ta-domaine-card .bar {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    opacity: 0.7 !important;
}

.ta-domaine-card .icon {
    font-size: 32px !important;
    margin-bottom: 10px !important;
    display: block !important;
}

/* Titres H4 domaines — renforcés */
.ta-domaine-card h4,
body .ta-domaine-card h4,
body .elementor .ta-domaine-card h4,
body .elementor-widget-html .ta-domaine-card h4 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0 0 4px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.3 !important;
    text-align: center !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.ta-domaine-card .desc {
    font-size: 11px !important;
    color: #94a3b8 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* ==========================================================================
   7. COMMENT ÇA MARCHE (steps)
   ========================================================================== */

.ta-steps-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.ta-step-card {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 28px 24px !important;
    text-align: center !important;
    position: relative !important;
    transition: all 0.25s !important;
}

.ta-step-card:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06) !important;
}

.ta-step-card .badge {
    position: absolute !important;
    top: 12px !important;
    left: 16px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #53C598 !important;
    background: rgba(83, 197, 152, 0.08) !important;
    border-radius: 6px !important;
    padding: 2px 8px !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-step-card .icon {
    width: 56px !important;
    height: 56px !important;
    border-radius: 16px !important;
    background: rgba(83, 197, 152, 0.08) !important;
    border: 1px solid rgba(83, 197, 152, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 16px !important;
    font-size: 28px !important;
}

/* Titres H3 steps — renforcés */
.ta-step-card h3,
body .ta-step-card h3,
body .elementor .ta-step-card h3,
body .elementor-widget-html .ta-step-card h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0 0 8px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.3 !important;
    text-align: center !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.ta-step-card p {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* ==========================================================================
   8. AVOCATS PARTENAIRES
   ========================================================================== */

.ta-avocats-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}

.ta-avocat-card {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 22px !important;
    display: flex !important;
    gap: 14px !important;
    text-decoration: none !important;
    transition: all 0.25s !important;
}

.ta-avocat-card:hover {
    transform: translateY(-3px) !important;
    border-color: rgba(83, 197, 152, 0.3) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06) !important;
}

.ta-avocat-card .avatar {
    width: 50px !important;
    height: 50px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #0f172a, #1e293b) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #53C598 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    flex-shrink: 0 !important;
    border: 1px solid rgba(148, 163, 184, 0.15) !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-avocat-card .info {
    flex: 1 !important;
    min-width: 0 !important;
}

/* Titres H4 avocats — renforcés */
.ta-avocat-card .info h4,
body .ta-avocat-card .info h4,
body .elementor .ta-avocat-card h4,
body .elementor-widget-html .ta-avocat-card h4 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0 0 3px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.3 !important;
    text-align: left !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.ta-avocat-card .info .meta {
    font-size: 14px !important;
    color: #64748b !important;
    margin: 0 0 8px !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-avocat-card .tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
}

.ta-avocat-card .tag {
    font-size: 10px !important;
    background: rgba(83, 197, 152, 0.08) !important;
    color: #3faa85 !important;
    border: 1px solid rgba(83, 197, 152, 0.15) !important;
    border-radius: 6px !important;
    padding: 2px 8px !important;
    white-space: nowrap !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-avocat-card .link {
    display: inline-block !important;
    margin-top: 10px !important;
    font-size: 14px !important;
    color: #53C598 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* ==========================================================================
   9. BANNIÈRE AVOCAT
   ========================================================================== */

.ta-avocat-banner {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #f0f9ff 100%) !important;
    border: 1px solid rgba(83, 197, 152, 0.2) !important;
    border-radius: 20px !important;
    padding: 48px 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 32px !important;
}

.ta-avocat-banner .label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: rgba(83, 197, 152, 0.1) !important;
    border-radius: 8px !important;
    padding: 4px 12px !important;
    margin-bottom: 14px !important;
    font-size: 14px !important;
    color: #3faa85 !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    font-family: 'DM Sans', sans-serif !important;
}

/* Titre H2 bannière — renforcé */
.ta-avocat-banner h2,
body .ta-avocat-banner h2,
body .elementor .ta-avocat-banner h2,
body .elementor-widget-html .ta-avocat-banner h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 10px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    text-align: left !important;
    letter-spacing: normal !important;
    line-height: 1.2 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.ta-avocat-banner p {
    font-size: 15px !important;
    color: #64748b !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    max-width: 440px !important;
    font-family: 'DM Sans', sans-serif !important;
}

a.ta-btn-banner,
body a.ta-btn-banner {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 16px 32px !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, #3faa85, #53C598) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
    box-shadow: 0 4px 15px rgba(83, 197, 152, 0.25) !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    transition: all 0.25s !important;
}

a.ta-btn-banner:hover {
    color: #fff !important;
    transform: translateY(-2px) !important;
}


/* ==========================================================================
   10. ARTICLES
   ========================================================================== */

.ta-articles-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
}

.ta-article-card {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    overflow: hidden !important;
    text-decoration: none !important;
    transition: all 0.25s !important;
    display: block !important;
}

.ta-article-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08) !important;
}

.ta-article-card .thumb {
    height: 160px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.ta-article-card .thumb span {
    font-size: 48px !important;
    opacity: 0.3 !important;
}

.ta-article-card .body {
    padding: 20px 22px !important;
}

.ta-article-card .meta-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
}

.ta-article-card .cat {
    font-size: 10px !important;
    background: rgba(83, 197, 152, 0.08) !important;
    color: #3faa85 !important;
    border-radius: 6px !important;
    padding: 2px 8px !important;
    font-weight: 600 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-article-card .date {
    font-size: 11px !important;
    color: #94a3b8 !important;
    font-family: 'DM Sans', sans-serif !important;
}

/* Titres H4 articles — renforcés */
.ta-article-card h4,
body .ta-article-card h4,
body .elementor .ta-article-card h4,
body .elementor-widget-html .ta-article-card h4 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-align: left !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}


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

.ta-faq-item {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 18px 22px !important;
    margin-bottom: 12px !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
}

.ta-faq-item:hover {
    border-color: rgba(83, 197, 152, 0.3) !important;
}

.ta-faq-item .question {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 16px !important;
}

/* Titres H4 FAQ — renforcés */
.ta-faq-item .question h4,
body .ta-faq-item .question h4,
body .elementor .ta-faq-item h4,
body .elementor-widget-html .ta-faq-item h4 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0 !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.4 !important;
    text-align: left !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.ta-faq-item .toggle {
    font-size: 22px !important;
    color: #53C598 !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
    transition: transform 0.2s !important;
    line-height: 1 !important;
    user-select: none !important;
}

.ta-faq-item.open .toggle {
    transform: rotate(45deg) !important;
}

.ta-faq-item .answer {
    display: none !important;
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.7 !important;
    margin: 12px 0 0 !important;
    padding-right: 32px !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-faq-item.open .answer {
    display: block !important;
}


/* ==========================================================================
   12. SEO TEXT
   ========================================================================== */

.ta-seo-card {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 32px 28px !important;
}

/* Titre H2 SEO — renforcé */
.ta-seo-card h2,
body .ta-seo-card h2,
body .elementor .ta-seo-card h2,
body .elementor-widget-html .ta-seo-card h2 {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 14px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    text-align: left !important;
    letter-spacing: normal !important;
    line-height: 1.3 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.ta-seo-card p {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.8 !important;
    margin: 0 0 12px !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-seo-card p:last-child {
    margin-bottom: 0 !important;
}

.ta-seo-card a {
    color: #53C598 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.ta-seo-card a:hover {
    color: #3faa85 !important;
}


/* ==========================================================================
   13. CTA FINAL
   ========================================================================== */

.ta-cta-block {
    background: linear-gradient(135deg, #0f172a, #1e293b) !important;
    border-radius: 20px !important;
    padding: 48px 40px !important;
    text-align: center !important;
    border: 1px solid rgba(148, 163, 184, 0.1) !important;
}

/* Titre H2 CTA — renforcé */
.ta-cta-block h2,
body .ta-cta-block h2,
body .elementor .ta-cta-block h2,
body .elementor-widget-html .ta-cta-block h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #e2e8f0 !important;
    margin: 0 0 8px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    line-height: 1.2 !important;
    text-align: center !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.ta-cta-block .sub {
    color: #94a3b8 !important;
    font-size: 16px !important;
    margin: 0 0 8px !important;
    font-family: 'DM Sans', sans-serif !important;
}

.ta-cta-block .email {
    color: #53C598 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.ta-cta-block .email:hover {
    color: #6ee7b7 !important;
}

.ta-cta-buttons {
    display: flex !important;
    justify-content: center !important;
    gap: 16px !important;
    margin-top: 32px !important;
    flex-wrap: wrap !important;
}

a.ta-btn-cta-primary,
body a.ta-btn-cta-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 14px 28px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #3faa85, #53C598) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
    box-shadow: 0 4px 15px rgba(83, 197, 152, 0.25) !important;
    transition: all 0.25s !important;
    min-width: 180px !important;
}

a.ta-btn-cta-primary:hover {
    color: #fff !important;
    transform: translateY(-1px) !important;
}

a.ta-btn-cta-secondary,
body a.ta-btn-cta-secondary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 14px 28px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(148, 163, 184, 0.2) !important;
    color: #e2e8f0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
    transition: all 0.2s !important;
    min-width: 180px !important;
}

a.ta-btn-cta-secondary:hover {
    border-color: rgba(148, 163, 184, 0.4) !important;
    color: #fff !important;
}


/* ==========================================================================
   14. BOUTON GLOBAL
   ========================================================================== */

a.ta-btn-green-center,
body a.ta-btn-green-center {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 14px 28px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #3faa85, #53C598) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
    box-shadow: 0 4px 15px rgba(83, 197, 152, 0.25) !important;
    transition: all 0.25s !important;
}

a.ta-btn-green-center:hover {
    color: #fff !important;
    transform: translateY(-1px) !important;
}


/* ==========================================================================
   15. RESPONSIVE — TABLETTE (max 768px)
   ========================================================================== */

@media (max-width: 768px) {
    .ta-hero-inner {
        padding: 56px 16px 48px !important;
    }

    .ta-hero .desc {
        font-size: 15px !important;
        margin-bottom: 24px !important;
    }

    .ta-search-input-wrap {
        flex-direction: column !important;
        padding: 14px !important;
        gap: 10px !important;
        border-radius: 14px !important;
    }

    .ta-search-icon {
        display: none !important;
    }

    .ta-search-input,
    body input.ta-search-input {
        width: 100% !important;
        text-align: center !important;
        font-size: 16px !important;
    }

    .ta-search-btn,
    body button.ta-search-btn {
        width: 100% !important;
        padding: 14px 20px !important;
        font-size: 15px !important;
    }

    .ta-search-examples {
        display: flex !important;
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        gap: 6px !important;
        padding-bottom: 4px !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .ta-search-examples-label {
        display: none !important;
    }

    .ta-search-pill {
        font-size: 11px !important;
        padding: 5px 12px !important;
        flex-shrink: 0 !important;
    }

    .ta-hero-ctas {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }

    a.ta-btn-hero-primary,
    a.ta-btn-hero-secondary {
        width: 100% !important;
        max-width: 340px !important;
        font-size: 14px !important;
        padding: 14px 20px !important;
    }

    .ta-hero-stat {
        padding: 0 20px !important;
    }

    .ta-hero-stat .number {
        font-size: 22px !important;
    }

    .ta-hero-stat .label {
        font-size: 11px !important;
    }

    .ta-parcours {
        margin-top: -24px !important;
    }

    .ta-parcours-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .ta-parcours-card {
        padding: 24px 20px !important;
    }

    .ta-section,
    .ta-section-narrow,
    .ta-section-seo,
    .ta-section-last {
        padding-top: 56px !important;
    }

    h2.ta-title,
    .ta-title,
    body h2.ta-title,
    body .elementor h2.ta-title {
        font-size: 24px !important;
    }

    p.ta-subtitle,
    .ta-subtitle,
    body p.ta-subtitle {
        font-size: 14px !important;
        margin-bottom: 32px !important;
    }

    .ta-domaines-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .ta-domaine-card {
        padding: 18px 14px !important;
    }

    .ta-domaine-card .icon {
        font-size: 26px !important;
        margin-bottom: 8px !important;
    }

    .ta-domaine-card h4,
    body .ta-domaine-card h4 {
        font-size: 13px !important;
    }

    .ta-steps-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .ta-step-card {
        padding: 24px 20px !important;
    }

    .ta-avocats-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .ta-avocat-card {
        padding: 18px !important;
    }

    .ta-avocat-banner {
        flex-direction: column !important;
        text-align: center !important;
        padding: 32px 20px !important;
        gap: 20px !important;
    }

    .ta-avocat-banner h2,
    body .ta-avocat-banner h2 {
        text-align: center !important;
    }

    .ta-avocat-banner p {
        max-width: 100% !important;
    }

    a.ta-btn-banner {
        width: 100% !important;
        justify-content: center !important;
        padding: 14px 24px !important;
        font-size: 15px !important;
    }

    .ta-articles-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .ta-article-card .thumb {
        height: 120px !important;
    }

    .ta-faq-item {
        padding: 16px 18px !important;
    }

    .ta-faq-item .question h4,
    body .ta-faq-item h4 {
        font-size: 14px !important;
    }

    .ta-faq-item .answer {
        padding-right: 16px !important;
        font-size: 13px !important;
    }

    .ta-seo-card {
        padding: 24px 20px !important;
    }

    .ta-seo-card h2,
    body .ta-seo-card h2 {
        font-size: 20px !important;
    }

    .ta-cta-block {
        padding: 36px 20px !important;
        border-radius: 16px !important;
    }

    .ta-cta-block h2,
    body .ta-cta-block h2 {
        font-size: 22px !important;
    }

    .ta-cta-buttons {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
    }

    a.ta-btn-cta-primary,
    a.ta-btn-cta-secondary {
        width: 100% !important;
        max-width: 300px !important;
    }
}


/* ==========================================================================
   16. RESPONSIVE — MOBILE (max 480px)
   ========================================================================== */

@media (max-width: 480px) {
    .ta-hero-inner {
        padding: 44px 14px 40px !important;
    }

    .ta-hero h1,
    body .ta-hero h1 {
        font-size: 26px !important;
    }

    .ta-hero .desc {
        font-size: 14px !important;
    }

    .ta-search-bar {
        margin-bottom: 24px !important;
    }

    .ta-search-examples {
        display: none !important;
    }

    .ta-hero-stats {
        gap: 0 !important;
    }

    .ta-hero-stat {
        padding: 0 14px !important;
    }

    .ta-hero-stat .number {
        font-size: 20px !important;
    }

    .ta-hero-stat .label {
        font-size: 10px !important;
    }

    .ta-parcours {
        margin-top: -20px !important;
        padding: 0 12px !important;
    }

    .ta-parcours-card {
        padding: 20px 16px !important;
        border-radius: 16px !important;
    }

    .ta-parcours-card h3,
    body .ta-parcours-card h3 {
        font-size: 18px !important;
    }

    .ta-domaines-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    .ta-domaine-card {
        padding: 16px 12px !important;
        border-radius: 12px !important;
    }

    .ta-domaine-card .icon {
        font-size: 24px !important;
        margin-bottom: 6px !important;
    }

    .ta-domaine-card h4,
    body .ta-domaine-card h4 {
        font-size: 14px !important;
    }

    .ta-domaine-card .desc {
        font-size: 10px !important;
    }

    .ta-step-card {
        padding: 22px 18px !important;
    }

    .ta-step-card .icon {
        width: 48px !important;
        height: 48px !important;
        font-size: 24px !important;
    }

    .ta-avocat-card {
        flex-direction: column !important;
        gap: 10px !important;
    }

    .ta-avocat-card .avatar {
        width: 44px !important;
        height: 44px !important;
        font-size: 13px !important;
    }

    .ta-avocat-banner {
        padding: 28px 16px !important;
    }

    .ta-avocat-banner h2,
    body .ta-avocat-banner h2 {
        font-size: 20px !important;
    }

    a.ta-btn-banner {
        font-size: 14px !important;
        padding: 13px 20px !important;
    }

    .ta-article-card .thumb {
        height: 100px !important;
    }

    .ta-article-card .body {
        padding: 16px !important;
    }

    .ta-article-card h4,
    body .ta-article-card h4 {
        font-size: 14px !important;
    }

    .ta-cta-block {
        padding: 28px 16px !important;
    }

    .ta-cta-block h2,
    body .ta-cta-block h2 {
        font-size: 20px !important;
    }

    .ta-cta-block .email {
        font-size: 15px !important;
    }
}


/* ==========================================================================
   17. FIX ELEMENTOR — Stretch hero + reset parasites
   ========================================================================== */

.elementor-section.elementor-section-stretched .ta-hero {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

.ta-domaine-card:visited,
.ta-article-card:visited,
.ta-avocat-card:visited {
    color: inherit !important;
}



/* ═══════════════════════════════════════════════════════════════
   BLOC 5 — AVOCATS PARTENAIRES · CSS Override pour Elementor
   Cible les classes générées par le widget listing-feed
   ═══════════════════════════════════════════════════════════════ */


/* ── SECTION WRAPPER ── */
.avocatspartenaires .listing-feed {
    max-width: 1060px !important;
    margin: 0 auto !important;
    padding: 80px 16px 0 !important;
    background: transparent !important;
}


/* ── GRID — 3 colonnes desktop, 1 mobile ── */
.avocatspartenaires .listing-feed .results-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
    float: none !important;
}

.avocatspartenaires .listing-feed .results-wrapper .grid-item {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* ── CARD CONTAINER ── */
.avocatspartenaires .listing-feed .lf-item-container {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03) !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    position: relative !important;
}

.avocatspartenaires .listing-feed .lf-item-container:hover {
    border-color: rgba(83, 197, 152, 0.3) !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08) !important;
    transform: translateY(-3px) !important;
}

/* ── Accent line top ── */
.avocatspartenaires .listing-feed .lf-item-container::before {
    content: "" !important;
    display: block !important;
    height: 3px !important;
    background: linear-gradient(90deg, rgba(83, 197, 152, 0.3), rgba(83, 197, 152, 0.1)) !important;
    transition: all 0.3s !important;
}

.avocatspartenaires .listing-feed .lf-item-container:hover::before {
    background: linear-gradient(90deg, #3faa85, #53C598, #6ee7b7) !important;
}


/* ── CARD BODY (lien cliquable) ── */
.avocatspartenaires .listing-feed .lf-item.lf-item-alternate {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.avocatspartenaires .listing-feed .lf-item-alternate>a {
    display: block !important;
    padding: 22px 22px 16px !important;
    text-decoration: none !important;
    color: inherit !important;
    flex: 1 !important;
}


/* ── INFO ZONE (avatar + texte) ── */
.avocatspartenaires .listing-feed .lf-item-info-2 {
    display: flex !important;
    gap: 14px !important;
    align-items: flex-start !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}


/* ── AVATAR ── */
.avocatspartenaires .listing-feed .avatar-avocats {
    flex-shrink: 0 !important;
    display: block !important;
    margin: 0 auto 15px;
    width: 100% !important
}

.avocatspartenaires .listing-feed .avatar-avocats .lf-avatar {
    width: 100px !important;
    height: 100px !important;
    border-radius: 16px !important;
    background-size: cover !important;
    background-position: center !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
}


/* ── NOM + BADGE VÉRIFIÉ ── */
.avocatspartenaires .listing-feed .informations-avocats {
    flex: 1 !important;
    min-width: 0 !important;
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
}

.avocatspartenaires .listing-feed h2.listing-preview-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 3px !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.avocatspartenaires .listing-feed .ta-verified-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 17px !important;
    height: 17px !important;
    min-width: 17px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #3faa85, #53C598) !important;
    color: #fff !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
}


/* ── META (barreau, ville) ── */
.avocatspartenaires .listing-feed .ta-card-meta {
    display: flex !important;
    flex-direction: column !important;
    gap: 1px !important;
    margin: 0 !important;
}

.avocatspartenaires .listing-feed .ta-card-meta-line {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.5 !important;
}


/* ── HIDE les li info1–info3 (déjà display:none dans le HTML, on renforce) ── */
.avocatspartenaires .listing-feed .lf-contact li.info1,
.avocatspartenaires .listing-feed .lf-contact li.info2,
.avocatspartenaires .listing-feed .lf-contact li.info3 {
    display: none !important;
}


/* ── SPÉCIALITÉS (info4 pills) ── */
.avocatspartenaires .listing-feed .lf-contact {
    list-style: none !important;
    padding: 0 !important;
    margin: 14px 0 0 !important;
}

.avocatspartenaires .listing-feed .lf-contact li.info4 {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    max-height: none !important;
    overflow: visible !important;
    margin-top: 0 !important;
    padding-top: 14px !important;
    border-top: 1px solid #f0f1f3 !important;
}

.avocatspartenaires .listing-feed .ta-spec-pill {
    font-size: 11px !important;
    font-weight: 500 !important;
    background: rgba(83, 197, 152, 0.06) !important;
    color: #3faa85 !important;
    border: 1px solid rgba(83, 197, 152, 0.12) !important;
    border-radius: 8px !important;
    padding: 3px 10px !important;
    white-space: nowrap !important;
    line-height: 1.5 !important;
}

.avocatspartenaires .listing-feed .ta-more-specs {
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #94a3b8 !important;
    padding: 3px 4px !important;
    line-height: 1.5 !important;
}


/* ── FEATURED BADGE (flash icon) — masquer ── */
.avocatspartenaires .listing-feed .lf-head.level-featured {
    display: none !important;
}


/* ── HIDDEN div ── */
.avocatspartenaires .listing-feed .informations-avocats .hidden {
    display: none !important;
}

.avocatspartenaires .listing-feed .clearfix {
    display: none !important;
}


/* ═══════════════════════════════════════════
   FOOTER DE CARTE — response badge + CTA
   ═══════════════════════════════════════════ */
.avocatspartenaires .listing-feed .listing-details.c27-footer-section {
    display: block !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 13px 22px !important;
    border-top: 1px solid #f0f1f3 !important;
    background: #fafbfc !important;
    gap: 10px !important;
    margin: 0 !important;
    height: auto !important;
    transition: background 0.3s !important;
    width: 100% !important;
}

.avocatspartenaires .listing-feed .lf-item-container:hover .listing-details.c27-footer-section {
    background: rgba(83, 197, 152, 0.02) !important;
}


/* ── Response time badge ── */
.avocatspartenaires .listing-feed .ta-badge-response {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    flex-shrink: 0 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.avocatspartenaires .listing-feed .ta-badge-response.ta-fast {
    color: #3faa85 !important;
}

.avocatspartenaires .listing-feed .ta-badge-response.ta-medium {
    color: #d97706 !important;
}

/* Dot indicator */
.avocatspartenaires .listing-feed .ta-badge-response .ta-dot {
    width: 7px !important;
    height: 7px !important;
    border-radius: 50% !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
}

.avocatspartenaires .listing-feed .ta-badge-response.ta-fast .ta-dot {
    background: #3faa85 !important;
    box-shadow: 0 0 6px rgba(63, 170, 133, 0.5) !important;
}

.avocatspartenaires .listing-feed .ta-badge-response.ta-medium .ta-dot {
    background: #f59e0b !important;
    box-shadow: 0 0 6px rgba(245, 158, 11, 0.5) !important;
}


/* ── BOUTON CTA "Contacter cet avocat →" ── */
.avocatspartenaires .listing-feed .btn-view-avocat {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 8px 16px !important;
    border-radius: 10px !important;
    background: linear-gradient(135deg, #3faa85, #53C598) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 8px rgba(83, 197, 152, 0.15) !important;
    transition: all 0.25s ease !important;
    border: none !important;
}

.avocatspartenaires .listing-feed .lf-item-container:hover .btn-view-avocat {
    box-shadow: 0 4px 16px rgba(83, 197, 152, 0.35) !important;
}


/* ── Quick view (zoom icon) — masquer ── */
.avocatspartenaires .listing-feed .ld-info {
    display: none !important;
}


/* ═══════════════════════════════════════════
   RESPONSIVE — Mobile < 768px
   ═══════════════════════════════════════════ */
@media (max-width: 767px) {
    .avocatspartenaires .listing-feed {
        padding: 56px 16px 0 !important;
    }

    .avocatspartenaires .listing-feed .lf-item.lf-item-alternate {
        min-height: 0 !important;
    }

    .avocatspartenaires .listing-feed .results-wrapper {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .avocatspartenaires .listing-feed .lf-item-alternate>a {
        padding: 18px 16px 14px !important;
    }

    .avocatspartenaires .listing-feed .avatar-avocats .lf-avatar {
        width: 52px !important;
        height: 52px !important;
    }

    .avocatspartenaires .listing-feed h2.listing-preview-title {
        font-size: 14px !important;
    }

    .avocatspartenaires .listing-feed .ta-card-meta-line {
        font-size: 11px !important;
    }

    .avocatspartenaires .listing-feed .ta-spec-pill {
        font-size: 10px !important;
    }

    .avocatspartenaires .listing-feed .ta-more-specs {
        font-size: 10px !important;
    }

    .avocatspartenaires .listing-feed .listing-details.c27-footer-section {
        padding: 12px 16px !important;
    }

    .avocatspartenaires .listing-feed .ta-badge-response {
        font-size: 10px !important;
    }

    .avocatspartenaires .listing-feed .btn-view-avocat {
        font-size: 11px !important;
        padding: 7px 14px !important;
    }
}

/* ── Tablet 768–1024 ── */
@media (min-width: 768px) and (max-width: 1024px) {
    .avocatspartenaires .listing-feed .results-wrapper {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }
}





/* ═══════════════════════════════════════════════════════════════
   PAGE "CRÉER MON PROFIL" — CSS scopé sous .page-creer-profil
   Ajouter class="page-creer-profil" sur le wrapper Elementor
   ou via Elementor > Réglages page > CSS Body Class
   ═══════════════════════════════════════════════════════════════ */


/* ── Pill badge ── */

.page-creer-profil {
    padding: 0 !important
}

.add-listing-step h1,
section.i-section.c27-packages {
    display: none !important;
}

.page-creer-profil .ta-pill {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: rgba(83, 197, 152, 0.1) !important;
    border: 1px solid rgba(83, 197, 152, 0.2) !important;
    border-radius: 20px !important;
    padding: 6px 18px !important;
    font-size: 13px !important;
    color: #53C598 !important;
    font-weight: 600 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.page-creer-profil .ta-pill--dark {
    background: rgba(83, 197, 152, 0.12) !important;
    border-color: rgba(83, 197, 152, 0.2) !important;
}

/* ── Label ── */
.page-creer-profil .ta-label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: rgba(83, 197, 152, 0.08) !important;
    border-radius: 8px !important;
    padding: 4px 12px !important;
    margin-bottom: 14px !important;
    font-size: 12px !important;
    color: #3faa85 !important;
    font-weight: 600 !important;
    letter-spacing: 0.05em !important;
    font-family: 'DM Sans', sans-serif !important;
}

/* ── Buttons ── */
.page-creer-profil .ta-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    border-radius: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.25s ease !important;
    border: none !important;
    font-family: 'DM Sans', sans-serif !important;
    white-space: nowrap !important;
}

.page-creer-profil .ta-btn--primary {
    background: linear-gradient(135deg, #3faa85, #53C598) !important;
    color: #fff !important;
    box-shadow: 0 4px 20px rgba(83, 197, 152, 0.3) !important;
    padding: 15px 28px !important;
    font-size: 15px !important;
}

.page-creer-profil .ta-btn--primary:hover {
    box-shadow: 0 6px 28px rgba(83, 197, 152, 0.4) !important;
    transform: translateY(-1px) !important;
    color: #fff !important;
}

.page-creer-profil .ta-btn--ghost {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #e2e8f0 !important;
    padding: 15px 28px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

.page-creer-profil .ta-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
}

.page-creer-profil .ta-btn--lg {
    padding: 17px 36px !important;
    font-size: 16px !important;
}

.page-creer-profil .ta-btn--full {
    width: 100% !important;
    padding: 16px 28px !important;
    font-size: 16px !important;
}

/* ── Check ── */
.page-creer-profil .ta-check {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    border-radius: 50% !important;
    background: rgba(83, 197, 152, 0.15) !important;
    color: #53C598 !important;
    font-size: 10px !important;
    font-weight: 700 !important;
}


/* ═══════════════════════════════════════ HERO ═══════════════════════════════════════ */
.page-creer-profil .ta-hero {
    background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%) !important;
    position: relative !important;
    overflow: hidden !important;
}

.page-creer-profil .ta-hero__dots {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0.03 !important;
    background-image: radial-gradient(circle, #fff 1px, transparent 1px) !important;
    background-size: 32px 32px !important;
    pointer-events: none !important;
}

.page-creer-profil .ta-hero__glow {
    position: absolute !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

.page-creer-profil .ta-hero__glow--left {
    top: -15% !important;
    left: -10% !important;
    width: 500px !important;
    height: 500px !important;
    background: radial-gradient(circle, rgba(83, 197, 152, 0.12) 0%, transparent 70%) !important;
}

.page-creer-profil .ta-hero__glow--right {
    bottom: -20% !important;
    right: -5% !important;
    width: 400px !important;
    height: 400px !important;
    background: radial-gradient(circle, rgba(83, 197, 152, 0.08) 0%, transparent 70%) !important;
}

.page-creer-profil .ta-hero__inner {
    position: relative !important;
    z-index: 1 !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 80px 24px 72px !important;
    text-align: center !important;
}

.page-creer-profil .ta-hero__inner .ta-pill {
    margin-bottom: 24px !important;
}

.page-creer-profil .ta-hero__title,
body .page-creer-profil .ta-hero__title,
body .elementor .page-creer-profil .ta-hero__title {
    font-size: clamp(34px, 5vw, 50px) !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    color: #fff !important;
    letter-spacing: -0.025em !important;
    margin: 0 0 16px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    text-align: center !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.page-creer-profil .ta-grad-text {
    background: linear-gradient(135deg, #3faa85, #6ee7b7) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.page-creer-profil .ta-hero__sub {
    color: #94a3b8 !important;
    font-size: 17px !important;
    margin: 0 auto 32px !important;
    line-height: 1.65 !important;
    max-width: 560px !important;
    font-family: 'DM Sans', sans-serif !important;
}

.page-creer-profil .ta-hero__ctas {
    display: flex !important;
    justify-content: center !important;
    gap: 14px !important;
    margin-bottom: 48px !important;
}

/* Stats */
.page-creer-profil .ta-stats {
    display: flex !important;
    justify-content: center !important;
}

.page-creer-profil .ta-stats__item {
    padding: 0 32px !important;
    text-align: center !important;
    position: relative !important;
}

.page-creer-profil .ta-stats__item+.ta-stats__item::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 15% !important;
    height: 70% !important;
    width: 1px !important;
    background: rgba(148, 163, 184, 0.15) !important;
}

.page-creer-profil .ta-stats__num {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.page-creer-profil .ta-stats__label {
    font-size: 12px !important;
    color: #64748b !important;
    margin-top: 6px !important;
    font-weight: 500 !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* ═══════════════════════════════════════ SOLUTION ═══════════════════════════════════════ */
.page-creer-profil .ta-solution {
    max-width: 940px !important;
    margin: -36px auto 0 !important;
    padding: 0 16px !important;
    position: relative !important;
    z-index: 2 !important;
}

.page-creer-profil .ta-solution__card {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px !important;
    padding: 40px 36px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
    display: flex !important;
    gap: 40px !important;
    align-items: center !important;
}

.page-creer-profil .ta-solution__text {
    flex: 1 !important;
}

.page-creer-profil .ta-solution__title,
body .page-creer-profil .ta-solution__title,
body .elementor .page-creer-profil .ta-solution__title {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 12px !important;
    line-height: 1.25 !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    text-align: left !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.page-creer-profil .ta-solution__text p {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.8 !important;
    margin: 0 0 8px !important;
    font-family: 'DM Sans', sans-serif !important;
}

.page-creer-profil .ta-solution__text p:last-child {
    margin-bottom: 0 !important;
}

.page-creer-profil .ta-solution__text strong {
    color: #334155 !important;
}

.page-creer-profil .ta-solution__box {
    width: 280px !important;
    flex-shrink: 0 !important;
    background: linear-gradient(135deg, #0f172a, #1e293b) !important;
    border-radius: 16px !important;
    padding: 28px 24px !important;
    text-align: center !important;
    border: 1px solid rgba(148, 163, 184, 0.1) !important;
}

.page-creer-profil .ta-solution__icon {
    font-size: 40px !important;
    margin-bottom: 8px !important;
}

.page-creer-profil .ta-solution__box-sub {
    font-size: 13px !important;
    color: #94a3b8 !important;
    font-weight: 500 !important;
    margin-bottom: 4px !important;
}

.page-creer-profil .ta-solution__box-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #e2e8f0 !important;
    margin-bottom: 12px !important;
}

.page-creer-profil .ta-solution__box p {
    font-size: 12px !important;
    color: #64748b !important;
    line-height: 1.6 !important;
}


/* ═══════════════════════════════════════ SECTIONS ═══════════════════════════════════════ */
.page-creer-profil .ta-section {
    max-width: 940px !important;
    margin: 0 auto !important;
    padding: 80px 16px 0 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.page-creer-profil .ta-section--narrow {
    max-width: 520px !important;
}

.page-creer-profil .ta-section--faq {
    max-width: 700px !important;
}

.page-creer-profil .ta-section__title,
body .page-creer-profil .ta-section__title,
body .elementor .page-creer-profil .ta-section__title {
    text-align: center !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 6px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.page-creer-profil .ta-section__sub {
    text-align: center !important;
    color: #64748b !important;
    font-size: 15px !important;
    margin: 0 auto 36px !important;
    max-width: 460px !important;
    font-family: 'DM Sans', sans-serif !important;
}

.page-creer-profil .ta-grid {
    display: grid !important;
    gap: 20px !important;
}

.page-creer-profil .ta-grid--3 {
    grid-template-columns: repeat(3, 1fr) !important;
}


/* ═══════════════════════════════════════ FORCE CARDS ═══════════════════════════════════════ */
.page-creer-profil .ta-force-card {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 28px 24px !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
}

.page-creer-profil .ta-force-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06) !important;
    transform: translateY(-2px) !important;
}

.page-creer-profil .ta-force-card__accent {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 3px !important;
    background: linear-gradient(90deg, rgba(83, 197, 152, 0.4), rgba(83, 197, 152, 0.05)) !important;
}

.page-creer-profil .ta-force-card__icon {
    width: 50px !important;
    height: 50px !important;
    border-radius: 14px !important;
    background: rgba(83, 197, 152, 0.08) !important;
    border: 1px solid rgba(83, 197, 152, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    margin-bottom: 16px !important;
}

.page-creer-profil .ta-force-card h3,
body .page-creer-profil .ta-force-card h3,
body .elementor .page-creer-profil .ta-force-card h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0 0 8px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    text-align: left !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.page-creer-profil .ta-force-card p {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* ═══════════════════════════════════════ STEP CARDS ═══════════════════════════════════════ */
.page-creer-profil .ta-step-card {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    padding: 28px 24px !important;
    text-align: center !important;
    position: relative !important;
}

.page-creer-profil .ta-step-card__badge {
    position: absolute !important;
    top: 12px !important;
    left: 16px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #53C598 !important;
    background: rgba(83, 197, 152, 0.08) !important;
    border-radius: 6px !important;
    padding: 2px 8px !important;
}

.page-creer-profil .ta-step-card__icon {
    width: 56px !important;
    height: 56px !important;
    border-radius: 16px !important;
    background: rgba(83, 197, 152, 0.08) !important;
    border: 1px solid rgba(83, 197, 152, 0.15) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 16px !important;
    font-size: 28px !important;
}

.page-creer-profil .ta-step-card h3,
body .page-creer-profil .ta-step-card h3,
body .elementor .page-creer-profil .ta-step-card h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    margin: 0 0 8px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.page-creer-profil .ta-step-card p {
    font-size: 13px !important;
    color: #64748b !important;
    line-height: 1.7 !important;
    margin: 0 !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* ═══════════════════════════════════════ PRICING ═══════════════════════════════════════ */
.page-creer-profil .ta-pricing {
    background: linear-gradient(135deg, #0f172a, #1e293b) !important;
    border-radius: 24px !important;
    padding: 44px 36px !important;
    border: 1px solid rgba(148, 163, 184, 0.1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.page-creer-profil .ta-pricing__glow {
    position: absolute !important;
    top: -30% !important;
    right: -20% !important;
    width: 300px !important;
    height: 300px !important;
    background: radial-gradient(circle, rgba(83, 197, 152, 0.1) 0%, transparent 70%) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

.page-creer-profil .ta-pricing__inner {
    position: relative !important;
    z-index: 1 !important;
}

.page-creer-profil .ta-pricing__inner .ta-pill {
    margin-bottom: 20px !important;
}

.page-creer-profil .ta-pricing__price {
    display: flex !important;
    align-items: baseline !important;
    gap: 6px !important;
    margin-bottom: 6px !important;
}

.page-creer-profil .ta-pricing__amount {
    font-size: 56px !important;
    font-weight: 700 !important;
    color: #fff !important;
    line-height: 1 !important;
    font-family: 'DM Sans', sans-serif !important;
}

.page-creer-profil .ta-pricing__period {
    font-size: 16px !important;
    color: #94a3b8 !important;
    font-weight: 500 !important;
}

.page-creer-profil .ta-pricing__note {
    font-size: 14px !important;
    color: #64748b !important;
    margin: 0 0 28px !important;
}

.page-creer-profil .ta-pricing__features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 32px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.page-creer-profil .ta-pricing__features li {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 14px !important;
    color: #cbd5e1 !important;
    padding: 5px 0 !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* ═══════════════════════════════════════ PLATFORM ═══════════════════════════════════════ */
.page-creer-profil .ta-platform {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 50%, #f0f9ff 100%) !important;
    border: 1px solid rgba(83, 197, 152, 0.2) !important;
    border-radius: 20px !important;
    padding: 44px 40px !important;
    display: flex !important;
    gap: 40px !important;
    align-items: center !important;
}

.page-creer-profil .ta-platform__text {
    flex: 1 !important;
}

.page-creer-profil .ta-platform__text h2,
body .page-creer-profil .ta-platform__text h2,
body .elementor .page-creer-profil .ta-platform__text h2 {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 12px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    text-align: left !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.page-creer-profil .ta-platform__text p {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.8 !important;
    margin: 0 0 10px !important;
}

.page-creer-profil .ta-platform__small {
    font-size: 13px !important;
    color: #94a3b8 !important;
}

.page-creer-profil .ta-platform__grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    width: 280px !important;
    flex-shrink: 0 !important;
}

.page-creer-profil .ta-tool-card {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important;
    padding: 16px 14px !important;
    text-align: center !important;
    transition: all 0.2s !important;
}

.page-creer-profil .ta-tool-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

.page-creer-profil .ta-tool-card__icon {
    font-size: 24px !important;
    display: block !important;
    margin-bottom: 6px !important;
}

.page-creer-profil .ta-tool-card__label {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
}


/* ═══════════════════════════════════════ FAQ ═══════════════════════════════════════ */
.page-creer-profil .ta-faq-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.page-creer-profil .ta-faq {
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 14px !important;
    padding: 18px 22px !important;
    cursor: pointer !important;
    transition: all 0.2s !important;
}

.page-creer-profil .ta-faq:hover {
    border-color: rgba(83, 197, 152, 0.2) !important;
}

.page-creer-profil .ta-faq[open] {
    border-color: rgba(83, 197, 152, 0.25) !important;
}

.page-creer-profil .ta-faq summary {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    list-style: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 16px !important;
    cursor: pointer !important;
    font-family: 'DM Sans', sans-serif !important;
}

.page-creer-profil .ta-faq summary::-webkit-details-marker {
    display: none !important;
}

.page-creer-profil .ta-faq summary::after {
    content: "+" !important;
    font-size: 22px !important;
    color: #53C598 !important;
    font-weight: 700 !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
    transition: transform 0.2s !important;
}

.page-creer-profil .ta-faq[open] summary::after {
    transform: rotate(45deg) !important;
}

.page-creer-profil .ta-faq p {
    font-size: 14px !important;
    color: #64748b !important;
    line-height: 1.7 !important;
    margin: 12px 0 0 !important;
    padding-right: 32px !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* ═══════════════════════════════════════ CTA FINAL ═══════════════════════════════════════ */
.page-creer-profil .ta-cta-final {
    background: linear-gradient(135deg, #0f172a, #1e293b) !important;
    border-radius: 20px !important;
    padding: 48px 40px !important;
    text-align: center !important;
    border: 1px solid rgba(148, 163, 184, 0.1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.page-creer-profil .ta-cta-final__glow {
    position: absolute !important;
    top: -20% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 600px !important;
    height: 300px !important;
    background: radial-gradient(ellipse, rgba(83, 197, 152, 0.08) 0%, transparent 70%) !important;
    pointer-events: none !important;
}

.page-creer-profil .ta-cta-final__inner {
    position: relative !important;
    z-index: 1 !important;
}

.page-creer-profil .ta-cta-final h2,
body .page-creer-profil .ta-cta-final h2,
body .elementor .page-creer-profil .ta-cta-final h2 {
    font-size: 28px !important;
    font-weight: 700 !important;
    color: #e2e8f0 !important;
    margin: 0 0 8px !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    text-align: center !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.page-creer-profil .ta-cta-final__sub {
    color: #94a3b8 !important;
    font-size: 16px !important;
    margin: 0 0 8px !important;
}

.page-creer-profil .ta-cta-final__contact {
    color: #64748b !important;
    font-size: 14px !important;
    margin: 0 0 28px !important;
}

.page-creer-profil .ta-cta-final__contact a {
    color: #53C598 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.page-creer-profil .ta-cta-final__contact a:hover {
    text-decoration: underline !important;
}


/* ═══════════════════════════════════════ RESPONSIVE — TABLET < 1024 ═══════════════════════════════════════ */
@media (max-width: 1024px) {
    .page-creer-profil .ta-grid--3 {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
    }

    .page-creer-profil .ta-solution__card {
        padding: 32px 28px !important;
        gap: 28px !important;
    }

    .page-creer-profil .ta-solution__box {
        width: 240px !important;
    }

    .page-creer-profil .ta-platform {
        padding: 36px 28px !important;
        gap: 28px !important;
    }

    .page-creer-profil .ta-platform__grid {
        width: 220px !important;
    }
}

/* ═══════════════════════════════════════ RESPONSIVE — MOBILE < 768 ═══════════════════════════════════════ */
@media (max-width: 767px) {
    .page-creer-profil .ta-hero__inner {
        padding: 48px 16px 44px !important;
    }

    .page-creer-profil .ta-hero__title,
    body .page-creer-profil .ta-hero__title {
        font-size: 28px !important;
    }

    .page-creer-profil .ta-hero__sub {
        font-size: 15px !important;
        margin-bottom: 28px !important;
    }

    .page-creer-profil .ta-hero__ctas {
        flex-direction: column !important;
        align-items: center !important;
        gap: 10px !important;
        margin-bottom: 36px !important;
    }

    .page-creer-profil .ta-hero__ctas .ta-btn {
        width: 100% !important;
        max-width: 340px !important;
        padding: 14px 20px !important;
        font-size: 14px !important;
    }

    .page-creer-profil .ta-hero__ctas .ta-btn--lg {
        padding: 16px 24px !important;
        font-size: 15px !important;
    }

    .page-creer-profil .ta-stats__item {
        padding: 0 16px !important;
    }

    .page-creer-profil .ta-stats__num {
        font-size: 20px !important;
    }

    .page-creer-profil .ta-stats__label {
        font-size: 10px !important;
    }

    .page-creer-profil .ta-section {
        padding: 56px 16px 0 !important;
    }

    .page-creer-profil .ta-section__title,
    body .page-creer-profil .ta-section__title {
        font-size: 24px !important;
    }

    .page-creer-profil .ta-section__sub {
        font-size: 14px !important;
    }

    .page-creer-profil .ta-grid--3 {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .page-creer-profil .ta-solution {
        margin-top: -24px !important;
    }

    .page-creer-profil .ta-solution__card {
        flex-direction: column !important;
        padding: 28px 20px !important;
        gap: 24px !important;
    }

    .page-creer-profil .ta-solution__title,
    body .page-creer-profil .ta-solution__title {
        font-size: 22px !important;
    }

    .page-creer-profil .ta-solution__box {
        width: 100% !important;
        padding: 24px 20px !important;
    }

    .page-creer-profil .ta-force-card {
        padding: 22px 18px !important;
    }

    .page-creer-profil .ta-force-card h3,
    body .page-creer-profil .ta-force-card h3 {
        font-size: 15px !important;
    }

    .page-creer-profil .ta-pricing {
        padding: 32px 24px !important;
        border-radius: 20px !important;
    }

    .page-creer-profil .ta-pricing__amount {
        font-size: 48px !important;
    }

    .page-creer-profil .ta-platform {
        flex-direction: column !important;
        padding: 32px 20px !important;
        gap: 24px !important;
    }

    .page-creer-profil .ta-platform__text h2,
    body .page-creer-profil .ta-platform__text h2 {
        font-size: 22px !important;
    }

    .page-creer-profil .ta-platform__grid {
        width: 100% !important;
    }

    .page-creer-profil .ta-faq summary {
        font-size: 14px !important;
    }

    .page-creer-profil .ta-faq p {
        font-size: 13px !important;
        padding-right: 16px !important;
    }

    .page-creer-profil .ta-cta-final {
        padding: 32px 20px !important;
        border-radius: 16px !important;
    }

    .page-creer-profil .ta-cta-final h2,
    body .page-creer-profil .ta-cta-final h2 {
        font-size: 22px !important;
    }

    .page-creer-profil .ta-cta-final .ta-btn {
        width: 100% !important;
        max-width: 300px !important;
    }
}

/* ═══════════════════════════════════════ RESPONSIVE — PETIT MOBILE < 400 ═══════════════════════════════════════ */
@media (max-width: 400px) {

    .page-creer-profil .ta-hero__title,
    body .page-creer-profil .ta-hero__title {
        font-size: 24px !important;
    }

    .page-creer-profil .ta-stats__item {
        padding: 0 10px !important;
    }

    .page-creer-profil .ta-stats__num {
        font-size: 18px !important;
    }

    .page-creer-profil .ta-pricing__amount {
        font-size: 40px !important;
    }

    .page-creer-profil .ta-platform__grid {
        gap: 8px !important;
    }

    .page-creer-profil .ta-tool-card {
        padding: 12px 10px !important;
    }
}


/* ═══════════════════════════════════════════════════════════════
   HOMEPAGE — Bandeau inscription avocat (après hero)
   ═══════════════════════════════════════════════════════════════ */

.ta-avocat-cta-strip {
    background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 40%, #f0f9ff 100%) !important;
    border-bottom: 1px solid rgba(83, 197, 152, 0.15) !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 3 !important;
    font-family: 'DM Sans', sans-serif !important;
    max-width: 940px;
    margin: 75px auto 0;
    border-radius: 10px;
}

.ta-avocat-cta-strip__inner {
    max-width: 1100px !important;
    margin: 0 auto !important;
    padding: 28px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 32px !important;
}

/* ── LEFT ── */
.ta-avocat-cta-strip__badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: rgba(83, 197, 152, 0.1) !important;
    border: 1px solid rgba(83, 197, 152, 0.2) !important;
    border-radius: 16px !important;
    padding: 3px 12px !important;
    font-size: 16px !important;
    color: #3faa85 !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
}

.ta-avocat-cta-strip__title,
body .ta-avocat-cta-strip__title,
body .elementor .ta-avocat-cta-strip__title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin: 0 0 4px !important;
    line-height: 1.3 !important;
    font-family: 'DM Sans', sans-serif !important;
    text-transform: none !important;
    text-align: left !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    margin-top: 10px !important;
}

.ta-avocat-cta-strip__title span {
    background: linear-gradient(135deg, #3faa85, #53C598) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
}

.ta-avocat-cta-strip__desc {
    font-size: 14px !important;
    color: #64748b !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    max-width: 440px !important;
}

/* ── RIGHT ── */
.ta-avocat-cta-strip__right {
    flex-shrink: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
}

.ta-avocat-cta-strip__btn,
a.ta-avocat-cta-strip__btn,
body a.ta-avocat-cta-strip__btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 14px 28px !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #0f172a, #1e293b) !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif !important;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.2) !important;
    transition: all 0.25s ease !important;
    white-space: nowrap !important;
}

a.ta-avocat-cta-strip__btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.3) !important;
    color: #fff !important;
}

.ta-avocat-cta-strip__sub {
    font-size: 11px !important;
    color: #94a3b8 !important;
    font-weight: 500 !important;
}

/* ═══════════════════════ RESPONSIVE ═══════════════════════ */
@media (max-width: 768px) {
    .ta-avocat-cta-strip__inner {
        flex-direction: column !important;
        text-align: center !important;
        padding: 24px 16px !important;
        gap: 16px !important;
    }

    .ta-avocat-cta-strip__title,
    body .ta-avocat-cta-strip__title {
        font-size: 18px !important;
        text-align: center !important;
    }

    .ta-avocat-cta-strip__desc {
        max-width: 100% !important;
        text-align: center !important;
    }

    .ta-avocat-cta-strip__btn,
    a.ta-avocat-cta-strip__btn {
        width: 100% !important;
        max-width: 320px !important;
        justify-content: center !important;
        padding: 13px 24px !important;
    }
}





/* ═══════════════════════════════════════════════════════════
   FORMULAIRE PUBLIER UN ARTICLE — Design Dark/Green
   Scope : .depots-articles
   ═══════════════════════════════════════════════════════════ */

/* ── Section reset ── */
.depots-articles {
    margin: 30px 0 40px !important;
    padding: 0 !important;
}

.depots-articles .elementor-section {
    padding: 0 !important;
    margin: 0 !important;
}

.depots-articles .elementor-column-gap-no>.elementor-column>.elementor-widget-wrap {
    padding: 0 !important;
}

/* ── Form card ── */
.depots-articles #gform_wrapper_2,
.depots-articles .gform_wrapper {
    background: linear-gradient(135deg, #0f172a 0%, #1a2742 100%) !important;
    border-radius: 16px !important;
    padding: 32px 28px !important;
    max-width: 640px !important;
    margin: 0 auto !important;
    box-shadow: 0 4px 24px rgba(15, 23, 42, .18) !important;
    border: 1px solid rgba(83, 197, 152, .12) !important;
}

/* Override Gravity Forms Orbital CSS vars */
.depots-articles #gform_wrapper_2,
.depots-articles .gform_wrapper {
    --gf-color-primary: #53C598 !important;
    --gf-color-primary-rgb: 83, 197, 152 !important;
    --gf-color-in-ctrl: rgba(255, 255, 255, .06) !important;
    --gf-color-in-ctrl-contrast: #fff !important;
    --gf-color-in-ctrl-contrast-rgb: 255, 255, 255 !important;
    --gf-ctrl-border-color: rgba(255, 255, 255, .12) !important;
    --gf-color-out-ctrl-dark: rgba(255, 255, 255, .5) !important;
    --gf-color-out-ctrl-dark-darker: #fff !important;
    --gf-color-in-ctrl-dark: rgba(255, 255, 255, .5) !important;
    --gf-color-in-ctrl-dark-darker: #fff !important;
    --gf-color-in-ctrl-light: rgba(255, 255, 255, .08) !important;
    --gf-color-out-ctrl-light: rgba(255, 255, 255, .08) !important;
    --gf-ctrl-label-color-primary: rgba(255, 255, 255, .7) !important;
    --gf-ctrl-label-color-secondary: rgba(255, 255, 255, .5) !important;
    --gf-radius: 10px !important;
}

/* ── Header ── */
.depots-articles #gform_wrapper_2 .gform_heading {
    margin: 0 0 24px !important;
    padding: 0 0 20px !important;
    border-bottom: 1px solid rgba(255, 255, 255, .08) !important;
    text-align: center !important;
}

.depots-articles #gform_wrapper_2 h2.gform_title {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    border: none !important;
    background: none !important;
    border-left: none !important;
    text-shadow: none !important;
}

.depots-articles #gform_wrapper_2 h2.gform_title::before {
    display: none !important;
    content: none !important;
}

.depots-articles #gform_wrapper_2 .gform_description {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px !important;
    color: rgba(255, 255, 255, .5) !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    line-height: 1.5 !important;
}

.depots-articles #gform_wrapper_2 .gform_required_legend {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 11px !important;
    color: rgba(255, 255, 255, .3) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.depots-articles #gform_wrapper_2 .gfield_required_asterisk {
    color: #53C598 !important;
}

/* ── Fields ── */
.depots-articles #gform_wrapper_2 .gform_body {
    margin: 0 !important;
    padding: 0 !important;
}

.depots-articles #gform_wrapper_2 .gform_fields {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.depots-articles #gform_wrapper_2 .gfield {
    margin: 0 !important;
    padding: 0 !important;
}

/* ── Labels ── */
.depots-articles #gform_wrapper_2 .gfield_label,
.depots-articles #gform_wrapper_2 .gform-field-label,
.depots-articles #gform_wrapper_2 legend.gfield_label {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: rgba(255, 255, 255, .7) !important;
    margin: 0 0 6px !important;
    padding: 0 !important;
    letter-spacing: .02em !important;
    text-transform: none !important;
}

.depots-articles #gform_wrapper_2 .hidden_label>.gfield_label,
.depots-articles #gform_wrapper_2 .hidden_label>legend.gfield_label {
    display: none !important;
}

/* ── Inputs ── */
.depots-articles #gform_wrapper_2 input[type="text"],
.depots-articles #gform_wrapper_2 input[type="email"],
.depots-articles #gform_wrapper_2 input[type="url"],
.depots-articles #gform_wrapper_2 input[type="tel"],
.depots-articles #gform_wrapper_2 input[type="number"],
.depots-articles #gform_wrapper_2 textarea,
.depots-articles #gform_wrapper_2 select {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #fff !important;
    background: rgba(255, 255, 255, .06) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 10px !important;
    padding: 12px 16px !important;
    width: 100% !important;
    outline: none !important;
    transition: all .2s ease !important;
    box-sizing: border-box !important;
    line-height: 1.5 !important;
    -webkit-appearance: none !important;
    box-shadow: none !important;
}

.depots-articles #gform_wrapper_2 input[type="text"]:focus,
.depots-articles #gform_wrapper_2 input[type="email"]:focus,
.depots-articles #gform_wrapper_2 input[type="url"]:focus,
.depots-articles #gform_wrapper_2 textarea:focus,
.depots-articles #gform_wrapper_2 select:focus {
    border-color: #53C598 !important;
    background: rgba(83, 197, 152, .06) !important;
    box-shadow: 0 0 0 3px rgba(83, 197, 152, .1) !important;
}

.depots-articles #gform_wrapper_2 input::placeholder,
.depots-articles #gform_wrapper_2 textarea::placeholder {
    color: rgba(255, 255, 255, .3) !important;
    font-weight: 400 !important;
}

/* ── Name row ── */
.depots-articles #gform_wrapper_2 .ginput_container_name,
.depots-articles #gform_wrapper_2 .ginput_container--name {
    display: flex !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
}

.depots-articles #gform_wrapper_2 .ginput_container_name .name_first,
.depots-articles #gform_wrapper_2 .ginput_container_name .name_last {
    flex: 1 !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Sub-labels hidden */
.depots-articles #gform_wrapper_2 .hidden_sub_label {
    display: none !important;
}

/* ── File upload ── */
.depots-articles #gform_wrapper_2 input[type="file"] {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 12px !important;
    color: rgba(255, 255, 255, .6) !important;
    background: rgba(255, 255, 255, .04) !important;
    border: 2px dashed rgba(83, 197, 152, .25) !important;
    border-radius: 12px !important;
    padding: 20px 16px !important;
    width: 100% !important;
    cursor: pointer !important;
    transition: all .2s ease !important;
}

.depots-articles #gform_wrapper_2 input[type="file"]:hover {
    border-color: #53C598 !important;
    background: rgba(83, 197, 152, .06) !important;
}

.depots-articles #gform_wrapper_2 .gform_fileupload_rules {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 10.5px !important;
    color: rgba(255, 255, 255, .3) !important;
    margin: 6px 0 0 !important;
    padding: 0 !important;
    display: block !important;
}

/* File label visible */
.depots-articles #gform_wrapper_2 .gfield--type-fileupload>.gfield_label {
    display: block !important;
}

/* ── CAPTCHA ── */
.depots-articles #gform_wrapper_2 .gfield--type-captcha {
    margin-top: 4px !important;
}

.depots-articles #gform_wrapper_2 .gfield--type-captcha>.gfield_label {
    display: none !important;
}

.depots-articles #gform_wrapper_2 .ginput_recaptcha {
    border-radius: 8px !important;
    overflow: hidden !important;
}

/* ── Submit ── */
.depots-articles #gform_wrapper_2 .gform_footer,
.depots-articles #gform_wrapper_2 .gform-footer {
    margin: 24px 0 0 !important;
    padding: 20px 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .08) !important;
    text-align: center !important;
}

.depots-articles #gform_wrapper_2 .gform_button,
.depots-articles #gform_wrapper_2 input[type="submit"],
.depots-articles #gform_wrapper_2 input.gform_button {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: linear-gradient(135deg, #53C598, #3faa85) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 13px 36px !important;
    cursor: pointer !important;
    transition: all .25s ease !important;
    box-shadow: 0 4px 14px rgba(83, 197, 152, .25) !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
    width: auto !important;
    display: inline-block !important;
    -webkit-appearance: none !important;
}

.depots-articles #gform_wrapper_2 .gform_button:hover,
.depots-articles #gform_wrapper_2 input[type="submit"]:hover {
    background: linear-gradient(135deg, #3faa85, #359975) !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(83, 197, 152, .35) !important;
}

/* ── Validation ── */
.depots-articles #gform_wrapper_2 .gfield_validation_message,
.depots-articles #gform_wrapper_2 .validation_message {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 11px !important;
    color: #f87171 !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
}

.depots-articles #gform_wrapper_2 .gform_validation_error .gfield_error input,
.depots-articles #gform_wrapper_2 .gform_validation_error .gfield_error textarea {
    border-color: #f87171 !important;
}

/* ═══ RESPONSIVE ═══ */
@media(max-width:767px) {

    .depots-articles #gform_wrapper_2,
    .depots-articles .gform_wrapper {
        padding: 24px 18px !important;
        border-radius: 14px !important;
    }

    .depots-articles #gform_wrapper_2 h2.gform_title {
        font-size: 17px !important;
    }

    .depots-articles #gform_wrapper_2 .ginput_container_name,
    .depots-articles #gform_wrapper_2 .ginput_container--name {
        flex-direction: column !important;
    }

    .depots-articles #gform_wrapper_2 .gform_button,
    .depots-articles #gform_wrapper_2 input[type="submit"] {
        width: 100% !important;
        padding: 13px 20px !important;
    }
}

@media(max-width:400px) {

    .depots-articles #gform_wrapper_2,
    .depots-articles .gform_wrapper {
        padding: 20px 14px !important;
    }

    .depots-articles #gform_wrapper_2 h2.gform_title {
        font-size: 16px !important;
    }
}

div#envoiarticle {
    box-shadow: none !important;
    background: transparent !important;
}