*{margin:0;padding:0;box-sizing:border-box}html{overflow-y:scroll}body{margin:0;padding:0;font-family:Montserrat,-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;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Poppins,Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700}h1{font-size:2.8rem;line-height:1.2}h2{font-size:3rem;font-weight:800;line-height:1.3}h3{font-size:1.5rem;line-height:1.3}h4{font-size:1.4rem;line-height:1.4}p,li,a,span,div{font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif}p{font-weight:400;line-height:1.7}button,a.btn,.btn{font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:600}#root{width:100%;min-height:100vh;margin:0;padding:0}.app{width:100%;min-height:100vh;margin:0;padding:0;display:flex;flex-direction:column}.language-switcher{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;z-index:1002}.language-button{background:none;border:none;cursor:pointer;padding:.35rem .5rem;display:flex;align-items:center;gap:.35rem;border-radius:4px;transition:all .3s ease}.language-button:hover{background:#ffffff1a}.navbar-solid .language-button:hover{background:#0000000d}.flag-icon{font-size:1rem;display:flex;align-items:center;line-height:1}.language-label{font-size:.75rem;font-weight:600;font-family:Montserrat,sans-serif;display:flex;align-items:center;line-height:1;color:#fff;letter-spacing:.5px}.language-dropdown{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fdfaf5fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;box-shadow:0 4px 12px #00000026;overflow:hidden;z-index:1001}.language-option{display:flex;align-items:center;gap:.35rem;padding:.5rem .6rem;background:none;border:none;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.language-option:hover{background-color:#ff8c001a}.language-option .language-label{color:#333;font-size:.75rem}.language-option .flag-icon{font-size:1rem}@media(max-width:1100px){.language-switcher{right:4rem}.language-button{padding:.3rem .45rem;gap:.3rem}.flag-icon{font-size:.95rem}.language-label{font-size:.7rem}}@media(max-width:480px){.language-switcher{right:3.5rem}.language-button{padding:.25rem .4rem;gap:.25rem}.flag-icon{font-size:.9rem}.language-label{font-size:.65rem}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;background:transparent;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.navbar-solid{padding:1rem 2rem;background:#fdfaf5fa;box-shadow:0 2px 10px #0000001a}.navbar-solid .nav-item a{color:#333}.desktop-nav{display:flex;justify-content:center;align-items:center;gap:1.5rem;list-style:none;margin:0;padding:0;padding-right:5rem;flex-wrap:wrap}.nav-item a{color:#fff;text-decoration:none;font-size:.85rem;font-weight:600;transition:opacity .3s ease;white-space:nowrap}.nav-item a:hover{opacity:.7}.nav-item.has-dropdown{position:relative}.nav-link-dropdown{color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .3s ease}.navbar-solid .nav-link-dropdown{color:#333}.nav-link-dropdown:hover{opacity:.7}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:0;padding-top:.75rem;background:transparent;list-style:none;min-width:200px;z-index:1001}.dropdown-menu:before{content:"";position:absolute;top:.75rem;left:0;right:0;bottom:0;background:#fdfaf5fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:-1;animation:fadeInDown .2s ease}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{padding:0;position:relative;z-index:1}.dropdown-item:first-child a{border-radius:8px 8px 0 0}.dropdown-item:last-child a{border-radius:0 0 8px 8px}.dropdown-item a{display:block;padding:.75rem 1.5rem;color:#333;text-decoration:none;font-size:.85rem;font-weight:600;transition:background-color .2s ease;white-space:nowrap;position:relative}.dropdown-item a:hover{background-color:#ff8c001a;opacity:1}.hamburger-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;position:absolute;right:2rem;top:50%;transform:translateY(-50%);z-index:1001;border-radius:4px;transition:all .3s ease}.hamburger-btn.menu-open{opacity:0;pointer-events:none}.hamburger-btn:hover{background:#ffffff1a}.hamburger-icon{display:flex;flex-direction:column;gap:5px;width:28px}.hamburger-icon span{display:block;width:28px;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px}.navbar-solid .hamburger-icon span{background-color:#333}.mobile-menu{position:fixed;top:0;right:-300px;width:280px;height:100vh;background-color:#fdfaf5fa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5000;transition:right .3s ease;overflow-y:auto;box-shadow:-2px 0 10px #0003}.mobile-menu.open{right:0}.mobile-menu-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;cursor:pointer;padding:.5rem;color:#333;transition:all .3s ease;border-radius:4px;display:flex;align-items:center;justify-content:center;z-index:10}.mobile-menu-close:hover{background:#0000000d;transform:rotate(90deg)}.mobile-menu-close:active{transform:rotate(90deg) scale(.95)}.mobile-nav-list{list-style:none;padding:0;margin:0;padding-top:5rem}.mobile-nav-item{border-bottom:1px solid rgba(0,0,0,.1)}.mobile-nav-item a{display:block;padding:1.2rem 2rem;color:#333;text-decoration:none;font-size:1rem;font-weight:600;transition:background-color .3s ease}.mobile-nav-item a:hover{background-color:#ff8c001a}.mobile-nav-item.has-dropdown{border-bottom:none}.mobile-dropdown-trigger{display:flex;justify-content:space-between;align-items:center;padding:1.2rem 2rem;color:#333;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;border-bottom:1px solid rgba(0,0,0,.1)}.mobile-dropdown-trigger:hover{background-color:#ff8c000d}.dropdown-arrow{transition:transform .3s ease;color:#333}.dropdown-arrow.open{transform:rotate(180deg)}.mobile-dropdown-menu{list-style:none;padding:0;margin:0;background-color:#00000008;overflow:hidden}.mobile-dropdown-item{border-bottom:1px solid rgba(0,0,0,.05)}.mobile-dropdown-item:last-child{border-bottom:1px solid rgba(0,0,0,.1)}.mobile-dropdown-item a{display:block;padding:1rem 2rem 1rem 3rem;color:#555;text-decoration:none;font-size:.95rem;font-weight:500;transition:background-color .3s ease}.mobile-dropdown-item a:hover{background-color:#ff8c001a}.menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:4999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:1100px){.navbar,.navbar-solid{padding:1.5rem}.desktop-nav{display:none}.hamburger-btn{display:block}}@media(max-width:480px){.navbar,.navbar-solid{padding:1rem}.hamburger-btn{right:1rem}}.footer{position:fixed;bottom:0;left:0;right:0;z-index:100;padding:1rem 2rem;background:transparent}.footer-links{display:flex;gap:2rem;justify-content:flex-start}.footer-links a{color:#fff;text-decoration:none;font-size:.85rem;font-weight:400;transition:opacity .3s ease;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.footer-links a:hover{opacity:.7}@media(max-width:768px){.footer{padding:.75rem 1.5rem}.footer-links{gap:1.5rem}.footer-links a{font-size:.75rem}}@media(max-width:480px){.footer-links a{font-size:.7rem}}.hero{position:relative;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-video{position:relative;width:100%;height:100%;object-fit:cover;z-index:1}.hero-fallback-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(#0003,#0000004d),url(https://images.unsplash.com/photo-1506905925346-21bda4d32df4?q=80&w=2070);background-size:cover;background-position:center;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse at center,#00000080,#0000004d,#0006);z-index:2}.hero-content{position:relative;z-index:3;text-align:center;color:#fff;padding:2rem;max-width:1200px}.hero-title{font-family:Playfair Display,Georgia,serif;font-size:5rem;font-weight:400;letter-spacing:.3rem;margin:0;margin-bottom:2rem;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.hero-subtitle{font-family:Arial,sans-serif;font-size:3rem;font-weight:700;margin:0;margin-bottom:3rem;text-shadow:2px 2px 6px rgba(0,0,0,.4)}.hero-logo{margin:4rem 0;display:flex;justify-content:center;align-items:center}.logo-image{width:325px;height:auto;filter:drop-shadow(3px 3px 10px rgba(0,0,0,.5))}.hero-tagline{font-family:Georgia,serif;font-size:1.5rem;font-style:italic;margin-top:3rem;opacity:.95;text-shadow:1px 1px 4px rgba(0,0,0,.4)}@media(max-width:1024px){.hero-title{font-size:3.5rem;letter-spacing:.25rem}.hero-subtitle{font-size:2.2rem}.logo-image{width:299px}.hero-tagline{font-size:1.3rem}}@media(max-width:768px){.hero-content{padding:1rem}.hero-title{font-size:2.2rem;letter-spacing:.15rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1.6rem;margin-bottom:2rem}.hero-logo{margin:2.5rem 0}.logo-image{width:195px}.hero-tagline{font-size:1rem;margin-top:2rem;padding:0 1rem}}@media(max-width:480px){.hero-title{font-size:1.8rem;letter-spacing:.1rem}.hero-subtitle{font-size:1.3rem}.logo-image{width:165px}.hero-tagline{font-size:.9rem}}.managing-directors{background-color:#7a6f5d;padding:4rem 2rem;padding-top:calc(80px + 4rem);text-align:center;min-height:60vh;display:flex;flex-direction:column;justify-content:center}.managing-directors-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:5rem}.directors-container{display:flex;justify-content:center;align-items:flex-start;gap:4rem;max-width:1200px;margin:0 auto;flex-wrap:wrap}.director-card{background-color:#fffffff2;padding:2.5rem;border-radius:8px;display:flex;flex-direction:column;align-items:center;min-width:350px;max-width:450px}.director-image-wrapper{width:280px;height:280px;border-radius:50%;overflow:hidden;margin-bottom:1.5rem;box-shadow:0 4px 10px #0003}.director-image{width:100%;height:100%;object-fit:cover}.director-name{color:#333;font-size:1.1rem;font-weight:700;margin-bottom:.5rem;letter-spacing:.05rem;text-transform:uppercase}.director-email{color:#666;font-size:.95rem;text-decoration:none;transition:color .3s ease}.director-email:hover{color:#ff8c00}@media(max-width:768px){.managing-directors{padding:3rem 1.5rem}.managing-directors-title{font-size:2rem;margin-bottom:2rem}.directors-container{gap:2rem}.director-card{min-width:240px;padding:1.5rem}.director-image-wrapper{width:150px;height:150px}.director-name{font-size:1rem}.director-email{font-size:.85rem}}.about-us{background-color:#e8e3d8;padding:4rem 2rem}.about-content{max-width:1400px;margin:0 auto;display:flex;gap:3rem;align-items:flex-start;justify-content:center}.about-text{flex:1;max-width:600px}.about-title{margin-bottom:2rem;color:#333}.about-description{font-size:1rem;line-height:1.6;color:#333;margin-bottom:1.5rem;text-align:justify}.about-image{flex:1;max-width:600px}.about-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 10px #0003}@media(max-width:1024px){.about-content{flex-direction:column}.about-text,.about-image{max-width:100%}}@media(max-width:768px){.about-us{padding:3rem 1.5rem}.about-description{font-size:.95rem}}.custom-travel{background-color:#f5f2eb;padding:4rem 2rem}.custom-travel-content{max-width:1400px;margin:0 auto;display:flex;gap:3rem;align-items:flex-start;justify-content:center}.custom-travel-image{flex:1;max-width:500px}.custom-travel-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 10px #0003}.custom-travel-text{flex:1;max-width:600px}.custom-travel-title{margin-bottom:1.5rem;color:#333}.custom-travel-description{font-size:1rem;line-height:1.6;color:#333;margin-bottom:1.5rem;text-align:justify}.expertise-title{margin-top:3rem;margin-bottom:1.5rem;color:#333;text-align:right}.expertise-description{font-size:1rem;line-height:1.7;color:#333;margin-bottom:1.5rem;text-align:justify;max-width:100%}@media(max-width:1024px){.custom-travel-content{flex-direction:column}.custom-travel-image,.custom-travel-text{max-width:100%}}@media(max-width:768px){.custom-travel{padding:3rem 1.5rem}.custom-travel-description,.expertise-description{font-size:.95rem}.expertise-title{margin-top:2rem}}.nos-valeurs-page{min-height:100vh;background-color:#fdfaf5;position:relative;overflow:hidden}.nos-valeurs-page:before{content:"";position:absolute;top:50%;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,140,0,.05) 0%,transparent 70%);border-radius:50%;z-index:0}.nos-valeurs-page:after{content:"";position:absolute;bottom:10%;left:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(74,144,226,.05) 0%,transparent 70%);border-radius:50%;z-index:0}.valeurs-hero{position:relative;height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.valeurs-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.valeurs-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.valeurs-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0009,#ff8c004d);z-index:1}.valeurs-hero-content{position:relative;z-index:2;max-width:900px;padding:2rem}.valeurs-main-title{font-size:3.5rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3);letter-spacing:1px}.valeurs-subtitle{font-size:1.3rem;font-weight:400;color:#fff;line-height:1.6;max-width:700px;margin:0 auto;text-shadow:1px 1px 3px rgba(0,0,0,.3);opacity:.95}.valeurs-content{padding:4rem 2rem 6rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}.valeurs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;margin-top:0}.valeur-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center;position:relative;border-left:4px solid var(--accent-color);overflow:hidden}.valeur-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,transparent 0%,var(--accent-color) 100%);opacity:0;transition:opacity .4s ease;z-index:0}.valeur-card:hover:before{opacity:.03}.valeur-card:hover{box-shadow:0 12px 40px #00000026,0 0 0 1px var(--accent-color)}.valeur-icon-wrapper{position:relative;z-index:1}.valeur-icon{width:90px;height:90px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffffffe6,#fff9);border-radius:50%;padding:1.2rem;box-shadow:0 4px 15px #00000014;position:relative}.valeur-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background:var(--accent-color);border-radius:50%;opacity:.1;z-index:-1}.valeur-icon img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.valeur-title{font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:700;color:#333;margin-bottom:1rem;letter-spacing:.5px;position:relative;z-index:1}.valeur-description{font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.7;color:#555;font-weight:400;position:relative;z-index:1}@media(max-width:768px){.valeurs-hero{height:50vh;min-height:400px}.valeurs-main-title{font-size:2.2rem}.valeurs-subtitle{font-size:1.1rem}.valeurs-content{padding:3rem 1.5rem 4rem}.valeurs-grid{grid-template-columns:1fr;gap:2rem}.valeur-card{padding:2rem}.valeur-icon{width:70px;height:70px;margin-bottom:1rem}.valeur-title{font-size:1.2rem}.valeur-description{font-size:.95rem}.nos-valeurs-page:before,.nos-valeurs-page:after{display:none}}@media(max-width:480px){.valeurs-hero{height:40vh;min-height:350px}.valeurs-main-title{font-size:1.8rem}.valeurs-subtitle{font-size:1rem}.valeurs-hero-content,.valeur-card{padding:1.5rem}.valeur-icon{width:60px;height:60px}}.nos-garanties-page{width:100%;min-height:100vh;background-color:#fdfaf5}.garanties-hero{position:relative;height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.garanties-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.garanties-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.garanties-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#1a365db3,#2c528280);z-index:1}.garanties-hero-content{position:relative;z-index:2;max-width:1200px;padding:2rem;color:#fff}.garanties-main-title{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:800;margin-bottom:20px;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.garanties-subtitle{font-size:1.5rem;font-weight:300;opacity:.95;max-width:900px;margin:0 auto;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.licenses-content{padding:80px 20px 100px;background:#fdfaf5}.licenses-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;justify-items:center}.license-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;overflow:hidden;max-width:450px;width:100%;border:2px solid transparent}.license-card:hover{box-shadow:0 12px 40px #1a365d33;border-color:#2c5282}.license-image-wrapper{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:#f7fafc}.license-image{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform .4s ease}.license-card:hover .license-image{transform:scale(1.05)}.license-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#1a365de6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.license-card:hover .license-overlay{opacity:1}.license-view-text{color:#fff;font-size:1.1rem;font-weight:600;font-family:Poppins,sans-serif;text-align:center;padding:1rem}.license-name{font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:700;color:#1a365d;margin:20px 20px 10px;text-align:center}.license-description{font-family:Montserrat,sans-serif;font-size:1rem;line-height:1.6;color:#4a5568;margin:0 20px 25px;text-align:center}.license-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;cursor:pointer}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:12px;overflow:hidden;cursor:default;display:flex;flex-direction:column}.lightbox-close{position:absolute;top:15px;right:15px;background:#000000b3;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;line-height:1}.lightbox-close:hover{background:#f00c;transform:rotate(90deg)}.lightbox-image{width:100%;max-height:70vh;object-fit:contain;background:#f7fafc;padding:20px}.lightbox-info{padding:20px 30px;background:#fff;text-align:center;border-top:2px solid #e2e8f0}.lightbox-info h3{font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700;color:#1a365d;margin-bottom:10px}.lightbox-info p{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#4a5568;line-height:1.6}@media(max-width:768px){.garanties-hero{height:50vh;min-height:400px}.garanties-main-title{font-size:2.5rem}.garanties-subtitle{font-size:1.2rem}.licenses-grid{grid-template-columns:1fr;gap:30px}.license-card{max-width:100%}.lightbox-image{max-height:60vh;padding:10px}.lightbox-info h3{font-size:1.3rem}.lightbox-info p{font-size:1rem}}@media(max-width:480px){.garanties-hero{height:40vh;min-height:350px}.garanties-main-title{font-size:2rem}.garanties-subtitle{font-size:1.1rem}.garanties-hero-content{padding:1.5rem}}.tourisme-durable-page{width:100%;min-height:100vh;background-color:#fdfaf5}.tourisme-hero{position:relative;height:60vh;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.tourisme-hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.tourisme-hero-image img{width:100%;height:100%;object-fit:cover;object-position:center}.tourisme-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#047857b3,#05966980);z-index:1}.tourisme-hero-content{position:relative;z-index:2;max-width:1200px;padding:2rem;color:#fff}.tourisme-main-title{font-family:Poppins,sans-serif;font-size:3.5rem;font-weight:800;margin-bottom:20px;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.tourisme-subtitle{font-size:1.5rem;font-weight:300;opacity:.95;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.tourisme-content{padding:80px 20px 100px;background-color:#fdfaf5}.tourisme-content-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.5fr;gap:60px;align-items:start}.terrapass-license-section{position:sticky;top:120px}.terrapass-license-card{background:#fff;border-radius:16px;padding:30px;box-shadow:0 8px 30px #0000001a;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.terrapass-license-card:hover{box-shadow:0 12px 40px #04785733;transform:translateY(-5px)}.terrapass-license-image{width:100%;height:auto;display:block;border-radius:8px;transition:transform .4s ease}.terrapass-license-card:hover .terrapass-license-image{transform:scale(1.05)}.terrapass-overlay{position:absolute;inset:30px;background:#047857e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:8px}.terrapass-license-card:hover .terrapass-overlay{opacity:1}.terrapass-view-text{color:#fff;font-size:1.1rem;font-weight:600;font-family:Poppins,sans-serif;text-align:center;padding:1rem}.tourisme-text-content{background:#fff;padding:50px;border-radius:16px;box-shadow:0 4px 20px #00000014}.tourisme-paragraph{font-family:Montserrat,sans-serif;font-size:1.15rem;line-height:1.9;color:#333;margin-bottom:25px;text-align:justify}.tourisme-paragraph.final{font-size:1.3rem;font-weight:600;color:#047857;text-align:center;margin-top:40px;margin-bottom:0;padding-top:30px;border-top:2px solid #d1fae5}.terrapass-lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;cursor:pointer}.terrapass-lightbox .lightbox-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:12px;overflow:hidden;cursor:default;display:flex;flex-direction:column}.terrapass-lightbox .lightbox-close{position:absolute;top:15px;right:15px;background:#000000b3;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease;line-height:1}.terrapass-lightbox .lightbox-close:hover{background:#f00c;transform:rotate(90deg)}.terrapass-lightbox .lightbox-image{width:100%;max-height:70vh;object-fit:contain;background:#f7fafc;padding:20px}.terrapass-lightbox .lightbox-info{padding:20px 30px;background:#fff;text-align:center;border-top:2px solid #d1fae5}.terrapass-lightbox .lightbox-info h3{font-family:Poppins,sans-serif;font-size:1.6rem;font-weight:700;color:#047857;margin-bottom:10px}.terrapass-lightbox .lightbox-info p{font-family:Montserrat,sans-serif;font-size:1.1rem;color:#4a5568;line-height:1.6}@media(max-width:968px){.tourisme-content-wrapper{grid-template-columns:1fr;gap:40px}.terrapass-license-section{position:static;max-width:500px;margin:0 auto}.tourisme-text-content{padding:40px 30px}}@media(max-width:768px){.tourisme-hero{height:50vh;min-height:400px}.tourisme-main-title{font-size:2.5rem}.tourisme-subtitle{font-size:1.2rem}.tourisme-content{padding:60px 20px 80px}.tourisme-paragraph{font-size:1.05rem;text-align:left}.tourisme-paragraph.final{font-size:1.15rem}.terrapass-lightbox .lightbox-image{max-height:60vh;padding:10px}.terrapass-lightbox .lightbox-info h3{font-size:1.3rem}.terrapass-lightbox .lightbox-info p{font-size:1rem}}@media(max-width:480px){.tourisme-hero{height:40vh;min-height:350px}.tourisme-main-title{font-size:2rem}.tourisme-subtitle{font-size:1.1rem}.tourisme-hero-content{padding:1.5rem}.tourisme-text-content{padding:30px 20px}.terrapass-license-card{padding:20px}.tourisme-paragraph{font-size:1rem}.tourisme-paragraph.final{font-size:1.1rem}}.incentive-intro{background-color:#f5f2eb;padding:5rem 2rem 4rem;padding-top:calc(80px + 5rem)}.incentive-intro-content{max-width:1400px;margin:0 auto;display:flex;gap:3rem;align-items:flex-start;justify-content:center}.incentive-intro-text{flex:1;max-width:600px}.incentive-title{margin-bottom:2rem;color:#333}.incentive-paragraph{font-size:.95rem;line-height:1.6;color:#333;margin-bottom:1.5rem;text-align:justify}.incentive-intro-images{flex:1;max-width:600px}.incentive-images-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.incentive-images-grid img{width:100%;height:100%;aspect-ratio:4/3;border-radius:8px;box-shadow:0 4px 10px #0003;object-fit:cover}@media(max-width:1024px){.incentive-intro-content{flex-direction:column}.incentive-intro-text,.incentive-intro-images{max-width:100%}}@media(max-width:768px){.incentive-intro{padding:4rem 1.5rem 3rem}.incentive-paragraph{font-size:.9rem}.incentive-images-grid{grid-template-columns:1fr}}.projects-realizations{background-color:#7a6f5d;padding:4rem 2rem;text-align:center}.projects-title{color:#fff;margin-bottom:3rem}.projects-content{max-width:1400px;margin:0 auto;display:flex;gap:2rem;align-items:flex-start;justify-content:center;position:relative}.projects-label{writing-mode:sideways-lr;font-size:4rem;font-weight:800;letter-spacing:.3rem;color:#fff;flex-shrink:0;align-self:flex-end;font-family:Poppins,Montserrat,-apple-system,BlinkMacSystemFont,sans-serif}.projects-cards{display:flex;gap:2rem;flex:1;justify-content:center;flex-wrap:wrap}.project-card{background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 10px #0000004d;width:380px;display:flex;flex-direction:column}.project-card-image{width:100%;height:280px;overflow:hidden}.project-card-image img{width:100%;height:100%;object-fit:cover}.project-card-content{padding:2rem 1.5rem;display:flex;flex-direction:column;flex:1;justify-content:space-between}.project-list{list-style:disc;text-align:left;padding-left:1.5rem;margin-bottom:2rem;color:#333}.project-list li{font-size:.95rem;line-height:1.8;margin-bottom:.3rem}.project-btn{background-color:#ff8c00;color:#fff;border:none;padding:.8rem 2rem;border-radius:25px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;text-transform:uppercase;letter-spacing:.05rem;width:100%}.project-btn:hover{background-color:#e67e00}@media(max-width:1200px){.projects-label{display:none}}@media(max-width:768px){.projects-realizations{padding:3rem 1.5rem}.projects-title{font-size:2rem;margin-bottom:2rem}.projects-cards{flex-direction:column;align-items:center}.project-card{width:100%;max-width:400px}}.road-trips-examples{background-color:#f5f2eb;padding:4rem 2rem}.road-trips-header{max-width:1400px;margin:0 auto 3rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.road-trips-title{color:#333}.devis-btn{display:inline-block;background-color:#ff8c00;color:#fff;border:none;padding:.8rem 2rem;border-radius:25px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;text-transform:uppercase;letter-spacing:.05rem;white-space:nowrap;text-decoration:none}.road-trips-list{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.road-trip-item{display:flex;gap:1.5rem;background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;align-items:stretch}.road-trip-image{flex-shrink:0;width:220px;aspect-ratio:4/3;border-radius:6px;overflow:hidden}.road-trip-image img{width:100%;height:100%;object-fit:cover}.road-trip-details{flex:1;display:flex;flex-direction:column;justify-content:center}.road-trip-details p{margin:.3rem 0;font-size:.9rem;color:#333;line-height:1.5}.road-trip-details strong{font-weight:600}@media(max-width:1024px){.road-trips-list{grid-template-columns:1fr}}@media(max-width:768px){.road-trips-examples{padding:3rem 1.5rem}.road-trips-header{flex-direction:column;align-items:flex-start}.devis-btn{width:100%}.road-trip-item{flex-direction:column}.road-trip-image{width:100%;height:200px}}.cruises-examples{background-color:#e8e3d8;padding:4rem 2rem}.cruises-header{max-width:1400px;margin:0 auto 3rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.cruises-title{color:#333}.cruises-list{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.cruise-item{display:flex;gap:1.5rem;background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;align-items:stretch}.cruise-image{flex-shrink:0;width:220px;aspect-ratio:4/3;border-radius:6px;overflow:hidden}.cruise-image img{width:100%;height:100%;object-fit:cover}.cruise-details{flex:1;display:flex;flex-direction:column;justify-content:center}.cruise-details p{margin:.3rem 0;font-size:.9rem;color:#333;line-height:1.5}.cruise-details strong{font-weight:600}@media(max-width:1024px){.cruises-list{grid-template-columns:1fr}}@media(max-width:768px){.cruises-examples{padding:3rem 1.5rem}.cruises-header{flex-direction:column;align-items:flex-start}.cruise-item{flex-direction:column}.cruise-image{width:100%;height:200px}}.seminaires-intro{background-color:#f5f2eb;padding:5rem 2rem 4rem;padding-top:calc(80px + 5rem)}.seminaires-intro-content{max-width:1400px;margin:0 auto;display:flex;gap:4rem;align-items:flex-start;justify-content:center}.seminaires-intro-text{flex:1;max-width:600px}.seminaires-title{margin-bottom:2rem;color:#333}.seminaires-section{margin-bottom:2rem}.seminaires-subtitle{font-weight:700;margin-bottom:.8rem;color:#333}.seminaires-paragraph{font-size:.95rem;line-height:1.6;color:#333;text-align:justify}.seminaires-logos{flex:1;max-width:500px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr);gap:2rem;align-items:center}.logo-item{background-color:#fff;padding:1.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001a;height:100%}.logo-item img{max-width:100%;max-height:90px;object-fit:contain}@media(max-width:1024px){.seminaires-intro-content{flex-direction:column}.seminaires-intro-text,.seminaires-logos{max-width:100%}.seminaires-logos{grid-template-columns:repeat(4,1fr);grid-template-rows:auto}}@media(max-width:768px){.seminaires-intro{padding:4rem 1.5rem 3rem}.seminaires-paragraph{font-size:.9rem}.seminaires-logos{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:1rem}.logo-item{padding:1rem;min-height:80px}.logo-item img{max-height:60px}}@media(max-width:480px){.seminaires-logos{grid-template-columns:repeat(2,1fr)}}.seminaires-examples{background-color:#e8e3d8;padding:4rem 2rem}.seminaires-examples-title{color:#333;text-align:center;margin-bottom:3rem}.seminaires-list{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.seminaire-item{display:flex;gap:1.5rem;background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;align-items:stretch}.seminaire-image{flex-shrink:0;width:220px;aspect-ratio:4/3;border-radius:6px;overflow:hidden}.seminaire-image img{width:100%;height:100%;object-fit:cover}.seminaire-details{flex:1;display:flex;flex-direction:column;justify-content:center}.seminaire-details p{margin:.3rem 0;font-size:.9rem;color:#333;line-height:1.5}.seminaire-details strong{font-weight:600}@media(max-width:1024px){.seminaires-list{grid-template-columns:1fr}}@media(max-width:768px){.seminaires-examples{padding:3rem 1.5rem}.seminaires-examples-title{font-size:1.8rem}.seminaire-item{flex-direction:column}.seminaire-image{width:100%;height:200px}}.sejours-individuels{background-color:#f5f2eb;padding:5rem 2rem 4rem;padding-top:calc(80px + 5rem);min-height:100vh;display:flex;align-items:center}.sejours-content{max-width:1400px;margin:0 auto;display:flex;gap:4rem;align-items:flex-start;justify-content:center}.sejours-text{flex:1;max-width:600px}.sejours-title{margin-bottom:2rem;color:#333}.sejours-paragraph{font-size:.95rem;line-height:1.6;color:#333;margin-bottom:1.5rem;text-align:justify}.devis-btn{display:inline-block;background-color:#ff8c00;color:#fff;border:none;padding:.8rem 2rem;border-radius:25px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;text-transform:uppercase;letter-spacing:.05rem;margin-top:1rem;text-decoration:none}.devis-btn:hover{background-color:#e67e00}.sejours-image{flex:1;max-width:600px}.sejours-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 10px #0003}@media(max-width:1024px){.sejours-content{flex-direction:column}.sejours-text,.sejours-image{max-width:100%}}@media(max-width:768px){.sejours-individuels{padding:4rem 1.5rem 3rem;min-height:auto}.sejours-paragraph{font-size:.9rem}.devis-btn{width:100%}}.contact{background-color:#7a6f5d;min-height:100vh;padding:5rem 2rem 4rem;padding-top:calc(80px + 5rem)}.contact-content{max-width:1400px;margin:0 auto}.contact-main-title{font-size:5rem;font-weight:700;letter-spacing:.3rem;color:#fff;text-align:center;margin-bottom:3rem}.contact-layout{display:flex;gap:4rem;align-items:flex-start;justify-content:center}.contact-left{flex:1;display:flex;flex-direction:column;align-items:center}.contact-map{width:100%;max-width:500px;margin-bottom:2rem}.contact-map img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 10px #0000004d}.contact-territory{text-align:center;color:#fff}.territory-title{font-size:1.5rem;margin-bottom:.5rem}.territory-locations{font-size:1.3rem}.contact-right{flex:1;display:flex;flex-direction:column;gap:2.5rem}.contact-section{color:#fff}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.icon-circle{width:40px;height:40px;background-color:#ff8c00;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.icon-circle svg{width:24px;height:24px;color:#fff}.section-title{font-size:2rem;font-weight:700;margin:0}.contact-details p{font-size:1.1rem;margin:.5rem 0;line-height:1.6}.contact-email{font-weight:600}.social-links{display:flex;flex-direction:column;gap:1rem}.social-link{display:flex;align-items:center;gap:1rem;color:#fff;text-decoration:none;font-size:1.1rem;transition:opacity .3s ease}.social-link:hover{opacity:.8}.instagram-icon{width:32px;height:32px;color:#e4405f;background:#fff;border-radius:6px;padding:4px}.linkedin-icon{width:32px;height:32px;color:#0077b5;background:#fff;border-radius:4px;padding:4px}.certifications{display:flex;gap:1.5rem;flex-wrap:wrap}.cert-logo{width:100px;height:100px;background-color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:.5rem;box-shadow:0 2px 8px #0003}.cert-logo img{max-width:100%;max-height:100%;object-fit:contain}@media(max-width:1024px){.contact-layout{flex-direction:column}.contact-left,.contact-right{width:100%}}@media(max-width:768px){.contact{padding:4rem 1.5rem 3rem}.contact-main-title{font-size:3rem;letter-spacing:.2rem}.section-title{font-size:1.5rem}.contact-details p,.social-link{font-size:1rem}.territory-title{font-size:1.2rem}.territory-locations{font-size:1.1rem}.certifications{gap:1rem}.cert-logo{width:80px;height:80px}}@media(max-width:480px){.contact-main-title{font-size:2rem;letter-spacing:.1rem}.contact-layout,.contact-right{gap:2rem}}.loisirs-intro{background-color:#f5f2eb;padding:5rem 2rem 4rem;padding-top:calc(80px + 5rem)}.loisirs-intro-content{max-width:1400px;margin:0 auto;display:flex;gap:3rem;align-items:flex-start;justify-content:center}.loisirs-intro-text{flex:1;max-width:600px}.loisirs-title{margin-bottom:2rem;color:#333}.loisirs-section{margin-bottom:2rem}.loisirs-subtitle{font-weight:700;margin-bottom:.8rem;color:#333}.loisirs-paragraph{font-size:.95rem;line-height:1.6;color:#333;text-align:justify}.loisirs-logo{margin-top:2rem}.loisirs-logo img{width:80px;height:auto}.loisirs-intro-images{flex:1;max-width:600px;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.loisirs-image{width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:8px}.loisirs-image img{width:100%;height:100%;object-fit:cover;box-shadow:0 4px 10px #0003}@media(max-width:1024px){.loisirs-intro-content{flex-direction:column}.loisirs-intro-text,.loisirs-intro-images{max-width:100%}}@media(max-width:768px){.loisirs-intro{padding:4rem 1.5rem 3rem}.loisirs-paragraph{font-size:.9rem}.loisirs-intro-images{grid-template-columns:1fr}}.loisirs-projects{background-color:#8b6f47;padding:4rem 2rem}.loisirs-projects-title{text-align:center;color:#fff;margin-bottom:3rem}.loisirs-projects-content{max-width:1400px;margin:0 auto;display:flex;gap:2rem;align-items:flex-start;justify-content:center}.loisirs-projects-label{writing-mode:sideways-lr;font-size:4rem;font-weight:800;letter-spacing:.3rem;color:#fff;flex-shrink:0;align-self:flex-end;font-family:Poppins,Montserrat,-apple-system,BlinkMacSystemFont,sans-serif}.loisirs-projects-cards{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.loisirs-project-card{background-color:#fff;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.loisirs-project-card-image{width:100%;height:200px;overflow:hidden}.loisirs-project-card-image img{width:100%;height:100%;object-fit:cover}.loisirs-project-card-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.loisirs-project-list{list-style:none;padding:0;margin:0 0 1.5rem;flex:1}.loisirs-project-list li{padding:.5rem 0;color:#333;font-size:.95rem;border-bottom:1px solid #e0e0e0}.loisirs-project-list li:last-child{border-bottom:none}.loisirs-project-btn{background-color:#ff8c00;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;margin-top:auto}.loisirs-project-btn:hover{background-color:#e67e00}@media(max-width:1200px){.loisirs-projects-label{display:none}}@media(max-width:1024px){.loisirs-projects-cards{grid-template-columns:1fr}}@media(max-width:768px){.loisirs-projects{padding:3rem 1.5rem}.loisirs-projects-title{font-size:2rem}}.autocar-circuits{background-color:#f5f2eb;padding:4rem 2rem}.autocar-circuits-content{max-width:1400px;margin:0 auto;display:flex;gap:3rem;align-items:flex-start;justify-content:center}.autocar-circuits-text{flex:1;max-width:600px}.autocar-circuits-title{margin-bottom:2rem;color:#333}.autocar-circuits-subtitle{font-weight:700;margin-bottom:1rem;color:#333}.autocar-circuits-paragraph{font-size:.95rem;line-height:1.6;color:#333;text-align:justify;margin-bottom:1rem}.autocar-circuits-btn{display:inline-block;background-color:#ff8c00;color:#fff;border:none;padding:.8rem 2rem;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;margin-top:1.5rem;text-decoration:none}.autocar-circuits-btn:hover{background-color:#e67e00}.autocar-circuits-image{flex:1;max-width:600px}.autocar-circuits-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 10px #0003}@media(max-width:1024px){.autocar-circuits-content{flex-direction:column}.autocar-circuits-text,.autocar-circuits-image{max-width:100%}}@media(max-width:768px){.autocar-circuits{padding:3rem 1.5rem}.autocar-circuits-paragraph{font-size:.9rem}}.citybreaks{background-color:#d9d3c7;padding:4rem 2rem}.citybreaks-content{max-width:1400px;margin:0 auto;display:flex;gap:3rem;align-items:flex-start;justify-content:center}.citybreaks-text{flex:1;max-width:600px}.citybreaks-title{margin-bottom:2rem;color:#333}.citybreaks-subtitle{font-weight:700;margin-bottom:1rem;color:#333}.citybreaks-paragraph{font-size:.95rem;line-height:1.6;color:#333;text-align:justify;margin-bottom:1rem}.citybreaks-btn{display:inline-block;background-color:#ff8c00;color:#fff;border:none;padding:.8rem 2rem;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;margin-top:1.5rem;text-decoration:none}.citybreaks-btn:hover{background-color:#e67e00}.citybreaks-image{flex:1;max-width:600px}.citybreaks-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 10px #0003}@media(max-width:1024px){.citybreaks-content{flex-direction:column}.citybreaks-text,.citybreaks-image{max-width:100%}}@media(max-width:768px){.citybreaks{padding:3rem 1.5rem}.citybreaks-paragraph{font-size:.9rem}}.combines-citybreaks{background-color:#f5f2eb;padding:4rem 2rem}.combines-citybreaks-content{max-width:1400px;margin:0 auto;display:flex;gap:3rem;align-items:flex-start;justify-content:center}.combines-citybreaks-text{flex:1;max-width:600px}.combines-citybreaks-title{margin-bottom:2rem;color:#333}.combines-citybreaks-paragraph{font-size:.95rem;line-height:1.6;color:#333;text-align:justify;margin-bottom:1rem}.combines-citybreaks-btn{display:inline-block;background-color:#ff8c00;color:#fff;border:none;padding:.8rem 2rem;border-radius:25px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;margin-top:1.5rem;text-decoration:none}.combines-citybreaks-btn:hover{background-color:#e67e00}.combines-citybreaks-image{flex:1;max-width:600px}.combines-citybreaks-image img{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 10px #0003}@media(max-width:1024px){.combines-citybreaks-content{flex-direction:column}.combines-citybreaks-text,.combines-citybreaks-image{max-width:100%}}@media(max-width:768px){.combines-citybreaks{padding:3rem 1.5rem}.combines-citybreaks-paragraph{font-size:.9rem}}
