.elementor-7261 .elementor-element.elementor-element-762feea{--display:flex;}.elementor-7261 .elementor-element.elementor-element-80f5653{--display:flex;}.elementor-7261 .elementor-element.elementor-element-80f5653:not(.elementor-motion-effects-element-type-background), .elementor-7261 .elementor-element.elementor-element-80f5653 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-7261 .elementor-element.elementor-element-3667146{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-7261 .elementor-element.elementor-element-74c7142{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-7261 .elementor-element.elementor-element-51ab3c4 .jet-listing-dynamic-terms{text-align:left;}.elementor-7261 .elementor-element.elementor-element-53bc112 .jet-listing-dynamic-field__content{color:var( --e-global-color-969fa1b );font-family:"Marcellus", Sans-serif;font-weight:400;line-height:1.2em;text-align:left;}.elementor-7261 .elementor-element.elementor-element-53bc112 .jet-listing-dynamic-field .jet-listing-dynamic-field__inline-wrap{width:auto;}.elementor-7261 .elementor-element.elementor-element-53bc112 .jet-listing-dynamic-field .jet-listing-dynamic-field__content{width:auto;}.elementor-7261 .elementor-element.elementor-element-53bc112 .jet-listing-dynamic-field{justify-content:center;}.elementor-7261 .elementor-element.elementor-element-5c5fb51{--display:flex;}.jet-listing-item.single-jet-engine.elementor-page-7261 > .elementor{width:400px;margin-left:auto;margin-right:auto;}



/* Start custom CSS for jet-listing-dynamic-field, class: .elementor-element-53bc112 */.elementor-7261 .elementor-element.elementor-element-53bc112 h3{
    margin-top: 0px;
}/* End custom CSS */


/* Start custom CSS for container, class: .elementor-element-762feea *//* ========================================
   JETENGINE THERAPIST CARD CSS
   ========================================= */


/* Carte d'article thérapie */
.therapist-article-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(134, 162, 158, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.therapist-article-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
}

/* Section image de la carte */
.therapist-card-image {
    width: 100% !important;;
    height: 220px !important;;
    position: relative !important;;
    overflow: hidden !important;;
    background: linear-gradient(135deg, #86a29e 0%, #6b8e7d 50%, #a4b5a0 100%);
}


/* Symbole zen au centre de l'image */
.therapist-zen-symbol {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 3px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
}

/* Badge bien-être */
.therapist-wellness-badge {
    position: absolute !important;;
    top: 20px !important;;
    right: 20px !important;;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    color: #6b8e7d !important;;
    padding: 10px 16px !important;;
    border-radius: 20px !important;;
    font-size: 12px !important;;
    font-weight: 500 !important;;
    z-index: 2 !important;;
    border: 1px solid rgba(107, 142, 125, 0.2);
}

/* Contenu de la carte */
.therapist-card-content {
    padding: 32px 28px;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

/* Header avec catégorie et temps de lecture */
.therapist-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 15px;
}

/* Catégorie JetEngine */
.therapist-card-category {
    flex-shrink: 0;
}

.therapist-card-category .jet-listing-dynamic-terms__link {
    background: linear-gradient(135deg, #86a29e, #6b8e7d);
    color: white !important;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.therapist-card-category .jet-listing-dynamic-terms__link:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(107, 142, 125, 0.3);
}

/* Temps de lecture en haut */
.therapist-card-header .therapist-read-time {
    background: #f7fafc;
    color: #4a5568;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #e2e8f0;
    flex-shrink: 0;
}

/* Titre de l'article */
.therapist-card-title {
    margin-bottom: 16px;
}

.therapist-card-title .jet-listing-dynamic-link__link {
    font-size: 22px;
    font-weight: 600;
    color: #2d3748;
    line-height: 1.4;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
}

.therapist-article-card:hover .therapist-card-title .jet-listing-dynamic-link__link {
    color: #6b8e7d;
}

/* Extrait de l'article */
.therapist-card-excerpt {
    margin-bottom: 24px;
    flex-grow: 1;
}

.therapist-card-excerpt .jet-listing-dynamic-field__content {
    color: #4a5568;
    line-height: 1.7;
    font-size: 15px;
    font-style: italic;
}

/* Meta informations */
.therapist-card-meta {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
    margin-top: auto;
}

/* Informations auteur */
.therapist-author-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.therapist-author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #86a29e, #a4b5a0);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}

.therapist-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.therapist-author-details h4 {
    font-size: 15px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 3px;
    margin: 0;
}

.therapist-author-details p {
    font-size: 13px;
    color: #6b8e7d;
    font-style: italic;
    margin: 0;
}

/* Temps de lecture (supprimé de meta car maintenant en header) */

/* Icône mindfulness */
.therapist-mindfulness-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(107, 142, 125, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b8e7d;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.therapist-article-card:hover .therapist-mindfulness-icon {
    opacity: 1;
}

/* Variante carte spéciale bien-être */
.therapist-article-card.wellness-featured {
    background: linear-gradient(135deg, #f0f9f5 0%, #e8f5ee 100%);
    border: 2px solid rgba(107, 142, 125, 0.15);
}

.therapist-article-card.wellness-featured .therapist-card-title .jet-listing-dynamic-link__link {
    color: #2f4f4f;
}

.therapist-article-card.wellness-featured:hover .therapist-card-title .jet-listing-dynamic-link__link {
    color: #5a7a6f;
}

/* Styles pour JetEngine Listing Grid responsive */
@media (max-width: 1200px) {
    .jet-listing-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .jet-listing-grid {
        grid-template-columns: 1fr;
        padding: 10px;
        gap: 30px;
    }
    
    .therapist-card-content {
        padding: 24px 20px;
    }
    
    .therapist-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 16px;
    }
    
    .therapist-card-meta {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}

@media (max-width: 480px) {
    .therapist-card-image {
        height: 180px;
    }
    
    .therapist-zen-symbol {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .therapist-wellness-badge {
        top: 15px;
        right: 15px;
        padding: 8px 12px;
        font-size: 11px;
    }
    
    .therapist-card-header {
        margin-bottom: 12px;
    }
    
    .therapist-card-header .therapist-read-time {
        padding: 6px 12px;
        font-size: 12px;
    }
}

/* Animation pour le chargement progressif */
.jet-listing-grid__item {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
    transform: translateY(30px);
}

.jet-listing-grid__item:nth-child(1) { animation-delay: 0.1s; }
.jet-listing-grid__item:nth-child(2) { animation-delay: 0.2s; }
.jet-listing-grid__item:nth-child(3) { animation-delay: 0.3s; }
.jet-listing-grid__item:nth-child(4) { animation-delay: 0.4s; }
.jet-listing-grid__item:nth-child(5) { animation-delay: 0.5s; }
.jet-listing-grid__item:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Styles spécifiques pour JetEngine Archive template */
.jet-listing-grid-wrapper {
    margin: 40px 0;
}

.jet-listing-grid-wrapper .jet-listing-not-found {
    text-align: center;
    padding: 60px 20px;
    color: #6b8e7d;
    font-style: italic;
}

/* Pagination JetEngine */
.jet-listing-grid__pagination {
    margin-top: 50px;
    text-align: center;
}

.jet-listing-grid__pagination .page-numbers {
    background: #f7fafc;
    color: #4a5568;
    padding: 12px 16px;
    border-radius: 8px;
    text-decoration: none;
    margin: 0 5px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.jet-listing-grid__pagination .page-numbers:hover,
.jet-listing-grid__pagination .page-numbers.current {
    background: linear-gradient(135deg, #86a29e, #6b8e7d);
    color: white;
    border-color: #6b8e7d;
}

/* Load More button styling */
.jet-listing-grid__load-more {
    text-align: center;
    margin-top: 40px;
}

.jet-listing-grid__load-more-btn {
    background: linear-gradient(135deg, #86a29e, #6b8e7d);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.jet-listing-grid__load-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(107, 142, 125, 0.3);
}/* End custom CSS */


