/* ══ HERO ══ */
.hero{height:100vh;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;position:relative;overflow:hidden}
.hero-overlay{position:absolute;inset:0;background:var(--hero-overlay);z-index:0;backdrop-filter:blur(4px)}
.hero-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 2rem;z-index:2;position:relative}
.hero h1{font-size:clamp(1.75rem,4.5vw,3.2rem);font-weight:700;margin-bottom:.75rem;opacity:0;animation:fadeInUp 1s ease-out .5s forwards}
.hero-verse{font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.48);opacity:0;animation:fadeInUp 1s ease-out .75s forwards;margin-bottom:1rem}
.hero-divider{width:36px;height:1px;background:rgba(255,255,255,.3);margin:0 auto 1.1rem;opacity:0;animation:fadeInUp 1s ease-out .85s forwards}
.hero p{font-size:1.02rem;line-height:1.78;margin-bottom:1.8rem;opacity:0;max-width:600px;margin-left:auto;margin-right:auto;color:rgba(255,255,255,.78);animation:fadeInUp 1s ease-out 1.05s forwards;font-weight:300}
.hero-buttons{display:flex;justify-content:center;gap:.9rem;flex-wrap:wrap;opacity:0;animation:fadeInUp 1s ease-out 1.3s forwards}
.cta-button{display:inline-flex;align-items:center;gap:.45rem;background:var(--cta-bg);backdrop-filter:blur(10px);color:#fff;text-decoration:none;padding:.82rem 1.7rem;border-radius:7px;font-weight:500;font-size:.85rem;border:1px solid var(--cta-border);transition:.25s}
.cta-button:hover{background:var(--cta-bg-hover);transform:translateY(-2px)}
.cta-button.solid{background:#fff;color:#111;border-color:#fff}
.cta-button.solid:hover{background:rgba(255,255,255,.9);transform:translateY(-2px)}
.hero-meta{position:absolute;bottom:28px;left:50%;transform:translateX(-50%);display:flex;gap:1.8rem;opacity:0;animation:fadeInUp 1s ease-out 1.6s forwards;white-space:nowrap}
.hero-meta-item{display:flex;flex-direction:column;align-items:center;gap:2px}
.hero-meta-item strong{font-size:.76rem;font-weight:600;color:rgba(255,255,255,.86);letter-spacing:.04em}
.hero-meta-item span{font-size:.65rem;color:rgba(255,255,255,.4);letter-spacing:.1em;text-transform:uppercase}
.hero-meta-sep{width:1px;height:28px;background:rgba(255,255,255,.13);align-self:center}
.scroll-indicator{position:absolute;bottom:26px;right:5%;display:flex;flex-direction:column;align-items:center;gap:5px;opacity:0;animation:fadeInUp 1s ease-out 1.8s forwards;color:rgba(255,255,255,.32);font-size:.62rem;letter-spacing:.12em;text-transform:uppercase}
.scroll-line{width:1px;height:34px;background:rgba(255,255,255,.16);position:relative;overflow:hidden}
.scroll-line::after{content:'';position:absolute;top:-100%;left:0;width:100%;height:100%;background:rgba(255,255,255,.55);animation:scrollDown 1.6s ease-in-out infinite}
@keyframes scrollDown{0%{top:-100%}100%{top:100%}}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
@keyframes glow{0%,100%{filter:drop-shadow(0 0 26px rgba(255,255,255,.33)) drop-shadow(0 8px 22px rgba(0,0,0,.48))}50%{filter:drop-shadow(0 0 46px rgba(255,255,255,.52)) drop-shadow(0 8px 22px rgba(0,0,0,.48))}}
@keyframes fadeInUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}

/* ══ SECTIONS ══ */
section{padding:5rem 0}
.container{max-width:92%;margin:0 auto;padding:0 1.5rem}
.section-header{text-align:center;margin-bottom:3rem}
.section-eyebrow{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:.7rem}
.section-eyebrow::before,.section-eyebrow::after{content:'';display:block;width:18px;height:1px;background:currentColor;opacity:.35}
.section-title{font-size:2rem;font-weight:800;color:var(--sectiontitlecolor);margin:0}

/* ══ RENDEZ-VOUS — liste horizontale ══ */
.events{background:var(--section1)}
.events-list{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}
.event-row{display:grid;grid-template-columns:320px 1fr 130px;align-items:stretch;border-bottom:1px solid var(--border);background:var(--section2);transition:background .2s}
.event-row:last-child{border-bottom:none}
.event-row:hover{background:var(--section1)}
.event-row-img{height:220px;overflow:hidden}
.event-row-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.event-row:hover .event-row-img img{transform:scale(1.05)}
.event-row-body{padding:1.6rem 2rem;display:flex;flex-direction:column;justify-content:center;gap:.4rem}
.event-row-title{font-size:1.1rem;font-weight:700;color:var(--griditemcolorh2)}
.event-row-desc{font-size:.88rem;color:var(--text-secondary);line-height:1.55}
.event-row-sub{font-size:.8rem;color:var(--text-secondary);opacity:.65;line-height:1.45}
.event-row-phone{font-size:.82rem;color:var(--Phonenumber);font-weight:500;margin-top:.2rem}
.event-row-time{display:flex;flex-direction:column;align-items:center;justify-content:center;border-left:1px solid var(--border);gap:4px;padding:0 1.2rem}
.event-day{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}
.event-hour{font-size:1.7rem;font-weight:700;color:var(--sectiontitlecolor);line-height:1}
.fade-in{opacity:0;animation:fadeIn .55s ease-out forwards}
.fade-in:nth-child(1){animation-delay:.05s}.fade-in:nth-child(2){animation-delay:.12s}.fade-in:nth-child(3){animation-delay:.2s}

/* ══ PASTEUR ══ */
.pastor{background:var(--section2)}
.pastor-content{display:grid;grid-template-columns:280px 1fr;gap:4rem;align-items:center}
.pastor-image{width:280px;height:340px;border-radius:12px;overflow:hidden;border:1px solid var(--border);box-shadow:var(--shadow-md)}
.pastor-image img{width:100%;height:100%;object-fit:cover}
.pastor-info h3{font-size:1.45rem;font-weight:700;color:var(--th2color);margin-bottom:1.1rem}
.pastor-info p{color:var(--TP2color);line-height:1.75;font-size:.92rem;margin-bottom:.8rem}

/* ══ CONTACT ══ */
.contact{background:var(--section1)}

/* Bande horizontale unique — 4 blocs côte à côte */
.contact-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:var(--section2);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  overflow:hidden;
  margin-bottom:1.2rem;
}
.contact-cell{
  padding:1.8rem 1.6rem;
  display:flex;
  flex-direction:column;
  gap:.9rem;
  border-right:1px solid var(--border);
}
.contact-cell:last-child{border-right:none}
.contact-cell-label{
  font-size:.6rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--text-secondary);
}
.contact-cell-main{
  display:flex;flex-direction:column;gap:.7rem;
}
.contact-line{display:flex;align-items:center;gap:.75rem}
.contact-line-icon{
  width:30px;height:30px;
  background:var(--primary);color:#fff;
  border-radius:6px;
  display:flex;align-items:center;justify-content:center;
  font-size:.75rem;flex-shrink:0;
}
.contact-line-body{display:flex;flex-direction:column;gap:1px}
.contact-line-label{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary)}
.contact-line-value{font-size:.88rem;color:var(--text-primary);line-height:1.5}
.contact-line-value a{color:var(--conctactinfoA);text-decoration:none;transition:.15s}
.contact-line-value a:hover{color:var(--conctactinfoAHOVER)}

/* Horaires dans la bande */
.schedule-inline{display:flex;flex-direction:column;gap:0}
.schedule-row{
  display:flex;align-items:center;justify-content:space-between;
  padding:.45rem 0;
  border-bottom:1px solid var(--border);
}
.schedule-row:last-child{border-bottom:none}
.schedule-row-name{font-size:.84rem;font-weight:500;color:var(--text-primary)}
.schedule-row-time{display:flex;align-items:baseline;gap:.3rem}
.schedule-row-day{font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary)}
.schedule-row-hour{font-size:.84rem;font-weight:600;color:var(--text-primary)}

/* Socials */
.social-row{display:flex;flex-direction:column;gap:.5rem}
.social-pill{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:8px 14px;border-radius:6px;
  font-size:.8rem;font-weight:500;text-decoration:none;
  border:1px solid var(--border);color:var(--text-primary);
  background:transparent;transition:.2s;
}
.social-pill:hover{background:var(--primary);color:#fff;border-color:var(--primary)}

/* Carte pleine largeur */
.map-row{border-radius:var(--radius-lg);overflow:hidden;border:1px solid var(--border)}
.map-row iframe{width:100%;height:700px;border:none;display:block}

/* ══ FOOTER — 100% variables CSS ══ */
footer{
  background:var(--footer-bg);
  border-top:1px solid var(--footer-border);
  transition:background .3s,border-color .3s;
}
.footer-inner{max-width:90%;margin:0 auto;padding:3.5rem 0 0}
.footer-top{
  display:grid;
  grid-template-columns:1.4fr 1fr 0.9fr;
  gap:3.5rem;
  padding-bottom:2.8rem;
  border-bottom:1px solid var(--footer-border);
  transition:border-color .3s;
}
.footer-logo-wrap{display:flex;align-items:center;gap:.7rem;margin-bottom:1.2rem;text-decoration:none}
.footer-logo-wrap img{width:30px;height:30px;object-fit:contain;opacity:.75;transition:filter .3s,opacity .3s}
body.dark-mode .footer-logo-wrap img{filter:invert(1);opacity:.55}
.footer-logo-wrap span{font-size:1rem;font-weight:700;color:var(--footer-logo-color);letter-spacing:.01em;transition:color .3s}
.footer-desc{font-size:.9rem;color:var(--footer-desc-color);line-height:1.78;max-width:250px;transition:color .3s}
.footer-col-label{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--footer-label-color);margin-bottom:1.3rem;display:block;transition:color .3s}
.footer-verse-item{margin-bottom:1.2rem;padding-bottom:1.2rem;border-bottom:1px solid var(--footer-verse-border);transition:border-color .3s}
.footer-verse-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}
.footer-verse-item blockquote{font-size:.88rem;color:var(--footer-verse-color);font-style:italic;line-height:1.72;margin-bottom:.3rem;transition:color .3s}
.footer-verse-item cite{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--footer-cite-color);font-style:normal;transition:color .3s}
.footer-nav{display:flex;flex-direction:column;gap:.6rem}
.footer-nav a{font-size:.92rem;color:var(--footer-nav-color);text-decoration:none;transition:.15s;display:flex;align-items:center;gap:7px}
.footer-nav a:hover{color:var(--footer-nav-hover)}
.footer-nav a::before{content:'';width:3px;height:3px;border-radius:50%;background:currentColor;opacity:.4;flex-shrink:0}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 0 1.5rem;flex-wrap:wrap;gap:.6rem}
.footer-copy{font-size:.8rem;color:var(--footer-copy-color);transition:color .3s}
.theme-toggle-btn{
  background:none;
  border:1px solid var(--footer-toggle-border);
  cursor:pointer;
  color:var(--footer-toggle-color);
  font-size:1.05rem;
  width:36px;height:36px;
  border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  transition:.22s;
}
.theme-toggle-btn:hover{
  background:var(--footer-toggle-hover-bg);
  color:var(--footer-toggle-hover-color);
}

/* ══ NOTIFICATION — barre bas max-width 90% ══ */
.notif-bar-wrap{
  position:fixed;bottom:0;left:0;right:0;
  z-index:500;
  display:flex;justify-content:center;
  padding:0 0 18px;
  pointer-events:none;
}
.notif-bar{
  max-width:90%;width:100%;
  pointer-events:all;
  background:var(--primary);
  border-radius:12px;
  display:flex;align-items:center;justify-content:space-between;
  padding:1.1rem 1.6rem;
  box-shadow:0 8px 36px rgba(0,0,0,0.28);
  gap:1.5rem;
  animation:slideUpBar .45s cubic-bezier(.34,1.2,.64,1);
}
.notif-bar.hidden{animation:slideDownBar .3s ease forwards;pointer-events:none}
@keyframes slideUpBar{from{transform:translateY(90px);opacity:0}to{transform:none;opacity:1}}
@keyframes slideDownBar{from{transform:none;opacity:1}to{transform:translateY(90px);opacity:0}}

.notif-bar-left{display:flex;align-items:center;gap:1rem;min-width:0}
.notif-bar-icon{
  width:40px;height:40px;
  background:rgba(255,255,255,0.1);border-radius:9px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.05rem;color:#fff;flex-shrink:0;position:relative;
}
.notif-bar-dot{
  position:absolute;top:-4px;right:-4px;
  width:10px;height:10px;background:#ef4444;
  border-radius:50%;border:2px solid var(--primary);
  animation:notifPulse 2s ease-in-out infinite;
}
@keyframes notifPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.4);opacity:.7}}
.notif-bar-text{display:flex;flex-direction:column;gap:2px;min-width:0}
.notif-bar-title{font-size:1rem;font-weight:700;color:#fff;white-space:nowrap}
.notif-bar-sub{font-size:.8rem;color:rgba(255,255,255,.48);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

.notif-bar-actions{display:flex;align-items:center;gap:.6rem;flex-shrink:0}
.notif-bar-btn{
  padding:9px 20px;background:#fff;color:var(--primary);
  border:none;border-radius:7px;
  font-size:.85rem;font-weight:700;
  cursor:pointer;transition:.18s;white-space:nowrap;
}
.notif-bar-btn:hover{background:#e8e8e8;transform:translateY(-1px)}
.notif-bar-close{
  background:rgba(255,255,255,.1);border:none;
  color:rgba(255,255,255,.55);
  width:34px;height:34px;border-radius:7px;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;font-size:.9rem;transition:.18s;flex-shrink:0;
}
.notif-bar-close:hover{background:rgba(255,255,255,.2);color:#fff}

/* Polices globales renforcées */
.section-eyebrow{font-size:.75rem;letter-spacing:.18em}
.section-title{font-size:2.3rem;font-weight:900}
.event-row-title{font-size:1.2rem;font-weight:800}
.event-row-desc{font-size:.95rem}
.event-row-sub{font-size:.85rem}
.event-hour{font-size:2rem;font-weight:800}
.event-day{font-size:.72rem;letter-spacing:.08em}
.pastor-info h3{font-size:1.65rem;font-weight:800}
.pastor-info p{font-size:1rem;line-height:1.8}
.contact-cell-label{font-size:.68rem;letter-spacing:.16em}
.contact-line-value{font-size:.95rem}
.schedule-row-name{font-size:.92rem;font-weight:600}
.schedule-row-hour{font-size:.92rem;font-weight:700}
.social-pill{font-size:.86rem;font-weight:600}

/* popup styles → gérés dans annoncessemaine.css */

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */

@media(max-width:1024px){
  .nav-links{gap:1.2rem}
  .nav-links>li>a{font-size:.8rem}
}

@media(max-width:900px){
  /* ── Nav ── */
  .nav-links{display:none!important}
  .hamburger{display:flex}
  .mobile-overlay{display:flex}

  /* ── Hero : logo et meta-horaires cachés, contenu centré ── */
  .hero{height:100svh;min-height:500px}
  .hero-meta{display:none}
  .scroll-indicator{display:none}
  .hero-content{
    justify-content:center;
    padding:0 1.8rem;
    gap:0;
  }
  .hero h1{
    font-size:clamp(1.6rem,6vw,2.3rem);
    margin-bottom:.6rem;
  }
  .hero-verse{font-size:.68rem;margin-bottom:.8rem}
  .hero-divider{margin-bottom:.9rem}
  .hero p{
    font-size:.92rem;
    margin-bottom:1.8rem;
    padding:0;
  }
  .hero p br{display:none}

  /* Boutons : même taille, pleine largeur, empilés */
  .hero-buttons{
    flex-direction:column;
    align-items:stretch;
    gap:.7rem;
    width:100%;
    max-width:300px;
  }
  .cta-button{
    justify-content:center;
    width:100%;
    padding:.9rem 1.5rem;
    font-size:.9rem;
  }

  /* ── Sections ── */
  section{padding:3.5rem 0}
  .container{padding:0 1.2rem}
  .section-title{font-size:1.9rem}

  /* ── Rendez-vous ── */
  .event-row{grid-template-columns:150px 1fr 90px}
  .event-row-img{min-height:130px;height:auto}
  .event-row-body{padding:1rem 1.1rem}
  .event-row-time{padding:0 .8rem;min-width:90px}
  .event-hour{font-size:1.5rem}

  /* ── Pasteur ── */
  .pastor-content{grid-template-columns:1fr;text-align:center;gap:2rem}
  .pastor-image{margin:0 auto;width:220px;height:260px}

  /* ── Contact ── */
  .contact-strip{grid-template-columns:1fr 1fr}
  .contact-cell{border-right:none;border-bottom:1px solid var(--border)}
  .contact-cell:nth-child(odd){border-right:1px solid var(--border)}
  .contact-cell:nth-last-child(-n+2){border-bottom:none}
  .map-row iframe{height:300px}




}

@media(max-width:650px){
  /* ── Rendez-vous : empilé ── */
  .event-row{grid-template-columns:1fr}
  .event-row-img{height:160px;width:100%}
  .event-row-time{
    border-left:none;border-top:1px solid var(--border);
    flex-direction:row;justify-content:flex-start;
    padding:.7rem 1.2rem;gap:.5rem;min-width:unset;
  }

  /* ── Contact ── */
  .contact-strip{grid-template-columns:1fr}
  .contact-cell{border-right:none!important;border-bottom:1px solid var(--border)!important}
  .contact-cell:last-child{border-bottom:none!important}
  .map-row iframe{height:260px}



}

@media(max-width:480px){
  .hero h1{font-size:1.4rem}
  .hero p{font-size:.86rem}
  .hero-buttons{max-width:260px}
  .cta-button{font-size:.74rem;padding:.75rem 1.1rem}

  .section-title{font-size:1.65rem}

  .contact-cell{padding:1.2rem 1.1rem}

  .footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:.5rem}

  /* Barre notif pleine largeur */
  .notif-bar-wrap{padding:0}
  .notif-bar{border-radius:12px 12px 0 0;max-width:100%}
}

@media(max-width:380px){
  .logo{font-size:.82rem}
  .logo img{width:26px;height:26px}
  .hero h1{font-size:1.25rem}
  .hero p{font-size:.82rem}
  .cta-button{font-size:.8rem}
  .notif-bar-title{font-size:.82rem}
  .notif-bar-icon{width:34px;height:34px}
}