.qr-code-button{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap;position:relative;width:2.75rem;height:2.75rem;padding:.75rem;border-radius:.375rem;background-color:#f5f5f5;transition:background-color .3s cubic-bezier(.4,0,.2,1)}.qr-code-button *{cursor:pointer}.qr-code-button.primary--light{background-color:#d2e8df}.qr-code-button.primary--light .qr-code-button__icon{fill:#3c6251;color:#3c6251}.qr-code-button.primary--dark{background-color:#3c6251}.qr-code-button.primary--dark .qr-code-button__icon{fill:#fff;color:#fff}.qr-code-button.secondary--light{background-color:#fff7f0}.qr-code-button.secondary--light .qr-code-button__icon{fill:#ce7b3b;color:#ce7b3b}.qr-code-button.secondary--dark{background-color:#d58c56}.qr-code-button.secondary--dark .qr-code-button__icon{fill:#fff;color:#fff}.qr-code-button.grey--light{background-color:#f5f5f5}.qr-code-button.grey--light .qr-code-button__icon{fill:#000;color:#000}.qr-code-button.grey--dark{background-color:#a7a7a7}.qr-code-button.grey--dark .qr-code-button__icon{fill:#fff;color:#fff}.qr-code-button:hover.primary--light{background-color:#cae5d9}.qr-code-button:hover.primary--dark{background-color:#325746}.qr-code-button:hover.secondary--light{background-color:#d58c56}.qr-code-button:hover.secondary--light .qr-code-button__icon{fill:#fff7f0;color:#fff7f0}.qr-code-button:hover.secondary--dark{background-color:#ce7b3b}.qr-code-button:hover.grey--light{background-color:#d8d8d8}.qr-code-button:hover.grey--dark{background-color:gray}.qr-code-button__icon{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap;fill:#000;color:#000;width:1.5rem;height:1.5rem;transition:fill .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1)}.qr-code-button__icon svg{width:100%;height:100%}.qr-code-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000}.qr-code-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2001;background-color:#fff;border-radius:.95rem;min-width:250px;max-width:600px;width:-moz-fit-content;width:fit-content;max-height:90vh;overflow-y:auto;outline:none;padding:1.5rem 2.5rem 2.5rem}@media(max-width:1024px){.qr-code-modal{max-width:90vw}}.qr-code-modal__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:nowrap}.qr-code-modal__header__title{font-family:var(--font-family-literata),serif!important;font-size:1.5rem;font-weight:300;font-style:normal;line-height:normal;color:#000}.qr-code-modal__header__close{background:none;border:none;cursor:pointer;border-radius:.375rem;transition:background-color .3s cubic-bezier(.4,0,.2,1);aspect-ratio:1/1}.qr-code-modal__header__close:hover{background-color:#f5f5f5}.qr-code-modal__header__close svg{width:2rem;height:2rem;color:#a7a7a7;cursor:pointer}.qr-code-modal__content{padding-top:1.5rem}.qr-code-modal__content__qr-code{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap}.qr-code-modal__content__qr-code img{max-width:350px;max-height:350px;width:100%;height:auto;border-radius:.375rem}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes appear{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes floating{0%{transform:translateY(0)}50%{transform:translateY(-.2rem)}to{transform:translateY(0)}}@keyframes pointLeft{0%{transform:translateX(0)}50%{transform:translateX(-.4rem)}to{transform:translateX(0)}}@keyframes pointRight{0%{transform:translateX(0)}50%{transform:translateX(.4rem)}to{transform:translateX(0)}}@keyframes slideDownShow{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUpHide{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@keyframes openAccordion{0%{opacity:0;height:0}to{opacity:1;height:var(--radix-accordion-content-height)}}@keyframes closeAccordion{0%{opacity:1;height:var(--radix-accordion-content-height)}to{opacity:0;height:0}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes dialogIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes shake{0%,to{transform:translateX(0)}15%,45%,75%{transform:translateX(-4px)}30%,60%,90%{transform:translateX(4px)}}.container{width:100%;max-width:1440px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}@media(min-width:320px){.container{padding-left:1.25rem;padding-right:1.25rem}}@media(min-width:480px){.container{padding-left:1.25rem;padding-right:1.25rem}}@media(min-width:600px){.container{padding-left:1.25rem;padding-right:1.25rem}}@media(min-width:768px){.container{padding-left:1.75rem;padding-right:1.75rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}@media(min-width:1280px){.container{padding-left:2.5rem;padding-right:2.5rem}}@media(min-width:1440px){.container{padding-left:3rem;padding-right:3rem}}.bold{font-weight:600}.italic{font-style:italic}::selection{-webkit-text-fill-color:#3c6251;color:#3c6251;background-color:#d2e8df}img::selection{background-color:transparent}*,body,html{cursor:auto;scroll-behavior:smooth}*,:after,:before{box-sizing:border-box!important}body,html{min-height:100vh;height:100%}html{font-size:16px}@media(max-width:1280px){html{font-size:15px}}@media (max-width:1024px){html{font-size:14px}}@media(max-width:768px){html{font-size:13px}}@media(max-width:600px){html{font-size:13px}}@media(max-width:480px){html{font-size:12px}}body{font-family:var(--font-family-gotham),sans-serif!important;font-weight:400!important;font-style:normal!important;font-size:1rem!important;color:#000!important;background-color:#fff!important;height:100%;min-height:100vh}*{line-height:1}h1,h2,h3,h4,h5,h6{font-size:2.25rem;font-weight:300;font-style:normal;line-height:normal;color:#3c6251;font-family:var(--font-family-literata),serif!important}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6,p{font-size:1rem}p{font-family:var(--font-family-gotham),sans-serif!important;font-weight:400;font-style:normal;line-height:1.5;color:inherit}a{color:#000;text-decoration:none}a,a *{cursor:pointer}ol,ul{list-style-position:outside}ul{list-style-type:disc}ol{list-style-type:decimal}ol li::marker{font-weight:500}li::marker{font-family:var(--font-family-gotham),sans-serif!important}strong{font-weight:500!important}em{font-style:italic!important}input,textarea{font-family:var(--font-family-gotham),sans-serif!important}button{all:unset;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;cursor:pointer;display:inline-block;text-align:center}.react-loading-skeleton{border-radius:.95rem!important;border:none!important;--base-color:#ebf0ed!important;--highlight-color:#e5e9e7!important}.agent-commercial__landing{display:flex;flex-direction:row;justify-content:stretch;align-items:stretch;gap:3rem;flex-wrap:nowrap;margin-top:2.5rem;margin-bottom:1.5rem}@media(max-width:1024px){.agent-commercial__landing{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.25rem;flex-wrap:nowrap}}.agent-commercial__landing__image{border-radius:100%;width:300px;height:300px;aspect-ratio:1/1;background-color:#f9f9f9}@media(max-width:1024px){.agent-commercial__landing__image{width:240px;height:240px}}@media(max-width:768px){.agent-commercial__landing__image{margin:auto}}.agent-commercial__landing__image img{width:100%;height:100%;border-radius:100%;object-fit:cover;aspect-ratio:1/1}.agent-commercial__landing__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.5rem;flex-wrap:nowrap;margin-bottom:1.5rem;width:100%}.agent-commercial__landing__content>div:first-child{width:100%}.agent-commercial__landing__content__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:nowrap;width:100%}@media(max-width:768px){.agent-commercial__landing__content__header{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;gap:1.5rem;flex-wrap:nowrap}}.agent-commercial__landing__content__header h1{color:#000;white-space:nowrap}@media(max-width:768px){.agent-commercial__landing__content__header h1{text-align:center}}.agent-commercial__landing__content__header__buttons{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem;flex-wrap:nowrap}.agent-commercial__landing__content__header__buttons .button-primary{padding:.75rem 3.5rem .75rem .75rem;white-space:nowrap}.agent-commercial__landing__content__header__buttons .button-primary__text{font-size:1rem!important}.agent-commercial__landing__content__tags{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:.5rem;flex-wrap:wrap;width:75%;margin-top:1rem}@media(max-width:768px){.agent-commercial__landing__content__tags{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem;flex-wrap:wrap}}.agent-commercial__landing__content__bio{font-family:var(--font-family-gotham),sans-serif!important;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;color:#000}@media(max-width:768px){.agent-commercial__landing__content__bio{text-align:justify;text-align-last:center}}.agent-commercial__landing__content__buttons{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;justify-content:flex-start;align-items:stretch;grid-gap:1.25rem;gap:1.25rem}@media(max-width:768px){.agent-commercial__landing__content__buttons{grid-template-columns:1fr;gap:.5rem;width:100%}}.agent-commercial__landing__content__buttons .button-primary{padding-right:4rem}.agent-commercial__annonces{margin-top:3rem}.agent-commercial__annonces__title{font-family:var(--font-family-literata),serif!important;font-size:2.25rem;font-weight:300;font-style:normal;line-height:normal;color:#000;margin-bottom:1.5rem}.agent-commercial__annonces__list{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;justify-content:center;align-items:stretch;grid-gap:1.5rem;gap:1.5rem}@media(max-width:1280px){.agent-commercial__annonces__list{grid-template-columns:repeat(3,1fr)}.agent-commercial__annonces__list .annonce-preview-card:nth-child(3){display:none}}@media(max-width:768px){.agent-commercial__annonces__list{grid-template-columns:repeat(2,1fr)}.agent-commercial__annonces__list .annonce-preview-card:nth-child(2){display:none}}@media(max-width:600px){.agent-commercial__annonces__list{grid-template-columns:1fr}.agent-commercial__annonces__list .annonce-preview-card__header{aspect-ratio:16/7}}.agent-commercial__annonces__list .button-square{aspect-ratio:auto!important}.agent-commercial__annonces__empty{font-family:var(--font-family-gotham),sans-serif!important;font-size:1rem;font-weight:400;font-style:normal;line-height:normal;color:#000}.agent-commercial__actualites{margin-top:3rem;padding-top:3rem;padding-bottom:4rem;background-color:#3c6251}.agent-commercial__actualites h2{font-family:var(--font-family-literata),serif!important;font-size:2.25rem;font-weight:300;font-style:normal;line-height:45px;color:#fff;margin-bottom:1.5rem}.agent-commercial__actualites__previews{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;justify-content:center;align-items:start;grid-gap:1.5rem;gap:1.5rem}@media(max-width:1280px){.agent-commercial__actualites__previews{grid-template-columns:repeat(3,1fr)}.agent-commercial__actualites__previews .actualite-preview-card:nth-child(3){display:none}}@media(max-width:768px){.agent-commercial__actualites__previews{grid-template-columns:repeat(2,1fr)}.agent-commercial__actualites__previews .actualite-preview-card:nth-child(2){display:none}}@media(max-width:600px){.agent-commercial__actualites__previews{grid-template-columns:1fr}.agent-commercial__actualites__previews .actualite-preview-card__header{aspect-ratio:16/7}}.agent-commercial__actualites__empty{font-family:var(--font-family-gotham),sans-serif!important;font-size:1rem;font-weight:400;font-style:normal;line-height:normal;color:#fff}.agent-commercial__actualites .button-square{aspect-ratio:auto;height:100%}