*{margin:0;padding:0;box-sizing:border-box}html{background-color:#0f172a;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100%;overflow-x:hidden;scroll-behavior:smooth;scrollbar-gutter:stable;overflow-y:scroll}body{background-color:#0f172a;color:#fff;min-height:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0f172a80}::-webkit-scrollbar-thumb{background:#d9770699;border-radius:5px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:#d97706e6}*{scrollbar-width:thin;scrollbar-color:rgba(217,119,6,.6) rgba(15,23,42,.5)}.modale-overlay{position:fixed;inset:0;background-color:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;overflow-y:auto}.modale-contenu{background-color:#f8fafc;border-radius:16px;padding:2.5rem;width:100%;max-width:400px;position:relative;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.modale-bouton-fermer{position:absolute;top:1rem;right:1rem;background:none;border:none;color:#64748b;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.modale-bouton-fermer:hover{background-color:#e2e8f0;color:#0f172a}.modale-titre{font-size:1.875rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:2rem}.modale-formulaire{display:flex;flex-direction:column;gap:1.25rem}.input-groupe{position:relative;display:flex;align-items:center}.input-icone{position:absolute;left:1rem;color:#64748b;pointer-events:none}.input-champ{width:100%;padding:.875rem 1rem .875rem 3rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;color:#0f172a;background-color:#fff;transition:all .3s ease;outline:none}.input-champ::placeholder{color:#94a3b8}.input-champ:focus{border-color:#d97706;box-shadow:0 0 0 3px #d977061a}.input-groupe:has(.input-toggle-password) .input-champ{padding-right:3rem}.input-toggle-password{position:absolute;right:1rem;background:none;border:none;color:#64748b;cursor:pointer;padding:.25rem;display:flex;align-items:center;transition:color .2s ease}.input-toggle-password:hover{color:#0f172a}.lien-utilitaire{background:none;border:none;color:#d97706;font-size:.875rem;cursor:pointer;text-align:right;padding:0;transition:color .2s ease;text-decoration:underline}.lien-utilitaire:hover{color:#b45309}.bouton-primaire{width:100%;padding:.875rem 1.5rem;background-color:#d97706;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.bouton-primaire:hover:not(:disabled){background-color:#b45309;transform:translateY(-2px);box-shadow:0 4px 12px #d977064d}.bouton-primaire:disabled{background-color:#cbd5e1;cursor:not-allowed;opacity:.6}.modale-separation{margin:1.5rem 0;text-align:center;position:relative}.modale-separation span{background-color:#f8fafc;color:#64748b;font-size:.875rem;padding:0 1rem;position:relative;z-index:1}.modale-separation:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#e2e8f0;z-index:0}.bouton-secondaire{width:100%;padding:.875rem 1.5rem;background-color:#fff;color:#d97706;border:2px solid #d97706;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.bouton-secondaire:hover{background-color:#d97706;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #d9770633}#app{width:100%;min-height:100vh}body.scroll-bloque{overflow:hidden;height:100vh}.header-principal{position:fixed;top:0;left:0;right:0;width:100%;height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 3rem;background-color:#0f172a4d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;opacity:0}.header-logo{flex-shrink:0}.logo-bouton{background:none;border:none;color:#d97706;font-size:1.75rem;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:all .3s ease;padding:.5rem 1rem}.logo-bouton:hover{color:#d97706;transform:scale(1.05)}.header-navigation{display:flex;gap:2rem;align-items:center}.nav-lien{background:none;border:none;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;padding:.5rem 1rem;position:relative;transition:color .3s ease}.nav-lien:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background-color:#d97706;transition:width .3s ease}.nav-lien:hover{color:#d97706}.nav-lien:hover:after{width:80%}.nav-lien--actif{color:#d97706}.nav-lien--actif:after{width:80%}.nav-dropdown{position:relative;display:flex;align-items:center}.nav-dropdown-declencheur{display:flex;align-items:center;gap:.3rem}.nav-dropdown-chevron{transition:transform .2s ease;flex-shrink:0}.nav-dropdown-chevron--ouvert{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:#0f172af7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:.5rem;padding:1rem .5rem .5rem;min-width:18rem;display:flex;flex-direction:column;gap:.125rem;z-index:1100;box-shadow:0 8px 32px #0006}.nav-dropdown-item{color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;padding:.625rem 1rem;border-radius:.375rem;transition:color .2s ease,background .2s ease;white-space:nowrap}.nav-dropdown-item:hover{color:#d97706;background:#d9770614}.header-cta{background:#d97706;color:#0f172a;border:none;border-radius:.375rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity .35s ease,transform .35s ease,background .2s ease}.header-cta--visible{opacity:1;pointer-events:auto;transform:translateY(0)}.header-cta:hover{background:#b45309}.nav-mobile-dropdown{display:flex;align-items:center;justify-content:center;gap:.4rem}.nav-mobile-sous-menu{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%}.nav-mobile-sous-lien{font-size:1.2rem!important;color:#ffffffbf!important;text-decoration:none}.nav-mobile-sous-lien:hover{color:#d97706!important}.nav-mobile-cta{margin-top:.5rem;background:#d97706!important;color:#0f172a!important;font-weight:700!important;border-radius:.5rem!important}.nav-mobile-cta:hover{background:#b45309!important;color:#0f172a!important}.section-plein-ecran{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:2rem}.section-plein-ecran:before{content:"";position:absolute;inset:0;background:#00000040;z-index:0}.section-plein-ecran>*{position:relative;z-index:1}.titre-section{font-size:4rem;font-weight:700;text-align:center;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.4);margin-bottom:1rem}.sous-titre-section{font-size:2rem;font-weight:400;text-align:center;color:#ffffffe6;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.section-chapeau{font-size:1.15rem;font-weight:400;text-align:center;color:#ffffffa6;line-height:1.8;max-width:680px;margin:0 auto}.slide{opacity:0}#hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;perspective:800px;text-align:center;background-image:url(/Hero_background.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}.hero-contenu{position:absolute;right:10rem;top:45%;transform:translateY(-50%);z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:50rem}#hero_title,#hero_text{display:block;text-align:center}#hero_title{color:#d97706;text-shadow:0 0 10px rgba(217,119,6,.2)}#hero_text{color:#fff}#hero_description{color:#fffc;font-size:1.25rem;font-weight:400;text-align:center;line-height:1.7;margin-top:2rem}.hero-boutons{display:flex;flex-direction:row;gap:1.25rem;margin-top:3rem;opacity:0}.hero-bouton{padding:.85rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;letter-spacing:.02em}.hero-bouton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.hero-bouton:active{transform:translateY(0)}.hero-bouton-principal{background-color:#d97706;color:#fff;border:2px solid #d97706}.hero-bouton-principal:hover{background-color:#b45309;border-color:#b45309}.hero-bouton-secondaire{background-color:transparent;color:#fff;border:2px solid rgba(255,255,255,.7)}.hero-bouton-secondaire:hover{background-color:#ffffff1a;border-color:#fff}.hero-decouverte{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;z-index:10}.decouverte-texte{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.1em;font-weight:500;margin:0}.decouverte-fleche{color:#d97706}#deposer-projet{background-image:url(/Projet_background.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh;justify-content:flex-start;padding-top:8rem;padding-bottom:4rem;gap:3rem}.deposer-entete{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center}.deposer-cartes{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;max-width:96rem;padding:0 1rem}.projet-carte{background:#0f172abf;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2rem 1.75rem;display:flex;flex-direction:column;gap:1.25rem;transition:border-color .3s ease,transform .3s ease}.projet-carte:hover{border-color:#d9770680;transform:translateY(-4px)}.projet-carte-icone{color:#d97706;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;background:#d977061a;border-radius:.625rem;align-self:center}.projet-carte-titre{font-size:1.1rem;font-weight:600;color:#fff;line-height:1.4}.projet-carte-description{font-size:.9rem;color:#ffffffb3;line-height:1.7;flex-grow:1}.projet-carte-livrables{list-style:none;display:flex;flex-direction:column;gap:.4rem}.projet-carte-livrable{font-size:.85rem;color:#fff9;display:flex;align-items:center;gap:.5rem}.livrable-puce{color:#d97706;font-size:.7rem;flex-shrink:0}.projet-carte-bouton{margin-top:auto;padding:.75rem 1.25rem;background-color:#d97706;color:#fff;border:none;border-radius:.5rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .2s ease;text-align:center}.projet-carte-bouton:hover{background-color:#b45309;transform:translateY(-1px)}.projet-carte-bouton:active{transform:translateY(0)}.deposer-faq-hint{font-size:1rem;color:#fffc;text-align:center;margin-top:.75rem}.deposer-faq-hint-lien{background:none;border:none;padding:0;font-size:inherit;color:#f59e0bcc;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#f59e0bcc;cursor:pointer;transition:color .2s ease,text-decoration-color .2s ease}.deposer-faq-hint-lien:hover{color:#d97706;text-decoration-color:#d97706}#comment-ca-marche{background-image:url(/Comment_background.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;justify-content:flex-start;padding:0}.ccm-en-tete{width:100%;padding:5rem 4rem 2rem;text-align:center;flex-shrink:0}.ccm-piste{flex:1;width:100%;overflow:hidden;display:flex;align-items:center}.ccm-cartes-wrapper{display:flex;flex-direction:row;gap:2rem;padding:1rem 4rem;will-change:transform}.ccm-carte{min-width:400px;max-width:400px;background:#0f172acc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:1rem;padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem;flex-shrink:0}.ccm-carte-numero{font-size:3.5rem;font-weight:800;color:#d97706;line-height:1;font-family:monospace}.ccm-carte-label{display:inline-flex;padding:.3rem .9rem;background:#d9770626;border:1px solid rgba(217,119,6,.35);border-radius:2rem;font-size:.75rem;font-weight:700;color:#d97706;text-transform:uppercase;letter-spacing:.08em;width:fit-content}.ccm-carte-titre{font-size:1.2rem;font-weight:600;color:#fff;line-height:1.4;margin:0}.ccm-carte-description{font-size:.9rem;color:#ffffffb3;line-height:1.75;flex-grow:1}.ccm-carte-resultat{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;background:#d9770614;border-left:3px solid #d97706;border-radius:0 .5rem .5rem 0;font-size:.875rem;color:#ffffffd9;line-height:1.6}.resultat-fleche{color:#d97706;font-size:1.1rem;flex-shrink:0;margin-top:.1rem}.ccm-carte-resultat p{margin:0}.ccm-progression{display:flex;gap:.75rem;align-items:center;padding:1.5rem 0;flex-shrink:0}.ccm-prog-point{width:8px;height:8px;border-radius:50%;background:#ffffff4d;transition:background .3s ease,transform .3s ease;cursor:default}.ccm-prog-point.actif{background:#d97706;transform:scale(1.5)}#offres-tarifs{background-image:url(/Offres_background.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;justify-content:flex-start;padding-top:5rem}.ot-entete{text-align:center;width:100%;max-width:1400px;padding:0 3rem;margin-bottom:5rem}.ot-entete .ot-titre{text-align:center;margin-bottom:.5rem}.ot-grille{max-width:1400px;width:100%;display:grid;grid-template-columns:3fr 2fr;gap:12rem;align-items:center;padding:2rem 3rem 3rem;position:relative;z-index:1}.ot-colonne-gauche{display:flex;flex-direction:column;gap:1.5rem}.ot-colonne-droite{display:flex;flex-direction:column;gap:2rem;align-items:stretch}.ot-titre{font-size:4rem;font-weight:700;color:#fff;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.4)}.ot-paragraphe{font-size:1.05rem;color:#ffffffd1;line-height:1.75}.ot-objectif{font-weight:600;color:#fffffff2;font-style:italic}.ot-mise-en-evidence{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.75rem 2rem;border-radius:16px;background:#d977061a;border:1px solid rgba(217,119,6,.35);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);text-align:center}.ot-mev-label{font-size:.9rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:#fff9}.ot-mev-prix-wrapper{display:flex;align-items:baseline;gap:.75rem}.ot-mev-depuis{font-size:1.1rem;color:#ffffffa6}.ot-mev-prix{font-size:3.25rem;font-weight:700;color:#d97706;line-height:1;text-shadow:0 0 28px rgba(217,119,6,.45)}.ot-stat-interventions{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:1.25rem 2rem;border-radius:16px;background:#d977061a;border:1px solid rgba(217,119,6,.35);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);text-align:center}.ot-stat-nombre{display:flex;align-items:baseline;gap:.1rem;line-height:1}.ot-stat-chiffre{font-size:2.8rem;font-weight:700;color:#d97706;text-shadow:0 0 24px rgba(217,119,6,.4)}.ot-stat-plus{font-size:2rem;font-weight:700;color:#d97706}.ot-stat-label{font-size:.88rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#ffffff8c}.ot-actions{display:flex;flex-direction:column;align-items:stretch;gap:1rem}.ot-bouton-cta{background-color:#d97706;color:#fff;border:none;border-radius:10px;padding:.9rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.ot-bouton-cta:hover{background-color:#b45309;transform:translateY(-2px);box-shadow:0 6px 18px #d9770666}.ot-lien-realisations{background:none;border:none;color:#ffffffa6;font-size:.95rem;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:4px;transition:color .3s ease}.ot-lien-realisations:hover{color:#fff}#realisations{background-image:url(/Realisations_background.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;min-height:auto;justify-content:flex-start;padding:0}.real-cloture{width:100%;padding:0rem 2rem 6rem;text-align:center}.real-cloture-texte{font-size:clamp(1.4rem,3vw,2rem);font-weight:300;color:#ffffffbf;letter-spacing:.03em;line-height:1.5}.real-cloture-texte em{font-style:italic;color:#d97706;font-weight:500}.real-section{padding:0}.real-en-tete{width:100%;padding:7rem 2rem 3rem;text-align:center}.real-titre{margin-bottom:.75rem}.real-sous-titre{font-size:1.1rem;opacity:.8}.real-liste{width:100%;max-width:1200px;display:flex;flex-direction:column;gap:0;padding:0 3rem}.real-projet{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:5rem 0;border-top:1px solid rgba(255,255,255,.08)}.real-projet--inverse{direction:rtl}.real-projet--inverse>*{direction:ltr}.real-projet-visuel{position:relative}.real-carousel{position:relative;width:100%;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden}.real-carousel .viewer3d-conteneur{aspect-ratio:unset;border-radius:0;border:none;height:100%}.real-carousel-image{width:100%;aspect-ratio:4 / 3;object-fit:contain;display:block;background:linear-gradient(135deg,#1e293be6,#0f172af2);cursor:zoom-in;border-radius:16px}.real-carousel-fleche{position:absolute;top:50%;transform:translateY(-50%);z-index:3;background:#00000073;border:1px solid rgba(255,255,255,.15);color:#fff;border-radius:50%;width:2.2rem;height:2.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease}.real-carousel-fleche:hover{background:#d9770699;border-color:#d97706cc}.real-carousel-fleche--gauche{left:.75rem}.real-carousel-fleche--droite{right:.75rem}.real-carousel-points{display:flex;justify-content:center;gap:.4rem;margin-top:.75rem}.real-carousel-point{width:.5rem;height:.5rem;border-radius:50%;border:none;padding:0;background:#ffffff59;cursor:pointer;transition:background .2s ease,transform .2s ease}.real-carousel-point--actif{background:#d97706;transform:scale(1.35)}.modal-image-fond{position:fixed;inset:0;z-index:9999;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:2rem;cursor:pointer}.modal-image-cadre{position:relative;max-width:min(90vw,1000px);max-height:90vh;background:#0f172afa;border:1px solid rgba(217,119,6,.25);border-radius:12px;overflow:hidden;cursor:default;display:flex;align-items:center;justify-content:center}.modal-image-img{display:block;max-width:100%;max-height:85vh;object-fit:contain}.modal-image-fermer{position:absolute;top:.75rem;right:.75rem;z-index:1;background:#0000008c;border:1px solid rgba(255,255,255,.2);color:#fff;width:2.2rem;height:2.2rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease}.modal-image-fermer:hover{background:#d97706b3;border-color:#d97706cc}.real-projet-placeholder{width:100%;aspect-ratio:4 / 3;border-radius:16px;background:linear-gradient(135deg,#1e293be6,#0f172af2);border:1px solid rgba(217,119,6,.2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;position:relative;overflow:hidden}.real-projet-placeholder:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(217,119,6,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(217,119,6,.05) 1px,transparent 1px);background-size:40px 40px}.real-placeholder-icone{color:#d9770680;position:relative;z-index:1}.real-placeholder-texte{font-size:.85rem;color:#ffffff59;text-transform:uppercase;letter-spacing:.12em;position:relative;z-index:1}.real-placeholder-numero{position:absolute;bottom:1rem;right:1.5rem;font-size:5rem;font-weight:800;color:#d977060f;line-height:1;font-family:monospace;-webkit-user-select:none;user-select:none}.viewer3d-conteneur{width:100%;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;border:1px solid rgba(217,119,6,.2);background:linear-gradient(135deg,#1e293be6,#0f172af2);position:relative}.viewer3d-conteneur model-viewer{display:block;width:100%;height:100%;position:absolute;inset:0}.viewer3d-indication{position:absolute;bottom:.75rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.4rem;padding:.3rem .9rem;background:#0f172abf;border:1px solid rgba(217,119,6,.25);border-radius:2rem;font-size:.72rem;color:#ffffff8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none;white-space:nowrap;letter-spacing:.04em}.real-projet-contenu{display:flex;flex-direction:column;gap:1rem}.real-projet-numero{font-size:2.5rem;font-weight:700;color:#d97706;text-transform:uppercase;letter-spacing:.15em;font-family:monospace;line-height:1;margin-bottom:.25rem}.real-projet-contexte{font-size:.85rem;color:#ffffff73;text-transform:uppercase;letter-spacing:.08em}.real-projet-titre{font-size:1.6rem;font-weight:700;color:#fff;line-height:1.3;margin:0}.real-projet-description{font-size:1rem;color:#ffffffbf;line-height:1.8;white-space:pre-line}.real-projet-livrables{list-style:none;display:flex;flex-direction:column;gap:.4rem;padding:1rem 1.25rem;background:#ffffff0a;border-radius:10px;border-left:3px solid rgba(217,119,6,.5)}.real-projet-livrable{font-size:.875rem;color:#ffffffa6;display:flex;align-items:center;gap:.6rem}.real-projet-tags{display:flex;flex-wrap:wrap;gap:.5rem}.real-tag{padding:.3rem .85rem;border-radius:2rem;background:#d977061f;border:1px solid rgba(217,119,6,.3);font-size:.8rem;color:#d97706;font-weight:500}#contact{background-image:url(/Hero_background.webp);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed}#contact .hero-contenu{top:50%;width:55rem;max-width:calc(100vw - 20rem)}.contact-infos{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:.5rem}.contact-info-item{display:flex;align-items:center;gap:1rem}.contact-info-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#d97706;min-width:6rem}.contact-info-valeur{font-size:1rem;color:#ffffffe6;font-weight:400}.contact-info-lien{text-decoration:none;transition:color .2s ease}.contact-info-lien:hover{color:#d97706}.contact-form{display:flex;flex-direction:column;gap:.875rem;margin-bottom:1.5rem;width:100%}#contact_formulaire{width:70%}.contact-form-ligne{display:flex;gap:.875rem}.contact-form-ligne .contact-form-champ{flex:1}.contact-form-champ{display:flex;flex-direction:column;gap:.375rem}.contact-form-label{color:#fffc;font-size:.75rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase}.contact-form-input,.contact-form-textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:.5rem;color:#fff;font-family:inherit;font-size:.9rem;padding:.625rem .875rem;transition:border-color .2s,background .2s;width:100%;box-sizing:border-box}.contact-form-input::placeholder,.contact-form-textarea::placeholder{color:#fffc}.contact-form-input:focus,.contact-form-textarea:focus{border-color:#f59e0b99;background:#00000012;outline:none}.contact-form-input:disabled,.contact-form-textarea:disabled{opacity:.5;cursor:not-allowed}.contact-form-textarea{resize:vertical;min-height:100px}.contact-form-erreur{color:#f87171;font-size:.825rem;margin:0}.contact-form-succes{align-items:flex-start;background:#f59e0b14;border:1px solid rgba(245,158,11,.25);border-radius:.75rem;display:flex;gap:.875rem;margin-bottom:1.5rem;max-width:520px;padding:1.25rem 1.5rem}.contact-form-succes svg{flex-shrink:0;margin-top:2px}.contact-form-succes-titre{color:#f59e0b;font-size:1rem;font-weight:600;margin:0 0 .25rem}.contact-form-succes-texte{color:#fffc;font-size:.875rem;margin:0}.contact-lien-tunnel-texte{color:#fffc;font-size:.875rem;margin:.75rem 0 0}.contact-lien-tunnel{background:none;border:none;color:#f59e0bcc;cursor:pointer;font-size:inherit;padding:0;text-decoration:underline;text-underline-offset:3px;transition:color .2s}.contact-lien-tunnel:hover{color:#f59e0b}@media(max-width:640px){.contact-form-ligne{flex-direction:column}}.tunnel-fond{position:fixed;inset:0;z-index:9998;background:#000000e0;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:1.5rem}.tunnel-cadre{width:min(640px,100%);max-height:90vh;background:#0a1223fa;border:1px solid rgba(217,119,6,.3);border-radius:20px;display:flex;flex-direction:column;overflow:hidden}.tunnel-entete{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.tunnel-parcours-label{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:#d97706}.tunnel-fermer{background:#ffffff12;border:1px solid rgba(255,255,255,.12);color:#ffffffb3;width:2rem;height:2rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s;flex-shrink:0}.tunnel-fermer:hover{background:#d9770640;color:#d97706}.tunnel-progression{position:relative;height:3px;background:#ffffff14;flex-shrink:0}.tunnel-progression-barre{position:absolute;inset:0 auto 0 0;background:#d97706;transition:width .4s ease;border-radius:0 2px 2px 0}.tunnel-progression-texte{position:absolute;right:1.5rem;top:6px;font-size:.75rem;color:#ffffff59}.tunnel-corps{flex:1;overflow-y:auto;padding:1.75rem 1.75rem 1rem;scrollbar-width:thin;scrollbar-color:rgba(217,119,6,.3) transparent;transition:opacity .2s ease,transform .2s ease}.tunnel-corps::-webkit-scrollbar{width:3px}.tunnel-corps::-webkit-scrollbar-thumb{background:#d977064d;border-radius:2px}.tunnel-etape--sortie-gauche{opacity:0;transform:translate(-16px)}.tunnel-etape--sortie-droite{opacity:0;transform:translate(16px)}.tunnel-titre-etape{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem;line-height:1.35}.tunnel-sous-titre-etape{font-size:.9rem;color:#ffffff80;margin-bottom:1.5rem;line-height:1.5}.tunnel-contenu-etape{margin-top:1.25rem}.tunnel-options-grille{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.6rem}.tunnel-option{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);color:#ffffffbf;border-radius:10px;padding:.7rem 1rem;font-size:.88rem;cursor:pointer;text-align:left;transition:background .15s,border-color .15s,color .15s;display:flex;align-items:center;gap:.5rem;line-height:1.35}.tunnel-option:hover{background:#d977061a;border-color:#d9770666;color:#fff}.tunnel-option--actif{background:#d9770626;border-color:#d97706;color:#fff}.tunnel-option-coche{color:#d97706;font-weight:700;flex-shrink:0}.tunnel-textarea{width:100%;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:.95rem;padding:1rem;resize:vertical;font-family:inherit;line-height:1.6;transition:border-color .2s;box-sizing:border-box}.tunnel-textarea:focus{outline:none;border-color:#d9770680}.tunnel-textarea::placeholder{color:#ffffff4d}.tunnel-upload{display:flex;flex-direction:column;gap:1rem}.tunnel-upload-zone{border:2px dashed rgba(217,119,6,.3);border-radius:12px;padding:2.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:border-color .2s,background .2s;text-align:center;color:#fff6}.tunnel-upload-zone:hover,.tunnel-upload-zone--survol{border-color:#d97706;background:#d977060d}.tunnel-upload-titre{font-size:1rem;font-weight:500;color:#ffffffbf;margin:0}.tunnel-upload-sous-titre{font-size:.85rem;margin:0}.tunnel-upload-formats{font-size:.75rem;color:#ffffff40;margin:.25rem 0 0}.tunnel-upload-input{display:none}.tunnel-upload-liste{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.tunnel-upload-fichier{display:flex;align-items:center;gap:.5rem;background:#d9770614;border:1px solid rgba(217,119,6,.2);border-radius:8px;padding:.5rem .75rem;font-size:.85rem}.tunnel-upload-nom{color:#ffffffd9;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tunnel-upload-taille{color:#ffffff59;font-size:.78rem;flex-shrink:0}.tunnel-upload-supprimer{background:none;border:none;color:#ffffff59;cursor:pointer;font-size:1.1rem;line-height:1;padding:0 .2rem;transition:color .15s}.tunnel-upload-supprimer:hover{color:#ef4444}.tunnel-coordonnees{display:flex;flex-direction:column;gap:1rem}.tunnel-champ{display:flex;flex-direction:column;gap:.4rem}.tunnel-label{font-size:.85rem;font-weight:500;color:#ffffffa6}.tunnel-obligatoire{color:#d97706}.tunnel-optionnel{color:#ffffff4d;font-weight:400;font-size:.8rem}.tunnel-input{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:.95rem;padding:.7rem 1rem;font-family:inherit;transition:border-color .2s;box-sizing:border-box;width:100%}.tunnel-input:focus{outline:none;border-color:#d9770680}.tunnel-input::placeholder{color:#ffffff40}.tunnel-navigation{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.75rem 1.25rem;border-top:1px solid rgba(255,255,255,.06);flex-shrink:0;gap:1rem}.tunnel-navigation--confirmation{justify-content:center}.tunnel-nav-retour{background:none;border:none;color:#fff6;font-size:.9rem;cursor:pointer;padding:0;transition:color .2s}.tunnel-nav-retour:hover:not(:disabled){color:#ffffffd9}.tunnel-nav-retour:disabled{opacity:.2;cursor:default}.tunnel-nav-suivant{background:#d97706;color:#fff;border:none;border-radius:10px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,transform .15s}.tunnel-nav-suivant:hover:not(.tunnel-nav-suivant--desactive){background:#b45309;transform:translateY(-1px)}.tunnel-nav-suivant--desactive{background:#d9770640;color:#fff6;cursor:not-allowed}.tunnel-erreur{font-size:.85rem;color:#ef4444;text-align:center;padding:0 1.75rem 1rem;flex-shrink:0}.tunnel-erreur a{color:#d97706}.tunnel-recap{display:flex;flex-direction:column;gap:1.25rem}.tunnel-recap-liste{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.08);border-radius:10px;overflow:hidden}.tunnel-recap-item{display:flex;flex-direction:column;gap:.2rem;padding:.7rem 1rem;border-bottom:1px solid rgba(255,255,255,.06)}.tunnel-recap-item:last-child{border-bottom:none}.tunnel-recap-label{font-size:.72rem;color:#ffffff59;text-transform:uppercase;letter-spacing:.06em}.tunnel-recap-valeur{font-size:.88rem;color:#fffc;line-height:1.5}.tunnel-recap-consentement{display:flex;flex-direction:column;gap:.6rem;padding-top:.25rem}.formulaire-checkbox{display:flex;align-items:flex-start;gap:.65rem;cursor:pointer}.formulaire-checkbox input[type=checkbox]{flex-shrink:0;margin-top:.15rem;width:1rem;height:1rem;accent-color:#d97706;cursor:pointer}.formulaire-checkbox span{font-size:.82rem;color:#fff9;line-height:1.6}.formulaire-checkbox a{color:#d97706;text-decoration:none;border-bottom:1px solid rgba(217,119,6,.35);transition:border-color .2s ease}.formulaire-checkbox a:hover{border-color:#d97706}.formulaire-confidentialite{font-size:.78rem;color:#ffffff4d;line-height:1.5;margin:0}.tunnel-confirmation{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:1rem 0 .5rem}.tunnel-confirmation-icone{margin-bottom:.5rem}.tunnel-confirmation-titre{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.tunnel-confirmation-contexte{font-size:1rem;color:#ffffffa6;line-height:1.6;margin:0}.tunnel-confirmation-details{background:#d9770612;border:1px solid rgba(217,119,6,.2);border-radius:12px;padding:1rem 1.25rem;font-size:.88rem;color:#ffffff8c;line-height:1.7;text-align:left}.tunnel-confirmation-details p{margin:0 0 .4rem}.tunnel-confirmation-details p:last-child{margin:0}.tunnel-confirmation-details strong{color:#fffc}.tunnel-confirmation-lien{color:#d97706}.footer{width:100%;padding:1.25rem 3rem;display:flex;align-items:center;justify-content:space-between;background:#050a14f2;border-top:1px solid rgba(255,255,255,.08);gap:1rem;flex-wrap:wrap}.footer-copyright{font-size:.8rem;color:#ffffffd9;letter-spacing:.03em}.footer-liens{display:flex;align-items:center;gap:.75rem}.footer-lien{background:none;border:none;color:#ffffffd9;font-size:.8rem;cursor:pointer;padding:0;letter-spacing:.03em;transition:color .2s ease}.footer-lien:hover{color:#d97706}.footer-separateur{color:#fff3;font-size:.8rem;-webkit-user-select:none;user-select:none}.page-legale-wrapper{background-color:#0f172a;color:#fff;min-height:100vh;display:flex;flex-direction:column}.page-legale{flex:1;margin:0 auto;max-width:780px;padding:3rem 2rem 4rem;width:100%}.page-legale-hero{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.08)}.page-legale-hero h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:.02em;margin:.5rem 0 1rem;color:#fff}.page-legale-hero p{color:#fff9;font-size:1rem;line-height:1.6;margin:0 0 .5rem}.page-legale-label{color:#f59e0b;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin:0 0 .25rem!important}.page-legale-date{color:#ffffff59!important;font-size:.8rem!important;margin-top:1rem!important}.page-legale-section{margin-bottom:2.5rem}.page-legale-section h2{font-size:1rem;font-weight:600;color:#f59e0b;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.06em}.page-legale-section p{font-size:.92rem;color:#ffffffb3;line-height:1.75;margin-bottom:.75rem}.page-legale-section ul{list-style:none;padding:0;margin:0 0 .75rem;display:flex;flex-direction:column;gap:.4rem}.page-legale-section li{font-size:.92rem;color:#ffffffb3;line-height:1.7;padding-left:1rem;position:relative}.page-legale-section li:before{content:"—";position:absolute;left:0;color:#f59e0b80;font-size:.75rem}.page-legale-section a{color:#f59e0b;text-decoration:none;border-bottom:1px solid rgba(245,158,11,.35);transition:border-color .2s ease}.page-legale-section a:hover{border-color:#f59e0b}.page-legale-quote{background:#f59e0b0f;border-left:3px solid rgba(245,158,11,.5);border-radius:0 6px 6px 0;color:#fff9!important;font-size:.875rem!important;font-style:italic;line-height:1.7;margin-top:1.25rem!important;padding:.875rem 1.25rem}.page-legale-section h3{font-size:.875rem;font-weight:600;color:#ffffffd9;margin:1.5rem 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.page-legale-sommaire{background:#f59e0b0d;border:1px solid rgba(245,158,11,.15);border-radius:.75rem;padding:1.5rem 1.75rem;margin-bottom:2.5rem}.page-legale-sommaire-titre{font-size:.75rem;font-weight:600;color:#f59e0b;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .75rem!important}.page-legale-sommaire-liste{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.25rem}.page-legale-sommaire-liste li{font-size:.85rem;color:#fff9;line-height:1.5;padding-left:0}.page-legale-sommaire-liste li:before{display:none}.page-legale-sommaire-liste a{color:#fff9;text-decoration:none;border-bottom:none;transition:color .2s}.page-legale-sommaire-liste a:hover{color:#f59e0b;border-bottom:none}.page-legale-dl{margin:0 0 .75rem;display:flex;flex-direction:column;gap:.875rem}.page-legale-dl dt{font-size:.875rem;font-weight:600;color:#ffffffd9;margin-bottom:.2rem}.page-legale-dl dd{font-size:.92rem;color:#ffffffa6;line-height:1.7;margin:0;padding-left:1rem;border-left:2px solid rgba(245,158,11,.25)}.page-legale-formulaire{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:.5rem;padding:1.25rem 1.5rem;margin-top:1rem}.page-legale-formulaire address{font-style:normal;color:#fff9;font-size:.92rem;line-height:1.7;margin-bottom:1rem}.page-legale-formulaire p{margin-bottom:.5rem!important}.page-legale-section--annexe{border-top:1px solid rgba(255,255,255,.06);padding-top:2rem;margin-top:1rem}@media(max-width:640px){.page-legale{padding:2rem 1.25rem 3rem}.page-legale-sommaire{padding:1.25rem}}.page-service-wrapper{background-color:#0f172a;color:#fff;min-height:100vh;display:flex;flex-direction:column;position:relative}.page-service-wrapper--conception{background-image:url(/Conception_background.webp);background-size:cover;background-position:center;background-attachment:fixed}.page-service-wrapper--reparer{background-image:url(/Reparer_background.webp);background-size:cover;background-position:center;background-attachment:fixed}.page-service-wrapper--etude{background-image:url(/Etude_background.webp);background-size:cover;background-position:center;background-attachment:fixed}.page-service-wrapper:before{content:"";position:fixed;inset:0;background:#0f172a4d;z-index:0;pointer-events:none}.page-service-wrapper>*{position:relative;z-index:1}.page-service{flex:1;margin:0 auto;max-width:900px;padding:3rem 2rem 5rem;width:100%;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.page-service-hero{margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.page-service-hero h1{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:700;line-height:1.2;letter-spacing:.01em;margin:.5rem 0 1.25rem;color:#fff}.page-service-hero-texte{font-size:1.05rem;color:#fffc;line-height:1.75;max-width:680px;margin-bottom:2rem}.page-service-section{margin-bottom:3.5rem}.page-service-section h2{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;color:#fff;margin:.4rem 0 1rem}.page-service-chapeau{font-size:.95rem;color:#fffc;line-height:1.7;margin-bottom:1.5rem}.page-service-texte{font-size:.95rem;color:#fffc;line-height:1.8;margin-bottom:1rem}.page-service-grille{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem}.page-service-carte{background:#0003;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);border:1px solid rgba(255,255,255,.07);border-radius:.75rem;padding:1.25rem 1.25rem 1.5rem;transition:background .2s ease,border-color .2s ease}.page-service-carte:hover{background:#f59e0b;border-color:#00000080}.page-service-carte-icone{font-size:1.75rem;display:block;margin-bottom:.75rem}.page-service-carte-titre{font-size:.95rem;font-weight:600;color:#fff;margin:0 0 .5rem}.page-service-carte-texte{font-size:.85rem;color:#fffc;line-height:1.65;margin:0}.page-service-liste-sources{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}.page-service-liste-sources li{font-size:.92rem;color:#fffc;line-height:1.6;padding-left:1.25rem;position:relative}.page-service-liste-sources li:before{content:"→";position:absolute;left:0;color:#f59e0b;font-size:.8rem}.page-service-encart{background:#f59e0b0f;border-left:3px solid rgba(245,158,11,.5);border-radius:0 6px 6px 0;padding:.875rem 1.25rem;font-size:.9rem;color:#ffffffbf;line-height:1.7;font-style:italic}.page-service-tableau-wrapper{overflow-x:auto}.page-service-tableau{width:100%;border-collapse:collapse;font-size:.9rem}.page-service-tableau th{text-align:left;color:#f59e0b;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:.625rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.page-service-tableau td{padding:.75rem 1rem;color:#fffc;border-bottom:1px solid rgba(255,255,255,.05);line-height:1.5}.page-service-tableau tr:last-child td{border-bottom:none}.page-service-tableau-format{font-weight:600;color:#fff!important;white-space:nowrap}.page-service-tableau tr:hover td{background:#f5760b80}.page-service-cta-final{margin-top:1rem;padding:2.5rem;background:#0000004d;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);border:1px solid rgba(255,255,255,.07);border-radius:1rem;text-align:center}.page-service-cta-final h2{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:700;color:#fff;margin:.4rem 0 1rem}.page-service-cta-groupe{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.75rem}.page-service-cta-principal{background:#d97706;color:#0f172a;border:none;border-radius:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s ease,transform .15s ease}.page-service-cta-principal:hover{background:#b45309;transform:translateY(-1px)}.page-service-cta-secondaire{background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,color .2s ease,transform .15s ease}.page-service-cta-secondaire:hover{border-color:#ffffff80;color:#fff;transform:translateY(-1px)}.page-service-cta-faq{margin-top:1.25rem;font-size:.88rem;color:#ffffff73;text-align:center}.page-service-cta-faq a{color:#f59e0bcc;text-decoration:none;transition:color .2s ease}.page-service-cta-faq a:hover{color:#f59e0b}.page-service-autres{padding:2.5rem 2rem;border-top:1px solid rgba(255,255,255,.07);text-align:center}.page-service-autres-titre{font-size:.78rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#ffffff59;margin:0 0 1.25rem}.page-service-autres-liens{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.page-service-autres-lien{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#ffffffb3;font-size:.9rem;font-weight:500;padding:.6rem 1.25rem;text-decoration:none;transition:border-color .2s ease,color .2s ease,background .2s ease}.page-service-autres-lien:hover{background:#f59e0b14;border-color:#f59e0b59;color:#f59e0b}@media(max-width:640px){.page-service{padding:2rem 1.25rem 3rem}.page-service-grille{grid-template-columns:1fr}.page-service-cta-final{padding:1.75rem 1.25rem}}.bureau-zone-pastilles{display:flex;flex-wrap:wrap;gap:.5rem}.bureau-zone-pastille{background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:2rem;color:#f59e0b;font-size:.8rem;font-weight:500;padding:.3rem .85rem}.bureau-zone-grille{display:flex;flex-wrap:wrap;gap:.5rem}.bureau-zone-carte{background:#f5760b4d;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;color:#ffffffbf;font-size:.85rem;padding:.4rem .9rem}.bureau-etapes{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.bureau-etape{display:flex;align-items:flex-start;gap:1.25rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:.75rem;padding:1rem 1.25rem}.bureau-etape-numero{background:#f59e0b26;border:1px solid rgba(245,158,11,.3);border-radius:.5rem;color:#f59e0b;font-size:.85rem;font-weight:700;flex-shrink:0;height:2rem;width:2.25rem;display:flex;align-items:center;justify-content:center}.bureau-etape-titre{font-size:.95rem;font-weight:600;color:#fff;margin:0 0 .3rem}.bureau-etape-texte{font-size:.85rem;color:#fffc;line-height:1.6;margin:0}.bureau-double-col{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.bureau-col{background:#ffffff0a;border:1px solid rgba(255,255,255,.07);border-radius:.75rem;padding:1.25rem}@media(max-width:640px){.bureau-double-col{grid-template-columns:1fr}}.faq-filtres{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem}.faq-filtre{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:2rem;color:#fff9;cursor:pointer;font-size:.8rem;padding:.35rem .9rem;transition:background .2s,border-color .2s,color .2s;white-space:nowrap}.faq-filtre:hover{background:#d977061a;border-color:#d977064d;color:#fff}.faq-filtre--actif{background:#d9770626;border-color:#d97706;color:#d97706}.faq-liste{display:flex;flex-direction:column;gap:.5rem}.faq-item{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:.625rem;overflow:hidden;transition:border-color .2s}.faq-item--ouvert{border-color:#d9770659}.faq-question{align-items:center;background:transparent;border:none;color:#f1f5f9;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:1rem;justify-content:space-between;padding:1rem 1.25rem;text-align:left;width:100%}.faq-question:hover{color:#fff}.faq-chevron{color:#d97706;flex-shrink:0;transition:transform .25s ease}.faq-item--ouvert .faq-chevron{transform:rotate(180deg)}.faq-reponse{border-top:1px solid rgba(255,255,255,.06);color:#ffffffa6;font-size:.875rem;line-height:1.7;margin:0;padding:.875rem 1.25rem 1.1rem}.faq-page{background-color:#0f172a;color:#fff;min-height:100vh;display:flex;flex-direction:column}.faq-page-entete{align-items:center;background:#0f172af2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08);display:flex;gap:1.5rem;justify-content:space-between;padding:1rem 2rem;position:sticky;top:0;z-index:100}.faq-page-retour{align-items:center;color:#ffffffa6;display:flex;font-size:.875rem;gap:.375rem;text-decoration:none;transition:color .2s}.faq-page-retour:hover{color:#f59e0b}.faq-page-logo{color:#f59e0b;font-size:1rem;font-weight:700;letter-spacing:.12em;text-decoration:none;text-transform:uppercase}.faq-page-main{flex:1;margin:0 auto;max-width:780px;padding:3rem 2rem 4rem;width:100%}.faq-page-titre{color:#fff;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:.02em;margin:0 0 .75rem}.faq-page-sous-titre{color:#fff9;font-size:1rem;line-height:1.6;margin:0 0 2.5rem}.faq-page-cta{border-top:1px solid rgba(255,255,255,.1);margin-top:3rem;padding-top:2.5rem;text-align:center}.faq-page-cta p{color:#fff9;font-size:.95rem;margin:0 0 1.25rem}.faq-page-cta-btn{background:#f59e0b;border-radius:.5rem;color:#0f172a;display:inline-block;font-size:.9rem;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:background .2s,transform .2s}.faq-page-cta-btn:hover{background:#fbbf24;transform:translateY(-1px)}.faq-page-footer{align-items:center;border-top:1px solid rgba(255,255,255,.08);color:#fff6;display:flex;flex-wrap:wrap;font-size:.85rem;gap:.5rem 2rem;justify-content:center;padding:1.75rem 2rem}.faq-page-footer-liens{display:flex;align-items:center;gap:.5rem 1.25rem;flex-wrap:wrap;justify-content:center}.faq-page-footer-liens span{color:#fff3}.faq-page-footer-lien{color:#fff9;text-decoration:none;transition:color .2s;white-space:nowrap}.faq-page-footer-lien:hover{color:#f59e0b}@media(max-width:640px){.faq-page-entete{padding:.875rem 1.25rem}.faq-page-main{padding:2rem 1.25rem 3rem}}.hamburger-bouton{display:none;align-items:center;justify-content:center;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:background .2s ease;z-index:1100}.hamburger-bouton:hover{background:#ffffff1a}.nav-mobile{position:fixed;inset:70px 0 0;height:calc(100vh - 70px);background:#0f172af7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:2rem;padding-bottom:2rem;gap:1rem;z-index:999;overflow-y:auto}.nav-mobile-lien{background:none;border:none;color:#fff;font-size:1.5rem;font-weight:500;cursor:pointer;padding:.75rem 2rem;border-radius:.5rem;transition:color .2s ease,background .2s ease;width:100%;max-width:20rem;text-align:center}.nav-mobile-lien:hover{color:#d97706;background:#d9770614}.bg-sticky-mobile{display:none}@media(max-width:768px){#hero,#deposer-projet{background-image:url(/Hero_background_mobile.webp)}#deposer-projet{background-image:url(/Projet_background_mobile.webp)}#comment-ca-marche{background-image:url(/Comment_background_mobile.webp)}#offres-tarifs{background-image:url(/Offres_background_mobile.webp)}#realisations{background-image:url(/Realisations_background_mobile.webp)}#contact{background-image:url(/Hero_background_mobile.webp)}.page-service-wrapper--conception{background-image:url(/Conception_background_mobile.webp)}.page-service-wrapper--reparer{background-image:url(/Reparer_background_mobile.webp)}.page-service-wrapper--etude{background-image:url(/Etude_background_mobile.webp)}}@media(max-width:768px){html{scrollbar-gutter:auto;overflow-y:auto}body{overflow-x:hidden}.header-principal{padding:0 1.5rem;height:70px}.logo-bouton{font-size:1.5rem}.header-navigation,.header-cta{display:none}.hamburger-bouton{display:flex}.section-plein-ecran{padding:6rem 1.5rem 2rem}.titre-section{font-size:2rem}.sous-titre-section{font-size:1.125rem}.section-chapeau{font-size:1rem}.ot-titre{font-size:2.5rem}.hero-contenu{position:relative;right:auto;top:auto;transform:none;max-width:100%;align-items:center;text-align:center;padding:0 1rem}.deposer-cartes{grid-template-columns:1fr}#deposer-projet{padding-top:6rem}#realisations,#comment-ca-marche{background-attachment:fixed}#comment-ca-marche{justify-content:flex-start;padding-bottom:3rem}.ccm-en-tete{padding:5rem 1.5rem 1.5rem}.ccm-piste{overflow:visible;flex:unset}.ccm-cartes-wrapper{flex-direction:column;padding:1rem 1.5rem;gap:1.25rem;transform:none!important}.ccm-carte{min-width:unset;max-width:100%}.ccm-progression{display:none}.hero-boutons{flex-direction:column;align-items:center;width:100%}.hero-bouton{width:100%;max-width:20rem}#contact .hero-contenu{width:100%;max-width:100%;top:auto}#contact_formulaire{width:100%}.contact-form-ligne{flex-direction:column}.contact-info-item{flex-direction:column;align-items:flex-start;gap:.25rem}.ot-grille{grid-template-columns:1fr;gap:2rem;padding:6rem 1.5rem 2rem}.ot-mev-prix{font-size:2.5rem}.real-liste{padding:0 1.5rem 4rem}.real-projet{grid-template-columns:1fr;gap:2rem;padding:3rem 0;direction:ltr}.real-projet--inverse{direction:ltr}.real-projet-numero{font-size:2rem}.real-carousel-fleche{width:2.75rem;height:2.75rem}#hero,#deposer-projet,#offres-tarifs,#contact,.page-service-wrapper--conception,.page-service-wrapper--reparer,.page-service-wrapper--etude{background-attachment:scroll}}@media(max-width:480px){.header-principal{padding:0 1rem;height:60px}.nav-mobile{top:60px;height:calc(100vh - 60px)}.logo-bouton{font-size:1.25rem}.section-plein-ecran{padding:5rem 1rem 2rem}.titre-section{font-size:1.5rem}.sous-titre-section{font-size:1rem}.section-chapeau{font-size:.9rem}.ot-titre{font-size:2rem}.modale-contenu{padding:1.5rem;max-width:95%}.modale-titre{font-size:1.5rem;margin-bottom:1.5rem}.modal-image-fond{padding:.75rem}.modal-image-cadre{max-width:100%;border-radius:8px}.real-projet-numero{font-size:1.75rem}.real-carousel-fleche{width:3rem;height:3rem}.real-carousel-fleche--gauche{left:.4rem}.real-carousel-fleche--droite{right:.4rem}.input-champ{font-size:.9375rem}.bouton-primaire,.bouton-secondaire{padding:.75rem 1.25rem;font-size:.9375rem}}
