@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#333;font-family:Poppins,sans-serif;line-height:1.6;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn-primary{color:#fff}.btn-primary,.btn-primary:hover{background:linear-gradient(135deg,#0d3b66,#0d3b66)}.btn-primary:hover{box-shadow:0 5px 20px #1d224066;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#0d3b66}.section-header{margin-bottom:60px;text-align:center}.section-header h2{color:#0d3b66;display:inline-block;font-size:2.5rem;margin-bottom:15px;position:relative}.section-header h2:after{background:linear-gradient(135deg,#0d3b66,#f4a261);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.section-header p{color:#666;font-size:1.1rem;margin:20px auto 0;max-width:600px}.navbar{background:linear-gradient(180deg,#1d2240f2,#1d2240b3);left:0;padding:15px 0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar.scrolled{background:#fff;box-shadow:0 2px 20px #0000001a}.navbar .container{align-items:center;display:flex;justify-content:space-between}.navbar .logo img{height:50px;transition:all .3s ease;width:auto}.navbar.scrolled .logo img{height:45px}.nav-links{display:flex;gap:30px;list-style:none}.nav-links a{color:#fff;cursor:pointer;font-weight:500;text-decoration:none;transition:color .3s ease}.navbar.scrolled .nav-links a{color:#333}.nav-links a:hover{color:#f4a261}.hamburger{cursor:pointer;display:none;flex-direction:column;gap:5px}.hamburger span{background:#fff;height:3px;transition:all .3s ease;width:25px}.navbar.scrolled .hamburger span{background:#0d3b66}.hero{align-items:center;background-image:url(/static/media/hero-camion.7e5b9dfe872d4a87a5e5.jpg);background-position:50%;background-size:cover;display:flex;height:100vh;justify-content:center;position:relative;text-align:center}.hero-content{color:#fff;z-index:1}.hero-content h1{animation:fadeInUp 1s ease;font-size:3.5rem;margin-bottom:20px}.hero-content p{animation:fadeInUp 1s ease .2s backwards;font-size:1.3rem;margin-bottom:40px;opacity:.9}.hero-buttons{animation:fadeInUp 1s ease .4s backwards;display:flex;gap:20px;justify-content:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.services{background:#f8f9fa;padding:100px 0}.services-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.service-card{background:#fff;border-radius:15px;box-shadow:0 5px 30px #00000014;padding:40px 30px;text-align:center;transition:all .3s ease}.service-card:hover{box-shadow:0 15px 40px #00000026;transform:translateY(-10px)}.service-icon{align-items:center;background:linear-gradient(135deg,#0d3b66,#0d3b66);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 25px;width:80px}.service-card h3{color:#0d3b66;font-size:1.3rem;margin-bottom:15px}.service-card p{color:#666;line-height:1.7}.about{padding:100px 0}.about-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.about-title-wrapper{align-items:center;display:flex;gap:20px;margin-bottom:20px}.about-title-wrapper h2{color:#0d3b66;font-size:2.5rem;margin:0}.about-logo{height:60px;width:auto}.about-text h2{color:#0d3b66;font-size:2.5rem;margin-bottom:20px}.about-text .highlight{color:#f4a261;font-size:1.2rem;font-weight:500;margin-bottom:20px}.about-text p{color:#666;line-height:1.8;margin-bottom:15px}.stats{display:flex;gap:40px;margin-top:40px}.stat-item{text-align:center}.stat-number{color:#f4a261;display:block;font-size:2.5rem;font-weight:700}.stat-label{color:#666;font-size:.9rem}.about-image,.image-placeholder{align-items:center;display:flex;justify-content:center}.image-placeholder{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;height:400px;width:400px}.about-main-logo{max-height:80%;max-width:80%;object-fit:contain}.fleet{background:#f8f9fa;padding:100px 0}.fleet-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.fleet-card{background:#fff;border:2px solid #0000;border-radius:20px;box-shadow:0 5px 30px #00000014;padding:40px 30px;text-align:center;transition:all .3s ease}.fleet-card:hover{border-color:#0d3b66;box-shadow:0 15px 40px #0d3b6626}.fleet-icon{align-items:center;background:linear-gradient(135deg,#0d3b66,#1a5a9e);border-radius:50%;color:#fff;display:flex;font-size:2.5rem;height:100px;justify-content:center;margin:0 auto 25px;width:100px}.fleet-card h3{color:#0d3b66;font-size:1.4rem;margin-bottom:20px}.fleet-specs{background:#f8f9fa;border-radius:12px;margin-bottom:20px;padding:20px}.spec-item{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;padding:8px 0}.spec-item:last-child{border-bottom:none}.spec-label{color:#666;font-size:.9rem}.spec-value{color:#0d3b66;font-size:.9rem;font-weight:600}.fleet-description{color:#666;font-size:.95rem;line-height:1.6}@media (max-width:992px){.fleet-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.fleet-grid{grid-template-columns:1fr}}.values{background:linear-gradient(135deg,#0d3b66,#0d3b66);padding:100px 0}.values .section-header h2{color:#fff}.values .section-header h2:after{background:#f4a261}.values .section-header p{color:#fffc}.values-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.value-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:40px 25px;text-align:center;transition:all .3s ease}.value-card:hover{background:#fff3;transform:translateY(-5px)}.value-card svg{color:#f4a261;font-size:3rem;margin-bottom:20px}.value-card h3{color:#fff;font-size:1.2rem;margin-bottom:15px}.value-card p{color:#fffc;font-size:.95rem}.team{background:#f8f9fa;padding:100px 0}.team-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.team-member{background:#fff;border-radius:15px;box-shadow:0 5px 30px #00000014;padding:40px 25px;text-align:center;transition:all .3s ease}.team-member:hover{transform:translateY(-10px)}.member-photo{align-items:center;background:linear-gradient(135deg,#0d3b66,#0d3b66);border-radius:50%;color:#fff;display:flex;font-size:3rem;height:120px;justify-content:center;margin:0 auto 25px;width:120px}.team-member h3{color:#0d3b66;font-size:1.1rem;margin-bottom:10px}.team-member p{color:#666;font-size:.95rem}.testimonials{padding:100px 0}.testimonials-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.testimonial-card{background:#fff;border-radius:15px;box-shadow:0 5px 30px #00000014;padding:40px;position:relative}.quote-icon{color:#0d3b66;font-size:2rem;margin-bottom:20px;opacity:.3}.testimonial-card p{color:#555;font-style:italic;line-height:1.8;margin-bottom:25px}.testimonial-author strong{color:#0d3b66;display:block;font-size:1.1rem}.testimonial-author span{color:#888;font-size:.9rem}.contact{background:#f8f9fa;padding:100px 0}.contact-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1.5fr}.contact-info{display:flex;flex-direction:column;gap:30px}.info-item{align-items:flex-start;display:flex;gap:20px}.info-item svg{color:#f4a261;font-size:1.5rem;margin-top:5px}.info-item h4{color:#0d3b66;margin-bottom:5px}.info-item p{color:#666}.contact-form{background:#fff;border-radius:15px;box-shadow:0 5px 30px #00000014;padding:40px}.form-group{margin-bottom:20px}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:10px;font-family:inherit;font-size:1rem;padding:15px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0d3b66;outline:none}.form-group textarea{resize:vertical}.footer{background:#0d3b66;color:#fff;padding:80px 0 30px}.footer-content{grid-gap:50px;display:grid;gap:50px;grid-template-columns:2fr 1fr 1fr 1.5fr;margin-bottom:50px}.footer-logo{height:60px;margin-bottom:20px;width:auto}.footer-section h3{font-size:1.5rem;margin-bottom:20px}.footer-section h3 span{color:#f4a261}.footer-section h4{color:#f4a261;font-size:1.1rem;margin-bottom:20px}.footer-section p{color:#aaa;line-height:1.8}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:12px}.footer-section ul a{color:#aaa;text-decoration:none;transition:color .3s ease}.footer-section ul a:hover{color:#f4a261}.social-links{display:flex;gap:15px;margin-top:20px}.social-links a{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-links a:hover{background:#f4a261;transform:translateY(-3px)}.newsletter-form{display:flex;margin-top:15px}.newsletter-form input{border:none;border-radius:50px 0 0 50px;flex:1 1;font-family:inherit;padding:12px 15px}.newsletter-form button{background:#f4a261;border:none;border-radius:0 50px 50px 0;color:#fff;cursor:pointer;padding:12px 20px;transition:background .3s ease}.newsletter-form button:hover{background:#e08d4a}.footer-bottom{border-top:1px solid #ffffff1a;color:#888;padding-top:30px;text-align:center}@media (max-width:1024px){.footer-content,.services-grid,.team-grid,.testimonials-grid,.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-links{background:#fff;box-shadow:0 5px 20px #0000001a;display:none;flex-direction:column;gap:15px;left:0;padding:20px;position:absolute;right:0;top:100%}.nav-links.active{display:flex}.nav-links a{color:#333!important}.hamburger{display:flex}.hero-content h1{font-size:2.5rem}.hero-buttons{align-items:center;flex-direction:column}.about-content,.services-grid,.team-grid,.testimonials-grid,.values-grid{grid-template-columns:1fr}.about-image{order:-1}.image-placeholder{font-size:5rem;height:250px;width:250px}.stats{flex-wrap:wrap;justify-content:center}.contact-content,.footer-content{grid-template-columns:1fr}.footer-content{text-align:center}.social-links{justify-content:center}.newsletter-form{margin:15px auto 0;max-width:300px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.e07215fc.css.map*/