*{margin:0;padding:0;box-sizing:border-box}
html{height:100%;overscroll-behavior:none}
body{font-family:'Poppins',sans-serif;background:#f4f7f6;overflow-x:hidden;display:flex;flex-direction:column;min-height:100vh;overscroll-behavior:none}
/* Conteneur invisible fixe en haut (si présent dans le HTML) */
.top-bar{position:fixed;top:25px;right:25px;z-index:2000;pointer-events:none}
/* Burger LUI-MÊME fixe : ne bouge plus jamais, avec ou sans .top-bar */
.menu-toggle{pointer-events:auto;position:fixed;top:25px;right:25px;z-index:2000;width:50px;height:50px;background:linear-gradient(135deg,#e67e22,#c0392b);border:none;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;transition:transform .3s;box-shadow:0 4px 15px rgba(0,0,0,.2)}
.menu-toggle:hover{transform:scale(1.05)}
.menu-toggle span{display:block;width:25px;height:3px;background:#fff;border-radius:2px;transition:all .3s}
.menu-toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.menu-toggle.active span:nth-child(2){opacity:0}
.menu-toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}
.overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:1500;opacity:0;visibility:hidden;transition:all .3s;backdrop-filter:blur(3px)}
.overlay.active{opacity:1;visibility:visible}
.sidebar{position:fixed;top:0;right:-320px;width:320px;height:100vh;z-index:1600;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;flex-direction:column;box-shadow:-5px 0 25px rgba(0,0,0,.3)}
.sidebar.active{right:0}
.sidebar-header{background:#fff;height:180px;display:flex;align-items:center;justify-content:center;border-bottom:4px solid #e67e22}
.logo-img{width:120px;height:auto}
.sidebar-links{background:#000;flex-grow:1;padding-top:15px}
.nav-list{list-style:none}
.nav-list li a{display:flex;align-items:center;padding:16px 30px;color:#fff;text-decoration:none;font-size:1.05rem;transition:all .3s;border-left:4px solid transparent}
.nav-list li a i{margin-right:15px;width:25px;text-align:center;font-size:1.15rem;transition:transform .3s}
.nav-list li a:hover,.nav-list li a.active{background:rgba(230,126,34,.2);color:#e67e22;border-left:4px solid #e67e22;padding-left:40px}
.nav-list li a:hover i{transform:scale(1.2)}
@keyframes slideInLeft{from{transform:translateX(-50px);opacity:0}to{transform:translateX(0);opacity:1}}
@keyframes slideInRight{from{transform:translateX(50px);opacity:0}to{transform:translateX(0);opacity:1}}
@keyframes floatLogo{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}
.main-content{flex:1;width:100%;display:flex;flex-direction:column;min-height:0}
.page-grid{display:grid;grid-template-columns:1.4fr 1fr;flex:1;width:100%;min-height:0}
.content-blue{background:linear-gradient(135deg,#2980b9,#3498db);color:#fff;padding:50px 45px;display:flex;flex-direction:column;justify-content:center;overflow:hidden;min-height:0}
.content-orange{background:linear-gradient(135deg,#d35400,#e67e22);display:flex;align-items:center;justify-content:center;padding:30px;min-height:0}
.content-light{background:#f4f7f6;padding:55px 40px 20px;display:flex;align-items:center;justify-content:center;overflow-y:auto;min-height:0}
.content-blue .section-title,.content-blue p,.content-blue .map-frame,.content-blue .steps-list,.content-blue .advantages-box{animation:slideInLeft .8s cubic-bezier(.25,.46,.45,.94) forwards;opacity:0}
.content-blue p{animation-delay:.15s}
.content-blue .map-frame{animation-delay:.25s}
.content-blue .steps-list{animation-delay:.3s}
.content-blue .advantages-box{animation-delay:.45s}
.slide-right{animation:slideInRight .8s cubic-bezier(.25,.46,.45,.94) forwards;opacity:0;width:100%;max-width:340px}
.card-white{background:#fff;border-radius:20px;box-shadow:0 15px 50px rgba(0,0,0,.3);padding:30px;animation:floatLogo 6s ease-in-out infinite;text-align:center}
.showcase-img{width:100%;max-width:380px;height:auto;display:block}
.section-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0;position:relative;padding-bottom:10px}
.content-blue .section-title{margin-bottom:18px}
.title-underline{position:absolute;bottom:0;left:0;width:80px;height:3px;background:#fff;border-radius:2px}
.highlight-text{font-size:1.15rem;font-weight:600;margin-bottom:12px;color:#ffeaa7;line-height:1.4}
.content-blue p{font-size:1rem;line-height:1.4;margin-bottom:10px;opacity:.95}
.mission-text{margin-top:10px;padding:12px;background:rgba(255,255,255,.1);border-radius:10px;border-left:5px solid #ffeaa7}
.mission-text i{margin-right:10px}
.intro-text{font-size:1rem;line-height:1.4;margin-bottom:16px;padding:14px;background:rgba(255,255,255,.1);border-left:4px solid #ffeaa7;border-radius:8px}
.steps-list{list-style:none;margin-bottom:16px}
.steps-list li{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px;font-size:.95rem;line-height:1.3}
.steps-list li i{color:#ffeaa7;margin-top:3px;flex-shrink:0}
.advantages-box{padding:10px 15px;background:rgba(255,255,255,.1);border-radius:8px;border-left:3px solid #ffeaa7}
.advantages-box h3{font-size:15px;margin-bottom:4px;color:#ffeaa7;display:flex;align-items:center;gap:6px}
.advantages-box p{font-size:13px;line-height:1.3;margin:0}
.price-card{background:#d8d8d8;border-radius:8px;overflow:hidden;box-shadow:0 15px 50px rgba(0,0,0,.35);animation:floatLogo 6s ease-in-out infinite;text-align:left}
.price-head{position:relative}
.price-head-orange{position:absolute;inset:0;background:#e67e22;clip-path:polygon(0 0,100% 0,100% calc(100% - 22px),50% 100%,0 calc(100% - 22px));transform:translateY(7px)}
.price-head-teal{position:relative;background:#0f9aa9;clip-path:polygon(0 0,100% 0,100% calc(100% - 22px),50% 100%,0 calc(100% - 22px));padding:25px 20px 38px;text-align:center}
.price-head-teal h2{color:#fff;font-size:2.2rem;font-weight:700;letter-spacing:1px}
.price-body{padding:24px 22px 22px;color:#222}
.price-body p{font-size:.95rem;line-height:1.4;margin-bottom:12px}
.price-body ul{list-style:disc;padding-left:20px}
.price-body li{font-size:.95rem;line-height:1.5;margin-bottom:8px}
.map-frame{background:#fff;padding:10px;border-radius:16px;box-shadow:0 15px 50px rgba(0,0,0,.3);margin-top:18px}
.map-frame iframe{display:block;width:100%;height:clamp(220px,42vh,420px);border:0;border-radius:10px}
.card-white h2{font-size:1.1rem;color:#e67e22;margin-bottom:15px;display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:1px}
.card-white p{font-size:1.05rem;font-weight:600;color:#2c3e50;line-height:1.4;margin-bottom:4px}
.phone-big{display:inline-block;margin:10px 0 5px;font-size:1.3rem;color:#c0392b;text-decoration:none;font-weight:700}
.btn-route{display:inline-block;margin-top:18px;background:linear-gradient(135deg,#e67e22,#c0392b);color:#fff;padding:10px 22px;border-radius:8px;text-decoration:none;font-weight:600;font-size:.95rem;transition:transform .3s}
.btn-route:hover{transform:scale(1.05)}
.contact-form{width:100%;max-width:820px;animation:slideInLeft .8s cubic-bezier(.25,.46,.45,.94) forwards;opacity:0}
.form-row{display:grid;grid-template-columns:170px 1fr;gap:12px;align-items:center;margin-bottom:10px}
.form-row>label{font-size:.9rem;font-weight:600;color:#111}
.req{color:#e67e22;margin-left:2px}
.field-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;padding:7px 10px;border:1px solid #8a8a8a;border-radius:2px;background:#fff;font-family:inherit;font-size:.9rem;color:#333}
.contact-form select{background:#f5f5f5;cursor:pointer}
.contact-form select:disabled,.contact-form option:disabled{color:#b9b9b9}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:#b9b9b9}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:2px solid #e67e22;border-color:#e67e22}
.date-3{display:flex;gap:8px}
.date-3 select{width:auto;min-width:78px;flex:1}
.contact-form textarea{min-height:80px;resize:vertical}
.form-actions{display:flex;justify-content:center;gap:15px;margin-top:12px}
.btn-form{display:inline-flex;align-items:center;gap:8px;padding:9px 18px;background:#efefef;border:1px solid #8a8a8a;border-radius:3px;font-size:.9rem;font-weight:600;color:#111;cursor:pointer;transition:all .3s;font-family:inherit}
.btn-form:hover{background:#e67e22;border-color:#e67e22;color:#fff}
.site-footer{background:#000;color:#fff;text-align:center;padding:14px 15px 12px;border-top:4px solid #e67e22;flex-shrink:0}
.footer-tags{font-size:.85rem;font-weight:600;letter-spacing:2px;margin-bottom:4px}
.footer-credit{font-size:.8rem;color:#bbb}
.footer-credit a{color:#e67e22;text-decoration:none;font-weight:600}
.footer-credit a:hover{color:#fff}
@media(max-width:1024px) and (min-width:768px){.content-blue,.content-light{padding:45px 25px 20px}.section-title{font-size:1.5rem}.highlight-text{font-size:1.05rem}.content-blue p{font-size:.92rem}.steps-list li{font-size:.85rem}.advantages-box p{font-size:12px}.showcase-img{max-width:260px}.card-white{padding:22px}.price-head-teal h2{font-size:1.8rem}.price-body p,.price-body li{font-size:.85rem}.form-row{grid-template-columns:140px 1fr}}
/* MOBILE + TABLETTE : .top-bar ET burger fixes pendant le défilement */
@media(max-width:1024px){.top-bar{position:fixed;top:20px;right:20px;z-index:2000}.menu-toggle{top:20px;right:20px}}
@media(max-width:767px){.page-grid{grid-template-columns:1fr}.content-blue,.content-light{padding:100px 20px 40px;overflow-y:auto}.content-orange{padding:40px;min-height:300px}.section-title{font-size:1.6rem}.form-row{grid-template-columns:1fr;gap:6px}.field-2{grid-template-columns:1fr}body{padding-bottom:72px}.site-footer{position:fixed;bottom:0;left:0;right:0;z-index:1400}}
@media(max-width:768px){.sidebar{width:100%;right:-100%}.sidebar.active{right:0}.logo-img{width:90px}.sidebar-header{height:150px}}
@media(max-width:576px){.menu-toggle{width:45px;height:45px}.content-blue,.content-light{padding:80px 20px}.section-title{font-size:1.4rem}.content-blue p{font-size:.95rem}.steps-list li{font-size:.85rem}.card-white{padding:25px}.showcase-img{max-width:250px}}