@charset "UTF-8";#root{margin:0;padding:0;width:100%}.app-container{min-height:100vh;font-family:Poppins,sans-serif}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 4rem;background-color:#fffffff2;box-shadow:0 2px 10px #0000001a;position:fixed;width:100%;top:0;z-index:1000;box-sizing:border-box;transition:all .3s ease}.logo{display:flex;align-items:center;gap:1rem;font-size:1.8rem;color:var(--primary-color);font-weight:700}.logo img{width:40px;height:40px;object-fit:contain}.logo a{display:flex;align-items:center;gap:1rem;text-decoration:none;color:var(--primary-color);font-weight:700;font-size:1.8rem}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:var(--primary-color)}.hero{padding-top:80px;min-height:100vh;height:auto;background:linear-gradient(#00000080,#00000080),url(https://images.pexels.com/photos/7551617/pexels-photo-7551617.jpeg) center/cover;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 2rem;margin-top:0;position:relative;background-attachment:fixed;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url(https://images.pexels.com/photos/8126911/pexels-photo-8126911.jpeg) center/cover fixed;z-index:-1;opacity:.8}:root{--primary-color: #C5A572;--primary-dark: #B69661;--text-light: #F5F5F5}.hero h1{color:var(--text-light);text-shadow:2px 2px 4px rgba(0,0,0,.4);font-size:4rem;max-width:900px;margin-bottom:.5rem}.hero p{color:var(--text-light);text-shadow:1px 1px 2px rgba(0,0,0,.4);font-size:1.8rem;max-width:700px;margin-top:.5rem}.hero .cta-button{background-color:var(--primary-color);border:2px solid var(--primary-color);padding:1.2rem 3.5rem;font-size:1.1rem;transition:all .3s ease}.hero .cta-button:hover{background-color:transparent;border-color:var(--text-light);transform:translateY(-2px)}.services{padding:6rem 4rem;background-color:#f9f9f9}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{font-size:2.5rem;color:#2a6d3c;margin-bottom:1rem}.section-title p{color:#666;max-width:600px;margin:0 auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.service-card{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 4px 15px #0000001a;transition:transform .3s ease}.service-card:hover{transform:translateY(-10px)}.service-icon{width:60px;height:60px;background:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-card h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:1rem}.service-card p{color:#666;line-height:1.6}.contact{padding:8rem 4rem;background-color:#f8f8f5}.contact .section-title{text-align:center;margin-bottom:4rem}.contact .section-title h2{color:var(--primary-color);font-size:2.5rem;margin-bottom:1rem}.contact .section-title p{color:#666;font-size:1.2rem}.contact-form{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;padding:3rem;border-radius:20px;box-shadow:0 4px 20px #0000000f}.form-left,.form-right{display:flex;flex-direction:column}.form-right{height:100%}.form-group{margin-bottom:1.5rem;flex:1;display:flex;flex-direction:column}.form-right .form-group{flex:1;display:flex;flex-direction:column}.form-control{width:100%;padding:1rem 1.5rem;border:2px solid #eee;border-radius:10px;font-size:1rem;transition:all .3s ease;background-color:#f8f8f8;color:#333}textarea.form-control{flex:1;min-height:150px;resize:vertical}.submit-button{width:100%;padding:1rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .3s ease;margin-top:1.5rem}.submit-button:hover{background-color:var(--primary-dark);transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}@media (max-width: 768px){.contact{padding:6rem 2rem}.contact-form{grid-template-columns:1fr;gap:2rem;padding:2rem}.form-right{height:auto}textarea.form-control{min-height:150px}.contact .section-title h2{font-size:2rem}.contact .section-title p{font-size:1.1rem}}.footer{background-color:#1a1a1a;color:#fff;padding:4rem 2rem;text-align:center}@media (min-width: 1920px){.hero h1{font-size:5.5rem}.hero p{font-size:1.8rem}}@media (max-width: 768px){.navbar{padding:1rem 2rem}.nav-links{gap:1.5rem}.hero h1{font-size:2.8rem;padding:0 1rem}.hero p{font-size:1.2rem;padding:0 1rem}.hero{background-attachment:scroll}.logo{font-size:1.4rem}.logo img{width:32px;height:32px}.logo a{font-size:1.4rem}}.services-showcase{padding:4rem 2rem;background-color:#f5f5f5}.services-title{text-align:center;margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto 3rem;padding:0 1rem}.services-title h2{font-size:1.2rem;color:#333;text-transform:uppercase;letter-spacing:2px}.services-title a{color:#333;text-decoration:none;font-size:1rem;transition:color .3s ease}.services-title a:hover{color:#2a6d3c}.services-grid-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto;padding:0 1rem}.service-card-showcase{position:relative;aspect-ratio:3/4;overflow:hidden;border-radius:12px;cursor:pointer;transition:transform .3s ease}.service-card-showcase:after{content:"→";position:absolute;top:20px;right:20px;width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#333;opacity:0;transform:translateY(20px);transition:all .3s ease}.service-card-showcase:hover:after{opacity:1;transform:translateY(0)}.service-card-showcase img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card-showcase:hover img{transform:scale(1.1)}.service-content{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(transparent,#000c);color:#fff;transform:translateY(0);transition:transform .3s ease}.service-card-showcase:hover .service-content{transform:translateY(-10px)}.service-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;opacity:0;transform:translateY(20px);transition:all .3s ease .1s}.service-card-showcase:hover .service-tags{opacity:1;transform:translateY(0)}.service-tag{padding:.4rem 1.2rem;background:#ffffff26;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:50px;font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.service-content h3{font-size:2rem;font-weight:700;line-height:1.2;margin-bottom:.8rem;transform:translateY(20px);transition:transform .3s ease .2s}.service-card-showcase:hover .service-content h3{transform:translateY(0)}.service-content p{font-size:.9rem;opacity:.9;max-width:300px;transform:translateY(20px);transition:transform .3s ease .3s}.service-card-showcase:hover .service-content p{transform:translateY(0)}.services-title{position:relative;padding-bottom:1rem}.services-title h2{font-size:1.1rem;font-weight:500;letter-spacing:3px}.services-title a{position:relative;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;padding-bottom:2px}.services-title a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.services-title a:hover:after{transform:scaleX(1);transform-origin:left}.services-showcase{padding:6rem 4rem;background-color:#f8f8f5}.services-grid-showcase{gap:2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-card-showcase{animation:fadeInUp .6s ease forwards;opacity:0}.service-card-showcase:nth-child(1){animation-delay:.1s}.service-card-showcase:nth-child(2){animation-delay:.2s}.service-card-showcase:nth-child(3){animation-delay:.3s}.service-card-showcase:nth-child(4){animation-delay:.4s}@media (max-width: 1200px){.services-grid-showcase{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.services-grid-showcase{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.services-grid-showcase{grid-template-columns:1fr}}.about-section{padding:8rem 4rem;background-color:#fff}.about-content{max-width:1000px;margin:0 auto;text-align:center}.about-text{font-size:1.2rem;line-height:1.8;color:#555}.about-text p{margin-bottom:2rem}.about-text p:first-child,.about-text p:nth-child(2){font-size:1.4rem;color:var(--primary-color);font-weight:500;margin-bottom:1.5rem}.about-text p:last-child{font-size:1.2rem;line-height:1.8;color:#555}@media (max-width: 768px){.about-text p:first-child,.about-text p:nth-child(2){font-size:1.2rem}.about-text p:last-child{font-size:1.1rem}}.animations-section{padding:6rem 4rem;background-color:#f8f8f5}.animations-section .services-title{text-align:center;margin-bottom:3rem;display:flex;align-items:center;justify-content:space-between;max-width:1400px;margin:0 auto 3rem;padding:0 1rem}.animations-section .services-title h2{font-size:1.2rem;color:#333;text-transform:uppercase;letter-spacing:2px}.animations-section .services-title a{color:#333;text-decoration:none;font-size:1rem;transition:color .3s ease;position:relative;text-transform:uppercase;letter-spacing:1px;padding-bottom:2px}.animations-section .services-title a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.animations-section .services-title a:hover:after{transform:scaleX(1);transform-origin:left}@media (max-width: 768px){.animations-section{padding:4rem 2rem}.animations-section .services-title{flex-direction:column;gap:1rem}}.animations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto}.animation-category{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease}.animation-category:hover{transform:translateY(-10px)}.animation-category h3{color:var(--primary-color);font-size:1.8rem;margin-bottom:1.5rem}.animation-category ul{list-style:none;padding:0}.animation-category li{padding:.8rem 0;color:#555;border-bottom:1px solid #eee}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.pricing-card{background:#f8f8f5;padding:3rem 2rem;border-radius:16px;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.pricing-card.featured{background:#fff;box-shadow:0 8px 30px #0000001a;transform:translateY(-20px);position:relative;overflow:visible}.pricing-card.featured:before{content:"Plus populaire";position:absolute;top:1.5rem;right:-4rem;background:var(--primary-color);color:#fff;padding:.5rem 4rem;transform:rotate(45deg);font-size:.9rem;letter-spacing:1px;text-transform:uppercase;box-shadow:0 2px 10px #0000001a;z-index:1}@media (max-width: 1024px){.pricing-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media (max-width: 768px){.about-section,.animations-section,.pricing-section{padding:6rem 2rem}.animations-grid,.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:translateY(0)}}.animations-page{padding-top:80px;min-height:100vh;background-color:#fff}.animations-page .hero-section{background-color:var(--primary-color);padding:8rem 2rem;text-align:center;color:#fff;margin-bottom:4rem;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}.animations-page .hero-section h1{font-size:4rem;margin-bottom:1.5rem;color:#fff;text-shadow:none}.animations-page .hero-section p{font-size:1.8rem;opacity:.9;max-width:800px;margin:0 auto}.animations-categories{max-width:1200px;margin:0 auto;padding:2rem}.animation-section{margin-bottom:6rem}.animation-section h2{color:var(--primary-color);font-size:2.2rem;margin-bottom:3rem;padding-bottom:1rem;border-bottom:2px solid var(--primary-color);text-align:center}.activities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.activity-card{background:#f8f8f5;padding:2.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;transition:all .3s ease}.activity-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001a}.activity-icon{font-size:2.5rem;margin-bottom:1.5rem;text-align:center}.activity-card h3{color:var(--primary-color);font-size:1.6rem;margin-bottom:1.5rem;text-align:center}.activity-card ul{list-style:none;padding:0}.activity-card li{color:#555;border-bottom:1px solid rgba(0,0,0,.1);position:relative;padding:1rem 0 1rem 1.8rem;line-height:1.5}.activity-card li:last-child{border-bottom:none}.activity-card li:before{content:"•";color:var(--primary-color);position:absolute;left:0;font-size:1.5rem;line-height:1}@media (max-width: 768px){.animations-page .hero-section{padding:6rem 1rem;min-height:250px}.animations-page .hero-section h1{font-size:2.8rem}.animations-page .hero-section p{font-size:1.4rem}.animations-categories{padding:1rem}.animation-section h2{font-size:1.8rem}.activity-card{padding:1.5rem}}.presentation-section{padding:8rem 4rem;background-color:#fff}.presentation-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;max-width:1200px;margin:0 auto;align-items:center}.process-list{list-style:none;padding:0}.process-list li{padding:1rem 0 1rem 2rem;position:relative;color:#555}.process-list li:before{content:"→";position:absolute;left:0;color:var(--primary-color)}.presentation-image{width:100%;height:100%;min-height:400px;border-radius:16px;overflow:hidden}.presentation-image img{width:100%;height:100%;object-fit:cover;border-radius:16px;transition:transform .3s ease}.presentation-image:hover img{transform:scale(1.05)}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.step{background:#f8f8f5;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;display:flex;align-items:center;gap:2rem;transition:transform .3s ease}.step:hover{transform:translateY(-5px)}.step-number{width:50px;height:50px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.step p{font-size:1.1rem;color:#555;margin:0;line-height:1.5}.objectives-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.objective-card{background:#f8f8f5;padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease}.objective-card:hover{transform:translateY(-5px)}.objective-card h3{color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem}.objective-card p{color:#555;font-size:1.1rem;line-height:1.6}.ceo-message{background:#f8f8f5;padding:4rem;border-radius:16px;box-shadow:0 4px 20px #0000000f}.message-content{max-width:800px;margin:0 auto;font-style:italic;line-height:1.8;font-size:1.1rem;color:#555}.message-content p{margin-bottom:1.5rem}.signature{margin-top:3rem;text-align:right;font-weight:700;color:var(--primary-color);font-size:1.4rem;font-style:normal}@media (max-width: 768px){.presentation-page h1{font-size:2.5rem}.presentation-page .subtitle{font-size:1.4rem}.presentation-page .motto{font-size:1.6rem}.presentation-sections{padding:1rem}.step{padding:1.5rem;gap:1rem}.ceo-message{padding:2rem}.message-content{font-size:1rem}}.presentation-page .hero-section{background-color:var(--primary-color);padding:8rem 2rem;text-align:center;color:#fff;margin-bottom:4rem;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center}.presentation-page .hero-section h1{font-size:4rem;margin-bottom:1.5rem;color:#fff;text-shadow:none}.presentation-page .hero-section p{font-size:1.8rem;opacity:.9;max-width:800px;margin:0 auto}@media (max-width: 768px){.presentation-page .hero-section{padding:6rem 1rem;min-height:250px}.presentation-page .hero-section h1{font-size:2.8rem}.presentation-page .hero-section p{font-size:1.4rem}}.animations-page .hero-section{background:url(https://images.pexels.com/photos/7551741/pexels-photo-7551741.jpeg) center/cover no-repeat}.presentation-page .hero-section{background:url(https://images.pexels.com/photos/7551617/pexels-photo-7551617.jpeg) center/cover no-repeat}.hero-section h1{font-size:4rem;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.4)}.hero-section p{font-size:1.8rem;opacity:.95;max-width:800px;margin:0 auto;text-shadow:2px 2px 6px rgba(0,0,0,.4)}@media (max-width: 768px){.hero-section{padding:6rem 1rem;min-height:250px}.hero-section h1{font-size:2.8rem}.hero-section p{font-size:1.4rem}}html{scroll-behavior:smooth}.nav-links a[href="#tarifs"]{cursor:pointer}#tarifs{scroll-margin-top:100px}.contact-email{max-width:800px;margin:0 auto;text-align:center;padding:3rem;background:#f8f8f5;border-radius:16px;box-shadow:0 4px 20px #0000000f}.contact-email p{color:#666;font-size:1.2rem;margin-bottom:1.5rem}.contact-email .email-link{display:inline-block;color:var(--primary-color);font-size:1.8rem;font-weight:600;text-decoration:none;margin:1.5rem 0;padding:1rem 2rem;border:2px solid var(--primary-color);border-radius:8px;transition:all .3s ease}.contact-email .email-link:hover{background-color:var(--primary-color);color:#fff;transform:translateY(-2px)}.contact-email .contact-note{font-size:1rem;color:#888;font-style:italic;margin-top:1.5rem}@media (max-width: 768px){.contact-email{padding:2rem;margin:0 1rem}.contact-email .email-link{font-size:1.4rem;padding:.8rem 1.5rem;word-break:break-all}}.pricing-section{padding:8rem 4rem;background-color:#fff}.pricing-section .section-title{text-align:center;margin-bottom:4rem}.pricing-section .section-title h2{color:#2a6d3c;font-size:2.5rem;margin-bottom:1rem}.pricing-section .section-title p{color:#666;font-size:1.2rem}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto}.pricing-card{background:#f8f8f5;padding:3rem 2rem;border-radius:16px;text-align:center;transition:all .3s ease;position:relative}.pricing-card h3{color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem}.pricing-card .price{font-size:2.5rem;font-weight:700;color:#333;margin:1.5rem 0;display:flex;align-items:center;justify-content:center;gap:.3rem}.pricing-card .price span{font-size:1rem;color:#666}.pricing-card .price.devis{font-size:2rem}.pricing-card p{color:#666;margin-bottom:2rem;font-size:1.1rem}.pricing-card ul{list-style:none;padding:0;text-align:left;margin:2rem 0}.pricing-card ul li{color:#555;position:relative;padding:.5rem 0 .5rem 1.5rem}.pricing-card ul li:before{content:"✓";color:var(--primary-color);position:absolute;left:0}.pricing-card.featured{background:#fff;box-shadow:0 8px 30px #0000001a;transform:translateY(-20px);position:relative;overflow:hidden;border:2px solid var(--primary-color)}.pricing-card.featured:before{content:"PLUS POPULAIRE";position:absolute;top:25px;right:-65px;background:var(--primary-color);color:#fff;padding:.5rem 0;transform:rotate(45deg);font-size:.75rem;letter-spacing:2px;text-transform:uppercase;box-shadow:0 2px 10px #0000001a;width:200px;text-align:center}.pricing-note{text-align:center;margin-top:3rem;color:#666;font-style:italic}@media (max-width: 1400px){.pricing-grid{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:900px}.pricing-card.featured{transform:translateY(0)}}@media (max-width: 768px){.pricing-section{padding:6rem 2rem}.pricing-grid{grid-template-columns:1fr;max-width:400px}.pricing-card{padding:2rem}}.hero-section{background-color:var(--primary-color);padding:8rem 2rem;text-align:center;color:#fff;margin-bottom:4rem;min-height:300px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(#c5a57273,#c5a57273);z-index:1}.hero-section>*{position:relative;z-index:2}.hero-section h1{font-size:4rem;margin-bottom:.5rem;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.4)}.hero-section p{font-size:1.8rem;opacity:.95;max-width:800px;margin:0 auto;margin-top:.5rem;margin-bottom:2rem;text-shadow:2px 2px 6px rgba(0,0,0,.4)}.hero-section .cta-button{display:inline-block;padding:1rem 2.5rem;font-size:1.2rem;color:#fff;background-color:transparent;border:2px solid white;border-radius:50px;text-decoration:none;transition:all .3s ease;margin-top:1rem;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.hero-section .cta-button:hover{background-color:#fff;color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 15px #0003}.hero-section .cta-button:active{transform:translateY(0)}@media (max-width: 768px){.hero-section{padding:6rem 1rem;min-height:250px}.hero-section h1{font-size:2.8rem}.hero-section p{font-size:1.4rem}.hero-section .cta-button{padding:.8rem 2rem;font-size:1.1rem}}.presentation-page{padding-top:120px;min-height:100vh;background-color:#fff}.presentation-page .section-title{text-align:center;padding:2rem;margin-bottom:4rem}.presentation-page h1{font-size:3.5rem;color:var(--primary-color);margin-bottom:1rem}.presentation-page .subtitle{font-size:1.8rem;color:#666;margin:1.5rem 0}.presentation-page .motto{font-size:2rem;color:var(--primary-color);font-style:italic;margin:2rem 0;font-weight:500}.presentation-sections{max-width:1200px;margin:0 auto;padding:2rem;background-color:#fff}.presentation-sections section{margin-bottom:6rem}.presentation-sections h2{font-size:2.2rem;color:var(--primary-color);margin-bottom:3rem;text-align:center}.process-section .process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.process-section .step{background:#f8f8f5;padding:2rem;border-radius:16px;box-shadow:0 4px 20px #0000000f;display:flex;align-items:center;gap:2rem;transition:all .3s ease}.process-section .step:hover{transform:translateY(-5px)}.process-section .step p{font-size:1.1rem;color:#555;margin:0;line-height:1.5}.process-section .step-number{width:60px;height:60px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.4rem;box-shadow:0 4px 10px #c5a5724d;flex-shrink:0}.objectives-section .objectives-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.objectives-section .objective-card{background:#f8f8f5;padding:2.5rem;border-radius:16px;text-align:center;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease}.objectives-section .objective-card:hover{transform:translateY(-5px)}.objectives-section .objective-card h3{color:var(--primary-color);font-size:1.8rem;margin-bottom:1rem}.objectives-section .objective-card p{color:#555;font-size:1.1rem;line-height:1.6}.ceo-section{margin:6rem 0}.ceo-section .ceo-message{background:#f8f8f5;padding:4rem;border-radius:16px;box-shadow:0 4px 20px #0000000f}.ceo-section .message-content{max-width:800px;margin:0 auto;font-style:italic;line-height:1.8;font-size:1.1rem;color:#555}.ceo-section .message-content p{margin-bottom:1.5rem}.ceo-section .message-content .signature{margin-top:3rem;text-align:right;font-weight:700;color:var(--primary-color);font-size:1.4rem;font-style:normal}@media (max-width: 768px){.presentation-page h1{font-size:2.5rem}.presentation-page .subtitle{font-size:1.4rem}.presentation-page .motto{font-size:1.6rem}.presentation-sections{padding:1rem}.process-section .step{padding:1.5rem;gap:1rem}.ceo-section .ceo-message{padding:2rem}.ceo-section .message-content{font-size:1rem}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
