/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.site-footer{width:100%;background:var(--blue-dark,#01172F);}.site-footer__inner{max-width:1440px;margin:0 auto;padding:74px 57px 75px;}.site-footer__top{display:flex;align-items:stretch;gap:155px;min-height:320px;}.site-footer__brand{display:flex;flex-direction:column;justify-content:space-between;gap:40px;width:430px;flex-shrink:0;}.site-footer__logo{width:208px;}.site-footer__logo .media,.site-footer__logo .field-media-image{width:100%;}.site-footer__logo img,.site-footer__logo svg{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;}.site-footer__socials{display:flex;align-items:center;gap:5px;margin:0;padding:0;list-style:none;}.site-footer__social{display:flex;align-items:center;justify-content:center;width:50px;height:50px;color:var(--blue-light,#7692FF);border:1px solid transparent;border-radius:8px;transition:color 0.2s ease,border-color 0.2s ease;}.site-footer__social svg{display:block;width:26px;height:26px;}.site-footer__social:hover,.site-footer__social:focus-visible{color:var(--blue-green,#9FDDD1);border-color:var(--blue-green,#9FDDD1);}.site-footer__menu ul{display:flex;flex-direction:column;justify-content:space-between;height:100%;margin:0;padding:0;list-style:none;}.site-footer__menu a{font-family:Sora,sans-serif;font-size:32px;font-style:normal;font-weight:400;line-height:110%;color:var(--ivory,#FBF5F3);text-decoration:none;transition:color 0.2s ease;}.site-footer__menu a:hover,.site-footer__menu a:focus-visible{color:var(--blue-light,#7692FF);text-decoration:underline;}.site-footer__aside{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:26px;min-width:0;}.site-footer__group{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;}.site-footer__group a{font-family:Sora,sans-serif;font-size:22px;font-style:normal;font-weight:400;line-height:120%;color:var(--grey,#969DA0);text-decoration:none;transition:color 0.2s ease;}.site-footer__group a:hover,.site-footer__group a:focus-visible{color:var(--blue-green,#9FDDD1);text-decoration:underline;}.site-footer__newsletter{width:100%;max-width:402px;}.site-footer__newsletter form{display:flex;flex-direction:column;gap:20px;}.site-footer__newsletter .form-item,.site-footer__newsletter .form-actions{margin:0;}.site-footer__newsletter .alert{margin:0;padding:0;border:0;border-radius:0;background:transparent;color:var(--ivory,#FBF5F3);font-family:Sora,sans-serif;font-size:14px;font-weight:400;line-height:140%;}.site-footer__newsletter .alert p:last-child{margin-bottom:0;}.site-footer__newsletter .alert ul{margin:0;padding-left:18px;}.site-footer__newsletter .alert-success{color:var(--blue-green,#9FDDD1);}.site-footer__newsletter .alert-danger,.site-footer__newsletter .alert-warning{color:var(--terracotta,#C99C87);}.site-footer__newsletter .alert .btn-close{display:none;}.site-footer__newsletter input[type='email']{width:100%;padding:14px 16px 16px;background:transparent;border:1px solid var(--blue-light,#7692FF);border-radius:400px;color:var(--ivory,#FBF5F3);font-family:Sora,sans-serif;font-size:16px;font-weight:400;line-height:130%;outline:none;transition:border-color 0.2s ease;}.site-footer__newsletter input[type='email']::-webkit-input-placeholder{color:var(--grey,#969DA0);}.site-footer__newsletter input[type='email']::-moz-placeholder{color:var(--grey,#969DA0);}.site-footer__newsletter input[type='email']::placeholder{color:var(--grey,#969DA0);}.site-footer__newsletter input[type='email']:focus{border-color:var(--ivory,#FBF5F3);}.site-footer__newsletter .form-actions{position:relative;width:100%;border:none;}.site-footer__newsletter .form-actions input[type='submit'],.site-footer__newsletter .form-actions .site-footer__subscribe{display:block;width:100%;box-sizing:border-box;-webkit-appearance:none;appearance:none;outline:none;-webkit-tap-highlight-color:transparent;text-align:left;white-space:normal;padding:16px 64px 16px 32px;background:var(--blue-light,#7692FF);border:none;border-radius:100px;color:#FFF;font-family:Sora,sans-serif;font-size:18px;font-weight:400;line-height:160%;cursor:pointer;transition:background-color 0.2s ease;}.site-footer__newsletter .webform-button--submit.form-submit,.site-footer__newsletter .form-actions .webform-button--submit{border:none;}.site-footer__newsletter .form-actions::after{content:'';position:absolute;top:50%;right:32px;transform:translateY(-50%);width:24px;height:24px;background:url('/themes/custom/kaneva/assets/images/diagonal-arrow.svg') no-repeat center;background-size:contain;pointer-events:none;}.site-footer__newsletter .form-actions input[type='submit']:hover,.site-footer__newsletter .form-actions input[type='submit']:focus-visible,.site-footer__newsletter .form-actions .site-footer__subscribe:hover,.site-footer__newsletter .form-actions .site-footer__subscribe:focus-visible{background:#9DB0FF;}.site-footer__bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-top:73px;padding-top:32px;border-top:1px solid #FFF;}.site-footer__copyright p{margin:0;font-family:Sora,sans-serif;font-size:12px;font-weight:400;line-height:130%;color:#FFF;text-transform:uppercase;}.site-footer__legal{display:flex;justify-content:flex-end;gap:24px;margin:0 0 0 auto;padding:0;list-style:none;}.site-footer__legal a{font-family:Sora,sans-serif;font-size:12px;font-weight:400;line-height:130%;color:#FFF;text-transform:uppercase;text-decoration:none;}.site-footer__legal a:hover,.site-footer__legal a:focus-visible{text-decoration:underline;}@media (max-width:1280px){.site-footer__top{gap:80px;}.site-footer__brand{width:320px;}.site-footer__menu a{font-size:28px;}}@media (max-width:991px){.site-footer__inner{padding:56px 40px;}.site-footer__top{flex-direction:column;gap:48px;min-height:0;}.site-footer__brand{width:100%;}.site-footer__menu ul{height:auto;gap:16px;}.site-footer__aside{gap:40px;}.site-footer__newsletter{max-width:402px;}}@media (max-width:600px){.site-footer__inner{padding:48px 24px;}.site-footer__menu a{font-size:24px;}.site-footer__newsletter{max-width:100%;}.site-footer__bottom{flex-direction:column;gap:16px;margin-top:48px;}.site-footer__legal{justify-content:flex-start;flex-wrap:wrap;gap:12px 24px;}}@media (max-width:768px){.site-footer__inner{padding:60px 39px;}.site-footer__top{display:grid;grid-template-columns:1fr auto;gap:50px 20px;align-items:start;min-height:0;}.site-footer__brand,.site-footer__aside{display:contents;}.site-footer__logo{grid-column:1 / -1;grid-row:1;width:208px;justify-self:center;}.site-footer__menu{grid-column:1;grid-row:2;}.site-footer__group{grid-column:2;grid-row:2;justify-self:end;width:121px;gap:12px;}.site-footer__newsletter{grid-column:1 / -1;grid-row:3;width:100%;max-width:100%;margin:0;}.site-footer__socials{grid-column:1 / -1;grid-row:4;justify-content:center;gap:5px;}.site-footer__menu ul{height:auto;gap:15px;}.site-footer__menu a{font-size:24px;line-height:1.2;}.site-footer__group a{font-size:16px;font-weight:700;line-height:1.4;}.site-footer__bottom{display:flex;flex-direction:column;align-items:center;gap:15px;margin-top:50px;padding-top:32px;border-top:1px solid #FFF;}.site-footer__legal{order:1;flex-direction:column;align-items:center;justify-content:center;flex-wrap:nowrap;gap:15px;margin:0;}.site-footer__copyright{order:2;text-align:center;}}
@font-face{font-family:"Sora";font-style:normal;font-weight:400;src:url("/themes/custom/kaneva/assets/fonts/Sora/static/Sora-Regular.ttf");font-display:swap;}@font-face{font-family:"SoraBold";font-style:normal;font-weight:700;src:url("/themes/custom/kaneva/assets/fonts/Sora/static/Sora-Bold.ttf");font-display:swap;}@font-face{font-family:"SoraSemiBold";font-style:normal;font-weight:600;src:url("/themes/custom/kaneva/assets/fonts/Sora/static/Sora-SemiBold.ttf");font-display:swap;}.js-form-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:24px;}.js-form-item .js-form-item{margin-bottom:0px;}.js-form-item label,.js-form-item legend{font-family:"Sora";font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#1d1d1b;padding-bottom:4px;}.js-form-item input,.js-form-item .toggle_pwd_ct > input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border:unset;border:1px solid #646363;padding:6.5px 11px;font-family:"Sora";font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#1d1d1b;}.js-form-item input::-webkit-input-placeholder,.js-form-item .toggle_pwd_ct > input::-webkit-input-placeholder{font-family:"Sora";font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#1d1d1b;color:#646363;}.js-form-item input::-moz-placeholder,.js-form-item .toggle_pwd_ct > input::-moz-placeholder{font-family:"Sora";font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#1d1d1b;color:#646363;}.js-form-item input:-ms-input-placeholder,.js-form-item .toggle_pwd_ct > input:-ms-input-placeholder{font-family:"Sora";font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#1d1d1b;color:#646363;}.js-form-item input::-ms-input-placeholder,.js-form-item .toggle_pwd_ct > input::-ms-input-placeholder{font-family:"Sora";font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#1d1d1b;color:#646363;}.js-form-item input::placeholder,.js-form-item .toggle_pwd_ct > input::placeholder{font-family:"Sora";font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#1d1d1b;color:#646363;}.js-form-item input:-webkit-autofill,.js-form-item input:-webkit-autofill:hover,.js-form-item input:-webkit-autofill:focus,.js-form-item input:-webkit-autofill:active,.js-form-item .toggle_pwd_ct > input:-webkit-autofill,.js-form-item .toggle_pwd_ct > input:-webkit-autofill:hover,.js-form-item .toggle_pwd_ct > input:-webkit-autofill:focus,.js-form-item .toggle_pwd_ct > input:-webkit-autofill:active{font-family:"Sora";font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#1d1d1b;-webkit-box-shadow:0 0 0 30px #646363 inset !important;}
@font-face{font-family:"Sora";font-style:normal;font-weight:400;src:url("/themes/custom/kaneva/assets/fonts/Sora/static/Sora-Regular.ttf");font-display:swap;}@font-face{font-family:"SoraBold";font-style:normal;font-weight:700;src:url("/themes/custom/kaneva/assets/fonts/Sora/static/Sora-Bold.ttf");font-display:swap;}@font-face{font-family:"SoraSemiBold";font-style:normal;font-weight:600;src:url("/themes/custom/kaneva/assets/fonts/Sora/static/Sora-SemiBold.ttf");font-display:swap;}.webform-button--submit.form-submit{-webkit-transition-property:all;transition-property:all;-webkit-transition-duration:0.3;transition-duration:0.3;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;font-family:"Sora";font-style:normal;font-weight:700;font-size:14px;line-height:150%;color:#1d1d1b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:9px 15px;border:solid 1px;gap:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;}
button.bloc-specs__cta{border:0;background-image:none;-webkit-appearance:none;appearance:none;cursor:pointer;text-align:inherit;}.leaflet-popup-overlay{position:fixed;inset:0;z-index:9998;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(1,23,47,.55);opacity:0;transition:opacity .25s ease;}.leaflet-popup-overlay.is-open{opacity:1;}.leaflet-popup-overlay[hidden]{display:none;}.leaflet-popup{position:relative;width:667px;max-width:100%;max-height:90vh;overflow:auto;box-sizing:border-box;padding:30px;background:#fff;border-radius:20px;font-family:'Sora',sans-serif;color:#01172F;transform:translateY(14px);transition:transform .25s ease;}.leaflet-popup-overlay.is-open .leaflet-popup{transform:none;}.leaflet-popup__close{position:absolute;top:30px;right:30px;width:56px;height:56px;border-radius:50%;border:1.5px solid rgba(1,23,47,.25);background:#fff;color:#01172F;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s;}.leaflet-popup__close:hover{background:#f4f4f6;}.leaflet-popup .required-label{display:block;margin:0 0 28px;padding-right:70px;font:400 16px/1.3 'Sora',sans-serif;color:#01172F;}.leaflet-popup .js-form-item,.leaflet-popup .form-item{margin:0 0 22px;}.leaflet-popup label{display:block;margin:0 0 10px;font-family:'SoraBold','Sora',sans-serif;font-weight:700;font-size:18px;line-height:1.2;color:#01172F;}.leaflet-popup input[type="text"],.leaflet-popup input[type="email"],.leaflet-popup input[type="tel"]{width:100%;box-sizing:border-box;border:1.5px solid #01172F;border-radius:25px;padding:15px 20px;font:400 16px/1.4 'Sora',sans-serif;color:#01172F;background:#fff;}.leaflet-popup input::placeholder{color:#969DA0;opacity:1;}.leaflet-popup .webform-flexbox{display:flex;gap:24px;}.leaflet-popup .webform-flexbox > .webform-flex{flex:1 1 0;min-width:0;}.leaflet-popup .webform-flexbox .js-form-item{margin:0;}.leaflet-popup .form-actions,.leaflet-popup .webform-actions{margin-top:10px;}.leaflet-popup .webform-button--submit,.leaflet-popup input[type="submit"],.leaflet-popup button[type="submit"]{display:inline-flex;align-items:center;border:none;cursor:pointer;border-radius:40px;background:#7692FF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 17L17 7M17 7H8M17 7v9' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 26px center;padding:18px 56px 18px 34px;font-family:'SoraBold','Sora',sans-serif;font-weight:600;font-size:16px;line-height:1;color:#fff;transition:background-color .2s;}.leaflet-popup .webform-button--submit:hover,.leaflet-popup input[type="submit"]:hover{background-color:#5f7dff;}.leaflet-popup .webform-confirmation__message,.leaflet-popup .webform-confirmation{font-size:18px;line-height:1.5;color:#01172F;}@media (max-width:600px){.leaflet-popup{padding:20px;}.leaflet-popup__close{top:20px;right:20px;width:44px;height:44px;}.leaflet-popup .required-label{padding-right:54px;}.leaflet-popup .webform-flexbox{flex-direction:column;gap:22px;}}
.produits-full{--produit-couleur:#ede9df;}.produits-full.produits--blanc{--produit-couleur:#ffffff;}.produits-full.produits--beige-rose{--produit-couleur:#fbf5f3;}.produits-full.produits--lavande{--produit-couleur:#7692ff;}.produits-full.produits--turquoise{--produit-couleur:#9fddd1;}.produits-full.produits--bleu-fonce{--produit-couleur:#01172f;}.produits-full.produits--sable{--produit-couleur:#ede9df;}.produits-full.produits--ivory{--produit-couleur:#fbf5f3;}.produits-full .hero-produit,.produits-full .texte-carrousel,.produits-full .temoignages{--fond:var(--produit-couleur,#ede9df);}.produits-full .autre-modele--produit{background:var(--produit-couleur,#ede9df);}.produits-full .chiffres-cles--produit{background:var(--produit-couleur,#ede9df);}
