:root{--idh-cream:#fcfaf6;--idh-cream-soft:#f5efe5;--idh-cream-border:#ece3d5;--idh-text:#423a31;--idh-clay:#b79a81;--idh-clay-dark:#9a7e63;--idh-muted:#7a6e60;--idh-muted-2:#a2937f;--idh-line:#e0d4c2;--idh-orange:#e2702c;--idh-orange-dark:#c95f22;--idh-ivory:#fbf7f1;--idh-dark-bg:#2e2820;--idh-dark-text:#f2eadd;--idh-dark-accent:#c9b299;--idh-dark-muted:#c6bbab;--idh-footer-bg:#241f18;--idh-footer-text:#c6bbab;--idh-footer-heading:#8a7e6e;--idh-footer-hover:#f2eadd;--idh-img-bg:#e4d8c8}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--idh-cream);color:var(--idh-text);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Jost,system-ui,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}::selection{background:var(--idh-clay);color:#fff}#root{width:100%}@keyframes kb{0%{transform:scale(1.02)translate(0)}to{transform:scale(1.16)translate(-2.2%,-2.4%)}}@keyframes heroIn{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes floatCue{0%,to{opacity:.55;transform:translateY(0)}50%{opacity:1;transform:translateY(7px)}}.idh-header{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;width:100%;padding:clamp(14px,1.8vw,26px) clamp(22px,6vw,104px);transition:background .4s,box-shadow .4s,color .4s;display:flex;position:fixed;top:0;left:0}.idh-header__logo{color:inherit;align-items:baseline;gap:2px;display:flex}.idh-header__logo-id{letter-spacing:.04em;font-family:Cormorant Garamond,serif;font-size:27px;font-weight:500}.idh-header__dot{background:#d9c3ac;border-radius:50%;width:5px;height:5px;margin:0 3px 4px;display:inline-block}.idh-header__logo-home{letter-spacing:.42em;text-transform:uppercase;font-family:Jost,sans-serif;font-size:18px;font-weight:300}.idh-header__nav{letter-spacing:.2em;text-transform:uppercase;color:inherit;flex-wrap:wrap;align-items:center;gap:clamp(18px,2.4vw,40px);font-size:12.5px;font-weight:400;display:flex}.idh-header__link{opacity:.92}.idh-header__cta{background:var(--idh-orange);color:#fff6ee;letter-spacing:.18em;padding:11px 20px;transition:background .2s}.idh-header__cta:hover{background:var(--idh-orange-dark)}.idh-header__phone{letter-spacing:.18em;border:1px solid;align-items:center;gap:8px;padding:11px 20px;display:inline-flex}.idh-hero{align-items:flex-end;width:100%;height:100svh;min-height:680px;display:flex;position:relative;overflow:hidden}.idh-hero__kb{animation:30s ease-in-out infinite alternate kb;position:absolute;inset:0}.idh-hero__img{object-fit:cover;background:var(--idh-img-bg);width:100%;height:100%;display:block;position:absolute;inset:0}.idh-hero__overlay{background:linear-gradient(#2e28206b 0%,#2e28201f 34%,#2e282033 64%,#2e2820a8 100%);position:absolute;inset:0}.idh-hero__content{box-sizing:border-box;width:100%;max-width:1400px;color:var(--idh-ivory);margin:0 auto;padding:0 clamp(22px,6vw,104px) clamp(56px,8vh,104px);position:relative}.idh-hero__in{animation:1.1s cubic-bezier(.2,.7,.2,1) both heroIn}.idh-hero__tag{letter-spacing:.01em;opacity:.96;margin:0 0 14px;font-family:Caveat,cursive;font-size:36px;font-weight:600}.idh-hero__title{letter-spacing:-.01em;text-wrap:balance;max-width:15ch;margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(44px,7.4vw,104px);font-weight:300;line-height:.98}.idh-hero__title-italic{font-style:italic;font-weight:400}.idh-hero__lead{opacity:.94;max-width:46ch;margin:26px 0 0;font-size:clamp(15px,1.25vw,18px);font-weight:300;line-height:1.7}.idh-hero__actions{flex-wrap:wrap;gap:14px;margin-top:38px;display:flex}.idh-hero__btn{letter-spacing:.24em;text-transform:uppercase;justify-content:center;align-items:center;padding:16px 34px;font-size:12.5px;font-weight:400;transition:background .2s;display:inline-flex}.idh-hero__btn--clay{background:var(--idh-clay);color:var(--idh-ivory)}.idh-hero__btn--clay:hover{background:var(--idh-clay-dark)}.idh-hero__btn--outline{color:var(--idh-ivory);border:1px solid #fbf7f199}.idh-hero__btn--outline:hover{background:#fbf7f11f}.idh-hero__cue{color:var(--idh-ivory);flex-direction:column;align-items:center;gap:9px;animation:2.6s ease-in-out infinite floatCue;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.idh-hero__cue-label{letter-spacing:.32em;text-transform:uppercase;font-size:10px;font-weight:300}.idh-hero__cue-line{background:linear-gradient(#fbf7f1e6,#fbf7f100);width:1px;height:30px;display:block}.idh-reassurance{background:var(--idh-cream-soft);border-bottom:1px solid var(--idh-cream-border)}.idh-reassurance__grid{box-sizing:border-box;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:clamp(20px,3vw,48px);width:100%;max-width:1400px;margin:0 auto;padding:clamp(34px,4.4vw,56px) clamp(22px,6vw,104px);display:grid}.idh-reassurance__item{flex-direction:column;gap:8px;display:flex}.idh-reassurance__icon{border:1px solid var(--idh-line);width:48px;height:48px;color:var(--idh-clay);border-radius:50%;justify-content:center;align-items:center;margin-bottom:6px;display:inline-flex}.idh-reassurance__title{letter-spacing:.01em;font-family:Cormorant Garamond,serif;font-size:23px;font-weight:500}.idh-reassurance__text{color:var(--idh-muted);font-size:13.5px;font-weight:300;line-height:1.6}.idh-destinations{padding:clamp(74px,11vw,150px) 0}.idh-destinations__inner{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(22px,6vw,104px)}.idh-destinations__head{text-align:center;margin-bottom:clamp(40px,5vw,68px)}.idh-destinations__tag{letter-spacing:.01em;color:var(--idh-clay);margin:0 0 8px;font-family:Caveat,cursive;font-size:40px;font-weight:600}.idh-destinations__title{letter-spacing:-.01em;margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(34px,4.6vw,58px);font-weight:300;line-height:1.04}.idh-destinations__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(18px,2.4vw,32px);display:grid}.idh-destinations__card{aspect-ratio:5/6;color:var(--idh-ivory);display:block;position:relative;overflow:hidden}.idh-destinations__kb{animation:28s ease-in-out infinite alternate kb;position:absolute;inset:0}.idh-destinations__kb--angers{animation-duration:32s}.idh-destinations__img{object-fit:cover;background:var(--idh-img-bg);width:100%;height:100%;display:block;position:absolute;inset:0}.idh-destinations__overlay{background:linear-gradient(#2e28201a 30%,#2e28209e 100%);position:absolute;inset:0}.idh-destinations__caption{padding:clamp(26px,3vw,42px);position:absolute;bottom:0;left:0}.idh-destinations__count{letter-spacing:.34em;text-transform:uppercase;opacity:.85;margin:0 0 8px;font-size:11px}.idh-destinations__city{margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(30px,3.4vw,46px);font-weight:400;line-height:1}.idh-destinations__link{letter-spacing:.18em;text-transform:uppercase;margin:10px 0 0;font-size:14px;font-weight:300}.idh-logements{background:var(--idh-cream-soft);padding:clamp(74px,11vw,150px) 0}.idh-logements__inner{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(22px,6vw,104px)}.idh-logements__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:clamp(34px,4vw,56px);display:flex}.idh-logements__tag{letter-spacing:.01em;color:var(--idh-clay);margin:0 0 6px;font-family:Caveat,cursive;font-size:40px;font-weight:600}.idh-logements__title{letter-spacing:-.01em;max-width:18ch;margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(34px,4.6vw,58px);font-weight:300;line-height:1.02}.idh-logements__lead{color:var(--idh-muted);max-width:34ch;margin:0;font-size:14px;font-weight:300;line-height:1.7}.idh-logements__tabs{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:clamp(26px,3vw,42px);display:flex}.idh-logements__tab{letter-spacing:.18em;text-transform:uppercase;cursor:pointer;color:var(--idh-muted);background:0 0;border:1px solid #d8c9b4;padding:10px 24px;font-family:Jost,sans-serif;font-size:12px;transition:background .2s,color .2s,border-color .2s}.idh-logements__tab.is-active{border-color:var(--idh-clay);background:var(--idh-clay);color:var(--idh-ivory)}.idh-logements__result{color:var(--idh-clay-dark);margin-left:auto;font-family:Caveat,cursive;font-size:26px;font-weight:600}.idh-logements__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:clamp(22px,2.6vw,38px);display:grid}.idh-card{flex-direction:column;display:flex}.idh-card__media{aspect-ratio:4/5;background:var(--idh-img-bg);width:100%;position:relative;overflow:hidden}.idh-card__slide{transition:opacity 1.1s;position:absolute;inset:0}.idh-card__kb{animation:26s ease-in-out infinite alternate kb;position:absolute;inset:0}.idh-card__img{object-fit:cover;background:var(--idh-img-bg);width:100%;height:100%;display:block;position:absolute;inset:0}.idh-card__gradient{z-index:3;pointer-events:none;background:linear-gradient(#2e282047 0%,#2e282000 30% 52%,#2e28209e 100%);position:absolute;inset:0}.idh-card__price{z-index:4;color:var(--idh-text);white-space:nowrap;background:#f7f2ebf0;align-items:baseline;gap:5px;padding:8px 13px;display:flex;position:absolute;top:14px;left:14px}.idh-card__price-val{letter-spacing:.16em;text-transform:uppercase;color:var(--idh-clay-dark);font-size:11px}.idh-card__price-unit{color:#9a8b7a;font-size:11px;font-weight:300}.idh-card__city{z-index:4;color:var(--idh-ivory);letter-spacing:.26em;text-transform:uppercase;text-shadow:0 1px 6px #2e282080;font-size:10.5px;font-weight:400;position:absolute;top:16px;right:14px}.idh-card__arrow{z-index:5;width:38px;height:38px;color:var(--idh-text);cursor:pointer;background:#f7f2ebdb;border:none;justify-content:center;align-items:center;padding:0;transition:background .2s;display:flex;position:absolute;top:46%}.idh-card__arrow:hover{background:var(--idh-ivory)}.idh-card__arrow--prev{left:12px}.idh-card__arrow--next{right:12px}.idh-card__chevron{width:8px;height:8px;display:block}.idh-card__chevron--left{border-left:1.5px solid var(--idh-text);border-bottom:1.5px solid var(--idh-text);transform:translate(2px)rotate(45deg)}.idh-card__chevron--right{border-right:1.5px solid var(--idh-text);border-top:1.5px solid var(--idh-text);transform:translate(-2px)rotate(45deg)}.idh-card__cta-wrap{z-index:5;justify-content:center;padding:0 16px 18px;display:flex;position:absolute;bottom:0;left:0;right:0}.idh-card__cta{background:var(--idh-clay);width:100%;max-width:260px;color:var(--idh-ivory);letter-spacing:.22em;text-transform:uppercase;justify-content:center;align-items:center;padding:13px 22px;font-size:11.5px;font-weight:400;transition:background .2s;display:inline-flex}.idh-card__cta:hover{background:var(--idh-clay-dark)}.idh-card__body{padding:18px 2px 0}.idh-card__name{letter-spacing:.005em;margin:0;font-family:Cormorant Garamond,serif;font-size:25px;font-weight:500;line-height:1.1}.idh-card__meta{color:var(--idh-muted);letter-spacing:.02em;margin:7px 0 0;font-size:13px;font-weight:300}.idh-card__area{color:var(--idh-muted-2);margin:3px 0 0;font-size:12.5px;font-weight:300}.idh-gallery{padding:clamp(74px,11vw,150px) 0}.idh-gallery__inner{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(22px,6vw,104px)}.idh-gallery__head{text-align:center;margin-bottom:clamp(38px,4.6vw,62px)}.idh-gallery__tag{letter-spacing:.01em;color:var(--idh-clay);margin:0 0 8px;font-family:Caveat,cursive;font-size:40px;font-weight:600}.idh-gallery__title{letter-spacing:-.01em;margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(34px,4.6vw,58px);font-weight:300;line-height:1.04}.idh-gallery__grid{columns:3;column-gap:14px}@media (width<=760px){.idh-gallery__grid{columns:2}}.idh-gallery__item{break-inside:avoid;background:#efe7db;margin-bottom:14px;position:relative}.idh-gallery__img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.idh-direct{background:var(--idh-dark-bg);color:var(--idh-dark-text);padding:clamp(74px,11vw,150px) 0}.idh-direct__inner{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(22px,6vw,104px)}.idh-direct__head{text-align:center;margin-bottom:clamp(42px,5vw,70px)}.idh-direct__tag{letter-spacing:.01em;color:var(--idh-dark-accent);margin:0 0 8px;font-family:Caveat,cursive;font-size:40px;font-weight:600}.idh-direct__title{letter-spacing:-.01em;max-width:20ch;margin:0 auto;font-family:Cormorant Garamond,serif;font-size:clamp(34px,4.6vw,58px);font-weight:300;line-height:1.04}.idh-direct__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(28px,3.4vw,56px);display:grid}.idh-direct__item{border-top:1px solid #c9b29952;flex-direction:column;gap:12px;padding-top:26px;display:flex}.idh-direct__num{color:var(--idh-dark-accent);font-family:Cormorant Garamond,serif;font-size:40px;font-weight:300;line-height:1}.idh-direct__item-title{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:500}.idh-direct__item-text{color:var(--idh-dark-muted);font-size:14px;font-weight:300;line-height:1.7}.idh-ctaband{align-items:center;min-height:440px;display:flex;position:relative;overflow:hidden}.idh-ctaband__kb{animation:34s ease-in-out infinite alternate kb;position:absolute;inset:0}.idh-ctaband__img{object-fit:cover;background:#d8cbb9;width:100%;height:100%;display:block;position:absolute;inset:0}.idh-ctaband__overlay{background:linear-gradient(90deg,#2e28209e 0%,#2e282057 60%,#2e282033 100%);position:absolute;inset:0}.idh-ctaband__inner{box-sizing:border-box;width:100%;max-width:1400px;color:var(--idh-ivory);margin:0 auto;padding:clamp(56px,8vw,96px) clamp(22px,6vw,104px);position:relative}.idh-ctaband__title{letter-spacing:.005em;max-width:16ch;margin:0;font-family:Caveat,cursive;font-size:clamp(48px,7vw,92px);font-weight:700;line-height:1}.idh-ctaband__lead{opacity:.94;max-width:42ch;margin:20px 0 0;font-size:clamp(15px,1.2vw,18px);font-weight:300;line-height:1.7}.idh-ctaband__actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:34px;display:flex}.idh-ctaband__btn{background:var(--idh-clay);color:var(--idh-ivory);letter-spacing:.24em;text-transform:uppercase;justify-content:center;align-items:center;padding:16px 36px;font-size:12.5px;font-weight:400;transition:background .2s;display:inline-flex}.idh-ctaband__btn:hover{background:var(--idh-clay-dark)}.idh-footer{background:var(--idh-footer-bg);color:var(--idh-footer-text);padding:clamp(56px,7vw,90px) 0 0}.idh-footer__inner{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(22px,6vw,104px)}.idh-footer__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:clamp(34px,4vw,64px);padding-bottom:clamp(44px,5vw,68px);display:grid}.idh-footer__brand{max-width:30ch}.idh-footer__logo{color:var(--idh-dark-text);align-items:baseline;gap:2px;margin-bottom:18px;display:flex}.idh-footer__logo-id{letter-spacing:.04em;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:500}.idh-footer__dot{background:var(--idh-clay);border-radius:50%;width:5px;height:5px;margin:0 3px 4px;display:inline-block}.idh-footer__logo-home{letter-spacing:.42em;text-transform:uppercase;font-family:Jost,sans-serif;font-size:17px;font-weight:300}.idh-footer__claim{margin:0;font-size:14px;font-weight:300;line-height:1.8}.idh-footer__heading{letter-spacing:.28em;text-transform:uppercase;color:var(--idh-footer-heading);margin:0 0 18px;font-size:11px}.idh-footer__list{flex-direction:column;gap:11px;margin:0;padding:0;font-size:14px;font-weight:300;list-style:none;display:flex}.idh-footer__list-muted{color:var(--idh-footer-heading);padding-top:6px;font-size:13px}.idh-footer__link{transition:color .2s}.idh-footer__link:hover{color:var(--idh-footer-hover)}.idh-footer__bottom{letter-spacing:.06em;color:var(--idh-footer-heading);border-top:1px solid #c6bbab29;flex-wrap:wrap;justify-content:space-between;gap:18px;padding:24px 0 34px;font-size:12px;font-weight:300;display:flex}.idh-footer__bottom-links{flex-wrap:wrap;gap:22px;display:flex}.idh-fiche-header{z-index:60;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--idh-cream-border);background:#fcfaf6eb;position:sticky;top:0}.idh-fiche-header__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1400px;margin:0 auto;padding:clamp(14px,1.6vw,20px) clamp(22px,6vw,104px);display:flex}.idh-fiche-header__logo{color:var(--idh-text);align-items:baseline;gap:2px;display:flex}.idh-fiche-header__logo-id{letter-spacing:.04em;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:500}.idh-fiche-header__dot{background:var(--idh-clay);border-radius:50%;width:5px;height:5px;margin:0 3px 4px;display:inline-block}.idh-fiche-header__logo-home{letter-spacing:.42em;text-transform:uppercase;font-family:Jost,sans-serif;font-size:17px;font-weight:300}.idh-fiche-header__nav{letter-spacing:.2em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:clamp(18px,2.4vw,40px);font-size:12.5px;font-weight:400;display:flex}.idh-fiche-header__link{opacity:.85}.idh-fiche-header__cta{background:var(--idh-orange);color:#fff6ee;letter-spacing:.18em;padding:11px 20px;transition:background .2s}.idh-fiche-header__cta:hover{background:var(--idh-orange-dark)}.idh-fiche-header__phone{letter-spacing:.18em;border:1px solid #423a3166;align-items:center;gap:8px;padding:11px 20px;display:inline-flex}.idh-gal{aspect-ratio:16/9;background:var(--idh-img-bg);border-radius:2px;width:100%;min-height:340px;position:relative;overflow:hidden}.idh-gal__slide{transition:opacity 1.1s;position:absolute;inset:0}.idh-gal__kb{animation:24s ease-in-out infinite alternate kb;position:absolute;inset:0}.idh-gal__img{object-fit:cover;background:var(--idh-img-bg);width:100%;height:100%;display:block;position:absolute;inset:0}.idh-gal__overlay{z-index:3;pointer-events:none;background:linear-gradient(#2e28202e 0%,#2e282000 24% 62%,#2e28206b 100%);position:absolute;inset:0}.idh-gal__arrow{z-index:5;width:46px;height:46px;color:var(--idh-text);cursor:pointer;background:#f7f2ebe6;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.idh-gal__arrow:hover{background:var(--idh-ivory)}.idh-gal__arrow--prev{left:clamp(12px,1.6vw,22px)}.idh-gal__arrow--next{right:clamp(12px,1.6vw,22px)}.idh-gal__chevron{width:9px;height:9px;display:block}.idh-gal__chevron--left{border-left:1.5px solid var(--idh-text);border-bottom:1.5px solid var(--idh-text);transform:translate(2px)rotate(45deg)}.idh-gal__chevron--right{border-right:1.5px solid var(--idh-text);border-top:1.5px solid var(--idh-text);transform:translate(-2px)rotate(45deg)}.idh-gal__dots{z-index:5;flex-wrap:wrap;justify-content:center;gap:9px;padding:0 16px;display:flex;position:absolute;bottom:16px;left:0;right:0}.idh-gal__dot{cursor:pointer;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:background .3s,transform .3s}.idh-chips{border-bottom:1px solid #e6dbcb;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:clamp(14px,2vw,30px);padding:clamp(30px,3.6vw,48px) 0;display:grid}.idh-chips__item{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.idh-chips__big{color:var(--idh-text);font-family:Cormorant Garamond,serif;font-size:clamp(30px,3vw,42px);font-weight:400;line-height:1}.idh-chips__small{letter-spacing:.22em;text-transform:uppercase;color:var(--idh-muted-2);font-size:11.5px}.idh-resa{flex:0 372px;min-width:min(100%,320px);position:sticky;top:96px}.idh-resa__box{border:1px solid var(--idh-line);background:var(--idh-ivory);border-radius:3px;padding:clamp(22px,2.4vw,30px);box-shadow:0 12px 40px #7a6e601a}.idh-resa__price-row{border-bottom:1px solid #ebe2d4;align-items:baseline;gap:8px;padding-bottom:20px;display:flex}.idh-resa__price{color:var(--idh-text);font-family:Cormorant Garamond,serif;font-size:30px;font-weight:500}.idh-resa__unit{letter-spacing:.14em;text-transform:uppercase;color:var(--idh-muted-2);font-size:12px}.idh-resa__fields{flex-direction:column;gap:12px;padding:20px 0;display:flex}.idh-resa__dates{flex-wrap:wrap;gap:12px;display:flex}.idh-resa__field{flex-direction:column;flex:120px;gap:6px;display:flex}.idh-resa__label{letter-spacing:.22em;text-transform:uppercase;color:var(--idh-muted-2);font-size:10.5px}.idh-resa__input{color:var(--idh-text);background:#fff;border:1px solid #daceba;border-radius:2px;padding:11px 12px;font-size:14px}.idh-resa__recap{border-top:1px solid #ebe2d4;flex-direction:column;gap:10px;padding:18px 0;display:flex}.idh-resa__recap-row{color:#5c5247;justify-content:space-between;font-size:14px;font-weight:300;display:flex}.idh-resa__recap-total{color:var(--idh-text);border-top:1px solid #ebe2d4;justify-content:space-between;padding-top:10px;font-size:16px;font-weight:400;display:flex}.idh-resa__recap-total-val{font-family:Cormorant Garamond,serif;font-size:22px;font-weight:500}.idh-resa__btn{background:var(--idh-clay);width:100%;color:var(--idh-ivory);letter-spacing:.24em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;margin-top:6px;padding:16px;font-size:12.5px;font-weight:400;transition:background .2s}.idh-resa__btn:hover{background:var(--idh-clay-dark)}.idh-resa__note{text-align:center;letter-spacing:.06em;color:var(--idh-muted-2);margin:16px 0 0;font-size:11.5px;font-weight:300}.idh-resa__note--accent{color:#b6a892;margin:6px 0 0}.idh-lodgify{--ldg-bnb-background:var(--idh-ivory);--ldg-bnb-border-radius:3px;--ldg-bnb-box-shadow:0 12px 40px #7a6e601a;--ldg-bnb-padding:22px;--ldg-bnb-input-background:#fff;--ldg-bnb-button-border-radius:2px;--ldg-bnb-color-primary:var(--idh-orange);--ldg-bnb-color-primary-lighter:var(--idh-line);--ldg-bnb-color-primary-darker:var(--idh-orange-dark);--ldg-bnb-color-primary-contrast:var(--idh-text);--ldg-component-calendar-cell-selection-bg-color:var(--idh-clay);--ldg-component-calendar-cell-selection-color:var(--idh-text);--ldg-component-calendar-cell-selected-bg-color:var(--idh-line);--ldg-component-calendar-cell-selected-color:var(--idh-text);--ldg-bnb-font-family:inherit;flex:0 372px;min-width:min(100%,320px);position:sticky;top:96px}.idh-lodgify #lodgify-book-now-box{width:100%}.idh-sugg{border-top:1px solid #e6dbcb;padding:clamp(20px,3vw,40px) 0 clamp(70px,9vw,120px)}.idh-sugg__title{margin:0 0 clamp(28px,3.4vw,46px);font-family:Cormorant Garamond,serif;font-size:clamp(28px,3.6vw,46px);font-weight:300;line-height:1.05}.idh-sugg__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:clamp(20px,2.6vw,34px);display:grid}.idh-sugg__card{cursor:pointer;flex-direction:column;display:flex}.idh-sugg__media{aspect-ratio:4/5;background:var(--idh-img-bg);border-radius:2px;width:100%;position:relative;overflow:hidden}.idh-sugg__kb{animation:26s ease-in-out infinite alternate kb;position:absolute;inset:0}.idh-sugg__img{object-fit:cover;background:var(--idh-img-bg);width:100%;height:100%;display:block;position:absolute;inset:0}.idh-sugg__price{color:var(--idh-clay-dark);letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;background:#f7f2ebf0;padding:7px 12px;font-size:11px;position:absolute;top:13px;left:13px}.idh-sugg__name{margin:16px 0 0;font-family:Cormorant Garamond,serif;font-size:23px;font-weight:500;line-height:1.1}.idh-sugg__meta{color:var(--idh-muted);margin:6px 0 0;font-size:13px;font-weight:300}.idh-fiche-footer{background:var(--idh-footer-bg);color:var(--idh-footer-text);padding:clamp(56px,7vw,90px) 0 0}.idh-fiche-footer__inner{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(22px,6vw,104px)}.idh-fiche-footer__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:clamp(34px,4vw,64px);padding-bottom:clamp(44px,5vw,68px);display:grid}.idh-fiche-footer__brand{max-width:32ch}.idh-fiche-footer__logo{color:var(--idh-dark-text);align-items:baseline;gap:2px;margin-bottom:18px;display:flex}.idh-fiche-footer__logo-id{letter-spacing:.04em;font-family:Cormorant Garamond,serif;font-size:26px;font-weight:500}.idh-fiche-footer__dot{background:var(--idh-clay);border-radius:50%;width:5px;height:5px;margin:0 3px 4px;display:inline-block}.idh-fiche-footer__logo-home{letter-spacing:.42em;text-transform:uppercase;font-family:Jost,sans-serif;font-size:17px;font-weight:300}.idh-fiche-footer__claim{margin:0;font-size:14px;font-weight:300;line-height:1.8}.idh-fiche-footer__heading{letter-spacing:.28em;text-transform:uppercase;color:var(--idh-footer-heading);margin:0 0 18px;font-size:11px}.idh-fiche-footer__list{flex-direction:column;gap:11px;margin:0;padding:0;font-size:14px;font-weight:300;list-style:none;display:flex}.idh-fiche-footer__list-muted{color:var(--idh-footer-heading);padding-top:6px;font-size:13px}.idh-fiche-footer__link{transition:color .2s}.idh-fiche-footer__link:hover{color:var(--idh-footer-hover)}.idh-fiche-footer__bottom{letter-spacing:.06em;color:var(--idh-footer-heading);border-top:1px solid #c6bbab29;flex-wrap:wrap;justify-content:space-between;gap:18px;padding:24px 0 34px;font-size:12px;font-weight:300;display:flex}.idh-fiche-footer__bottom-links{flex-wrap:wrap;gap:22px;display:flex}.idh-fiche-missing{min-height:60vh;color:var(--idh-text);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-family:Jost,sans-serif;display:flex}.idh-fiche__container{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:0 clamp(22px,6vw,104px)}.idh-fiche__breadcrumb{letter-spacing:.14em;text-transform:uppercase;color:var(--idh-muted-2);flex-wrap:wrap;gap:10px;padding:clamp(20px,2.6vw,34px) 0 0;font-size:12px;font-weight:400;display:flex}.idh-fiche__breadcrumb-link:hover,.idh-fiche__breadcrumb-current{color:var(--idh-text)}.idh-fiche__titlebar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:28px;padding:clamp(18px,2.4vw,30px) 0 clamp(22px,2.8vw,34px);display:flex}.idh-fiche__title{letter-spacing:-.01em;margin:0;font-family:Cormorant Garamond,serif;font-size:clamp(36px,5.4vw,68px);font-weight:300;line-height:1}.idh-fiche__address{letter-spacing:.01em;color:var(--idh-clay-dark);margin:12px 0 0;font-family:Caveat,cursive;font-size:32px;font-weight:600}.idh-fiche__pricebox{text-align:right}.idh-fiche__price{color:var(--idh-clay-dark);font-family:Cormorant Garamond,serif;font-size:clamp(26px,2.6vw,34px);font-weight:500}.idh-fiche__perNight{letter-spacing:.16em;text-transform:uppercase;color:var(--idh-muted-2);font-size:12px}.idh-fiche__body{flex-wrap:wrap;align-items:flex-start;gap:clamp(34px,4.4vw,72px);padding:clamp(40px,5vw,72px) 0;display:flex}.idh-fiche__content{flex-direction:column;flex:460px;gap:clamp(40px,5vw,68px);min-width:min(100%,460px);display:flex}.idh-fiche__h2{margin:0 0 18px;font-family:Cormorant Garamond,serif;font-size:clamp(26px,3vw,38px);font-weight:300;line-height:1.1}.idh-fiche__h2-tight{margin:0 0 8px;font-family:Cormorant Garamond,serif;font-size:clamp(26px,3vw,38px);font-weight:300;line-height:1.1}.idh-fiche__description{color:#5c5247;max-width:62ch;margin:0;font-size:clamp(15px,1.15vw,17px);font-weight:300;line-height:1.85}.idh-fiche__equip-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px 28px;display:grid}.idh-fiche__equip-item{color:#5c5247;align-items:center;gap:13px;font-size:15px;font-weight:300;display:flex}.idh-fiche__equip-icon{width:34px;height:34px;color:var(--idh-clay);border:1px solid #e6dbcb;border-radius:50%;flex:none;justify-content:center;align-items:center;display:inline-flex}.idh-fiche__infos{flex-direction:column;display:flex}.idh-fiche__infos-row{border-top:1px solid #e6dbcb;justify-content:space-between;gap:20px;padding:16px 0;display:flex}.idh-fiche__infos-row--last{border-bottom:1px solid #e6dbcb}.idh-fiche__infos-label{letter-spacing:.18em;text-transform:uppercase;color:var(--idh-muted-2);flex:none;padding-top:2px;font-size:12px}.idh-fiche__infos-value{color:#5c5247;text-align:right;font-size:15px;font-weight:300}.idh-fiche__location-meta{color:var(--idh-muted);letter-spacing:.02em;margin:0 0 22px;font-size:15px;font-weight:300}.idh-fiche__map{aspect-ratio:16/7;border:1px solid var(--idh-line);filter:saturate(.9);background:repeating-linear-gradient(135deg,#efe7db 0 14px,#e8decd 14px 28px);border-radius:2px;width:100%;min-height:220px;display:block;overflow:hidden}.idh-fiche__map-note{color:var(--idh-muted-2);letter-spacing:.01em;margin:10px 0 0;font-size:12.5px;font-weight:300}.idh-fiche__map-link{color:var(--idh-clay-dark);border-bottom:1px solid var(--idh-line);text-decoration:none;transition:color .2s,border-color .2s}.idh-fiche__map-link:hover{color:var(--idh-orange);border-color:var(--idh-orange)}
