@import"https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}.proj-courtier{--noir: #0b0f14;--noir-doux: #141a22;--gris-fonce: #1e2530;--gris-moyen: #2e3644;--gris-clair: #8892a2;--blanc-casse: #f4f1ec;--blanc: #ffffff;--or: #c9a84c;--or-clair: #e0c47a;--or-pale: #f5edcf;--or-trace: rgb(201 168 76 / 12%);--font-titre: "DM Serif Display", serif;--font-ui: "Inter", sans-serif;--max-w: 1280px;--pad-x: 6%;font-family:var(--font-ui);background-color:var(--noir);color:var(--blanc-casse);line-height:1.6}.proj-courtier .skip-link{position:absolute;top:-999px;left:1rem;background:var(--or);color:var(--noir);padding:.5rem 1rem;font-weight:600;text-decoration:none;z-index:9999}.proj-courtier .skip-link:focus{top:1rem}.proj-courtier .crt-label{font-size:1rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--or);display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.proj-courtier .crt-label:before{content:"";width:24px;height:1px;background:var(--or)}.proj-courtier .crt-titre{font-family:var(--font-titre);font-size:clamp(2rem,3.5vw,3.2rem);font-weight:400;line-height:1.1;color:var(--blanc-casse)}.proj-courtier .crt-titre em{font-style:italic;color:var(--or)}.proj-courtier .btn-or{display:inline-flex;align-items:center;gap:.5rem;background:var(--or);color:var(--noir);border:none;padding:.9rem 2rem;font-family:var(--font-ui);font-size:1rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:background .25s,transform .2s;text-decoration:none}.proj-courtier .btn-or:hover{background:var(--or-clair);transform:translateY(-1px)}.proj-courtier .btn-or.btn-or--sm{padding:.75rem 1.6rem;font-size:1rem}.proj-courtier .btn-ghost{display:inline-flex;align-items:center;background:transparent;color:var(--blanc-casse);border:1px solid rgb(244 241 236 / 25%);padding:.9rem 2rem;font-family:var(--font-ui);font-size:1rem;font-weight:500;letter-spacing:.03em;cursor:pointer;transition:border-color .25s,color .25s;text-decoration:none}.proj-courtier .btn-ghost:hover{border-color:var(--or);color:var(--or)}.proj-courtier .fade-in{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.proj-courtier .fade-in.visible{opacity:1;transform:translateY(0)}@keyframes crtRuban{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes crtHeroFade{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}.proj-courtier .crt-modal{border:none;padding:0;background:transparent;max-width:100vw;max-height:100vh;position:fixed;inset:0;margin:auto;display:none;align-items:center;justify-content:center}.proj-courtier .crt-modal[open]{display:flex}.proj-courtier .crt-modal::backdrop{background:var(--noir);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.proj-courtier .crt-modal .crt-modal__box{background:var(--gris-fonce);border:1px solid var(--or-trace);border-top:3px solid var(--or);padding:2.5rem 2.5rem 2rem;max-width:420px;width:calc(100vw - 3rem);display:flex;flex-direction:column;gap:1rem}.proj-courtier .crt-modal .crt-modal__barre{width:32px;height:2px;background:var(--or)}.proj-courtier .crt-modal .crt-modal__titre{font-family:var(--font-titre);font-size:1.5rem;color:var(--blanc)}.proj-courtier .crt-modal .crt-modal__texte{font-size:1rem;line-height:1.75;color:var(--blanc)}.proj-courtier .crt-modal .crt-modal__close{align-self:flex-start;margin-top:.5rem;background:var(--or);color:var(--noir);border:none;padding:.65rem 1.8rem;font-family:var(--font-ui);font-size:1rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:background .2s}.proj-courtier .crt-modal .crt-modal__close:hover{background:var(--or-clair)}.proj-courtier .crt-header{position:fixed;top:0;left:0;right:0;z-index:100;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--pad-x);background:#0b0f14f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgb(201 168 76 / 18%)}.proj-courtier .crt-header .crt-header__logo{display:flex;align-items:center;gap:.85rem}.proj-courtier .crt-header .crt-header__logo-mark{width:40px;height:40px;background:var(--or);color:var(--noir);display:flex;align-items:center;justify-content:center;font-family:var(--font-titre);font-size:1.3rem;flex-shrink:0}.proj-courtier .crt-header .crt-header__logo-nom{display:block;font-family:var(--font-titre);font-size:1.1rem;color:var(--blanc-casse);line-height:1.1}.proj-courtier .crt-header .crt-header__logo-metier{display:block;font-size:1rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--or);margin-top:2px}.proj-courtier .crt-header .crt-header__nav{display:flex;gap:2rem;align-items:center}.proj-courtier .crt-header .crt-header__nav-link{font-size:1rem;font-weight:500;color:#f4f1ecb3;text-decoration:none;transition:color .2s;position:relative}.proj-courtier .crt-header .crt-header__nav-link:after{content:"";position:absolute;bottom:-3px;left:0;width:0;height:1px;background:var(--or);transition:width .25s}.proj-courtier .crt-header .crt-header__nav-link:hover{color:var(--blanc-casse)}.proj-courtier .crt-header .crt-header__nav-link:hover:after{width:100%}.proj-courtier .crt-header .crt-header__cta{background:var(--or);color:var(--noir);border:none;padding:.6rem 1.4rem;font-family:var(--font-ui);font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.proj-courtier .crt-header .crt-header__cta:hover{background:var(--or-clair)}.proj-courtier .crt-header .crt-header__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;width:36px;height:36px;justify-content:center}.proj-courtier .crt-header .crt-header__burger span{display:block;width:22px;height:1.5px;background:var(--blanc-casse);transition:transform .25s,opacity .25s}.proj-courtier .crt-header .crt-header__burger span.open:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.proj-courtier .crt-header .crt-header__burger span.open:nth-child(2){opacity:0}.proj-courtier .crt-header .crt-header__burger span.open:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.proj-courtier .crt-nav-mobile{display:none;position:fixed;top:76px;left:0;right:0;background:var(--noir-doux);border-bottom:1px solid var(--or-trace);flex-direction:column;z-index:99;padding:1rem 0}.proj-courtier .crt-nav-mobile .crt-nav-mobile__link{padding:.9rem var(--pad-x);font-size:1rem;font-weight:500;color:#f4f1eccc;text-decoration:none;border-bottom:1px solid rgb(255 255 255 / 5%);transition:color .2s}.proj-courtier .crt-nav-mobile .crt-nav-mobile__link:hover{color:var(--or)}.proj-courtier .crt-nav-mobile .crt-nav-mobile__cta{appearance:none;-webkit-appearance:none;margin:1rem var(--pad-x) .5rem;width:calc(100% - (2 * var(--pad-x)));justify-content:center;background:var(--or);color:var(--noir);border:none;border-radius:0;padding:.9rem 2rem;font-family:var(--font-ui);font-size:1rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:background .2s}.proj-courtier .crt-nav-mobile .crt-nav-mobile__cta:hover{background:var(--or-clair)}.proj-courtier .crt-nav-mobile.crt-nav-mobile--open{display:flex}.proj-courtier .crt-hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;padding-top:76px}.proj-courtier .crt-hero .crt-hero__gauche{display:flex;flex-direction:column;justify-content:center;padding:6rem var(--pad-x) 6rem;background:var(--noir);position:relative;z-index:2}.proj-courtier .crt-hero .crt-hero__gauche:after{content:"";position:absolute;right:0;top:10%;bottom:10%;width:1px;background:linear-gradient(to bottom,transparent,var(--or),transparent)}.proj-courtier .crt-hero .crt-hero__surtitre{font-size:1rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--or);margin-bottom:1.5rem;animation:crtHeroFade .7s .1s both}.proj-courtier .crt-hero .crt-hero__titre{font-family:var(--font-titre);font-size:clamp(2.8rem,4.5vw,4.5rem);font-weight:400;line-height:1.05;color:var(--blanc-casse);margin-bottom:2rem;animation:crtHeroFade .7s .25s both}.proj-courtier .crt-hero .crt-hero__titre em{font-style:italic;color:var(--or);display:block}.proj-courtier .crt-hero .crt-hero__desc{font-size:1rem;line-height:1.85;color:var(--gris-clair);text-align:justify;margin-bottom:2.5rem;animation:crtHeroFade .7s .4s both}.proj-courtier .crt-hero .crt-hero__actions{display:flex;gap:1rem;flex-wrap:wrap;animation:crtHeroFade .7s .55s both}.proj-courtier .crt-hero .crt-hero__droite{position:relative;overflow:hidden;background:var(--noir-doux)}.proj-courtier .crt-hero .crt-hero__figure{position:absolute;inset:0;margin:0}.proj-courtier .crt-hero .crt-hero__figure img{width:100%;height:100%;object-fit:cover;object-position:top center;filter:grayscale(15%)}.proj-courtier .crt-hero .crt-hero__figure:after{content:"";position:absolute;inset:0;background:linear-gradient(to right,rgb(11 15 20 / 45%) 0%,transparent 50%),linear-gradient(to top,rgb(11 15 20 / 60%) 0%,transparent 40%)}.proj-courtier .crt-hero .crt-hero__badge{position:absolute;bottom:4rem;left:2rem;background:var(--noir);border:1px solid var(--or);padding:1rem 1.4rem;display:flex;align-items:center;gap:.75rem;z-index:3}.proj-courtier .crt-hero .crt-hero__badge-ico{color:var(--or);font-size:1.2rem;line-height:1}.proj-courtier .crt-hero .crt-hero__badge-txt{font-size:1rem;font-weight:600;line-height:1.4;color:var(--blanc-casse)}.proj-courtier .crt-hero .crt-hero__garantie{position:absolute;top:2.5rem;right:2rem;text-align:right;z-index:3}.proj-courtier .crt-hero .crt-hero__garantie-num{display:block;font-family:var(--font-titre);font-size:3.5rem;line-height:1;color:var(--or)}.proj-courtier .crt-hero .crt-hero__garantie-label{display:block;font-size:1rem;font-weight:500;letter-spacing:.06em;color:var(--blanc-casse);line-height:1.4;margin-top:.3rem}.proj-courtier .crt-ruban{background:var(--or);overflow:hidden;height:44px;display:flex;align-items:center}.proj-courtier .crt-ruban .crt-ruban__track{display:flex;animation:crtRuban 28s linear infinite;white-space:nowrap}.proj-courtier .crt-ruban .crt-ruban__item{font-size:1rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:var(--noir);padding:0 2.5rem;display:flex;align-items:center;gap:1rem}.proj-courtier .crt-ruban .crt-ruban__item:after{content:"◆";font-size:1rem}.proj-courtier .crt-expertises{padding:8rem var(--pad-x);background:var(--noir-doux)}.proj-courtier .crt-expertises .crt-expertises__header{max-width:560px;margin-bottom:4rem}.proj-courtier .crt-expertises .crt-expertises__intro{margin-top:1.5rem;font-size:1rem;line-height:1.8;color:var(--gris-clair);text-align:justify}.proj-courtier .crt-expertises .crt-expertises__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--gris-moyen)}.proj-courtier .expertise-card{background:var(--noir-doux);padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1rem;transition:background .3s;position:relative;overflow:hidden}.proj-courtier .expertise-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:var(--or);transform:scaleX(0);transform-origin:left;transition:transform .4s}.proj-courtier .expertise-card:hover{background:var(--gris-fonce)}.proj-courtier .expertise-card:hover:before{transform:scaleX(1)}.proj-courtier .expertise-card .expertise-card__header{border-bottom:1px solid var(--or-trace);padding-bottom:1.25rem}.proj-courtier .expertise-card .expertise-card__code{font-size:1rem;font-weight:700;letter-spacing:.3em;color:var(--or);display:block;margin-bottom:.75rem}.proj-courtier .expertise-card .expertise-card__titre{font-family:var(--font-titre);font-size:1.5rem;font-weight:400;color:var(--blanc-casse);margin-bottom:.5rem}.proj-courtier .expertise-card .expertise-card__accroche{font-size:1rem;font-weight:500;color:var(--or);font-style:italic;line-height:1.4}.proj-courtier .expertise-card .expertise-card__desc{font-size:1rem;line-height:1.8;color:var(--gris-clair);flex:1;text-align:justify}.proj-courtier .expertise-card .expertise-card__liste{list-style:none;display:flex;flex-direction:column;gap:.4rem}.proj-courtier .expertise-card .expertise-card__liste li{font-size:1rem;color:#f4f1ecbf;padding-left:1rem;position:relative}.proj-courtier .expertise-card .expertise-card__liste li:before{content:"-";position:absolute;left:0;color:var(--or);font-size:1rem}.proj-courtier .expertise-card .expertise-card__cta{align-self:flex-start;margin-top:.5rem;background:transparent;border:1px solid var(--or-trace);color:var(--or);padding:.6rem 1.2rem;font-family:var(--font-ui);font-size:1rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:background .2s,border-color .2s}.proj-courtier .expertise-card .expertise-card__cta:hover{background:var(--or-trace);border-color:var(--or)}.proj-courtier .crt-approche{padding:8rem var(--pad-x);background:var(--noir);display:grid;grid-template-columns:1fr 1.4fr;gap:6rem;align-items:start}.proj-courtier .crt-approche .crt-approche__texte{position:sticky;top:100px}.proj-courtier .crt-approche .crt-approche__texte p{margin:1.5rem 0 2.5rem;font-size:1rem;line-height:1.85;color:var(--gris-clair);text-align:justify}.proj-courtier .crt-approche .crt-approche__etapes{list-style:none;display:flex;flex-direction:column;gap:0;counter-reset:etape}.proj-courtier .crt-etape{display:grid;grid-template-columns:3rem 1fr;gap:1.5rem;padding:2rem 0;border-bottom:1px solid rgb(255 255 255 / 6%);align-items:start}.proj-courtier .crt-etape:first-child{border-top:1px solid rgb(255 255 255 / 6%)}.proj-courtier .crt-etape .crt-etape__num{font-family:var(--font-titre);font-size:1.8rem;color:#c9a84c33;line-height:1;transition:color .3s}.proj-courtier .crt-etape:hover .crt-etape__num{color:var(--or)}.proj-courtier .crt-etape .crt-etape__titre{font-family:var(--font-titre);font-size:1.25rem;font-weight:400;color:var(--blanc-casse);margin-bottom:.5rem}.proj-courtier .crt-etape .crt-etape__desc{font-size:1rem;line-height:1.8;color:var(--gris-clair);text-align:justify}.crt-banner{position:relative;height:340px;overflow:hidden;margin:0}.crt-banner-img{width:100%;height:100%;object-fit:cover;object-position:center 30%;filter:grayscale(40%) brightness(.45)}.proj-courtier .crt-banner__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:2rem var(--pad-x)}.proj-courtier .crt-banner__citation{font-family:var(--font-titre);font-size:clamp(1.4rem,3vw,2.5rem);font-style:italic;color:var(--blanc-casse);text-align:left;max-width:700px;line-height:1.4;border-left:3px solid var(--or);padding-left:2rem}.proj-courtier .crt-cabinet{padding:8rem var(--pad-x);background:var(--noir-doux);display:grid;grid-template-columns:1fr 1.1fr;gap:6rem;align-items:center}.proj-courtier .crt-cabinet .crt-cabinet__visuel{position:relative;overflow:hidden;max-width:100%;min-width:0}.proj-courtier .crt-cabinet .crt-cabinet__photo{margin:0;overflow:hidden}.proj-courtier .crt-cabinet .crt-cabinet__photo img{width:100%;height:520px;object-fit:cover;object-position:top;display:block;transition:transform 5s ease}.proj-courtier .crt-cabinet .crt-cabinet__photo img:hover{transform:scale(1.02)}.proj-courtier .crt-cabinet .crt-cabinet__photo-secondaire{position:absolute;bottom:-2rem;right:-2rem;width:45%;border:4px solid var(--noir-doux);margin:0;overflow:hidden}.proj-courtier .crt-cabinet .crt-cabinet__photo-secondaire img{width:100%;height:180px;object-fit:cover;display:block}.proj-courtier .crt-cabinet .crt-cabinet__contenu{min-width:0}.proj-courtier .crt-cabinet .crt-cabinet__contenu p{margin:1.5rem 0;font-size:1rem;line-height:1.85;color:var(--gris-clair);text-align:justify}.proj-courtier .crt-cabinet .crt-cabinet__stats{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin-top:3rem;background:var(--gris-moyen)}.proj-courtier .cabinet-stat{background:var(--noir-doux);padding:1.5rem 1.75rem;border-top:2px solid var(--or-trace);transition:border-color .3s}.proj-courtier .cabinet-stat:hover{border-top-color:var(--or)}.proj-courtier .cabinet-stat .cabinet-stat__val{display:block;font-family:var(--font-titre);font-size:2.2rem;color:var(--or);line-height:1;margin-bottom:.4rem}.proj-courtier .cabinet-stat .cabinet-stat__label{font-size:1rem;font-weight:500;letter-spacing:.08em;color:var(--gris-clair);text-transform:uppercase}.proj-courtier .crt-partenaires{padding:5rem var(--pad-x);background:var(--noir);border-top:1px solid var(--or-trace);border-bottom:1px solid var(--or-trace)}.proj-courtier .crt-partenaires .crt-partenaires__label{font-size:1rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--gris-clair);text-align:center;margin-bottom:2.5rem}.proj-courtier .crt-partenaires .crt-partenaires__liste{display:flex;flex-wrap:wrap;justify-content:center;gap:1px;list-style:none}.proj-courtier .crt-partenaires .crt-partenaires__item{background:var(--noir);padding:1.2rem 2.5rem;font-size:1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#f4f1ec73;transition:color .25s,background .25s}.proj-courtier .crt-partenaires .crt-partenaires__item:hover{color:var(--or);background:var(--gris-fonce)}.proj-courtier .crt-temoignages{padding:8rem var(--pad-x);background:var(--gris-fonce)}.proj-courtier .crt-temoignages .crt-temoignages__header{max-width:480px;margin-bottom:4rem}.proj-courtier .crt-temoignages .crt-temoignages__carousel{position:relative;min-height:280px}.proj-courtier .crt-temoignages .crt-temoignages__slide{display:none}.proj-courtier .crt-temoignages .crt-temoignages__slide.crt-temoignages__slide--active{display:block}.proj-courtier .crt-temoignages .crt-temoignages__dots{display:flex;gap:.6rem;margin-top:2.5rem}.proj-courtier .temoignage-card{background:var(--noir-doux);border-left:3px solid var(--or);padding:2.5rem 2.5rem 2rem;max-width:780px;display:flex;flex-direction:column;gap:1.25rem}.proj-courtier .temoignage-card .temoignage-card__etoiles{display:flex;gap:.2rem;color:var(--or);font-size:1rem}.proj-courtier .temoignage-card .temoignage-card__texte{font-family:var(--font-titre);font-size:clamp(1.1rem,2vw,1.5rem);font-style:italic;color:var(--blanc-casse);line-height:1.55}.proj-courtier .temoignage-card .temoignage-card__auteur{display:flex;flex-direction:column;gap:.15rem}.proj-courtier .temoignage-card .temoignage-card__auteur strong{font-size:1rem;font-weight:600;color:var(--blanc-casse)}.proj-courtier .temoignage-card .temoignage-card__auteur span{font-size:1rem;color:var(--gris-clair);letter-spacing:.06em}.proj-courtier .crt-dot{width:24px;height:2px;background:var(--gris-moyen);border:none;cursor:pointer;transition:background .25s,width .25s}.proj-courtier .crt-dot.crt-dot--active{background:var(--or);width:40px}.proj-courtier .crt-contact{padding:8rem var(--pad-x);background:var(--noir);display:grid;grid-template-columns:1.1fr 1fr;gap:6rem;align-items:start}.proj-courtier .crt-contact .crt-contact__desc{margin:1.5rem 0 2.5rem;font-size:1rem;line-height:1.85;color:var(--gris-clair);text-align:justify}.proj-courtier .crt-contact .crt-contact__coords{font-style:normal;display:flex;flex-direction:column;gap:0}.proj-courtier .crt-contact .crt-contact__photo{margin:2rem 0 0}.proj-courtier .crt-contact .crt-contact__photo img{width:100%;height:220px;object-fit:cover;display:block}.proj-courtier .crt-coord{padding:1.25rem 0;border-bottom:1px solid rgb(255 255 255 / 6%);display:flex;flex-direction:column;gap:.25rem}.proj-courtier .crt-coord:first-child{border-top:1px solid rgb(255 255 255 / 6%)}.proj-courtier .crt-coord .crt-coord__label{font-size:1rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--or)}.proj-courtier .crt-coord .crt-coord__valeur{font-size:1rem;font-weight:500;color:var(--blanc-casse)}.proj-courtier .crt-footer{background:#070a0d;padding:5rem var(--pad-x) 2.5rem;border-top:1px solid var(--or-trace)}.proj-courtier .crt-footer .crt-footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgb(255 255 255 / 6%)}.proj-courtier .crt-footer .crt-footer__brand{display:flex;gap:1rem;align-items:flex-start}.proj-courtier .crt-footer .crt-footer__logo-mark{width:36px;height:36px;background:var(--or);color:var(--noir);display:flex;align-items:center;justify-content:center;font-family:var(--font-titre);font-size:1.1rem;flex-shrink:0}.proj-courtier .crt-footer .crt-footer__nom{font-family:var(--font-titre);font-size:1rem;color:var(--blanc-casse);margin-bottom:.5rem}.proj-courtier .crt-footer .crt-footer__baseline{font-size:1rem;line-height:1.7;color:var(--gris-clair);text-align:justify}.proj-courtier .crt-footer .crt-footer__col h3{font-size:1rem;font-weight:700;letter-spacing:.25em;text-transform:uppercase;color:var(--or);margin-bottom:1.25rem}.proj-courtier .crt-footer .crt-footer__col ul{list-style:none;display:flex;flex-direction:column;gap:.1rem}.proj-courtier .crt-footer .crt-footer__col li,.proj-courtier .crt-footer .crt-footer__col a{font-size:1rem;color:#f4f1ec8c;line-height:2.2;text-decoration:none;transition:color .2s}.proj-courtier .crt-footer .crt-footer__col li:hover,.proj-courtier .crt-footer .crt-footer__col a:hover{color:var(--blanc-casse)}.proj-courtier .crt-footer .crt-footer__bottom{padding-top:2rem;display:flex;gap:2rem;align-items:center;flex-wrap:wrap}.proj-courtier .crt-footer .crt-footer__bottom small{font-size:1rem;color:#f4f1ec59;margin-right:auto}.proj-courtier .crt-footer .crt-footer__link{background:none;border:none;color:#f4f1ec59;font-family:var(--font-ui);font-size:1rem;cursor:pointer;padding:0;transition:color .2s}.proj-courtier .crt-footer .crt-footer__link:hover{color:var(--or)}@media(max-width:767px){.proj-courtier{--pad-x: 5%;overflow-x:hidden}html,body{overflow-x:hidden}.proj-courtier .crt-header{height:64px}.proj-courtier .crt-header .crt-header__nav{display:none}.proj-courtier .crt-header .crt-header__burger{display:flex}.proj-courtier .crt-header .crt-header__logo-metier{display:none}.proj-courtier .crt-header .crt-header__cta{padding:.5rem .9rem;font-size:1rem}.proj-courtier .crt-nav-mobile{top:64px}.proj-courtier .crt-hero{grid-template-columns:1fr;min-height:auto}.proj-courtier .crt-hero .crt-hero__gauche{padding:5rem var(--pad-x) 3rem}.proj-courtier .crt-hero .crt-hero__gauche:after{display:none}.proj-courtier .crt-hero .crt-hero__droite{height:60vw}.proj-courtier .crt-hero .crt-hero__figure img{object-position:center 33%}.proj-courtier .crt-hero .crt-hero__titre{font-size:clamp(2.2rem,8vw,3rem)}.proj-courtier .crt-hero .crt-hero__desc{max-width:100%}.proj-courtier .crt-hero .crt-hero__actions{flex-direction:column;gap:.75rem}.proj-courtier .crt-hero .crt-hero__actions .btn-or,.proj-courtier .crt-hero .crt-hero__actions .btn-ghost{width:100%;justify-content:center}.proj-courtier .crt-hero .crt-hero__badge{bottom:1.5rem;left:1rem}.proj-courtier .crt-hero .crt-hero__garantie{top:1rem;right:1rem}.proj-courtier .crt-hero .crt-hero__garantie-num{font-size:2.5rem}.proj-courtier .crt-expertises{padding:5rem var(--pad-x)}.proj-courtier .crt-expertises .crt-expertises__grid{grid-template-columns:1fr}.proj-courtier .crt-approche{grid-template-columns:1fr;gap:2.5rem;padding:5rem var(--pad-x)}.proj-courtier .crt-approche .crt-approche__texte{position:static}.crt-banner{height:220px}.crt-banner .crt-banner__citation{font-size:1.1rem}.proj-courtier .crt-cabinet{grid-template-columns:1fr;gap:2.5rem;padding:5rem var(--pad-x)}.proj-courtier .crt-cabinet .crt-cabinet__photo img{height:300px}.proj-courtier .crt-cabinet .crt-cabinet__photo-secondaire{display:none}.proj-courtier .crt-cabinet .crt-cabinet__stats{grid-template-columns:1fr 1fr}.proj-courtier .cabinet-stat{padding:1.5rem 1rem;text-align:center}.proj-courtier .crt-partenaires{padding:3.5rem var(--pad-x)}.proj-courtier .crt-partenaires .crt-partenaires__item{padding:1rem 1.5rem}.proj-courtier .crt-temoignages{padding:5rem var(--pad-x)}.proj-courtier .crt-temoignages .temoignage-card{padding:1.75rem 1.5rem}.proj-courtier .crt-contact{grid-template-columns:1fr;gap:2.5rem;padding:5rem var(--pad-x)}.proj-courtier .crt-footer{padding:4rem var(--pad-x) 2rem}.proj-courtier .crt-footer .crt-footer__top{grid-template-columns:1fr;gap:2rem}.proj-courtier .crt-footer .crt-footer__bottom{flex-direction:column;align-items:flex-start;gap:.75rem}.proj-courtier .crt-footer .crt-footer__bottom small{margin-right:0}}@media(min-width:768px)and (max-width:1023px){.proj-courtier .crt-header{padding:0 3%}.proj-courtier .crt-header .crt-header__logo{gap:.5rem}.proj-courtier .crt-header .crt-header__logo-mark{width:32px;height:32px;font-size:1rem}.proj-courtier .crt-header .crt-header__logo-nom{font-size:1rem;white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis}.proj-courtier .crt-header .crt-header__logo-metier,.proj-courtier .crt-header .crt-header__nav{display:none}.proj-courtier .crt-header .crt-header__burger{display:flex}.proj-courtier .crt-header .crt-header__cta{padding:.5rem .9rem;font-size:1rem;white-space:nowrap}.proj-courtier .crt-hero{grid-template-columns:1fr 1fr}.proj-courtier .crt-hero .crt-hero__titre{font-size:clamp(2.2rem,4vw,3.2rem)}.proj-courtier .crt-hero .crt-hero__desc{font-size:1rem}.proj-courtier .crt-expertises .crt-expertises__grid{grid-template-columns:1fr 1fr}.proj-courtier .crt-approche{grid-template-columns:1fr;gap:3rem}.proj-courtier .crt-approche .crt-approche__texte{position:static}.proj-courtier .crt-cabinet{grid-template-columns:1fr;gap:3rem}.proj-courtier .crt-cabinet .crt-cabinet__photo-secondaire{display:none}.proj-courtier .crt-cabinet .crt-cabinet__photo img{height:380px}.proj-courtier .crt-contact{grid-template-columns:1fr;gap:3rem}.proj-courtier .crt-footer .crt-footer__top{grid-template-columns:1fr 1fr;gap:2rem}.proj-courtier .crt-footer .crt-footer__brand{grid-column:span 2}}
