:root{--moutarde: #c69708;--gris: #645a48;--bg: #fbf6ef;--card: #ffffff;--text: #2d2620;--muted: var(--text-soft);--border: var(--border-strong);--shadow: 0 10px 30px rgba(45, 38, 32, .06);--header-height: 78px;--gris-rgb: 100, 90, 72;--border-light: rgba(var(--gris-rgb), .18);--border-medium: rgba(var(--gris-rgb), .22);--border-strong: rgba(var(--gris-rgb), .25);--text-soft: rgba(var(--gris-rgb), .9);--text-soft-strong: rgba(45, 38, 32, .82)}*{box-sizing:border-box}body{margin:0;font-family:Montserrat,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);display:flex;flex-direction:column;align-items:stretch;overflow-x:hidden}#root,main{display:flex;flex-direction:column;align-items:stretch}img{max-width:100%}body .page{min-height:100vh}header{position:fixed;top:0;left:0;right:0;z-index:50;background:#fbf6efc7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:var(--header-height)}.headerFill{height:var(--header-height);width:100%}header .innerHeader{max-width:1100px;margin:0 auto;padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px}header .innerHeader .brand{display:flex;align-items:center;gap:12px;padding:0;border:0;background:transparent;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}header .innerHeader .brand:focus-visible{outline:2px solid rgba(198,151,8,.55);outline-offset:6px;border-radius:8px}header .innerHeader .brand .brandLogo{height:auto;width:auto;display:block;max-width:220px;flex:0 0 auto}header .innerHeader .brand .brandMarkLogo{height:44px;width:44px;object-fit:contain;display:block}header nav{display:flex;gap:20px;align-items:center}header nav .navLink{color:var(--gris);text-decoration:none;font-weight:600;font-size:14px;padding:8px 10px;border-radius:999px}header nav .navLink:hover{background:#c697081f}header .headerMenuToggle{display:none;border:1px solid rgba(100,90,72,.25);background:#ffffffb3;border-radius:10px;width:42px;height:42px;padding:9px 8px;cursor:pointer;align-items:center;justify-content:center;flex-direction:column;gap:5px}header .headerMenuToggle span{display:block;width:100%;height:2px;background:var(--gris);border-radius:999px}@media (max-width: 768px){header .innerHeader{flex-wrap:wrap;align-items:center}header .innerHeader .brand .brandLogo{max-width:180px}header .headerMenuToggle{display:inline-flex;margin-left:auto}header nav{display:none;width:100%;order:3;flex-direction:column;align-items:stretch;gap:8px;margin-top:10px;padding:10px;border:1px solid rgba(100,90,72,.16);border-radius:14px;background:#ffffffd9}header nav.navOpen{display:flex}header nav .navLink{text-align:center;width:100%;background:#c6970814}}main .btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid transparent;border-radius:999px;padding:10px 14px;font-weight:700;cursor:pointer;font-family:inherit;transition:transform .08s ease,background .2s ease,border-color .2s ease}main .btn:active{transform:translateY(1px)}main .btnPrimary{background:var(--moutarde);color:#1c160f}main .btnPrimary:hover{background:#b78b06}main .btnGhost{background:transparent;border-color:#645a4859;color:var(--gris)}main .btnGhost:hover{background:#c697081f}main .btnSoft{background:#c697081f;color:var(--gris);border-color:#c6970840}main .btnSoft:hover{background:#c697082e}section{width:100%;background:var(--card);min-height:calc(100vh - var(--header-height));display:flex;flex-direction:column;align-items:center}section .sectionCtaRow{margin-top:16px;display:flex;flex-direction:row;justify-content:center}section .sectionTopBand{display:flex;flex-direction:row;align-items:center;justify-content:center;background:var(--moutarde);width:100%}section .sectionTopBand .sectionTopBandText{color:#fff;font-size:3rem;font-weight:400;margin-top:1rem;margin-bottom:1rem}@media (max-width: 768px){section .sectionTopBand .sectionTopBandText{font-size:2rem}}section .sectionInnerContainer{width:100%;display:flex;flex-direction:column;align-items:center;flex:1;justify-content:center}section .sectionInner{width:min(100%,1080px);background:var(--card);border:1px solid var(--border-light);border-radius:18px;box-shadow:var(--shadow);padding:0;overflow:hidden;display:flex;flex-direction:row}section .image{opacity:.3;position:absolute;top:var(--header-height);left:0;width:100%;height:100%;object-fit:cover;z-index:0;display:flex;align-items:center;justify-content:center;overflow:hidden}section .image img{width:100%;height:100%;object-fit:cover}section .sectionInner .sectionLabel{background:var(--moutarde);display:flex;border-right:1px solid var(--border-medium);justify-content:end;max-width:125px;min-width:125px}section .sectionInner .sectionLabel span{writing-mode:vertical-rl;transform:rotate(180deg);font-weight:200;letter-spacing:1px;color:#fff;font-size:2rem;margin:0;white-space:nowrap;margin-bottom:1rem;margin-right:1rem}section .sectionInner .sectionBody{display:flex;flex-direction:column;align-items:center}section .sectionInner .sectionTitle{margin:0 0 14px;color:var(--gris);font-weight:800;font-size:20px}.aboutCard{border:1px solid var(--border-light);border-radius:14px;background:#fbf6ef8c;font-size:.9rem;color:var(--gris);display:flex;flex-direction:column;justify-content:center}.expertisesStack{margin-top:2rem;margin-bottom:2rem}#hero .heroInner{background:linear-gradient(180deg,#c6970814,#c6970800);border:1px solid rgba(100,90,72,.16);border-radius:18px;gap:5rem;padding:26px;display:flex;flex-direction:row;justify-content:space-between}@media (max-width: 768px){#hero .heroInner{flex-direction:column}}#hero .heroInner .heroLeft{padding:6px 4px;display:flex;flex-direction:column;justify-content:space-around;gap:1.5rem;margin-bottom:4rem;margin-top:4rem}#hero .heroInner .heroLeft .heroK{height:72px;width:72px;object-fit:contain;display:block;margin-bottom:10px}#hero .heroInner .heroLeft .heroTitle{margin:0;font-size:22px;color:var(--gris);font-weight:700}#hero .heroInner .heroLeft .heroTitle .heroSubtitle{display:block;margin-top:8px;font-size:14px;letter-spacing:.3px;color:#645a48eb;font-weight:600;text-transform:none}#hero .heroInner .heroLeft .heroText{margin-top:14px;color:#2d2620d1;max-width:56ch}#hero .heroInner .heroLeft .heroActions{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}#hero .heroInner .heroRight{display:flex;flex-direction:column;align-items:center;justify-content:center}#hero .heroInner .heroRight .heroCard{width:100%;max-width:360px;border-radius:16px;background:#ffffffbd;border:1px solid var(--border-light);padding:16px}#hero .heroInner .heroRight .heroCard .heroCardRow{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:10px 6px;border-top:1px dashed var(--border-strong)}#hero .heroInner .heroRight .heroCard .heroCardRow .heroCardRowContent{display:flex;align-items:center;gap:.5rem}#hero .heroInner .heroRight .heroCard .heroCardRow:first-child{border-top:none}#hero .heroInner .heroRight .heroCard .heroCardRow .heroStat{font-weight:800;color:var(--moutarde);font-size:22px}#hero .heroInner .heroRight .heroCard .heroCardRow .heroCardLabel{color:var(--muted);font-weight:600;font-size:13px;text-align:right}#apropos .aboutCard{margin:4rem 8rem;padding:2rem}@media (max-width: 768px){#apropos .aboutCard{margin-left:2rem;margin-right:2rem;margin-top:2rem;margin-bottom:0}}#apropos .sectionBody .aboutCard p.lead{margin-bottom:1.5rem;color:var(--gris)}#apropos .sectionBody .aboutCard p{margin:0 0 12px;color:#2d2620db;line-height:1.6}#apropos .sectionBody .aboutCard .brandContainer{display:flex;flex-direction:row;align-items:center;gap:.5rem;justify-content:flex-start;margin-bottom:1rem}@media (max-width: 768px){#apropos .sectionBody .aboutCard .brandContainer{flex-direction:column}}#apropos .sectionBody .aboutCard .brandContainer .logo{height:3rem;display:flex;flex-direction:row;justify-content:flex-start}#apropos .sectionBody .aboutCard .brandContainer .logoName{height:.7rem;width:auto;flex-shrink:0}#apropos-agence .sectionInner .sectionBody{margin:2rem}#apropos-agence .sectionInner .sectionBody .bioContainer{display:flex;flex-direction:row;gap:2rem;justify-content:center;align-items:stretch}#apropos-agence .sectionInner .sectionBody .bioContainer .bioPhotoContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}#apropos-agence .sectionInner .sectionBody .aboutCard{padding:2rem}@media (max-width: 768px){#apropos-agence .sectionInner .sectionBody .bioContainer{flex-direction:column}#apropos-agence .sectionInner .sectionBody .aboutCard{margin-left:2rem;margin-right:2rem}#apropos-agence .sectionInner .sectionBody{margin:0}}#apropos-agence .sectionInner .sectionBody .bioPhoto{width:250px;flex-shrink:0;display:flex}#apropos-agence .sectionInner .sectionBody .bioPhoto img{height:100%;width:auto;object-fit:cover;border-radius:1rem}#apropos-agence .sectionInner .sectionBody .aboutCard .members{display:flex;flex-direction:row;gap:5rem;align-items:center;justify-content:center}#apropos-agence .sectionInner .sectionBody .aboutCard .membersRow{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center;height:70px}#apropos-agence .sectionInner .sectionBody .aboutCard .membersRow h3{font-size:.7rem}#apropos-agence .sectionInner .sectionBody .aboutCard .membersRow .memberPhotoContainer{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:center}#apropos-agence .sectionInner .sectionBody .aboutCard .membersRow .memberPhoto{overflow:hidden;display:flex;align-items:center;justify-content:center}#apropos-agence .sectionInner .sectionBody .aboutCard .membersRow .memberPhoto img{width:60px}#apropos-agence-bis .sectionInner .sectionBody .bioContainer{display:flex;flex-direction:row;gap:1rem;align-items:center;justify-content:center}#apropos-agence-bis .sectionInner .sectionBody{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}#apropos-agence-bis .sectionInner .sectionBody .bioContainer{display:flex;flex-direction:row;align-items:center;justify-content:center}#apropos-agence-bis .sectionInner .sectionBody .bioPhoto{width:500px;border-radius:14px;overflow:hidden;margin-bottom:2rem;margin-top:2rem}#apropos-agence-bis .sectionInner .sectionBody .bioPhotoContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}@media (max-width: 1024px){#apropos-agence-bis .sectionInner .sectionBody .bioPhoto{width:100%}}#apropos-agence .bioText{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}#apropos-agence .bioText .bioNameContainer{display:flex;flex-direction:column;align-items:flex-start;gap:0rem}#apropos-agence .bioText .bioNameContainer .bioName{font-weight:500;color:var(--gris);font-size:1.3rem;letter-spacing:.4rem;margin-bottom:.5rem}#apropos-agence .bioText .bioNameContainer .bioRole{margin-top:4px;font-weight:500;color:var(--text-soft);font-size:.8rem}#apropos-agence .bioPhotoContainer .bioLinkedin{display:inline-flex;align-items:center}#apropos-agence .bioPhotoContainer .bioLinkedin img{height:22px;width:auto}#apropos-agence .bioText .bioTextParagraphContainer{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}#apropos-agence .bioText .bioTextParagraphContainer .bioTextParagraph{margin:0;font-size:.9rem;font-weight:500;color:var(--gris);line-height:1.5}#apropos-agence .bioText .bioTextParagraphContainer .bioTextParagraphHighlight{font-weight:600}#apropos-agence .bioText .bioTextParagraphContainer .bioMaxime{font-style:italic;color:var(--gris);line-height:1.5;margin-top:1.5rem}#apropos-agence .members h3{margin:0;font-size:.8rem;font-weight:500;color:var(--gris)}#cabinet .bioCard{border:1px solid var(--border-light);border-radius:14px;padding:16px;background:#c6970814;display:flex;gap:14px;align-items:flex-start}#cabinet .bioCard .avatar{width:64px;height:64px;border-radius:50%;background:var(--moutarde);border:2px solid var(--border-strong);display:flex;align-items:center;justify-content:center;font-weight:900;color:#1c160f;flex:0 0 auto}#expertises{position:relative}#expertises .sectionInner{flex-direction:column}#expertises .expertisesStack{width:100%;display:flex;gap:2rem;flex-direction:row;align-items:center;justify-content:center}#expertises .expertisesStack .expertiseGroup{margin-top:0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:34px 18px 20px;border-radius:28px;background:#ffffffb8;border:1px solid var(--border-light);box-shadow:var(--shadow);height:400px;width:245px;gap:1rem;justify-content:center}#expertises .expertisesStack .expertiseGroup .bullets{margin:0;padding-left:18px;color:#2d2620e0;line-height:1.7;font-weight:600}#expertises .expertisesStack .expertiseGroup:before{content:"";position:absolute;top:-14px;left:50%;transform:translate(-50%);width:140px;height:28px;background:var(--moutarde);border-radius:18px 18px 14px 14px}#expertises .expertisesStack .expertiseGroup .expertiseGroupTitleContainer{display:flex;flex-direction:column;align-items:center;justify-content:flex-start}#expertises .expertisesStack .expertiseGroup .expertiseGroupTitleContainer .expertiseGroupTitle{margin:0;color:var(--moutarde);font-weight:900;font-size:24px;line-height:1.15}#expertises .expertisesStack .expertiseGroup .expertiseGroupTitleContainer .expertiseGroupSubtitle{font-weight:900;color:var(--moutarde);font-size:13px;letter-spacing:.2px}#expertises .expertisesStack .expertiseGroup .expertiseGroupHeader{display:flex;flex-direction:column;align-items:center;justify-content:center}#expertises .expertisesStack .expertiseGroup .expertiseGroupIcon{border:1px solid var(--moutarde);border-radius:100px;min-height:60px;min-width:60px;display:flex;align-items:center;justify-content:center}#expertises .expertisesStack .expertiseGroup .expertiseGroupIcon img{height:32px}#expertises .expertisesStack .expertiseGroup .bullets{margin-top:.7rem;width:100%;padding-left:22px;text-align:left;font-size:13px;line-height:1.65;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.7rem;color:var(--gris)}#expertises-bis .sectionInner{flex-direction:column;align-items:stretch;background-color:var(--moutarde)}#expertises-bis .sectionInner .sectionBody{position:relative;z-index:1}#expertises-bis .expertisesStack{width:100%;display:flex;gap:2rem;flex-direction:row;align-items:center;justify-content:center}#expertises-bis .expertisesStack .expertiseGroup{margin-top:0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:34px 18px 20px;border-radius:28px;background:#fff;border:1px solid var(--border-light);box-shadow:var(--shadow);height:400px;width:245px;gap:1rem}#expertises-bis .expertisesStack .expertiseGroup.croissance .expertiseGroupHeader{flex:1}#expertises-bis .expertisesStack .expertiseGroup.croissance .expertiseGroupHeader .expertiseGroupTitleContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}#expertises-bis .expertisesStack .expertiseGroup.actions-ksales .expertiseGroupHeader .expertiseGroupTitleContainer img{width:60px;height:60px;object-fit:contain;display:block;margin-bottom:10px}#expertises-bis .expertisesStack .expertiseGroup.feuille-de-route{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}#expertises-bis .expertisesStack .expertiseGroup.feuille-de-route .expertiseGroupHeader .expertiseGroupTitleContainer h4,#expertises-bis .expertisesStack .expertiseGroup.feuille-de-route .expertiseGroupContent h4{font-size:1rem;color:var(--gris);font-weight:600}#expertises-bis .expertisesStack .expertiseGroup.feuille-de-route .expertiseGroupContent span{font-size:13px;line-height:1.65;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.7rem;color:var(--gris);font-weight:600}#expertises-bis .expertisesStack .expertiseGroup .bullets{margin:0;padding-left:18px;color:#2d2620e0;line-height:1.7;font-weight:600}#expertises-bis .expertisesStack .expertiseGroup:before{content:"";position:absolute;top:-14px;left:50%;transform:translate(-50%);width:140px;height:28px;background:var(--moutarde);border-radius:18px 18px 14px 14px}#expertises-bis .expertisesStack .expertiseGroup .expertiseGroupTitleContainer{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.5rem}#expertises-bis .expertisesStack .expertiseGroup .expertiseGroupTitleContainer .expertiseGroupTitle{margin:0;color:var(--moutarde);font-weight:900;font-size:24px;line-height:1.15}#expertises-bis .expertisesStack .expertiseGroup .expertiseGroupTitleContainer .expertiseGroupSubtitle{font-weight:900;color:var(--moutarde);font-size:13px;letter-spacing:.2px}#expertises-bis .expertisesStack .expertiseGroup .expertiseGroupHeader{display:flex;flex-direction:column;align-items:center;justify-content:center}#expertises-bis .expertisesStack .expertiseGroup .expertiseGroupIcon{border:1px solid var(--moutarde);border-radius:100px;min-height:60px;min-width:60px;display:flex;align-items:center;justify-content:center}#expertises-bis .expertisesStack .expertiseGroup .expertiseGroupIcon img{height:32px}#expertises-bis .expertisesStack .expertiseGroup .bullets{margin-top:.7rem;width:100%;padding-left:22px;text-align:left;font-size:13px;line-height:1.65;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.7rem;color:var(--gris)}#references .sectionInner{flex-direction:column;align-items:stretch;justify-content:center;margin-top:2rem;margin-bottom:2rem}#references .sectionInner .sectionBody{position:relative;z-index:1}#references .expertisesStack{width:100%;display:flex;gap:2rem;flex-direction:row;align-items:center;justify-content:center}#references .expertisesStack .expertiseGroup{margin-top:0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding:34px 18px 20px;border-radius:28px;background:#fff;border:1px solid var(--border-light);box-shadow:var(--shadow);height:400px;width:245px;gap:0rem}#references .expertisesStack .expertiseGroup.croissance .expertiseGroupHeader{flex:1}#references .expertisesStack .expertiseGroup.croissance .expertiseGroupHeader .expertiseGroupTitleContainer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}#references .expertisesStack .expertiseGroup.actions-ksales .expertiseGroupHeader .expertiseGroupTitleContainer img{height:2.5rem;object-fit:contain;display:block}#references .expertisesStack .expertiseGroup.feuille-de-route{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}#references .expertisesStack .expertiseGroup.feuille-de-route .expertiseGroupHeader .expertiseGroupTitleContainer h4,#references .expertisesStack .expertiseGroup.feuille-de-route .expertiseGroupContent h4{font-size:1rem;color:var(--gris);font-weight:600}#references .expertisesStack .expertiseGroup.feuille-de-route .expertiseGroupContent span{font-size:13px;line-height:1.65;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.7rem;color:var(--gris);font-weight:600}#references .expertisesStack .expertiseGroup .bullets{margin:0;padding-left:18px;color:#2d2620e0;line-height:1.7;font-weight:600}#references .expertisesStack .expertiseGroup .expertiseGroupTitleContainer{margin:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}#references .expertisesStack .expertiseGroup .expertiseGroupTitleContainer .expertiseGroupTitle{margin:0;color:var(--moutarde);font-weight:900;font-size:24px;line-height:1.15}#references .expertisesStack .expertiseGroup .expertiseGroupTitleContainer .expertiseGroupSubtitle{font-weight:900;color:var(--moutarde);font-size:13px;letter-spacing:.2px}#references .expertisesStack .expertiseGroup .expertiseGroupHeader{display:flex;flex-direction:column;align-items:center;justify-content:center}#references .expertisesStack .expertiseGroup .expertiseGroupIcon{border:1px solid var(--moutarde);border-radius:100px;min-height:60px;min-width:60px;display:flex;align-items:center;justify-content:center}#references .expertisesStack .expertiseGroup .expertiseGroupIcon img{height:32px}#references .expertisesStack .expertiseGroup .bullets{margin-top:.7rem;width:100%;padding-left:22px;text-align:left;font-size:13px;line-height:1.65;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.7rem;color:var(--gris)}#references .sectionInner .sectionBody .expertisesStack .expertiseGroup p{font-size:.85rem;color:var(--gris)}#references .sectionInner .sectionBody .expertisesStack .expertiseGroup .reference-text{font-style:italic}#references .sectionInner .sectionBody .expertisesStack .expertiseGroup .reference-author{font-weight:600;font-size:.8rem}#references .sectionInner .sectionBody .expertisesStack .expertiseGroup a{font-size:8px}#references .sectionInner .sectionBody .expertisesStack .expertiseGroup a img{height:16px}#references .sectionInner .sectionBody .expertisesStack .expertiseGroup .expertiseGroupTitleContainer-logo{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;overflow:hidden}#references #logo-new-accor{border-radius:10px}#references .clients{margin-top:2rem;overflow:hidden;position:relative}#references .clientsTrack{display:flex;align-items:center;width:max-content;animation:clients-carousel 15s linear infinite;will-change:transform;width:fit-content;min-width:100%}#references .sectionInner,#references .sectionBody,#references .clients{min-width:0}#references .clientsGroup{display:flex;align-items:center;flex-shrink:0}#references .clientsGroup .client{margin-right:3rem}#references .clientsGroup .client:last-child{margin-right:0}#references .client{flex:0 0 auto}#references .e2c-logo{border-radius:10px;height:3rem}#references .rentacar-logo{border-radius:10px;height:2rem}#references .eugjo-logo{border-radius:10px;height:5.5rem}#references .aftm-logo{border-radius:10px;height:2rem}#references .cbr-logo{border-radius:10px;height:1.5rem}#references .dest-logo,#references .azur-logo{height:1.8rem}#references .on-logo{height:2rem}#references .agi-logo{height:2rem;background:#333;padding:.5rem;border-radius:.5rem}#references .ta-logo{height:3rem;padding:.5rem;border-radius:.5rem}#references .bis-logo{height:3rem;padding:.5rem;border-radius:.5rem;background:#354659}@keyframes clients-carousel{0%{transform:translate(0)}to{transform:translate(-33.333333%)}}@media (prefers-reduced-motion: reduce){#references .clientsTrack{animation:none}}#contact .w100{width:100%}#contact .contactGrid{display:flex;flex-direction:row;gap:2rem;margin:2rem 3rem}#contact .sectionTitle{margin-top:1rem}#contact .contactIntro{margin-top:3rem;flex:1}#contact .formCard{flex:1}#contact .contactIntro p{text-align:center}#contact .contactBadges{justify-content:center}#contact .contactBadges{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}#contact .contactBadges .badge{border-radius:999px;padding:8px 12px;border:1px solid var(--border-light);background:#fffc;color:var(--gris);font-weight:800;font-size:12px}#contact .formCard{border:1px solid var(--border-light);border-radius:2rem;background:#fbf6ef8c;padding:1rem}#contact .formCard .form{display:flex;flex-direction:column;gap:1rem}#contact .formCard .form .field{display:grid;gap:6px}#contact .formCard .form .fieldHoneypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}#contact .formCard .form label{font-weight:800;color:var(--gris);font-size:13px}#contact .formCard .form input,#contact .formCard .form textarea{width:100%;border-radius:12px;border:1px solid var(--border-medium);padding:11px 12px;font-family:inherit;font-size:14px;outline:none;background:#ffffffe6}#contact .formCard .form input:focus,#contact .formCard .form textarea:focus{border-color:#c6970899;box-shadow:0 0 0 3px #c697082e}#contact .formCard .form .formNotice{border-radius:12px;padding:10px 12px;border:1px solid var(--border-light);background:#c697081a;color:var(--gris);font-weight:800;text-align:center}#contact .formCard .form .formNoticeSuccess{background:#c6970829}#contact .formCard .form .formNoticeError{background:#78222214;border-color:#78222233;color:#7a2727}footer{padding:18px}footer .footerInner{max-width:1100px;margin:0 auto;border-radius:18px;border:1px solid var(--border-light);background:#ffffffb3;box-shadow:var(--shadow);padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px}footer .footerInner .footerBrand{display:flex;align-items:center;gap:12px}footer .footerInner .footerBrand .footerBrandText{display:flex;flex-direction:column;gap:4px}footer .footerInner .footerBrand .footerLogo{height:38px;width:38px;object-fit:contain;display:block;flex:0 0 auto}footer .footerInner .footerBrand .footerText{color:var(--gris);font-weight:800;font-size:13px}footer .footerInner .footerBrand .footerMeta{color:#3c3832d1;font-size:11px;line-height:1.4}footer .footerInner .footerRight{display:flex}footer .footerInner .footerRight .footerLink{color:var(--gris);font-weight:900;text-decoration:none;border:1px solid rgba(198,151,8,.35);background:#c697081a;padding:10px 14px;border-radius:999px}footer .footerInner .footerRight .footerLink:hover{background:#c6970829}@media (max-width: 768px){section .sectionInner{flex-direction:column;border:none;border-radius:0}section .sectionInnerContainer{justify-content:flex-start}section .sectionInner .sectionLabel{display:flex;max-width:none;min-width:none;width:100%;justify-content:center;align-items:center;padding-top:1rem;padding-bottom:1rem}section .sectionInner .sectionLabel span{font-size:1rem;writing-mode:horizontal-tb;transform:none;margin:0}#expertises .expertisesStack,#expertises-bis .expertisesStack,#references .expertisesStack{flex-direction:column;align-items:center;justify-content:center;margin-top:2rem;margin-bottom:2rem}#contact .contactGrid{flex-direction:column}#contact .sectionTitle{display:none}#contact .sectionLabel span{font-size:2rem}#contact .formCard{margin-bottom:2rem}#contact .contactIntro,#contact .contactIntro p{margin-top:0}.sectionCtaRow{margin-bottom:1rem}#hero .headerFill{display:none}#hero .sectionInnerContainer .heroInner{border:none;border-radius:0;width:100%}}@media (max-width: 1024px){.sectionInner{flex-direction:column;border-radius:0;border:none}.sectionInner .sectionLabel{width:100%;display:flex;justify-content:center;align-items:center;border-radius:0;border:none}.sectionInner .sectionLabel span{writing-mode:horizontal-tb;transform:none;margin:0}.sectionInner .sectionBody .bioContainer{flex-direction:column;margin-top:2rem;margin-bottom:2rem}.sectionInner .sectionBody .bioPhoto{width:100%;margin-left:2rem;margin-right:2rem}}
