.section{padding:4rem 0}.section h1{text-align:center;margin-bottom:3rem;font-size:2.5rem}.section h2{text-align:center;margin-bottom:1rem;font-size:2.2rem}.section-intro{text-align:center;font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.8}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.content-grid.reverse{direction:rtl}.content-grid.reverse>*{direction:ltr}.content-text p{margin-bottom:1.5rem;line-height:1.7;opacity:.8}@media(max-width:768px){.section{padding:3rem 0}.section h1{font-size:2rem}.section h2{font-size:1.8rem}.content-grid{grid-template-columns:1fr;gap:2rem}.content-grid.reverse{direction:ltr}}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:4rem}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;position:relative;z-index:1}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-top:2rem}@media(max-width:768px){.features-grid,.services-grid,.news-grid,.contact-grid{grid-template-columns:1fr}.contact-grid{gap:2rem}}.feature-card{background:var(--color-surface);padding:2rem;border-radius:10px;box-shadow:0 4px 15px var(--color-surface-shadow);text-align:center;transition:transform .3s ease}.feature-card-link{text-decoration:none;color:inherit;display:block;transition:transform .3s ease}.feature-card-link:hover{transform:translateY(-5px)}.feature-card-link:hover .feature-card{box-shadow:0 8px 25px #00000026}.feature-card h3{margin-bottom:1rem;font-size:1.3rem}.feature-card p{margin-bottom:0;opacity:.8}.service-card{background:var(--color-surface);padding:2rem;border-radius:10px;box-shadow:0 4px 15px var(--color-surface-shadow);text-align:center;transition:transform .3s ease}.service-card:hover{transform:translateY(-5px)}.service-card h3{margin-bottom:1rem;font-size:1.3rem}.service-card p{line-height:1.6;opacity:.8}.news-item{background:var(--color-surface);padding:2rem;border-radius:10px;box-shadow:0 4px 15px var(--color-surface-shadow);transition:transform .3s ease}.news-item:hover{transform:translateY(-5px)}.news-item h3{margin:1rem 0 .5rem}.news-date{font-weight:700;margin:.5rem 0;color:var(--button-background)}.news-location{font-weight:500;margin-bottom:1rem;font-size:.95rem;color:var(--color-brand)}.news-item p{line-height:1.6;opacity:.8}.news-image{height:200px;overflow:hidden;border-radius:8px;display:flex;align-items:center;justify-content:center}.product-item{margin-bottom:2rem;padding:1.5rem;background:var(--color-surface);border-radius:8px;box-shadow:0 2px 10px var(--color-surface-shadow)}.product-item h3{margin-bottom:.5rem;font-size:1.2rem}.product-item p{margin-bottom:0;opacity:.8}.admin-card{background:var(--color-surface);border-radius:15px;overflow:hidden;box-shadow:0 10px 30px var(--color-surface-shadow)}@media(max-width:768px){.news-image{height:150px}}.btn-cta{background-color:var(--button-background);color:var(--button-foreground);border:none;padding:1rem 2.5rem;font-size:1.2rem;border-radius:50px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;font-weight:700;box-shadow:0 4px 15px var(--color-surface-shadow);text-align:center}.btn-cta:hover{background-color:var(--button-background-hover);color:var(--button-foreground-hover);transform:translateY(-3px);box-shadow:0 6px 20px #e74c3c66}.btn-cta.outline{background:transparent;border:2px solid var(--color-foreground);color:var(--color-foreground);box-shadow:none}.btn-cta.outline:hover{background:var(--color-foreground);color:var(--color-surface);box-shadow:0 4px 15px var(--color-surface-shadow)}.btn-submit{background-color:var(--button-background);color:var(--button-foreground);border:none;padding:1rem 2rem;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:all .3s ease;width:100%;font-weight:600}.btn-submit:hover{background-color:var(--button-background-hover);color:var(--button-foreground-hover)}.btn-group{display:flex;justify-content:center;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}@media(max-width:768px){.btn-group{flex-direction:column;align-items:center}.btn-cta{width:100%;max-width:300px;padding:1rem 2rem;font-size:1.1rem}.btn-submit{font-size:1rem;padding:.8rem 1.5rem}}.contact-form{background:var(--color-surface);padding:2rem;border-radius:10px;box-shadow:0 4px 15px var(--color-surface-shadow)}.admin-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group label .label-icon{margin-right:.5rem}.form-group input,.form-group textarea{width:100%;padding:.8rem 1rem;border:1px solid rgba(0,0,0,.15);border-radius:8px;font-size:1rem;transition:border-color .3s ease;background:var(--color-surface);color:var(--color-foreground);box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-brand-background);box-shadow:0 0 0 3px #005fbd1a}.form-group textarea{resize:vertical}.form-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer;opacity:.8}.checkbox-label input[type=checkbox]{width:auto;accent-color:var(--color-brand)}.forgot-link{color:var(--color-brand);text-decoration:none;font-size:.9rem;transition:opacity .3s ease}.forgot-link:hover{opacity:.7;text-decoration:underline}.error-message{background:var(--button-background);color:var(--button-foreground);padding:.8rem;border-radius:5px;margin-bottom:1rem;text-align:center;font-size:.9rem}@media(max-width:768px){.contact-form,.admin-form{padding:1.5rem}.form-options{flex-direction:column;align-items:flex-start;gap:1rem}.form-group input,.form-group textarea{padding:.8rem;font-size:1rem}}.parallax-section{position:relative;background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;min-height:400px;display:flex;align-items:center;justify-content:center;text-align:center}.parallax-section .parallax-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1}.parallax-section .parallax-content{position:relative;z-index:2;padding:2rem;max-width:800px;color:#fff}.parallax-section .parallax-content h1,.parallax-section .parallax-content h2,.parallax-section .parallax-content h3,.parallax-section .parallax-content p{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}.parallax-section .parallax-content h1{font-size:3.5rem;margin-bottom:1.5rem}.parallax-section .parallax-content h2{font-size:2.5rem;margin-bottom:1rem}.parallax-section .parallax-content h3{font-size:3rem;margin-bottom:1.5rem}.parallax-section .parallax-content p{font-size:1.2rem;margin-bottom:2rem;line-height:1.7}.parallax-hero{min-height:90vh;background-image:url(../images/geneva-picture3.jpg)}.parallax-medical{background-image:url(https://images.unsplash.com/photo-1516549655169-df83a0774514)}.parallax-construction{background-image:url(https://images.unsplash.com/photo-1541888946425-d81bb19240f5)}.parallax-construction .parallax-content h3{white-space:nowrap;font-size:2.8rem}.parallax-hero .parallax-content .hero-logo{max-width:600px;width:80%;height:auto;display:block;margin:0 auto 1.5rem;filter:drop-shadow(0 2px 10px rgba(0,0,0,.3))}@media(max-width:768px){.parallax-section{background-attachment:scroll;min-height:250px}.parallax-hero{min-height:70vh}.parallax-section .parallax-content h1{font-size:2rem}.parallax-section .parallax-content h2{font-size:1.5rem}.parallax-section .parallax-content h3{font-size:1.8rem}.parallax-section .parallax-content p{font-size:1rem}.parallax-construction .parallax-content h3{white-space:normal;font-size:1.8rem}.parallax-hero .parallax-content .hero-logo{max-width:300px;width:90%;margin-bottom:1rem}}h1,h2,h3,h4,h5,h6{color:var(--color-foreground);margin-bottom:.5rem}p{color:var(--color-foreground);line-height:1.7}ul,ol{color:var(--color-foreground);padding-left:1.5rem}ul li,ol li{margin-bottom:.5rem}a{color:var(--color-brand);text-decoration:none;transition:opacity .3s ease}a:hover{opacity:.7}.services-cta h3{font-size:1.8rem;margin-bottom:1rem}.services-cta p{margin-bottom:2rem;font-size:1.1rem;opacity:.9}.contact-info h2{margin-bottom:1rem}.contact-item h3{margin-bottom:.5rem}.contact-item p{margin-bottom:0;opacity:.8}@media(max-width:768px){.admin-header h1{font-size:2rem}.services-cta h3{font-size:1.5rem}}.header{background-color:var(--color-brand-background);top:0;z-index:100;width:100%}.header-container{width:100%;padding:0 2rem}.header-content{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo-image{height:40px;width:auto;display:block;margin:0}.logo h2{color:var(--color-brand);margin:0;font-size:1.5rem;white-space:nowrap}.nav-list{display:flex;list-style:none;gap:1.5rem;align-items:center;margin:0;padding:0}.nav-list a{color:var(--color-foreground);text-decoration:none;transition:opacity .3s ease;font-weight:500;padding:.5rem 0;white-space:nowrap}.nav-list a:hover{opacity:.8}.separator{width:1px;height:20px;background-color:#fff3;flex-shrink:0}.nav-list a[href="/login"]{font-weight:600}.hamburger{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;margin-left:1rem}.hamburger span{width:25px;height:3px;background-color:var(--color-foreground);margin:2px 0;transition:.3s}@media(max-width:1024px){.header-container{padding:0 1.5rem}.nav-list{gap:1rem}}.nav-item.dropdown{position:relative;cursor:pointer}.dropdown-toggle{display:flex;align-items:center;gap:.25rem;padding:.5rem 0;font-weight:500;color:var(--color-foreground);transition:opacity .3s ease}.dropdown-toggle:hover{opacity:.8}.dropdown-arrow{font-size:.6rem;transition:transform .2s ease}.dropdown-open .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:var(--color-brand-background);min-width:180px;padding:.5rem 0;border-radius:6px;box-shadow:0 8px 20px var(--color-surface-shadow);list-style:none;margin:0;z-index:10}.dropdown-open .dropdown-menu{display:block}.dropdown-menu li{margin:0}.dropdown-menu a{display:block;padding:.6rem 1.5rem;color:var(--color-foreground);text-decoration:none;transition:background .2s ease;white-space:nowrap}.dropdown-menu a:hover{background:var(--color-brand);opacity:1}@media(max-width:768px){.hamburger{display:flex}.header-container{padding:0 1rem}.nav{position:absolute;top:100%;left:0;width:100%;background-color:var(--color-brand-background);clip-path:polygon(0 0,100% 0,100% 0,0 0);transition:clip-path .4s ease;box-shadow:0 10px 20px var(--color-surface-shadow)}.nav-open{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}.nav-list{flex-direction:column;padding:1.5rem;gap:0;align-items:stretch}.separator{display:none}.nav-list li{width:100%;margin:0;padding:0}.nav-list a{display:block;padding:.8rem 1.5rem;border-radius:6px;margin:.2rem 0;white-space:normal}.nav-list a:hover{background-color:#ffffff1a}.nav-list a[href="/login"]{background-color:#ffffff1a;text-align:center;margin-top:.5rem;border-radius:6px}.nav-item.dropdown{position:static}.dropdown-menu{position:static;background:#ffffff0d;border-radius:6px;padding:.25rem 0;margin:.25rem 0 .25rem 1.5rem;box-shadow:none;display:none}.dropdown-open .dropdown-menu{display:block}.dropdown-menu a{padding:.5rem 1rem;white-space:normal}.dropdown-toggle{padding:.8rem 1.5rem}}.footer{background-color:var(--color-brand-background);color:var(--color-foreground);padding:2rem 0 0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem}.footer-section{text-align:center}.footer-section h3,.footer-section h4{margin-bottom:1rem;color:var(--color-foreground)}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:var(--color-foreground);text-decoration:none;transition:opacity .3s ease}.footer-section a:hover{opacity:.7}.footer-bottom{border-top:1px solid rgba(255,255,255,.5);margin-top:1rem;padding:.5rem 0;text-align:center;color:var(--color-foreground)}.footer-logo-link{display:inline-block;margin-bottom:.5rem}.footer-logo-image{height:35px;width:auto;display:block;transition:opacity .3s ease}.footer-logo-image:hover{opacity:.8}@media(max-width:768px){.footer-content{grid-template-columns:1fr}}.language-item{display:flex;align-items:center}.language-switcher{display:flex;gap:.25rem;align-items:center}.language-switcher button{background:#646464b3;border:2px solid rgba(255,255,255,.3);color:var(--color-background);padding:.2rem .7rem;border-radius:3px;cursor:pointer;font-size:.8rem;font-weight:500;transition:all .2s ease;text-transform:uppercase}.language-switcher button:hover{background:var(--color-background);color:#646464b3;border:2px solid rgba(255,0,0,.3)}.language-switcher button.active{background:var(--color-brand);border-color:var(--color-foreground);color:var(--color-background)}@media(max-width:768px){.language-item{width:100%;margin-top:.5rem;padding:.5rem 0}.language-switcher{justify-content:center;margin-left:0}}.team-member-box{background:var(--color-surface);border-radius:10px;padding:2rem 1.5rem;text-align:center;box-shadow:0 4px 15px var(--color-surface-shadow);transition:transform .3s ease,box-shadow .3s ease}.team-member-box:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.team-member-photo{width:120px;height:120px;border-radius:50%;overflow:hidden;margin:0 auto 1rem;background:var(--color-background)}.team-member-photo img{width:100%;height:100%;object-fit:cover;display:block}.team-member-name{font-size:1.2rem;font-weight:600;margin-bottom:.25rem;color:var(--color-foreground)}.team-member-role{font-size:.95rem;color:var(--color-foreground);opacity:.7;margin-bottom:1rem}.team-member-links{display:flex;justify-content:center;gap:1rem}.team-member-linkedin{color:#0a66c2;transition:opacity .3s ease;display:inline-flex;align-items:center}.team-member-linkedin:hover{opacity:.7}.team-member-email-btn{background:none;border:none;cursor:pointer;color:var(--color-foreground);opacity:.6;transition:opacity .3s ease;position:relative;display:inline-flex;align-items:center;padding:0}.team-member-email-btn:hover{opacity:1}.team-member-email-tooltip{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--color-foreground);color:var(--color-surface);padding:.3rem .8rem;border-radius:4px;font-size:.8rem;white-space:nowrap;pointer-events:none;box-shadow:0 2px 10px #0000001a}.team-member-email-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--color-foreground)}.home-intro{padding:4rem 0;background:var(--color-background)}.home-intro h2{text-align:center;margin-bottom:2rem;color:var(--color-foreground);font-size:2.5rem}.home-intro>.main-container>p{text-align:center;color:var(--color-foreground);font-size:1.1rem;max-width:800px;margin:0 auto 2rem;line-height:1.7;opacity:.8}.hero-text{background:#fff;padding:4rem 0}.hero-text-content{display:flex;align-items:center;justify-content:space-between;gap:3rem}.hero-text-left{flex:1 1 55%;text-align:center}.hero-text-left .hero-title{font-size:2.8rem;margin-bottom:1.2rem;line-height:1.2;color:var(--color-foreground)}.hero-text-left .hero-subtitle{font-size:1.2rem;max-width:600px;margin-bottom:2rem;opacity:.85;line-height:1.7}.hero-text-right{flex:1 1 45%;display:flex;justify-content:flex-end;align-items:center}.hero-text-right .hero-logo{max-width:540px;width:100%;height:auto;display:block}@media(max-width:768px){.home-intro{padding:3rem 0}.home-intro h2{font-size:2rem}.hero-text{padding:3rem 0}.hero-text-content{flex-direction:column;gap:1.5rem}.hero-text-left{text-align:center;order:2}.hero-text-right{justify-content:center;order:1}.hero-text-left .hero-title{font-size:2rem}.hero-text-left .hero-subtitle{font-size:1rem;padding:0 1rem}.hero-text-right .hero-logo{max-width:250px}}.products{background:linear-gradient(#ffffff80,#ffffff80),url(https://images.unsplash.com/photo-1530026186672-2cd00ffc50fe?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80) center/cover;padding:4rem 0;position:relative}.content-image{display:flex;justify-content:center;align-items:center;width:100%}.content-image .product-image{max-width:100%;height:auto;max-height:800px;object-fit:contain;border-radius:10px;box-shadow:0 4px 15px var(--color-surface-shadow);background:var(--color-surface)}.products-features{margin-top:2rem}@media(max-width:768px){.products{padding:3rem 0}.content-image .product-image{max-height:250px}}.services{padding:4rem 0;background:linear-gradient(#fff6,#fff6),url(/patoutest/images/parking_epfl_ok.png) center/cover}.service-icon{font-size:3rem;margin-bottom:1rem}.services-cta{text-align:center;background:var(--color-brand-background);padding:3rem;border-radius:10px}.services-cta h3{font-size:1.8rem;margin-bottom:1rem;color:var(--color-foreground)}.services-cta p{margin-bottom:2rem;font-size:1.1rem;color:var(--color-foreground);opacity:.9}@media(max-width:768px){.services{padding:3rem 0}.services-cta{padding:2rem}.services-cta h3{font-size:1.5rem}}.contact{padding:4rem 0;background:linear-gradient(#fff9,#fff9),url(/patoutest/images/parking_epfl_ok.png) center/cover}.contact-info h2{color:var(--color-foreground);margin-bottom:1rem}.contact-info>p{color:var(--color-foreground);margin-bottom:2rem;opacity:.8}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item h3{color:var(--color-foreground);margin-bottom:.5rem}.contact-item p{color:var(--color-foreground);margin-bottom:0;opacity:.8}.contact-form-container{width:100%}.map-container{margin:1.5rem 0 2rem;border-radius:10px;overflow:hidden;box-shadow:0 4px 15px var(--color-surface-shadow)}.map-container iframe{display:block;width:100%;height:300px;border:0}@media(max-width:768px){.contact{padding:3rem 0}.contact-details{gap:1rem}.map-container iframe{height:200px}}.news-events{background:linear-gradient(#f8f9fa80,#f8f9fa80),url(https://images.unsplash.com/photo-1516321318423-f06f85e504b3?ixlib=rb-4.0.3&auto=format&fit=crop&w=2000&q=80) center/cover;padding:4rem 0;position:relative}.news-real-image{width:100%;height:100%;object-fit:cover;border-radius:8px}@media(max-width:768px){.news-events{padding:3rem 0}}.admin-section{padding:4rem 0;min-height:70vh;display:flex;align-items:center;background:var(--color-background)}.admin-container{max-width:500px;margin:0 auto;width:100%}.admin-header{text-align:center;margin-bottom:3rem}.admin-header h1{font-size:2.5rem;margin-bottom:.5rem}.admin-subtitle{font-size:1rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;opacity:.7}.admin-warning{background:var(--button-background);color:var(--button-foreground);padding:1.5rem;text-align:center}.admin-warning h3{margin-bottom:.5rem;font-size:1.2rem;color:var(--button-foreground)}.admin-warning p{font-size:.9rem;opacity:.9;margin-bottom:0;color:var(--button-foreground)}.admin-info{padding:1.5rem 2rem;background:var(--color-background);border-top:1px solid rgba(0,0,0,.05);text-align:center}.admin-info h4{margin-bottom:.5rem;font-size:1rem}.admin-info p{font-size:.9rem;margin-bottom:0;line-height:1.5;opacity:.8}.admin-info strong{font-weight:600}@media(max-width:768px){.admin-section{padding:2rem 0}.admin-header h1{font-size:2rem}.admin-header{margin-bottom:2rem}.admin-info{padding:1rem 1.5rem}}.management{padding:4rem 0;background:var(--color-background)}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2rem}@media(max-width:1024px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.team-grid{grid-template-columns:1fr;gap:1.5rem}.management{padding:3rem 0}}:root{--color-brand: #005FBD;--color-brand-background: #ffffff;--color-foreground: #000000;--color-foreground-white: #ffffff;--color-background: #f6f8fa;--color-surface: #ffffff;--button-foreground: #ffffff;--button-background: #e74c3c;--button-foreground-hover: #eeeeee;--button-background-hover: #c0392b;--color-surface-shadow: rgba(0, 0, 0, .1)}*{margin:0;padding:0;box-sizing:border-box}.app{min-height:100vh;display:flex;flex-direction:column}body{font-family:Arial,sans-serif;line-height:1.6;background-color:var(--color-background);color:var(--color-foreground)}.main-container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}.main-content{flex:1}
