@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&family=Open+Sans:wght@300;400;600&display=swap";
:root{--primary:#00d454;--primary-dark:#159a48;--background:#060142;--text:#fff;--gray:#efefef;--navy:#14125a;--navy-deep:#050043;--gold:gold;--red-badge:#ff2a2a;--light-bg:#f2f2f2;--fafafa:#fafafa;--font-main:"Poppins", sans-serif;--font-body:"Open Sans", sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--max-w:1200px;--nav-h:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--background);color:var(--text);min-height:100vh;line-height:1.65}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}.container{max-width:var(--max-w);margin-inline:auto;padding-inline:2rem}.container--narrow{max-width:640px}#preloader{z-index:9999;background:#fff;flex-direction:column;justify-content:center;align-items:center;transition:opacity .5s;display:flex;position:fixed;inset:0}.loader-circle{border:5px solid #00d454;border-top-color:#0000;border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite spin}.loader-text{color:#050043;font-family:Open Sans,sans-serif;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}.navbar{z-index:1000;background:#fff;position:sticky;top:0;box-shadow:0 2px 12px #0000000d}.navbar-inner{justify-content:space-between;align-items:center;gap:2rem;max-width:1200px;margin-inline:auto;padding:1rem 2rem;display:flex}.navbar-logo img{width:auto;height:24px}.navbar-links{align-items:center;gap:2rem;font-family:Open Sans,sans-serif;font-weight:400;display:flex}.navbar-links a{color:#14125a;transition:color .3s}.navbar-links a:hover{color:#00d454}.btn-nav{background-color:#00d454;border-radius:8px;padding:.5rem 1.25rem;font-weight:600;transition:background-color .3s;color:#fff!important}.btn-nav:hover{background-color:#159a48!important}.navbar-burger{cursor:pointer;color:#00d454;background:0 0;border:none;font-size:2rem;display:none}.navbar-mobile{background:#fff;border-top:1px solid #eee;flex-direction:column;padding:1rem 2rem 1.5rem;display:flex}.navbar-mobile a{color:#14125a;border-bottom:1px solid #eee;padding:.75rem 0;font-family:Open Sans,sans-serif}.btn-primary{color:#fff;cursor:pointer;background-color:#00d454;border:none;border-radius:8px;padding:.5rem 1.5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;transition:background-color .3s;display:inline-block}.btn-primary:hover{background-color:#159a48}.btn-secondary{color:#fff;cursor:pointer;background:0 0;border:2px solid #00d454;border-radius:8px;padding:.5rem 1.5rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;transition:all .3s;display:inline-block}.btn-secondary:hover{color:#fff;background-color:#00d454}.btn-full{text-align:center;width:100%}.hero{background-color:#060142;justify-content:center;align-items:center;min-height:calc(100vh - 72px);padding:4rem 2rem;display:flex}.hero-inner{width:100%;max-width:1200px}.hero-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:#00d454;margin-bottom:1.25rem;font-family:Open Sans,sans-serif;font-size:.85rem}.hero-title{color:#fff;margin-bottom:1.5rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:600;line-height:1.1}.hero-title em{color:#00d454;font-style:normal}.hero-subtitle{color:#ffffffbf;max-width:500px;margin-bottom:2.5rem;font-size:1rem}.hero-ctas{flex-wrap:wrap;gap:1rem;display:flex}.section-title{text-align:center;margin-bottom:3rem;font-size:2rem;font-weight:600;line-height:1}.section-title .highlight{color:#00d454}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#00d454;margin-bottom:.75rem;font-family:Open Sans,sans-serif;font-size:.8rem}.page-header{text-align:center;background-color:#060142;padding:4rem 0 3rem}.page-header h1{color:#fff;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:600}.page-header h1 em{color:#00d454;font-style:normal}.page-subtitle{color:#ffffffa6;margin-inline:auto;max-width:50ch;margin-top:.75rem;font-size:1.05rem}.poles{color:#050043;text-align:center;background-color:#fff;padding:5rem 2rem}.poles .section-title{color:#050043}.poles-grid{grid-template-columns:1fr 1fr;gap:2rem;max-width:1200px;margin-inline:auto;display:grid}.pole-card{text-align:left;background:#f2f2f2;border-radius:16px;padding:2.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 10px #00000012}.pole-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}.pole-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.pole-card h3{color:#14125a;margin-bottom:.75rem;font-size:1.4rem;font-weight:600}.pole-card p{color:#444;margin-bottom:1.5rem;font-family:Open Sans,sans-serif;line-height:1.7}.pole-link{color:#00d454;font-weight:600;transition:color .2s}.pole-link:hover{color:#159a48;text-decoration:underline}.marquee-section{background-color:#f2f2f2;width:100%;padding:2rem 0;overflow:hidden}.marquee-track{gap:3rem;width:max-content;animation:30s linear infinite scrollFlags;display:flex}.marquee-item{color:#050043;white-space:nowrap;font-family:Open Sans,sans-serif;font-size:.9rem;font-weight:600}@keyframes scrollFlags{0%{transform:translate(0)}to{transform:translate(-50%)}}.cta-band{color:#fff;text-align:center;background-color:#050043;padding:4rem 2rem}.cta-band h2{color:gold;margin-bottom:1rem;font-size:2rem}.cta-band p{color:#ffffffbf;margin-bottom:2rem}.catalogue-page{background-color:#060142;min-height:100vh}.books-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;padding-bottom:4rem;display:grid}.book-card{color:#050043;background:#f2f2f2;border-radius:12px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 10px #0000001a}.book-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0003}.book-cover-wrapper{aspect-ratio:2/3;background:#14125a;position:relative;overflow:hidden}.book-info{padding:.75rem}.book-title{color:#14125a;margin-bottom:.2rem;font-size:.9rem;font-weight:600;line-height:1.3}.book-author{color:#666;margin-bottom:.5rem;font-family:Open Sans,sans-serif;font-size:.78rem}.book-footer{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.book-price{color:#14125a;font-family:Open Sans,sans-serif;font-size:.82rem;font-weight:700}.book-cta{color:#00d454;font-size:.8rem;font-weight:600}.empty-state{text-align:center;color:#ffffff80;padding:4rem 0;font-size:1.1rem}@media (max-width:480px){.books-grid{grid-template-columns:repeat(2,1fr)}}.livre-detail-page{background-color:#060142;min-height:100vh;padding-bottom:6rem}.back-link{color:#ffffff80;margin:2rem 0;font-size:.9rem;transition:color .2s;display:inline-block}.back-link:hover{color:#00d454}.livre-detail-grid{grid-template-columns:280px 1fr;align-items:start;gap:4rem;display:grid}.livre-cover-wrapper{aspect-ratio:2/3;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 32px #00000080}.livre-cover-img{object-fit:cover}.livre-auteur{color:#00d454;margin-bottom:.5rem;font-family:Open Sans,sans-serif;font-size:.9rem}.livre-titre{color:#fff;margin-bottom:2rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:600}.livre-resume{color:#ffffffbf;margin-bottom:2.5rem;font-family:Open Sans,sans-serif;line-height:1.8}.livre-resume p+p{margin-top:1rem}.livre-actions{flex-wrap:wrap;gap:1rem;display:flex}.livre-indisponible{color:#ffffff73;margin-top:1.5rem;font-size:.9rem}.commander-page{background-color:#060142;min-height:100vh;padding-bottom:6rem}.order-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:#fff;font-size:.9rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{color:#fff;background:#ffffff12;border:1px solid #ffffff26;border-radius:8px;padding:1rem;font-family:Open Sans,sans-serif;font-size:1rem;transition:border-color .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff59}.form-group select option{color:#fff;background:#14125a}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#00d454;outline:none}.form-error{color:#ff6b6b;font-size:.9rem}.form-success{text-align:center;background:#00d45414;border:1px solid #00d454;border-radius:12px;padding:4rem 2rem}.form-success h2{color:#00d454}.success-icon{margin-bottom:1rem;font-size:3rem;display:block}.pfe-page{background-color:#060142;min-height:100vh}.pfe-hero{text-align:center;background-color:#060142;justify-content:center;align-items:center;min-height:60vh;padding:6rem 2rem;display:flex}.pfe-hero .container{flex-direction:column;align-items:center;gap:1.5rem;max-width:700px;display:flex}.pfe-hero h1{color:#fff;margin:0;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700;line-height:1.15}.pfe-hero h1 em{color:#00d454;font-style:italic}.pfe-hero .page-subtitle{color:#ffffffb3;max-width:50ch;margin:0;font-size:1.05rem;line-height:1.7}.pfe-services{color:#050043;text-align:center;background-color:#fff;padding:4rem 2rem}.pfe-services .section-title{color:#050043}.services-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:1200px;margin-inline:auto;display:grid}.service-card{text-align:left;background:#f2f2f2;border-radius:16px;padding:2rem 1.5rem;transition:transform .3s;box-shadow:0 4px 10px #00000012}.service-card:hover{transform:translateY(-6px)}.service-icon{margin-bottom:1rem;font-size:2rem;display:block}.service-card h3{color:#14125a;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.service-card p{color:#555;font-family:Open Sans,sans-serif;font-size:.9rem;line-height:1.6}.pfe-process{color:#050043;text-align:center;background-color:#f2f2f2;padding:4rem 2rem}.pfe-process .section-title{color:#050043}.process-steps{flex-wrap:wrap;justify-content:center;gap:0;max-width:1200px;margin-inline:auto;display:flex}.process-step{text-align:center;flex:1;min-width:180px;padding:1.5rem 1rem;position:relative}.step-number{color:#00d454;margin-bottom:.5rem;font-size:2rem;font-weight:600;display:block}.process-step h3{color:#14125a;margin-bottom:.4rem;font-size:1rem;font-weight:600}.process-step p{color:#555;font-family:Open Sans,sans-serif;font-size:.85rem}.step-arrow{color:#00d454;font-size:1.5rem;position:absolute;top:50%;right:-.5rem;transform:translateY(-50%)}.pfe-tarifs{color:#050043;text-align:center;background-color:#fff;padding:4rem 2rem}.pfe-tarifs .section-title{color:#050043}.tarifs-grid{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1200px;margin-inline:auto;display:flex}.tarif-card{text-align:center;background:#f2f2f2;border-radius:16px;min-width:230px;max-width:230px;padding:2rem;transition:transform .3s;position:relative;box-shadow:0 4px 10px #0000001a}.tarif-card:hover{transform:translateY(-8px)}.tarif-popular{border:2px solid #00d454}.tarif-badge{color:#fff;white-space:nowrap;background-color:#ff2a2a;border-radius:20px;padding:.25rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.tarif-card h3{color:#14125a;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.tarif-detail{color:#2e2b89;font-size:.9rem;font-weight:700}.tarif-prix{color:#00d454;margin:1rem 0;font-size:1.25rem;font-weight:700}.tarif-features{text-align:left;color:#333;margin-bottom:1.5rem;font-family:Open Sans,sans-serif;font-size:.9rem;list-style:none}.tarif-features li{margin-bottom:.5rem}.footer{color:#fff;background-color:#14125a;padding:3rem 2rem 1rem;font-size:.95rem}.footer-inner{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1200px;margin-inline:auto;padding-bottom:2rem;font-family:Open Sans,sans-serif;font-weight:400;display:flex}.footer-brand{flex:250px}.footer-brand p{color:#ffffffbf;margin-top:1rem;font-size:.9rem;line-height:1.7}.footer-col{flex:160px}.footer-col h4{color:#00d454;margin-bottom:1rem;font-size:.9rem}.footer-col ul{flex-direction:column;gap:.5rem;display:flex}.footer-col a{color:#fff;font-size:.9rem;line-height:1.5;transition:color .2s}.footer-col a:hover{text-decoration:underline}.footer-socials{gap:1.5rem;display:flex}.footer-socials img{width:32px;height:32px;transition:transform .3s,filter .3s}.footer-socials a:hover img{filter:brightness(1.2);transform:scale(1.2)}.footer-bottom{text-align:center;color:#bdb9b9;border-top:1px solid #ffffff26;padding:1rem 0;font-family:Open Sans,sans-serif;font-size:.85rem;font-weight:300}.whatsapp-float{z-index:999;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:55px;height:55px;transition:transform .3s;display:flex;position:fixed;bottom:200px;right:15px;box-shadow:0 4px 10px #0000004d}.whatsapp-float img{width:32px;height:32px}.whatsapp-float:hover{background-color:#1ebc57;transform:scale(1.1)}.scroll-to-top{color:#fff;cursor:pointer;z-index:998;background-color:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:30px;transition:opacity .3s ease-in-out;display:none;position:fixed;bottom:30px;right:16px;box-shadow:0 4px 10px #0003}.scroll-to-top.show{display:flex}.scroll-to-top:hover{background-color:#2e2b89}.scroll-to-top:active{background-color:#00d454;transform:scale(.9)}@media (max-width:900px){.navbar-links{display:none}.navbar-burger{display:flex}.poles-grid{grid-template-columns:1fr;max-width:480px;margin-inline:auto}}@media (max-width:768px){.livre-detail-grid{grid-template-columns:1fr;gap:1.5rem}.livre-cover-wrapper{max-width:220px;margin-inline:auto}.livre-titre{margin-bottom:1rem;font-size:1.6rem}.livre-resume{margin-bottom:1.5rem}.livre-actions{margin-bottom:0}.auteur-cta-card{margin-top:1.25rem}.hero{min-height:auto;padding:3rem 1.5rem}.tarifs-grid,.process-steps{flex-direction:column;align-items:center}.step-arrow{display:none}.footer-inner{flex-direction:column;gap:1.25rem}}@media (max-width:480px){.books-grid{grid-template-columns:repeat(2,1fr)}.hero-ctas{flex-direction:column}.services-grid{grid-template-columns:1fr}}@media (max-width:768px){.footer-inner{gap:1.25rem}.footer-brand{flex:auto}.footer-brand p{margin-top:.5rem}.footer-col{flex:auto}}.footer-socials{gap:1rem;margin-top:.5rem;display:flex}.social-icon-link{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .3s,color .3s,transform .2s;display:flex}.social-icon-link:hover{color:#fff;background:#00d454;border-color:#00d454;transform:scale(1.12)}.pfe-services-detail{color:#050043;background-color:#fff;padding:5rem 0}.pfe-services-detail .section-title{color:#050043}.service-block{margin-inline:auto;background:#f2f2f2;border-left:4px solid #00d454;border-radius:16px;max-width:900px;margin-bottom:4rem;padding:2.5rem}.service-block-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.service-block-icon{font-size:2rem}.service-block-header h3{color:#14125a;margin:0;font-size:1.4rem;font-weight:600}.tabs{flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem;display:flex}.tab-label{color:#fff;background:#14125a;border-radius:20px;padding:.3rem .9rem;font-family:Open Sans,sans-serif;font-size:.8rem;font-weight:600}.service-steps{flex-direction:column;gap:.6rem;margin-bottom:1.5rem;list-style:none;display:flex}.service-steps li{color:#333;padding-left:1.5rem;font-family:Open Sans,sans-serif;font-size:.95rem;line-height:1.6;position:relative}.service-steps li:before{content:"→";color:#00d454;font-weight:700;position:absolute;left:0}.workflow-box{color:#fff;background:#050043;border-radius:10px;margin-bottom:1.5rem;padding:1.25rem 1.5rem;font-family:Open Sans,sans-serif;font-size:.9rem}.workflow-box strong{color:#00d454}.workflow-flow{color:#ffffffbf;margin-top:.4rem;font-size:.85rem;font-style:italic}.service-cta{margin-top:1.5rem}.service-block .tarifs-grid{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1.5rem;display:flex}.whyus-section{color:#fff;background:#060142;padding:5rem 0}.whyus-section .section-title{color:#fff}.reasons-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;max-width:1200px;margin-inline:auto;display:grid}.reason-card{text-align:center;background:#ffffff0d;border:1px solid #00d45433;border-radius:16px;padding:2rem 1.5rem;transition:border-color .3s,transform .3s}.reason-card:hover{border-color:#00d454;transform:translateY(-4px)}.reason-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.reason-card h3{color:#00d454;margin-bottom:.5rem;font-size:1.05rem;font-weight:600}.reason-card p{color:#ffffffa6;font-family:Open Sans,sans-serif;font-size:.9rem;line-height:1.6}.about-section{color:#050043;background:#fafafa;padding:5rem 0}.about-section .section-title{color:#050043}.about-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;max-width:1200px;margin-inline:auto;display:grid}.about-text p{color:#333;margin-bottom:1rem;font-family:Open Sans,sans-serif;line-height:1.8}.about-text strong{color:#14125a}.founder-card{text-align:center;background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.founder-img{object-fit:contain;border:3px solid #00d454;border-radius:50%;width:80px;height:80px;margin:0 auto 1.25rem;display:block}.founder-quote{color:#444;text-align:left;border-left:3px solid #00d454;margin-bottom:1rem;padding-left:1rem;font-family:Open Sans,sans-serif;font-size:.9rem;font-style:italic;line-height:1.75}.founder-name{color:#14125a;font-family:Open Sans,sans-serif;font-size:.85rem;font-weight:600}.stats-section{background:#050043;padding:4rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin-inline:auto;display:grid}.stat-number{color:#00d454;margin-bottom:.5rem;font-family:Poppins,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1}.stat-label{color:#fff9;white-space:pre-line;font-family:Open Sans,sans-serif;font-size:.85rem;line-height:1.5}.testimonials-section{color:#050043;background:#f2f2f2;padding:5rem 0}.testimonials-section .section-title{color:#050043}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;max-width:1200px;margin-inline:auto;display:grid}.testimonial-card{text-align:center;background:#fff;border-radius:16px;padding:2rem;transition:background .3s,color .3s,transform .3s;box-shadow:0 4px 10px #00000012}.testimonial-card:hover{color:#fff;background:#050043;transform:translateY(-4px)}.testimonial-img{object-fit:cover;border-radius:50%;width:80px;height:80px;margin:0 auto 1rem;transition:transform .4s;display:block}.testimonial-card:hover .testimonial-img{transform:scale(1.08)}.stars{letter-spacing:2px;margin-bottom:.75rem;font-size:1.25rem}.testimonial-card h3{color:#14125a;margin-bottom:.25rem;font-size:1rem;font-weight:600}.testimonial-card:hover h3{color:#fff}.testimonial-study{color:#777;margin-bottom:.75rem;font-family:Open Sans,sans-serif;font-size:.8rem}.testimonial-card:hover .testimonial-study{color:#fff9}.testimonial-quote{color:#444;font-family:Open Sans,sans-serif;font-size:.9rem;font-style:italic;line-height:1.6}.testimonial-card:hover .testimonial-quote{color:#ffffffd9}.faq-section{color:#050043;background:#f2f2f2;padding:5rem 0}.faq-section .section-title{color:#050043}.faq-container{text-align:left;max-width:800px;margin-inline:auto}.faq-item{background:#fff;border-radius:8px;margin-bottom:1rem;overflow:hidden;box-shadow:0 4px 10px #0000000d}.faq-question{text-align:left;cursor:pointer;color:#14125a;background:0 0;border:none;width:100%;padding:1rem 1.25rem;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;transition:color .2s;position:relative}.faq-question:after{content:"+";color:#00d454;font-size:1.4rem;transition:transform .3s;position:absolute;right:1rem}.faq-item.open .faq-question:after{transform:rotate(45deg)}.faq-answer{color:#444;max-height:0;padding:0 1.25rem;font-family:Open Sans,sans-serif;font-size:.95rem;line-height:1.7;transition:max-height .4s;overflow:hidden}.faq-item.open .faq-answer{max-height:300px;padding-bottom:1rem}.cv-alert{color:#fff;background-color:#050043;padding:2.5rem 1rem}.cv-alert-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.cv-alert h3{color:gold;margin-bottom:.5rem;font-size:1.6rem;animation:3s infinite blink}.cv-alert p{color:#ffffffd9;font-size:1rem}.btn-cv{color:#050043;white-space:nowrap;background-color:gold;border-radius:8px;padding:.7rem 1.5rem;font-weight:700;transition:background-color .3s;display:inline-block}.btn-cv:hover{background-color:#e6c200}@keyframes blink{0%,to{opacity:1}50%{opacity:.6}}.contact-section{background:#060142;padding:5rem 0}.contact-section .section-title{color:#fff}.contact-form-inline{flex-direction:column;gap:1rem;display:flex}.contact-form-inline input,.contact-form-inline textarea{color:#fff;background:#ffffff12;border:1px solid #ffffff26;border-radius:8px;width:100%;padding:1rem;font-family:Open Sans,sans-serif;font-size:1rem;transition:border-color .2s}.contact-form-inline input::placeholder,.contact-form-inline textarea::placeholder{color:#ffffff59}.contact-form-inline input:focus,.contact-form-inline textarea:focus{border-color:#00d454;outline:none}.form-success-inline{text-align:center;color:#00d454;padding:2rem;font-size:1.1rem}@media (max-width:768px){.about-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.cv-alert-container{text-align:center;flex-direction:column}}@media (max-width:480px){.stats-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:1fr}}@media (max-width:768px){.auteur-hero{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1.5rem 0 2rem}.auteur-bio-grid{grid-template-columns:1fr;gap:2rem}.auteur-livres-aside{position:static}.auteur-photo-wrapper{width:100px;height:100px}.auteur-nom{font-size:1.75rem}.auteur-bio-heading{margin-bottom:1rem}.auteur-bio-text p{margin-bottom:.85rem}}svg[data-phosphor-icon]{vertical-align:middle;flex-shrink:0;display:inline-block}.back-link{align-items:center;gap:.4rem;display:inline-flex}.livre-auteur-link{align-items:center;gap:.3rem;display:inline-flex}.livre-indisponible{align-items:center;gap:.4rem;display:flex}.book-cta{align-items:center;gap:.25rem;display:inline-flex}.auteur-livre-voir{align-items:center;gap:.2rem;display:inline-flex}.livre-prix-badge{border-radius:var(--radius-sm);background:#ffffff0f;border:1px solid #00d45440;justify-content:space-between;align-items:center;margin-top:1rem;padding:.6rem 1rem;display:flex}.livre-prix-label{text-transform:uppercase;letter-spacing:.1em;color:#ffffff73;font-size:.78rem;font-family:var(--font-body)}.livre-prix-amount{color:var(--primary);font-size:1.25rem;font-weight:700;font-family:var(--font-main)}.livre-auteur-link{color:var(--primary);font-size:.9rem;font-family:var(--font-body);margin-bottom:.5rem;transition:opacity .2s;display:inline-block}.livre-auteur-link:hover{opacity:.75;text-decoration:underline}.auteur-cta-card{border-radius:var(--radius-md);cursor:pointer;color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;align-items:center;gap:1rem;margin-top:2rem;padding:1rem 1.25rem;transition:background .25s,border-color .25s;display:flex}.auteur-cta-card:hover{background:#00d45414;border-color:#00d45466}.auteur-cta-icon{flex-shrink:0;font-size:1.5rem}.auteur-cta-text{flex-direction:column;flex:1;gap:.1rem;display:flex}.auteur-cta-label{text-transform:uppercase;letter-spacing:.1em;color:#ffffff73;font-size:.75rem;font-family:var(--font-body)}.auteur-cta-name{color:#fff;font-size:1rem;font-weight:600}.auteur-cta-arrow{color:var(--primary);font-size:1.1rem;transition:transform .2s}.auteur-cta-card:hover .auteur-cta-arrow{transform:translate(4px)}.auteur-page{background-color:var(--background);min-height:100vh;padding-bottom:6rem}.auteur-hero{border-bottom:1px solid #ffffff14;align-items:flex-end;gap:2.5rem;margin-bottom:3.5rem;padding:3rem 0 3.5rem;display:flex}.auteur-photo-wrapper{border:3px solid var(--primary);border-radius:50%;flex-shrink:0;width:160px;height:160px;position:relative;overflow:hidden;box-shadow:0 0 0 6px #00d4541f}.auteur-photo-img{object-fit:cover}.auteur-photo-placeholder{background:var(--navy);justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;display:flex}.auteur-intro{flex:1}.auteur-nom{color:#fff;margin-bottom:.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.1}.auteur-titre-badge{font-size:.82rem;font-family:var(--font-body);color:#ffffff80;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:100px;margin-top:.25rem;padding:.3rem .85rem;display:inline-block}.auteur-bio-grid{grid-template-columns:1fr 320px;align-items:start;gap:4rem;display:grid}.auteur-bio-heading{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;font-size:1.15rem;font-weight:600;font-family:var(--font-body);margin-bottom:1.5rem}.auteur-bio-text p{font-family:var(--font-body);color:#ffffffbf;margin-bottom:1.25rem;font-size:1rem;line-height:1.85}.auteur-livres-aside{top:calc(var(--nav-h) + 2rem);position:sticky}.auteur-livres-list{flex-direction:column;gap:1rem;display:flex}.auteur-livre-card{border-radius:var(--radius-md);color:#fff;background:#ffffff0a;border:1px solid #ffffff14;align-items:center;gap:1rem;padding:.85rem 1rem;transition:background .25s,border-color .25s;display:flex}.auteur-livre-card:hover{background:#00d45412;border-color:#00d4544d}.auteur-livre-cover{background:var(--navy);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:78px;font-size:1.25rem;display:flex;position:relative;overflow:hidden}.auteur-livre-cover-img{object-fit:cover}.auteur-livre-info{flex-direction:column;gap:.25rem;display:flex}.auteur-livre-titre{color:#fff;font-size:.9rem;font-weight:600;line-height:1.3}.auteur-livre-prix{color:var(--primary);font-size:.82rem;font-weight:700;font-family:var(--font-body)}.auteur-livre-voir{color:#fff6;font-size:.78rem;font-family:var(--font-body);transition:color .2s}.auteur-livre-card:hover .auteur-livre-voir{color:var(--primary)}@media (max-width:768px){.auteur-hero{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding:1.5rem 0 2rem}.auteur-bio-grid{grid-template-columns:1fr;gap:2rem}.auteur-livres-aside{position:static}.auteur-photo-wrapper{width:100px;height:100px}.auteur-nom{font-size:1.75rem}.auteur-bio-heading{margin-bottom:1rem}.auteur-bio-text p{margin-bottom:.85rem}}.badge-nouveau{color:#fff;letter-spacing:.05em;text-transform:uppercase;z-index:2;pointer-events:none;background:#e63946;border-radius:4px;padding:3px 8px;font-size:.7rem;font-weight:700;position:absolute;top:10px;left:10px}
