@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes modal-in{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes modal-out{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.theme-accueillant .floating__buttons{position:fixed;bottom:32px;right:32px;display:flex;flex-direction:column;gap:12px;z-index:100}@media(max-width:768px){.theme-accueillant .floating__buttons{bottom:20px;right:16px}}.theme-accueillant .floating__btn{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;box-shadow:0 4px 20px rgba(0,0,0,.2);transition:all .3s cubic-bezier(.22,1,.36,1)}.theme-accueillant .floating__btn:hover{transform:scale(1.1);box-shadow:0 6px 28px rgba(0,0,0,.28)}.theme-accueillant .floating__btn--leaf{background:#7cc66a}.theme-accueillant .floating__btn--coral{background:#ff7a59}.theme-accueillant .floating__btn--sunshine{background:#ffc94d;color:#2a2438}.theme-accueillant .floating__backdrop{position:fixed;inset:0;z-index:110;background:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:backdrop-in .25s ease forwards}.theme-accueillant .floating__backdrop--closing{animation:backdrop-out .28s ease forwards}.theme-accueillant .floating__modal{position:fixed;top:5vh;right:0;width:25vw;min-width:320px;height:90vh;background:#fffaf0;border-left:1px solid rgba(42,36,56,.1);box-shadow:-8px 0 40px rgba(0,0,0,.12);z-index:120;display:flex;flex-direction:column;overflow:hidden;animation:modal-in .32s cubic-bezier(.32,.72,0,1) forwards}.theme-accueillant .floating__modal--closing{animation:modal-out .28s cubic-bezier(.32,.72,0,1) forwards}@media(max-width:1024px){.theme-accueillant .floating__modal{width:90vw;min-width:unset}}.theme-accueillant .floating__modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid rgba(42,36,56,.1);flex-shrink:0}.theme-accueillant .floating__modal-title-group{display:flex;align-items:center;gap:12px}.theme-accueillant .floating__modal-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.theme-accueillant .floating__modal-icon--leaf{background:#7cc66a}.theme-accueillant .floating__modal-icon--coral{background:#ff7a59}.theme-accueillant .floating__modal-title{font-family:var(--font-display),ui-serif,Georgia,serif;font-size:16px;font-weight:600;color:#2a2438}.theme-accueillant .floating__modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:rgba(42,36,56,.65);border-radius:50%;transition:all .3s cubic-bezier(.22,1,.36,1);cursor:pointer}.theme-accueillant .floating__modal-close:hover{background:#fff6e5;color:#2a2438}.theme-accueillant .floating__modal-body{flex:1 1;overflow-y:auto;padding:24px}.theme-accueillant .floating__modal-body--bot{padding:0;display:flex;flex-direction:column}.theme-accueillant .floating__contact-infos{display:flex;flex-direction:column;gap:16px}.theme-accueillant .floating__contact-info{display:flex;align-items:flex-start;gap:12px}.theme-accueillant .floating__contact-info-icon{color:#7cc66a;flex-shrink:0;margin-top:3px}.theme-accueillant .floating__contact-info-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:rgba(42,36,56,.65);margin-bottom:2px}.theme-accueillant .floating__contact-info-value{font-size:14px;color:#2a2438;line-height:1.65;transition:all .3s cubic-bezier(.22,1,.36,1)}.theme-accueillant .floating__contact-info-value:hover{color:#ff7a59}.theme-accueillant .floating__divider{height:1px;background:rgba(42,36,56,.1);margin:24px 0}.theme-accueillant .floating__form-title{font-family:var(--font-display),ui-serif,Georgia,serif;font-size:15px;font-weight:600;color:#2a2438;margin-bottom:16px}.theme-accueillant .floating__form{display:flex;flex-direction:column;gap:16px}.theme-accueillant .floating__field{display:flex;flex-direction:column;gap:6px}.theme-accueillant .floating__label{font-size:12px;font-weight:500;color:rgba(42,36,56,.8)}.theme-accueillant .floating__input,.theme-accueillant .floating__textarea{width:100%;padding:10px 14px;border-radius:6px;border:1px solid rgba(42,36,56,.1);background:#fff;font-family:var(--font-body),ui-sans-serif,system-ui,sans-serif;font-size:14px;color:#2a2438;outline:none;transition:all .3s cubic-bezier(.22,1,.36,1)}.theme-accueillant .floating__input:focus,.theme-accueillant .floating__textarea:focus{border-color:#2e8b57}.theme-accueillant .floating__input::placeholder,.theme-accueillant .floating__textarea::placeholder{color:rgba(42,36,56,.65)}.theme-accueillant .floating__textarea{resize:vertical;min-height:100px}.theme-accueillant .floating__submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 20px;border-radius:6px;background:#2e8b57;color:#fff;font-family:var(--font-body),ui-sans-serif,system-ui,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1);border:none}.theme-accueillant .floating__submit:hover{background:#ff7a59}.theme-accueillant .floating__chat{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.theme-accueillant .floating__message{max-width:85%;padding:10px 14px;font-size:14px;line-height:1.65}.theme-accueillant .floating__message--bot{background:#fff6e5;color:#2a2438;align-self:flex-start;border-radius:0 12px 12px 12px}.theme-accueillant .floating__message--user{background:#2e8b57;color:#fff;align-self:flex-end;border-radius:12px 12px 0 12px}.theme-accueillant .floating__suggestions{display:flex;flex-wrap:wrap;gap:6px;padding:8px 16px;border-top:1px solid rgba(42,36,56,.1);border-bottom:1px solid rgba(42,36,56,.1)}.theme-accueillant .floating__suggestion{padding:5px 12px;border:1px solid rgba(42,36,56,.1);border-radius:999px;font-size:12px;color:rgba(42,36,56,.8);cursor:pointer;background:rgba(0,0,0,0);transition:all .3s cubic-bezier(.22,1,.36,1)}.theme-accueillant .floating__suggestion:hover{border-color:#ff7a59;color:#ff7a59}.theme-accueillant .floating__chat-input{display:flex;gap:8px;padding:16px;border-top:1px solid rgba(42,36,56,.1)}.theme-accueillant .floating__chat-input .floating__input{flex:1 1}.theme-accueillant .floating__send{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ff7a59;color:#fff;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;transition:all .3s cubic-bezier(.22,1,.36,1)}.theme-accueillant .floating__send:hover{background:#2e8b57}.theme-accueillant .header{position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(42,36,56,.1);background-color:rgba(255,250,240,.9);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.theme-accueillant .header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:calc(16px + 15px) 0}.theme-accueillant .header__logo{display:flex;align-items:center}.theme-accueillant .header__logo-name{font-family:var(--font-display),ui-serif,Georgia,serif;font-size:22px;font-weight:600;letter-spacing:-.02em;color:#2e8b57}.theme-accueillant .header__nav{display:none;align-items:center;gap:4px;font-size:14px;font-weight:500;color:rgba(42,36,56,.8)}@media(min-width:1281px){.theme-accueillant .header__nav{display:flex}}.theme-accueillant .header__dropdown{position:relative}.theme-accueillant .header__nav-link{display:flex;align-items:center;gap:8px;height:36px;padding:0 16px;background:none;border:none;font:inherit;color:inherit;cursor:pointer}.theme-accueillant .header__nav-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;transition:opacity .15s cubic-bezier(.22,1,.36,1)}.theme-accueillant .header__nav-dot--sun{background-color:#ffc94d}.theme-accueillant .header__nav-dot--coral{background-color:#ff7a59}.theme-accueillant .header__nav-dot--sky{background-color:#5ec5ea}.theme-accueillant .header__nav-dot--leaf{background-color:#7cc66a}.theme-accueillant .header__dropdown:hover .theme-accueillant .header__nav-dot{opacity:0}.theme-accueillant .header__panel{pointer-events:none;position:absolute;left:16px;top:50%;z-index:20;width:8px;height:8px;transform:translateY(-50%);border-radius:50%;overflow:hidden;box-shadow:0 0 0 0 rgba(42,36,56,0);transition:left .3s cubic-bezier(.22,1,.36,1),top .3s cubic-bezier(.22,1,.36,1),width .3s cubic-bezier(.22,1,.36,1),height .3s cubic-bezier(.22,1,.36,1),border-radius .3s cubic-bezier(.22,1,.36,1),transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s cubic-bezier(.22,1,.36,1)}.theme-accueillant .header__panel--sun{background-color:#ffc94d}.theme-accueillant .header__panel--coral{background-color:#ff7a59}.theme-accueillant .header__panel--sky{background-color:#5ec5ea}.theme-accueillant .header__panel--leaf{background-color:#7cc66a}.theme-accueillant .header__dropdown:hover .theme-accueillant .header__panel{pointer-events:auto;left:0;top:100%;width:272px;height:248px;margin-top:8px;transform:translateY(0);border-radius:12px;box-shadow:0 20px 60px -20px rgba(46,139,87,.35)}.theme-accueillant .header__panel-inner{padding:16px 24px;opacity:0;transition:opacity .15s cubic-bezier(.22,1,.36,1)}.theme-accueillant .header__panel--sun .theme-accueillant .header__panel-inner{color:#2a2438}.theme-accueillant .header__panel--coral .theme-accueillant .header__panel-inner,.theme-accueillant .header__panel--leaf .theme-accueillant .header__panel-inner,.theme-accueillant .header__panel--sky .theme-accueillant .header__panel-inner{color:#fff}.theme-accueillant .header__dropdown:hover .theme-accueillant .header__panel-inner{opacity:1;transition-delay:.15s}.theme-accueillant .header__panel-title{display:flex;align-items:center;gap:8px;white-space:nowrap;font-size:14px;font-weight:600}.theme-accueillant .header__panel-title-dot{width:8px;height:8px;border-radius:50%;background-color:currentColor}.theme-accueillant .header__panel-list{margin-top:16px;padding-top:16px;border-top:1px solid;font-size:13px}.theme-accueillant .header__panel-list li+li{margin-top:4px}.theme-accueillant .header__panel--sun .theme-accueillant .header__panel-list{border-color:rgba(42,36,56,.15)}.theme-accueillant .header__panel--coral .theme-accueillant .header__panel-list,.theme-accueillant .header__panel--leaf .theme-accueillant .header__panel-list,.theme-accueillant .header__panel--sky .theme-accueillant .header__panel-list{border-color:hsla(0,0%,100%,.25)}.theme-accueillant .header__panel-link{display:block;border-radius:6px;padding:4px 8px;transition:background-color .15s cubic-bezier(.22,1,.36,1)}.theme-accueillant .header__panel--sun .theme-accueillant .header__panel-link:hover{background-color:rgba(42,36,56,.08)}.theme-accueillant .header__panel--coral .theme-accueillant .header__panel-link:hover,.theme-accueillant .header__panel--leaf .theme-accueillant .header__panel-link:hover,.theme-accueillant .header__panel--sky .theme-accueillant .header__panel-link:hover{background-color:hsla(0,0%,100%,.15)}.theme-accueillant .header__actions{display:flex;align-items:center;gap:16px}.theme-accueillant .header__cta{display:none;border-radius:6px;padding:8px 24px;background-color:#2a2438;color:#fff;font-size:14px;font-weight:600;transition:all .3s cubic-bezier(.22,1,.36,1)}.theme-accueillant .header__cta:hover{background-color:#2e8b57}@media(min-width:769px){.theme-accueillant .header__cta{display:inline-flex}}.theme-accueillant .header__burger{display:flex;align-items:center;justify-content:center;color:#2a2438}@media(min-width:1281px){.theme-accueillant .header__burger{display:none}}.theme-accueillant .header__overlay{position:fixed;inset:0;z-index:90;background:rgba(42,36,56,.5);opacity:0;pointer-events:none;transition:opacity .3s cubic-bezier(.22,1,.36,1)}.theme-accueillant .header__overlay--visible{opacity:1;pointer-events:auto}.theme-accueillant .header__drawer{position:fixed;top:0;right:0;bottom:0;z-index:100;width:min(360px,88vw);background-color:#fffaf0;display:flex;flex-direction:column;transform:translateX(100%);transition:transform .3s cubic-bezier(.22,1,.36,1)}.theme-accueillant .header__drawer--open{transform:translateX(0)}.theme-accueillant .header__drawer-header{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid rgba(42,36,56,.1)}.theme-accueillant .header__drawer-logo{font-family:var(--font-display),ui-serif,Georgia,serif;font-size:18px;font-weight:600;color:#2e8b57}.theme-accueillant .header__drawer-close{display:flex;color:#2a2438}.theme-accueillant .header__drawer-body{flex:1 1;overflow-y:auto;padding:16px 24px}.theme-accueillant .header__mobile-link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 0;font-size:15px;font-weight:500;color:#2a2438;border-bottom:1px solid rgba(42,36,56,.1)}.theme-accueillant .header__mobile-chevron{transition:transform .2s cubic-bezier(.22,1,.36,1)}.theme-accueillant .header__mobile-chevron--open{transform:rotate(180deg)}.theme-accueillant .header__mobile-sub{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.22,1,.36,1)}.theme-accueillant .header__mobile-sub--open{max-height:320px}.theme-accueillant .header__mobile-sub-inner{padding:8px 0 16px 16px}.theme-accueillant .header__mobile-sublink{display:flex;align-items:center;gap:8px;padding:8px 0;font-size:14px;color:rgba(42,36,56,.65)}.theme-accueillant .header__mobile-sublink-dot{width:4px;height:4px;border-radius:50%;background-color:#ff7a59}.theme-accueillant .header__drawer-footer{padding:24px;border-top:1px solid rgba(42,36,56,.1)}.theme-accueillant .header__drawer-cta{display:flex;align-items:center;justify-content:center;width:100%;border-radius:6px;padding:16px;background-color:#2e8b57;color:#fff;font-weight:600}@keyframes fade-up-accueillant{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.theme-accueillant html{box-sizing:border-box;-webkit-text-size-adjust:100%;scroll-behavior:smooth}.theme-accueillant body,.theme-accueillant html{overflow-x:clip;min-height:100%;background-color:#fffaf0}.theme-accueillant *,.theme-accueillant :after,.theme-accueillant :before{box-sizing:inherit}.theme-accueillant *{margin:0;padding:0}.theme-accueillant :where(body,button,input,select,textarea){font:inherit;color:inherit}.theme-accueillant body{width:100%;line-height:1.5;background-color:#fffaf0;color:#2a2438;font-family:var(--font-body),ui-sans-serif,system-ui,sans-serif;font-feature-settings:"ss01","cv11";-webkit-font-smoothing:antialiased}.theme-accueillant main{position:relative}.theme-accueillant a{color:inherit;text-decoration:none}.theme-accueillant canvas,.theme-accueillant img,.theme-accueillant picture,.theme-accueillant svg,.theme-accueillant video{display:block;max-width:100%;height:auto}.theme-accueillant ol,.theme-accueillant ul{list-style:none}.theme-accueillant button{background:none;border:none;cursor:pointer;font-family:inherit}.theme-accueillant h1,.theme-accueillant h2,.theme-accueillant h3,.theme-accueillant h4{font-family:var(--font-display),ui-serif,Georgia,serif;font-weight:600;letter-spacing:-.02em;color:#2a2438}.theme-accueillant h1{font-size:clamp(44px,5vw,68px);line-height:1.05}.theme-accueillant h2{font-size:clamp(30px,3.5vw,48px);line-height:1.25}.theme-accueillant h3{font-size:clamp(20px,2vw,26px);line-height:1.25}.theme-accueillant p{font-family:var(--font-body),ui-sans-serif,system-ui,sans-serif;font-size:16px;font-weight:400;line-height:1.65;color:#2a2438}.theme-accueillant .italic,.theme-accueillant em{font-style:italic}.theme-accueillant .container{width:100%;max-width:1400px;padding:0 80px;margin:0 auto}.theme-accueillant .eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body),ui-sans-serif,system-ui,sans-serif;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.22em;color:#2e8b57}.theme-accueillant .divider-line{width:64px;height:4px;background-color:#ff7a59;margin-top:16px}.theme-accueillant .btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:6px;background-color:#2e8b57;color:#fff;font-family:var(--font-body),ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:600;border:none;cursor:pointer;box-shadow:4px 4px 0 0 #2a2438;transition:all .3s cubic-bezier(.22,1,.36,1)}.theme-accueillant .btn-primary:hover{transform:translateY(-2px)}.theme-accueillant .btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:6px;background-color:#fff;color:#2a2438;font-family:var(--font-body),ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:600;border:1px solid rgba(42,36,56,.1);cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1)}.theme-accueillant .btn-secondary:hover{border-color:#2a2438}.theme-accueillant .btn-outline{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:6px;background-color:rgba(0,0,0,0);color:#2e8b57;font-family:var(--font-body),ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:600;border:1px solid #2e8b57;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1)}.theme-accueillant .btn-outline:hover{background-color:#2e8b57;color:#fff}@media(max-width:1024px){.theme-accueillant .container{padding:0 40px}.theme-accueillant h1{font-size:clamp(36px,5vw,48px)}.theme-accueillant h2{font-size:clamp(26px,3.5vw,36px)}.theme-accueillant h3{font-size:clamp(18px,2.5vw,22px)}.theme-accueillant p{font-size:15px}}@media(max-width:768px){.theme-accueillant .container{padding:0 24px}.theme-accueillant h1{font-size:clamp(32px,8vw,40px)}.theme-accueillant h2{font-size:clamp(24px,6vw,30px)}.theme-accueillant h3{font-size:clamp(17px,3.5vw,20px)}.theme-accueillant p{font-size:15px}}.theme-accueillant .animate-fade-up{animation:fade-up-accueillant .8s cubic-bezier(.22,1,.36,1) both}.theme-classique .footer{background-color:var(--color-foreground,oklch(21% .038 265.5deg));color:var(--color-background,oklch(98.5% .003 247.858deg))}.theme-classique .footer__inner{width:100%;max-width:1400px;margin:0 auto;padding:112px 80px}@media(max-width:1024px){.theme-classique .footer__inner{padding-left:40px;padding-right:40px}}@media(max-width:768px){.theme-classique .footer__inner{padding-left:24px;padding-right:24px}}.theme-classique .footer__grid{display:grid;grid-template-columns:1fr;grid-gap:64px;gap:64px}@media(min-width:769px){.theme-classique .footer__grid{grid-template-columns:2fr 1fr 1fr}}.theme-classique .footer__brand-logo{display:flex;align-items:center;gap:12px;margin-bottom:32px}.theme-classique .footer__brand-badge{width:48px;height:48px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.theme-classique .footer__brand-name{font-size:18px;font-weight:600;letter-spacing:-.01em;color:#fff}.theme-classique .footer__brand-name,.theme-classique .footer__brand-sub{font-family:var(--font-classique),system-ui,sans-serif;text-transform:uppercase}.theme-classique .footer__brand-sub{font-size:11px;letter-spacing:.22em;color:oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.6);margin-top:3px}.theme-classique .footer__brand-desc{color:oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.7);font-size:14px;line-height:1.65;max-width:420px}.theme-classique .footer__brand-motto{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.5);margin-top:16px}.theme-classique .footer__social{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;margin-top:32px;background:oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.1);color:oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.85);font-size:14px;transition:all .4s cubic-bezier(.22,1,.36,1)}.theme-classique .footer__social:hover{background:oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.2);color:#fff}.theme-classique .footer__col-title{font-family:var(--font-classique),system-ui,sans-serif;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.9);padding-bottom:16px;border-bottom:1px solid oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.15);margin-bottom:16px}.theme-classique .footer__col-links{display:flex;flex-direction:column;gap:10px}.theme-classique .footer__col-links li a{font-family:var(--font-classique),system-ui,sans-serif;font-size:14px;color:oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.7);transition:all .4s cubic-bezier(.22,1,.36,1)}.theme-classique .footer__col-links li a:hover{color:#fff}.theme-classique .footer__address{margin-top:32px;display:flex;flex-direction:column;gap:8px}.theme-classique .footer__address-item{display:flex;align-items:flex-start;gap:8px;font-family:var(--font-classique),system-ui,sans-serif;font-size:12px;color:oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.6)}.theme-classique .footer__address-item svg{flex-shrink:0;margin-top:2px}.theme-classique .footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-top:64px;padding-top:32px;border-top:1px solid oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.1);font-family:var(--font-classique),system-ui,sans-serif;font-size:12px;color:oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.5)}.theme-classique .footer__bottom-links{display:flex;gap:32px}.theme-classique .footer__bottom-links a{font-family:var(--font-classique),system-ui,sans-serif;font-size:12px;color:oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.5);transition:all .4s cubic-bezier(.22,1,.36,1)}.theme-classique .footer__bottom-links a:hover{color:oklch(from var(--color-background,oklch(98.5% .003 247.858deg)) l c h/.9)}@media(max-width:768px){.theme-classique .footer__inner{padding-top:80px;padding-bottom:80px}.theme-classique .footer__bottom-links{gap:16px}}