:root{--red:#ae0909;--green:#0fb596;--black:#1a1a1a;--grey:#555;--bg:#fff;--bg-alt:#f7f7f7;--border:#e8e8e8}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--black);background:var(--bg);font-family:DM Sans,sans-serif;overflow-x:hidden}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#fffffff2;justify-content:space-between;align-items:center;padding:1.2rem 4rem;transition:box-shadow .3s;display:flex;position:fixed;top:0;left:0;right:0}.nav.scrolled{box-shadow:0 2px 20px #00000014}.nav-logo{color:var(--black);letter-spacing:-.01em;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700;text-decoration:none}.nav-logo span{color:var(--red)}.nav-links{gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--grey);letter-spacing:.04em;text-transform:uppercase;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .25s;position:relative}.nav-links a:after{content:"";background:var(--red);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-links a:hover{color:var(--black)}.nav-links a:hover:after{width:100%}.nav-cta{border-radius:2px;padding:.55rem 1.4rem;background:var(--red)!important;color:#fff!important;letter-spacing:.06em!important;font-size:.82rem!important;transition:background .25s,transform .2s!important}.nav-cta:after{display:none!important}.nav-cta:hover{transform:translateY(-1px);background:#8f0707!important}.nav-burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:.3rem;display:none}.nav-burger span{background:var(--black);border-radius:2px;width:22px;height:2px;display:block}#hero{grid-template-columns:1fr 1fr;min-height:100vh;padding-top:80px;display:grid}.hero-left{flex-direction:column;justify-content:center;padding:6rem 4rem;display:flex}.hero-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--green);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.75rem;font-weight:500;display:inline-flex}.hero-tag:before{content:"";background:var(--green);width:28px;height:2px;display:inline-block}.hero-title{letter-spacing:-.02em;color:var(--black);margin-bottom:1.5rem;font-family:Playfair Display,serif;font-size:clamp(2.8rem,4vw,4.2rem);font-weight:900;line-height:1.1}.hero-title em{color:var(--red);font-style:italic}.hero-sub{color:var(--grey);max-width:440px;margin-bottom:3rem;font-size:1.05rem;font-weight:300;line-height:1.7}.hero-actions{align-items:center;gap:1.5rem;display:flex}.btn-primary{background:var(--red);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:2px;padding:.9rem 2.2rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .25s,transform .2s,box-shadow .25s;display:inline-block}.btn-primary:hover{background:#8f0707;transform:translateY(-2px);box-shadow:0 8px 24px #ae090940}.btn-ghost{color:var(--black);letter-spacing:.04em;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:gap .25s,color .25s;display:flex}.btn-ghost:hover{color:var(--red);gap:.9rem}.btn-ghost svg{width:18px}.hero-stats{border-top:1px solid var(--border);gap:2.5rem;margin-top:4rem;padding-top:2.5rem;display:flex}.stat-num{color:var(--black);font-family:Playfair Display,serif;font-size:2.2rem;font-weight:900;line-height:1}.stat-num span{color:var(--red)}.stat-label{color:var(--grey);text-transform:uppercase;letter-spacing:.06em;margin-top:.3rem;font-size:.75rem}.hero-right{background:var(--bg-alt);position:relative;overflow:hidden}.hero-right:before{content:"";background:linear-gradient(135deg,#0000 60%,#ae09090f 100%);position:absolute;inset:0}.hero-img-placeholder{width:100%;height:100%;color:var(--grey);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.hero-photo{object-fit:cover;width:100%;height:100%}.hero-accent{background:var(--bg);z-index:2;border-radius:4px;padding:1.2rem 1.8rem;position:absolute;bottom:3rem;left:-1.5rem;box-shadow:0 8px 32px #0000001f}.hero-accent-label{text-transform:uppercase;letter-spacing:.08em;color:var(--green);font-size:.7rem;font-weight:500}.hero-accent-text{color:var(--black);margin-top:.2rem;font-family:Playfair Display,serif;font-size:1rem;font-weight:700}section{padding:6rem 4rem}.section-label{text-transform:uppercase;letter-spacing:.1em;color:var(--green);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:500;display:flex}.section-label:before{content:"";background:var(--green);width:24px;height:2px}.section-title{letter-spacing:-.02em;color:var(--black);font-family:Playfair Display,serif;font-size:clamp(2rem,3vw,2.8rem);font-weight:900;line-height:1.15}.section-title em{color:var(--red);font-style:italic}.section-divider{background:var(--red);width:60px;height:3px;margin:1.2rem 0 2rem}.reveal{opacity:0;transition:opacity .7s,transform .7s;transform:translateY(28px)}.reveal.visible{opacity:1;transform:none}#about{background:var(--bg-alt);grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.about-body{color:var(--grey);margin-top:1.5rem;font-size:1rem;font-weight:300;line-height:1.85}.about-body p{margin-bottom:1.2rem}.about-body p:last-child{margin-bottom:0}.about-skills{flex-wrap:wrap;gap:.6rem;margin-top:2.5rem;display:flex}.skill-tag{border:1px solid var(--border);color:var(--black);letter-spacing:.02em;border-radius:2px;padding:.4rem 1rem;font-size:.78rem;font-weight:500;transition:border-color .2s,color .2s}.skill-tag:hover{border-color:var(--red);color:var(--red)}.about-right{flex-direction:column;gap:1.5rem;display:flex}.about-card{background:var(--bg);border-left:3px solid var(--red);border-radius:4px;padding:2rem;box-shadow:0 2px 12px #0000000d}.about-card-icon{margin-bottom:.8rem;font-size:1.4rem}.about-card h4{color:var(--black);margin-bottom:.4rem;font-family:Playfair Display,serif;font-size:1rem;font-weight:700}.about-card p{color:var(--grey);font-size:.85rem;line-height:1.6}.lang-badges{gap:.8rem;margin-top:1.5rem;display:flex}.lang-badge{background:var(--bg);border:1px solid var(--border);border-radius:4px;flex-direction:column;align-items:center;padding:.8rem 1.4rem;display:flex}.lang-badge strong{font-family:Playfair Display,serif;font-size:1.1rem;font-weight:700}.lang-badge span{text-transform:uppercase;letter-spacing:.06em;color:var(--green);margin-top:.2rem;font-size:.72rem}#experience{padding:0}.exp-header{text-align:center;padding:5rem 4rem 3rem}.exp-header .section-label{justify-content:center}.exp-tabs{border-bottom:1px solid var(--border);justify-content:center;padding:0 4rem;display:flex}.exp-tab{letter-spacing:.04em;text-transform:uppercase;color:var(--grey);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:1rem 2rem;font-family:DM Sans,sans-serif;font-size:.82rem;font-weight:500;transition:color .2s,border-color .2s}.exp-tab.active{color:var(--red);border-bottom-color:var(--red)}.exp-tab:hover{color:var(--black)}.exp-panel{padding:4rem}.exp-intro{max-width:720px;color:var(--grey);margin-bottom:3rem;font-size:1rem;font-weight:300;line-height:1.8}.exp-grid{grid-template-columns:1fr 2fr;gap:4rem;display:grid}.exp-competences h4{text-transform:uppercase;letter-spacing:.1em;color:var(--green);margin-bottom:1.2rem;font-size:.72rem;font-weight:600}.exp-competences ul{flex-direction:column;gap:.7rem;list-style:none;display:flex}.exp-competences li{color:var(--grey);padding-left:1.2rem;font-size:.88rem;line-height:1.5;position:relative}.exp-competences li:before{content:"";background:var(--green);border-radius:50%;width:6px;height:6px;position:absolute;top:.55rem;left:0}.exp-tools{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.5rem}.exp-tools h4{text-transform:uppercase;letter-spacing:.1em;color:var(--grey);margin-bottom:.8rem;font-size:.72rem;font-weight:600}.tools-list{flex-wrap:wrap;gap:.4rem;display:flex}.tool-chip{background:var(--bg-alt);color:var(--black);border-radius:2px;padding:.3rem .8rem;font-size:.75rem;font-weight:500}.timeline{flex-direction:column;gap:0;display:flex}.timeline-item{grid-template-columns:auto 1fr;gap:1.5rem;padding-bottom:2.5rem;display:grid}.timeline-dot-col{flex-direction:column;align-items:center;padding-top:.3rem;display:flex}.timeline-dot{background:var(--red);border-radius:50%;flex-shrink:0;width:12px;height:12px}.timeline-line{background:var(--border);flex:1;width:1px;margin-top:.4rem}.timeline-title{color:var(--black);margin-bottom:.2rem;font-family:Playfair Display,serif;font-size:1.05rem;font-weight:700}.timeline-meta{color:var(--green);letter-spacing:.02em;margin-bottom:.8rem;font-size:.78rem;font-weight:500}.timeline-tasks{flex-direction:column;gap:.4rem;list-style:none;display:flex}.timeline-tasks li{color:var(--grey);padding-left:1rem;font-size:.88rem;line-height:1.6;position:relative}.timeline-tasks li:before{content:"—";color:var(--border);position:absolute;left:0}#benevoles{background:var(--bg-alt)}.benev-header{text-align:center;margin-bottom:4rem}.benev-header .section-label{justify-content:center}.benev-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.benev-card{background:var(--bg);border-top:3px solid var(--green);border-radius:4px;padding:2rem;transition:transform .3s,box-shadow .3s}.benev-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #00000014}.benev-org{text-transform:uppercase;letter-spacing:.1em;color:var(--green);margin-bottom:.6rem;font-size:.7rem;font-weight:600}.benev-role{color:var(--black);margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1rem;font-weight:700}.benev-date{color:var(--grey);margin-bottom:1rem;font-size:.78rem}.benev-tasks{flex-direction:column;gap:.4rem;list-style:none;display:flex}.benev-tasks li{color:var(--grey);padding-left:1rem;font-size:.84rem;line-height:1.55;position:relative}.benev-tasks li:before{content:"";background:var(--green);border-radius:50%;width:5px;height:5px;position:absolute;top:.55rem;left:0}#certifications{grid-template-columns:1fr 1fr;align-items:start;gap:6rem;display:grid}.cert-list{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.cert-card{border:1px solid var(--border);border-radius:4px;padding:1.8rem 2rem;transition:border-color .25s,box-shadow .25s}.cert-card:hover{border-color:var(--red);box-shadow:0 4px 20px #ae090914}.cert-issuer{text-transform:uppercase;letter-spacing:.1em;color:var(--red);margin-bottom:.4rem;font-size:.7rem;font-weight:600}.cert-name{color:var(--black);margin-bottom:.2rem;font-family:Playfair Display,serif;font-size:1rem;font-weight:700}.cert-date{color:var(--grey);margin-bottom:.6rem;font-size:.78rem}.cert-desc{color:var(--grey);font-size:.85rem;line-height:1.6}.distinctions-col .section-label{margin-top:0}.distinction-card{background:var(--red);color:#fff;border-radius:4px;margin-top:2rem;padding:2.5rem}.distinction-prize{text-transform:uppercase;letter-spacing:.1em;opacity:.75;margin-bottom:.8rem;font-size:.7rem;font-weight:600}.distinction-title{margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:900;line-height:1.3}.distinction-org{opacity:.8;margin-bottom:.3rem;font-size:.82rem}.distinction-year{opacity:.65;letter-spacing:.06em;font-size:.75rem}.distinction-card-alt{background:var(--bg-alt);border-left:3px solid var(--green);border-radius:4px;margin-top:1.5rem;padding:2rem}.distinction-card-alt .distinction-prize{color:var(--green);opacity:1}.distinction-card-alt .distinction-title{color:var(--black);font-size:1.1rem}.distinction-card-alt .distinction-org,.distinction-card-alt .distinction-year{color:var(--grey);opacity:1}#loisirs{background:var(--black);color:#fff;text-align:center}#loisirs .section-label{justify-content:center}#loisirs .section-title{color:#fff}.loisirs-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:900px;margin-top:3.5rem;margin-left:auto;margin-right:auto;display:grid}.loisir-card{border:1px solid #ffffff1a;border-radius:4px;padding:2.5rem 1.5rem;transition:border-color .3s,background .3s,transform .3s}.loisir-card:hover{border-color:var(--green);background:#0fb5960f;transform:translateY(-4px)}.loisir-icon{margin-bottom:1rem;font-size:2.2rem}.loisir-name{color:#fff;font-family:Playfair Display,serif;font-size:1rem;font-weight:700}#temoignages{background:var(--bg-alt);text-align:center}#temoignages .section-label{justify-content:center}.temoignage-sub{color:var(--grey);margin-bottom:3.5rem;font-family:Playfair Display,serif;font-size:1rem;font-style:italic}.temoignage-placeholder{background:var(--bg);border:1px dashed var(--border);border-radius:4px;max-width:800px;margin:0 auto;padding:3rem}.temoignage-placeholder p{color:var(--grey);font-size:.9rem;line-height:1.7}.temoignages-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:1000px;margin:0 auto;display:grid}.temoignage-card{background:var(--bg);border-top:3px solid var(--green);text-align:left;border-radius:4px;padding:2rem}.temoignage-texte{color:var(--grey);margin-bottom:1.2rem;font-size:.95rem;font-style:italic;line-height:1.7}.temoignage-auteur strong{color:var(--black);font-size:.9rem;font-weight:700;display:block}.temoignage-auteur span{color:var(--green);font-size:.78rem}#contact{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}.contact-accroche{color:var(--grey);margin-top:1.5rem;font-size:1rem;font-weight:300;line-height:1.8}.contact-items{flex-direction:column;gap:1.2rem;margin-top:2.5rem;display:flex}.contact-item{background:var(--bg-alt);border-radius:4px;align-items:center;gap:1rem;padding:1.2rem 1.5rem;text-decoration:none;transition:background .25s,transform .2s;display:flex}.contact-item:hover{background:#f0f0f0;transform:translate(4px)}.contact-item-icon{background:var(--red);border-radius:2px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.contact-item-icon svg{fill:#fff;width:16px}.contact-item-label{text-transform:uppercase;letter-spacing:.08em;color:var(--grey);font-size:.72rem;font-weight:600}.contact-item-value{color:var(--black);margin-top:.1rem;font-size:.92rem;font-weight:500}.contact-form-wrapper{background:var(--bg-alt);border-radius:4px;padding:2.5rem}.contact-form-wrapper h3{margin-bottom:1.8rem;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700}.form-group{margin-bottom:1.2rem}.form-group label{text-transform:uppercase;letter-spacing:.06em;color:var(--grey);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.form-group input,.form-group textarea{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--black);border-radius:2px;outline:none;padding:.85rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--red)}.form-group textarea{resize:vertical;height:120px}.btn-submit{background:var(--red);color:#fff;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;width:100%;padding:.95rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;transition:background .25s,transform .2s}.btn-submit:hover:not(:disabled){background:#8f0707;transform:translateY(-1px)}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.form-success{color:var(--green);margin-bottom:.8rem;font-size:.85rem}.form-error{color:var(--red);margin-bottom:.8rem;font-size:.85rem}footer{background:var(--black);color:#ffffff80;text-align:center;justify-content:space-between;align-items:center;padding:2rem 4rem;font-size:.8rem;display:flex}footer a{color:var(--green);text-decoration:none}.blog-page{max-width:1200px;margin:0 auto;padding:8rem 4rem 6rem}.blog-header{margin-bottom:3rem}.blog-loading,.blog-empty{text-align:center;color:var(--grey);padding:4rem}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.blog-card{background:var(--bg-alt);border-radius:4px;flex-direction:column;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.blog-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #00000014}.blog-card-img{height:200px;overflow:hidden}.blog-card-img img{object-fit:cover;width:100%;height:100%}.blog-card-body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.blog-card-date{color:var(--green);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem;font-size:.72rem}.blog-card-title{color:var(--black);margin-bottom:.6rem;font-family:Playfair Display,serif;font-size:1.15rem;font-weight:700}.blog-card-extrait{color:var(--grey);flex:1;margin-bottom:1rem;font-size:.88rem;line-height:1.6}.blog-card-lire{color:var(--red);font-size:.82rem;font-weight:500}.blog-not-found{flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:60vh;display:flex}.blog-post-page{max-width:760px;margin:0 auto;padding:8rem 4rem 6rem}.blog-post-header{margin-bottom:2rem}.blog-back{color:var(--grey);margin-bottom:1.5rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:inline-block}.blog-back:hover{color:var(--red)}.blog-post-date{color:var(--green);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.8rem;font-size:.75rem}.blog-post-title{color:var(--black);font-family:Playfair Display,serif;font-size:clamp(1.8rem,3vw,2.8rem);font-weight:900;line-height:1.2}.blog-post-cover{border-radius:4px;margin:2rem 0;overflow:hidden}.blog-post-cover img{object-fit:cover;width:100%;max-height:460px}.blog-post-content{color:var(--grey);font-size:1rem;line-height:1.85}.blog-post-content h2,.blog-post-content h3{color:var(--black);margin:2rem 0 1rem;font-family:Playfair Display,serif}.blog-post-content p{margin-bottom:1.2rem}.blog-post-content img{border-radius:4px;max-width:100%;margin:1.5rem 0}.login-page{background:var(--bg-alt);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.login-card{background:var(--bg);border-radius:4px;width:100%;max-width:440px;padding:3rem;box-shadow:0 4px 40px #00000014}.login-logo{color:var(--black);margin-bottom:.5rem;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700}.login-logo span{color:var(--red)}.login-title{margin-bottom:.4rem;font-family:Playfair Display,serif;font-size:1.8rem;font-weight:900}.login-sub{color:var(--grey);margin-bottom:2rem;font-size:.9rem}.admin-layout{grid-template-columns:260px 1fr;min-height:100vh;display:grid}.admin-sidebar{background:var(--black);flex-direction:column;height:100vh;padding:2rem;display:flex;position:sticky;top:0;overflow-y:auto}.admin-sidebar-logo{color:#fff;margin-bottom:.3rem;font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700}.admin-sidebar-logo span{color:var(--red)}.admin-sidebar-sub{color:#fff6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:2rem;font-size:.72rem}.admin-nav{flex-direction:column;flex:1;gap:.3rem;display:flex}.admin-nav-item{text-align:left;color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:3px;padding:.7rem 1rem;font-family:DM Sans,sans-serif;font-size:.85rem;transition:background .2s,color .2s}.admin-nav-item:hover{color:#fff;background:#ffffff12}.admin-nav-item.active{background:var(--red);color:#fff}.admin-sidebar-footer{flex-direction:column;gap:.6rem;margin-top:2rem;display:flex}.admin-preview-btn{color:var(--green);text-align:center;border:1px solid #0fb5964d;border-radius:3px;padding:.6rem;font-size:.82rem;text-decoration:none;transition:background .2s}.admin-preview-btn:hover{background:#0fb5961a}.admin-logout-btn{color:#fff6;cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:3px;padding:.6rem;font-family:DM Sans,sans-serif;font-size:.82rem;transition:color .2s}.admin-logout-btn:hover{color:#fff}.admin-main{background:var(--bg-alt);padding:3rem;overflow-y:auto}.editor{background:var(--bg);border-radius:4px;max-width:800px;padding:2.5rem}.editor-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.editor-title{color:var(--black);margin-bottom:2rem;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700}.editor-section{margin-bottom:1.8rem}.editor-label{text-transform:uppercase;letter-spacing:.06em;color:var(--grey);margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:block}.editor-label-sm{color:var(--grey);margin:.6rem 0 .3rem;font-size:.78rem;display:block}.editor-input{background:var(--bg-alt);border:1px solid var(--border);width:100%;color:var(--black);border-radius:3px;outline:none;margin-bottom:.6rem;padding:.8rem 1rem;font-family:DM Sans,sans-serif;font-size:.9rem;transition:border-color .2s;display:block}.editor-input:focus{border-color:var(--red)}.editor-input.small{max-width:80px}.editor-row{align-items:center;gap:.8rem;margin-bottom:.4rem;display:flex}.editor-card-group{background:var(--bg-alt);border-left:3px solid var(--border);border-radius:4px;margin-bottom:1rem;padding:1.5rem}.editor-add-btn{color:var(--green);border:1px dashed var(--green);cursor:pointer;background:0 0;border-radius:3px;margin-top:.4rem;padding:.5rem 1rem;font-family:DM Sans,sans-serif;font-size:.82rem;transition:background .2s}.editor-add-btn:hover{background:#0fb59614}.editor-add-btn.inline{padding:.3rem .7rem}.editor-remove-btn{color:var(--red);cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ae090933;border-radius:3px;flex-shrink:0;padding:.3rem .7rem;font-family:DM Sans,sans-serif;font-size:.8rem}.editor-remove-btn.block{margin-top:.8rem;display:block}.editor-save-btn{background:var(--red);color:#fff;letter-spacing:.04em;cursor:pointer;border:none;border-radius:3px;margin-top:1rem;padding:.85rem 2rem;font-family:DM Sans,sans-serif;font-size:.85rem;font-weight:500;transition:background .25s}.editor-save-btn:hover:not(:disabled){background:#8f0707}.editor-save-btn:disabled{opacity:.6;cursor:not-allowed}.editor-cancel-btn{border:1px solid var(--border);color:var(--grey);cursor:pointer;background:0 0;border-radius:3px;margin-top:1rem;padding:.85rem 1.5rem;font-family:DM Sans,sans-serif;font-size:.85rem}.editor-action-btn{color:var(--black);border:1px solid var(--border);cursor:pointer;white-space:nowrap;background:0 0;border-radius:3px;padding:.35rem .8rem;font-family:DM Sans,sans-serif;font-size:.8rem;text-decoration:none}.editor-action-btn:hover{border-color:var(--black)}.editor-msg.success{color:var(--green);margin-top:.8rem;font-size:.85rem}.editor-msg.error{color:var(--red);margin-top:.8rem;font-size:.85rem}.editor-empty{color:var(--grey);padding:2rem 0;font-size:.9rem}.editor-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.editor-tab{background:var(--bg-alt);border:1px solid var(--border);cursor:pointer;color:var(--grey);border-radius:3px;padding:.5rem 1.2rem;font-family:DM Sans,sans-serif;font-size:.82rem}.editor-tab.active{background:var(--red);color:#fff;border-color:var(--red)}.photo-upload{border:2px dashed var(--border);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:180px;height:180px;transition:border-color .2s;display:flex;overflow:hidden}.photo-upload:hover{border-color:var(--red)}.photo-preview{object-fit:cover;width:100%;height:100%}.photo-placeholder{color:var(--grey);text-align:center;padding:1rem;font-size:.8rem}.blog-post-row{background:var(--bg-alt);border-radius:4px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.8rem;padding:1.2rem 1.5rem;display:flex}.blog-post-row-title{color:var(--black);font-size:.95rem;font-weight:600}.blog-post-row-meta{color:var(--grey);margin-top:.2rem;font-size:.78rem}.blog-post-row-actions{flex-shrink:0;gap:.5rem;display:flex}.badge-published{color:var(--green);font-weight:600}.badge-draft{color:var(--grey)}.message-card{background:var(--bg-alt);border-left:3px solid var(--green);border-radius:4px;margin-bottom:1rem;padding:1.5rem}.message-header{justify-content:space-between;align-items:flex-start;margin-bottom:.8rem;display:flex}.message-email{color:var(--grey);font-weight:400}.message-date{color:var(--grey);font-size:.75rem}.message-body{color:var(--grey);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.message-actions{gap:.5rem;display:flex}@media (width<=900px){.nav{padding:1rem 2rem}.nav-links{border-bottom:1px solid var(--border);z-index:99;background:#fff;flex-direction:column;gap:1rem;padding:1.5rem 2rem;display:none;position:fixed;top:60px;left:0;right:0}.nav-links.open,.nav-burger{display:flex}#hero{grid-template-columns:1fr}.hero-right{display:none}.hero-left,section{padding:4rem 2rem}#about,#certifications,#contact{grid-template-columns:1fr;gap:3rem}.exp-grid{grid-template-columns:1fr}.loisirs-grid{grid-template-columns:repeat(2,1fr)}.admin-layout{grid-template-columns:1fr}.admin-sidebar{height:auto;position:static}.blog-page,.blog-post-page{padding:6rem 2rem 4rem}}
