@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--navy:#1f5f8f;--navy-deep:#164a72;--gold:#b89968;--gold-soft:#d9c2a0;--cream:#fff;--beige:#e7e1d3;--beige-mid:#d5c9ab;--sky:#dbeefc;--sky-deep:#bfe0f5;--on-sky:#123655;--slate:#4a6478;--ink:#1d2b38;--line:#1f5f8f29}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);padding-top:76px;font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,.display{letter-spacing:-.01em;font-family:Inter,sans-serif;font-weight:700}section{padding:4vh 6vw 8vh;position:relative}.page-sec{display:none}.page-sec.active{display:block}.nav-links a{border-radius:20px;padding:.4rem .8rem}.nav-links a.active-link{background:var(--sky);color:var(--navy-deep);opacity:1}.mobile-menu a.active-link{color:var(--gold)}[contenteditable=true]{outline:1px dashed var(--gold);outline-offset:3px;cursor:text;border-radius:3px;transition:background .15s}[contenteditable=true]:hover{background:#dbeefc80}[contenteditable=true]:focus{outline:2px solid var(--navy);background:#fff}.edit-flash{animation:1s editFlash}@keyframes editFlash{0%{background:#c8a45a59}to{background:0 0}}.crud-bar{justify-content:center;margin:1.6rem 0;display:flex}.crud-add-btn{background:var(--gold);color:var(--navy-deep);cursor:pointer;border:none;border-radius:8px;padding:.7rem 1.3rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700}.crud-del{color:#fff;cursor:pointer;z-index:2;background:#783232d9;border:none;border-radius:50%;width:22px;height:22px;font-size:.7rem;position:absolute;top:8px;right:8px}.crud-actions{z-index:2;gap:.4rem;display:flex;position:absolute;top:8px;right:8px}.crud-actions .crud-del{position:static}.crud-edit{background:var(--sky);width:22px;height:22px;color:var(--navy-deep);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.7rem;display:flex}.inline-edit-form{flex-direction:column;gap:.5rem;display:flex}.inline-edit-form input,.inline-edit-form textarea,.inline-edit-form select{border:1px solid var(--line);color:var(--ink);background:#f7fbff;border-radius:6px;width:100%;padding:.5rem .6rem;font-family:Inter,sans-serif;font-size:.8rem}.inline-edit-form textarea{resize:vertical;min-height:4.5rem}.inline-edit-actions{gap:.5rem;margin-top:.3rem;display:flex}.inline-edit-actions button{cursor:pointer;border:none;border-radius:6px;flex:1;padding:.5rem;font-size:.78rem}.inline-edit-actions button:not(.btn-primary){border:1px solid var(--line);color:var(--ink);background:#f0f0f0}.resp-card,.prayer-card{position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.28em;color:var(--gold);font-size:.7rem;font-weight:600}.fade-up{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(26px)}.fade-up.in{opacity:1;transform:none}nav{z-index:100;box-sizing:border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);background:#eef7ffeb;justify-content:space-between;align-items:center;height:76px;padding:0 5vw;display:flex;position:fixed;top:0;left:0;right:0}.logo{color:var(--on-sky);letter-spacing:.02em;font-size:1.25rem;font-weight:700}.logo span{color:var(--gold)}.nav-logo{width:auto;height:40px;display:block}.nav-links{gap:2.1rem;list-style:none;display:flex}.nav-links a{color:var(--on-sky);opacity:.75;font-size:.85rem;text-decoration:none;transition:opacity .2s}.nav-links a:hover{opacity:1;color:var(--navy-deep)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.hamburger span{background:var(--on-sky);width:24px;height:2px;transition:transform .25s,opacity .25s;display:block}.mobile-menu{background:var(--sky-deep);z-index:99;flex-direction:column;justify-content:center;align-items:center;gap:1.8rem;transition:transform .35s;display:flex;position:fixed;inset:0;transform:translate(100%)}.mobile-menu.open{transform:translate(0)}.mobile-menu a{color:var(--on-sky);font-size:1.6rem;text-decoration:none}@media (max-width:860px){.nav-links{display:none}.hamburger{display:flex}}.auth-widget{align-items:center;gap:.7rem;display:flex;position:relative}.auth-widget-mobile{margin-top:.6rem;display:none}@media (max-width:860px){.auth-widget-desktop{display:none}.auth-widget-mobile{flex-direction:column;align-items:center;display:flex}}.auth-trigger-btn,.auth-signout-btn{background:var(--sky);border:1px solid var(--line);color:var(--navy-deep);cursor:pointer;border-radius:20px;padding:.5rem .9rem;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600}.auth-trigger-btn:hover,.auth-signout-btn:hover{background:var(--sky-deep)}.auth-role-badge{background:var(--beige);color:var(--navy-deep);white-space:nowrap;border-radius:20px;padding:.5rem .9rem;font-size:.78rem;font-weight:600}.auth-popover{z-index:200;border:1px solid var(--line);text-align:left;background:#fff;border-radius:12px;width:270px;padding:1.2rem;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 24px 44px #1f5f8f33}.auth-widget-mobile .auth-popover{width:min(84vw,320px);margin-top:.8rem;position:static}.auth-popover label{color:var(--navy-deep);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.auth-popover input{border:1px solid var(--line);width:100%;color:var(--ink);background:#f7fbff;border-radius:6px;margin-bottom:.6rem;padding:.6rem .7rem;font-family:Inter,sans-serif;font-size:.85rem}.auth-popover button[type=submit]{background:var(--gold);width:100%;color:var(--navy-deep);cursor:pointer;border:none;border-radius:6px;padding:.65rem;font-size:.85rem;font-weight:600}.auth-popover button[type=submit]:hover{background:var(--gold-soft)}.auth-popover button[type=submit]:disabled{opacity:.6;cursor:default}.auth-sent-msg{color:var(--ink);font-size:.85rem;line-height:1.5}.auth-error-msg{color:#8a3550;margin-top:.5rem;font-size:.78rem}#vision{background:#fff;padding-top:4vh}.vision-hero{background:linear-gradient(100deg, #123655eb 0%, #1236558c 45%, #12365526 75%), linear-gradient(135deg, var(--sky-deep), var(--beige-mid) 60%, var(--sky));border-radius:18px;align-items:flex-end;max-width:1300px;min-height:600px;margin:0 auto;padding:4rem 3rem 0;display:flex;position:relative}.hero-inner{text-align:left;max-width:640px;padding-bottom:9rem}.hero-title{text-transform:uppercase;letter-spacing:.01em;color:#fff;margin-top:.6rem;font-family:Inter,sans-serif;font-size:clamp(2rem,5vw,3.4rem);font-weight:800;line-height:1.05}.hero-quote{color:var(--gold-soft);max-width:46ch;margin-top:1.3rem;font-size:clamp(1rem,1.8vw,1.2rem)}.hero-lede{color:#ffffffe0;max-width:48ch;margin-top:1rem;font-size:.92rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.btn-primary,.btn-secondary{cursor:pointer;border:none;border-radius:6px;padding:.95rem 1.7rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:transform .2s,background .2s}.btn-primary{background:var(--gold);color:var(--navy-deep)}.btn-primary:hover{background:var(--gold-soft);transform:translateY(-2px)}.btn-secondary{color:#fff;background:#ffffff1f;border:1px solid #ffffff59}.btn-secondary:hover{background:#ffffff38}.hero-stats{z-index:2;background:var(--navy-deep);border-radius:12px;margin:0 3rem -3.2rem;display:flex;position:relative;box-shadow:0 20px 40px #12365540}.hero-stats .stat{text-align:center;flex:1;padding:1.6rem 1rem}.hero-stats .stat+.stat{border-left:1px solid #ffffff1f}.hero-stats .num{color:var(--gold-soft);font-size:2.3rem}.hero-stats .lab{text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;margin-top:.3rem;font-size:.66rem}.berger-grid{grid-template-columns:1fr 1fr;gap:1.8rem;max-width:1150px;margin:7rem auto 6rem;padding:0 1rem;display:grid}.card-panel{border:1px solid var(--line);text-align:left;background:#fff;border-radius:14px;padding:2rem 2.2rem;box-shadow:0 16px 32px #1f5f8f0f}.card-panel .eyebrow{justify-content:space-between;align-items:center;display:flex}.berger-id{align-items:center;gap:1.1rem;margin:1.2rem 0 1.4rem;display:flex}.berger-avatar{background:linear-gradient(150deg,var(--navy),var(--gold));border-radius:12px;flex-shrink:0;width:72px;height:72px}.berger-id .name{color:var(--navy-deep);font-size:1.3rem}.berger-id .role{color:var(--gold);margin-top:.2rem;font-size:.8rem}.quote-box{background:var(--beige);color:var(--ink);border-radius:10px;padding:1.3rem 1.4rem;font-size:.98rem;line-height:1.65}.quote-box p+p{margin-top:.8rem}.berger-footer{border-top:1px solid var(--line);color:var(--slate);justify-content:space-between;margin-top:1.2rem;padding-top:1rem;font-size:.78rem;display:flex}.card-panel h3{color:var(--navy-deep);margin:.6rem 0 1rem;font-size:1.5rem}.card-panel p{color:var(--ink);opacity:.85;font-size:.9rem;line-height:1.7}.card-panel p+p{margin-top:.9rem}.desire-box{background:var(--sky);border-radius:10px;margin-top:1.4rem;padding:1.2rem 1.3rem}.desire-box .eyebrow{margin-bottom:.5rem;display:block}.desire-box p{color:var(--on-sky);opacity:1;font-size:.86rem}#vision .piliers{text-align:center;max-width:1000px;margin:0 auto 6rem;padding:0 1rem}.piliers-grid{flex-wrap:wrap;justify-content:center;gap:1.6rem;margin-top:2.6rem;display:flex}.pilier-card{text-align:left;border:1px solid var(--line);border-top:4px solid var(--navy);background:#fff;border-radius:10px;flex:1;min-width:240px;max-width:300px;padding:1.8rem 1.6rem}.pilier-card:nth-child(2){border-top-color:var(--gold)}.pilier-card:nth-child(3){border-top-color:var(--navy-deep)}.pilier-num{background:var(--sky);width:36px;height:36px;color:var(--navy-deep);border-radius:8px;justify-content:center;align-items:center;margin-bottom:.9rem;font-size:1.1rem;display:flex}.pilier-card h4{letter-spacing:.03em;text-transform:uppercase;color:var(--navy-deep);font-family:Inter,sans-serif;font-size:1rem;font-weight:700}.pilier-card p{color:var(--slate);margin-top:.6rem;font-size:.85rem;line-height:1.6}#vision .valeurs{text-align:center;max-width:1150px;margin:0 auto 6rem;padding:0 1rem}.valeurs-grid{flex-wrap:wrap;justify-content:center;gap:1.2rem;margin-top:2.6rem;display:flex}.valeur-card{width:180px}.valeur-photo{aspect-ratio:3/4;background:linear-gradient(150deg,var(--sky-deep),var(--beige-mid));border-radius:10px;width:100%}.valeur-card .name{color:var(--navy-deep);margin-top:.8rem;font-size:1.05rem}.valeur-card .desc{color:var(--slate);margin-top:.3rem;font-size:.78rem;line-height:1.4}.valeur-card .ref{color:var(--gold);margin-top:.35rem;font-size:.7rem}#vision .apostolique{max-width:1000px;margin:0 auto 5rem;padding:0 1rem}.apo-card{border:1px solid var(--line);text-align:left;background:#fff;border-radius:14px;padding:2.2rem;box-shadow:0 16px 32px #1f5f8f0f}.apo-head{border-bottom:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.8rem;margin-bottom:1.4rem;padding-bottom:1.2rem;display:flex}.apo-head h3{color:var(--navy-deep);margin-top:.3rem;font-size:1.4rem}.verse-pill{background:var(--beige);color:var(--navy-deep);white-space:nowrap;border-radius:30px;padding:.4rem .8rem;font-size:.72rem}.apo-body{grid-template-columns:1fr 1fr;gap:1.8rem;display:grid}.apo-list{flex-direction:column;gap:.9rem;list-style:none;display:flex}.apo-list li{color:var(--ink);gap:.6rem;font-size:.88rem;line-height:1.5;display:flex}.apo-list li:before{content:"✓";color:var(--gold);flex-shrink:0;font-weight:700}.verse-box{background:var(--sky);border-radius:10px;flex-direction:column;gap:1rem;padding:1.2rem 1.3rem;display:flex}.verse-box .vref{color:var(--navy-deep);font-size:.78rem;font-weight:700}.verse-box .vtext{color:var(--on-sky);margin-top:.2rem;font-size:.88rem;line-height:1.5}@media (max-width:820px){.vision-hero{min-height:auto;padding:3rem 1.6rem 0}.hero-inner{padding-bottom:7rem}.hero-stats{flex-direction:column;margin:0 1.6rem -2rem}.hero-stats .stat+.stat{border-top:1px solid #ffffff1f;border-left:none}.berger-grid{grid-template-columns:1fr;margin-top:5rem}.apo-body{grid-template-columns:1fr}}#poles{background:var(--cream);text-align:center}#poles h2{color:var(--navy);margin:.6rem 0 3rem;font-size:clamp(1.9rem,4vw,2.6rem)}.resp-grid{flex-wrap:wrap;justify-content:center;gap:1.6rem;max-width:1000px;margin:0 auto;display:flex}.resp-card{text-align:center;background:#fff;border:1px solid #171b3412;width:210px;padding:1.6rem 1.3rem;transition:transform .3s,box-shadow .3s}.resp-card:hover{transform:translateY(-6px);box-shadow:0 18px 34px #171b341a}.resp-photo{background:linear-gradient(150deg,var(--gold),var(--navy));border-radius:50%;width:70px;height:70px;margin:0 auto 1rem}.resp-card .name{color:var(--navy);font-size:1.1rem}.resp-card .role{text-transform:uppercase;letter-spacing:.05em;color:var(--gold);margin:.25rem 0 .6rem;font-size:.72rem}.resp-card .desc{color:var(--slate);font-size:.82rem;line-height:1.5}.orgchart-scroll{margin-bottom:1.6rem;padding:.5rem 0 1rem;overflow-x:visible}.orgchart{flex-direction:column;align-items:center;width:100%;max-width:640px;margin:0 auto;display:flex}.oc-row-1{width:256px;max-width:100%}.oc-node{width:90%;max-width:230px}.oc-form-add{width:90%;max-width:270px;margin:0 auto}.oc-node-pasteur{border-color:var(--gold);text-align:left}.oc-photo-pasteur{background:linear-gradient(150deg,var(--navy),var(--gold));border-radius:50%;width:96px;height:96px;margin:0 0 1rem}.oc-node .quote{color:var(--slate);margin-top:.4rem;font-size:.8rem;line-height:1.5}.oc-stem{background:var(--line);width:2px}.oc-stem-1{height:2.4rem}.oc-stem-small{height:1.8rem;margin:0 auto}.oc-stem-to-l4{height:2.4rem;margin-bottom:.6rem}.oc-row-2{flex-direction:row;justify-content:center;gap:5rem;width:100%;display:flex}.oc-row-2-pair{padding-top:2.4rem;position:relative}.oc-row-2-pair:before{content:"";border-top:2px solid var(--line);position:absolute;top:0;left:115px;right:115px}.oc-row-2 .oc-branch{flex-direction:column;align-items:center;width:256px;display:flex;position:relative}.oc-row-2-pair .oc-branch:before{content:"";background:var(--line);width:2px;height:2.4rem;position:absolute;top:-2.4rem;left:50%}@media (max-width:768px){.oc-row-2{flex-direction:column;align-items:center;gap:0}.oc-row-2-pair{padding-top:0}.oc-row-2-pair:before,.oc-row-2-pair .oc-branch:before{content:none}.oc-row-2 .oc-branch{width:100%}.oc-row-2 .oc-branch+.oc-branch{border-top:2px solid var(--line);margin-top:1.8rem;padding-top:1.8rem}}#recrutement{background:var(--sky);color:var(--on-sky)}#recrutement h2{text-align:center;font-size:clamp(1.9rem,4vw,2.6rem)}.rec-sub{text-align:center;opacity:.75;max-width:44ch;margin:.8rem auto 3.4rem}.timeline{flex-direction:column;gap:0;max-width:760px;margin:0 auto 4rem;display:flex}.tl-step{gap:1.6rem;padding-bottom:2.2rem;display:flex;position:relative}.tl-step:not(:last-child):before{content:"";background:#1f5f8f33;width:1px;position:absolute;top:52px;bottom:0;left:23px}.tl-num{border:1px solid var(--gold);width:48px;height:48px;color:var(--navy-deep);background:#c79a4b24;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.3rem;display:flex}.tl-step h3{color:var(--navy-deep);font-size:1.25rem}.tl-step p{opacity:.8;max-width:48ch;margin-top:.3rem;font-size:.88rem}.rec-form{border:1px solid var(--line);background:#fff;max-width:640px;margin:0 auto;padding:2.4rem;box-shadow:0 20px 40px #1f5f8f14}.rec-form h3{color:var(--navy-deep);text-align:center;margin-bottom:1.4rem;font-size:1.4rem}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-grid .full{grid-column:1/-1}.rec-form label{letter-spacing:.04em;opacity:.75;margin-bottom:.35rem;font-size:.75rem;display:block}.rec-form input,.rec-form select,.rec-form textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:#f3f9ff;border-radius:2px;padding:.7rem .8rem;font-family:Inter,sans-serif;font-size:.88rem}.rec-form textarea{resize:vertical;min-height:90px}.rec-form button{background:var(--gold);width:100%;color:var(--navy-deep);cursor:pointer;border:none;border-radius:2px;margin-top:1.4rem;padding:.95rem;font-size:.9rem;font-weight:600;transition:background .2s}.rec-form button:hover{background:var(--gold-soft)}.form-success{text-align:center;padding:2rem 0;display:none}.form-success.show{display:block}.form-success .display{color:var(--navy-deep);font-size:1.5rem}.form-success p{opacity:.75;margin-top:.5rem;font-size:.88rem}#priere{background:var(--cream);text-align:center}#priere h2{color:var(--navy);margin-bottom:3rem;font-size:clamp(1.9rem,4vw,2.6rem)}.prayer-grid{flex-wrap:wrap;justify-content:center;gap:1.6rem;max-width:900px;margin:0 auto;display:flex}.prayer-card{text-align:left;border-left:3px solid var(--gold);background:#fff;width:260px;padding:1.5rem 1.6rem;box-shadow:0 12px 26px #171b340f}.prayer-card .day{text-transform:uppercase;letter-spacing:.08em;color:var(--gold);font-size:.7rem}.prayer-card .time{color:var(--navy);margin:.2rem 0 .5rem;font-size:1.5rem}.prayer-card .theme{color:var(--slate);font-size:.85rem;line-height:1.5}.prayer-card .loc{color:var(--slate);opacity:.7;margin-top:.5rem;font-size:.75rem}#membres{text-align:center;background:#fff}.auth-gate{background:var(--beige);border-radius:14px;max-width:440px;margin:2rem auto;padding:2.4rem 2rem}.gate-icon{margin-bottom:.8rem;font-size:2rem}.auth-gate h3{color:var(--navy-deep);margin-bottom:.6rem;font-size:1.2rem}.auth-gate p{color:var(--slate);font-size:.88rem;line-height:1.5}.auth-gate .gate-hint{color:var(--navy-deep);margin-top:.8rem;font-size:.8rem;font-weight:600}#membres h2{color:var(--navy-deep);margin-bottom:.6rem;font-size:clamp(1.9rem,4vw,2.6rem)}.membres-sub{color:var(--slate);max-width:52ch;margin:0 auto 2.2rem;font-size:.98rem}.table-card{border:1px solid var(--line);text-align:left;background:#fff;border-radius:16px;max-width:1150px;margin:0 auto;padding:1.8rem;box-shadow:0 20px 44px #1f5f8f12}.table-toolbar{flex-wrap:wrap;align-items:center;gap:.8rem;margin-bottom:1.4rem;display:flex}.search-box{border:1px solid var(--line);background:#f7fbff;border-radius:10px;flex:1;align-items:center;gap:.5rem;min-width:220px;padding:.65rem 1rem;display:flex}.search-box input{width:100%;color:var(--ink);background:0 0;border:none;outline:none;font-family:Inter,sans-serif;font-size:.85rem}.table-toolbar select{border:1px solid var(--line);color:var(--ink);cursor:pointer;background:#f7fbff;border-radius:10px;padding:.65rem .9rem;font-family:Inter,sans-serif;font-size:.82rem}.count-badge{border:1px solid var(--line);color:var(--ink);white-space:nowrap;background:#f7fbff;border-radius:10px;padding:.65rem 1rem;font-size:.82rem}.count-badge span{color:var(--gold);font-weight:700}.table-wrap{overflow-x:auto}.member-table{border-collapse:collapse;width:100%;min-width:760px}.member-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.06em;color:var(--slate);border-bottom:1px solid var(--line);white-space:nowrap;padding:.7rem .8rem;font-size:.68rem}.member-table tbody td{border-bottom:1px solid var(--line);vertical-align:middle;padding:.85rem .8rem;font-size:.85rem}.member-table tbody tr:hover{background:#f7fbff}.m-id{align-items:center;gap:.7rem;display:flex}.m-avatar{background:var(--beige);width:34px;height:34px;color:var(--navy-deep);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.78rem;font-weight:700;display:flex}.m-name{color:var(--ink);font-weight:600}.sexe-pill{border-radius:20px;padding:.3rem .6rem;font-size:.72rem;font-weight:600}.sexe-pill.f{background:var(--beige-mid);color:var(--navy-deep)}.sexe-pill.m{background:var(--sky);color:var(--navy-deep)}.inst-pill{border-radius:20px;padding:.3rem .7rem;font-size:.76rem;font-weight:500;display:inline-block}.inst-pill.vocal{background:var(--beige-mid);color:var(--navy-deep)}.inst-pill.instru{background:var(--sky);color:var(--navy-deep)}.role-cell .role{color:var(--ink);font-weight:600;display:block}.role-cell .pole{text-transform:uppercase;letter-spacing:.04em;color:var(--gold);margin-top:.15rem;font-size:.7rem;display:block}.extra-pill{background:var(--beige-mid);color:var(--navy-deep);border-radius:20px;padding:.25rem .6rem;font-size:.72rem;font-weight:600}.dash{color:var(--slate);opacity:.5}.date-trigger{border:1px solid var(--line);color:var(--navy-deep);cursor:pointer;white-space:nowrap;background:#f7fbff;border-radius:8px;padding:.5rem .7rem;font-family:Inter,sans-serif;font-size:.76rem}.date-trigger:hover{border-color:var(--navy)}.date-trigger.has-dates{border-color:var(--gold);color:var(--navy-deep);font-weight:600}.cal-popover{z-index:200;border:1px solid var(--line);text-align:left;background:#fff;border-radius:12px;width:250px;padding:1rem;display:none;position:fixed;box-shadow:0 24px 44px #1f5f8f33}.cal-popover.show{display:block}.cal-head{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.cal-head button{background:var(--sky);cursor:pointer;width:26px;height:26px;color:var(--navy-deep);border:none;border-radius:6px;font-size:.9rem}.cal-head span{color:var(--navy-deep);text-transform:capitalize;font-size:1rem}.cal-daynames{grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px;display:grid}.cal-daynames span{text-align:center;color:var(--slate);text-transform:uppercase;font-size:.62rem}.cal-grid{grid-template-columns:repeat(7,1fr);gap:3px;display:grid}.cal-day{aspect-ratio:1;cursor:pointer;color:var(--ink);border-radius:6px;justify-content:center;align-items:center;font-size:.72rem;display:flex}.cal-day:hover{background:var(--sky)}.cal-day.empty{cursor:default}.cal-day.empty:hover{background:0 0}.cal-day.selected{background:var(--navy);color:#fff;font-weight:600}.cal-day.today{box-shadow:inset 0 0 0 1.5px var(--gold)}.cal-footer{border-top:1px solid var(--line);justify-content:space-between;margin-top:.9rem;padding-top:.7rem;display:flex}.cal-footer button{cursor:pointer;background:0 0;border:none;font-family:Inter,sans-serif;font-size:.75rem}#calClear{color:var(--slate)}#calDone{color:var(--navy-deep);font-weight:700}.admin-btn{background:var(--sky);border:1px solid var(--line);color:var(--navy-deep);cursor:pointer;white-space:nowrap;border-radius:10px;padding:.65rem 1rem;font-size:.8rem;font-weight:600}.admin-btn:hover{background:var(--sky-deep)}.admin-panel{border-top:1px dashed var(--line);margin-top:1.8rem;padding-top:1.6rem}.admin-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;margin-bottom:.6rem;display:flex}.admin-head h3{color:var(--navy-deep);font-size:1.25rem}.admin-note{color:var(--slate);overflow-wrap:anywhere;max-width:60ch;margin-bottom:1.2rem;font-size:.8rem}.fiche-btn{border:1px solid var(--line);color:var(--navy-deep);cursor:pointer;white-space:nowrap;background:#fff;border-radius:8px;padding:.5rem .9rem;font-size:.78rem;font-weight:600}.fiche-btn:hover{background:var(--sky)}.statut-select{border:1px solid var(--line);color:var(--navy-deep);cursor:pointer;background:#f7fbff;border-radius:8px;padding:.4rem .6rem;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600}.content-editor-section{border-bottom:1px dashed var(--line);text-align:left;margin-bottom:1.8rem;padding-bottom:1.4rem}.content-editor-section:last-of-type{border-bottom:none;margin-bottom:.6rem}.content-editor-section h4{color:var(--navy-deep);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.9rem;font-size:.95rem}.content-editor-section .form-grid{margin-bottom:.8rem}.content-editor-section label{letter-spacing:.04em;color:var(--slate);margin-bottom:.35rem;font-size:.75rem;display:block}.content-editor-section input[type=text],.content-editor-section textarea{border:1px solid var(--line);width:100%;color:var(--ink);background:#f7fbff;border-radius:6px;padding:.6rem .7rem;font-family:Inter,sans-serif;font-size:.85rem}.content-editor-section textarea{resize:vertical;min-height:70px}@media (max-width:600px){.table-card{padding:1.1rem}}#planning{background:var(--beige);text-align:center}#planning h2{color:var(--navy-deep);margin-bottom:.6rem;font-size:clamp(1.9rem,4vw,2.6rem)}.planning-sub{color:var(--slate);max-width:52ch;margin:0 auto 1.4rem;font-size:.98rem}.plan-add-form{border:1px solid var(--line);text-align:left;background:#fff;border-radius:12px;flex-wrap:wrap;align-items:center;gap:.6rem;max-width:900px;margin:0 auto 1.6rem;padding:1.2rem;display:flex}.plan-add-form input,.plan-add-form select{border:1px solid var(--line);color:var(--ink);background:#f7fbff;border-radius:8px;padding:.55rem .7rem;font-family:Inter,sans-serif;font-size:.82rem}.plan-title-input{flex:1;min-width:180px}.plan-loc-input{width:140px}.timetable-wrap{border:1px solid var(--line);background:#fff;border-radius:14px;max-width:1150px;margin:0 auto;padding:1rem;overflow-x:auto;box-shadow:0 20px 40px #1f5f8f12}.timetable{grid-template-columns:60px repeat(7,1fr);grid-auto-rows:22px;min-width:780px;display:grid;position:relative}.tt-head{background:var(--sky);color:var(--navy-deep);border-radius:6px 6px 0 0;grid-row:1;justify-content:center;align-items:center;height:40px;font-size:.78rem;font-weight:700;display:flex}.tt-time{color:var(--slate);border-top:1px solid var(--line);justify-content:flex-end;align-items:flex-start;padding-top:2px;padding-right:.4rem;font-size:.68rem;display:flex}.tt-cell{border-top:1px solid #1f5f8f0f;border-left:1px solid #1f5f8f0f}.tt-cell.hour-line{border-top:1px solid var(--line)}.tt-event{z-index:5;color:#fff;cursor:default;border-radius:6px;margin:1px 2px;padding:.3rem .5rem;font-size:.68rem;line-height:1.3;position:relative;overflow:hidden;box-shadow:0 4px 10px #1f5f8f26}.tt-event .ev-title{font-weight:700;display:block}.tt-event .ev-meta{opacity:.9;margin-top:1px;font-size:.63rem;display:block}.tt-event.cat-repetition{background:var(--navy)}.tt-event.cat-culte{background:var(--navy-deep)}.tt-event.cat-priere{background:#8a7550}.tt-event.cat-evenement{background:#a8843f}.tt-del{color:#fff;cursor:pointer;background:#ffffff40;border:none;border-radius:50%;width:16px;height:16px;font-size:.6rem;line-height:1;position:absolute;top:2px;right:2px}.tt-cell.clickable{cursor:pointer}.tt-cell.clickable:hover{background:#1f5f8f14}.plan-legend{flex-wrap:wrap;justify-content:center;gap:1.4rem;margin-top:1.2rem;display:flex}.legend-item{color:var(--slate);align-items:center;gap:.4rem;font-size:.78rem;display:flex}.legend-dot{border-radius:3px;width:10px;height:10px;display:inline-block}.legend-dot.repetition{background:var(--navy)}.legend-dot.culte{background:var(--navy-deep)}.legend-dot.priere{background:#8a7550}.legend-dot.evenement{background:#a8843f}#vestimentaire{text-align:center;background:#fff}#vestimentaire h2{letter-spacing:-.01em;color:var(--navy-deep);margin-bottom:.6rem;font-family:Inter,sans-serif;font-size:clamp(1.7rem,3.6vw,2.3rem);font-weight:700}.vest-sub{color:var(--slate);max-width:56ch;margin:0 auto 1.4rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:400}.vest-block{text-align:left;max-width:1100px;margin:0 auto 3rem}.vest-block h3{text-transform:uppercase;letter-spacing:.06em;color:var(--navy-deep);margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700}.vest-tabs{gap:.5rem;margin-bottom:1.2rem;display:flex}.vest-tab{border:1px solid var(--line);color:var(--slate);cursor:pointer;background:#f7fbff;border-radius:20px;padding:.45rem 1rem;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600}.vest-tab.active{background:var(--navy);color:#fff;border-color:var(--navy)}.vest-grid{flex-wrap:wrap;gap:1.6rem;display:flex}.vest-card{border:1px solid var(--line);background:#fff;border-radius:14px;width:270px;position:relative;overflow:hidden;box-shadow:0 16px 32px #1f5f8f14}.vest-img{aspect-ratio:1;background:linear-gradient(150deg,var(--sky-deep),var(--beige-mid));cursor:pointer;justify-content:center;align-items:center;width:100%;font-size:2.4rem;display:flex;overflow:hidden}.vest-img img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.vest-img:hover img{transform:scale(1.04)}.vest-info{padding:1rem 1.1rem 1.2rem}.vest-gender-tag{text-transform:uppercase;letter-spacing:.05em;border-radius:20px;margin-bottom:.5rem;padding:.2rem .55rem;font-family:Inter,sans-serif;font-size:.66rem;font-weight:700;display:inline-block}.vest-gender-tag.homme{background:var(--sky);color:var(--navy-deep)}.vest-gender-tag.femme{background:var(--beige-mid);color:var(--navy-deep)}.vest-gender-tag.mixte{color:var(--slate);background:#f0f0f0}.vest-title{color:var(--navy-deep);font-family:Inter,sans-serif;font-size:.95rem;font-weight:700}.vest-desc{color:var(--slate);margin-top:.35rem;font-family:Inter,sans-serif;font-size:.82rem;line-height:1.45}.vest-del{z-index:2;color:#fff;cursor:pointer;background:#783232d9;border:none;border-radius:50%;width:24px;height:24px;font-size:.75rem;position:absolute;top:8px;right:8px}.vest-add-form{background:var(--beige);border-radius:12px;flex-direction:column;gap:.6rem;max-width:420px;margin-top:1.2rem;padding:1.2rem;display:flex}.vest-add-form input,.vest-add-form select{border:1px solid var(--line);color:var(--ink);background:#fff;border-radius:8px;padding:.6rem .8rem;font-family:Inter,sans-serif;font-size:.85rem}.vest-add-form input[type=file]{padding:.4rem}.vest-lightbox{z-index:300;cursor:zoom-out;background:#123655e0;justify-content:center;align-items:center;padding:6vh 5vw;display:none;position:fixed;inset:0}.vest-lightbox.show{display:flex}.vest-lightbox img{border-radius:10px;max-width:100%;max-height:100%;box-shadow:0 30px 60px #0006}.vest-lightbox-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;width:38px;height:38px;font-size:1.1rem;position:absolute;top:20px;right:24px}.modal-wrap{margin:0 auto;position:relative}.modal-close-btn{z-index:2;background:var(--sky);border:1px solid var(--line);width:30px;height:30px;color:var(--navy-deep);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.85rem;line-height:1;display:flex;position:absolute;top:10px;right:10px}.modal-close-btn:hover{background:var(--sky-deep)}#prodige{background:linear-gradient(160deg, #fff, var(--beige) 60%, #fff);color:var(--ink);text-align:center}#prodige .eyebrow{color:var(--gold)}#prodige h2{color:var(--navy-deep);font-size:clamp(2rem,4.4vw,3rem)}#prodige .lede{opacity:.85;max-width:56ch;margin:1rem auto 2.6rem}.prodige-grid{flex-wrap:wrap;justify-content:center;gap:1.6rem;max-width:900px;margin:0 auto;display:flex}.prodige-card{border:1px solid var(--line);text-align:left;background:#fff;width:260px;padding:1.6rem;box-shadow:0 14px 28px #1f5f8f12}.prodige-card .display{color:var(--navy-deep);font-size:1.3rem}.prodige-card p{opacity:.8;margin-top:.5rem;font-size:.85rem;line-height:1.6}footer{background:var(--sky-deep);color:#1d2b38ad;text-align:center;padding:3rem 6vw;font-size:.8rem}footer .logo{color:var(--on-sky);margin-bottom:.6rem}@media (max-width:600px){.form-grid{grid-template-columns:1fr}}
