:root{--mpt-teal:#17525a;--mpt-dark:#103f46;--mpt-cream:#fdf3e7;--mpt-gold:#c7a250;--mpt-text:#28484c;--mpt-muted:#6a7f81;--mpt-border:#e8ddd0;--mpt-white:#fff}.mpt-h-publish,.mpt-h-board,.mpt-h-single,.mpt-h-requests{font-family:Poppins,Arial,sans-serif;color:var(--mpt-text)}.mpt-h-hero{display:flex;align-items:center;gap:18px;padding:24px;border-radius:22px 22px 0 0;background:linear-gradient(135deg,var(--mpt-dark),var(--mpt-teal));color:#fff}.mpt-h-hero-icon{display:grid;place-items:center;min-width:74px;height:74px;border-radius:20px;background:rgba(255,255,255,.14);font-size:38px}.mpt-h-hero h2{margin:2px 0 6px;color:#fff;font-size:clamp(23px,3vw,34px);line-height:1.15}.mpt-h-hero p{margin:0;opacity:.92}.mpt-h-kicker{font-size:11px;letter-spacing:1.7px;font-weight:800;color:var(--mpt-gold)}.mpt-h-form{background:#fff;border:1px solid var(--mpt-border);border-top:0;border-radius:0 0 22px 22px;padding:24px;box-shadow:0 14px 38px rgba(23,82,90,.09)}.mpt-h-choice-title{font-size:18px;font-weight:800;margin-bottom:12px}.mpt-h-type-choice{display:grid;grid-template-columns:1fr 1fr;gap:14px}.mpt-h-type-card{position:relative;display:grid!important;grid-template-columns:auto 1fr;column-gap:12px;align-items:center;padding:17px!important;border:2px solid var(--mpt-border);border-radius:16px;cursor:pointer;background:#fff;transition:.2s}.mpt-h-type-card:hover,.mpt-h-type-card.is-active{border-color:var(--mpt-gold);background:var(--mpt-cream);transform:translateY(-1px)}.mpt-h-type-card input{position:absolute;opacity:0}.mpt-h-type-icon{grid-row:1/3;font-size:30px}.mpt-h-type-card strong{color:var(--mpt-teal)}.mpt-h-type-card small{color:var(--mpt-muted);font-weight:500;line-height:1.35}.mpt-h-section{margin-top:22px;padding-top:20px;border-top:1px solid var(--mpt-border)}.mpt-h-section h3{margin:0 0 14px;color:var(--mpt-teal);font-size:18px}.mpt-h-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.mpt-h-form label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:14px}.mpt-h-form input,.mpt-h-form select,.mpt-h-form textarea{width:100%;padding:13px 14px;border:1px solid #d9dfdc;border-radius:11px;background:#fff;font:inherit;color:var(--mpt-text);outline:0}.mpt-h-form input:focus,.mpt-h-form select:focus,.mpt-h-form textarea:focus{border-color:var(--mpt-gold);box-shadow:0 0 0 3px rgba(199,162,80,.14)}.mpt-h-checks{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.mpt-h-checks label{display:block;padding:11px;border:1px solid var(--mpt-border);border-radius:10px;background:#fff;font-weight:600}.mpt-h-checks input{width:auto;margin-right:7px}.mpt-h-btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;padding:12px 17px;background:var(--mpt-teal);color:#fff!important;text-decoration:none;font-weight:800;cursor:pointer}.mpt-h-btn:hover{background:var(--mpt-dark)}.mpt-h-submit{width:100%;margin-top:22px;font-size:16px;padding:15px}.mpt-h-btn-light{background:var(--mpt-cream);color:var(--mpt-teal)!important;border:1px solid var(--mpt-gold)}.mpt-h-safe{margin-top:12px;padding:12px;border-radius:10px;background:#f4f8f7;color:var(--mpt-muted);font-size:12px;text-align:center}.mpt-h-board{margin-top:22px}.mpt-h-list-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px}.mpt-h-list-head h2,.mpt-h-requests h2{color:var(--mpt-teal);margin:3px 0 5px}.mpt-h-list-head p{margin:0;color:var(--mpt-muted)}.mpt-h-trust{white-space:nowrap;background:#edf5f3;padding:9px 12px;border-radius:999px;font-size:12px;font-weight:700;color:var(--mpt-teal)}.mpt-h-tabs{display:flex;gap:8px;overflow:auto;margin-bottom:16px;padding-bottom:3px}.mpt-h-tabs button{border:1px solid var(--mpt-border);background:#fff;color:var(--mpt-teal);border-radius:999px;padding:9px 13px;font-weight:700;white-space:nowrap;cursor:pointer}.mpt-h-tabs button.is-active{background:var(--mpt-teal);color:#fff;border-color:var(--mpt-teal)}.mpt-h-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.mpt-h-card{background:#fff;border:1px solid var(--mpt-border);border-radius:18px;overflow:hidden;box-shadow:0 8px 25px rgba(23,82,90,.08);transition:.2s}.mpt-h-card:hover{transform:translateY(-3px);box-shadow:0 13px 30px rgba(23,82,90,.13)}.mpt-h-photo{display:block;height:200px;background:linear-gradient(135deg,#dce8e5,#f7ecdc) center/cover no-repeat;position:relative}.mpt-h-photo span{position:absolute;left:11px;top:11px;background:rgba(16,63,70,.94);color:#fff;padding:7px 10px;border-radius:99px;font-size:11px;font-weight:800}.mpt-h-body{padding:16px}.mpt-h-body h3{margin:0 0 9px;font-size:18px}.mpt-h-body h3 a{color:var(--mpt-teal);text-decoration:none}.mpt-h-body p{margin:7px 0;color:#526b6d;font-size:14px}.mpt-h-delete{margin-left:8px;border:0;background:none;color:#b42318;cursor:pointer;font-weight:700}.mpt-h-empty,.mpt-h-notice{grid-column:1/-1;padding:22px;background:var(--mpt-cream);border:1px solid var(--mpt-border);border-radius:14px;text-align:center}.mpt-h-account{margin-top:22px;border:1px solid var(--mpt-border);border-radius:15px;background:#fff;overflow:hidden}.mpt-h-account summary{padding:16px 18px;background:var(--mpt-cream);color:var(--mpt-teal);font-weight:800;cursor:pointer}.mpt-h-account-inner{padding:18px}.mpt-h-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:16px}.mpt-h-facts div{background:var(--mpt-cream);padding:12px;border-radius:10px}.mpt-h-facts small,.mpt-h-facts strong{display:block}.mpt-h-request{display:flex;justify-content:space-between;gap:15px;align-items:center;border-top:1px solid var(--mpt-border);padding:14px 0}.mpt-h-request button{margin-left:6px;padding:8px 10px}.mpt-h-owner{padding:12px;background:var(--mpt-cream);border-radius:10px}.mpt-h-response{margin-top:10px}.mpt-h-single,.mpt-h-requests{background:#fff;border:1px solid var(--mpt-border);border-radius:18px;padding:22px;box-shadow:0 8px 25px rgba(23,82,90,.08)}@media(max-width:800px){.mpt-h-list{grid-template-columns:1fr 1fr}.mpt-h-facts{grid-template-columns:1fr 1fr}.mpt-h-checks{grid-template-columns:1fr 1fr}}@media(max-width:560px){.mpt-h-hero{align-items:flex-start;padding:18px}.mpt-h-hero-icon{min-width:54px;height:54px;font-size:27px}.mpt-h-form{padding:16px}.mpt-h-grid,.mpt-h-list,.mpt-h-type-choice{grid-template-columns:1fr}.mpt-h-list-head{align-items:flex-start;flex-direction:column}.mpt-h-trust{white-space:normal}.mpt-h-request{align-items:flex-start;flex-direction:column}.mpt-h-request button{margin:6px 6px 0 0}.mpt-h-checks{grid-template-columns:1fr 1fr}}
/* v1.2.0 */
.mpt-h-context{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}.mpt-h-context>div{padding:12px 14px;border-radius:12px;background:var(--mpt-cream);border:1px solid var(--mpt-border)}.mpt-h-context small,.mpt-h-context strong{display:block}.mpt-h-context small{font-size:11px;color:var(--mpt-muted);text-transform:uppercase;font-weight:800;letter-spacing:.5px}.mpt-h-map{height:360px;border-radius:16px;overflow:hidden;border:1px solid var(--mpt-border);background:#eef3f1}.mpt-h-map-search{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:12px}.mpt-h-help{margin:-6px 0 12px;color:var(--mpt-muted);font-size:13px}.mpt-h-results-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:18px;align-items:start}.mpt-h-results-layout .mpt-h-list{grid-template-columns:repeat(2,minmax(0,1fr))}.mpt-h-results-map{position:sticky;top:90px;height:640px}.mpt-h-photo b{position:absolute;right:11px;bottom:11px;background:#fff;color:var(--mpt-dark);padding:8px 10px;border-radius:10px;font-size:13px;box-shadow:0 5px 16px rgba(0,0,0,.16)}.mpt-h-single-price{display:inline-flex;margin-bottom:14px;padding:10px 14px;border-radius:999px;background:var(--mpt-gold);color:#fff;font-weight:900}.mpt-h-single-map{margin:16px 0}.mpt-h-small{font-size:12px;color:var(--mpt-muted)}
@media(max-width:980px){.mpt-h-results-layout{grid-template-columns:1fr}.mpt-h-results-map{position:relative;top:auto;height:420px}.mpt-h-results-layout .mpt-h-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.mpt-h-context{grid-template-columns:1fr}.mpt-h-map-search{grid-template-columns:1fr}.mpt-h-map{height:300px}.mpt-h-results-layout .mpt-h-list{grid-template-columns:1fr}}

/* Fenêtre globale de création depuis une fiche festival */
body.mpt-h-modal-open{overflow:hidden}
.mpt-h-global-modal[hidden]{display:none!important}
.mpt-h-global-modal{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:18px}
.mpt-h-global-modal__backdrop{position:absolute;inset:0;background:rgba(8,30,34,.78);backdrop-filter:blur(5px)}
.mpt-h-global-modal__dialog{position:relative;width:min(1040px,96vw);max-height:92vh;background:#fdf3e7;border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.38);overflow:hidden}
.mpt-h-global-modal__scroll{max-height:92vh;overflow:auto;padding:14px}
.mpt-h-global-modal__close{position:absolute;right:14px;top:12px;z-index:5;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#173f45;font-size:29px;line-height:1;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.18)}
.mpt-h-global-modal .mpt-h-publish{margin:0}
@media(max-width:700px){.mpt-h-global-modal{padding:0}.mpt-h-global-modal__dialog{width:100vw;max-height:100vh;height:100vh;border-radius:0}.mpt-h-global-modal__scroll{max-height:100vh;padding:8px}.mpt-h-global-modal__close{right:8px;top:8px}}

/* v1.3.0 - formulaire en fenêtre et CTA de la liste */
.mpt-h-form-shortcode{margin:16px 0}.mpt-h-main-open{width:100%;min-height:54px;font-size:16px;background:linear-gradient(135deg,#b88b25,#d3ad55);box-shadow:0 10px 24px rgba(184,139,37,.22)}
.mpt-h-inline-modal[hidden]{display:none!important}.mpt-h-inline-modal{position:fixed;inset:0;z-index:100010;display:grid;place-items:center;padding:18px}.mpt-h-inline-modal__backdrop{position:absolute;inset:0;background:rgba(8,30,34,.78);backdrop-filter:blur(5px)}.mpt-h-inline-modal__dialog{position:relative;width:min(1040px,96vw);max-height:92vh;background:#fdf3e7;border-radius:24px;box-shadow:0 30px 90px rgba(0,0,0,.38);overflow:hidden}.mpt-h-inline-modal__scroll{max-height:92vh;overflow:auto;padding:14px}.mpt-h-inline-modal__close{position:absolute;right:14px;top:12px;z-index:5;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#173f45;font-size:29px;line-height:1;cursor:pointer;box-shadow:0 5px 18px rgba(0,0,0,.18)}.mpt-h-inline-modal .mpt-h-publish{margin:0}.mpt-h-list-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.mpt-h-list-open{background:#c09532}.mpt-h-list-open:hover{background:#a77b20}
@media(max-width:700px){.mpt-h-inline-modal{padding:0}.mpt-h-inline-modal__dialog{width:100vw;max-height:100vh;height:100vh;border-radius:0}.mpt-h-inline-modal__scroll{max-height:100vh;padding:8px}.mpt-h-inline-modal__close{right:8px;top:8px}.mpt-h-list-actions{width:100%;justify-content:stretch}.mpt-h-list-open,.mpt-h-trust{width:100%}}

/* v1.3.1 - largeur maximale alignée sur le module covoiturage */
.mpt-h-form-shortcode,
.mpt-h-board,
.mpt-h-single,
.mpt-h-requests {
  width: min(1500px, calc(100% - 28px));
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.mpt-h-board {
  margin-top: 22px;
}

@media (max-width: 560px) {
  .mpt-h-form-shortcode,
  .mpt-h-board,
  .mpt-h-single,
  .mpt-h-requests {
    width: calc(100% - 16px);
  }
}

/* v1.3.2 - liste sans grande carte et fiche hébergement en fenêtre */
.mpt-h-public-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:start}
.mpt-h-photo{width:100%;border:0;text-align:left;cursor:pointer;font:inherit}
.mpt-h-title-button{padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:800;text-align:left;cursor:pointer}
.mpt-h-title-button:hover{color:#b88b25}
body.mpt-h-detail-open{overflow:hidden}
.mpt-h-detail-modal[hidden]{display:none!important}
.mpt-h-detail-modal{position:fixed;inset:0;z-index:100500;display:grid;place-items:center;padding:18px}
.mpt-h-detail-backdrop{position:absolute;inset:0;background:rgba(5,28,33,.82);backdrop-filter:blur(6px)}
.mpt-h-detail-dialog{position:relative;width:min(1120px,96vw);max-height:92vh;overflow:hidden;border-radius:24px;background:#fdf3e7;box-shadow:0 30px 100px rgba(0,0,0,.45)}
.mpt-h-detail-scroll{max-height:92vh;overflow:auto}
.mpt-h-detail-close{position:absolute;right:14px;top:14px;z-index:5;width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#154f58;font-size:30px;line-height:1;cursor:pointer;box-shadow:0 8px 24px rgba(0,0,0,.22)}
.mpt-h-detail-cover{height:300px;background-size:cover;background-position:center}
.mpt-h-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:28px 30px 14px}
.mpt-h-detail-head h2{margin:5px 0 6px;color:#15535c;font-size:34px;line-height:1.12}
.mpt-h-detail-head p{margin:0;color:#617b7e}
.mpt-h-detail-modal .mpt-h-facts{margin:0 30px 22px}
.mpt-h-detail-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:26px;padding:0 30px 32px}
.mpt-h-detail-main,.mpt-h-detail-side{min-width:0}
.mpt-h-detail-main h3{margin:0 0 12px;color:#15535c}
.mpt-h-detail-description{padding:20px;background:#fff;border:1px solid #eadfce;border-radius:18px;color:#314f53;line-height:1.65}
.mpt-h-detail-equipment{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}
.mpt-h-detail-equipment span{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid #e6dac8;color:#17525a;font-weight:700}
.mpt-h-detail-map{height:300px;border-radius:18px;overflow:hidden}
.mpt-h-detail-actions{display:grid;gap:10px;margin-top:14px}
.mpt-h-detail-actions .mpt-h-btn{width:100%;justify-content:center;text-align:center}
@media(max-width:1100px){.mpt-h-public-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.mpt-h-public-list{grid-template-columns:1fr}.mpt-h-detail-modal{padding:0}.mpt-h-detail-dialog{width:100vw;height:100vh;max-height:100vh;border-radius:0}.mpt-h-detail-scroll{max-height:100vh}.mpt-h-detail-cover{height:220px}.mpt-h-detail-head{display:block;padding:22px 18px 12px}.mpt-h-detail-head h2{font-size:27px}.mpt-h-detail-head .mpt-h-single-price{margin-top:14px;display:inline-flex}.mpt-h-detail-modal .mpt-h-facts{margin:0 18px 18px}.mpt-h-detail-grid{grid-template-columns:1fr;padding:0 18px 28px}.mpt-h-detail-close{right:9px;top:9px}}


/* Version 4.3.6 — bouton de gestion dans l’en-tête des hébergements. */
.mpt-h-manage-open{white-space:nowrap;cursor:pointer}

/* v4.3.7 — tableau de bord hébergement séparé */
.mpt-h-list-actions a.mpt-h-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}
.mpt-h-dashboard{width:min(1500px,calc(100% - 28px));margin:28px auto;padding:0;color:#0d4f5a;font-family:inherit}
.mpt-h-dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 30px;margin-bottom:22px;border:1px solid rgba(13,79,90,.12);border-radius:20px;background:linear-gradient(135deg,#fff8ed 0%,#f6efe4 100%);box-shadow:0 14px 34px rgba(14,67,73,.08)}
.mpt-h-dashboard-hero h1{margin:5px 0 7px;font-size:clamp(28px,4vw,42px);line-height:1.08;color:#073f49}
.mpt-h-dashboard-hero p{max-width:760px;margin:0;color:#53737a;font-size:16px}
.mpt-h-dashboard-section{padding:24px;margin-top:20px;border:1px solid rgba(13,79,90,.13);border-radius:18px;background:#fffaf3;box-shadow:0 12px 28px rgba(14,67,73,.07)}
.mpt-h-dashboard-section .mpt-h-list-head{margin-bottom:18px}
.mpt-h-dashboard-success{margin:0 0 20px}
@media(max-width:760px){.mpt-h-dashboard{width:min(100% - 18px,1500px);margin:14px auto}.mpt-h-dashboard-hero{align-items:flex-start;flex-direction:column;padding:21px 18px}.mpt-h-dashboard-hero .mpt-h-btn{width:100%}.mpt-h-dashboard-section{padding:16px 12px}}

/* v4.3.9 — carte entière cliquable et fenêtre de détail stable */
.mpt-h-card-clickable{cursor:pointer;position:relative;isolation:isolate}
.mpt-h-card-clickable:focus-visible{outline:3px solid #c7a250;outline-offset:4px}
.mpt-h-card-clickable .mpt-h-photo{overflow:hidden}
.mpt-h-card-clickable .mpt-h-photo::after{content:"";position:absolute;inset:0;background:inherit;background-position:center;background-size:cover;transition:transform .28s ease;z-index:0}
.mpt-h-card-clickable:hover .mpt-h-photo::after{transform:scale(1.045)}
.mpt-h-card-clickable .mpt-h-photo>span,.mpt-h-card-clickable .mpt-h-photo>b{z-index:1}
.mpt-h-card-clickable .mpt-h-body h3{color:var(--mpt-teal)}
.mpt-h-detail-modal{overscroll-behavior:contain}
.mpt-h-detail-dialog{transform:none!important;contain:layout paint;isolation:isolate}
.mpt-h-detail-scroll{overscroll-behavior:contain;-webkit-overflow-scrolling:touch}
body.mpt-h-detail-open{position:fixed;width:100%;overflow:hidden}
@media(max-width:760px){
  .mpt-h-detail-modal{display:flex;align-items:flex-end;justify-content:center;padding:0}
  .mpt-h-detail-dialog{width:100%;height:auto;max-height:94dvh;border-radius:22px 22px 0 0}
  .mpt-h-detail-scroll{max-height:94dvh;overflow-y:auto}
  .mpt-h-detail-cover{height:180px}
  .mpt-h-detail-head{padding:20px 16px 12px}
  .mpt-h-detail-head h2{font-size:24px;overflow-wrap:anywhere}
  .mpt-h-detail-modal .mpt-h-facts{margin:0 16px 16px;grid-template-columns:1fr 1fr}
  .mpt-h-detail-grid{padding:0 16px 24px;gap:18px}
  .mpt-h-detail-map{height:230px}
  .mpt-h-detail-close{position:fixed;right:10px;top:calc(env(safe-area-inset-top) + 10px)}
}

/* v4.4.0 — cartes hébergement alignées sur le style covoiturage */
.mpt-h-card{position:relative;border-radius:18px;background:#fff;border:1px solid rgba(16,63,70,.14);box-shadow:0 12px 30px rgba(16,63,70,.09)}
.mpt-h-published{position:absolute;z-index:4;right:12px;top:12px;padding:7px 10px;border-radius:999px;background:#fffaf2;border:1px solid #eadcc7;color:#715f45;font-size:11px;font-weight:700;box-shadow:0 4px 12px rgba(16,63,70,.08)}
.mpt-h-card-event{display:block;color:#008a58;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;line-height:1.3}
.mpt-h-card-topline{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}
.mpt-h-card-topline h3{margin:3px 0 2px!important;color:#103f46!important;font-size:20px!important;line-height:1.2}
.mpt-h-card-topline small{color:#667b7e;font-size:11px}
.mpt-h-avatar{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:50%;background:#e8f5ef;color:#117a55;font-weight:900}
.mpt-h-card-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:12px 0}
.mpt-h-card-details>div{padding:10px 11px;border-radius:11px;background:#f7faf9}
.mpt-h-card-details small,.mpt-h-card-details strong{display:block}
.mpt-h-card-details small{color:#708083;font-size:10px;margin-bottom:3px}
.mpt-h-card-details strong{color:#1a4e55;font-size:12px;line-height:1.3}
.mpt-h-card-stats{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}
.mpt-h-card-stats span{padding:6px 9px;border:1px solid #e4d8c7;border-radius:999px;background:#fffaf3;color:#5b6e70;font-size:10px;font-weight:700}
.mpt-h-card-manage .mpt-h-photo{height:155px}
.mpt-h-manage-actions{display:flex;gap:9px;margin-top:14px}
.mpt-h-manage-actions .mpt-h-btn,.mpt-h-manage-actions .mpt-h-delete{flex:1;margin:0;padding:10px 12px;border-radius:10px;font-weight:800;text-align:center}
.mpt-h-manage-actions .mpt-h-delete{border:1px solid #efb1b1;background:#fff5f5;color:#a32929}
.mpt-h-action-row{display:grid;grid-template-columns:1fr 1.18fr;gap:9px}
.mpt-h-detail-actions .mpt-h-interest{background:#fff;color:#d62d4d!important;border:1px solid #ef3c5d;border-radius:0}
.mpt-h-detail-actions .mpt-h-interest:hover{background:#fff2f5}
.mpt-h-detail-actions .mpt-h-contact{background:#176773;color:#fff!important;border-radius:8px;text-decoration:none}
.mpt-h-detail-actions .mpt-h-contact:hover{background:#104c55}
.mpt-h-detail-head{border-bottom:1px solid #e7d9c5}
.mpt-h-detail-head .mpt-h-kicker{color:#008a58}
.mpt-h-detail-modal .mpt-h-facts>div{background:#fffaf3;border:1px solid #eadfce}
.mpt-h-dashboard .mpt-h-card{box-shadow:none}
@media(max-width:620px){
 .mpt-h-published{top:9px;right:9px;font-size:10px}
 .mpt-h-card-details{grid-template-columns:1fr 1fr}
 .mpt-h-action-row{grid-template-columns:1fr}
 .mpt-h-manage-actions{flex-direction:column}
}


/* v4.4.1 — tableau de bord simplifié et demandes interactives */
.mpt-h-dashboard{margin-top:18px}
.mpt-h-dashboard-hero{display:none!important}
.mpt-h-dashboard-list-head{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:20px}
.mpt-h-dashboard-list-head h1{margin:4px 0 5px;font-size:clamp(28px,3vw,40px);color:#073f49;line-height:1.08}
.mpt-h-dashboard-list-head p{margin:0;color:#5d777b}
.mpt-h-request-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px;border-bottom:1px solid #e5d7c4;padding-bottom:14px}
.mpt-h-request-head h2{margin:4px 0 0;color:#0c5260}
.mpt-h-request-head p{margin:0;max-width:620px;color:#657b7e;font-size:13px;text-align:right}
.mpt-h-request{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(360px,auto);align-items:center;gap:18px;padding:17px 18px;margin-top:12px;border:1px solid #e5dacb;border-left:5px solid #d5a63d;border-radius:15px;background:#fff;box-shadow:0 8px 22px rgba(16,63,70,.06);transition:.2s ease}
.mpt-h-request--accepted{border-left-color:#1e9a62;background:#fbfffd}
.mpt-h-request--refused{border-left-color:#d9535f;background:#fffafa}
.mpt-h-request-main{display:flex;align-items:center;gap:12px;min-width:0}
.mpt-h-request-main>div:last-child{display:grid;gap:3px;min-width:0}
.mpt-h-request-main strong{font-size:15px;color:#0d4f5a}
.mpt-h-request-main span{font-weight:800;color:#163f45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.mpt-h-request-main small{color:#708083}
.mpt-h-status{display:inline-flex;padding:8px 11px;border-radius:999px;font-weight:800;font-size:12px;background:#fff4d9;color:#8a6517;border:1px solid #ead49f}
.mpt-h-status--accepted{background:#e4f7ec;color:#187747;border-color:#bfe6cf}
.mpt-h-status--refused{background:#fff0f1;color:#a52e3a;border-color:#efc5c9}
.mpt-h-request-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap}
.mpt-h-request-actions button{min-height:42px;padding:10px 14px;border-radius:10px;font-weight:900;cursor:pointer;transition:.18s ease}
.mpt-h-request-accept{border:1px solid #31a66c;background:#fff;color:#197848}
.mpt-h-request-accept:hover,.mpt-h-request-accept.is-active{background:#1e9a62;color:#fff}
.mpt-h-request-refuse{border:1px solid #e8aab0;background:#fff;color:#ae3040}
.mpt-h-request-refuse:hover,.mpt-h-request-refuse.is-active{background:#d9535f;color:#fff}
.mpt-h-request-actions button:disabled{opacity:.58;cursor:wait}
.mpt-h-card-manage .mpt-h-card-stats span{font-size:11px}
@media(max-width:980px){.mpt-h-request{grid-template-columns:1fr auto}.mpt-h-request-actions{grid-column:1/-1;justify-content:flex-start}}
@media(max-width:700px){.mpt-h-dashboard-list-head,.mpt-h-request-head{align-items:flex-start;flex-direction:column}.mpt-h-dashboard-list-head .mpt-h-btn{width:100%}.mpt-h-request-head p{text-align:left}.mpt-h-request{grid-template-columns:1fr;padding:15px 13px}.mpt-h-request-status,.mpt-h-request-actions{grid-column:auto}.mpt-h-request-actions{display:grid;grid-template-columns:1fr 1fr}.mpt-h-request-actions .mpt-h-btn{grid-column:1/-1;width:100%}}


/* v4.4.3 — tableau de bord : action unique et mise à jour dynamique */
.mpt-h-manage-actions--single{grid-template-columns:1fr!important}
.mpt-h-manage-actions--single .mpt-h-delete{width:100%}

/* v4.4.4 — festival et estimation du prix */
.mpt-h-festival-field{grid-column:span 2}
.mpt-h-festival-select,.mpt-h-festival-manual-input{width:100%}
.mpt-h-festival-manual-input{margin-top:8px}
.mpt-h-price-total{align-self:end;min-height:78px;padding:13px 15px;border:1px solid #ead9bd;border-radius:14px;background:#fff8ed;display:flex;flex-direction:column;justify-content:center;gap:3px}
.mpt-h-price-total small{font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#8b7250}
.mpt-h-price-total strong{font-size:15px;color:#174f58}
.mpt-h-price-total span{font-size:12px;color:#58777b}
.mpt-h-price-total.is-ready{border-color:#c79a32;background:#fff4d9;box-shadow:0 8px 22px rgba(128,91,17,.08)}
@media(max-width:700px){.mpt-h-festival-field{grid-column:span 1}.mpt-h-price-total{min-height:0}}

/* v4.4.5 — adresse privée, carte compacte et ordre simplifié du logement */
.mpt-h-address-field{grid-column:1/-1}.mpt-h-address-note{grid-column:1/-1;padding:12px 14px;border:1px solid #d9c7a6;border-radius:12px;background:#fff8ec;color:#365b60;font-size:12px;line-height:1.45}.mpt-h-map-search{grid-column:1/-1;margin:0}.mpt-h-map-search .mpt-h-btn{width:100%}.mpt-h-form-map--compact{grid-column:1/-1;height:320px!important}.mpt-h-form [name="distance"][readonly]{background:#f4f7f6;color:#17525a;font-weight:800}.mpt-h-festival-select option{font-size:14px}
@media(max-width:620px){.mpt-h-form-map--compact{height:175px!important}}

/* v4.4.6 — suppression des demandes refusées */
.mpt-h-request-actions{position:relative}
.mpt-h-request-delete{width:34px;height:34px;min-width:34px;padding:0;border:1px solid #e9a6ad;border-radius:50%;background:#fff;color:#c53f4d;font-size:22px;line-height:1;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:.18s ease}
.mpt-h-request-delete:hover{background:#c53f4d;color:#fff;transform:scale(1.04)}
.mpt-h-request-delete:disabled{opacity:.55;cursor:wait}
@media(max-width:700px){.mpt-h-request-delete{position:absolute;top:8px;right:8px}}

/* v4.4.7 — calendrier festival et autocomplétion d’adresse */
.mpt-h-date-input + .flatpickr-mobile { display:none!important; }
.flatpickr-day.mpt-h-festival-day{
  background:#fff1c7!important;
  border-color:#e4b544!important;
  color:#0d4f58!important;
  border-radius:0!important;
  box-shadow:inset 0 -3px 0 #c89a2b;
}
.flatpickr-day.mpt-h-festival-start{border-radius:8px 0 0 8px!important;background:#d7ad42!important;color:#fff!important;}
.flatpickr-day.mpt-h-festival-end{border-radius:0 8px 8px 0!important;background:#d7ad42!important;color:#fff!important;}
.flatpickr-day.mpt-h-festival-start.mpt-h-festival-end{border-radius:8px!important;}
.mpt-h-address-wrap{position:relative;display:block;width:100%;}
.mpt-h-address-loader{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:12px;color:#52737a;background:#fff;padding-left:8px;}
.mpt-h-address-suggestions{position:absolute;z-index:100050;left:0;right:0;top:calc(100% + 5px);max-height:245px;overflow:auto;background:#fff;border:1px solid #d9cbb9;border-radius:12px;box-shadow:0 14px 34px rgba(0,38,44,.18);padding:6px;}
.mpt-h-address-option{display:block;width:100%;border:0;background:#fff;text-align:left;padding:11px 12px;border-radius:8px;color:#184f58;font:inherit;line-height:1.35;cursor:pointer;}
.mpt-h-address-option:hover,.mpt-h-address-option:focus{background:#fdf3e7;outline:none;}
.mpt-h-address-empty{display:block;padding:12px;color:#6d7f82;font-size:13px;}
@media(max-width:700px){.mpt-h-address-suggestions{max-height:190px}.flatpickr-calendar{max-width:calc(100vw - 24px)}}


/* v4.4.8 — repère carte fiable, calendrier toujours accessible */
.mpt-h-map-pin-wrap{background:transparent!important;border:0!important;overflow:visible!important}
.mpt-h-map-pin{position:relative;display:block;width:30px;height:30px;border-radius:50% 50% 50% 0;background:#c79a2b;border:4px solid #fff;box-shadow:0 4px 12px rgba(0,38,44,.35);transform:rotate(-45deg)}
.mpt-h-map-pin i{position:absolute;left:50%;top:50%;width:8px;height:8px;border-radius:50%;background:#155d66;transform:translate(-50%,-50%)}
.mpt-h-form-map .leaflet-marker-pane{z-index:650!important}
.mpt-h-form .flatpickr-input[readonly],.mpt-h-form input.mpt-h-date-input[readonly]{background:#fff!important;color:#173f45!important;cursor:pointer!important;opacity:1!important}
.mpt-h-form input.flatpickr-input.form-control{background:#fff!important}
.mpt-h-form .flatpickr-calendar{z-index:100090!important}

/* v4.4.9 — calendrier d’hébergement toujours visible au-dessus de la fenêtre modale */
body .flatpickr-calendar{
  z-index:100250!important;
}
body .flatpickr-calendar.open{
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}
.mpt-h-inline-modal .mpt-h-date-input,
.mpt-h-inline-modal .flatpickr-input{
  pointer-events:auto!important;
  cursor:pointer!important;
  background:#fff!important;
  opacity:1!important;
}
.flatpickr-day.mpt-h-festival-day{
  background:#f2dfac!important;
  border-color:#e4c66c!important;
  color:#173f45!important;
  font-weight:700!important;
}
.flatpickr-day.mpt-h-festival-start,
.flatpickr-day.mpt-h-festival-end{
  background:#c99a2e!important;
  border-color:#c99a2e!important;
  color:#fff!important;
}

/* v4.5.0 — estimation près du prix, accueil conditionnel et galerie 3 photos */
.mpt-h-price-row{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,1fr);gap:14px;align-items:end}
.mpt-h-price-row .mpt-h-price-total{min-height:74px}
.mpt-h-gender-field[hidden]{display:none!important}
.mpt-h-photos-field{grid-column:1/-1}
.mpt-h-photos-field small{font-weight:500;color:var(--mpt-muted)}
.mpt-h-festival-legend{grid-column:1/-1;display:flex;align-items:center;gap:8px;margin-top:-3px;font-size:12px;font-weight:700;color:#6a5630}
.mpt-h-festival-legend span{width:18px;height:12px;border-radius:4px;background:#c7a250;box-shadow:inset 0 0 0 1px rgba(80,55,0,.12)}
.mpt-h-detail-gallery{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;gap:4px;height:300px;background:#eef3f2}
.mpt-h-detail-gallery-item{border:0;padding:0;background:center/cover no-repeat;cursor:pointer;min-height:0}
.mpt-h-detail-gallery-item.is-main{grid-row:1/3}
.mpt-h-detail-gallery-item:only-child{grid-column:1/-1;grid-row:1/3}
.mpt-h-detail-gallery-item:nth-child(2):last-child{grid-row:1/3}
@media(max-width:700px){.mpt-h-price-row{grid-template-columns:1fr}.mpt-h-detail-gallery{height:220px}.mpt-h-detail-gallery-item.is-main{grid-column:1/-1;grid-row:1/2}.mpt-h-detail-gallery-item:nth-child(2),.mpt-h-detail-gallery-item:nth-child(3){grid-row:2/3}}

/* v4.5.5 — libellé de section */
.mpt-h-kicker{text-transform:uppercase}

/* v4.5.8 — économies visibles pour les colocations */
.mpt-h-saving-chip{background:#e8f7ee!important;border-color:#b9e5c8!important;color:#087b45!important;font-weight:800!important}
.mpt-h-single-price-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:8px}
.mpt-h-single-saving{max-width:260px;padding:8px 12px;border-radius:14px;background:#e8f7ee;color:#087b45;font-size:12px;font-weight:800;text-align:center;border:1px solid #b9e5c8}
.mpt-h-price-total [data-mpt-h-price-detail] b{display:inline-block;margin-top:5px;color:#087b45}
@media(max-width:700px){.mpt-h-single-price-wrap{align-items:flex-start}.mpt-h-single-saving{max-width:100%;text-align:left}}


/* v4.5.9 — fiche détaillée harmonisée avec la carte publique */
.mpt-h-detail-dialog{
  background:#fff;
  color:#28484c;
}
.mpt-h-detail-head{
  background:#fff;
  border-bottom:1px solid rgba(16,63,70,.12);
}
.mpt-h-detail-head h2{
  color:#103f46;
}
.mpt-h-detail-head p{
  color:#667b7e;
}
.mpt-h-detail-modal .mpt-h-facts>div{
  background:#f7faf9;
  border:1px solid rgba(16,63,70,.08);
  border-radius:11px;
}
.mpt-h-detail-modal .mpt-h-facts small{
  color:#708083;
}
.mpt-h-detail-modal .mpt-h-facts strong{
  color:#1a4e55;
}
.mpt-h-detail-grid{
  background:#fff;
}
.mpt-h-detail-description{
  background:#fff;
  border:1px solid rgba(16,63,70,.13);
  color:#314f53;
  box-shadow:none;
}
.mpt-h-detail-equipment span{
  background:#fffaf3;
  border-color:#e4d8c7;
  color:#17525a;
}
.mpt-h-detail-map{
  border:1px solid rgba(16,63,70,.13);
}
.mpt-h-detail-modal .mpt-h-single-price{
  background:#fff;
  color:#103f46;
  border:1px solid #e4d8c7;
  box-shadow:0 8px 22px rgba(16,63,70,.10);
}


/* v4.6.0 — badge économie plus lisible */
.mpt-h-saving-chip{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:8px 12px!important;
  background:#e8f7ee!important;
  border:1px solid #a9ddbc!important;
  color:#087b45!important;
  font-family:inherit!important;
  font-size:12px!important;
  font-weight:700!important;
  line-height:1.35!important;
  letter-spacing:0!important;
  text-transform:none!important;
  white-space:normal!important;
  -webkit-font-smoothing:antialiased!important;
  -moz-osx-font-smoothing:grayscale!important;
  text-rendering:optimizeLegibility!important;
}
.mpt-h-single-saving{
  font-family:inherit!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.4!important;
  letter-spacing:0!important;
  -webkit-font-smoothing:antialiased!important;
  -moz-osx-font-smoothing:grayscale!important;
  text-rendering:optimizeLegibility!important;
}
@media(max-width:620px){
  .mpt-h-saving-chip{font-size:11.5px!important;padding:7px 10px!important;}
}

/* v1.6.0 - photo automatique Google Places */
.mpt-h-hotel-field{grid-column:1/-1}
.mpt-h-hotel-field small,.mpt-h-hotel-help{font-weight:500;color:#668084}
.mpt-h-hotel-wrap{position:relative;display:block;margin-top:7px}
.mpt-h-google-photo-preview{grid-column:1/-1;display:grid;grid-template-columns:160px 1fr;gap:16px;align-items:center;padding:12px;border:1px solid #d7c9b6;border-radius:14px;background:#fffaf3}
.mpt-h-google-photo-preview[hidden]{display:none!important}
.mpt-h-google-photo-preview img{width:160px;height:105px;object-fit:cover;border-radius:10px}
.mpt-h-google-photo-preview div{display:flex;flex-direction:column;gap:5px}
.mpt-h-google-photo-preview strong{color:#12535b;font-size:15px}
.mpt-h-google-photo-preview small{color:#657b7e}
.mpt-h-google-photo-remove{align-self:flex-start;border:1px solid #d2a13a;background:#fff;color:#12535b;border-radius:9px;padding:7px 10px;font-weight:700;cursor:pointer}
.mpt-h-google-attribution{padding:6px 18px 0;text-align:right;font-size:11px;color:#6c7f82;background:#fff}
@media(max-width:640px){.mpt-h-google-photo-preview{grid-template-columns:1fr}.mpt-h-google-photo-preview img{width:100%;height:170px}}


/* v6.1.0 — règle hôtels : partage uniquement */
.mpt-h-hotel-rule{margin:14px 0 4px;padding:12px 14px;border:1px solid #d9b45c;border-radius:12px;background:#fff8e8;color:#214f55;font-size:13px;line-height:1.5}
.mpt-h-hotel-rule[hidden],.mpt-h-type-card[hidden]{display:none!important}
.mpt-h-form--hotel-sharing .mpt-h-type-choice{grid-template-columns:minmax(0,1fr)}
.mpt-h-form--hotel-sharing [data-mpt-h-roommate-card]{max-width:none}
/* v6.2.1 Google Places New */
.mpt-google-status{display:block;margin-top:7px;padding:9px 11px;border-radius:9px;font-weight:700;line-height:1.35;background:#edf8f5;color:#17525a;border:1px solid #b9ded4}.mpt-google-status.is-error{background:#fff1f1;color:#9e2d36;border-color:#efb9bf}.mpt-h-hotel-suggestions,.mpt-h-address-suggestions{position:absolute;z-index:100120;left:0;right:0;top:100%;max-height:270px;overflow:auto;background:#fff;border:1px solid #d9cbbb;border-radius:0 0 12px 12px;box-shadow:0 14px 30px rgba(13,54,59,.18)}.mpt-h-hotel-wrap,.mpt-h-address-wrap{position:relative;display:block}.mpt-google-suggestion{display:block;width:100%;padding:11px 13px;border:0;border-bottom:1px solid #eee4d9;background:#fff;text-align:left;color:#123f45;font:inherit;cursor:pointer}.mpt-google-suggestion:hover,.mpt-google-suggestion:focus{background:#fdf3e7;outline:none}


.mpt-h-manage-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.mpt-h-edit{display:flex;align-items:center;justify-content:center;border:1px solid #c7a250;border-radius:10px;background:#fff7ea;color:#0e5962;font-weight:800;text-decoration:none;padding:11px}.mpt-h-edit:hover{background:#fdf0d2;color:#0e5962}

/* v6.4.8 — retirer un cohébergeur accepté */
.mpt-h-request-remove-member{
  width:34px;
  height:34px;
  min-width:34px;
  padding:0;
  border:1px solid #e9a6ad;
  border-radius:50%;
  background:#fff;
  color:#c53f4d;
  font-size:22px;
  line-height:1;
  font-weight:800;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  transition:.18s ease;
}
.mpt-h-request-remove-member:hover{background:#c53f4d;color:#fff;transform:scale(1.04)}
.mpt-h-request-remove-member:disabled{opacity:.55;cursor:wait}
@media(max-width:700px){.mpt-h-request-remove-member{position:absolute;top:8px;right:8px}}

/* v6.4.9 — choix réversible de la photo Google */
.mpt-h-google-photo-media{position:relative}
.mpt-h-google-photo-state{position:absolute;inset:auto 8px 8px 8px;padding:7px 9px;border-radius:8px;background:rgba(18,83,91,.92);color:#fff;font-size:12px;font-weight:800;text-align:center;line-height:1.25}
.mpt-h-google-photo-preview.is-photo-disabled img{filter:grayscale(.85);opacity:.48}
.mpt-h-google-photo-preview.is-photo-disabled{border-style:dashed;background:#f5f7f7}
.mpt-h-google-photo-preview.is-photo-disabled .mpt-h-google-photo-remove{background:#12535b;color:#fff;border-color:#12535b}

/* v6.5.0 — carte Google plus confortable */
@media(max-width:620px){.mpt-h-form-map--compact{height:280px!important}}

/* v6.5.4 - Pegman Google Maps : restauration sans déformer le sprite natif */
.mpt-h-form-map .gm-style img,
.mpt-h-detail-map .gm-style img,
.mpt-h-map .gm-style img {
  max-width:none !important;
  box-shadow:none !important;
  border:0 !important;
}

/* Le Pegman utilise une image-sprite. On conserve le découpage natif Google. */
.mpt-h-form-map .gm-svpc,
.mpt-h-detail-map .gm-svpc,
.mpt-h-map .gm-svpc {
  overflow:hidden !important;
  visibility:visible !important;
  opacity:1 !important;
}

.mpt-h-form-map .gm-svpc img,
.mpt-h-detail-map .gm-svpc img,
.mpt-h-map .gm-svpc img {
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  box-shadow:none !important;
  filter:none !important;
}

/* v6.5.5 - Espacement cohérent entre les icônes et les libellés des actions */
.mpt-action-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;line-height:1;margin-right:8px}


/* v6.5.7 - Tri hébergement identique au covoiturage */
.mpt-h-list-tools{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}
.mpt-h-list-tools .mpt-h-tabs{margin-bottom:0}
.mpt-h-sort{margin-left:auto}
.mpt-h-sort label{display:flex;align-items:center;gap:10px;color:#49686b;font-size:13px;font-weight:750}
.mpt-h-sort select{
  min-width:205px;height:44px;padding:0 38px 0 13px;border:1px solid #cbdcda;border-radius:12px;
  background:#fff;color:#123f45 !important;font:inherit;font-weight:700;cursor:pointer;
  box-shadow:0 4px 14px rgba(23,82,90,.05);outline:0;opacity:1;
  -webkit-text-fill-color:#123f45;
}
.mpt-h-sort select option{color:#123f45;background:#fff}
.mpt-h-sort select:focus{border-color:#c7a250;box-shadow:0 0 0 3px rgba(199,162,80,.14)}
@media(max-width:700px){
  .mpt-h-list-tools{align-items:stretch;flex-direction:column;gap:10px}
  .mpt-h-sort,.mpt-h-sort label,.mpt-h-sort select{width:100%}
  .mpt-h-sort{margin-left:0}
  .mpt-h-sort label{align-items:stretch;flex-direction:column;gap:6px}
  .mpt-h-sort select{min-width:0}
}

/* v7.11.9 - retour visuel des décisions d'hébergement */
.mpt-h-action-feedback{flex-basis:100%;margin-top:8px;padding:8px 10px;border-radius:10px;font-size:13px;font-weight:700;line-height:1.35}
.mpt-h-action-feedback.is-success{background:#e8f7ef;color:#087443;border:1px solid #a9dfc1}
.mpt-h-action-feedback.is-error{background:#fff0f0;color:#a62424;border:1px solid #efb4b4}
.mpt-h-action-feedback.is-info{background:#eef6f7;color:#17525a;border:1px solid #bdd6d9}
.mpt-h-request button.is-loading{opacity:.75;cursor:wait}


/* v7.12.2 — badge réservé centré dans la photo */
.mpt-h-public-list{align-items:stretch;grid-auto-rows:1fr;gap:12px}
.mpt-h-public-list>.mpt-h-card{display:flex;flex-direction:column;height:100%;min-width:0}
.mpt-h-public-list>.mpt-h-card .mpt-h-body{display:flex;flex:1;flex-direction:column}
.mpt-h-public-list>.mpt-h-card .mpt-h-card-topline{min-height:86px}
.mpt-h-public-list>.mpt-h-card .mpt-h-card-stats{margin-top:auto;padding-top:10px;align-content:flex-start;box-sizing:border-box}
.mpt-h-photo{position:relative;overflow:hidden}
.mpt-h-reserved-ribbon{position:absolute;z-index:9;top:14px;left:50%;transform:translateX(-50%);display:inline-flex;align-items:center;justify-content:center;gap:7px;width:auto;max-width:calc(100% - 32px);padding:9px 18px;border:1px solid rgba(255,255,255,.75);border-radius:999px;background:#9f261f;color:#fff;font-size:13px;font-weight:900;line-height:1;letter-spacing:1.1px;white-space:nowrap;box-shadow:0 6px 18px rgba(67,16,12,.28);pointer-events:none}
.mpt-h-reserved-ribbon span{display:inline-grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#fff;color:#9f261f;font-size:12px;letter-spacing:0}
.mpt-h-card.is-reserved .mpt-h-photo:after{content:"";position:absolute;inset:0;background:rgba(16,63,70,.16);pointer-events:none;z-index:1}
.mpt-h-card.is-reserved .mpt-h-photo>span,.mpt-h-card.is-reserved .mpt-h-photo>b,.mpt-h-card.is-reserved .mpt-h-reserved-ribbon{z-index:2}
.mpt-h-card.is-reserved .mpt-h-card-details>div:nth-child(3){background:#fff1f0}
.mpt-h-card.is-reserved .mpt-h-card-details>div:nth-child(3) strong{color:#b42318}
@media(max-width:620px){
 .mpt-h-public-list{gap:12px;grid-auto-rows:auto}
 .mpt-h-public-list>.mpt-h-card .mpt-h-card-topline{min-height:0}
 .mpt-h-reserved-ribbon{top:12px;padding:8px 15px;font-size:12px;max-width:calc(100% - 24px)}
}



/* v7.12.3 — badge réservé propre + accès direct à la gestion */
.mpt-h-reserved-ribbon{
  position:absolute!important;z-index:8!important;top:50%!important;left:50%!important;
  transform:translate(-50%,-50%) rotate(-5deg)!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  min-width:150px!important;padding:12px 22px!important;border:2px solid rgba(255,255,255,.95)!important;
  border-radius:12px!important;background:rgba(156,34,28,.94)!important;color:#fff!important;
  font-size:18px!important;font-weight:900!important;line-height:1!important;letter-spacing:1.5px!important;
  white-space:nowrap!important;box-shadow:0 8px 24px rgba(52,12,10,.35)!important;pointer-events:none!important;
}
.mpt-h-card.is-reserved .mpt-h-photo:after{background:rgba(16,63,70,.26)!important}
.mpt-h-owner-action{display:flex;flex-direction:column;gap:12px;align-items:stretch}
.mpt-h-owner-action strong{color:var(--mpt-teal);font-size:15px}
.mpt-h-owner-action .mpt-h-btn{width:100%;box-sizing:border-box}
@media(max-width:620px){
  .mpt-h-reserved-ribbon{min-width:132px!important;padding:10px 17px!important;font-size:15px!important}
}


/* v7.12.4 — état réservé toujours visible + carte Google dans la fiche */
.mpt-h-card.is-reserved{background:#f3f5f4!important;border-color:#c8d1cf!important}
.mpt-h-card.is-reserved .mpt-h-photo{filter:grayscale(.38) brightness(.82)}
.mpt-h-card.is-reserved .mpt-h-body{background:#f5f6f5}
.mpt-h-reserved-status{
  display:block;width:100%;box-sizing:border-box;margin:0 0 10px;padding:8px 12px;
  border:1px solid #e0a09b;border-radius:10px;background:#fff0ef;color:#b42318;
  font-size:15px;font-weight:900;line-height:1;text-align:center;letter-spacing:1.4px
}
.mpt-h-card.is-reserved .mpt-h-reserved-ribbon{
  top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;
  min-width:0!important;padding:10px 18px!important;border-radius:999px!important;
  background:#b42318!important;font-size:15px!important;letter-spacing:1.2px!important
}
.mpt-h-detail-map{min-height:320px;background:#eef3f2}
@media(max-width:620px){
  .mpt-h-reserved-status{font-size:14px;padding:8px 10px}
  .mpt-h-detail-map{min-height:280px}
}


/* v7.12.5 — statut réservé rouge, encadré et toujours visible */
.mpt-h-card.is-reserved{opacity:.82!important;filter:saturate(.72)!important}
.mpt-h-card.is-reserved:hover{opacity:.9!important}
.mpt-h-card.is-reserved .mpt-h-reserved-status{
 display:block!important;width:calc(100% - 24px)!important;box-sizing:border-box!important;
 margin:12px auto 10px!important;padding:10px 14px!important;border:2px solid #b42318!important;
 border-radius:10px!important;background:#b42318!important;color:#fff!important;
 font-size:15px!important;font-weight:900!important;line-height:1!important;text-align:center!important;
 letter-spacing:1.4px!important;box-shadow:0 4px 12px rgba(180,35,24,.22)!important
}
@media(max-width:620px){.mpt-h-card.is-reserved .mpt-h-reserved-status{font-size:14px!important;padding:9px 12px!important}}

/* v7.13.0 — panneau de découverte et séparation des annonces */
.mpt-h-discovery-panel{
  margin:22px 0 18px;padding:24px;border-radius:18px;
  background:linear-gradient(135deg,#103f46,#17525a);color:#fff;
  box-shadow:0 12px 28px rgba(16,63,70,.18)
}
.mpt-h-discovery-panel .mpt-h-list-head{margin-bottom:18px}
.mpt-h-discovery-panel .mpt-h-kicker{color:#e1c57e}
.mpt-h-discovery-panel .mpt-h-list-head h2{margin:5px 0 6px;color:#fff;font-size:34px;line-height:1.08;font-weight:800}
.mpt-h-discovery-panel .mpt-h-list-head p{color:rgba(255,255,255,.88)}
.mpt-h-discovery-panel .mpt-h-btn-light{background:#fff;color:#17525a!important;border-color:#fff}
.mpt-h-discovery-panel .mpt-h-list-tools{margin-bottom:0;padding-top:16px;border-top:1px solid rgba(255,255,255,.18)}
.mpt-h-discovery-panel .mpt-h-tabs button{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.10);color:#fff}
.mpt-h-discovery-panel .mpt-h-tabs button.is-active{background:#fff;color:#17525a;border-color:#fff}
.mpt-h-discovery-panel .mpt-h-sort span{color:#fff}
.mpt-h-discovery-panel .mpt-h-sort select{background:#fff}
.mpt-h-board>.mpt-results-divider{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:18px 0 14px;padding:15px 18px;border-radius:14px;background:#eef4f3;border:1px solid #cbdcda;color:#17525a}
.mpt-h-board>.mpt-results-divider>div{display:flex;align-items:center;gap:10px}
.mpt-h-board>.mpt-results-divider>div>span{font-size:21px}
.mpt-h-board>.mpt-results-divider strong{font-size:20px;line-height:1.2}
.mpt-h-board>.mpt-results-divider small{color:#617779;font-size:13px;text-align:right}
@media(max-width:700px){
 .mpt-h-discovery-panel{padding:20px 16px;margin:16px 0;border-radius:15px}
 .mpt-h-discovery-panel .mpt-h-list-head{text-align:center;align-items:center}
 .mpt-h-discovery-panel .mpt-h-list-head h2{font-size:28px}
 .mpt-h-discovery-panel .mpt-h-list-head p{font-size:14px}
 .mpt-h-discovery-panel .mpt-h-list-actions{width:100%}
 .mpt-h-discovery-panel .mpt-h-list-actions .mpt-h-btn{width:100%;box-sizing:border-box}
 .mpt-h-board>.mpt-results-divider{align-items:flex-start;flex-direction:column;gap:4px;padding:13px 14px;margin:16px 0 12px}
 .mpt-h-board>.mpt-results-divider strong{font-size:18px}
 .mpt-h-board>.mpt-results-divider small{text-align:left;font-size:12px}
}

/* v7.13.1 — panneau Hébergement MPT premium et mieux délimité */
.mpt-h-board > .mpt-h-discovery-panel{
  position:relative!important;display:block!important;width:100%!important;box-sizing:border-box!important;
  margin:28px 0 24px!important;padding:30px 32px!important;overflow:hidden!important;
  border:1px solid rgba(255,255,255,.12)!important;border-radius:22px!important;
  background:linear-gradient(118deg,#0e3d44 0%,#17525a 58%,#1d626a 100%)!important;
  box-shadow:0 16px 40px rgba(15,61,67,.22)!important;color:#fff!important;
}
.mpt-h-board > .mpt-h-discovery-panel:before{
  content:"";position:absolute;inset:0 auto 0 0;width:7px;background:#c7a250;
}
.mpt-h-board > .mpt-h-discovery-panel:after{
  content:"";position:absolute;width:270px;height:270px;right:-125px;top:-150px;
  border-radius:50%;background:rgba(255,255,255,.055);pointer-events:none;
}
.mpt-h-discovery-panel > .mpt-h-list-head{
  position:relative;z-index:1;display:grid!important;grid-template-columns:minmax(0,1fr) 270px!important;
  align-items:center!important;gap:28px!important;margin:0 0 24px!important;
}
.mpt-h-discovery-panel .mpt-h-kicker{
  display:block!important;margin:0 0 8px!important;color:#e4c979!important;
  font-size:12px!important;font-weight:900!important;line-height:1!important;letter-spacing:2px!important;
}
.mpt-h-discovery-panel .mpt-h-list-head h2{
  margin:0 0 8px!important;color:#fff!important;font-size:clamp(34px,3.2vw,48px)!important;
  font-weight:850!important;line-height:1.02!important;letter-spacing:-.8px!important;
}
.mpt-h-discovery-panel .mpt-h-list-head p{
  max-width:650px!important;margin:0!important;color:rgba(255,255,255,.86)!important;font-size:16px!important;line-height:1.55!important;
}
.mpt-h-discovery-panel .mpt-h-list-actions{display:grid!important;grid-template-columns:1fr!important;gap:11px!important;width:270px!important}
.mpt-h-discovery-panel .mpt-h-list-actions .mpt-h-btn{
  width:100%!important;min-height:52px!important;box-sizing:border-box!important;border-radius:13px!important;
  justify-content:center!important;font-size:14px!important;font-weight:850!important;
}
.mpt-h-discovery-panel .mpt-h-list-open{background:#c7a250!important;color:#102f34!important;box-shadow:0 8px 18px rgba(0,0,0,.13)!important}
.mpt-h-discovery-panel .mpt-h-list-open:hover{background:#d4b568!important}
.mpt-h-discovery-panel .mpt-h-btn-light{background:#fff!important;color:#17525a!important;border-color:#fff!important}
.mpt-h-discovery-panel > .mpt-h-list-tools{
  position:relative;z-index:1;display:flex!important;align-items:center!important;justify-content:space-between!important;
  gap:18px!important;margin:0!important;padding:19px 0 0!important;border-top:1px solid rgba(255,255,255,.2)!important;
}
.mpt-h-discovery-panel .mpt-h-tabs{margin:0!important;padding:0!important}
.mpt-h-discovery-panel .mpt-h-tabs button{
  min-height:42px!important;padding:9px 15px!important;border:1px solid rgba(255,255,255,.34)!important;
  background:rgba(255,255,255,.09)!important;color:#fff!important;
}
.mpt-h-discovery-panel .mpt-h-tabs button.is-active{background:#fff!important;color:#17525a!important;border-color:#fff!important}
.mpt-h-discovery-panel .mpt-h-sort label{color:#fff!important}
.mpt-h-discovery-panel .mpt-h-sort span{color:#fff!important}
.mpt-h-discovery-panel .mpt-h-sort select{height:44px!important;background:#fff!important;color:#123f45!important}

/* Les cartes commencent directement après le panneau, sans titre en double. */
.mpt-h-board > .mpt-h-public-list{margin-top:0!important}

@media(max-width:800px){
 .mpt-h-board > .mpt-h-discovery-panel{padding:26px 22px!important;margin:20px 0 22px!important}
 .mpt-h-discovery-panel > .mpt-h-list-head{grid-template-columns:1fr!important;gap:22px!important}
 .mpt-h-discovery-panel .mpt-h-list-actions{grid-template-columns:1fr 1fr!important;width:100%!important}
 .mpt-h-discovery-panel > .mpt-h-list-tools{align-items:stretch!important;flex-direction:column!important}
 .mpt-h-discovery-panel .mpt-h-sort,.mpt-h-discovery-panel .mpt-h-sort label,.mpt-h-discovery-panel .mpt-h-sort select{width:100%!important}
}
@media(max-width:600px){
 .mpt-h-board > .mpt-h-discovery-panel{padding:25px 18px 20px!important;border-radius:18px!important;text-align:center!important}
 .mpt-h-discovery-panel > .mpt-h-list-head{text-align:center!important}
 .mpt-h-discovery-panel .mpt-h-list-head h2{font-size:34px!important;line-height:1.02!important;text-align:center!important}
 .mpt-h-discovery-panel .mpt-h-list-head p{font-size:14px!important;line-height:1.5!important;text-align:center!important}
 .mpt-h-discovery-panel .mpt-h-list-actions{grid-template-columns:1fr!important;gap:9px!important}
 .mpt-h-discovery-panel .mpt-h-tabs{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:8px!important}
 .mpt-h-discovery-panel .mpt-h-tabs button{width:100%!important}
}


/* v7.13.2 — page hébergement alignée sur la disposition du covoiturage */
.mpt-h-board > .mpt-h-discovery-panel{
  margin:28px 0 26px!important;
  padding:30px 32px!important;
}
.mpt-h-discovery-panel > .mpt-h-list-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:28px!important;
  margin:0!important;
}
.mpt-h-discovery-panel .mpt-h-list-brand{
  display:block!important;
  min-width:0!important;
  text-align:left!important;
}
.mpt-h-discovery-panel .mpt-h-list-actions{
  min-width:270px!important;
  width:270px!important;
}
.mpt-h-results-head{
  display:grid!important;
  grid-template-columns:minmax(260px,auto) minmax(0,1fr)!important;
  align-items:end!important;
  gap:24px!important;
  margin:0 0 16px!important;
}
.mpt-h-results-title h3{
  margin:0 0 4px!important;
  color:#174f57!important;
  font-size:24px!important;
  line-height:1.15!important;
  font-weight:850!important;
}
.mpt-h-results-title p{
  margin:0!important;
  color:#657b7d!important;
  font-size:13px!important;
}
.mpt-h-results-head > .mpt-h-list-tools{
  display:flex!important;
  align-items:end!important;
  justify-content:flex-end!important;
  gap:18px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
}
.mpt-h-results-head .mpt-h-tabs{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  margin:0!important;
}
.mpt-h-results-head .mpt-h-tabs button{
  min-height:42px!important;
  padding:9px 15px!important;
  border:1px solid #e3d8ca!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#17525a!important;
  font-weight:800!important;
}
.mpt-h-results-head .mpt-h-tabs button.is-active{
  background:#17525a!important;
  color:#fff!important;
  border-color:#17525a!important;
}
.mpt-h-results-head .mpt-h-sort label{
  display:grid!important;
  grid-template-columns:auto minmax(220px,310px)!important;
  align-items:center!important;
  gap:12px!important;
  margin:0!important;
}
.mpt-h-results-head .mpt-h-sort span{
  color:#35646a!important;
  font-weight:700!important;
  line-height:1.25!important;
}
.mpt-h-results-head .mpt-h-sort select{
  width:100%!important;
  min-width:230px!important;
  height:44px!important;
  border:1px solid #d3e0df!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#123f45!important;
}
.mpt-h-board > .mpt-h-public-list{margin-top:0!important}

@media(max-width:1000px){
  .mpt-h-results-head{grid-template-columns:1fr!important;align-items:stretch!important}
  .mpt-h-results-head > .mpt-h-list-tools{justify-content:space-between!important}
}
@media(max-width:800px){
  .mpt-h-discovery-panel > .mpt-h-list-head{grid-template-columns:1fr!important;gap:22px!important}
  .mpt-h-discovery-panel .mpt-h-list-actions{grid-template-columns:1fr 1fr!important;width:100%!important;min-width:0!important}
  .mpt-h-results-head > .mpt-h-list-tools{align-items:stretch!important;flex-direction:column!important}
  .mpt-h-results-head .mpt-h-sort,.mpt-h-results-head .mpt-h-sort label,.mpt-h-results-head .mpt-h-sort select{width:100%!important}
  .mpt-h-results-head .mpt-h-sort label{grid-template-columns:1fr!important;gap:7px!important}
}
@media(max-width:600px){
  .mpt-h-discovery-panel .mpt-h-list-brand{text-align:center!important}
  .mpt-h-discovery-panel .mpt-h-list-actions{grid-template-columns:1fr!important}
  .mpt-h-results-head{gap:14px!important;margin-bottom:14px!important}
  .mpt-h-results-title{text-align:left!important}
  .mpt-h-results-title h3{font-size:21px!important}
  .mpt-h-results-head .mpt-h-tabs{display:grid!important;grid-template-columns:1fr!important;width:100%!important}
  .mpt-h-results-head .mpt-h-tabs button{width:100%!important}
  .mpt-h-results-head .mpt-h-sort select{min-width:0!important}
}

/* v7.13.3 — cache bust + disposition strictement alignée sur le covoiturage */
.mpt-h-board > .mpt-h-discovery-panel{
  position:relative!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:28px!important;
  width:100%!important;
  box-sizing:border-box!important;
  margin:28px 0 26px!important;
  padding:30px 32px!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:22px!important;
  background:linear-gradient(118deg,#0e3d44 0%,#17525a 58%,#1d626a 100%)!important;
  box-shadow:0 16px 40px rgba(15,61,67,.22)!important;
  color:#fff!important;
}
.mpt-h-board > .mpt-h-discovery-panel > .mpt-h-list-head{
  display:contents!important;
}
.mpt-h-board .mpt-h-list-brand{position:relative;z-index:1;min-width:0!important;text-align:left!important}
.mpt-h-board .mpt-h-list-brand .mpt-h-kicker{display:block!important;margin:0 0 8px!important;color:#e4c979!important;font-size:12px!important;font-weight:900!important;line-height:1!important;letter-spacing:2px!important}
.mpt-h-board .mpt-h-list-brand h2{margin:0 0 8px!important;color:#fff!important;font-size:clamp(34px,3.2vw,48px)!important;font-weight:850!important;line-height:1.02!important;letter-spacing:-.8px!important}
.mpt-h-board .mpt-h-list-brand p{max-width:650px!important;margin:0!important;color:rgba(255,255,255,.86)!important;font-size:16px!important;line-height:1.55!important}
.mpt-h-board .mpt-h-list-actions{position:relative;z-index:1;display:grid!important;grid-template-columns:1fr!important;gap:11px!important;min-width:270px!important;width:270px!important}
.mpt-h-board .mpt-h-list-actions .mpt-h-btn{width:100%!important;min-height:52px!important;box-sizing:border-box!important;border-radius:13px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:14px!important;font-weight:850!important}
.mpt-h-board .mpt-h-list-open{background:#c7a250!important;color:#102f34!important;border-color:#c7a250!important}
.mpt-h-board .mpt-h-btn-light{background:#fff!important;color:#17525a!important;border-color:#fff!important}
@media(max-width:800px){
 .mpt-h-board > .mpt-h-discovery-panel{grid-template-columns:1fr!important;padding:26px 22px!important;gap:22px!important}
 .mpt-h-board .mpt-h-list-actions{grid-template-columns:1fr 1fr!important;width:100%!important;min-width:0!important}
}
@media(max-width:600px){
 .mpt-h-board > .mpt-h-discovery-panel{padding:25px 18px 20px!important;border-radius:18px!important;text-align:center!important}
 .mpt-h-board .mpt-h-list-brand{text-align:center!important}
 .mpt-h-board .mpt-h-list-brand h2{font-size:34px!important}
 .mpt-h-board .mpt-h-list-brand p{font-size:14px!important}
 .mpt-h-board .mpt-h-list-actions{grid-template-columns:1fr!important;gap:9px!important}
}

/* v7.13.4 — organisation premium des filtres d’hébergement */
.mpt-h-board > .mpt-h-results-head{
  display:block!important;
  margin:0 0 18px!important;
  padding:20px 22px!important;
  border:1px solid rgba(23,82,90,.16)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.72)!important;
  box-shadow:0 10px 28px rgba(20,63,68,.08)!important;
  backdrop-filter:blur(4px);
}
.mpt-h-results-title{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:20px!important;
  margin:0 0 16px!important;
  padding:0 0 15px!important;
  border-bottom:1px solid rgba(23,82,90,.12)!important;
}
.mpt-h-results-title h3{
  font-size:25px!important;
  letter-spacing:-.02em!important;
}
.mpt-h-results-title p{
  max-width:500px!important;
  text-align:right!important;
  font-size:13px!important;
  line-height:1.45!important;
}
.mpt-h-results-head > .mpt-h-list-tools{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(300px,360px)!important;
  align-items:center!important;
  gap:22px!important;
  width:100%!important;
}
.mpt-h-results-head .mpt-h-tabs{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:6px!important;
  width:min(100%,680px)!important;
  padding:5px!important;
  border:1px solid rgba(23,82,90,.14)!important;
  border-radius:15px!important;
  background:#edf4f3!important;
}
.mpt-h-results-head .mpt-h-tabs button{
  width:100%!important;
  min-height:44px!important;
  padding:9px 12px!important;
  border:0!important;
  border-radius:11px!important;
  background:transparent!important;
  color:#17525a!important;
  box-shadow:none!important;
  font-size:13px!important;
  line-height:1.2!important;
  transition:background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.mpt-h-results-head .mpt-h-tabs button:hover{
  background:rgba(255,255,255,.78)!important;
}
.mpt-h-results-head .mpt-h-tabs button.is-active{
  background:#17525a!important;
  color:#fff!important;
  box-shadow:0 5px 14px rgba(23,82,90,.22)!important;
  transform:translateY(-1px)!important;
}
.mpt-h-results-head .mpt-h-sort{
  width:100%!important;
  margin:0!important;
}
.mpt-h-results-head .mpt-h-sort label{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  width:100%!important;
}
.mpt-h-results-head .mpt-h-sort span{
  white-space:nowrap!important;
  font-size:12px!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
  color:#517277!important;
}
.mpt-h-results-head .mpt-h-sort select{
  min-width:0!important;
  height:46px!important;
  border-radius:12px!important;
  box-shadow:0 4px 12px rgba(20,63,68,.05)!important;
}
@media(max-width:1000px){
  .mpt-h-results-head > .mpt-h-list-tools{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .mpt-h-results-head .mpt-h-tabs{width:100%!important}
  .mpt-h-results-head .mpt-h-sort label{grid-template-columns:150px minmax(0,1fr)!important}
}
@media(max-width:700px){
  .mpt-h-board > .mpt-h-results-head{
    padding:17px 15px!important;
    border-radius:15px!important;
  }
  .mpt-h-results-title{
    display:block!important;
    margin-bottom:13px!important;
    padding-bottom:12px!important;
  }
  .mpt-h-results-title h3{font-size:22px!important}
  .mpt-h-results-title p{
    margin-top:5px!important;
    max-width:none!important;
    text-align:left!important;
  }
  .mpt-h-results-head .mpt-h-tabs{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:5px!important;
  }
  .mpt-h-results-head .mpt-h-tabs button{
    min-height:42px!important;
    text-align:center!important;
  }
  .mpt-h-results-head .mpt-h-sort label{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  .mpt-h-results-head .mpt-h-sort span{white-space:normal!important}
}

/* MPT 7.13.5 : les styles de FAQ compacte sont également disponibles sur la page hébergement. */
.mpt-faq-compact__body[hidden]{display:none!important}


/* MPT 7.13.10 — onglet compact de la FAQ cohébergement. */
.mpt-housing-faq-card{
  position:relative!important;
}
.mpt-housing-faq-toggle{
  display:flex!important;
  width:100%!important;
  min-height:76px!important;
  align-items:center!important;
  gap:14px!important;
  padding:15px 18px!important;
  margin:0!important;
  border:1px solid rgba(199,162,80,.35)!important;
  border-radius:16px!important;
  background:#fff!important;
  color:#0f4d59!important;
  cursor:pointer!important;
  text-align:left!important;
  box-shadow:0 8px 24px rgba(15,61,67,.08)!important;
}
.mpt-housing-faq-toggle__icon{
  display:grid!important;
  place-items:center!important;
  flex:0 0 38px!important;
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  background:#17525a!important;
  color:#fff!important;
  font-size:22px!important;
  font-weight:800!important;
}
.mpt-housing-faq-toggle__text{
  display:flex!important;
  min-width:0!important;
  flex:1 1 auto!important;
  flex-direction:column!important;
  gap:3px!important;
}
.mpt-housing-faq-toggle__text strong{
  font-size:20px!important;
  line-height:1.15!important;
  color:#0f4d59!important;
}
.mpt-housing-faq-toggle__text small{
  font-size:13px!important;
  color:#5d7d82!important;
}
.mpt-housing-faq-toggle__mark{
  display:grid!important;
  place-items:center!important;
  flex:0 0 34px!important;
  width:34px!important;
  height:34px!important;
  border-radius:50%!important;
  background:#fdf3e7!important;
  color:#17525a!important;
  font-size:24px!important;
  font-weight:800!important;
}
.mpt-housing-faq-card.is-collapsed{
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.mpt-housing-faq-card.is-collapsed > :not(.mpt-housing-faq-toggle){
  display:none!important;
}
.mpt-housing-faq-card.is-open > .mpt-housing-faq-toggle{
  margin-bottom:18px!important;
}
@media(max-width:700px){
  .mpt-housing-faq-toggle{min-height:68px!important;padding:12px 13px!important;gap:10px!important}
  .mpt-housing-faq-toggle__icon{flex-basis:34px!important;width:34px!important;height:34px!important;font-size:19px!important}
  .mpt-housing-faq-toggle__text strong{font-size:17px!important}
  .mpt-housing-faq-toggle__text small{font-size:11px!important}
  .mpt-housing-faq-toggle__mark{flex-basis:30px!important;width:30px!important;height:30px!important;font-size:21px!important}
}

/* MPT 7.13.12 — sur mobile, le titre descriptif interne de la FAQ est masqué.
   L’onglet compact reste le seul en-tête visible afin d’éviter le bleu sur bleu. */
@media (max-width:700px){
  .mpt-housing-faq-card.is-open > h1,
  .mpt-housing-faq-card.is-open > h2,
  .mpt-housing-faq-card.is-open > h3,
  .mpt-housing-faq-card.is-open > h4,
  .mpt-housing-faq-card.is-open > h5,
  .mpt-housing-faq-card.is-open > h6{
    display:none!important;
  }
  .mpt-housing-faq-card.is-open > h1 + p,
  .mpt-housing-faq-card.is-open > h2 + p,
  .mpt-housing-faq-card.is-open > h3 + p,
  .mpt-housing-faq-card.is-open > h4 + p,
  .mpt-housing-faq-card.is-open > h5 + p,
  .mpt-housing-faq-card.is-open > h6 + p{
    display:none!important;
  }
  .mpt-housing-faq-card.is-open > .mpt-housing-faq-toggle{
    margin-bottom:12px!important;
  }
}

.mpt-h-avatar.mpt-member-avatar-has-photo{overflow:hidden;padding:0!important;}
.mpt-h-avatar.mpt-member-avatar-has-photo img{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit;}


/* v7.13.16 — Niveau Fluent Community sur les annonces */
.mpt-h-avatar{position:relative;overflow:visible!important;}
.mpt-h-avatar .mpt-member-level-badge{position:absolute;right:-4px;bottom:-4px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 4px;border:2px solid #fff;border-radius:999px;background:#0f4f59;color:#fff;font-size:10px;font-weight:900;line-height:1;box-shadow:0 2px 7px rgba(15,79,89,.28);z-index:3;}
.mpt-h-level-title{display:block;margin-top:2px;color:#0f6670;font-size:11px;font-weight:700;line-height:1.25;}
.mpt-h-avatar.mpt-member-avatar-has-photo img{overflow:hidden;}

/* v7.13.17 — Identité membre et dates longues */
.mpt-h-card-topline{display:block!important;}
.mpt-h-card-heading{margin-bottom:10px;}
.mpt-h-member{display:flex;align-items:center;gap:10px;}
.mpt-h-member .mpt-member-level-badge{display:none!important;}
.mpt-h-member .mpt-member-identity__text{display:flex;flex-direction:column;min-width:0;line-height:1.2;}
.mpt-h-member .mpt-member-identity__name{color:#174f57;font-size:12px;font-weight:800;}
.mpt-h-member .mpt-member-identity__level{margin-top:2px;color:#65797c;font-size:10.5px;font-weight:700;}
.mpt-h-member .mpt-member-identity__title{margin-top:2px;color:#0f6670;font-size:10.5px;font-weight:700;}
.mpt-h-card-details>div:nth-child(-n+2){padding:12px 11px;}
.mpt-h-card-details>div:nth-child(-n+2) strong{font-size:12px;line-height:1.4;}


/* v7.13.18 — Grille hébergement adaptée à la largeur réelle du conteneur */
.mpt-h-public-list{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,340px),1fr))!important;
  gap:18px!important;
  width:100%!important;
  min-width:0!important;
  align-items:stretch!important;
}
.mpt-h-public-list>.mpt-h-card{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
.mpt-h-public-list .mpt-h-card-topline{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin-bottom:14px!important;
}
.mpt-h-public-list .mpt-h-card-heading{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  margin:0 0 12px!important;
}
.mpt-h-public-list .mpt-h-card-heading h3,
.mpt-h-public-list .mpt-h-card-event{
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
.mpt-h-public-list .mpt-h-member{
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;
  align-items:center!important;
  gap:11px!important;
  width:100%!important;
  min-width:0!important;
}
.mpt-h-public-list .mpt-h-member .mpt-h-avatar{
  width:46px!important;
  height:46px!important;
  min-width:46px!important;
  flex:0 0 46px!important;
}
.mpt-h-public-list .mpt-member-identity__text{
  min-width:0!important;
  width:100%!important;
}
.mpt-h-public-list .mpt-member-identity__name,
.mpt-h-public-list .mpt-member-identity__level,
.mpt-h-public-list .mpt-member-identity__title{
  display:block!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}
.mpt-h-public-list .mpt-h-card-details{
  min-width:0!important;
}
.mpt-h-public-list .mpt-h-card-details strong{
  overflow-wrap:anywhere!important;
}
@media (min-width:760px){
  .mpt-h-public-list .mpt-h-card-details{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

/* v7.13.20 — précision sur le type d'hébergement proposé */
.mpt-h-member .mpt-member-identity__caption{margin-top:4px;color:#233f46;font-size:10px;font-weight:500;line-height:1.25;}

.mpt-member-profile-link{display:inline-flex;flex:0 0 auto;border-radius:999px;text-decoration:none!important;line-height:0;}
.mpt-member-profile-link:hover{transform:scale(1.04);}
.mpt-member-profile-link:focus-visible{outline:2px solid #c7a250;outline-offset:3px;}

/* 7.13.22 — Identité Fluent Community dans la gestion des demandes hébergement */
.mpt-h-request-main{display:flex;align-items:center;gap:12px;min-width:0;flex-wrap:wrap;}
.mpt-h-request-main>.mpt-member-identity{display:flex;align-items:center;gap:10px;min-width:220px;}
.mpt-h-request-avatar{width:50px;height:50px;min-width:50px;border-radius:50%;overflow:hidden;background:#eef2f1;display:flex;align-items:center;justify-content:center;font-weight:800;color:#315b61;}
.mpt-h-request-avatar img{width:100%;height:100%;object-fit:cover;display:block;}
.mpt-h-request-identity .mpt-member-identity__text{display:flex;flex-direction:column;min-width:0;line-height:1.2;}
.mpt-h-request-identity .mpt-member-identity__name{font-size:14px;color:#174f57;font-weight:800;}
.mpt-h-request-identity .mpt-member-identity__level{margin-top:2px;font-size:11px;color:#567074;font-weight:700;}
.mpt-h-request-identity .mpt-member-identity__title{margin-top:2px;font-size:11px;color:#0f6670;font-weight:700;}
.mpt-h-request-identity .mpt-member-identity__caption{margin-top:4px;font-size:10.5px;color:#233f46;font-weight:500;}
.mpt-h-request-destination{display:block;max-width:260px;padding:7px 10px;border-radius:10px;background:#f6f8f7;color:#163f45;font-size:12px;font-weight:800;white-space:normal;}
@media(max-width:720px){
  .mpt-h-request-main>.mpt-member-identity{min-width:0;flex:1 1 100%;}
  .mpt-h-request-destination{max-width:100%;}
}

/* 7.13.23 — correction identité membre dans la gestion des demandes */
.mpt-h-request-main > .mpt-member-identity.mpt-h-request-identity{display:grid!important;grid-template-columns:54px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-width:260px!important;flex:1 1 320px!important;}
.mpt-h-request-main > .mpt-member-identity .mpt-member-profile-link{width:54px!important;height:54px!important;min-width:54px!important;display:block!important;line-height:0!important;}
.mpt-h-request-main > .mpt-member-identity .mpt-h-request-avatar{width:54px!important;height:54px!important;min-width:54px!important;max-width:54px!important;border-radius:50%!important;overflow:hidden!important;position:relative!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:18px!important;}
.mpt-h-request-main > .mpt-member-identity .mpt-h-request-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
.mpt-h-request-main > .mpt-member-identity .mpt-member-level-badge{position:absolute!important;right:-2px!important;bottom:-2px!important;width:20px!important;height:20px!important;min-width:20px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#17525a!important;color:#fff!important;border:2px solid #fff!important;font-size:10px!important;line-height:1!important;font-weight:800!important;overflow:visible!important;}
.mpt-h-request-main > .mpt-member-identity .mpt-member-identity__text{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;min-width:0!important;line-height:1.25!important;}
.mpt-h-request-main > .mpt-member-identity .mpt-member-identity__text > *{display:block!important;width:auto!important;max-width:100%!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;}
.mpt-h-request-main > .mpt-member-identity .mpt-member-identity__name{font-size:15px!important;color:#0d4f5a!important;font-weight:800!important;}
.mpt-h-request-main > .mpt-member-identity .mpt-member-identity__level{font-size:12px!important;color:#567074!important;font-weight:700!important;}
.mpt-h-request-main > .mpt-member-identity .mpt-member-identity__title{font-size:12px!important;color:#0f6670!important;font-weight:700!important;}
.mpt-h-request-main > .mpt-member-identity .mpt-member-identity__caption{margin-top:3px!important;font-size:11px!important;color:#233f46!important;font-weight:500!important;}
@media(max-width:700px){.mpt-h-request-main > .mpt-member-identity.mpt-h-request-identity{min-width:0!important;flex-basis:100%!important;}}


/* v7.13.28 - mise en évidence de l'annonce venant d'être publiée */
.mpt-h-card[id^="mpt-hebergement-"]{
  scroll-margin-top:110px;
}
.mpt-h-card.mpt-h-just-published{
  animation:mptHousingPublishedPulse 1.05s ease 0s 3;
  outline:3px solid #C7A250;
  outline-offset:3px;
}
@keyframes mptHousingPublishedPulse{
  0%,100%{box-shadow:0 8px 24px rgba(23,82,90,.07);}
  50%{box-shadow:0 0 0 8px rgba(199,162,80,.20),0 16px 36px rgba(23,82,90,.18);}
}


/* v7.13.32 - assistance logement robuste après la section Séjour */
.mpt-h-stay-search{
  margin:18px 0 22px!important;
  overflow:hidden!important;
  border:1px solid rgba(199,162,80,.42)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(23,82,90,.08)!important;
}
.mpt-h-stay-search__question{
  display:grid!important;
  grid-template-columns:44px minmax(0,1fr) auto!important;
  align-items:center!important;
  gap:14px!important;
  padding:17px 18px!important;
  background:linear-gradient(135deg,#17525a,#123f45)!important;
}
.mpt-h-stay-search__icon{
  display:grid!important;place-items:center!important;width:44px!important;height:44px!important;
  border:1px solid rgba(199,162,80,.62)!important;border-radius:13px!important;
  background:rgba(255,255,255,.08)!important;font-size:21px!important;line-height:1!important;
}
.mpt-h-stay-search__heading{
  display:flex!important;min-width:0!important;flex-direction:column!important;gap:4px!important;
  visibility:visible!important;opacity:1!important;
}
.mpt-h-stay-search__heading strong{
  display:block!important;margin:0!important;font-size:17px!important;line-height:1.25!important;
  color:#fff!important;visibility:visible!important;opacity:1!important;
}
.mpt-h-stay-search__heading small{
  display:block!important;margin:0!important;font-size:13px!important;line-height:1.45!important;
  color:rgba(255,255,255,.82)!important;visibility:visible!important;opacity:1!important;
}
.mpt-h-stay-search__choices{display:flex!important;gap:8px!important;align-items:center!important}
.mpt-h-stay-search__choice{
  appearance:none!important;-webkit-appearance:none!important;display:grid!important;place-items:center!important;
  min-width:62px!important;min-height:41px!important;margin:0!important;padding:8px 14px!important;
  border-radius:999px!important;border:1px solid rgba(255,255,255,.36)!important;
  color:#fff!important;background:rgba(255,255,255,.08)!important;
  font-family:inherit!important;font-size:14px!important;font-weight:850!important;line-height:1!important;
  cursor:pointer!important;box-shadow:none!important;transition:.18s ease!important;
}
.mpt-h-stay-search__choice:hover{background:rgba(255,255,255,.16)!important;transform:translateY(-1px)!important}
.mpt-h-stay-search__choice.is-active{
  color:#17525a!important;background:#fdf3e7!important;border-color:#c7a250!important;
  box-shadow:0 5px 14px rgba(0,0,0,.18)!important;
}
.mpt-h-stay-search__panel{padding:18px 20px 20px!important;background:linear-gradient(180deg,#fff,#fdf3e7)!important}
.mpt-h-stay-search__panel[hidden]{display:none!important}
.mpt-h-stay-search__summary{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-bottom:15px!important;color:#17525a!important;font-size:14px!important}
.mpt-h-stay-search__summary strong{font-weight:850!important}
.mpt-h-stay-search__actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
.mpt-h-stay-search__btn{
  display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;
  min-height:48px!important;padding:11px 14px!important;border-radius:12px!important;
  text-decoration:none!important;font-size:14px!important;box-shadow:0 7px 17px rgba(23,82,90,.13)!important;transition:.18s ease!important;
}
.mpt-h-stay-search__btn:hover{transform:translateY(-2px)!important;box-shadow:0 10px 22px rgba(23,82,90,.19)!important}
.mpt-h-stay-search__btn--booking{color:#fff!important;background:#17525a!important}
.mpt-h-stay-search__btn--airbnb{color:#17525a!important;background:#fff!important;border:1px solid rgba(199,162,80,.45)!important}
.mpt-h-stay-search__note{margin:14px 0 0!important;padding:12px 14px!important;border-left:4px solid #c7a250!important;border-radius:10px!important;background:#fff!important;color:#17525a!important;font-size:13px!important;line-height:1.55!important}
@media(max-width:700px){
  .mpt-h-stay-search__question{grid-template-columns:40px minmax(0,1fr)!important;padding:15px 14px!important;gap:10px!important}
  .mpt-h-stay-search__icon{width:40px!important;height:40px!important}
  .mpt-h-stay-search__heading strong{font-size:15px!important}
  .mpt-h-stay-search__heading small{font-size:12px!important}
  .mpt-h-stay-search__choices{grid-column:1/-1!important;width:100%!important;padding-left:50px!important}
  .mpt-h-stay-search__choice{flex:1!important;width:100%!important}
  .mpt-h-stay-search__panel{padding:15px 13px 16px!important}
  .mpt-h-stay-search__actions{grid-template-columns:1fr!important}
}



/* v7.13.34 — formulaire plus lisible et cartes hébergement compactes */
.mpt-h-publish .mpt-h-hero h2{
  color:#17525a!important;
  text-shadow:none!important;
}

#mpt-h-housing-helper .mpt-h-helper-link{
  gap:9px!important;
}

.mpt-h-form input[name="price"]{
  min-width:150px!important;
  width:100%!important;
}
.mpt-h-price-row{
  grid-template-columns:minmax(170px,220px) minmax(0,1fr)!important;
}

/* Grille publique : 3 annonces par ligne sur grand écran */
.mpt-h-public-list{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:start!important;
}
.mpt-h-public-list>.mpt-h-card{
  height:auto!important;
  min-height:0!important;
  align-self:start!important;
  border-radius:16px!important;
  box-shadow:0 7px 20px rgba(16,63,70,.08)!important;
}
.mpt-h-public-list>.mpt-h-card:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 11px 25px rgba(16,63,70,.12)!important;
}
.mpt-h-public-list .mpt-h-photo{
  height:145px!important;
}
.mpt-h-public-list .mpt-h-body{
  padding:13px!important;
  display:block!important;
  flex:none!important;
}
.mpt-h-public-list .mpt-h-card-topline{
  min-height:0!important;
  margin-bottom:9px!important;
}
.mpt-h-public-list .mpt-h-card-heading{
  margin:0 0 8px!important;
}
.mpt-h-public-list .mpt-h-card-heading h3{
  margin:2px 0 0!important;
  font-size:17px!important;
  line-height:1.22!important;
}
.mpt-h-public-list .mpt-h-card-event{
  font-size:10px!important;
  line-height:1.25!important;
  letter-spacing:.055em!important;
}
.mpt-h-public-list .mpt-h-member{
  grid-template-columns:38px minmax(0,1fr)!important;
  gap:9px!important;
}
.mpt-h-public-list .mpt-h-member .mpt-h-avatar{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
}
.mpt-h-public-list .mpt-member-identity__name{font-size:11.5px!important}
.mpt-h-public-list .mpt-member-identity__level,
.mpt-h-public-list .mpt-member-identity__title,
.mpt-h-public-list .mpt-member-identity__caption{font-size:9.5px!important}
.mpt-h-public-list .mpt-h-card-details{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:6px!important;
  margin:9px 0!important;
}
.mpt-h-public-list .mpt-h-card-details>div,
.mpt-h-public-list .mpt-h-card-details>div:nth-child(-n+2){
  min-height:0!important;
  padding:7px 8px!important;
  border-radius:9px!important;
}
.mpt-h-public-list .mpt-h-card-details small{
  margin-bottom:2px!important;
  font-size:8.5px!important;
}
.mpt-h-public-list .mpt-h-card-details strong,
.mpt-h-public-list .mpt-h-card-details>div:nth-child(-n+2) strong{
  font-size:10.5px!important;
  line-height:1.25!important;
}
.mpt-h-public-list .mpt-h-card-stats{
  margin-top:8px!important;
  padding-top:0!important;
  gap:5px!important;
}
.mpt-h-public-list .mpt-h-card-stats span{
  padding:5px 7px!important;
  font-size:9px!important;
}
.mpt-h-public-list .mpt-h-body p{
  margin:5px 0!important;
  font-size:12px!important;
  line-height:1.45!important;
}

@media(max-width:1120px){
  .mpt-h-public-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:700px){
  .mpt-h-public-list{grid-template-columns:1fr!important;gap:14px!important}
  .mpt-h-public-list .mpt-h-photo{height:170px!important}
  .mpt-h-public-list .mpt-h-body{padding:14px!important}
  .mpt-h-price-row{grid-template-columns:1fr!important}
  .mpt-h-form input[name="price"]{min-width:0!important}
}

/* v7.13.36 — finitions formulaire, identité et carrousel photo dans la fiche */
.mpt-h-publish .mpt-h-hero h2,
.mpt-h-publish .mpt-h-hero p{color:#17525a!important;text-shadow:none!important}
.mpt-h-publish .mpt-h-hero{background:#fdf3e7!important;border:1px solid rgba(199,162,80,.28)!important}
.mpt-h-publish .mpt-h-kicker{color:#9b7425!important}
.mpt-h-public-list .mpt-h-member{gap:14px!important}
.mpt-h-public-list .mpt-member-identity__rating{order:4}
.mpt-h-public-list .mpt-member-identity__caption{order:5}
.mpt-member-identity__text{display:flex;flex-direction:column}
.mpt-h-photo[data-mpt-h-photo-carousel]{cursor:zoom-in}
.mpt-h-photo-lightbox{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:20px;background:rgba(8,24,27,.92)}
.mpt-h-photo-lightbox[hidden]{display:none!important}
.mpt-h-photo-lightbox__dialog{position:relative;width:min(1050px,96vw);height:min(760px,88vh);display:flex;flex-direction:column;overflow:hidden;border-radius:20px;background:#102f34;border:1px solid rgba(199,162,80,.55);box-shadow:0 24px 70px rgba(0,0,0,.5)}
.mpt-h-photo-lightbox__stage{position:relative;flex:1;min-height:0;display:grid;place-items:center;background:#0b2226}
.mpt-h-photo-lightbox__image{max-width:100%;max-height:100%;object-fit:contain;display:block}
.mpt-h-photo-lightbox__close,.mpt-h-photo-lightbox__prev,.mpt-h-photo-lightbox__next{position:absolute;z-index:3;border:0;cursor:pointer;display:grid;place-items:center;color:#fff;background:rgba(16,63,70,.86);box-shadow:0 5px 16px rgba(0,0,0,.28)}
.mpt-h-photo-lightbox__close{top:12px;right:12px;width:42px;height:42px;border-radius:50%;font-size:28px}
.mpt-h-photo-lightbox__prev,.mpt-h-photo-lightbox__next{top:50%;transform:translateY(-50%);width:46px;height:60px;border-radius:12px;font-size:32px}
.mpt-h-photo-lightbox__prev{left:12px}.mpt-h-photo-lightbox__next{right:12px}
.mpt-h-photo-lightbox__footer{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:13px 16px;background:#fdf3e7;color:#17525a}
.mpt-h-photo-lightbox__counter{font-weight:800}
.mpt-h-photo-lightbox__google{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:10px;background:#17525a;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:800}
@media(max-width:640px){.mpt-h-photo-lightbox{padding:8px}.mpt-h-photo-lightbox__dialog{width:100%;height:88vh;border-radius:14px}.mpt-h-photo-lightbox__prev,.mpt-h-photo-lightbox__next{width:40px;height:52px}.mpt-h-photo-lightbox__footer{flex-direction:column;align-items:stretch;text-align:center}.mpt-h-photo-lightbox__google{justify-content:center}}

/* v7.13.36 — indication uniquement dans la fiche détaillée */
.mpt-h-detail-gallery-item{position:relative}
.mpt-h-detail-gallery-item:after{content:"🔍 Agrandir";position:absolute;right:10px;bottom:10px;padding:6px 9px;border-radius:999px;background:rgba(16,63,70,.9);color:#fff;font-size:10px;font-weight:800;opacity:0;transform:translateY(4px);transition:.18s ease}
.mpt-h-detail-gallery-item:hover:after,.mpt-h-detail-gallery-item:focus-visible:after{opacity:1;transform:translateY(0)}
@media(max-width:640px){.mpt-h-detail-gallery-item.is-main:after{opacity:1;transform:none}}

/* v7.14.11 — accès invité hébergement, sans modification de la mise en page */
.mpt-h-card--guest .mpt-member-profile-link,
.mpt-h-card--guest .mpt-member-identity__name,
.mpt-h-card--guest .mpt-h-guest-secret{
  filter:blur(6px);
  user-select:none;
  pointer-events:none;
}
.mpt-h-card--guest .mpt-member-profile-link{display:inline-flex}
.mpt-h-card--guest .mpt-h-guest-action{margin-top:14px}
.mpt-h-card--guest .mpt-h-guest-view{width:100%;justify-content:center}
.mpt-h-guest-modal[hidden]{display:none!important}
.mpt-h-guest-modal{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:18px}
.mpt-h-guest-modal__backdrop{position:absolute;inset:0;background:rgba(15,26,28,.72);backdrop-filter:blur(3px)}
.mpt-h-guest-modal__dialog{position:relative;width:min(430px,100%);padding:30px 24px 24px;border-radius:18px;background:#fff;color:#272526;text-align:center;box-shadow:0 24px 70px rgba(0,0,0,.3)}
.mpt-h-guest-modal__close{position:absolute;top:10px;right:12px;width:36px;height:36px;border:0;border-radius:50%;background:#f0f2f2;color:#272526;font-size:25px;line-height:1;cursor:pointer}
.mpt-h-guest-modal__icon{width:58px;height:58px;margin:0 auto 15px;border-radius:50%;display:grid;place-items:center;background:#f7efd9;font-size:27px}
.mpt-h-guest-modal__dialog h3{margin:0 0 10px;font-size:22px;line-height:1.2}
.mpt-h-guest-modal__dialog p{margin:0 0 20px;color:#5d6667;line-height:1.5}
.mpt-h-guest-modal__unlock{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 16px;border-radius:12px;background:#17525a;color:#fff!important;text-decoration:none!important}
.mpt-h-guest-modal__unlock>span:last-child{display:flex;flex-direction:column;text-align:left}
.mpt-h-guest-modal__unlock strong{font-size:16px;line-height:1.2}
.mpt-h-guest-modal__unlock small{margin-top:3px;font-size:11px;opacity:.9}
.mpt-h-guest-modal__login{display:inline-block;margin-top:14px;color:#17525a!important;font-weight:800;text-decoration:none!important}
body.mpt-h-guest-modal-open{overflow:hidden}
