/**
 * CENC Color Overrides for TopTech Template
 * Palette moderne Église catholique
 *
 * Bleu royal   : #1B4F8A  (globe du logo)
 * Bleu profond : #1A2D5A  (header/footer - clairement bleu, PAS noir)
 * Or           : #C5960F  (croix du logo)
 * Or clair     : #E8D48B  (accent doux)
 * Blanc cassé  : #F7F9FC  (fonds clairs)
 * Violet        : #6A3078  (liturgique - Avent/Carême)
 * Rouge         : #B83230  (liturgique - Pentecôte)
 */

/* ==============================================
   HEADER & NAVIGATION
   ============================================== */

/* Top bar - bleu royal riche */
.top-header-area {
    background: #1B4F8A;
}
.top-header-area:before {
    background: #163F6E;
}
.top-header-social-icon ul li i:hover {
    color: #E8D48B;
}

/* Header principal - fond BLANC moderne (homepage) */
.header-area.style-two {
    background: #ffffff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.style-two .header-menu ul li a {
    color: #1A2D5A;
}
.style-two .header-menu ul li a:hover {
    color: #C5960F;
}
.style-two .header-menu ul li i {
    color: #1A2D5A;
}
.style-two .header-menu ul li a:hover i {
    color: #C5960F;
}

/* Force chevron/arrow icons visible (override TopTech white default) */
.header-menu ul li i {
    color: #1A2D5A;
    font-size: 12px;
}
.header-menu ul li > a > .bi-chevron-down {
    font-size: 10px;
    margin-left: 4px;
    vertical-align: middle;
}

/* Flèche CSS pure en fallback (fonctionne sans icon font) */
.header-menu > ul > li.menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #1A2D5A;
    border-bottom: 2px solid #1A2D5A;
    transform: rotate(45deg);
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    transition: 0.3s;
}
.header-menu > ul > li.menu-item-has-children > a:hover::after {
    border-color: #C5960F;
}
.sticky .header-menu > ul > li.menu-item-has-children > a::after {
    border-color: #fff;
}
.sticky .header-menu > ul > li.menu-item-has-children > a:hover::after {
    border-color: #E8D48B;
}

/* Header pages internes - transparent (géré dans section HEADER PAGES INTERNES) */

/* Header sticky au scroll - bleu profond (lisible) */
.header-area.sticky,
.style-two.sticky,
.header-area.inner-style.sticky {
    background: #1A2D5A !important;
    box-shadow: 0 4px 20px rgba(26, 45, 90, 0.3) !important;
}
.sticky .header-menu ul li a,
.sticky .header-menu ul li i {
    color: #fff !important;
}
.sticky .header-menu ul li a:hover,
.sticky .header-menu ul li a:hover i {
    color: #E8D48B !important;
}

/* Sous-menus - fond blanc, bord or */
.header-menu ul li .sub-menu {
    background: #ffffff;
    border-top: 4px solid #C5960F;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.header-menu ul li .sub-menu li a {
    color: #1A2D5A !important;
}
.header-menu ul li .sub-menu li a:hover {
    color: #fff !important;
    background: transparent;
}
.header-menu ul li .sub-menu li a:before {
    background: #1B4F8A;
}

/* Bouton CTA header - or */
.header-button a {
    background: #C5960F !important;
    color: #fff !important;
    border-radius: 5px;
}
.header-button a:hover {
    background: #1B4F8A !important;
}

/* Icône recherche */
.header-search-icon a {
    color: #1A2D5A;
}
.header-search-icon a:hover {
    color: #C5960F;
}
.sticky .header-search-icon a {
    color: #fff;
}
.sticky .header-search-icon a:hover {
    color: #E8D48B;
}

/* Mobile menu */
.mobile-menu-area {
    background: #ffffff;
}
.mean-container .mean-bar {
    background: #1B4F8A;
}
.mean-container a.meanmenu-reveal {
    color: #fff;
}
.mean-container .mean-nav {
    background: #1A2D5A;
}
.mean-container .mean-nav ul li a {
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mean-container .mean-nav ul li a:hover {
    color: #E8D48B;
}

/* Logo - taille augmentée */
.header-logo img {
    max-height: 120px !important;
    transition: all 0.4s ease;
}
/* Ajuster hauteur header pour le logo plus grand */
.header-area {
    padding: 5px 0;
}

/* Logo sticky header - cercle blanc avec shadow */
.sticky .header-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    padding: 10px;
    position: relative;
    top: 8px;
    transition: all 0.4s ease;
}
.sticky .header-logo img {
    max-height: 78px !important;
    max-width: 78px !important;
    border-radius: 50%;
    object-fit: contain;
}

/* ---- Footer logo - cercle blanc avec shadow ---- */
.footer-logo-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    padding: 12px;
    transition: all 0.3s ease;
}
.footer-logo-circle:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
    transform: translateY(-3px);
}
.footer-logo-circle img {
    max-height: 90px !important;
    max-width: 90px !important;
    border-radius: 50%;
    object-fit: contain;
}


/* ==============================================
   HERO SECTION
   ============================================== */

/* Dégradé bleu royal vibrant (PAS noir) */
.hero-area.style-two {
    background: linear-gradient(135deg, #1A2D5A 0%, #2563A6 60%, #1B4F8A 100%);
    height: 580px;
    padding-bottom: 40px;
}

/* Feature cards - décalage vers le bas */
.feature-area.style-two {
    margin-top: 60px;
}

.hero-button a:first-child {
    background: #C5960F;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #C5960F;
}
.hero-button a:first-child:hover {
    background: transparent;
    color: #C5960F;
}

.hero-button a.button-two {
    border-color: #E8D48B;
    color: #E8D48B;
    border-radius: 5px;
}
.hero-button a.button-two:hover {
    background: #E8D48B;
    color: #1A2D5A;
}

/* Hero image évêques - fondue dans le background */
.cenc-hero-img {
    position: relative;
    overflow: visible;
    max-width: 100%;
    border-radius: 0;
    /* Masque radial pour fondre les bords dans le background */
    -webkit-mask-image: radial-gradient(ellipse 85% 80% at center, #000 40%, transparent 72%);
    mask-image: radial-gradient(ellipse 85% 80% at center, #000 40%, transparent 72%);
}
.cenc-hero-img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
    border-radius: 0;
    filter: brightness(0.9) saturate(0.8);
}
/* Dégradé couleur hero sur les bords pour renforcer la fusion */
.cenc-hero-overlay {
    position: absolute;
    inset: -1px;
    background:
        linear-gradient(to right, #1A2D5A 0%, rgba(26,45,90,0.5) 20%, transparent 40%, transparent 60%, rgba(27,79,138,0.5) 80%, #1B4F8A 100%),
        linear-gradient(to bottom, #1A2D5A 0%, transparent 30%, transparent 70%, #2563A6 100%);
    z-index: 1;
    pointer-events: none;
}
.cenc-hero-img::after {
    display: none;
}


/* ==============================================
   SECTIONS
   ============================================== */

/* Section titles */
.section-title h4,
.section-title.left h4 {
    color: #C5960F;
}
.section-title h1 {
    color: #1A2D5A;
}

/* ==============================================
   FEATURE CARDS - icônes grandes + hauteur égale
   ============================================== */

/* Hauteur égale stricte */
.cenc-feature-row {
    display: flex !important;
    flex-wrap: wrap;
}
.cenc-feature-row > [class*="col-"] {
    display: flex !important;
    margin-bottom: 23px;
}
.cenc-feature-card {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    border-bottom: 3px solid #C5960F;
    background: #fff;
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 10px;
}
.cenc-feature-card:hover {
    border-bottom-color: #1B4F8A;
    box-shadow: 0 15px 50px rgba(27, 79, 138, 0.18);
    transform: translateY(-8px);
}

/* Bannière avec grande icône */
.cenc-feature-banner {
    position: relative;
    height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dégradés par card */
.banner-dioceses {
    background: linear-gradient(135deg, #1A2D5A 0%, #2563A6 50%, #1B4F8A 100%);
}
.banner-eveques {
    background: linear-gradient(135deg, #1B4F8A 0%, #C5960F 50%, #E8D48B 100%);
}
.banner-pastoral {
    background: linear-gradient(135deg, #14553B 0%, #1A6B4A 50%, #1B4F6A 100%);
}

/* Overlay */
.cenc-banner-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(255,255,255,0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255,255,255,0.06) 0%, transparent 50%);
    z-index: 1;
}

/* Cercles décoratifs */
.cenc-banner-circle {
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.12);
    z-index: 1;
    transition: transform 0.6s ease;
}
.cenc-circle-1 {
    width: 120px;
    height: 120px;
    top: -30px;
    right: -20px;
    border-width: 3px;
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.04);
}
.cenc-circle-2 {
    width: 80px;
    height: 80px;
    bottom: -20px;
    left: -15px;
    border-color: rgba(232, 212, 139, 0.15);
    box-shadow: 0 0 0 10px rgba(232, 212, 139, 0.06);
}
.cenc-feature-card:hover .cenc-circle-1 {
    transform: scale(1.15);
}
.cenc-feature-card:hover .cenc-circle-2 {
    transform: scale(1.2);
}

/* Grande icône centrée */
.cenc-banner-icon {
    position: relative;
    z-index: 2;
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
    border: 2px solid rgba(255, 255, 255, 0.25);
    transition: all 0.4s ease;
}
.cenc-banner-icon i {
    font-size: 72px !important;
    color: #fff !important;
    line-height: 1;
}
.cenc-feature-card:hover .cenc-banner-icon {
    background: rgba(255, 255, 255, 0.95);
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.cenc-feature-card:hover .cenc-banner-icon i {
    color: #1B4F8A !important;
}

/* Contenu texte - hauteur fixe */
.cenc-feature-card .feature-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 25px 25px 20px;
}
.cenc-feature-card .feature-content h4 {
    font-size: 22px !important;
    color: #1A2D5A;
    margin-bottom: 12px;
    font-weight: 700;
    min-height: 30px;
}
.cenc-feature-card .feature-content p {
    font-size: 15px !important;
    line-height: 1.6;
    color: #5A6C7D;
    flex: 1;
    margin-bottom: 15px;
    min-height: 72px;
}
.cenc-feature-card .feature-content a {
    color: #1B4F8A;
    font-weight: 600;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s;
    margin-top: auto;
}
.cenc-feature-card .feature-content a:hover {
    color: #C5960F;
    gap: 10px;
}
.cenc-feature-card .feature-content a:after {
    display: none !important;
}

/* Désactiver le :before de TopTech sur nos cards */
.style-two .cenc-feature-card:before {
    display: none !important;
}
.style-two .cenc-feature-card .feature-icon:before {
    display: none !important;
}
.style-two .cenc-feature-card:hover .feature-content h4,
.style-two .cenc-feature-card:hover .feature-content p {
    color: inherit;
}
/* Reset padding TopTech pour uniformiser */
.style-two .cenc-feature-card {
    padding: 0 !important;
    margin-bottom: 0 !important;
}

/* About section - image complète + provinces */
.about-area.style-two {
    padding: 100px 0 60px;
    margin-top: 0;
}
.about-area.style-two .about-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* Image about - affichage complet */
.cenc-about-thumb {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}
.cenc-about-thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}
.about-conter-box {
    background: linear-gradient(135deg, #1B4F8A, #2563A6);
}

/* --- 5 Province Cards --- */
.cenc-provinces-row {
    margin-top: 50px;
    display: flex;
    gap: 15px;
}
.cenc-province-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.07);
    border-bottom: 3px solid #C5960F;
    transition: all 0.35s ease;
}
.cenc-province-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(27, 79, 138, 0.15);
    border-bottom-color: #1B4F8A;
}
.cenc-province-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1B4F8A, #2563A6);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.cenc-province-icon i {
    font-size: 22px;
    color: #fff;
}
.cenc-province-card h5 {
    font-size: 16px;
    font-weight: 700;
    color: #1A2D5A;
    margin-bottom: 4px;
}
.cenc-province-card span {
    font-size: 13px;
    color: #C5960F;
    font-weight: 600;
}

/* ==============================================
   MISSIONS - Axes d'action pastorale
   ============================================== */
.cenc-missions-area {
    padding: 80px 0 80px;
    background: #fff;
}
.cenc-missions-area .section-title {
    text-align: center;
    margin-bottom: 50px;
}
.cenc-missions-area .section-title h4 {
    color: #C5960F;
}
.cenc-missions-area .section-title h1 {
    color: #1A2D5A;
}
.cenc-missions-row {
    display: flex;
    flex-wrap: wrap;
}
.cenc-missions-row > [class*="col-"] {
    display: flex;
    margin-bottom: 30px;
}
.cenc-mission-card {
    background: #F7F9FC;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    width: 100%;
    transition: all 0.35s ease;
    border: 1px solid rgba(27, 79, 138, 0.08);
    position: relative;
    overflow: hidden;
}
.cenc-mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1B4F8A, #C5960F);
    opacity: 0;
    transition: opacity 0.35s ease;
}
.cenc-mission-card:hover {
    background: #fff;
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(27, 79, 138, 0.12);
    border-color: transparent;
}
.cenc-mission-card:hover::before {
    opacity: 1;
}
.cenc-mission-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(27, 79, 138, 0.1), rgba(37, 99, 166, 0.08));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.35s ease;
}
.cenc-mission-icon i {
    font-size: 28px;
    color: #1B4F8A;
    transition: all 0.35s ease;
}
.cenc-mission-card:hover .cenc-mission-icon {
    background: linear-gradient(135deg, #1B4F8A, #2563A6);
}
.cenc-mission-card:hover .cenc-mission-icon i {
    color: #fff;
}
.cenc-mission-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1A2D5A;
    margin-bottom: 12px;
}
.cenc-mission-card p {
    font-size: 14px;
    line-height: 1.7;
    color: #5A6C7D;
    margin: 0;
}
.toptech-button.style-one a {
    background: #1B4F8A;
    color: #fff;
    border-radius: 5px;
}
.toptech-button.style-one a:hover {
    background: #C5960F;
}

/* About icon boxes */
.single-about-icon-box {
    transition: all 0.3s;
}
.single-about-icon-box:hover {
    transform: translateY(-3px);
}

/* ==============================================
   ORGANES - Cards redesign
   ============================================== */
.cenc-organes-area {
    padding: 90px 0;
    background: #F7F9FC;
}
.cenc-organes-header {
    margin-bottom: 55px;
}
.cenc-organes-header h4 {
    color: #C5960F;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.cenc-organes-header h1 {
    color: #1A2D5A;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 12px;
}
.cenc-organes-subtitle {
    color: #5A6C7D;
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto;
    white-space: nowrap;
}
.cenc-organes-row {
    display: flex;
    flex-wrap: wrap;
}
.cenc-organes-row > [class*="col-"] {
    display: flex;
    margin-bottom: 30px;
}
.cenc-organe-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 28px 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    overflow: hidden;
}
.cenc-organe-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #C5960F, transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.cenc-organe-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(27, 79, 138, 0.12);
    border-color: transparent;
}
.cenc-organe-card:hover::after {
    opacity: 1;
}
.cenc-organe-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}
.cenc-organe-icon i {
    font-size: 26px;
    color: #fff;
}
.cenc-organe-card:hover .cenc-organe-icon {
    border-radius: 50%;
    transform: scale(1.1);
}
.cenc-organe-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cenc-organe-content h3 {
    font-size: 22px;
    font-weight: 800;
    color: #1A2D5A;
    margin-bottom: 4px;
}
.cenc-organe-full {
    font-size: 13px;
    color: #8A9BB0;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
}
.cenc-organe-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #5A6C7D;
    flex: 1;
    margin-bottom: 18px;
}
.cenc-organe-link {
    font-size: 14px;
    font-weight: 600;
    color: #1B4F8A;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    margin-top: auto;
}
.cenc-organe-link:hover {
    color: #C5960F;
    gap: 10px;
}

/* Counter area - dégradé bleu royal (PAS noir) */
.counter-area.style-two {
    background: linear-gradient(135deg, #1A2D5A 0%, #2563A6 100%);
}
.counter-content h4 {
    color: #E8D48B;
}
.counter-content span {
    color: #E8D48B;
}
.counter-content p {
    color: rgba(255, 255, 255, 0.85);
}

/* Blog boxes */
.single-blog-box {
    transition: all 0.3s;
}
.single-blog-box:hover {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

/* Bouton "Lire la suite" retravaillé */
.cenc-blog-button a {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 22px !important;
    background: linear-gradient(135deg, #1B4F8A, #2563A6) !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.4 !important;
    transition: all 0.35s ease !important;
    box-shadow: 0 4px 15px rgba(27, 79, 138, 0.3);
}
.cenc-blog-button a i {
    font-size: 14px;
    transition: transform 0.3s ease;
}
.cenc-blog-button a:hover {
    background: linear-gradient(135deg, #C5960F, #E8D48B) !important;
    color: #1A2D5A !important;
    box-shadow: 0 6px 20px rgba(197, 150, 15, 0.4);
    transform: translateX(3px);
}
.cenc-blog-button a:hover i {
    transform: translateX(4px);
}
.blog-category a {
    background: #C5960F;
    color: #fff;
}
.blog-content a:hover {
    color: #C5960F;
}
.blog-meta span {
    color: #5A6C7D;
}

/* Blog area home - fond blanc cassé + hauteur égale */
.blog-area.style-one.home-two {
    background: #F7F9FC;
}
.blog-area .row {
    display: flex;
    flex-wrap: wrap;
}
.blog-area .row > [class*="col-"] {
    display: flex;
    margin-bottom: 30px;
}
.blog-area .single-blog-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.blog-area .single-blog-box .blog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog-area .single-blog-box .blog-title {
    flex: 1;
}
.blog-area .single-blog-box .cenc-blog-button {
    margin-top: auto;
}
.blog-area .single-blog-box .blog-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.blog-area.style-one .blog-buttom .blog-button a {
    color: #1B4F8A;
}
.blog-area.style-one .blog-buttom .blog-button a:hover {
    color: #C5960F;
}

/* Contact info */
.contact-info-area.style-two {
    background: #fff;
}
.contact-info-box {
    transition: all 0.3s;
}
.contact-info-box:hover {
    border-color: #C5960F;
    box-shadow: 0 10px 30px rgba(197, 150, 15, 0.12);
    transform: translateY(-3px);
}
.contact-info-icon i {
    color: #C5960F;
    font-size: 28px;
}


/* ==============================================
   HEADER PAGES INTERNES - transparent superposé sur bannière
   ============================================== */
.header-area.inner-style {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: transparent !important;
    box-shadow: none !important;
}
/* Logo pages internes - cercle blanc avec shadow */
.header-area.inner-style .header-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
    padding: 8px;
    transition: all 0.4s ease;
}
.header-area.inner-style .header-logo img {
    max-height: 70px !important;
    max-width: 70px !important;
    border-radius: 50%;
    object-fit: contain;
}
.inner-style .header-menu ul li a {
    color: #fff !important;
}
.inner-style .header-menu ul li a:hover {
    color: #E8D48B !important;
}
.inner-style .header-search-icon a {
    color: #fff !important;
}
.inner-style .header-search-icon a:hover {
    color: #E8D48B !important;
}
.inner-style .header-button a {
    background: #C5960F !important;
    color: #fff !important;
}
.inner-style .header-button a:hover {
    background: #E8D48B !important;
    color: #1A2D5A !important;
}
/* Flèche sous-menu blanche sur pages internes */
.inner-style .header-menu > ul > li.menu-item-has-children > a::after {
    border-color: #fff;
}
.inner-style .header-menu > ul > li.menu-item-has-children > a:hover::after {
    border-color: #E8D48B;
}

/* ==============================================
   BREADCRUMB / BANNIÈRE - redesign CENC
   ============================================== */
.cenc-breadcrumb-area {
    background: linear-gradient(135deg, #0D1B3E 0%, #1A2D5A 30%, #2563A6 70%, #1B4F8A 100%);
    padding: 200px 0 60px;
    position: relative;
    overflow: hidden;
}
/* Trait blanc entre header et contenu bannière */
.cenc-breadcrumb-area .cenc-breadcrumb-separator {
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3) 20%, rgba(255,255,255,0.3) 80%, transparent);
}
.cenc-breadcrumb-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 80%, rgba(197, 150, 15, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.06) 0%, transparent 40%),
        radial-gradient(circle at 60% 60%, rgba(37, 99, 166, 0.15) 0%, transparent 35%);
}
/* Cercle décoratif haut-droit */
.cenc-breadcrumb-area::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -60px;
    width: 300px;
    height: 300px;
    border: 3px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.02);
}
/* Cercle décoratif bas-gauche */
.cenc-breadcrumb-area::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -50px;
    width: 250px;
    height: 250px;
    border: 2px solid rgba(232, 212, 139, 0.08);
    border-radius: 50%;
    box-shadow: 0 0 0 25px rgba(232, 212, 139, 0.03);
}
/* Ligne décorative or en bas */
.cenc-breadcrumb-content::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #C5960F, #E8D48B);
    margin-top: 20px;
    border-radius: 2px;
}
.cenc-breadcrumb-content {
    position: relative;
    z-index: 2;
}
.cenc-breadcrumb-content h1 {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 14px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cenc-breadcrumb-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.cenc-breadcrumb-content ul li {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}
.cenc-breadcrumb-content ul li a {
    color: #E8D48B;
    text-decoration: none;
    transition: color 0.3s;
}
.cenc-breadcrumb-content ul li a:hover {
    color: #fff;
}
.cenc-breadcrumb-content ul li.active {
    color: rgba(255, 255, 255, 0.9);
}
.cenc-breadcrumb-content ul li i {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
}
.cenc-breadcrumb-content ul li a .bi-house-fill {
    font-size: 13px;
}

/* ==============================================
   PAGES INTERNES - contenu
   ============================================== */
.cenc-page-area {
    padding: 70px 0 80px;
    background: #fff;
}
.cenc-page-content {
    background: #fff;
}
.cenc-page-thumb {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.cenc-page-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.cenc-page-body {
    font-size: 16px;
    line-height: 1.8;
    color: #3D4F5F;
}
.cenc-page-body h1,
.cenc-page-body h2,
.cenc-page-body h3,
.cenc-page-body h4 {
    color: #1A2D5A;
    margin: 30px 0 15px;
}
.cenc-page-body p {
    margin-bottom: 18px;
}
.cenc-page-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}
.cenc-page-body ul,
.cenc-page-body ol {
    padding-left: 25px;
    margin-bottom: 18px;
}
.cenc-page-body blockquote {
    border-left: 4px solid #C5960F;
    padding: 20px 25px;
    margin: 25px 0;
    background: #F7F9FC;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #1A2D5A;
}

/* ==============================================
   SINGLE POST - article individuel
   ============================================== */
.cenc-single-area {
    padding: 70px 0 80px;
    background: #fff;
}
.cenc-single-post {
    background: #fff;
}
.cenc-single-thumb {
    margin-bottom: 25px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.cenc-single-thumb img {
    width: 100%;
    height: auto;
    display: block;
}
.cenc-single-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
}
.cenc-single-meta span {
    font-size: 14px;
    color: #5A6C7D;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.cenc-single-meta span i {
    color: #1B4F8A;
    font-size: 14px;
}
.cenc-single-title {
    font-size: 28px;
    font-weight: 800;
    color: #1A2D5A;
    margin-bottom: 25px;
    line-height: 1.35;
}
.cenc-single-body {
    font-size: 16px;
    line-height: 1.8;
    color: #3D4F5F;
    margin-bottom: 30px;
}
.cenc-single-body h2,
.cenc-single-body h3,
.cenc-single-body h4 {
    color: #1A2D5A;
    margin: 25px 0 12px;
}
.cenc-single-body p {
    margin-bottom: 16px;
}
.cenc-single-body img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
}
.cenc-single-body blockquote {
    border-left: 4px solid #C5960F;
    padding: 20px 25px;
    margin: 25px 0;
    background: #F7F9FC;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #1A2D5A;
}

/* Footer du single post */
.cenc-single-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}
.cenc-single-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}
.cenc-tag-label {
    font-weight: 600;
    color: #1A2D5A;
    margin-right: 4px;
}
.cenc-single-tags a {
    display: inline-block;
    padding: 4px 14px;
    background: #F7F9FC;
    color: #1B4F8A;
    border-radius: 20px;
    font-size: 13px;
    transition: all 0.3s;
    text-decoration: none;
}
.cenc-single-tags a:hover {
    background: #1B4F8A;
    color: #fff;
}
.cenc-single-share {
    display: flex;
    align-items: center;
    gap: 10px;
}
.cenc-single-share span {
    font-weight: 600;
    color: #1A2D5A;
    font-size: 14px;
}
.cenc-single-share a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F7F9FC;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1B4F8A;
    font-size: 15px;
    transition: all 0.3s;
    text-decoration: none;
}
.cenc-single-share a:hover {
    background: #1B4F8A;
    color: #fff;
    transform: translateY(-2px);
}

/* Sidebar */
.cenc-sidebar {
    position: sticky;
    top: 100px;
}

/* ==============================================
   ARCHIVE / BLOG GRID
   ============================================== */
.cenc-archive-area {
    padding: 70px 0 80px;
    background: #F7F9FC;
}
.cenc-archive-row {
    display: flex;
    flex-wrap: wrap;
}
.cenc-archive-row > [class*="col-"] {
    display: flex;
    margin-bottom: 30px;
}
.cenc-archive-row .single-blog-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cenc-archive-row .single-blog-box .blog-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.cenc-archive-row .single-blog-box .blog-title {
    flex: 1;
}
.cenc-archive-row .single-blog-box .cenc-blog-button {
    margin-top: auto;
}
.cenc-archive-row .single-blog-box .blog-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Search header */
.cenc-search-header {
    margin-bottom: 30px;
    padding: 15px 25px;
    background: #fff;
    border-radius: 10px;
    border-left: 4px solid #C5960F;
}
.cenc-search-header p {
    margin: 0;
    font-size: 16px;
    color: #1A2D5A;
}

/* Pagination */
.cenc-pagination {
    margin-top: 20px;
    text-align: center;
}
.cenc-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
}
.cenc-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    background: #fff;
    color: #1A2D5A;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.cenc-pagination .page-numbers:hover,
.cenc-pagination .page-numbers.current {
    background: linear-gradient(135deg, #1B4F8A, #2563A6);
    color: #fff;
    box-shadow: 0 4px 15px rgba(27, 79, 138, 0.3);
}
.cenc-pagination .page-numbers i {
    font-size: 12px;
}

/* No results / empty state */
.cenc-no-results {
    text-align: center;
    padding: 80px 20px;
}
.cenc-no-results > i {
    font-size: 60px;
    color: #C5960F;
    margin-bottom: 20px;
    display: block;
}
.cenc-no-results h3 {
    color: #1A2D5A;
    margin-bottom: 10px;
}
.cenc-no-results p {
    color: #5A6C7D;
    margin-bottom: 25px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* ==============================================
   404 PAGE
   ============================================== */
.cenc-404-content {
    text-align: center;
    padding: 60px 20px;
}
.cenc-404-icon {
    margin-bottom: 15px;
}
.cenc-404-icon i {
    font-size: 50px;
    color: #C5960F;
}
.cenc-404-title {
    font-size: 120px;
    font-weight: 900;
    background: linear-gradient(135deg, #1B4F8A, #C5960F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 15px;
}
.cenc-404-content h3 {
    color: #1A2D5A;
    margin-bottom: 10px;
}
.cenc-404-content p {
    color: #5A6C7D;
    max-width: 450px;
    margin: 0 auto 30px;
}
.cenc-404-search {
    max-width: 400px;
    margin: 0 auto 25px;
}
.cenc-404-search .search-form {
    display: flex;
    gap: 8px;
}
.cenc-404-search .search-field {
    flex: 1;
    padding: 12px 18px;
    border: 2px solid #eee;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s;
}
.cenc-404-search .search-field:focus {
    border-color: #1B4F8A;
    outline: none;
}
.cenc-404-search .search-submit {
    padding: 12px 20px;
    background: #1B4F8A;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s;
}
.cenc-404-search .search-submit:hover {
    background: #C5960F;
}


/* ==============================================
   FOOTER - dégradé bleu-vert avec bulles et cercles
   ============================================== */
.footer-area.style-one {
    background: linear-gradient(135deg, #0D1B3E 0%, #1A2D5A 35%, #1B4F6A 65%, #14553B 100%) !important;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
/* Supprimer l'image de fond du template TopTech */
.style-one.footer-area {
    background-image: linear-gradient(135deg, #0D1B3E 0%, #1A2D5A 35%, #1B4F6A 65%, #14553B 100%) !important;
}

/* Traits circulaires décoratifs */
.footer-area.style-one::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 350px;
    height: 350px;
    border: 3px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    z-index: -1;
    box-shadow:
        0 0 0 30px rgba(255, 255, 255, 0.03),
        0 0 0 60px rgba(255, 255, 255, 0.02);
}

.footer-area.style-one::after {
    content: '';
    position: absolute;
    bottom: -120px;
    left: -60px;
    width: 400px;
    height: 400px;
    border: 2px solid rgba(232, 212, 139, 0.08);
    border-radius: 50%;
    z-index: -1;
    box-shadow:
        0 0 0 40px rgba(232, 212, 139, 0.04),
        0 0 0 80px rgba(232, 212, 139, 0.02);
}

/* Bulles flottantes via le container */
.footer-area.style-one > .container {
    position: relative;
    z-index: 2;
}
.footer-area.style-one > .container::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 10%;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: 50%;
    z-index: -1;
    box-shadow:
        200px 60px 0 12px rgba(255, 255, 255, 0.05),
        500px -20px 0 8px rgba(255, 255, 255, 0.06),
        750px 80px 0 20px rgba(255, 255, 255, 0.04),
        100px 180px 0 6px rgba(232, 212, 139, 0.08),
        400px 200px 0 14px rgba(255, 255, 255, 0.03),
        650px 160px 0 10px rgba(232, 212, 139, 0.06),
        850px 30px 0 16px rgba(255, 255, 255, 0.05),
        300px 120px 0 5px rgba(197, 150, 15, 0.08);
}
.footer-area.style-one > .container::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    width: 250px;
    height: 250px;
    border: 2px dashed rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: -1;
}

/* Petit cercle supplémentaire via footer-bottom */
.footer-area.style-one .footer-bottom-area::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 120px;
    border: 2px solid rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    box-shadow:
        -200px 30px 0 0 rgba(232, 212, 139, 0.05),
        200px -20px 0 0 rgba(255, 255, 255, 0.04);
}
.footer-area.style-one .footer-bottom-area {
    position: relative;
}

.footer-widget-title h4 {
    color: #E8D48B;
}
.footer-widget-menu a {
    color: rgba(255, 255, 255, 0.75);
}
.footer-widget-menu a:hover {
    color: #E8D48B;
}
.footer-widget-menu a i {
    color: #C5960F;
}
.footer-widget-desc p,
.f-desc-2 {
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom-area {
    border-top: 1px solid rgba(232, 212, 139, 0.2);
}
.footer-bottom-content p {
    color: rgba(255, 255, 255, 0.6);
}

.toptech-button.inner-style a {
    background: #C5960F;
    color: #fff;
    border-radius: 5px;
}
.toptech-button.inner-style a:hover {
    background: #E8D48B;
    color: #1A2D5A;
}

.footer-botton-social-icon ul li a {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.footer-botton-social-icon ul li a:hover {
    background: #C5960F;
    border-color: #C5960F;
}

.footer-newslatter-box button {
    background: #C5960F;
}
.footer-newslatter-box button:hover {
    background: #E8D48B;
    color: #1A2D5A;
}


/* ==============================================
   BLOG DETAILS & SIDEBAR
   ============================================== */
.blog-details-submi-button button {
    background: #1B4F8A;
    border-radius: 5px;
}
.blog-details-submi-button button:hover {
    background: #C5960F;
}

.blog-details-category span a {
    background: #1B4F8A;
    color: #fff;
}
.blog-details-category span a.active-class,
.blog-details-category span a:hover {
    background: #C5960F;
}

.blog-details-social-icon ul li a:hover {
    background: #C5960F;
    border-color: #C5960F;
}

/* Sidebar widgets */
.widget-sidber {
    background: #F7F9FC;
    border-radius: 8px;
}
.widget-sidber-content h4 {
    color: #1A2D5A;
}
.widget-category ul li a:hover {
    color: #C5960F;
}
.widget-catefories-tags a:hover {
    background: #C5960F;
    border-color: #C5960F;
    color: #fff;
}
.widget_search button {
    background: #1B4F8A;
}
.widget_search button:hover {
    background: #C5960F;
}


/* ==============================================
   SCROLL UP & SEARCH POPUP & LOADER
   ============================================== */
.prgoress_indicator svg.progress-circle path {
    stroke: #C5960F;
}
.prgoress_indicator {
    background: #1B4F8A;
}

.search-popup {
    background: rgba(26, 45, 90, 0.95);
}
.search-popup .form-group button {
    background: #C5960F;
}
.search-popup .form-group button:hover {
    background: #1B4F8A;
}

.loader {
    border-top-color: #C5960F !important;
}
.loder-section {
    background: #1B4F8A;
}


/* ==============================================
   PAGINATION
   ============================================== */
.pagination .page-numbers.current,
.pagination .page-numbers:hover {
    background: #1B4F8A;
    color: #fff;
    border-color: #1B4F8A;
}


/* ==============================================
   WORDPRESS SPECIFIC
   ============================================== */
.wp-block-button__link {
    background: #1B4F8A;
    border-radius: 5px;
}
.wp-block-button__link:hover {
    background: #C5960F;
}

/* Texte - couleur lisible moderne */
p {
    color: #3D4F5F;
}

h1, h2, h3, h4, h5, h6 {
    color: #1A2D5A;
}


/* ==============================================
   EFFETS MODERNES & GLOBAL
   ============================================== */

/* Arrondir les boutons partout */
.header-button a,
.hero-button a,
.toptech-button a,
.blog-details-submi-button button {
    border-radius: 5px !important;
}

/* Transitions douces partout */
.single-feature-box,
.single-services-box,
.single-blog-box,
.contact-info-box,
.counter-box {
    transition: all 0.35s ease;
}

/* Fond body légèrement bleuté */
body {
    background: #FAFCFE;
}

/* Footer gradient override (empêche l'image TopTech de remplacer notre dégradé) */
.style-one.footer-area {
    background: linear-gradient(135deg, #0D1B3E 0%, #1A2D5A 35%, #1B4F6A 65%, #14553B 100%) !important;
}


/* ==============================================
   PAGES INTERNES ELEMENTOR - Design moderne & pro
   ============================================== */

/* --- Container principal Elementor --- */
.elementor-page .elementor {
    font-family: inherit;
}
.elementor-page .elementor-section {
    padding: 50px 0;
}

/* --- Sections Elementor - alternance de fonds --- */
.elementor-page .elementor-section:nth-child(odd) {
    background: #fff;
}
.elementor-page .elementor-section:nth-child(even) {
    background: #F7F9FC;
}

/* --- Headings Elementor --- */
.elementor-widget-heading .elementor-heading-title {
    color: #1A2D5A !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 32px !important;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 24px !important;
}
.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 18px !important;
    color: #C5960F !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600 !important;
}

/* --- Text Editor Elementor --- */
.elementor-widget-text-editor {
    font-size: 16px;
    line-height: 1.8;
    color: #3D4F5F;
}
.elementor-widget-text-editor p {
    margin-bottom: 16px;
}
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4 {
    color: #1A2D5A;
    margin: 25px 0 12px;
    font-weight: 700;
}
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol {
    padding-left: 25px;
    margin-bottom: 16px;
}
.elementor-widget-text-editor blockquote {
    border-left: 4px solid #C5960F;
    padding: 18px 25px;
    background: #F7F9FC;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #1A2D5A;
    margin: 20px 0;
}
.elementor-widget-text-editor a {
    color: #1B4F8A;
    font-weight: 600;
    transition: color 0.3s;
}
.elementor-widget-text-editor a:hover {
    color: #C5960F;
}

/* --- Images Elementor --- */
.elementor-widget-image img {
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}
.elementor-widget-image:hover img {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

/* --- Icon Boxes (ElementsKit & TuChUp) --- */
.elementor-widget-elementskit-icon-box .elementskit-infobox {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}
.elementor-widget-elementskit-icon-box .elementskit-infobox:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(27, 79, 138, 0.12);
    border-color: transparent;
}
.elementor-widget-elementskit-icon-box .elementskit-info-box-title {
    color: #1A2D5A !important;
    font-weight: 700 !important;
    font-size: 20px !important;
}
.elementor-widget-elementskit-icon-box .elementskit-box-body p {
    color: #5A6C7D;
    line-height: 1.7;
}
.elementor-widget-elementskit-icon-box .elementskit-info-box-icon i {
    color: #C5960F !important;
    font-size: 40px !important;
}

/* --- Image Box --- */
.elementor-widget-image-box .elementor-image-box-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 25px;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.elementor-widget-image-box .elementor-image-box-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(27, 79, 138, 0.1);
}
.elementor-widget-image-box .elementor-image-box-title {
    color: #1A2D5A !important;
    font-weight: 700 !important;
}
.elementor-widget-image-box .elementor-image-box-description {
    color: #5A6C7D;
}

/* --- Accordions --- */
.elementor-widget-accordion .elementor-accordion {
    border: none;
}
.elementor-widget-accordion .elementor-accordion-item {
    background: #fff;
    border-radius: 12px !important;
    margin-bottom: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}
.elementor-widget-accordion .elementor-accordion-item:hover {
    box-shadow: 0 5px 20px rgba(27, 79, 138, 0.1);
}
.elementor-widget-accordion .elementor-tab-title {
    padding: 18px 25px !important;
    font-weight: 700 !important;
    color: #1A2D5A !important;
    font-size: 16px !important;
    border: none !important;
    background: transparent !important;
}
.elementor-widget-accordion .elementor-tab-title.elementor-active {
    background: linear-gradient(135deg, #1B4F8A, #2563A6) !important;
    color: #fff !important;
}
.elementor-widget-accordion .elementor-tab-title .elementor-accordion-icon {
    color: #C5960F;
}
.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
    color: #E8D48B !important;
}
.elementor-widget-accordion .elementor-tab-content {
    padding: 20px 25px !important;
    color: #3D4F5F;
    line-height: 1.8;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

/* --- Boutons Elementor --- */
.elementor-widget-button .elementor-button {
    background: linear-gradient(135deg, #1B4F8A, #2563A6) !important;
    border-radius: 8px !important;
    padding: 14px 30px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    transition: all 0.35s ease !important;
    box-shadow: 0 4px 15px rgba(27, 79, 138, 0.3);
    border: none !important;
}
.elementor-widget-button .elementor-button:hover {
    background: linear-gradient(135deg, #C5960F, #E8D48B) !important;
    color: #1A2D5A !important;
    box-shadow: 0 6px 20px rgba(197, 150, 15, 0.4);
    transform: translateY(-2px);
}

/* --- Pricing Table (TuChUp) --- */
.single-pricing-box,
.elementor-widget-tuchup-pricing-table .single-pricing-box {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
}
.single-pricing-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(27, 79, 138, 0.12);
}
.pricing-head {
    background: linear-gradient(135deg, #1B4F8A, #2563A6) !important;
}
.pricing-button a {
    background: #C5960F !important;
    border-radius: 8px !important;
    color: #fff !important;
    font-weight: 600;
}
.pricing-button a:hover {
    background: #1B4F8A !important;
}

/* --- Blog Posts (ElementsKit) --- */
.elementor-widget-elementskit-blog-posts .elementskit-post-body {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.elementor-widget-elementskit-blog-posts .elementskit-post-body:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.elementor-widget-elementskit-blog-posts .elementskit-entry-header a {
    color: #1A2D5A !important;
    font-weight: 700;
    transition: color 0.3s;
}
.elementor-widget-elementskit-blog-posts .elementskit-entry-header a:hover {
    color: #C5960F !important;
}
.elementor-widget-elementskit-blog-posts .elementskit-post-footer .btn {
    color: #1B4F8A !important;
    font-weight: 600;
}
.elementor-widget-elementskit-blog-posts .elementskit-post-footer .btn:hover {
    color: #C5960F !important;
}

/* --- Search (ElementsKit) --- */
.elementor-widget-elementskit-header-search .elementskit-search-field {
    border: 2px solid #eee !important;
    border-radius: 10px !important;
    padding: 12px 18px !important;
    transition: border-color 0.3s;
}
.elementor-widget-elementskit-header-search .elementskit-search-field:focus {
    border-color: #1B4F8A !important;
}
.elementor-widget-elementskit-header-search button {
    background: #1B4F8A !important;
    border-radius: 0 10px 10px 0 !important;
}

/* --- About Widget (TuChUp) --- */
.about-area .about-thumb img {
    border-radius: 12px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
}
.elementor-widget-tuchup-about .section-title h4 {
    color: #C5960F !important;
    font-size: 15px !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.elementor-widget-tuchup-about .section-title h1 {
    color: #1A2D5A !important;
    font-weight: 800 !important;
}

/* --- Contact Info (TuChUp) --- */
.elementor-widget-tuchup-contact-info .contact-info-box {
    background: #fff;
    border-radius: 12px;
    padding: 25px 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.35s ease;
}
.elementor-widget-tuchup-contact-info .contact-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(27, 79, 138, 0.1);
    border-color: #C5960F;
}
.elementor-widget-tuchup-contact-info .contact-info-icon i {
    color: #C5960F !important;
    font-size: 30px;
}

/* --- Colonnes Elementor - espacement --- */
.elementor-page .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 15px;
}

/* --- Responsive Elementor --- */
@media (max-width: 767px) {
    .elementor-page .elementor-section {
        padding: 35px 0;
    }
    .elementor-widget-heading .elementor-heading-title.elementor-size-large {
        font-size: 24px !important;
    }
    .elementor-widget-image img {
        border-radius: 8px;
    }
}
