.header{position:sticky;top:0;background:#fff;z-index:1000;transition:box-shadow .3s ease}.header.scrolled{box-shadow:0 2px 10px #0000001a}.header-container{max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;text-decoration:none;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.logo-icon{width:50px;height:50px;display:block;filter:drop-shadow(0 3px 8px rgba(107,140,206,.4));transition:all .4s cubic-bezier(.68,-.55,.265,1.55);animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(-5deg)}}.logo:hover .logo-icon{transform:rotate(-25deg) scale(1.2);filter:drop-shadow(0 5px 15px rgba(107,140,206,.6));animation:none}.burger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.burger span{width:25px;height:3px;background:#2c3e50;margin:3px 0;transition:all .3s ease;border-radius:3px}.burger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav{display:flex;gap:2rem}.nav a{color:#2c3e50;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#6b8cce;transition:width .3s ease}.nav a:hover:after,.nav a.active:after{width:100%}.nav a:hover,.nav a.active{color:#6b8cce}@media (max-width: 768px){.burger{display:flex}.nav{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background:#fff;flex-direction:column;padding:5rem 2rem 2rem;gap:1.5rem;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease}.nav.active{right:0}.nav a{font-size:1.125rem}}.footer{background:#2c3e50;color:#fff;padding:3rem 1.5rem 1.5rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-column h3{font-size:1.125rem;margin-bottom:1rem;color:#6b8cce}.footer-column a{display:block;color:#ecf0f1;text-decoration:none;margin-bottom:.5rem;transition:color .3s ease}.footer-column a:hover{color:#6b8cce}.social-icons{display:flex;gap:1rem}.social-icons a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#ffffff1a;border-radius:50%;color:#fff;font-size:1.25rem;transition:all .3s ease}.social-icons a:hover{background:#6b8cce;transform:translateY(-3px)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#95a5a6;font-size:.875rem}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:2rem}.footer-column{text-align:center}.social-icons{justify-content:center}}.home{width:100%}.hero{padding:4rem 1.5rem;background:linear-gradient(135deg,#edf2fa,#dce6f5)}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.hero-text h1{font-size:3rem;line-height:1.2;color:#2c3e50;margin-bottom:1.5rem;font-weight:700}.hero-text p{font-size:1.125rem;line-height:1.8;color:#5a6c7d;margin-bottom:2rem}.hero-purchase{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.hero-price{font-size:2rem;font-weight:700;color:#1e2a4a}.hero-shipping{font-size:.875rem;color:#8a9ba8}.hero-trust{display:flex;gap:1.5rem;font-size:.9rem;color:#5a6c7d;flex-wrap:wrap}.hero-image{display:flex;justify-content:center;align-items:center}.hero-image img{width:350px;height:350px;border-radius:50%;object-fit:cover;box-shadow:0 4px 20px #00000026}.hero-image .placeholder-image{aspect-ratio:3/4;border-radius:12px;overflow:hidden}.feature{padding:5rem 1.5rem;background:#f2f6fc}.feature-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.feature-visual .placeholder-image{aspect-ratio:1;border-radius:12px}.book-cover{width:100%;max-width:350px;height:auto;border-radius:12px;box-shadow:0 8px 24px #00000026;transition:transform .3s ease,box-shadow .3s ease}.book-cover:hover{transform:translateY(-5px);box-shadow:0 12px 32px #0003}.feature-content h2{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;font-weight:700}.quote{font-size:1.25rem;line-height:1.8;color:#3d4f6e;font-style:italic;border-left:4px solid #6b8cce;padding-left:1.5rem;margin:2rem 0}.link-underline{color:#6b8cce;text-decoration:none;font-weight:600;font-size:1.125rem;border-bottom:2px solid #6b8cce;transition:all .3s ease;display:inline-block}.link-underline:hover{color:#4a6fb5;border-bottom-color:#4a6fb5}.bio{padding:5rem 1.5rem}.bio-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;gap:3rem;align-items:center}.avatar-placeholder{width:200px;height:200px;border-radius:50%;background:linear-gradient(135deg,#6b8cce,#a3bde8);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.125rem}.bio-content h2{font-size:2rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:700}.bio-content p{font-size:1.125rem;line-height:1.8;color:#5a6c7d;margin-bottom:1.5rem}.btn-primary,.btn-secondary{display:inline-block;padding:1rem 2.5rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#6b8cce,#a3bde8);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#4a6fb5,#6b8cce);transform:translateY(-2px);box-shadow:0 4px 12px #6b8cce66}.btn-secondary{background:transparent;color:#6b8cce;border:2px solid #6b8cce}.btn-secondary:hover{background:linear-gradient(135deg,#6b8cce,#a3bde8);color:#fff;transform:translateY(-2px)}.placeholder-image{background:linear-gradient(135deg,#dce6f5,#c4d6ed);display:flex;align-items:center;justify-content:center;color:#6b8cce;font-weight:600;font-size:1.125rem}@media (max-width: 768px){.hero{padding:3rem 1.5rem}.hero-content{grid-template-columns:1fr;gap:2rem}.hero-text h1{font-size:2rem}.hero-text p{font-size:1rem}.hero-image img{width:250px;height:250px}.feature{padding:3rem 1.5rem}.feature-container{grid-template-columns:1fr;gap:2rem}.feature-content h2{font-size:1.75rem}.quote{font-size:1.125rem}.bio{padding:3rem 1.5rem}.bio-container{grid-template-columns:1fr;text-align:center}.avatar-placeholder{margin:0 auto;width:150px;height:150px}.bio-content h2{font-size:1.75rem}.bio-content p{font-size:1rem}.btn-primary,.btn-secondary{padding:.875rem 2rem;font-size:1rem}}.projet{width:100%}.projet-hero{position:relative;width:100%}.hero-banner{width:100%;height:400px;overflow:hidden}.hero-banner .placeholder-image{width:100%;height:100%;background:linear-gradient(135deg,#6b8cce,#4a6fb5)}.projet-hero h1{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:#fff;font-size:3rem;font-weight:700;text-shadow:2px 2px 10px rgba(0,0,0,.3);margin:0}.projet-description{padding:4rem 1.5rem}.description-container{max-width:800px;margin:0 auto}.description-container p{font-size:1.125rem;line-height:1.8;color:#5a6c7d;margin-bottom:1.5rem}.boutique{padding:4rem 1.5rem;background:linear-gradient(135deg,#edf2fa,#dce6f5)}.boutique-container{max-width:800px;margin:0 auto;text-align:center}.boutique-container h3{font-size:2.5rem;color:#2c3e50;margin-bottom:3rem;font-weight:700}.book-purchase{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem}.book-info h4{font-size:2rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.book-description{font-size:1.125rem;color:#5a6c7d;line-height:1.7;margin-bottom:2rem}.price-tag{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:2rem}.price{font-size:3rem;font-weight:700;color:#4a6fb5}.price-detail{font-size:1rem;color:#5a6c7d}.buy-button{display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 3rem;background:linear-gradient(135deg,#6b8cce,#4a6fb5);color:#fff;text-decoration:none;font-weight:700;font-size:1.25rem;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px #6b8cce66}.buy-button:hover{transform:translateY(-3px);box-shadow:0 6px 25px #6b8cce99;background:linear-gradient(135deg,#4a6fb5,#6b8cce)}.button-icon{font-size:1.5rem}.payment-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:2rem}.payment-info p{font-size:1rem;color:#5a6c7d;margin:0}.testimonials{padding:4rem 1.5rem}.testimonials-container{max-width:1200px;margin:0 auto}.testimonials-container h2{font-size:2.5rem;color:#2c3e50;text-align:center;margin-bottom:3rem;font-weight:700}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #00000014;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001f}.stars{display:flex;gap:.25rem;color:#6b8cce;font-size:1.25rem;margin-bottom:1rem}.testimonial-text{font-size:1rem;line-height:1.7;color:#5a6c7d;margin-bottom:1rem;font-style:italic}.testimonial-author{font-weight:600;color:#2c3e50;text-align:right}@media (max-width: 768px){.hero-banner{height:300px}.projet-hero h1{font-size:2rem;bottom:1rem}.projet-description{padding:3rem 1.5rem}.description-container p{font-size:1rem}.boutique{padding:3rem 1.5rem}.boutique-container h3{font-size:2rem}.book-purchase{padding:2rem 1.5rem}.book-info h4{font-size:1.5rem}.price{font-size:2.5rem}.buy-button{width:100%;justify-content:center;padding:1rem 2rem;font-size:1.125rem}.payment-info{flex-direction:column;gap:.5rem}.testimonials{padding:3rem 1.5rem}.testimonials-container h2{font-size:1.75rem}.testimonials-grid{grid-template-columns:1fr}}.actualites{width:100%;min-height:100vh}.actualites-header{padding:4rem 1.5rem 2rem;text-align:center;background:linear-gradient(135deg,#edf2fa,#dce6f5)}.actualites-header h1{font-size:3rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.actualites-header p{font-size:1.25rem;color:#5a6c7d}.actualites-content{padding:4rem 1.5rem}.articles-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001f}.article-thumbnail{width:100%;aspect-ratio:16/9;overflow:hidden}.article-thumbnail .placeholder-image{width:100%;height:100%;background:linear-gradient(135deg,#dce6f5,#c4d6ed)}.article-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.article-date{font-size:.875rem;color:#95a5a6;margin-bottom:.75rem;display:block}.article-title{font-size:1.25rem;color:#2c3e50;margin-bottom:1rem;font-weight:700;line-height:1.4}.article-excerpt{font-size:1rem;line-height:1.6;color:#5a6c7d;margin-bottom:1.5rem;flex:1}.article-link{color:#6b8cce;text-decoration:none;font-weight:600;transition:color .3s ease;align-self:flex-start}.article-link:hover{color:#4a6fb5}@media (max-width: 1024px){.articles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.actualites-header{padding:3rem 1.5rem 1.5rem}.actualites-header h1{font-size:2rem}.actualites-header p{font-size:1rem}.actualites-content{padding:3rem 1.5rem}.articles-grid{grid-template-columns:1fr;gap:1.5rem}.article-title{font-size:1.125rem}.article-excerpt{font-size:.9375rem}}.a-propos{width:100%}.a-propos-hero{padding:4rem 1.5rem;text-align:center;background:linear-gradient(135deg,#edf2fa,#dce6f5)}.a-propos-hero h1{font-size:3rem;color:#2c3e50;font-weight:700}.a-propos-content{padding:4rem 1.5rem}.content-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:start}.avatar-large{width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,#6b8cce,#4a6fb5);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.25rem;box-shadow:0 4px 20px #0000001a}.author-bio h2{font-size:2rem;color:#2c3e50;margin-bottom:1.5rem;font-weight:700}.author-bio p{font-size:1.125rem;line-height:1.8;color:#5a6c7d;margin-bottom:1.5rem}.journey{padding:4rem 1.5rem;background:#f2f6fc}.journey-container{max-width:1000px;margin:0 auto}.journey-container h2{font-size:2.5rem;color:#2c3e50;text-align:center;margin-bottom:3rem;font-weight:700}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#6b8cce}.timeline-item{position:relative;margin-bottom:3rem;padding-left:2rem}.timeline-item:before{content:"";position:absolute;left:-2.5rem;top:0;width:20px;height:20px;border-radius:50%;background:#6b8cce;border:4px solid #f2f6fc}.timeline-year{font-size:1.5rem;font-weight:700;color:#6b8cce;margin-bottom:.5rem}.timeline-content h3{font-size:1.5rem;color:#2c3e50;margin-bottom:.75rem;font-weight:700}.timeline-content p{font-size:1.125rem;line-height:1.7;color:#5a6c7d}.values{padding:4rem 1.5rem}.values-container{max-width:1200px;margin:0 auto}.values-container h2{font-size:2.5rem;color:#2c3e50;text-align:center;margin-bottom:3rem;font-weight:700}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 10px #00000014;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 4px 20px #0000001f}.value-card h3{font-size:1.5rem;color:#6b8cce;margin-bottom:1rem;font-weight:700}.value-card p{font-size:1rem;line-height:1.7;color:#5a6c7d}@media (max-width: 768px){.a-propos-hero{padding:3rem 1.5rem}.a-propos-hero h1{font-size:2rem}.a-propos-content{padding:3rem 1.5rem}.content-container{grid-template-columns:1fr;gap:2rem;text-align:center}.avatar-large{width:200px;height:200px;margin:0 auto}.author-bio h2{font-size:1.75rem}.author-bio p{font-size:1rem}.journey{padding:3rem 1.5rem}.journey-container h2{font-size:1.75rem}.timeline,.timeline-item{padding-left:1.5rem}.timeline-year,.timeline-content h3{font-size:1.25rem}.timeline-content p{font-size:1rem}.values{padding:3rem 1.5rem}.values-container h2{font-size:1.75rem}.values-grid{grid-template-columns:1fr}}.contact{width:100%;min-height:100vh}.contact-hero{padding:4rem 1.5rem 2rem;text-align:center;background:linear-gradient(135deg,#edf2fa,#dce6f5)}.contact-hero h1{font-size:3rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.contact-hero p{font-size:1.25rem;color:#5a6c7d}.contact-content{padding:4rem 1.5rem}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr;gap:4rem}.contact-form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 2px 10px #00000014}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#2c3e50;margin-bottom:.5rem;font-size:1rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6b8cce}.form-group textarea{resize:vertical;min-height:150px}.btn-submit{width:100%;padding:1rem 2rem;background:#6b8cce;color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-submit:hover{background:linear-gradient(135deg,#4a6fb5,#6b8cce);transform:translateY(-2px);box-shadow:0 4px 12px #6b8cce66}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-message{margin-top:1.5rem;padding:1rem;border-radius:8px;font-size:1rem;text-align:center;animation:slideIn .3s ease}.form-message.success{background:#e8eef8;color:#1e2a4a;border:2px solid #6b8cce}.form-message.error{background:#ffe5e5;color:#8b3a3a;border:2px solid #d4a4a4}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 10px #00000014}.info-card h3{font-size:1.5rem;color:#2c3e50;margin-bottom:1rem;font-weight:700}.info-card p{font-size:1rem;line-height:1.7;color:#5a6c7d;margin-bottom:1rem}.info-card p:last-child{margin-bottom:0}@media (max-width: 768px){.contact-hero{padding:3rem 1.5rem 1.5rem}.contact-hero h1{font-size:2rem}.contact-hero p{font-size:1rem}.contact-content{padding:3rem 1.5rem}.contact-container{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:0}.form-group input,.form-group select,.form-group textarea{padding:.75rem}.btn-submit{padding:.875rem 1.5rem;font-size:1rem}.info-card{padding:1.5rem}.info-card h3{font-size:1.25rem}}.legal-page{width:100%;min-height:100vh;background:var(--bg-light);padding:6rem 1.5rem 4rem}.legal-container{max-width:900px;margin:0 auto;background:#fff;padding:3rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.legal-container h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:1rem;text-align:center}.legal-intro{text-align:center;color:var(--text-medium);font-size:1rem;margin-bottom:3rem;font-style:italic}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-size:1.5rem;color:var(--primary-dark);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid var(--secondary-color)}.legal-section p{font-size:1rem;line-height:1.8;color:var(--text-medium);margin-bottom:1rem}.legal-section ul,.legal-section ol{margin-left:2rem;margin-bottom:1rem}.legal-section li{font-size:1rem;line-height:1.8;color:var(--text-medium);margin-bottom:.5rem}.legal-section strong{color:var(--text-dark);font-weight:600}.legal-section a{color:var(--primary-color);text-decoration:underline}.legal-section a:hover{color:var(--primary-dark)}.legal-footer{margin-top:3rem;padding:1.5rem;background:var(--bg-lighter);border-radius:var(--radius-md);font-size:.9rem;color:var(--text-medium);text-align:center}@media (max-width: 768px){.legal-page{padding:5rem 1rem 3rem}.legal-container{padding:2rem 1.5rem}.legal-container h1{font-size:1.75rem}.legal-section h2{font-size:1.25rem}.legal-section p,.legal-section li{font-size:.95rem}.legal-section ul,.legal-section ol{margin-left:1.5rem}}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.legal-page{max-width:800px;margin:0 auto;padding:4rem 1.5rem}.legal-page h1{font-size:2.5rem;color:#2c3e50;margin-bottom:2rem;font-weight:700}.legal-page p{font-size:1.125rem;line-height:1.8;color:#5a6c7d;margin-bottom:1.5rem}html{scroll-behavior:smooth}::selection{background:#6b8cce;color:#fff}::-moz-selection{background:#6b8cce;color:#fff}@media (max-width: 768px){.legal-page{padding:3rem 1.5rem}.legal-page h1{font-size:2rem}.legal-page p{font-size:1rem}}:root{color-scheme:light only;--primary-color: #6b8cce;--primary-dark: #4a6fb5;--secondary-color: #a3bde8;--accent-color: #d0dff5;--text-dark: #1e2a4a;--text-medium: #3d4f6e;--text-light: #7a8da8;--bg-light: #f2f6fc;--bg-lighter: #e8eef8;--bg-gradient-start: #edf2fa;--bg-gradient-end: #dce6f5;--white: #ffffff;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-xxl: 4rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 2.5rem;--font-size-5xl: 3rem;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 50%;--shadow-sm: 0 2px 10px rgba(0, 0, 0, .08);--shadow-md: 0 4px 20px rgba(0, 0, 0, .12);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .15);--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .5s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);line-height:1.6;background:var(--white);background-color:#fff}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-dark)}p{margin-bottom:1rem}a{color:var(--primary-color);text-decoration:none;transition:color var(--transition-base)}a:hover{color:var(--primary-dark)}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.text-center{text-align:center}.mt-1{margin-top:var(--spacing-sm)}.mt-2{margin-top:var(--spacing-md)}.mt-3{margin-top:var(--spacing-lg)}.mt-4{margin-top:var(--spacing-xl)}.mb-1{margin-bottom:var(--spacing-sm)}.mb-2{margin-bottom:var(--spacing-md)}.mb-3{margin-bottom:var(--spacing-lg)}.mb-4{margin-bottom:var(--spacing-xl)}html{scroll-behavior:auto}::selection{background:var(--primary-color);color:var(--white)}::-moz-selection{background:var(--primary-color);color:var(--white)}*:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-lighter)}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}@media (prefers-color-scheme: dark){:root{color-scheme:light only;--primary-color: #6b8cce;--primary-dark: #4a6fb5;--secondary-color: #a3bde8;--accent-color: #d0dff5;--text-dark: #1e2a4a;--text-medium: #3d4f6e;--text-light: #7a8da8;--bg-light: #f2f6fc;--bg-lighter: #e8eef8;--bg-gradient-start: #edf2fa;--bg-gradient-end: #dce6f5;--white: #ffffff}html,body{background-color:#fff!important;color:#1e2a4a!important}.hero,.feature,.a-propos-hero,.contact-hero,.actualites-header,.boutique,.journey{background-color:#edf2fa!important}.header,.nav,.contact-form,.book-purchase,.testimonial-card,.article-card,.value-card,.info-card{background-color:#fff!important}.footer{background-color:#2c3e50!important}h1,h2,h3,h4,h5,h6{color:#1e2a4a!important}p,span,time{color:#3d4f6e!important}a{color:#6b8cce!important}.btn-primary,.buy-button,.btn-submit{background-color:#6b8cce!important;color:#fff!important}.footer,.footer p,.footer a,.footer-bottom p{color:#ecf0f1!important}.footer-column h3{color:#6b8cce!important}}
