.footer{color:#e0e0e0;background-color:#1a1a1a;border-top:3px solid #00966c;margin-top:auto;padding:2rem 1rem}.footer-inner{flex-direction:row;align-items:center;gap:2rem;max-width:900px;margin:0 auto;display:flex}.footer-logo{object-fit:contain;opacity:.9;flex-shrink:0;width:120px;height:auto}.footer-divider{background:#ffffff26;flex-shrink:0;width:1px;height:80px}.footer-info{flex-direction:column;gap:.2rem;display:flex}.footer-name{color:#fff;margin-bottom:.25rem;font-size:1rem;font-weight:700}.footer-info p{color:#aaa;margin:0;font-size:.85rem;line-height:1.6}.footer-link{color:#00966c;text-decoration:none;transition:color .2s}.footer-link:hover{color:#00c98e}@media (width<=480px){.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1.25rem}.footer-divider{width:60px;height:1px}.footer-logo{width:100px}}.main-header{z-index:100;box-sizing:border-box;background-color:#00966c;border-bottom:3px solid #00966c;width:100%;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1100px;height:70px;margin:0 auto;padding:0 1.5rem;display:flex}.header-brand{flex-shrink:0;align-items:center;gap:.75rem;text-decoration:none;display:flex}.header-logo{object-fit:contain;width:auto;height:48px}.header-title{color:#fff;letter-spacing:.06em;white-space:nowrap;font-size:1rem;font-style:italic;font-weight:800}.header-nav{align-items:center;gap:1.5rem;display:flex}.header-nav-list{align-items:center;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.nav-link{color:#ccc;white-space:nowrap;border-radius:6px;padding:.4rem .75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.nav-link:hover{color:#fff;background:#ffffff14}.nav-arrow{margin-left:2px;font-size:.7rem}.nav-dropdown{position:relative}.dropdown-panel{z-index:200;background:#fff;border-radius:10px;min-width:200px;padding:.5rem;position:absolute;top:calc(100% + .5rem);left:0;box-shadow:0 8px 24px #00000026}.header-auth{flex-shrink:0}.btn-auth{cursor:pointer;border:none;border-radius:7px;padding:.45rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .2s}.btn-connexion{color:#00966c;background:#fff}.btn-connexion:hover{background:#007a58}.btn-deconnexion{color:#fff;background:0 0;border:1.5px solid #fff9}.btn-deconnexion:hover{color:#fff;background:#ffffff26}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.hamburger-line{background:#fff;border-radius:2px;width:24px;height:2px;transition:all .2s;display:block}.mobile-nav{background:#007a58;border-top:1px solid #ffffff14;padding:1rem 1.5rem}.mobile-nav-list{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.mobile-nav-link{color:#ccc;border-radius:6px;padding:.6rem .75rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:block}.mobile-nav-link:hover{color:#fff;background:#ffffff14}.mobile-dropdown{background:#ffffff0a;border-radius:6px;margin-top:.25rem;padding:.5rem .75rem}.mobile-btn{text-align:center;width:100%;margin-top:.5rem;padding:.6rem}@media (width<=768px){.header-nav{display:none}.hamburger{display:flex}}.accueil-page{flex-direction:column;align-items:center;gap:2rem;width:100%;padding-bottom:2rem;display:flex}.NotreMission{box-sizing:border-box;background-image:url(/assets/missionPlaceHolder-BBh_fxgn.jpg);background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:220px;padding:2rem;display:flex;position:relative}.NotreMission:before{content:"";background:#00000073;position:absolute;inset:0}.NotreMission h2{color:#fff;text-align:center;margin-bottom:.75rem;font-family:Playfair Display,serif;font-size:clamp(1.5rem,4vw,2.2rem);position:relative}.NotreMission p{color:#ffffffd9;text-align:center;max-width:560px;font-family:DM Sans,sans-serif;font-size:1rem;line-height:1.6;position:relative}.mission-divider{background:#00966c;width:48px;height:3px;margin:.75rem auto;position:relative}.carousel-section{box-sizing:border-box;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:700px;padding:0 1rem;display:flex}.carousel-section h3{color:#1a1a1a;font-family:Playfair Display,serif;font-size:1.4rem}@media (width<=480px){.NotreMission{min-height:180px;padding:1.5rem}}.DivProjet{background-color:#ddd;border-radius:12px;flex-direction:row;gap:1rem;width:100%;min-width:0;max-width:500px;height:auto;min-height:180px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 12px #00000014}.DivProjet:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000001f}.photo{object-fit:cover;flex-shrink:0;width:140px;height:auto;min-height:180px}.projet-info{flex-direction:column;flex:1;justify-content:space-between;min-width:0;padding:.75rem .75rem .75rem 0;display:flex}.projet-info h2{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;margin-bottom:.3rem;font-size:1.1rem;font-weight:700;overflow:hidden}.projet-info p{color:#555;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.85rem;line-height:1.4;display:-webkit-box;overflow:hidden}.projet-actions{flex-flow:wrap;align-items:center;gap:.5rem;margin-top:.6rem;display:flex}.btn-detail{white-space:nowrap;color:#fff;cursor:pointer;background:#00966c;border:none;border-radius:6px;flex-shrink:0;padding:5px 12px;font-size:.8rem;font-weight:500;transition:background .2s}.btn-detail:hover{background:#007a58}.btn-modifier{white-space:nowrap;color:#00966c;cursor:pointer;background:0 0;border:2px solid #00966c;border-radius:6px;flex-shrink:0;padding:5px 12px;font-size:.8rem;font-weight:500;transition:all .2s}.btn-modifier:hover{color:#fff;background:#00966c}.btn-archiver{white-space:nowrap;color:#dc2626;cursor:pointer;background:0 0;border:2px solid #dc2626;border-radius:6px;flex-shrink:0;padding:5px 12px;font-size:.8rem;font-weight:500;transition:all .2s}.btn-archiver:hover{color:#fff;background:#dc2626}.carousel-controls button{color:#fff;cursor:pointer;text-align:center;background-color:#00966c;border:none;border-radius:5px;padding:10px 20px;font-size:1.2rem;text-decoration:none;transition:background .2s;display:inline-block}.carousel-controls button:hover{background-color:#007a58}@media (width<=480px){.DivProjet{height:auto;min-width:unset;flex-direction:column;max-width:100%}.photo{width:100%;height:180px}.projet-info{padding:.75rem}.projet-info h2{white-space:normal}.projet-actions{flex-wrap:wrap;margin-bottom:.5rem}}.carousel-wrapper{box-sizing:border-box;flex-direction:column;align-items:center;gap:1rem;width:100%;padding:.5rem;display:flex;overflow:visible}.carousel-track{box-sizing:border-box;justify-content:center;gap:7rem;width:100%;padding:.5rem 0;display:flex;overflow:visible}.carousel-track>*{flex:1;justify-content:center;min-width:0;max-width:500px;display:flex}.carousel-track>*>div{width:100%}.carousel-controls{align-items:center;gap:1rem;display:flex}.carousel-controls button{cursor:pointer;padding:4px 14px;font-size:1.5rem}.carousel-controls span{color:#555;font-size:.9rem}.details-page{max-width:860px;margin:0 auto;padding:2rem 1rem 4rem}.details-top{border-bottom:1px solid #e5e7eb;align-items:flex-start;gap:2rem;padding-bottom:1.5rem;display:flex}.details-image-col{flex:0 0 380px}.details-photo{aspect-ratio:3/2;object-fit:cover;border-radius:6px;width:100%;display:block}.details-info-col{flex-direction:column;flex:1;gap:.5rem;display:flex}.details-title{color:#111;margin:0;font-size:1.4rem;font-weight:700;line-height:1.3}.details-meta{color:#555;margin:0;font-size:.85rem;line-height:1.6}.details-prix{color:#111;align-self:flex-end;margin:.25rem 0;font-size:1.6rem;font-weight:700}.details-description{color:#333;margin:.5rem 0 0;font-size:.9rem;line-height:1.65}.details-students{text-align:center;padding:1rem 0}.details-students-title{color:#111;margin:0 0 .25rem;font-size:1rem;font-weight:600;text-decoration:underline}.details-students-names{color:#444;margin:0;font-size:.95rem}.details-status{text-align:center;color:#555;padding:2rem}.details-error{color:#dc2626}@media (width<=620px){.details-top{flex-direction:column;gap:1rem}.details-image-col{flex:unset;width:100%}.details-prix{align-self:flex-start}}.ajouter-page{flex-direction:column;gap:1.5rem;max-width:680px;margin:0 auto;padding:2rem 1rem 3rem;display:flex}.ajouter-header{text-align:center;flex-direction:column;align-items:center;gap:.4rem;display:flex}.ajouter-header-icon{color:#fff;background:#00966c;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:.25rem;font-size:1.6rem;font-weight:300;display:flex}.ajouter-title{color:#1a1a1a;letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:800}.ajouter-subtitle{color:#777;margin:0;font-size:.95rem}.ajouter-alert{border-radius:8px;padding:.75rem 1rem;font-size:.9rem;font-weight:500}.ajouter-alert-ok{color:#00966c;background:#f0faf6;border-left:3px solid #00966c}.ajouter-alert-err{color:#dc2626;background:#fef2f2;border-left:3px solid #dc2626}.ajouter-card{background:#fff;border-radius:16px;flex-direction:column;gap:1.25rem;padding:2rem;display:flex;box-shadow:0 4px 24px #00000014}.form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{flex-direction:column;gap:.35rem;display:flex}.form-label{text-transform:uppercase;letter-spacing:.08em;color:#00966c;font-size:.72rem;font-weight:600}.form-input{color:#1a1a1a;box-sizing:border-box;background:#fafafa;border:1.5px solid #ddd;border-radius:8px;width:100%;padding:.6rem .9rem;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:#00966c;outline:none;box-shadow:0 0 0 3px #00966c1f}.form-textarea{resize:vertical;min-height:90px}.select-wrapper select{appearance:none;cursor:pointer;padding-right:2.25rem}.form-checkbox-group{flex-direction:row;align-items:center}.form-checkbox-label{cursor:pointer;color:#444;align-items:center;gap:.6rem;font-size:.9rem;display:flex}.form-checkbox{accent-color:#00966c;cursor:pointer;width:16px;height:16px}.form-mail-reveal{background:#f0faf6;border-left:3px solid #00966c;border-radius:0 8px 8px 0;padding:.75rem 1rem}.form-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.btn-reset{color:#dc2626;cursor:pointer;background:0 0;border:1.5px solid #dc2626;border-radius:8px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .2s}.btn-submit{color:#fff;cursor:pointer;background:#00966c;border:none;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .2s}.btn-submit:hover{background:#007a58}.btn-submit:disabled{cursor:not-allowed;background:#aaa}@media (width<=480px){.form-grid{grid-template-columns:1fr}.ajouter-card{padding:1.25rem}.form-actions{flex-direction:column}.btn-reset,.btn-submit{text-align:center;width:100%}}.projet-table-status{color:#777;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1rem;font-size:.95rem;display:flex}.projet-table-status p{margin:0}.projet-table-error{color:#dc2626}.projet-table-empty-icon{font-size:2.5rem}.projet-table-spinner{border:3px solid #e5e7eb;border-top-color:#00966c;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite projet-spin}@keyframes projet-spin{to{transform:rotate(360deg)}}.projet-table-wrapper{flex-direction:column;align-items:center;width:100%;display:flex}.projet-table-count{text-transform:uppercase;letter-spacing:.08em;color:#00966c;box-sizing:border-box;background:#fafafa;border-bottom:1.5px solid #f0faf6;width:100%;max-width:500px;padding:.75rem 1.5rem;font-size:.78rem;font-weight:600}.projet-table{box-sizing:border-box;flex-direction:column;gap:1rem;width:100%;padding:1rem;display:flex}.projet-table-header{box-sizing:border-box;background:#f5fdf9;border-bottom:1px solid #e6f4ed;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;width:100%;padding:1rem 1.25rem;display:flex}.projet-table-footer{box-sizing:border-box;background:#fff;border-top:1px solid #e6f4ed;justify-content:center;width:100%;padding:1rem 1.25rem 1.25rem;display:flex}.projet-table-count{color:#065f46;font-size:.88rem;font-weight:700}.projet-table-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.pagination-button{color:#065f46;cursor:pointer;background:#fff;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-width:2.5rem;padding:.55rem 1rem;font-size:.88rem;font-weight:600;transition:transform .2s,background-color .2s,border-color .2s;display:inline-flex}.pagination-button:hover:not(:disabled){background:#ecfdf5;border-color:#a7f3d0;transform:translateY(-1px)}.pagination-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.pagination-button.active,.pagination-button--page.active{color:#fff;background:#059669;border-color:#059669}.pagination-button--ghost{padding:.45rem .7rem}.pagination-pages{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.pagination-info{color:#4b5563;font-size:.82rem}@media (width<=680px){.projet-table-header{flex-direction:column;align-items:stretch}.projet-table-pagination{justify-content:center}}@media (width<=480px){.projet-table{padding:.75rem}.pagination-button{padding:.55rem .8rem;font-size:.82rem}}.projet-page{flex-direction:column;align-items:center;gap:2rem;max-width:900px;margin:0 auto;padding:2rem 1rem 3rem;display:flex}.projet-header{text-align:center;flex-direction:column;align-items:center;gap:.4rem;width:100%;display:flex}.projet-header-icon{margin-bottom:.25rem;font-size:2.5rem;line-height:1}.projet-title{color:#1a1a1a;letter-spacing:-.02em;margin:0;padding:0%;font-size:2rem;font-weight:800}.projet-subtitle{color:#777;margin:0;font-size:.95rem}.projet-filters{box-sizing:border-box;background:#fff;border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:1rem;width:100%;padding:1.25rem 1.5rem;display:flex;box-shadow:0 2px 12px #00000012}.select-wrapper select{appearance:none;color:#1a1a1a;cursor:pointer;box-sizing:border-box;background:#fafafa;border:1.5px solid #ddd;border-radius:8px;width:100%;padding:.55rem 2.25rem .55rem .9rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.projet-content{background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;max-width:500px;display:flex;overflow:hidden;box-shadow:0 2px 12px #00000012}@media (width<=480px){.projet-filters{flex-direction:column}.filter-group{min-width:unset;width:100%}.btn-reset{text-align:center;width:100%}}.archive-table-status{color:#777;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1rem;font-size:.95rem;display:flex}.archive-table-status p{margin:0}.archive-table-error{color:#dc2626}.archive-table-empty-icon{font-size:2.5rem}.archive-table-spinner{border:3px solid #e5e7eb;border-top-color:#00966c;border-radius:50%;width:32px;height:32px;animation:.7s linear infinite archive-spin}@keyframes archive-spin{to{transform:rotate(360deg)}}.archive-table-wrapper{flex-direction:column;align-items:center;display:flex}.archive-table-count{text-transform:uppercase;letter-spacing:.08em;color:#00966c;background:#fafafa;border-bottom:1.5px solid #f0faf6;padding:.75rem 1.5rem;font-size:.78rem;font-weight:600}.archive-table{box-sizing:border-box;flex-direction:column;align-items:center;gap:.5rem;width:100%;padding:1rem;display:flex}.archive-table tbody tr{border-bottom:1px solid #f0f0f0;transition:background .15s}.archive-table tbody tr:last-child{border-bottom:none}.archive-table tbody tr:hover{background:#f9fefb}.archive-page{flex-direction:column;align-items:center;gap:2rem;max-width:900px;margin:0 auto;padding:2rem 1rem 3rem;display:flex}.archive-header{text-align:center;flex-direction:column;align-items:center;gap:.4rem;display:flex}.archive-header-icon{margin-bottom:.25rem;font-size:2.5rem;line-height:1}.archive-title{color:#1a1a1a;letter-spacing:-.02em;margin:0;padding:0%;font-size:2rem;font-weight:800}.archive-subtitle{color:#777;margin:0;font-size:.95rem}.archive-filters{background:#fff;border-radius:12px;flex-wrap:wrap;align-items:flex-end;gap:1rem;width:100%;padding:1.25rem 1.5rem;display:flex;box-shadow:0 2px 12px #00000012}.filter-group{flex-direction:column;flex:1;gap:.35rem;min-width:180px;display:flex}.filter-label{text-transform:uppercase;letter-spacing:.08em;color:#00966c;font-size:.72rem;font-weight:600}.select-wrapper{position:relative}.select-wrapper select{appearance:none;color:#1a1a1a;cursor:pointer;background:#fafafa;border:1.5px solid #ddd;border-radius:8px;width:100%;padding:.55rem 2.25rem .55rem .9rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.select-wrapper select:focus{border-color:#00966c;outline:none;box-shadow:0 0 0 3px #00966c1f}.select-arrow{color:#999;pointer-events:none;font-size:.8rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.btn-reset{color:#dc2626;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #dc2626;border-radius:8px;align-self:flex-end;padding:.55rem 1.1rem;font-size:.85rem;font-weight:500;transition:all .2s}.btn-reset:hover{color:#fff;background:#dc2626}.archive-content{background:#fff;border-radius:12px;width:100%;max-width:700px;margin:0 auto;overflow:hidden;box-shadow:0 2px 12px #00000012}@media (width<=480px){.archive-filters{flex-direction:column}.filter-group{min-width:unset;width:100%}.btn-reset{justify-content:center;width:100%}}
