/* Start custom CSS for html, class: .elementor-element-4986163 *//* ==========================================================================
   --- CONFIGURATION GLOBALE ---
   ========================================================================== */
.ex-global-page-wrapper {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    color: #1e1b26;
    font-family: 'Poppins', system-ui, sans-serif;
    overflow-x: hidden;
}
.ex-container { max-width: 1140px; margin: 0 auto; padding: 0 25px; width: 100%; box-sizing: border-box; }
.ex-bold { font-weight: 700; }
.ex-purple-text { color: #733192 !important; font-weight: 700; }
.ex-dark-text { color: #1e1b26 !important; font-size: 14.5px; line-height: 1.6; }

/* --------------------------------------------------------------------------
   DÉFINITION ET APPLICATION DES ANIMATIONS ANTI-CLIGNOTEMENT
   -------------------------------------------------------------------------- */
@keyframes animHeroFade { from { opacity: 0; transform: scale(1.02); } to { opacity: 1; transform: scale(1); } }
@keyframes animVersetUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes animMeaningLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes animWhoZoom { from { opacity: 0; transform: scale(0.95); } to { opacity: 1; transform: scale(1); } }
@keyframes animIdentityFlip { from { opacity: 0; transform: perspective(600px) rotateX(10deg); } to { opacity: 1; transform: perspective(600px) rotateX(0deg); } }
@keyframes animJoinRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes animFooterReveal { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }

.ex-hero-viewport { opacity: 0; animation: animHeroFade 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards; }
.ex-verset-section { opacity: 0; animation: animVersetUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards; }
.ex-meaning-section .ex-m-text { opacity: 0; animation: animMeaningLeft 1s cubic-bezier(0.25, 1, 0.5, 1) forwards; }
.ex-who-section .ex-who-item { opacity: 0; animation: animWhoZoom 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
.ex-identity-section .ex-id-card { opacity: 0; animation: animIdentityFlip 0.9s cubic-bezier(0.25, 1, 0.5, 1) forwards; }
.ex-join-activities-section .ex-column-activities { opacity: 0; animation: animJoinRight 1.1s cubic-bezier(0.25, 1, 0.5, 1) forwards; }
.ex-footer-actions-section { opacity: 0; animation: animFooterReveal 0.8s ease-out forwards; }

/* --------------------------------------------------------------------------
   HEADER ET LOGO PARFAITEMENT CENTRÉ (image_899a3e.jpg)
   -------------------------------------------------------------------------- */
.ex-nav-header {
    position: absolute; top: 0; left: 0; width: 100%; height: 90px;
    display: flex; justify-content: space-between; align-items: center;
    padding: 0 45px; background-color: #ffffff; z-index: 100; box-sizing: border-box;
}
.ex-nav-spacer-left { flex: 1; display: block; }
.ex-nav-logo-container { display: flex; justify-content: center; align-items: center; flex: 1; }
.ex-nav-logo-img { height: 48px; width: auto; object-fit: contain; }
.ex-nav-country-box { display: flex; justify-content: flex-end; flex: 1; }

.ex-country-dropdown-btn {
    background: #f4f5f7; color: #1a1a2d; font-size: 13.5px; font-weight: 500;
    padding: 10px 20px; border-radius: 25px; border: 1px solid #e2e8f0;
    cursor: pointer; display: flex; align-items: center; gap: 10px; position: relative; user-select: none;
}
.ex-country-dropdown-btn:hover { background: #eaedf1; }
.ex-country-menu {
    position: absolute; top: 110%; right: 0; background: #ffffff; border-radius: 12px;
    width: 190px; display: none; box-shadow: 0 15px 30px rgba(26, 25, 46, 0.12); border: 1px solid #e2e8f0; overflow: hidden; z-index: 101;
}
.ex-country-dropdown-btn:hover .ex-country-menu { display: block; }
.ex-country-link { display: block; padding: 12px 20px; color: #1a1a2d; text-decoration: none; font-size: 13px; font-weight: 500; transition: background 0.2s; }
.ex-country-link:hover { background-color: #f8fafc; color: #733192; }

/* --------------------------------------------------------------------------
   HERO : DÉGRADÉ AVEC EN FONDU (image_899a3e.jpg)
   -------------------------------------------------------------------------- */
.ex-hero-viewport {
    min-height: 85vh; margin-top: 90px;
    background: linear-gradient(rgba(115, 49, 146, 0.45), rgba(26, 26, 45, 0.96)), 
                url('https://excelencia-org.com/web/wp-content/uploads/2026/06/photo-bible-et-main-croisees-scaled.jpg');
    background-size: cover; background-position: center;
    display: flex; align-items: center; justify-content: center; text-align: center; position: relative;
    padding: 100px 20px 140px 20px; box-sizing: border-box;
}
.ex-hero-inner-content { width: 100%; max-width: 960px; z-index: 2; }
.ex-hero-main-title { font-family: 'Playfair Display', Georgia, serif; color: #ffffff; font-size: 44px; line-height: 1.35; font-weight: 600; }

.ex-gold-line { background-color: #cb9907; border: none; border-radius: 2px; }
.ex-gold-line.center { margin: 25px auto; width: 85px; height: 3px; }
.ex-gold-line.left { margin: 15px 0; }
.ex-gold-line.small { width: 40px; height: 2px; }

.ex-hero-action-row { display: flex; gap: 20px; justify-content: center; margin-top: 45px; flex-wrap: wrap; }
.ex-hero-btn, .ex-btn { padding: 15px 35px; border-radius: 35px; text-decoration: none; font-weight: 600; font-size: 14px; display: inline-block; transition: all 0.25s ease; border: none; text-transform: uppercase; letter-spacing: 0.5px; text-align: center; }

.ex-btn-filled-gold { background-color: #cb9907; color: #1a1a2d; }
.ex-btn-filled-gold:hover { background-color: #ffffff; color: #733192; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(203, 153, 7, 0.35); }
.ex-btn-gold { background: #cb9907; color: #1a1a2d; }
.ex-btn-gold:hover { background-color: #b28606; transform: translateY(-1px); }
.ex-btn-gold-dark { background: #733192; color: #cb9907; border: 1px solid #cb9907; }
.ex-btn-gold-dark:hover { background: #cb9907; color: #1a1a2d; }
.ex-btn-bordered-white { border: 2px solid #ffffff; color: #ffffff; background-color: transparent; }
.ex-btn-bordered-white:hover { background-color: #ffffff; color: #733192; transform: translateY(-2px); }
.ex-hero-bottom-smooth-fade { position: absolute; bottom: 0; left: 0; width: 100%; height: 150px; background: linear-gradient(transparent, #ffffff); z-index: 1; pointer-events: none; }

/* --------------------------------------------------------------------------
   STYLE DES SECTIONS INTERMÉDIAIRES (image_89879d.jpg & image_898720.png)
   -------------------------------------------------------------------------- */
.ex-verset-section { text-align: center; padding: 75px 20px; background: #ffffff; }
.ex-verset-subtitle { color: #733192; font-size: 15px; font-weight: 500; margin-bottom: 25px; }
.ex-verset-text { font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 23px; max-width: 840px; margin: 0 auto 18px auto; color: #1e1b26; line-height: 1.6; }
.ex-verset-ref { font-size: 12px; letter-spacing: 3px; font-weight: 700; color: #cb9907; display: block; margin-bottom: 10px; }

.ex-title-serif { font-family: 'Playfair Display', Georgia, serif; font-size: 38px; color: #1a1a2d; margin-bottom: 20px; font-weight: 700; }
.ex-title-serif.centered { text-align: center; }
.ex-title-serif.white { color: #ffffff; }
.ex-tag { font-size: 11px; letter-spacing: 4px; font-weight: 700; color: #cb9907; text-align: center; margin-bottom: 45px; text-transform: uppercase; }
.ex-tag.left { text-align: left; margin-bottom: 10px; }

.ex-meaning-section { padding: 90px 0; background: #ffffff; }
.ex-meaning-content { display: flex; gap: 60px; align-items: center; }
.ex-m-text { flex: 1; }
.ex-m-image { flex: 1; }
.ex-m-image img { width: 100%; height: auto; border-radius: 12px; box-shadow: 0 25px 50px rgba(0,0,0,0.06); object-fit: cover; border: 1px solid #e2e8f0; }
.ex-quote { border-left: 4px solid #cb9907; padding-left: 22px; font-style: italic; color: #733192; margin: 25px 0; font-size: 15.5px; line-height: 1.65; }

.ex-who-section { padding: 90px 0; background: #fdfcf7; }
.ex-who-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.ex-who-item { text-align: center; background: #ffffff; padding: 35px 22px; border-radius: 12px; box-shadow: 0 4px 20px rgba(26, 25, 46, 0.03); }
.ex-who-icon { width: 65px; height: 65px; background: #faf6eb; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 22px auto; border: 1px solid rgba(203, 153, 7, 0.15); }
.ex-who-icon i { color: #cb9907; font-size: 24px; }
.ex-who-item h3 { font-size: 17px; color: #1a1a2d; margin-bottom: 12px; font-weight: 600; }
.ex-who-item p { font-size: 13.5px; color: #555555; margin: 0; line-height: 1.55; }

/* --------------------------------------------------------------------------
   BLOC GRILLE IDENTITÉ ET OBJECTIFS (image_8986c3.jpg)
   -------------------------------------------------------------------------- */
.ex-identity-section { background: radial-gradient(circle at center, #262642 0%, #1a1a2d 100%); padding: 100px 0; }
.ex-id-desc { color: rgba(255,255,255,0.8); text-align: center; max-width: 650px; margin: -10px auto 45px auto; font-size: 15px; line-height: 1.6; }
.ex-id-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.ex-id-card { background: rgba(255, 255, 255, 0.03); padding: 35px; border-radius: 14px; border: 1px solid rgba(255, 255, 255, 0.06); color: #ffffff; transition: background 0.3s; }
.ex-id-card:hover { background: rgba(255, 255, 255, 0.06); }
.ex-id-icon-box { margin-bottom: 20px; }
.ex-id-card i { color: #cb9907; font-size: 20px; background: rgba(203, 153, 7, 0.08); padding: 12px; width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid rgba(203, 153, 7, 0.18); box-sizing: border-box; }
.ex-id-card h3 { font-size: 17px; margin-bottom: 12px; font-weight: 600; color: #ffffff; }
.ex-id-card p { font-size: 13.5px; color: rgba(255, 255, 255, 0.7); margin: 0; line-height: 1.6; }

/* --------------------------------------------------------------------------
   ACTIVITÉS ET BLOCS COMMERCE / LOUANGE (image_8983c1.jpg)
   -------------------------------------------------------------------------- */
.ex-join-activities-section { padding: 95px 0; background: #ffffff; }
.ex-two-columns-split { display: flex; gap: 70px; }
.ex-column-join { flex: 5; display: flex; flex-direction: column; }
.ex-join-img-wrapper { border-radius: 14px; overflow: hidden; box-shadow: 0 15px 35px rgba(0,0,0,0.06); width: 100%; height: 260px; }
.ex-join-img-wrapper img { width: 100%; height: 100%; object-fit: cover; }

.ex-column-activities { flex: 7; }
.ex-activities-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ex-activity-item { position: relative; height: 160px; border-radius: 10px; overflow: hidden; box-shadow: 0 8px 20px rgba(0,0,0,0.05); }
.ex-activity-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.ex-activity-item:hover img { transform: scale(1.05); }
.ex-activity-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(transparent 30%, rgba(26, 26, 45, 0.95) 90%); display: flex; flex-direction: column; justify-content: flex-end; padding: 18px; color: #ffffff; box-sizing: border-box; }
.ex-activity-overlay h4 { font-size: 14px; margin: 0 0 5px 0; font-weight: 600; color: #ffffff; }
.ex-activity-overlay p { font-size: 11px; margin: 0; color: #cb9907; }

/* SECTION CARTES DE CONTACT ET PRIÈRE (image_8983c1.jpg) */
.ex-footer-actions-section { padding: 90px 0; background: #733192; }
.ex-flex-actions { display: flex; gap: 30px; }
.ex-action-card { flex: 1; padding: 50px; border-radius: 16px; display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; box-sizing: border-box; }
.ex-action-card.purple { background: rgba(26, 26, 45, 0.35); color: #ffffff; border: 1px solid rgba(255, 255, 255, 0.15); }
.ex-action-card h3 { font-family: 'Playfair Display', Georgia, serif; font-size: 26px; margin-top: 0; margin-bottom: 18px; color: inherit; font-weight: 600; }
.ex-action-card p { font-size: 14px; line-height: 1.65; margin-bottom: 35px; color: rgba(255, 255, 255, 0.85); }
.ex-action-card.white { background: #ffffff; color: #1a1a2d; box-shadow: 0 10px 30px rgba(0,0,0,0.15); position: relative; }
.ex-card-top-icon { position: absolute; top: 35px; right: 35px; font-size: 28px; color: #cb9907; opacity: 0.15; }
.ex-action-card.white p { color: #4a4a4a; }
.ex-contact-mini { margin-bottom: 30px; display: flex; flex-direction: column; gap: 12px; }
.ex-contact-mini span { display: flex; align-items: center; font-size: 14px; font-weight: 500; color: #1a1a2d; }
.ex-contact-mini i { color: #cb9907; margin-right: 12px; font-size: 16px; width: 20px; text-align: center; }

/* --------------------------------------------------------------------------
   PIED DE PAGE OFFICIEL AVEC COURRIEL CORRIGÉ (image_898364.png)
   -------------------------------------------------------------------------- */
.ex-main-footer { background-color: #1a1a2d; color: #ffffff; padding: 60px 0 30px 0; font-size: 14px; line-height: 1.6; }
.ex-footer-row-info { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px; margin-bottom: 40px; }
.ex-footer-col { flex: 1; min-width: 260px; }
.ex-footer-col h3 { color: #cb9907; font-size: 15px; font-weight: 600; letter-spacing: 2px; margin-bottom: 25px; text-transform: uppercase; }
.ex-footer-col p { color: #ccd1d9; margin: 14px 0; display: flex; align-items: flex-start; }
.ex-footer-col p i { color: #cb9907; margin-right: 12px; margin-top: 4px; font-size: 16px; width: 20px; text-align: center; flex-shrink: 0; }
.ex-footer-col a { color: #ccd1d9; text-decoration: none; transition: color 0.2s ease, border-bottom 0.2s ease; border-bottom: 1px solid transparent; }
.ex-footer-col a:hover { color: #ffffff; border-bottom: 1px solid #cb9907; }
.ex-footer-separator { border: 0; border-top: 1px solid rgba(255, 255, 255, 0.08); margin-bottom: 30px; }

.ex-footer-row-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.ex-footer-logo-area { display: flex; align-items: center; gap: 12px; }
.ex-footer-logo { max-height: 42px; width: auto; object-fit: contain; }
.ex-footer-brand-name { font-size: 17px; font-weight: 700; letter-spacing: 1.5px; color: #ffffff; }
.ex-footer-copyright { color: #7b7e8a; font-size: 13px; letter-spacing: 0.5px; }

/* --------------------------------------------------------------------------
   ESTHÉTIQUE DESIGN DES FENÊTRES MODALES (POP-UPS)
   -------------------------------------------------------------------------- */
.ex-modal-overlay {
    position: fixed; inset: 0; background: rgba(26, 26, 45, 0.85);
    z-index: 99999; display: none; align-items: center; justify-content: center;
    padding: 20px; box-sizing: border-box; backdrop-filter: blur(4px);
}
.ex-modal-box {
    background: #ffffff; width: 100%; max-width: 550px;
    border-radius: 16px; padding: 40px; box-sizing: border-box;
    position: relative; max-height: 90vh; overflow-y: auto;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    animation: animVersetUp 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.ex-modal-close {
    position: absolute; top: 20px; right: 25px; font-size: 32px;
    color: #aab2bd; cursor: pointer; transition: color 0.2s;
}
.ex-modal-close:hover { color: #733192; }
.ex-modal-title { font-family: 'Playfair Display', Georgia, serif; font-size: 26px; color: #1a1a2d; margin: 0 0 8px 0; display: flex; align-items: center; gap: 12px; }
.ex-modal-title i { color: #cb9907; }
.ex-modal-desc { font-size: 14px; color: #656d78; margin: 0 0 30px 0; }

/* Éléments internes des formulaires */
.ex-form-group { margin-bottom: 20px; text-align: left; }
.ex-form-group label { display: block; font-size: 13px; font-weight: 600; color: #1a1a2d; margin-bottom: 8px; }
.ex-form-group input[type="text"],
.ex-form-group input[type="email"],
.ex-form-group input[type="tel"],
.ex-form-group textarea,
.ex-form-group select {
    width: 100%; padding: 12px 16px; border: 1px solid #ccd1d9; border-radius: 8px;
    font-size: 14px; font-family: inherit; color: #1a1a2d; background: #f8fafc;
    box-sizing: border-box; transition: all 0.2s;
}
.ex-form-group input:focus, .ex-form-group textarea:focus, .ex-form-group select:focus {
    border-color: #733192; background: #ffffff; outline: none; box-shadow: 0 0 0 3px rgba(115, 49, 146, 0.1);
}
.ex-radio-row { display: flex; gap: 25px; margin-top: 5px; }
.ex-radio-label { display: flex; align-items: center; gap: 8px; font-weight: 500 !important; cursor: pointer; font-size: 14px !important; color: #434a54 !important; }
.ex-radio-label input { width: 18px; height: 18px; accent-color: #733192; cursor: pointer; }

/* Custom Select CSS */
.ex-form-group select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23434a54' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>"); background-repeat: no-repeat; background-position: right 15px center; background-size: 16px; padding-right: 40px; }

.ex-modal-submit-btn {
    width: 100%; background: #733192; color: #ffffff; border: none; padding: 15px;
    border-radius: 8px; font-size: 15px; font-weight: 600; cursor: pointer;
    transition: background 0.2s; margin-top: 10px; text-transform: uppercase; letter-spacing: 0.5px;
}
.ex-modal-submit-btn:hover { background: #56236e; }

/* ==========================================================================
   --- RESPONSIVE STRICT ET OPTIMISÉ POUR TABLETTE ET MOBILES ---
   ========================================================================== */
@media (max-width: 992px) {
    .ex-meaning-content, .ex-two-columns-split, .ex-flex-actions { flex-direction: column; gap: 45px; }
    .ex-who-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 20px; }
    .ex-id-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 20px; }
    .ex-activities-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 15px; }
    .ex-column-join, .ex-column-activities { width: 100%; }
    .ex-footer-row-info { gap: 30px; }
    .ex-footer-col { min-width: 40%; }
}
@media (max-width: 768px) {
    .ex-hero-viewport { min-height: 650px; padding: 60px 30px; }
    .ex-hero-main-title { font-size: 36px; }
    .ex-nav-header { padding: 15px 30px; height: auto; }
    .ex-nav-spacer-left { display: none; }
    .ex-modal-box { padding: 30px 20px; }
}
@media (max-width: 500px) {
    .ex-nav-header { height: auto; flex-direction: column; justify-content: center; gap: 15px; padding: 15px; position: static; }
    .ex-nav-logo-img { height: 35px; }
    .ex-nav-country-box { position: static; width: 100%; display: flex; justify-content: center; }
    .ex-hero-viewport { min-height: 580px; margin-top: 0; padding: 40px 15px; }
    .ex-hero-main-title { font-size: 24px; line-height: 1.45; }
    .ex-hero-action-row { flex-direction: column; gap: 12px; width: 100%; margin-top: 30px; }
    .ex-hero-btn, .ex-btn { width: 100%; text-align: center; padding: 14px 20px; font-size: 13px; box-sizing: border-box; }
    .ex-country-menu { right: auto; left: 50%; transform: translateX(-50%); }
    .ex-verset-text { font-size: 18px; }
    .ex-title-serif { font-size: 28px; text-align: center; }
    .ex-who-grid, .ex-id-grid, .ex-activities-grid { grid-template-columns: 1fr !important; gap: 15px; }
    .ex-activity-item { height: 180px; }
    .ex-join-img-wrapper { height: 200px; }
    .ex-who-item, .ex-id-card, .ex-action-card { padding: 30px 20px; }
    .ex-action-card h3 { font-size: 22px; }
    .ex-main-footer { padding: 45px 20px 25px 20px; }
    .ex-footer-row-info { flex-direction: column; gap: 25px; }
    .ex-footer-col { min-width: 100%; }
    .ex-footer-row-bottom { flex-direction: column; text-align: center; gap: 15px; }
}/* End custom CSS */