.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#1A3A34;--e-global-color-text:#F5F5F7;--e-global-color-accent:#C5A47E;--e-global-color-369df9a:#4A2E1C;--e-global-color-f88917e:#FAF6EF;--e-global-color-ce8c920:#E0C89A;--e-global-color-5dd8e91:#86868B;--e-global-color-39efe7d:#28CD41;--e-global-color-3eb4610:#FF3B30;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Amiri";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Cormorant Garamond";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-5dd8e91 );font-family:"Inter", Sans-serif;font-size:1rem;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:5.5rem;font-weight:700;letter-spacing:-3px;}.elementor-kit-6 h2{color:var( --e-global-color-accent );font-family:"Inter", Sans-serif;font-size:2.5rem;font-weight:500;}.elementor-kit-6 h3{color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:1.5rem;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================== TIBNATURE ACADEMY — CSS GLOBAL À coller dans Elementor Site Settings → Custom CSS =========================================== */ :root { /* Couleurs (utilisables avec var()) */ --tn-black: #000000; --tn-green: #1a3a34; --tn-gold: #c5a47e; --tn-gold-light: #e0c89a; --tn-white: #f5f5f7; --tn-dim: #86868b; --tn-sahih: #28cd41; --tn-daif: #ff3b30; --tn-glass: rgba(255, 255, 255, 0.05); --tn-glass-border: rgba(255, 255, 255, 0.08); } /* ===== Animation principale ===== */ @keyframes tnAppleReveal { from { opacity: 0; transform: scale(1.03); filter: blur(10px); } to { opacity: 1; transform: scale(1); filter: blur(0); } } /* ===== Slide container (à appliquer sur chaque page slide) ===== */ .tn-slide { min-height: 100vh; background: radial-gradient(circle at top, var(--tn-green) -140%, var(--tn-black) 100%); color: var(--tn-white); font-family: 'Inter', -apple-system, sans-serif; animation: tnAppleReveal 0.8s cubic-bezier(0.4, 0, 0.2, 1); } /* ===== Eyebrow (label en haut du slide) ===== */ .tn-eyebrow { color: var(--tn-gold); text-transform: uppercase; letter-spacing: 5px; font-size: 0.8rem; font-weight: 600; margin-bottom: 30px; } /* ===== H1 monumental ===== */ .tn-h1 { font-size: 5.5rem; font-weight: 700; letter-spacing: -3px; line-height: 0.95; margin: 0; } .tn-h1 .tn-gold-text { color: var(--tn-gold); } /* ===== Bento card (glass) ===== */ .tn-bento-card { background: var(--tn-glass); border-radius: 35px; padding: 35px; border: 1px solid var(--tn-glass-border); } .tn-bento-card.featured { background: linear-gradient(135deg, var(--tn-green), #000); border-color: var(--tn-gold); } /* ===== Pastilles SAHIH / DA'IF ===== */ .tn-badge { display: inline-block; padding: 5px 14px; border-radius: 12px; font-size: 0.7rem; font-weight: 700; letter-spacing: 2px; } .tn-badge.sahih { background: var(--tn-sahih); color: #000; } .tn-badge.daif { background: var(--tn-daif); color: #fff; } /* ===== Source tag (Hadith / Coran / Du'ā) ===== */ .tn-source-tag { display: inline-block; padding: 8px 24px; background: rgba(31, 122, 92, 0.18); border: 1px solid rgba(31, 122, 92, 0.4); border-radius: 100px; color: #5fc9a3; font-size: 0.75rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; } /* ===== Calligraphie arabe ===== */ .tn-arabic { font-family: 'Amiri', serif; font-weight: 700; direction: rtl; color: var(--tn-gold-light); } .tn-arabic.large { font-size: 5rem; line-height: 1.7; } .tn-arabic.xl { font-size: 11rem; line-height: 1; } /* ===== Divider doré ===== */ .tn-divider { width: 80px; height: 1px; background: var(--tn-gold); margin: 35px auto; opacity: 0.5; } /* ===== Quiz interactif ===== */ .tn-quiz-box { background: #0a0a0a; padding: 45px; border-radius: 40px; border: 1px solid var(--tn-gold); max-width: 800px; } .tn-quiz-option { background: var(--tn-glass); padding: 20px 25px; border-radius: 20px; margin: 12px 0; cursor: pointer; border: 1px solid transparent; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); } .tn-quiz-option:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(197, 164, 126, 0.3); transform: translateY(-2px); } /* ===== Day card (calendrier) ===== */ .tn-day-card { background: var(--tn-glass); border: 1px solid var(--tn-gold); width: 160px; border-radius: 25px; padding: 25px 20px; text-align: center; } .tn-day-card.featured { background: var(--tn-green); box-shadow: 0 0 40px rgba(197, 164, 126, 0.3); } /* ===== Timeline horizontale ===== */ .tn-timeline { display: flex; justify-content: space-between; position: relative; } .tn-timeline::after { content: ''; position: absolute; top: 15px; left: 0; width: 100%; height: 1px; background: var(--tn-gold); opacity: 0.3; } .tn-timeline-dot { width: 14px; height: 14px; background: var(--tn-gold); border-radius: 50%; box-shadow: 0 0 18px var(--tn-gold); } .tn-timeline-dot.highlight { background: #fff; width: 18px; height: 18px; box-shadow: 0 0 25px #fff, 0 0 50px var(--tn-gold); } /* Fin du CSS global TibNature *//* End custom CSS */