/*
Theme Name: Mon Metreur
Author: La dynamique du web
Version: 1.1
Text Domain: monmetreur
*/

:root {
    --mm-ink: #172033;
    --mm-blue: #003d73;
    --mm-blue-dark: #114f77;
    --mm-muted: #667085;
    --mm-line: #e4e7ec;
    --mm-surface: #f6f7f9;
    --mm-accent: #c89a5b;
    --mm-orange: #c89a5b;
    --mm-success: #247a52;
}

body {
    margin: 0;
    color: #114f77;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    line-height: 1.55;
}

a {
    color: #174b8a;
}

.container {
    width: 100%;
    max-width: 1700px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.mm-site-header {
    position: sticky;
    top: 0;
    z-index: 900;
    border-bottom: 1px solid rgba(0, 61, 115, 0.08);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 10px 30px rgba(0, 38, 80, 0.06);
}

.mm-header-inner {
    min-height: 90px;
    display: grid;
    grid-template-columns: 290px minmax(0, 1fr) 290px;
    align-items: center;
    gap: 20px;
    transition: min-height .25s ease;
	padding-top: 12px;
	padding-bottom: 12px;
}

.mm-footer-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.mm-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    color: var(--mm-blue-dark);
    text-decoration: none;
}

.mm-brand-has-logo {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
}

.mm-brand-logo {
    display: inline-flex;
    flex: 0 0 auto;
}

.mm-brand-logo .custom-logo {
    display: block;
    width: auto;
    max-width: 220px;
    max-height: 72px;
    transition: max-height .22s ease;
}

.mm-brand-has-logo .mm-brand-logo .custom-logo {
    max-width: 250px;
    max-height: 70px;
}

.mm-brand-baseline-under {
    width: 100%;
    max-height: 28px;
    padding-top: 8px;
	margin-top: 2px;
    border-top: 1px solid #c89a5b;
    color: #114f77;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: max-height .25s ease, margin .25s ease, padding .25s ease, opacity .2s ease, border-color .2s ease;
}

.mm-site-header.is-scrolled .mm-brand-baseline-under {
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-color: transparent;
    opacity: 0;
}

.mm-site-header.is-scrolled .mm-header-inner {
    min-height: 72px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.mm-site-header.is-scrolled .mm-brand-has-logo .mm-brand-logo .custom-logo { max-height:60px; }

.mm-logo-mark {
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, #d8edff 0 28%, transparent 28%),
        linear-gradient(225deg, #4ca3df 0 34%, transparent 34%),
        linear-gradient(45deg, #0b5f9e 0 40%, transparent 40%),
        #0e73bb;
}

.mm-brand-copy {
    display: grid;
    gap: 2px;
}

.mm-brand-name {
    color: var(--mm-blue-dark);
    font-size: 18px;
    line-height: 1.05;
    font-weight: 700;
    text-transform: uppercase;
}

.mm-brand-baseline {
    color: #114f77;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
	letter-spacing: 1px;
    transition: 0.3s;
}

.mm-menu,
.mm-footer-menu {
    display: flex;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mm-main-nav {
    justify-self: center;
    min-width: 0;
}

.mm-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid rgba(17, 79, 119, 0.22);
    border-radius: 8px;
    background: #fff;
}

.mm-menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    border-radius: 2px;
    background: #114f77;
    transition: transform .25s ease, opacity .2s ease;
}

.mm-site-header.menu-open .mm-menu-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mm-site-header.menu-open .mm-menu-toggle span:nth-child(2) {
    opacity: 0;
}

.mm-site-header.menu-open .mm-menu-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.mm-menu a {
    display: inline-flex;
    align-items: center;
    margin: 0 12px;
    color: #114f77;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    transition: color .3s;
    white-space: nowrap;
}

.mm-menu .current-menu-item > a,
.mm-menu .current_page_item > a,
.mm-menu a:hover {
    color: #c89a5b !important;
}

.mm-menu .btbold > a,
.mm-menu a.btbold,
.mm-menu a[href*="/deposer-votre-projet/"] {
    padding: 10px 15px !important;
    border: 1px solid #114f77;
    border-radius: 10px;
    color: #114f77;
    background: #eff4f8;
}

.mm-menu .btbold > a:hover,
.mm-menu a.btbold:hover,
.mm-menu a[href*="/deposer-votre-projet/"]:hover {
    border-color: #114f77;
    color: #fff !important;
    background: #114f77;
}

.mm-footer-menu a {
    color: var(--mm-ink);
    text-decoration: none;
}

.mm-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
    white-space: nowrap;
}

.mm-header-cart {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mm-blue-dark);
    text-decoration: none;
}

.mm-header-cart i {
    color: #114f77;
    font-size: 30px;
}

.mm-header-cart span {
    display: grid;
    gap: 8px;
}

.mm-header-cart strong {
    color: var(--mm-blue-dark);
    font-size: .875em;
    line-height: 1;
    font-weight: normal;
}

.mm-header-cart em {
    color: var(--mm-accent);
    font-size: 14px;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
}

.mm-header-cart .woocommerce-Price-amount,
.mm-header-cart .woocommerce-Price-currencySymbol {
    display: inline;
    white-space: nowrap;
}

.mm-login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 12px 24px;
    border-radius: 10px;
    color: #fff;
    background: var(--mm-accent);
    font-weight: 700;
    text-decoration: none;
}

.mm-login-button:hover {
    color: #fff;
    background: var(--mm-blue-dark);
}

.mm-site-main {
    min-height: 70vh;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 24px 0 32px;
    color: var(--mm-muted);
    font-size: 14px;
}

.woocommerce div.product {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px 64px;
}

.woocommerce div.product .product_title {
    margin-bottom: 12px;
    font-size: 34px;
    line-height: 1.2;
}

.woocommerce div.product p.price {
    color: var(--mm-accent);
    font-size: 24px;
    font-weight: 700;
}

.mm-credit-price {
    display: inline-block;
    margin-left: 6px;
    color: var(--mm-success);
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
}

.mm-cart-credit-price,
.mm-cart-credit-total {
    display: block;
    margin-top: 4px;
    color: var(--mm-success);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

.woocommerce-cart .cart_totals .order-total .mm-cart-credit-total {
    font-size: 14px;
    text-align: right;
}

.mm-cart-more-offers {
    margin: 18px 0 26px;
}

.woocommerce-cart .wc-block-cart {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
    gap: 48px 72px;
    align-items: start;
}

.woocommerce-cart .wc-block-cart__main {
    grid-column: 1;
    min-width: 0;
}

.woocommerce-cart .wc-block-cart__sidebar {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-width: 0;
}

.mm-cart-more-offers .button,
.mm-cart-more-offers a.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 18px;
    border-radius: 5px;
    background: var(--mm-accent);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

/* WooCommerce customer journey */
.mm-commerce-heading {
    margin-bottom: 42px;
    padding: 34px 0;
    background: #f3f7fa;
    border-bottom: 1px solid #dce6ed;
}

.mm-commerce-heading .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.mm-commerce-heading nav {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 9px;
    color: #728295;
    font-size: 12px;
}

.mm-commerce-heading nav a { color: #114f77; text-decoration: none; }
.mm-commerce-heading h1 { margin: 0; color: #0b2d55; font-size: 34px; line-height: 1.15; font-weight: 800; }
.mm-commerce-steps { display: flex; align-items: flex-start; gap: 0; margin: 0; padding: 0; list-style: none; }
.mm-commerce-steps li { position: relative; display: grid; width: 150px; justify-items: center; gap: 7px; color: #8090a1; font-size: 12px; text-align: center; }
.mm-commerce-steps li:not(:last-child)::after { content: ''; position: absolute; top: 15px; left: calc(50% + 20px); width: calc(100% - 40px); height: 1px; background: #cbd6df; }
.mm-commerce-steps span { position: relative; z-index: 1; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid #cbd6df; border-radius: 50%; background: #fff; font-weight: 800; }
.mm-commerce-steps .is-active { color: #114f77; }
.mm-commerce-steps .is-active span { color: #fff; border-color: #114f77; background: #114f77; }
.mm-commerce-content { padding-bottom: 56px; }

.woocommerce-cart .wc-block-cart__main,
.woocommerce-cart .wc-block-cart__sidebar,
.woocommerce-checkout .wc-block-checkout__main,
.woocommerce-checkout .wc-block-checkout__sidebar {
    border: 1px solid #dbe5ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(11, 45, 85, .06);
}

.woocommerce-cart .wc-block-cart__main { padding: 26px; }
.woocommerce-cart .wc-block-cart__sidebar { padding: 26px; }
.woocommerce-cart .wc-block-cart-items th { color: #114f77; font-size: 12px; text-transform: uppercase; }
.woocommerce-cart .wc-block-cart-items__row { border-color: #e2e9ef; }
.woocommerce-cart .wc-block-components-product-name { color: #0b2d55; font-weight: 800; text-decoration: none; }
.woocommerce-cart .wc-block-components-product-metadata { color: #728295; font-size: 12px; }
.woocommerce-cart .wc-block-cart__submit-button { border-radius: 5px; background: #114f77; font-weight: 800; }
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value { color: #0b2d55; font-size: 21px; font-weight: 800; }
.woocommerce-cart .mm-cart-more-offers { padding-top: 18px; border-top: 1px solid #e2e9ef; }
.woocommerce-cart .mm-cart-more-offers a.button { color: #114f77; border: 1px solid #114f77; background: #fff; }

.woocommerce-checkout .wc-block-checkout { gap: 52px; }
.woocommerce-checkout .wc-block-checkout__main { padding: 28px; }
.woocommerce-checkout .wc-block-checkout__sidebar { padding: 24px; }
.woocommerce-checkout .wc-block-components-checkout-step__heading h2,
.woocommerce-checkout .wc-block-components-title { color: #0b2d55; font-weight: 800; }
.woocommerce-checkout .wc-block-components-text-input input,
.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input { border-color: #cfdbe4; border-radius: 5px; }
.woocommerce-checkout .wc-block-components-checkout-place-order-button { border-radius: 5px; background: #c89a5b; color: #fff; font-weight: 800; }
.woocommerce-checkout .wc-block-components-order-summary { border-color: #e0e7ed; }

.mm-commerce-reassurance { padding: 30px 0; background: #f4f7fa; border-top: 1px solid #dce6ed; }
.mm-commerce-reassurance .container { display: grid; grid-template-columns: repeat(3, 1fr); }
.mm-commerce-reassurance .container > div { display: grid; grid-template-columns: 44px 1fr; gap: 2px 14px; align-items: center; padding: 0 34px; border-right: 1px solid #d3dde5; }
.mm-commerce-reassurance .container > div:last-child { border: 0; }
.mm-commerce-reassurance i { grid-row: 1 / 3; color: #c89a5b; font-size: 31px; }
.mm-commerce-reassurance strong { color: #0b2d55; font-size: 15px; }
.mm-commerce-reassurance span { color: #728295; font-size: 12px; }

/* My account and favorites */
.woocommerce-account .mm-site-main { background: #f3f6f9; }
.woocommerce-account .woocommerce { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 34px; max-width: 1700px; margin: 0 auto; padding: 48px 30px 72px; }
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after { display: none; }
.woocommerce-account .woocommerce-MyAccount-navigation { float: none; width: auto; align-self: start; overflow: hidden; border: 1px solid #dce5ec; border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(11,45,85,.06); }
.mm-account-nav-head { display: grid; gap: 3px; padding: 22px; color: #fff; background: #114f77; }
.mm-account-nav-head strong { font-size: 19px; }
.mm-account-nav-head span { overflow: hidden; font-size: 12px; text-overflow: ellipsis; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 10px 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li { margin: 0; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: grid; grid-template-columns: 24px 1fr auto; gap: 10px; align-items: center; padding: 12px 20px; color: #35566e; text-decoration: none; font-size: 14px; font-weight: 600; border-left: 3px solid transparent; }
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a { color: #114f77; border-left-color: #c89a5b; background: #eef4f8; }
.woocommerce-account .woocommerce-MyAccount-navigation i { color: #114f77; font-size: 17px; }
.woocommerce-account .woocommerce-MyAccount-navigation small { display: grid; min-width: 22px; height: 22px; padding: 0 5px; place-items: center; border-radius: 50%; color: #fff; background: #c89a5b; }
.woocommerce-account .woocommerce-MyAccount-content { float: none; width: auto; min-width: 0; }
.woocommerce-account .mm-wallet-blue-panel {
    background: #114f77 !important;
    background-image: none !important;
}
.woocommerce-account .mm-wallet-blue-panel * {
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .mm-wallet-currency-hidden {
    display: none !important;
}

body:not(.logged-in).woocommerce-account .woocommerce { display: block; max-width: 1700px; margin: 0 auto; padding: 48px 30px 72px; }
body:not(.logged-in).woocommerce-account .woocommerce-notices-wrapper { display: grid; gap: 12px; margin: 0 0 24px; }
body:not(.logged-in).woocommerce-account .woocommerce-message,
body:not(.logged-in).woocommerce-account .woocommerce-info,
body:not(.logged-in).woocommerce-account .woocommerce-error { width: 100%; box-sizing: border-box; margin: 0; padding: 16px 18px; border-radius: 6px; background: #fff; box-shadow: 0 8px 22px rgba(11,45,85,.06); }
body:not(.logged-in).woocommerce-account .woocommerce .u-columns { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 52px; align-items: start; }
body:not(.logged-in).woocommerce-account .woocommerce .u-column1,
body:not(.logged-in).woocommerce-account .woocommerce .u-column2 { width: auto; float: none; }
body:not(.logged-in).woocommerce-account .woocommerce form.login,
body:not(.logged-in).woocommerce-account .woocommerce form.register { min-height: 0; padding: 24px; border-color: #dbe5ed; border-radius: 8px; background: #fff; box-shadow: 0 10px 28px rgba(11,45,85,.06); }
body:not(.logged-in).woocommerce-account .woocommerce form.register .form-row { margin-bottom: 16px; }
body:not(.logged-in).woocommerce-account .woocommerce form.register input,
body:not(.logged-in).woocommerce-account .woocommerce form.register select,
body:not(.logged-in).woocommerce-account .woocommerce form.login input { min-height: 42px; border-color: #cbd7e1; border-radius: 5px; color: #173b57; font-family: Montserrat, sans-serif; font-size: 14px; }

.mm-account-welcome { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-bottom: 24px; padding: 28px 32px; border-radius: 8px; color: #fff; background: #114f77; }
.mm-account-welcome p { margin: 0 0 3px; color: #dbeaf3; font-size: 13px; }
.mm-account-welcome h1 { margin: 0 0 7px; color: #fff; font-size: 27px; }
.mm-account-welcome span { font-size: 13px; }
.mm-account-welcome > a,
.mm-favorites-heading > a { display: inline-flex; flex: 0 0 auto; gap: 9px; align-items: center; min-height: 44px; padding: 10px 18px; border-radius: 5px; color: #fff; background: #c89a5b; text-decoration: none; font-weight: 800; }
.mm-account-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-bottom: 24px; }
.mm-account-stats article { display: grid; grid-template-columns: 44px 1fr; gap: 5px 14px; padding: 22px; border: 1px solid #dce5ec; border-radius: 8px; background: #fff; }
.mm-account-stats i { grid-row: 1 / 3; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: #114f77; background: #edf4f8; font-size: 21px; }
.mm-account-stats div { display: grid; }
.mm-account-stats strong { color: #0b2d55; font-size: 24px; }
.mm-account-stats span { color: #728295; font-size: 12px; }
.mm-account-stats a { grid-column: 2; color: #c89a5b; font-size: 12px; font-weight: 700; }
.mm-account-dashboard-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 22px; }
.mm-account-panel { overflow: hidden; border: 1px solid #dce5ec; border-radius: 8px; background: #fff; }
.mm-account-panel > header { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 22px; border-bottom: 1px solid #e2e9ef; }
.mm-account-panel h2 { margin: 0; color: #0b2d55; font-size: 18px; }
.mm-account-panel header a { color: #114f77; font-size: 12px; font-weight: 700; }
.mm-account-orders article { display: grid; grid-template-columns: 1fr auto 28px; gap: 18px; align-items: center; padding: 17px 22px; border-bottom: 1px solid #e8edf1; }
.mm-account-orders article:last-child { border: 0; }
.mm-account-orders article > div { display: grid; gap: 3px; }
.mm-account-orders strong { color: #173c5b; font-size: 13px; }
.mm-account-orders span { color: #7a8997; font-size: 11px; }
.mm-account-orders a { color: #114f77; }
.mm-account-favorite-list > a { display: grid; grid-template-columns: 66px 1fr auto; gap: 13px; align-items: center; padding: 13px 18px; color: #173c5b; border-bottom: 1px solid #e8edf1; text-decoration: none; }
.mm-account-favorite-list > a:last-child { border: 0; }
.mm-account-favorite-list img { width: 66px; height: 52px; object-fit: cover; border-radius: 4px; }
.mm-account-favorite-list span { display: grid; gap: 5px; }
.mm-account-favorite-list strong { font-size: 12px; line-height: 1.3; }
.mm-account-favorite-list small { color: #c89a5b; font-size: 10px; }
.mm-account-empty { margin: 0; padding: 28px 22px; color: #728295; }

.mm-favorites-heading { display: flex; justify-content: space-between; gap: 24px; align-items: center; margin-bottom: 24px; }
.mm-favorites-heading h1 { margin: 0 0 5px; color: #0b2d55; font-size: 31px; }
.mm-favorites-heading p { margin: 0; color: #728295; }
.mm-account-offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.mm-account-offer-card { position: relative; overflow: hidden; border: 1px solid #dce5ec; border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(11,45,85,.06); }
.mm-account-offer-image { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.mm-account-offer-image img { width: 100%; height: 100%; object-fit: cover; }
.mm-account-offer-image span { position: absolute; top: 12px; left: 12px; padding: 5px 8px; border-radius: 4px; color: #fff; background: #114f77; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.mm-account-offer-card > .mm-favorite-button { position: absolute; top: 11px; right: 11px; }
.mm-account-offer-body { display: grid; gap: 10px; padding: 18px; }
.mm-account-offer-body h3 { margin: 0; font-size: 16px; line-height: 1.35; }
.mm-account-offer-body h3 a { color: #0b2d55; text-decoration: none; }
.mm-account-offer-body p { margin: 0; color: #728295; font-size: 12px; }
.mm-account-offer-body .mm-account-offer-deadline { color: #c89a5b; font-weight: 700; }
.mm-account-offer-lots { display: grid; gap: 4px; padding: 10px; border-left: 3px solid #c89a5b; background: #f3f7fa; }
.mm-account-offer-lots strong { color: #114f77; font-size: 11px; }
.mm-account-offer-lots span { overflow: hidden; color: #5d7182; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.mm-account-offer-body footer { display: flex; justify-content: space-between; align-items: end; gap: 20px; padding-top: 5px; }
.mm-account-offer-body footer > div { display: grid; }
.mm-account-offer-body footer strong { color: #114f77; font-size: 22px; }
.mm-account-offer-body footer span { color: #c89a5b; font-size: 11px; font-weight: 700; }
.mm-account-offer-body footer > a { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 5px; color: #114f77; background: #edf4f8; }
.mm-favorites-empty { display: grid; max-width: 680px; justify-items: center; gap: 10px; margin: 60px auto; padding: 50px; border: 1px solid #dce5ec; border-radius: 8px; background: #fff; text-align: center; }
.mm-favorites-empty i { color: #c89a5b; font-size: 42px; }
.mm-favorites-empty h2 { margin: 0; color: #0b2d55; }
.mm-favorites-empty p { color: #728295; }
.mm-favorites-empty a { padding: 11px 18px; border-radius: 5px; color: #fff; background: #114f77; text-decoration: none; font-weight: 700; }

@media (max-width: 1100px) {
    .woocommerce-account .woocommerce { grid-template-columns: 230px minmax(0, 1fr); }
    .mm-account-stats { grid-template-columns: 1fr; }
    .mm-account-dashboard-grid { grid-template-columns: 1fr; }
    .mm-account-offer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
    .mm-commerce-heading .container { display: grid; }
    .mm-commerce-steps { width: 100%; }
    .mm-commerce-steps li { flex: 1; width: auto; }
    .woocommerce-cart .wc-block-cart__main,
    .woocommerce-cart .wc-block-cart__sidebar,
    .woocommerce-checkout .wc-block-checkout__main,
    .woocommerce-checkout .wc-block-checkout__sidebar { padding: 18px; }
    .mm-commerce-reassurance .container { grid-template-columns: 1fr; gap: 22px; }
    .mm-commerce-reassurance .container > div { border-right: 0; }
    .woocommerce-account .woocommerce { display: block; padding: 30px 18px 55px; }
    .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 24px; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; overflow-x: auto; padding: 8px; }
    .woocommerce-account .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
    .woocommerce-account .woocommerce-MyAccount-navigation a { grid-template-columns: 20px auto auto; padding: 10px 13px; border-left: 0; border-bottom: 3px solid transparent; white-space: nowrap; }
    .woocommerce-account .woocommerce-MyAccount-navigation .is-active a { border-left: 0; border-bottom-color: #c89a5b; }
    body:not(.logged-in).woocommerce-account .woocommerce { padding: 30px 18px 55px; }
    body:not(.logged-in).woocommerce-account .woocommerce .u-columns { grid-template-columns: 1fr; gap: 28px; }
    .mm-account-nav-head { display: none; }
    .mm-account-welcome,
    .mm-favorites-heading { align-items: flex-start; flex-direction: column; }
    .mm-account-offer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 482px) {
    .mm-commerce-heading { padding: 24px 0; }
    .mm-commerce-heading h1 { font-size: 27px; }
    .mm-commerce-steps strong { display: none; }
    .mm-commerce-steps li:not(:last-child)::after { width: calc(100% - 30px); left: calc(50% + 15px); }
    .mm-commerce-content { padding-left: 12px; padding-right: 12px; }
    .mm-account-welcome { padding: 22px; }
    .mm-account-welcome h1 { font-size: 23px; }
    .mm-account-orders article { grid-template-columns: 1fr auto; }
    .mm-account-orders article > a { display: none; }
    .mm-favorites-heading h1 { font-size: 27px; }
}

/* Keep the Checkout block in two stable columns on desktop. */
@media (min-width: 901px) {
    .woocommerce-checkout .mm-commerce-content,
    .woocommerce-checkout .wp-block-woocommerce-checkout,
    .woocommerce-checkout .wc-block-checkout {
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .woocommerce-checkout .wc-block-checkout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 520px;
        gap: 52px;
        align-items: start;
    }

    .woocommerce-checkout .wc-block-checkout__main,
    .woocommerce-checkout .wc-block-checkout__sidebar {
        width: 100% !important;
        max-width: none !important;
        min-width: 0;
        margin: 0 !important;
    }

    .woocommerce-checkout .wc-block-checkout__main {
        grid-column: 1;
        grid-row: 1;
    }

    .woocommerce-checkout .wc-block-checkout__sidebar {
        grid-column: 2;
        grid-row: 1;
        position: sticky;
        top: 118px;
    }

    .woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout,
    .woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 520px !important;
        gap: 52px !important;
        align-items: start;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-main {
        grid-column: 1;
        grid-row: 1;
        width: 100% !important;
        max-width: none !important;
        min-width: 0;
        margin: 0 !important;
    }

    .woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-sidebar {
        grid-column: 2;
        grid-row: 1;
        width: 100% !important;
        max-width: none !important;
        min-width: 0;
        margin: 0 !important;
    }
}

@media (max-width: 900px) {
    .woocommerce-checkout .wc-block-checkout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
    }

    .woocommerce-checkout .wc-block-checkout__main,
    .woocommerce-checkout .wc-block-checkout__sidebar {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }

    .woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout,
    .woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 28px !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }
}

body.woocommerce-order-received .site-header .woo-wallet-menu-contents,
body.woocommerce-order-received .mm-site-header .woo-wallet-menu-contents,
body.woocommerce-order-received .main-navigation .woo-wallet-menu-contents {
    display: none !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details,
body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    clear: both !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details::before,
body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details::after,
body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details::before,
body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details::after {
    content: none !important;
    display: none !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li {
    display: grid !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    float: none !important;
    clear: none !important;
    grid-row: 1 !important;
    align-content: start !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__order {
    grid-column: 1 !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__date {
    grid-column: 2 !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__email {
    grid-column: 3 !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__total {
    grid-column: 4 !important;
}

@media (max-width: 900px) {
    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details,
    body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__order {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__date {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__email {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }

    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__total {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }
}

@media (max-width: 560px) {
    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details,
    body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
        grid-template-columns: 1fr !important;
    }

    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
}

/* Taxonomy archives: keep lot availability cards identical to the main offers page. */
.tax-lot .mm-card-lots,
.tax-departement .mm-card-lots {
    display: grid;
    gap: 4px;
    margin-top: 12px;
    padding: 10px 12px;
    border-left: 3px solid #c89a5b;
    background: #f3f6f9;
}

.tax-lot .mm-card-lots > strong,
.tax-departement .mm-card-lots > strong {
    display: block;
    color: #114f77;
    font-size: 12px;
    font-weight: 800;
}

.tax-lot .mm-card-lots > a,
.tax-departement .mm-card-lots > a {
    display: block;
    overflow: hidden;
    color: #526980;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Alert pages. */
.mm-alert-page .container {
    max-width: 1180px;
}

.mm-alert-page-intro {
    max-width: 760px;
    margin: 0 0 26px;
}

.mm-alert-page-intro h2 {
    margin: 0 0 8px;
    color: #072548;
    font-size: 28px;
    font-weight: 800;
}

.mm-alert-page-intro p {
    margin: 0;
    color: #5d7285;
    font-size: 15px;
    line-height: 1.7;
}

.mm-checkout-credit-login {
    display: grid;
    gap: 6px;
    margin: 0 0 16px;
    padding: 16px;
    border: 1px solid rgba(200, 154, 91, .45);
    border-left: 4px solid var(--mm-accent);
    border-radius: 6px;
    background: rgba(200, 154, 91, .08);
    color: var(--mm-ink);
}

.mm-checkout-credit-login strong {
    color: var(--mm-blue-dark);
    font-size: 16px;
}

.mm-checkout-credit-login span {
    color: var(--mm-muted);
    font-size: 14px;
}

.mm-checkout-credit-login a {
    justify-self: start;
    color: var(--mm-accent);
    font-weight: 700;
    text-decoration: none;
}

.mm-checkout-login-panel {
    margin: 0 0 24px;
    padding: 18px 20px;
    border: 1px solid rgba(17, 79, 119, .22);
    border-left: 4px solid var(--mm-blue);
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 12px 26px rgba(12, 36, 56, .08);
}

.mm-checkout-login-intro {
    margin: 0;
    color: var(--mm-ink);
    font-weight: 600;
}

.mm-checkout-login-toggle {
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--mm-blue);
    font: inherit;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.mm-checkout-login-form {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height .35s ease, margin-top .25s ease, opacity .25s ease;
}

.mm-checkout-login-panel.is-open .mm-checkout-login-form {
    max-height: 520px;
    margin-top: 18px;
    opacity: 1;
}

.mm-checkout-login-form p {
    margin: 0 0 16px;
    color: var(--mm-muted);
}

.mm-checkout-login-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
    gap: 14px;
    align-items: end;
}

.mm-checkout-login-grid label {
    display: grid;
    gap: 6px;
    color: var(--mm-ink);
    font-weight: 700;
}

.mm-checkout-login-grid label span {
    color: #d63638;
}

.mm-checkout-login-grid input {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--mm-line);
    border-radius: 5px;
    padding: 10px 12px;
}

.mm-checkout-login-grid button {
    min-height: 46px;
    padding: 10px 22px;
    border: 0;
    border-radius: 5px;
    background: var(--mm-accent);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.mm-checkout-remember {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    margin-top: 14px;
    color: var(--mm-muted);
}

.mm-checkout-lost {
    display: inline-block;
    margin-left: 18px;
    color: var(--mm-blue);
    font-weight: 700;
}

.mm-phone-error {
    display: none;
    margin-top: 8px;
    color: #cc1818;
    font-size: 13px;
    font-weight: 600;
}

.wc-block-components-text-input.has-error input[type="tel"] {
    border-color: #cc1818;
    color: #cc1818;
}

.mm-offer-card-meta {
    display: grid;
    gap: 4px;
    margin: 10px 0 14px;
    color: var(--mm-muted);
    font-size: 14px;
}

.mm-offer-meta {
    max-width: 720px;
    margin: 24px 0;
    padding: 20px;
    border-left: 4px solid var(--mm-accent);
    background: var(--mm-surface);
}

.mm-offer-meta p {
    margin: 0 0 8px;
}

.mm-offer-meta p:last-child {
    margin-bottom: 0;
}

.mm-offer-file-url {
    overflow-wrap: anywhere;
}

.mm-lot-heading {
    margin-top: 32px;
    padding: 14px 0;
    border-top: 1px solid var(--mm-line);
    border-bottom: 5px solid var(--mm-line);
}

.mm-lot-heading h2 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}

.woocommerce div.product form.cart.grouped_form {
    margin: 28px 0;
}

.woocommerce-grouped-product-list {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--mm-line);
}

.woocommerce-grouped-product-list td {
    padding: 16px;
    border-bottom: 1px solid var(--mm-line);
    vertical-align: middle;
}

.woocommerce-grouped-product-list tr:last-child td {
    border-bottom: 0;
}

.woocommerce-grouped-product-list-item__label a {
    color: var(--mm-ink);
    font-weight: 700;
    text-decoration: none;
}

.mm-lot-details {
    display: grid;
    gap: 3px;
    margin-top: 7px;
    color: var(--mm-muted);
    font-size: 14px;
}

.mm-project-contacts {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin: 36px 0;
}

.mm-contact-card {
    border: 1px solid var(--mm-line);
    background: #fff;
}

.mm-contact-card h3 {
    margin: 0;
    padding: 16px;
    border-bottom: 3px solid var(--mm-line);
    font-size: 18px;
    text-transform: uppercase;
}

.mm-contact-main {
    min-height: 112px;
    padding: 16px;
}

.mm-contact-main p {
    margin: 8px 0 0;
    color: var(--mm-muted);
}

.mm-contact-card dl {
    margin: 0;
}

.mm-contact-card dl > div {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
    padding: 10px 16px;
    border-top: 1px solid var(--mm-line);
}

.mm-contact-card dt {
    font-weight: 700;
}

.mm-contact-card dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.woocommerce .quantity .qty {
    width: 76px;
    min-height: 42px;
}

.woocommerce button.button,
.woocommerce a.button,
.woocommerce input.button {
    min-height: 44px;
    padding: 10px 18px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: var(--mm-ink);
    font-weight: 700;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce input.button:hover {
    color: #fff;
    background: var(--mm-accent);
}

.woocommerce div.product .woocommerce-tabs {
    margin-top: 36px;
}

.mm-site-footer {
    border-top: 0;
    color: #fff;
    background: linear-gradient(90deg, #072548, #0a2d56);
    font-family: "Montserrat", sans-serif;
}

.mm-site-footer p {
    margin: 0;
}

.mm-back-to-top {
    position: fixed;
    z-index: 1000;
    right: 28px;
    bottom: 28px;
    display: grid;
    width: 56px;
    height: 56px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #c89a5b;
    box-shadow: 0 10px 28px rgba(7, 37, 72, .24);
    font-size: 25px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity .25s ease, transform .25s ease, background-color .2s ease;
}

.mm-back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.mm-back-to-top:hover,
.mm-back-to-top:focus-visible {
    color: #fff;
    background: #114f77;
}

@media (max-width: 482px) {
    .mm-back-to-top {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
        font-size: 22px;
    }
}

/* Final archive overrides */
.page-template-page-appels-offres .mm-offers-hero,
.page-template-page-appels-d-offre .mm-offers-hero {
    position: relative;
    min-height: 310px;
    padding: 48px 0 42px;
    overflow: hidden;
    background: #114f77 url("images/metres-bg5.webp") center 45% / cover no-repeat;
}
.page-template-page-appels-offres .mm-offers-hero .container,
.page-template-page-appels-d-offre .mm-offers-hero .container { position: relative; z-index: 1; }
.page-template-page-appels-offres .mm-offers-filter-bar,
.page-template-page-appels-d-offre .mm-offers-filter-bar { grid-template-columns: 1.1fr 1.1fr 2fr .7fr auto; color: #114f77; }
.page-template-page-appels-offres .mm-offers-submit,
.page-template-page-appels-d-offre .mm-offers-submit { background: #c89a5b; }
.page-template-page-appels-offres .mm-offers-grid,
.page-template-page-appels-d-offre .mm-offers-grid { grid-template-columns: minmax(0, 1fr) 280px; }
.page-template-page-appels-offres .mm-offers-main,
.page-template-page-appels-d-offre .mm-offers-main { grid-column: 1; grid-row: 1; }
.page-template-page-appels-offres .mm-offers-sidebar,
.page-template-page-appels-d-offre .mm-offers-sidebar { grid-column: 2; grid-row: 1; }
.page-template-page-appels-offres .mm-offer-card-grid,
.page-template-page-appels-d-offre .mm-offer-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.page-template-page-appels-offres .mm-offer-card-grid.is-list,
.page-template-page-appels-d-offre .mm-offer-card-grid.is-list { grid-template-columns: 1fr; }
.page-template-page-appels-offres .mm-offers-sidebar,
.page-template-page-appels-d-offre .mm-offers-sidebar { display: grid; }

@media (max-width: 1180px) {
    .page-template-page-appels-offres .mm-offers-filter-bar,
    .page-template-page-appels-d-offre .mm-offers-filter-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .page-template-page-appels-offres .mm-location-field,
    .page-template-page-appels-d-offre .mm-location-field { grid-column: 1 / 3; }
    .page-template-page-appels-offres .mm-offer-card-grid,
    .page-template-page-appels-d-offre .mm-offer-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .page-template-page-appels-offres .mm-offers-grid,
    .page-template-page-appels-d-offre .mm-offers-grid { grid-template-columns: 1fr; }
    .page-template-page-appels-offres .mm-offers-sidebar,
    .page-template-page-appels-d-offre .mm-offers-sidebar { grid-column: 1; grid-row: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
    .page-template-page-appels-offres .mm-offers-filter-bar,
    .page-template-page-appels-d-offre .mm-offers-filter-bar,
    .page-template-page-appels-offres .mm-offer-card-grid,
    .page-template-page-appels-d-offre .mm-offer-card-grid,
    .page-template-page-appels-offres .mm-offers-sidebar,
    .page-template-page-appels-d-offre .mm-offers-sidebar { grid-template-columns: 1fr; }
    .page-template-page-appels-offres .mm-location-field,
    .page-template-page-appels-d-offre .mm-location-field { grid-column: auto; }
}

/* Compact archive hero, map and stats. */
.page-template-page-appels-offres .mm-offers-hero,
.page-template-page-appels-d-offre .mm-offers-hero { min-height: 270px; padding-top: 34px; padding-bottom: 32px; }
.page-template-page-appels-offres .mm-offers-hero h1,
.page-template-page-appels-d-offre .mm-offers-hero h1 { font-size: 32px; }
.page-template-page-appels-offres .mm-offers-hero > .container > p,
.page-template-page-appels-d-offre .mm-offers-hero > .container > p { margin-bottom: 20px; font-size: 14px; }
.page-template-page-appels-offres .mm-offers-map,
.page-template-page-appels-d-offre .mm-offers-map { height: 550px; }
.mm-map-actions { position:absolute; z-index:600; top:20px; right:max(30px,calc((100vw - 1700px)/2 + 30px)); display:flex; gap:8px; }
.mm-map-actions .mm-map-reset,.mm-map-fullscreen { position:static; display:inline-flex; min-height:44px; align-items:center; justify-content:center; padding:0 16px; border:0; border-radius:6px; color:#114f77; background:#fff; box-shadow:0 5px 16px rgba(7,37,72,.18); font-weight:700; }
.mm-map-fullscreen { width:44px; padding:0; font-size:18px; }
.mm-offers-map-section.is-expanded { position:fixed; z-index:9999; inset:18px; padding:12px; border-radius:8px; background:#fff; box-shadow:0 22px 70px rgba(0,0,0,.38); }
.mm-offers-map-section.is-expanded .mm-offers-map { width:100%; height:100% !important; border-radius:6px; }
.mm-offers-map-section.is-expanded .mm-map-actions { top:28px; right:28px; }
.page-template-page-appels-offres .mm-offers-main,
.page-template-page-appels-d-offre .mm-offers-main { scroll-margin-top:110px; }
.page-template-page-appels-offres .mm-offers-toolbar h2,
.page-template-page-appels-d-offre .mm-offers-toolbar h2 { flex:1 1 auto; min-width:0; }
.page-template-page-appels-offres .mm-offers-toolbar-controls,
.page-template-page-appels-d-offre .mm-offers-toolbar-controls { flex:0 0 auto; min-width:465px; justify-content:flex-end; }
.page-template-page-appels-offres .mm-view-switch a,
.page-template-page-appels-d-offre .mm-view-switch a { padding-right:16px; padding-left:16px; white-space:nowrap; }
.page-template-page-appels-offres .mm-sort-form label,
.page-template-page-appels-d-offre .mm-sort-form label { white-space:nowrap; }
.page-template-page-appels-offres .mm-sort-form select,
.page-template-page-appels-d-offre .mm-sort-form select { min-width:175px; padding:0 28px 0 10px; }
.mm-offer-list-card { transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease; }
.mm-offer-list-card:hover { z-index:2; border-color:#c5d5e2; box-shadow:0 16px 34px rgba(17,79,119,.17); transform:translateY(-5px); }
.mm-offer-list-image>.mm-offer-image-badges { position:absolute; top:10px; left:10px; display:flex; max-width:calc(100% - 60px); gap:6px; padding:0; color:inherit; background:transparent; }
.mm-offer-image-badges b,.mm-offer-image-badges em { padding:5px 8px; border-radius:4px; color:#fff; background:#114f77; font-size:10px; font-style:normal; font-weight:700; line-height:1; text-transform:uppercase; }
.mm-offer-image-badges em { color:#114f77; background:#fff; box-shadow:0 2px 8px rgba(7,37,72,.16); }
.page-template-page-appels-offres .mm-offers-stats i,
.page-template-page-appels-d-offre .mm-offers-stats i { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px; }
.page-template-page-appels-offres .mm-offer-list-body .mm-card-urgent,
.page-template-page-appels-d-offre .mm-offer-list-body .mm-card-urgent { margin-top: 7px; color: #d51f2a; font-size: 12px; font-weight: 800; line-height: 1.35; }
.page-template-page-appels-offres .mm-card-lots,
.page-template-page-appels-d-offre .mm-card-lots { display: grid; gap: 4px; margin-top: 12px; padding: 10px 12px; border-left: 3px solid #c89a5b; background: #f3f6f9; }
.page-template-page-appels-offres .mm-card-lots > strong,
.page-template-page-appels-d-offre .mm-card-lots > strong { color: #114f77; font-size: 12px; }
.page-template-page-appels-offres .mm-card-lots > a,
.page-template-page-appels-d-offre .mm-card-lots > a { overflow: hidden; color: #526980; font-size: 11px; font-weight: 600; line-height: 1.35; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 600px) {
    .page-template-page-appels-offres .mm-offers-map,
    .page-template-page-appels-d-offre .mm-offers-map { height: 440px; }
    .page-template-page-appels-offres .mm-offers-stats i,
    .page-template-page-appels-d-offre .mm-offers-stats i { width: 50px; height: 50px; font-size: 25px; }
}
@media(max-width:1180px){.page-template-page-appels-offres .mm-offers-toolbar-controls,.page-template-page-appels-d-offre .mm-offers-toolbar-controls{min-width:0}.page-template-page-appels-offres .mm-offers-toolbar,.page-template-page-appels-d-offre .mm-offers-toolbar{align-items:flex-start;flex-direction:column}.mm-map-actions{right:20px}}
@media(max-width:600px){.mm-map-actions{top:12px;right:12px}.mm-map-actions .mm-map-reset{min-height:40px;padding:0 11px;font-size:12px}.mm-map-fullscreen{width:40px;min-height:40px}.mm-offers-map-section.is-expanded{inset:8px}.mm-offers-map-section.is-expanded .mm-map-actions{top:20px;right:20px}}

.page-template-page-appels-offres .mm-offers-hero,
.page-template-page-appels-d-offre .mm-offers-hero {
    min-height: 270px;
    padding-top: 34px;
    padding-bottom: 32px;
}
.page-template-page-appels-offres .mm-offers-hero h1,
.page-template-page-appels-d-offre .mm-offers-hero h1 { font-size: 32px; }
.page-template-page-appels-offres .mm-offers-hero > .container > p,
.page-template-page-appels-d-offre .mm-offers-hero > .container > p { margin-bottom: 20px; font-size: 14px; }
.page-template-page-appels-offres .mm-offers-map,
.page-template-page-appels-d-offre .mm-offers-map { height: 480px; }
.page-template-page-appels-offres .mm-offers-stats i,
.page-template-page-appels-d-offre .mm-offers-stats i {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
}
@media (max-width: 600px) {
    .page-template-page-appels-offres .mm-offers-map,
    .page-template-page-appels-d-offre .mm-offers-map { height: 410px; }
    .page-template-page-appels-offres .mm-offers-stats i,
    .page-template-page-appels-d-offre .mm-offers-stats i { width: 50px; height: 50px; font-size: 25px; }
}

@media (prefers-reduced-motion: reduce) {
    .mm-back-to-top {
        transition: none;
    }
}

/* Appels d'offres archive */
.page-template-page-appels-offres .site-main,
.page-template-page-appels-d-offre .site-main {
    background: #f7f9fc;
}

.mm-offers-hero {
    position: relative;
    min-height: 310px;
    padding: 48px 0 42px;
    overflow: hidden;
    color: #fff;
    background: #114f77 url("images/metres-bg5.webp") center 45% / cover no-repeat;
}

.mm-offers-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 79, 119, .9);
}

.mm-offers-hero .container {
    position: relative;
    z-index: 1;
}

.mm-offers-hero h1 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 38px;
    font-weight: 800;
}

.mm-offers-hero > .container > p {
    margin: 0 0 28px;
    font-weight: 600;
}

.mm-offers-filter-bar {
    display: grid;
    grid-template-columns: 1.1fr 1.1fr 2fr .7fr auto;
    gap: 14px;
    align-items: end;
    padding: 20px;
    border-radius: 8px;
    color: #114f77;
    background: #fff;
    box-shadow: 0 12px 32px rgba(7, 37, 72, .18);
}

.mm-offers-filter-bar label,
.mm-location-field {
    display: grid;
    gap: 7px;
    margin: 0;
}

.mm-offers-filter-bar label > span,
.mm-location-field > span {
    font-size: 12px;
    font-weight: 700;
}

.mm-offers-filter-bar select,
.mm-offers-filter-bar input {
    width: 100%;
    height: 46px;
    padding: 0 12px;
    border: 1px solid #d7e0e9;
    border-radius: 6px;
    color: #114f77;
    background: #fff;
}

.mm-location-field > div {
    display: grid;
    grid-template-columns: auto 1fr;
}

.mm-location-field button {
    height: 46px;
    padding: 0 14px;
    border: 1px solid #114f77;
    border-radius: 6px 0 0 6px;
    color: #fff;
    background: #114f77;
    white-space: nowrap;
}

.mm-location-field input {
    border-left: 0;
    border-radius: 0 6px 6px 0;
}

.mm-location-field small {
    position: absolute;
    margin-top: 76px;
    color: #5e7189;
    font-size: 10px;
}

.mm-offers-submit {
    height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 6px;
    color: #fff;
    background: #c89a5b;
    font-weight: 700;
}

.mm-offers-map-section {
    position: relative;
}

.mm-offers-map {
    width: 100%;
    height: 520px;
    background: #dcecf2;
}

.mm-map-reset {
    position: absolute;
    z-index: 500;
    top: 20px;
    right: max(30px, calc((100vw - 1700px) / 2 + 30px));
    padding: 12px 18px;
    border: 0;
    border-radius: 6px;
    color: #114f77;
    background: #fff;
    box-shadow: 0 5px 16px rgba(7, 37, 72, .18);
    font-weight: 700;
}

.mm-offers-stats {
    color: #fff;
    background: #114f77;
}

.mm-offers-stats .container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.mm-offers-stats .container > div {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 16px;
    padding: 28px 34px;
    border-right: 1px solid rgba(255,255,255,.25);
}

.mm-offers-stats i {
    grid-row: 1 / 3;
    align-self: center;
    color: #c89a5b;
    font-size: 34px;
}

.mm-offers-stats strong { font-size: 24px; line-height: 1; }
.mm-offers-stats span { font-size: 12px; font-weight: 600; }

.mm-offers-content { padding: 56px 0 80px; }
.mm-offers-grid { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 34px; align-items: start; }
.mm-offers-sidebar { display: grid; gap: 22px; }

.mm-sidebar-panel {
    padding: 22px;
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(17,79,119,.06);
}

.mm-sidebar-panel h2 { margin: 0 0 18px; color: #114f77; font-size: 19px; font-weight: 800; }
.mm-account-panel form p { margin: 0 0 12px; }
.mm-account-panel label { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 700; }
.mm-account-panel input[type="text"], .mm-account-panel input[type="password"] { width: 100%; height: 42px; border: 1px solid #d7e0e9; border-radius: 5px; }
.mm-account-panel input[type="submit"] { width: 100%; padding: 11px; border: 0; color: #fff; background: #114f77; font-weight: 700; }
.mm-account-customer-name { margin: -8px 0 16px; color: #6d7890; font-size: 14px; font-weight: 600; }
.mm-wallet-total { display: block; margin: 3px 0 14px; color: #114f77; font-size: 28px; }
.mm-gold-button { display: block; padding: 11px; border-radius: 5px; color: #fff !important; background: #c89a5b; text-align: center; text-decoration: none; font-weight: 700; }
.mm-register-prompt { margin: 20px 0 8px; text-align: center; font-size: 13px; }
.mm-account-panel ul { margin: 20px 0 0; padding: 0; list-style: none; }
.mm-account-panel li { border-top: 1px solid #e4e9ef; }
.mm-account-panel li a { display: flex; justify-content: space-between; padding: 11px 0; color: #114f77; text-decoration: none; font-weight: 600; }

.mm-side-filter { display: grid; gap: 14px; }
.mm-side-filter label, .mm-side-filter fieldset { display: grid; gap: 6px; margin: 0; padding: 0; border: 0; color: #114f77; font-size: 12px; font-weight: 700; }
.mm-side-filter input, .mm-side-filter select { width: 100%; height: 42px; padding: 0 10px; border: 1px solid #d7e0e9; border-radius: 5px; background: #fff; }
.mm-side-filter fieldset > div { display: grid; grid-template-columns: 1fr auto 1fr; gap: 7px; align-items: center; }
.mm-side-filter button { padding: 12px; border: 1px solid #114f77; border-radius: 5px; color: #114f77; background: #fff; font-weight: 700; }

.mm-offers-toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-bottom: 24px; }
.mm-offers-toolbar h2 { margin: 0; color: #114f77; font-size: 25px; font-weight: 800; }
.mm-offers-toolbar-controls { display: flex; gap: 14px; align-items: center; }
.mm-view-switch { display: flex; }
.mm-view-switch a { padding: 9px 12px; color: #114f77; background: #edf2f7; text-decoration: none; font-size: 12px; font-weight: 700; }
.mm-view-switch a.is-active { color: #fff; background: #114f77; }
.mm-sort-form label { display: flex; gap: 8px; align-items: center; margin: 0; font-size: 12px; font-weight: 700; }
.mm-sort-form select { height: 38px; border: 1px solid #d7e0e9; border-radius: 5px; color: #114f77; background: #fff; }

.mm-offer-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.mm-offer-list-card { position: relative; overflow: hidden; border: 1px solid #dfe6ed; border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(17,79,119,.07); }
.mm-offer-list-image { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; }
.mm-offer-list-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.mm-offer-list-card:hover .mm-offer-list-image img { transform: scale(1.035); }
.mm-offer-list-image > span { position: absolute; top: 10px; left: 10px; padding: 5px 8px; border-radius: 4px; color: #fff; background: #114f77; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.mm-favorite-button { position: absolute; z-index: 2; top: 10px; right: 10px; display: grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #114f77; background: #fff; box-shadow: 0 3px 12px rgba(7,37,72,.15); }
.mm-favorite-button.is-favorite { color: #c89a5b; }
.mm-offer-list-body { display: flex; flex-direction: column; min-height: 245px; padding: 18px; }
.mm-offer-list-body h3 { margin: 0 0 10px; font-size: 16px; line-height: 1.3; font-weight: 800; }
.mm-offer-list-body h3 a { color: #114f77; text-decoration: none; }
.mm-offer-list-body p { margin: 0 0 3px; color: #60728a; font-size: 12px; }
.mm-offer-list-body .mm-card-deadline { margin-top: 10px; color: #c89a5b; font-weight: 700; }
.mm-card-footer { display: flex; justify-content: space-between; align-items: end; gap: 12px; margin-top: auto; padding-top: 18px; }
.mm-card-price { display: grid; }
.mm-card-price strong { color: #114f77; font-size: 24px; line-height: 1; }
.mm-card-price span { margin-top: 4px; color: #c89a5b; font-size: 12px; font-weight: 700; }
.mm-offer-more { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 6px; color: #114f77; background: #edf3f8; text-decoration: none; font-size: 20px; }
.mm-offer-card-grid.is-list { grid-template-columns: 1fr; }
.mm-offer-card-grid.is-list .mm-offer-list-card { display: grid; grid-template-columns: 260px 1fr; }
.mm-offer-card-grid.is-list .mm-offer-list-image { aspect-ratio: auto; min-height: 210px; }
.mm-offer-card-grid.is-list .mm-offer-list-body { min-height: 210px; }
.mm-offers-pagination { display: flex; justify-content: center; gap: 6px; margin-top: 34px; }
.mm-offers-pagination .page-numbers { display: grid; min-width: 38px; height: 38px; padding: 0 10px; place-items: center; border: 1px solid #d7e0e9; border-radius: 50%; color: #114f77; background: #fff; text-decoration: none; }
.mm-offers-pagination .current { color: #fff; border-color: #114f77; background: #114f77; }

@media (max-width: 1180px) {
    .mm-offers-filter-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mm-location-field { grid-column: 1 / 3; }
    .mm-offers-submit { width: 100%; }
    .mm-offer-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
    .mm-offers-grid { grid-template-columns: 1fr; }
    .mm-offers-sidebar { grid-row: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .mm-offers-stats .container { grid-template-columns: repeat(2, 1fr); }
    .mm-offers-toolbar { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
    .mm-offers-hero { padding: 34px 0; }
    .mm-offers-hero h1 { font-size: 30px; }
    .mm-offers-filter-bar { grid-template-columns: 1fr; padding: 16px; }
    .mm-location-field { grid-column: auto; }
    .mm-location-field > div { grid-template-columns: 1fr; gap: 8px; }
    .mm-location-field button, .mm-location-field input { border: 1px solid #d7e0e9; border-radius: 6px; }
    .mm-location-field small { position: static; margin: 0; }
    .mm-offers-map { height: 410px; }
    .mm-map-reset { top: 12px; right: 12px; padding: 10px 12px; font-size: 12px; }
    .mm-offers-stats .container { grid-template-columns: 1fr; }
    .mm-offers-stats .container > div { padding: 20px 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
    .mm-offers-sidebar { grid-template-columns: 1fr; }
    .mm-offers-toolbar-controls { width: 100%; align-items: stretch; flex-direction: column; }
    .mm-view-switch a { flex: 1; text-align: center; }
    .mm-sort-form label { justify-content: space-between; }
    .mm-offer-card-grid { grid-template-columns: 1fr; }
    .mm-offer-card-grid.is-list .mm-offer-list-card { grid-template-columns: 1fr; }
    .mm-offer-card-grid.is-list .mm-offer-list-image { min-height: 0; aspect-ratio: 16 / 9; }
}

.mm-footer-main {
    display: grid;
    grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(150px, 0.8fr)) minmax(230px, 1fr);
    gap: 48px;
    padding: 44px 0 42px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.mm-footer-brand a {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.mm-footer-logo {
    display: block;
    width: 240px;
    max-width: 100%;
    height: auto;
    max-height: 84px;
    object-fit: contain;
    object-position: left center;
}

.mm-footer-brand > span {
    display: block;
    margin-top: 16px;
    color: rgb(200, 154, 91);
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.mm-footer-brand p {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
}

.mm-footer-column,
.mm-footer-payments {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.mm-footer-column h2,
.mm-footer-payments h2 {
    margin: 0 0 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.mm-footer-column a {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    text-decoration: none;
}

.mm-footer-column a:hover {
    color: rgb(200, 154, 91);
}

.mm-footer-links { display:grid; gap:10px; margin:0; padding:0; list-style:none; }
.mm-footer-links li { margin:0; padding:0; }
.mm-footer-column .mm-footer-links a { display:block; margin:0; }

.mm-footer-payments > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mm-footer-payments img {
    display: block;
    width: auto;
    max-width: 82px;
    height: 30px;
    padding: 4px 7px;
    border-radius: 4px;
    background: #fff;
    object-fit: contain;
}

.mm-footer-payments img:nth-child(2) {
    max-width: 52px;
}

.mm-footer-bottom {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) auto;
    align-items: center;
    gap: 28px;
    min-height: 70px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
}

.mm-footer-legal-brand {
    display: grid;
    gap: 4px;
}

.mm-footer-signature {
    color: rgba(255, 255, 255, 0.72);
}

.mm-footer-bottom nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.mm-footer-bottom a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.mm-footer-socials {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.mm-footer-socials span {
    display: grid;
    width: 32px;
    height: 32px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.mm-offers-hero {
    padding: 44px 0 32px;
    color: #fff;
    background: linear-gradient(135deg, var(--mm-blue-dark), var(--mm-blue));
}

.mm-offers-hero h1 {
    margin: 0;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 700;
}

.mm-offers-hero p {
    margin: 8px 0 22px;
    font-size: 18px;
    font-weight: 700;
}

.mm-offers-filter-bar {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr)) auto;
    gap: 14px;
    padding: 18px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.mm-offers-filter-bar label,
.mm-side-filter label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: var(--mm-blue-dark);
    font-size: 13px;
    font-weight: 700;
}

.mm-offers-filter-bar select,
.mm-side-filter input,
.mm-side-filter select,
.mm-sort-form select {
    width: 100%;
    min-height: 44px;
    padding: 0 12px;
    border: 1px solid var(--mm-line);
    border-radius: 7px;
    color: var(--mm-muted);
    background: #fff;
    font-size: 14px;
}

.mm-offers-filter-bar button,
.mm-side-filter button,
.mm-orange-button,
.mm-alert-strip a {
    min-height: 44px;
    padding: 0 22px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: var(--mm-orange);
    font-weight: 700;
    text-decoration: none;
}

.mm-offers-filter-bar button {
    align-self: end;
}

.mm-offers-map-section {
    position: relative;
}

.mm-offers-map {
    width: 100%;
    height: 520px;
    background: #d8edf2;
}

.mm-map-reset {
    position: absolute;
    top: 32px;
    right: 44px;
    z-index: 500;
    min-height: 44px;
    padding: 0 18px;
    border: 0;
    border-radius: 6px;
    color: var(--mm-blue);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    font-weight: 700;
}

.mm-map-count {
    border: 0;
    color: #fff;
    background: transparent;
    box-shadow: none;
    font-weight: 700;
}

.mm-map-count::before {
    display: none;
}

.mm-map-popup-price {
    display: inline-block;
    margin: 4px 0 2px;
    color: var(--mm-accent);
    font-weight: 700;
}

.mm-offers-stats {
    color: #fff;
    background: linear-gradient(135deg, var(--mm-blue-dark), var(--mm-blue));
}

.mm-offers-stats .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mm-offers-stats div {
    padding: 28px 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.mm-offers-stats div:last-child {
    border-right: 0;
}

.mm-offers-stats strong {
    display: block;
    font-size: 32px;
    line-height: 1;
}

.mm-offers-stats span {
    display: block;
    margin-top: 5px;
    font-weight: 700;
}

.mm-offers-content {
    padding: 34px 0 44px;
    background: #fff;
}

.mm-offers-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 34px;
}

.mm-offers-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.mm-offers-toolbar h2 {
    margin: 0;
    color: var(--mm-blue-dark);
    font-size: 25px;
    font-weight: 700;
}

.mm-sort-form label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--mm-blue-dark);
    font-weight: 700;
}

.mm-offer-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mm-offer-list-card {
    overflow: hidden;
    border: 1px solid var(--mm-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 38, 80, 0.1);
}

.mm-offer-list-image {
    position: relative;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.mm-offer-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mm-offer-list-image span {
    position: absolute;
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    padding: 5px 9px;
    border-radius: 5px;
    color: #fff;
    background: var(--mm-blue);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.mm-offer-list-body {
    position: relative;
    padding: 18px;
}

.mm-offer-list-body h3 {
    min-height: 48px;
    margin: 0 0 8px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.mm-offer-list-body h3 a {
    color: var(--mm-blue-dark);
    text-decoration: none;
}

.mm-offer-list-body p {
    margin: 0 0 4px;
    color: var(--mm-muted);
    font-size: 14px;
}

.mm-offer-list-body .mm-card-deadline {
    margin-top: 12px;
    color: var(--mm-orange);
    font-weight: 700;
}

.mm-card-price {
    margin-top: 12px;
    color: var(--mm-blue);
    font-size: 26px;
    font-weight: 900;
}

.mm-card-price span {
    display: block;
    color: var(--mm-orange);
    font-size: 14px;
    font-weight: 700;
}

.mm-cart-mini {
    position: absolute;
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
    overflow: hidden;
    border: 1px solid #cbd8e8;
    border-radius: 7px;
    color: transparent;
    background: #fff;
}

.mm-cart-mini::before {
    content: "\F242";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: var(--mm-blue);
    font-family: "bootstrap-icons";
    font-size: 20px;
}

.mm-sidebar-panel {
    margin-bottom: 28px;
    padding: 24px;
    border: 1px solid var(--mm-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 38, 80, 0.08);
}

.mm-sidebar-panel h2 {
    margin: 0 0 14px;
    color: var(--mm-blue-dark);
    font-size: 22px;
    font-weight: 700;
}

.mm-sidebar-panel p {
    margin: 0;
    color: var(--mm-muted);
    font-weight: 700;
}

.mm-wallet-total {
    display: block;
    margin: 6px 0 18px;
    color: var(--mm-blue);
    font-size: 34px;
    line-height: 1;
}

.mm-orange-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 16px;
}

.mm-sidebar-panel ul {
    display: grid;
    gap: 12px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.mm-sidebar-panel a {
    color: var(--mm-blue-dark);
    font-weight: 700;
    text-decoration: none;
}

.mm-side-filter {
    display: grid;
    gap: 16px;
}

.mm-side-filter button {
    background: var(--mm-blue);
}

.mm-alert-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 36px;
    padding: 28px 42px;
    border-radius: 8px;
    background: linear-gradient(135deg, #f1f7fc, #ffffff);
}

.mm-alert-strip strong {
    color: var(--mm-blue-dark);
    font-size: 20px;
}

.mm-alert-strip p {
    margin: 5px 0 0;
    color: var(--mm-muted);
}

.mm-no-offers {
    padding: 28px;
    border: 1px solid var(--mm-line);
    border-radius: 8px;
    background: var(--mm-surface);
}

.mm-home-hero {
    position: relative;
    overflow: hidden;
    min-height: 650px;
    padding: 60px 0 80px;
    color: #fff;
    background: url("images/metres-bg5.webp") bottom right / cover no-repeat;
}

.mm-home-hero .hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(13, 60, 90, 1) 0%, rgba(13, 60, 90, .85) 45%, rgba(13, 60, 90, .15) 100%);
}

.mm-home-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 486px;
}

.mm-home-hero-content {
    width: 100%;
    max-width: 720px;
}

.mm-home-kicker {
    margin: 0 0 14px;
    color: #ffb36f;
    font-weight: 700;
    text-transform: uppercase;
}

.mm-home-hero h1 {
    max-width: 780px;
    margin: 0 0 25px;
    font-size: 40px;
    line-height: 1.15;
    font-weight: 800;
}

.mm-home-title-accent {
    color: #c89a5b;
}

.mm-home-lead {
    max-width: 620px;
    margin-bottom: 35px;
    color: #ffffff;
    font-size: 20px;
}

.mm-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.mm-home-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 64px;
    padding: 0 24px;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
	font-size: 18px;
}

.mm-home-button i {
    flex: 0 0 auto;
    font-size: 22px;
    line-height: 1;
	transition: .3s;
	        color: #ffffff;
}
.mm-home-button:hover {
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 25px;
}
.mm-home-button-primary {
    color: #fff;
    background: var(--mm-orange);
}
.mm-home-button-primary:hover {
    background: #9c7440;
    color: rgb(255, 255, 255);
}
	
.mm-home-button-secondary {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.45);
}
.mm-home-button-secondary:hover {
    background: #114f77;
    color: rgb(255, 255, 255);
}
.mm-home-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 75%;
    margin-bottom: 30px;
}

.mm-home-benefit {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0 28px;
    border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.mm-home-benefit:first-child {
    padding-left: 0;
}

.mm-home-benefit:last-child {
    padding-right: 0;
    border-right: 0;
}

.mm-home-benefit i {
    flex: 0 0 auto;
    margin-right: 18px;
    color: var(--mm-orange);
    font-size: 43px;
    line-height: 1;
}

.mm-home-benefit p {
    min-width: 0;
    margin: 0;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}

.mm-home-benefit strong,
.mm-home-benefit span {
    display: block;
}

.mm-home-benefit strong {
	letter-spacing: 1px;
    font-size: 17px;
    font-weight: 700;
}

.mm-home-benefit span {
    margin-top: 3px;
    font-size: 16px;
    font-weight: 500;
}

.mm-home-search {
    position: relative;
    z-index: 2;
    padding: 0 0 54px;
    background: transparent;
}
.mm-home-search-form {
    position: relative;
    margin-top: -92px;
    padding: 34px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(0, 38, 80, 0.13);
}

.mm-home-search-form h2,
.mm-home-results-list > h2 {
    margin: 0;
    color: var(--mm-blue-dark);
    font-weight: 700;
}

.mm-home-search-form h2 {
    margin-bottom: 28px;
    text-align: center;
    font-size: 34px;
}

.mm-home-search-form h2 span {
    color: var(--mm-orange);
}

.mm-home-search-fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) 220px;
    align-items: end;
    gap: 16px;
}

.mm-home-search-fields label {
    display: grid;
    gap: 8px;
    min-width: 0;
    margin: 0;
    color: var(--mm-blue-dark);
    font-weight: 700;
}

.mm-home-search-fields label > span {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mm-home-search-fields label i {
    color: var(--mm-blue);
}

.mm-home-search-fields select {
    width: 100%;
    min-height: 54px;
    padding: 0 14px;
    border: 1px solid var(--mm-line);
    border-radius: 7px;
    color: var(--mm-blue-dark);
    background: #fff;
}

.mm-home-search-fields select:disabled {
    cursor: not-allowed;
    opacity: 0.72;
}

.mm-home-search-fields button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 22px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    background: var(--mm-orange);
    font-weight: 700;
}

.mm-home-results {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
    height: 560px;
    margin-top: 44px;
    overflow: hidden;
    border: 1px solid var(--mm-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(0, 38, 80, 0.09);
}

.mm-home-map {
    width: 100%;
    height: 100%;
    min-height: 420px;
    background: #d8edf2;
}

.mm-home-results-list {
    min-width: 0;
    padding: 28px 30px;
    overflow-y: auto;
}

.mm-home-results-list > h2 {
    margin-bottom: 16px;
    font-size: 25px;
}

.mm-home-result-items {
    display: grid;
}

.mm-home-result-item {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr) 110px;
    align-items: center;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid var(--mm-line);
}

.mm-home-result-image {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 7px;
}

.mm-home-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mm-home-result-copy {
    min-width: 0;
}

.mm-home-result-copy > span {
    display: inline-block;
    max-width: 100%;
    padding: 4px 7px;
    overflow: hidden;
    border-radius: 5px;
    color: #fff;
    background: var(--mm-blue);
    font-size: 10px;
    font-weight: 700;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.mm-home-result-copy h3 {
    margin: 7px 0 3px;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

.mm-home-result-copy h3 a {
    color: var(--mm-blue-dark);
    text-decoration: none;
}

.mm-home-result-copy p {
    margin: 0;
    color: var(--mm-muted);
    font-size: 13px;
}

.mm-home-result-copy .mm-home-result-deadline {
    margin-top: 6px;
    color: var(--mm-orange);
    font-weight: 700;
}

.mm-home-result-price {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2px;
    text-align: center;
}

.mm-home-result-price strong {
    color: var(--mm-blue-dark);
    font-size: 24px;
    line-height: 1;
}

.mm-home-result-price span {
    color: #c89a5b;
    font-size: 28px;
    font-weight: 600;
	font-size: .875em;
}

.mm-home-result-price a {
    display: grid;
    width: 46px;
    height: 46px;
    margin-top: 10px;
    place-items: center;
    border: 1px solid #dce8f5;
    border-radius: 8px;
    color: #075a9c;
    background: #f0f5fb;
    font-size: 22px;
    text-decoration: none;
}
.mm-home-result-price .woocommerce-Price-amount.amount, .mm-home-result-price .woocommerce-Price-currencySymbol { font-size: 28px;color: #075a9c;font-weight: 700;}

.mm-home-result-price a:hover {
    color: #fff;
    background: var(--mm-blue);
}

.mm-map-building-marker {
    border: 0;
    background: transparent;
}

.mm-map-building-marker span {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #1767a8;
    box-shadow: 0 3px 10px rgba(0, 38, 80, 0.3);
    font-size: 19px;
}

.mm-home-map .leaflet-popup-content-wrapper {
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 38, 80, 0.24);
}

.mm-home-map .leaflet-popup-content {
    margin: 16px;
}

.mm-map-offer-popup {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: var(--mm-blue-dark);
}

.mm-map-popup-lot {
    display: inline-block;
    margin-bottom: 9px;
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    background: var(--mm-blue);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.mm-map-offer-popup > strong {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.25;
}

.mm-map-offer-popup p {
    margin: 0 0 5px;
    color: var(--mm-muted);
    font-size: 12px;
}

.mm-map-offer-popup .mm-map-popup-deadline {
    margin-bottom: 10px;
    color: var(--mm-orange);
    font-weight: 700;
}

.mm-map-popup-euro {
    color: var(--mm-blue-dark);
    font-size: 23px;
    line-height: 1;
}

.mm-map-offer-popup small {
    margin-top: 3px;
    color: var(--mm-orange);
    font-size: 12px;
    font-weight: 700;
}

.mm-map-popup-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 38px;
    margin-top: 12px;
    border-radius: 6px;
    color: #fff !important;
    background: var(--mm-orange);
    font-weight: 700;
    text-decoration: none !important;
}

.mm-home-all-results {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    min-height: 46px;
    margin: 22px auto 0;
    padding: 0 28px;
    border: 1px solid var(--mm-blue);
    border-radius: 7px;
    color: var(--mm-blue);
    font-weight: 700;
    text-decoration: none;
}

.mm-home-all-results:hover {
    color: #fff;
    background: var(--mm-blue);
}

.mm-home-no-results {
    padding: 30px 0;
    color: var(--mm-muted);
}

.mm-home-alerts {
    padding: 45px 0;
    color: rgb(255, 255, 255);
    background: rgb(17, 79, 119);
}

.mm-home-alerts-inner {
    display: grid;
    grid-template-columns: minmax(430px, 1.25fr) minmax(500px, 1.35fr) minmax(230px, 0.7fr);
    align-items: center;
    gap: 40px;
}

.mm-home-alert-intro {
    display: flex;
    align-items: center;
    gap: 26px;
    min-width: 0;
}

.mm-home-alert-visual {
    position: relative;
    display: grid;
    flex: 0 0 138px;
    width: 138px;
    height: 138px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 50%;
    background: rgb(17, 79, 119);
}

.mm-home-alert-visual::before,
.mm-home-alert-visual::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 50%;
}

.mm-home-alert-visual::before {
    inset: 16px;
}

.mm-home-alert-visual::after {
    inset: 34px;
}

.mm-home-alert-visual > b {
    position: absolute;
    inset: 0 auto;
    z-index: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.82);
}

.mm-home-alert-visual > b:nth-child(2) {
    background: rgb(200, 154, 91);
    transform: rotate(45deg);
}

.mm-home-alert-visual > b:nth-child(3) {
    transform: rotate(90deg);
}

.mm-home-alert-visual > b:nth-child(4) {
    background: rgb(200, 154, 91);
    transform: rotate(135deg);
}

.mm-home-alert-visual > span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    border: 2px solid rgb(200, 154, 91);
    border-radius: 50%;
    color: #fff;
    background: #174f81;
    box-shadow: 0 5px 16px rgba(0, 22, 52, 0.3);
    font-size: 30px;
}

.mm-home-alert-visual.has-custom-image {
    overflow: hidden;
    border: 0;
}

.mm-home-alert-visual.has-custom-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mm-home-alert-intro h2 {
    margin: 0;
    color: #fff;
    font-size: 25px;
    line-height: 1.18;
    font-weight: 700;
}

.mm-home-alert-intro h2 span {
    color: rgb(200, 154, 91);
}

.mm-home-alert-intro p {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.55;
}

.mm-home-alert-steps {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 22px;
    text-align: center;
}

.mm-home-alert-steps > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.mm-home-alert-steps i {
    color: #fff;
    font-size: 39px;
    line-height: 1;
}

.mm-home-alert-steps span {
    font-size: 14px;
    line-height: 1.45;
}

.mm-home-alert-steps b {
    color: rgba(255, 255, 255, 0.76);
    font-size: 31px;
    font-weight: 400;
}

.mm-home-alert-action {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}

.mm-home-alert-action a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 7px;
    color: #fff;
    background: rgb(200, 154, 91);
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.mm-home-alert-action small {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
}

.mm-home-how {
    padding: 70px 0 78px;
    background: #fff;
}

.mm-home-how > .container > h2 {
    margin: 0 0 54px;
    color: var(--mm-blue-dark);
    text-align: center;
    font-size: 34px;
    font-weight: 700;
}

.mm-home-how > .container > h2 span {
    color: rgb(200, 154, 91);
}

.mm-home-how-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 30px;
}

.mm-home-how-grid article {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 22px;
    min-width: 0;
}

.mm-home-how-icon {
    position: relative;
    display: grid;
    width: 86px;
    height: 96px;
    place-items: center;
    color: #2860ad;
}

.mm-home-how-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(27%) sepia(28%) saturate(1483%) hue-rotate(158deg) brightness(88%) contrast(93%);
}

.mm-home-how-grid h3 {
    margin: 0 0 10px;
    color: var(--mm-blue-dark);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.mm-home-how-grid p {
    margin: 0;
    color: var(--mm-muted);
    font-size: 15px;
    line-height: 1.6;
}

.mm-home-how-arrow {
    color: #2860ad;
    font-size: 38px;
}

.mm-home-packs {
    padding: 30px 0 76px;
    background: #fff;
}

.mm-home-packs-panel {
    padding: 48px;
    border: 1px solid var(--mm-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(0, 38, 80, 0.08);
}

.mm-home-packs-panel > header {
    margin-bottom: 46px;
    text-align: center;
}

.mm-home-packs-panel > header h2 {
    margin: 0;
    color: var(--mm-blue-dark);
    font-size: 34px;
    font-weight: 700;
}

.mm-home-packs-panel > header h2 span {
    color: rgb(200, 154, 91);
}

.mm-home-packs-panel > header p {
    margin: 8px 0 0;
    color: var(--mm-blue);
}

.mm-home-pack-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.mm-home-pack {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 338px;
    padding: 34px 24px;
    border: 1px solid var(--mm-blue);
    border-radius: 8px;
    color: var(--mm-blue-dark);
    background: #eaf2fa;
    text-align: center;
}

.mm-home-pack.is-popular {
    color: #fff;
    background: #24577f;
}

.mm-home-pack-popular {
    position: absolute;
    top: -14px;
    left: 50%;
    min-width: 164px;
    padding: 8px 16px;
    border-radius: 18px;
    color: #fff;
    background: rgb(200, 154, 91);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.mm-home-pack h3 {
    margin: 0 0 22px;
    color: inherit;
    font-size: 19px;
    font-weight: 500;
}

.mm-home-pack > strong {
    color: inherit;
    font-size: 42px;
    line-height: 1;
    font-weight: 800;
}

.mm-home-pack > strong .woocommerce-Price-currencySymbol {
    margin-left: 2px;
}

.mm-home-pack-bonus {
    margin-top: 18px;
    padding: 7px 12px;
    border-radius: 7px;
    color: #fff;
    background: rgb(200, 154, 91);
    font-size: 13px;
}

.mm-home-pack p {
    margin: 15px 0 20px;
    color: inherit;
}

.mm-home-pack p b {
    font-weight: 700;
}

.mm-home-pack > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    min-height: 48px;
    margin-top: auto;
    padding: 0 24px;
    border-radius: 7px;
    color: #fff;
    background: #a77c3f;
    font-weight: 700;
    text-decoration: none;
}

.mm-home-pack > a:hover {
    background: rgb(200, 154, 91);
}

.mm-home-payment-methods {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 14px;
    margin-top: 38px;
    color: var(--mm-blue-dark);
    text-align: center;
}

.mm-home-payment-methods > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.mm-home-payment-methods img {
    display: block;
    width: auto;
    max-width: 100px;
    height: 34px;
    object-fit: contain;
}

.mm-home-payment-methods img:nth-child(2) {
    max-width: 58px;
}

.mm-home-project-story {
    padding: 28px 0 76px;
    background: #fff;
}

.mm-home-project-story-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.mm-home-project-card,
.mm-home-story-card {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: 8px;
}

.mm-home-project-card {
    padding: 42px;
    border: 1px solid var(--mm-blue);
    color: var(--mm-blue-dark);
    background: #edf5fc;
}

.mm-home-project-card > h2,
.mm-home-story-card h2 {
    margin: 0;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 900;
}

.mm-home-project-card > h2 span,
.mm-home-story-card h2 span {
    color: rgb(200, 154, 91);
}

.mm-home-project-card > p {
    max-width: 600px;
    margin: 20px 0 28px;
    color: var(--mm-muted);
    line-height: 1.65;
}

.mm-home-project-delay {
    position: absolute;
    top: 22px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #a77c3f, rgb(200, 154, 91));
    box-shadow: 0 10px 22px rgba(167, 124, 63, 0.24);
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.mm-home-project-delay strong {
    margin-bottom: 4px;
    font-size: 28px;
}

.mm-home-project-steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.mm-home-project-steps > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 120px;
    gap: 14px;
    padding: 18px;
    border: 1px solid #d6e3ef;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 18px rgba(0, 38, 80, 0.05);
    text-align: center;
}

.mm-home-project-steps i {
    color: #2d6da6;
    font-size: 39px;
    line-height: 1;
}

.mm-home-project-steps img {
    display: block;
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.mm-home-project-steps strong {
    font-size: 14px;
}

.mm-home-project-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 26px;
    padding: 0 28px;
    border-radius: 7px;
    color: #fff;
    background: rgb(200, 154, 91);
    font-weight: 700;
    text-decoration: none;
}

.mm-home-service-payment { display:grid; grid-template-columns:64px minmax(0,1fr) auto; width:calc(50% - 12px); gap:22px; align-items:center; margin-top:28px; margin-right:auto; margin-left:auto; padding-top:28px; padding-bottom:28px; border:1px solid #c89a5b; border-radius:8px; background:#fff; box-shadow:0 10px 28px rgba(17,79,119,.08); }
.mm-home-service-payment > i { display:grid; width:58px; height:58px; place-items:center; border:1px solid #c89a5b; border-radius:50%; color:#c89a5b; font-size:27px; }
.mm-home-service-payment h2 { margin:0; color:#072548; font-size:25px; font-weight:800; }
.mm-home-service-payment h2 span { color:#c89a5b; }
.mm-home-service-payment p { margin:7px 0 0; color:#587085; font-size:14px; line-height:1.55; }
.mm-home-service-payment > a { display:inline-flex; gap:9px; align-items:center; justify-content:center; min-height:48px; padding:0 22px; border-radius:5px; color:#fff; background:#c89a5b; text-decoration:none; font-size:13px; font-weight:800; white-space:nowrap; }
@media(max-width:1100px){.mm-home-service-payment{width:100%}}
@media(max-width:760px){.mm-home-service-payment{grid-template-columns:1fr;padding-top:24px;padding-bottom:24px}.mm-home-service-payment>i{width:52px;height:52px}.mm-home-service-payment h2{font-size:22px}.mm-home-service-payment>a{width:100%}}

.mm-home-story-card {
    color: #fff;
    background: url("images/artisan-metreur.webp") center / cover no-repeat;
}

.mm-home-story-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(17, 79, 119, 0.88);
}

.mm-home-story-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    min-height: 560px;
    padding: 42px;
}

.mm-home-story-content > p {
    max-width: 620px;
    margin: 22px 0 30px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.65;
}

.mm-home-story-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 14px;
}

.mm-home-story-stats > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 112px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
}

.mm-home-story-stats strong {
    color: #fff;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.mm-home-story-stats span {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
}

.mm-home-story-content > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    padding-top: 24px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.mm-home-testimonials {
    padding: 72px 0 66px;
    background: #f3f6fb;
}

.mm-home-testimonials h2 {
    margin: 0;
    color: var(--mm-blue-dark);
    text-align: center;
    font-size: 34px;
    font-weight: 900;
}

.mm-home-testimonials h2 span {
    color: rgb(200, 154, 91);
}

.mm-home-testimonials-intro {
    margin: 10px 0 38px;
    color: var(--mm-muted);
    text-align: center;
}

.mm-home-testimonial-grid {
    overflow: hidden;
}

.mm-home-testimonials-slider {
    position: relative;
}

.mm-home-testimonial-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 48px) / 3);
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.mm-home-testimonial-track::-webkit-scrollbar {
    display: none;
}

.mm-home-testimonial-grid article {
    display: flex;
    flex-direction: column;
    min-height: 272px;
    padding: 28px;
    border: 1px solid var(--mm-line);
    border-radius: 8px;
    background: #fff;
    scroll-snap-align: start;
}

.mm-testimonials-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: grid;
    width: 46px;
    height: 46px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: var(--mm-blue);
    background: #fff;
    box-shadow: 0 8px 24px rgba(7, 37, 72, .12);
    transform: translateY(-50%);
    transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

.mm-testimonials-arrow:hover:not(:disabled) {
    color: rgb(200, 154, 91);
    transform: translateY(-50%) scale(1.05);
}

.mm-testimonials-arrow:disabled,
.mm-home-testimonials-slider.is-static .mm-testimonials-arrow {
    pointer-events: none;
    opacity: .35;
}

.mm-testimonials-arrow.is-prev {
    left: -64px;
}

.mm-testimonials-arrow.is-next {
    right: -64px;
}

.mm-home-review-stars {
    color: rgb(200, 154, 91);
    font-size: 18px;
    letter-spacing: 2px;
}

.mm-home-testimonial-grid article > p {
    margin: 22px 0 28px;
    color: var(--mm-blue-dark);
    font-size: 16px;
    font-style: italic;
    line-height: 1.75;
}

.mm-home-testimonial-grid footer {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: auto;
}

.mm-home-testimonial-avatar {
    display: grid;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--mm-blue);
    font-size: 13px;
    font-weight: 700;
    overflow: hidden;
}

.mm-home-testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mm-home-testimonial-grid footer strong,
.mm-home-testimonial-grid footer small {
    display: block;
}

.mm-home-testimonial-grid footer strong {
    color: var(--mm-blue-dark);
}

.mm-home-testimonial-grid footer small {
    margin-top: 2px;
    color: var(--mm-muted);
}

.mm-home-review-source {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: fit-content;
    margin: 28px auto 0;
    color: var(--mm-blue);
    font-weight: 700;
    text-decoration: none;
}

.mm-home-newsletter {
    padding: 38px 0 0;
    color: #fff;
    background: linear-gradient(90deg, #072548, #0a2d56);
}

.mm-home-newsletter-inner {
    display: grid;
    grid-template-columns: minmax(360px, 0.82fr) minmax(680px, 1.18fr);
    align-items: center;
    gap: 42px;
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.mm-home-newsletter-title {
    display: flex;
    align-items: center;
    gap: 22px;
}

.mm-home-newsletter-title > i {
    display: grid;
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 29px;
}

.mm-home-newsletter-title h2 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.mm-home-newsletter-form,
.mm-home-newsletter-form .mailpoet_form {
    width: 100%;
}

#mailpoet_form_1,
.mm-home-newsletter-form #mailpoet_form_1,
.mm-home-newsletter-form .mailpoet_form_shortcode,
.mm-home-newsletter-form .mailpoet_form_wrapper {
    width: 100% !important;
    max-width: none !important;
}

.mm-home-newsletter-form .mailpoet_form {
    display: grid;
    grid-template-columns: minmax(440px, 1fr) minmax(230px, auto);
    align-items: start;
    gap: 12px;
    padding: 0 !important;
    background: transparent !important;
}

.mm-home-newsletter-form .mailpoet_paragraph {
    margin: 0 !important;
}

.mm-home-newsletter-form .mailpoet_paragraph:last-of-type {
    justify-self: start;
    width: 100%;
}

.mm-home-newsletter-form input[type="email"],
.mm-home-newsletter-form input[type="text"] {
    width: 100% !important;
    min-height: 54px;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: #fff !important;
}

.mm-home-newsletter-form input[type="submit"],
.mm-home-newsletter-form button[type="submit"] {
    width: 100% !important;
    min-height: 54px;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 7px !important;
    color: #fff !important;
    background: rgb(200, 154, 91) !important;
    font-weight: 800 !important;
}

.mm-home-newsletter-form .mailpoet_message,
.mm-home-newsletter-form .mailpoet_validate_success,
.mm-home-newsletter-form .mailpoet_validate_error {
    grid-column: 1 / -1;
    width: 100% !important;
    max-width: none !important;
    min-height: auto !important;
    margin: 0 !important;
    padding: 14px 18px !important;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    text-align: left;
    font-size: 14px;
    line-height: 1.45;
    box-sizing: border-box;
}

.mm-home-newsletter-form .mailpoet_form > .mailpoet_paragraph:has(img[alt="CAPTCHA"]),
.mm-home-newsletter-form .mailpoet_form > .mailpoet_paragraph:has(input[name*="captcha"]),
.mm-home-newsletter-form .mailpoet_form > .mailpoet_paragraph:has(.mailpoet_captcha),
.mm-home-newsletter-form .mailpoet_form > .mailpoet_paragraph:has(.mailpoet_captcha_input) {
    grid-column: 1 / -1;
    width: min(100%, 360px);
    justify-self: center;
    color: #fff;
}

.mm-home-newsletter-form .mailpoet_form:has(img[alt="CAPTCHA"]),
.mm-home-newsletter-form .mailpoet_form:has(input[name*="captcha"]),
.mm-home-newsletter-form .mailpoet_form:has(.mailpoet_captcha),
.mm-home-newsletter-form .mailpoet_form:has(.mailpoet_captcha_input) {
    grid-template-columns: 1fr;
    justify-items: center;
}

.mm-home-newsletter-form .mailpoet_form:has(img[alt="CAPTCHA"]) .mailpoet_paragraph,
.mm-home-newsletter-form .mailpoet_form:has(input[name*="captcha"]) .mailpoet_paragraph,
.mm-home-newsletter-form .mailpoet_form:has(.mailpoet_captcha) .mailpoet_paragraph,
.mm-home-newsletter-form .mailpoet_form:has(.mailpoet_captcha_input) .mailpoet_paragraph {
    width: min(100%, 360px);
}

.mm-home-newsletter-form .mailpoet_form:has(img[alt="CAPTCHA"]) input[type="submit"],
.mm-home-newsletter-form .mailpoet_form:has(input[name*="captcha"]) input[type="submit"],
.mm-home-newsletter-form .mailpoet_form:has(.mailpoet_captcha) input[type="submit"],
.mm-home-newsletter-form .mailpoet_form:has(.mailpoet_captcha_input) input[type="submit"],
.mm-home-newsletter-form .mailpoet_form:has(img[alt="CAPTCHA"]) button[type="submit"],
.mm-home-newsletter-form .mailpoet_form:has(input[name*="captcha"]) button[type="submit"],
.mm-home-newsletter-form .mailpoet_form:has(.mailpoet_captcha) button[type="submit"],
.mm-home-newsletter-form .mailpoet_form:has(.mailpoet_captcha_input) button[type="submit"] {
    width: min(100%, 360px) !important;
}

.mm-home-newsletter-form img[alt="CAPTCHA"],
.mm-home-newsletter-form .mailpoet_captcha img {
    display: block;
    max-width: 220px;
    height: auto;
    margin: 0 auto 10px;
}

.mm-home-newsletter-form label,
.mm-home-newsletter-form .mailpoet_text_label {
    color: #fff !important;
    font-size: 14px;
    line-height: 1.35;
}

.mm-home-newsletter-form > p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
}

.mm-home-newsletter-form > small {
    display: block;
    width: 100%;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    text-align: center;
}

.mm-home-stats {
    color: #fff;
    background: var(--mm-blue-dark);
}

.mm-home-stats .container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mm-home-stats article {
    padding: 28px 32px;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.mm-home-stats article:last-child {
    border-right: 0;
}

.mm-home-stats strong {
    display: block;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.mm-home-stats span {
    display: block;
    margin-top: 7px;
    color: #d8e9f8;
    font-weight: 700;
}

.mm-home-section {
    padding: 74px 0;
}

.mm-home-section-heading {
    max-width: 760px;
    margin-bottom: 34px;
}

.mm-home-section-heading h2,
.mm-home-cta h2 {
    margin: 0;
    color: var(--mm-blue-dark);
    font-size: 38px;
    line-height: 1.16;
    font-weight: 900;
}

.mm-home-section-heading p,
.mm-home-cta p {
    margin: 14px 0 0;
    color: var(--mm-muted);
    font-size: 18px;
}

.mm-home-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mm-home-steps article,
.mm-home-offer-card {
    border: 1px solid var(--mm-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(0, 38, 80, 0.08);
}

.mm-home-steps article {
    padding: 28px;
}

.mm-home-steps span {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--mm-blue);
    font-weight: 900;
}

.mm-home-steps h3 {
    margin: 20px 0 8px;
    color: var(--mm-blue-dark);
    font-size: 22px;
    font-weight: 900;
}

.mm-home-steps p {
    margin: 0;
    color: var(--mm-muted);
}

.mm-home-offers {
    background: var(--mm-surface);
}

.mm-home-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: none;
    gap: 24px;
}

.mm-home-heading-row a,
.mm-home-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 7px;
    color: #fff;
    background: var(--mm-orange);
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.mm-home-offer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.mm-home-offer-card {
    overflow: hidden;
}

.mm-home-offer-card img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.mm-home-offer-card div {
    padding: 20px;
}

.mm-home-offer-card h3 {
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 1.32;
    font-weight: 900;
}

.mm-home-offer-card h3 a {
    color: var(--mm-blue-dark);
    text-decoration: none;
}

.mm-home-offer-card p {
    margin: 0 0 5px;
    color: var(--mm-muted);
}

.mm-home-offer-card .mm-home-deadline {
    margin-top: 12px;
    color: var(--mm-orange);
    font-weight: 700;
}

.mm-home-cta {
    padding: 58px 0;
    color: #fff;
    background: linear-gradient(135deg, var(--mm-blue-dark), var(--mm-blue));
}

.mm-home-cta .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.mm-home-cta h2 {
    color: #fff;
}

.mm-home-cta p {
    max-width: 740px;
    color: #d8e9f8;
}

@media (max-width: 1199px) {
    .mm-footer-main {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mm-footer-brand {
        grid-column: span 2;
    }

    .mm-header-inner {
        grid-template-columns: 230px minmax(0, 1fr) auto;
        gap: 20px;
    }

    .mm-menu {
        gap: 14px;
    }

    .mm-header-cart strong {
        display: none;
    }

    .mm-home-hero h1 {
        font-size: 40px;
    }

    .mm-home-benefit {
        padding: 0 18px;
    }

    .mm-home-benefit i {
        margin-right: 12px;
        font-size: 36px;
    }

    .mm-home-benefit strong {
        font-size: 15px;
    }

    .mm-home-benefit span {
        font-size: 13px;
    }

    .mm-home-search-fields {
        grid-template-columns: repeat(3, minmax(0, 1fr)) 180px;
    }

    .mm-home-results {
        grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
    }

    .mm-home-result-item {
        grid-template-columns: 120px minmax(0, 1fr) 95px;
        gap: 14px;
    }

    .mm-home-alerts-inner {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    .mm-home-alert-action {
        grid-column: 1 / -1;
    }

    .mm-home-alert-action a {
        max-width: 320px;
    }

    .mm-home-how-grid {
        gap: 18px;
    }

    .mm-home-how-grid article {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 16px;
    }

    .mm-home-how-icon {
        width: 68px;
        height: 82px;
    }

    .mm-home-how-grid h3 {
        font-size: 17px;
    }

    .mm-home-how-grid p {
        font-size: 13px;
    }

    .mm-home-offer-grid,
    .mm-offer-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-offers-filter-bar {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mm-offers-filter-bar button {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .mm-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-footer-brand {
        grid-column: 1 / -1;
    }

    .mm-footer-bottom {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 0;
        text-align: center;
    }

    .mm-footer-socials {
        justify-content: center;
    }

    .woocommerce-cart .wc-block-cart {
        display: block;
    }

    .woocommerce-cart .wc-block-cart__sidebar {
        margin-top: 28px;
    }

    .mm-header-inner {
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: auto;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .mm-brand-has-logo .mm-brand-logo .custom-logo {
        max-width: 210px;
    }

    .mm-main-nav {
        order: 3;
        grid-column: 1 / -1;
        justify-self: stretch;
        width: 100%;
    }

    .mm-menu {
        flex-wrap: wrap;
        gap: 12px 18px;
    }

    .mm-home-hero {
        padding: 58px 0 64px;
    }

    .mm-home-hero-inner {
        grid-template-columns: 1fr;
    }

    .mm-home-hero-content {
        max-width: 760px;
    }

    .mm-home-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 28px;
    }

    .mm-home-benefit:nth-child(2) {
        border-right: 0;
    }

    .mm-home-benefit:nth-child(3) {
        padding-left: 0;
    }

    .mm-home-search-fields {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-home-results {
        grid-template-columns: 1fr;
        height: auto;
    }

    .mm-home-map {
        height: 480px;
    }

    .mm-home-results-list {
        max-height: 620px;
    }

    .mm-home-alerts-inner {
        grid-template-columns: 1fr;
    }

    .mm-home-alert-action {
        grid-column: auto;
    }

    .mm-home-how-grid {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 26px;
    }

    .mm-home-how-grid article {
        width: 100%;
        max-width: 700px;
    }

    .mm-home-how-arrow {
        transform: rotate(90deg);
    }

    .mm-home-pack-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-home-project-story-grid {
        grid-template-columns: 1fr;
    }

    .mm-home-newsletter-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .mm-home-stats .container,
    .mm-offers-stats .container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mm-home-stats article:nth-child(2),
    .mm-offers-stats div:nth-child(2) {
        border-right: 0;
    }

    .mm-home-stats article:nth-child(-n+2),
    .mm-offers-stats div:nth-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    }

    .mm-home-steps {
        grid-template-columns: 1fr;
    }

    .mm-offers-grid {
        grid-template-columns: 1fr;
    }

    .mm-offers-sidebar {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }

    .mm-sidebar-panel {
        margin-bottom: 0;
    }

    .mm-project-contacts {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .mm-footer-main {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mm-footer-brand {
        grid-column: auto;
    }

    .mm-footer-bottom nav {
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }

    .mm-checkout-login-grid {
        grid-template-columns: 1fr;
    }

    .mm-checkout-lost {
        display: block;
        margin: 10px 0 0;
    }

    .mm-header-inner,
    .mm-footer-inner {
        align-items: flex-start;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .mm-header-inner {
        grid-template-columns: 1fr;
    }

    .mm-main-nav {
        width: 100%;
    }

    .mm-header-actions {
        width: 100%;
        justify-content: space-between;
    }

    .mm-menu,
    .mm-footer-menu {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .woocommerce div.product .product_title {
        font-size: 27px;
    }

    .woocommerce-grouped-product-list,
    .woocommerce-grouped-product-list tbody,
    .woocommerce-grouped-product-list tr,
    .woocommerce-grouped-product-list td {
        display: block;
        width: 100%;
    }

    .woocommerce-grouped-product-list tr {
        padding: 12px;
        border-bottom: 1px solid var(--mm-line);
    }

    .woocommerce-grouped-product-list td {
        padding: 6px;
        border: 0;
    }

    .mm-project-contacts {
        grid-template-columns: 1fr;
    }

    .mm-offers-hero h1 {
        font-size: 30px;
    }

    .mm-offers-filter-bar,
    .mm-offers-grid,
    .mm-offer-card-grid,
    .mm-offers-stats .container {
        grid-template-columns: 1fr;
    }

    .mm-offers-map {
        height: 360px;
    }

    .mm-map-reset {
        top: 16px;
        right: 16px;
    }

    .mm-offers-stats div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    }

    .mm-offers-toolbar,
    .mm-alert-strip {
        align-items: flex-start;
        flex-direction: column;
    }

    .mm-sort-form,
    .mm-sort-form label,
    .mm-alert-strip a {
        width: 100%;
    }

    .mm-home-hero {
        padding: 48px 0;
    }

    .mm-home-hero-inner,
    .mm-home-stats .container,
    .mm-home-steps,
    .mm-home-offer-grid {
        grid-template-columns: 1fr;
    }

    .mm-home-hero h1 {
        font-size: 34px;
    }

    .mm-home-lead {
        font-size: 18px;
    }

    .mm-home-benefits {
        grid-template-columns: 1fr;
        gap: 0;
        margin-top: 38px;
    }

    .mm-home-benefit,
    .mm-home-benefit:first-child,
    .mm-home-benefit:nth-child(3),
    .mm-home-benefit:last-child {
        padding: 16px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .mm-home-benefit:last-child {
        border-bottom: 0;
    }

    .mm-home-search {
        padding-bottom: 42px;
    }

    .mm-home-search-form {
        margin-top: -34px;
        padding: 26px 22px;
    }

    .mm-home-search-form h2 {
        margin-bottom: 22px;
        font-size: 28px;
    }

    .mm-home-search-fields {
        grid-template-columns: 1fr;
    }

    .mm-home-search-fields button {
        width: 100%;
    }

    .mm-home-results {
        margin-top: 28px;
    }

    .mm-home-map {
        height: 390px;
        min-height: 390px;
    }

    .mm-home-results-list {
        padding: 24px 20px;
    }

    .mm-home-result-item {
        grid-template-columns: 105px minmax(0, 1fr);
    }

    .mm-home-result-price {
        grid-column: 2;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: left;
    }

    .mm-home-result-price a {
        width: 36px;
        height: 36px;
        margin: 0 0 0 auto;
    }

    .mm-home-all-results {
        width: 100%;
        padding: 0 16px;
    }

    .mm-home-alerts {
        padding: 38px 0;
    }

    .mm-home-alert-intro {
        align-items: flex-start;
        flex-direction: column;
    }

    .mm-home-alert-visual {
        align-self: center;
        flex-basis: 112px;
        width: 112px;
        height: 112px;
    }

    .mm-home-alert-visual::after {
        inset: 29px;
    }

    .mm-home-alert-visual > span {
        width: 56px;
        height: 56px;
        font-size: 25px;
    }

    .mm-home-alert-intro h2 {
        font-size: 23px;
    }

    .mm-home-alert-steps {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .mm-home-alert-steps b {
        display: none;
    }

    .mm-home-alert-action a {
        max-width: none;
    }

    .mm-home-how {
        padding: 50px 0 56px;
    }

    .mm-home-how > .container > h2 {
        margin-bottom: 38px;
        font-size: 29px;
    }

    .mm-home-how-grid article {
        grid-template-columns: 68px minmax(0, 1fr);
        align-items: start;
        gap: 15px;
    }

    .mm-home-how-icon {
        width: 64px;
        height: 72px;
    }

    .mm-home-how-grid h3 {
        font-size: 18px;
    }

    .mm-home-how-grid p {
        font-size: 14px;
    }

    .mm-home-packs {
        padding-bottom: 52px;
    }

    .mm-home-packs-panel {
        padding: 34px 22px;
    }

    .mm-home-packs-panel > header {
        margin-bottom: 38px;
    }

    .mm-home-packs-panel > header h2 {
        font-size: 29px;
    }

    .mm-home-pack-grid {
        grid-template-columns: 1fr;
    }

    .mm-home-pack {
        min-height: 310px;
    }

    .mm-home-payment-methods > div {
        flex-wrap: wrap;
        gap: 16px;
    }

    .mm-home-project-story {
        padding-bottom: 52px;
    }

    .mm-home-project-card,
    .mm-home-story-content {
        min-height: auto;
        padding: 30px 22px;
    }

    .mm-home-project-card > h2,
    .mm-home-story-card h2 {
        font-size: 29px;
    }

    .mm-home-project-card > h2 {
        padding-right: 62px;
    }

    .mm-home-project-delay {
        top: 20px;
        right: 18px;
        width: 66px;
        height: 66px;
    }

    .mm-home-project-delay strong {
        font-size: 23px;
    }

    .mm-home-project-steps {
        grid-template-columns: 1fr;
    }

    .mm-home-project-button {
        width: 100%;
    }

    .mm-home-story-card {
        min-height: 620px;
    }

    .mm-home-story-content {
        min-height: 620px;
    }

    .mm-home-story-stats {
        grid-template-columns: 1fr;
    }

    .mm-home-testimonials {
        padding: 52px 0 48px;
    }

    .mm-home-testimonials h2 {
        font-size: 29px;
    }

    .mm-home-testimonial-track {
        grid-auto-columns: 100%;
        gap: 16px;
    }

    .mm-home-testimonial-grid article {
        min-height: auto;
        padding: 24px 20px;
    }

    .mm-testimonials-arrow {
        top: auto;
        bottom: -54px;
        width: 40px;
        height: 40px;
        transform: none;
    }

    .mm-testimonials-arrow:hover:not(:disabled) {
        transform: scale(1.05);
    }

    .mm-testimonials-arrow.is-prev {
        left: calc(50% - 48px);
    }

    .mm-testimonials-arrow.is-next {
        right: calc(50% - 48px);
    }

    .mm-home-review-source {
        margin-top: 70px;
    }

    .mm-home-newsletter-title {
        align-items: flex-start;
    }

    .mm-home-newsletter-title > i {
        flex-basis: 54px;
        width: 54px;
        height: 54px;
        font-size: 23px;
    }

    .mm-home-newsletter-title h2 {
        font-size: 18px;
    }

    .mm-home-newsletter-form .mailpoet_form {
        display: block;
    }

    .mm-home-newsletter-form .mailpoet_paragraph {
        margin-bottom: 12px !important;
    }

    .mm-home-newsletter-form input[type="submit"],
    .mm-home-newsletter-form button[type="submit"] {
        width: 100% !important;
    }

    .mm-home-stats article {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    }

    .mm-home-section {
        padding: 48px 0;
    }

    .mm-home-section-heading h2,
    .mm-home-cta h2 {
        font-size: 30px;
    }

    .mm-home-heading-row,
    .mm-home-cta .container {
        align-items: flex-start;
        flex-direction: column;
    }

    .mm-home-actions,
    .mm-home-button,
    .mm-home-heading-row a,
    .mm-home-cta a {
        width: 100%;
    }

    .mm-home-button,
    .mm-home-heading-row a,
    .mm-home-cta a {
        text-align: center;
    }

    .mm-offers-sidebar {
        grid-template-columns: 1fr;
    }

    .mm-offer-list-body h3 {
        min-height: auto;
    }
}

@media (max-width: 480px) {
    .mm-brand {
        align-items: flex-start;
    }

    .mm-brand-logo .custom-logo,
    .mm-logo-mark {
        max-width: 52px;
        width: 52px;
        height: 52px;
    }

    .mm-brand-name {
        font-size: 16px;
    }

    .mm-brand-baseline {
        font-size: 11px;
    }

    .mm-header-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .mm-header-cart,
    .mm-login-button {
        width: 100%;
    }

    .mm-header-cart {
        justify-content: center;
        min-height: 42px;
        border: 1px solid var(--mm-line);
        border-radius: 7px;
    }

    .mm-home-hero h1 {
        font-size: 30px;
    }

    .mm-home-lead,
    .mm-home-section-heading p,
    .mm-home-cta p {
        font-size: 16px;
    }

    .mm-home-stats strong,
    .mm-offers-stats strong,
    .mm-wallet-total {
        font-size: 28px;
    }

    .mm-home-stats article,
    .mm-offers-stats div,
    .mm-home-steps article,
    .mm-sidebar-panel {
        padding: 22px;
    }

    .mm-home-section-heading h2,
    .mm-home-cta h2,
    .mm-offers-toolbar h2 {
        font-size: 26px;
    }

    .mm-offers-filter-bar {
        padding: 14px;
    }
}

@media (max-width: 991px) {
    .mm-header-inner {
        grid-template-columns: minmax(0, 1fr) 44px;
        gap: 14px;
        min-height: 76px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mm-menu-toggle {
        display: block;
        grid-column: 2;
        grid-row: 1;
        align-self: center;
        justify-self: end;
    }

    .mm-brand {
        grid-column: 1;
        grid-row: 1;
        max-width: 230px;
    }

    .mm-brand-has-logo .mm-brand-logo .custom-logo {
        width: auto;
        max-width: 210px;
        height: auto;
        max-height: 64px;
        object-fit: contain;
    }

    .mm-main-nav,
    .mm-header-actions {
        grid-column: 1 / -1;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        transition: max-height .3s ease, opacity .2s ease, visibility .2s ease;
    }

    .mm-main-nav {
        order: 3;
        margin: 0;
    }

    .mm-header-actions {
        order: 4;
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

    .mm-site-header.menu-open .mm-main-nav {
        max-height: 520px;
        margin-top: 8px;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .mm-site-header.menu-open .mm-header-actions {
        max-height: 180px;
        padding-top: 12px;
        padding-bottom: 4px;
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .mm-menu {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    .mm-menu li,
    .mm-menu a {
        width: 100%;
    }

    .mm-menu a {
        min-height: 44px;
        margin: 0;
        padding: 11px 4px;
        border-bottom: 1px solid rgba(17, 79, 119, 0.1);
        white-space: normal;
    }

    .mm-menu .btbold > a,
    .mm-menu a.btbold,
    .mm-menu a[href*="/deposer-votre-projet/"] {
        justify-content: center;
        margin: 8px 0;
    }

    .mm-header-cart,
    .mm-login-button {
        justify-content: center;
        width: 100%;
        min-height: 44px;
    }
}

@media (max-width: 482px) {
    .container {
        padding-right: 18px;
        padding-left: 18px;
    }

    .mm-header-inner {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .mm-brand,
    .mm-brand-has-logo {
        align-items: flex-start;
        width: auto;
        max-width: 190px;
    }

    .mm-brand-logo .custom-logo,
    .mm-brand-has-logo .mm-brand-logo .custom-logo {
        width: auto;
        max-width: 185px;
        height: auto;
        max-height: 60px;
        object-fit: contain;
    }

    .mm-brand-baseline-under {
        display: none;
    }

    .mm-home-benefits {
        display: none;
    }

    .mm-home-result-item {
        grid-template-columns: 82px minmax(0, 1fr);
        gap: 12px;
    }

    .mm-home-result-price {
        grid-column: 1 / -1;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .mm-home-result-price a {
        width: 48px;
        height: 48px;
        margin-left: 0;
        font-size: 23px;
    }

    .mm-home-pack > strong {
        font-size: 34px;
    }

    .mm-home-search-form h2,
    .mm-home-packs-panel > header h2,
    .mm-home-how > .container > h2 {
        font-size: 26px;
    }
}

/* Archive layout overrides kept last to supersede legacy rules. */
.page-template-page-appels-offres .mm-offers-hero,
.page-template-page-appels-d-offre .mm-offers-hero { position: relative; min-height: 310px; padding: 48px 0 42px; overflow: hidden; background: #114f77 url("images/metres-bg5.webp") center 45% / cover no-repeat; }
.page-template-page-appels-offres .mm-offers-hero .container,
.page-template-page-appels-d-offre .mm-offers-hero .container { position: relative; z-index: 1; }
.page-template-page-appels-offres .mm-offers-filter-bar,
.page-template-page-appels-d-offre .mm-offers-filter-bar { grid-template-columns: 1.1fr 1.1fr 2fr .7fr auto; color: #114f77; }
.page-template-page-appels-offres .mm-offers-filter-bar .mm-offers-submit,
.page-template-page-appels-d-offre .mm-offers-filter-bar .mm-offers-submit { background: #c89a5b; }
.page-template-page-appels-offres .mm-offers-grid,
.page-template-page-appels-d-offre .mm-offers-grid { grid-template-columns: minmax(0, 1fr) 280px; }
.page-template-page-appels-offres .mm-offers-main,
.page-template-page-appels-d-offre .mm-offers-main { grid-column: 1; grid-row: 1; }
.page-template-page-appels-offres .mm-offers-sidebar,
.page-template-page-appels-d-offre .mm-offers-sidebar { grid-column: 2; grid-row: 1; }
.page-template-page-appels-offres .mm-offer-card-grid,
.page-template-page-appels-d-offre .mm-offer-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.page-template-page-appels-offres .mm-offer-card-grid.is-list,
.page-template-page-appels-d-offre .mm-offer-card-grid.is-list { grid-template-columns: 1fr; }
.page-template-page-appels-offres .mm-offers-sidebar,
.page-template-page-appels-d-offre .mm-offers-sidebar { display: grid; }
@media (max-width: 1180px) {
    .page-template-page-appels-offres .mm-offers-filter-bar,
    .page-template-page-appels-d-offre .mm-offers-filter-bar { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .page-template-page-appels-offres .mm-location-field,
    .page-template-page-appels-d-offre .mm-location-field { grid-column: 1 / 3; }
    .page-template-page-appels-offres .mm-offer-card-grid,
    .page-template-page-appels-d-offre .mm-offer-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .page-template-page-appels-offres .mm-offers-grid,
    .page-template-page-appels-d-offre .mm-offers-grid { grid-template-columns: 1fr; }
    .page-template-page-appels-offres .mm-offers-sidebar,
    .page-template-page-appels-d-offre .mm-offers-sidebar { grid-column: 1; grid-row: 2; grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 600px) {
    .page-template-page-appels-offres .mm-offers-filter-bar,
    .page-template-page-appels-d-offre .mm-offers-filter-bar,
    .page-template-page-appels-offres .mm-offer-card-grid,
    .page-template-page-appels-d-offre .mm-offer-card-grid,
    .page-template-page-appels-offres .mm-offers-sidebar,
    .page-template-page-appels-d-offre .mm-offers-sidebar { grid-template-columns: 1fr; }
    .page-template-page-appels-offres .mm-location-field,
    .page-template-page-appels-d-offre .mm-location-field { grid-column: auto; }
}

/* Compact archive hero, map and stats - final overrides. */
.page-template-page-appels-offres .mm-offers-hero,
.page-template-page-appels-d-offre .mm-offers-hero { min-height: 270px; padding-top: 34px; padding-bottom: 32px; }
.page-template-page-appels-offres .mm-offers-hero h1,
.page-template-page-appels-d-offre .mm-offers-hero h1 { font-size: 32px; }
.page-template-page-appels-offres .mm-offers-hero > .container > p,
.page-template-page-appels-d-offre .mm-offers-hero > .container > p { margin-bottom: 20px; font-size: 14px; }
.page-template-page-appels-offres .mm-offers-map,
.page-template-page-appels-d-offre .mm-offers-map { height: 480px; }
.page-template-page-appels-offres .mm-offers-stats i,
.page-template-page-appels-d-offre .mm-offers-stats i { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid #fff; border-radius: 50%; color: #fff; font-size: 30px; }
@media (max-width: 600px) {
    .page-template-page-appels-offres .mm-offers-map,
    .page-template-page-appels-d-offre .mm-offers-map { height: 410px; }
    .page-template-page-appels-offres .mm-offers-stats i,
    .page-template-page-appels-d-offre .mm-offers-stats i { width: 50px; height: 50px; font-size: 25px; }
}

/* Single offer product */
.mm-single-offer { padding: 24px 0 72px; color: #114f77; background: #fff; }
.mm-offer-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; overflow: hidden; color: #64778e; font-size: 12px; white-space: nowrap; }
.mm-offer-breadcrumb a { color: #114f77; text-decoration: none; }
.mm-offer-breadcrumb span { overflow: hidden; text-overflow: ellipsis; }
.mm-offer-summary { display: grid; grid-template-columns: minmax(360px,.88fr) minmax(0,1.12fr); gap: 34px; }
.mm-offer-main-image { position: relative; overflow: hidden; min-height: 420px; border-radius: 7px; }
.mm-offer-main-image img { width: 100%; height: 100%; object-fit: cover; }
.mm-offer-title-row { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.mm-offer-title-row h1 { max-width: 850px; margin: 0 0 12px; color: #114f77; font-size: 36px; line-height: 1.18; font-weight: 800; }
.mm-offer-category { display: inline-block; padding: 5px 10px; border-radius: 4px; color: #fff; background: #114f77; font-size: 11px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.mm-offer-category:hover { color: #fff; background: #c89a5b; }
.mm-offer-taxonomy-links { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.mm-offer-department { display: inline-block; padding: 5px 10px; border: 1px solid #d4dee7; border-radius: 4px; color: #114f77; background: #f1f5f8; font-size: 11px; font-weight: 700; text-decoration: none; }
.mm-offer-actions { position: relative; display: flex; gap: 8px; min-width: 88px; }
.mm-offer-actions .mm-favorite-button { position: static; border: 1px solid #d5dee8; box-shadow: none; }
.mm-share-button { display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border: 1px solid #d5dee8; border-radius: 50%; color: #114f77; background: #fff; }
.mm-share-menu { position: absolute; z-index: 100; top: 48px; right: 0; display: grid; min-width: 180px; padding: 7px; border: 1px solid #d7e0e9; border-radius: 7px; background: #fff; box-shadow: 0 12px 28px rgba(7,37,72,.16); }
.mm-share-menu[hidden] { display: none; }
.mm-share-menu a,.mm-share-menu button { display: flex; gap: 9px; align-items: center; width: 100%; padding: 9px 10px; border: 0; border-radius: 4px; color: #114f77; background: transparent; text-align: left; text-decoration: none; font-size: 13px; font-weight: 600; }
.mm-share-menu a:hover,.mm-share-menu button:hover { background: #eff4f8; }
.mm-offer-head-price { display: flex; align-items: center; gap: 10px; margin: 22px 0 12px; padding-bottom: 12px; border-bottom: 1px solid #dce3ea; }
.mm-offer-head-price strong { color: #114f77; font-size: 31px; }
.mm-offer-head-price span { color: #c89a5b; font-size: 17px; font-weight: 700; }
.mm-offer-head-price em { margin-left: auto; padding: 7px 12px; border: 1px solid #45a45a; border-radius: 5px; color: #25863a; background: #f0fbf2; font-size: 13px; font-style: normal; font-weight: 700; }
.mm-offer-head-price em i { display: inline-block; width: 9px; height: 9px; margin-right: 6px; border-radius: 50%; background: #2ca445; }
.mm-offer-facts-map { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(260px,.85fr); gap: 22px; }
.mm-offer-facts { margin: 0; }
.mm-offer-facts > div { display: grid; grid-template-columns: 155px 1fr; gap: 14px; align-items: center; min-height: 46px; border-bottom: 1px solid #e0e6ec; }
.mm-offer-facts dt { color: #445a70; font-size: 13px; font-weight: 600; }
.mm-offer-facts dt i { width: 22px; color: #114f77; font-size: 17px; }
.mm-offer-facts dd { margin: 0; color: #243b53; font-size: 13px; }
.mm-offer-facts a { color: #114f77; font-weight: 700; }
.mm-offer-facts .is-urgent dt,.mm-offer-facts .is-urgent dd { color: #d51f2a; }
.mm-offer-facts dd b { display: inline-block; margin-left: 10px; padding: 4px 7px; border: 1px solid #ef777e; border-radius: 4px; font-size: 10px; }
.mm-single-offer-map { height: 230px; overflow: hidden; border-radius: 7px; background: #dbeaf0; }
.mm-single-map-wrap { position: relative; }
.mm-map-expand,.mm-map-collapse { position: absolute; z-index: 600; display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border: 0; border-radius: 50%; color: #114f77; background: #fff; box-shadow: 0 5px 16px rgba(7,37,72,.2); }
.mm-map-expand { right: 12px; bottom: 12px; }
.mm-map-collapse { display: none; top: 18px; right: 18px; }
.mm-single-map-wrap.is-expanded { position: fixed; z-index: 10000; inset: 24px; padding: 18px; border-radius: 8px; background: #fff; box-shadow: 0 20px 70px rgba(0,0,0,.38); }
.mm-single-map-wrap.is-expanded .mm-single-offer-map { width: 100%; height: 100%; }
.mm-single-map-wrap.is-expanded .mm-map-expand { display: none; }
.mm-single-map-wrap.is-expanded .mm-map-collapse { display: grid; }
.mm-offer-lots-section { margin-top: 24px; }
.mm-offer-lots-section > h2,.mm-offer-description h2 { margin: 0 0 10px; color: #072548; font-size: 21px; font-weight: 800; }
.mm-offer-lots-table { overflow-x: auto; border: 1px solid #ced9e3; border-radius: 6px; }
.mm-lot-head,.mm-lot-row { display: grid; grid-template-columns: 85px minmax(180px,.9fr) 115px 160px minmax(220px,1.1fr) 125px 185px; min-width: 1090px; align-items: center; }
.mm-lot-head { min-height: 40px; background: #eff4f8; color: #314c65; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.mm-lot-head span,.mm-lot-row > * { padding: 9px 14px; }
.mm-lot-row { min-height: 72px; border-top: 1px solid #dce4eb; color: #1a334d; font-size: 13px; }
.mm-lot-row > strong { font-size: 17px; }
.mm-lot-row span > b { padding: 5px 8px; border-radius: 4px; color: #fff; background: #114f77; font-size: 10px; text-transform: uppercase; }
.mm-lot-row span > em { padding: 5px 8px; border: 1px solid #d8aa52; border-radius: 4px; color: #b77e16; background: #fff9e9; font-size: 11px; font-style: normal; }
.mm-lot-price { color: #114f77; font-size: 16px; font-weight: 800; white-space: nowrap; }
.mm-lot-price small { color: #c89a5b; font-size: 10px; }
.mm-lot-row > span:nth-child(5) { white-space: nowrap; }
.mm-lot-row form { margin: 0; padding: 0 12px; }
.mm-lot-row button { width: 100%; padding: 11px 13px; border: 0; border-radius: 5px; color: #fff; background: #c89a5b; font-size: 11px; font-weight: 800; }
.mm-lot-row button i { margin-right: 6px; font-size: 15px; }
.mm-lightbox-open { overflow: hidden; }
.mm-offer-description { padding: 26px 0 18px; }
.mm-offer-description > div { color: #3f566d; font-size: 13px; line-height: 1.7; }
.mm-offer-contacts { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #ced9e3; border-radius: 6px; }
.mm-offer-contacts article + article { border-left: 1px solid #ced9e3; }
.mm-offer-contacts h2 { margin: 0; padding: 11px 16px; border-bottom: 1px solid #ced9e3; color: #114f77; background: #eff4f8; font-size: 13px; font-weight: 800; text-transform: uppercase; }
.mm-offer-contacts h2 i { margin-right: 9px; }
.mm-offer-contacts article > div { min-height: 145px; padding: 14px 18px; }
.mm-offer-contacts strong { display: block; margin-bottom: 8px; color: #102d48; font-size: 13px; }
.mm-offer-contacts p { display: flex; gap: 9px; margin: 4px 0; color: #4b6177; font-size: 11px; line-height: 1.45; }
.mm-offer-contacts p i { color: #114f77; }
.mm-offer-contacts a { color: inherit; text-decoration: none; }
.mm-offer-back { display: inline-flex; gap: 8px; align-items: center; margin-top: 18px; padding: 10px 15px; border: 1px solid #114f77; border-radius: 5px; color: #114f77; text-decoration: none; font-size: 13px; font-weight: 700; }
.mm-related-offers { margin-top: 54px; padding-top: 38px; border-top: 1px solid #dce4eb; }
.mm-related-heading { position:relative; display:flex; justify-content:center; align-items:center; margin-bottom:24px; }
.mm-related-heading h2 { margin:0; color:#072548; font-size:27px; font-weight:800; text-align:center; }
.mm-related-arrows { position:absolute; right:0; display:none; gap:8px; }
.mm-related-arrows button { display:grid; width:40px; height:40px; padding:0; place-items:center; border:1px solid #cbd8e3; border-radius:50%; color:#114f77; background:#fff; }
.mm-related-arrows button:disabled { opacity:.35; }
.mm-related-track { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; }
.mm-related-offers article { overflow: hidden; border: 1px solid #dce4eb; border-radius: 7px; background: #fff; box-shadow: 0 7px 20px rgba(17,79,119,.07); }
.mm-related-offers article > a { display: block; aspect-ratio: 16/9; overflow: hidden; }
.mm-related-image { position: relative; }
.mm-related-badges { position:absolute; top:10px; left:10px; display:flex; flex-wrap:wrap; gap:6px; max-width:calc(100% - 20px); }
.mm-related-badges b,.mm-related-badges em { padding:5px 8px; border-radius:4px; color:#fff; background:#114f77; font-size:10px; font-style:normal; font-weight:700; line-height:1; text-transform:uppercase; }
.mm-related-badges em { color:#114f77; background:#fff; box-shadow:0 2px 8px rgba(7,37,72,.16); }
.mm-related-offers img { width: 100%; height: 100%; object-fit: cover; }
.mm-related-offers article > div { display: grid; padding: 16px; }
.mm-related-offers h3 { margin: 0 0 9px; font-size: 15px; line-height: 1.35; }
.mm-related-offers h3 a { color: #114f77; text-decoration: none; }
.mm-related-offers p { margin: 0 0 12px; color: #c89a5b; font-size: 11px; font-weight: 700; }
.mm-related-offers .mm-related-created { margin-bottom: 5px; color: #64778e; font-weight: 500; }
.mm-related-lots { display: grid; gap: 3px; margin: 3px 0 14px; padding: 9px 10px; border-left: 3px solid #c89a5b; background: #f3f6f9; }
.mm-related-lots strong { color: #114f77; font-size: 11px; }
.mm-related-lots span { overflow: hidden; color: #64778e; font-size: 10px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.mm-related-price { display: grid; }
.mm-related-price strong { color: #114f77; font-size: 22px; }
.mm-related-price span { color: #c89a5b; font-size: 11px; font-weight: 700; }
.mm-related-more { margin-top: 14px; color: #114f77; text-decoration: none; font-size: 13px; font-weight: 700; }
@media(max-width:1100px){.mm-offer-summary{grid-template-columns:1fr}.mm-offer-main-image{min-height:360px}.mm-related-track{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.mm-related-heading{justify-content:space-between;padding-right:96px}.mm-related-heading h2{text-align:left}.mm-related-arrows{display:flex}.mm-related-track{display:grid;grid-auto-columns:calc(50% - 11px);grid-auto-flow:column;grid-template-columns:none;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.mm-related-track::-webkit-scrollbar{display:none}.mm-related-track>article{scroll-snap-align:start}}
@media(max-width:700px){.mm-single-offer{padding-top:14px}.mm-offer-summary{gap:22px}.mm-offer-main-image{min-height:0;aspect-ratio:16/10}.mm-offer-title-row h1{font-size:27px}.mm-offer-facts-map{grid-template-columns:1fr}.mm-offer-facts>div{grid-template-columns:125px 1fr}.mm-offer-contacts{grid-template-columns:1fr}.mm-offer-contacts article+article{border-left:0;border-top:1px solid #ced9e3}.mm-related-heading h2{font-size:23px}.mm-offer-lots-table{overflow:visible}.mm-lot-head{display:none}.mm-lot-row{grid-template-columns:1fr;min-width:0;padding:12px}.mm-lot-row>*{padding:6px 4px}.mm-lot-row form{width:100%;padding:8px 4px 2px}.mm-lot-row button{min-height:48px;font-size:13px}.mm-lot-row>span:nth-child(5){white-space:normal}}
@media(max-width:540px){.mm-related-heading{padding-right:0;align-items:flex-start;flex-direction:column;gap:14px}.mm-related-arrows{position:static;align-self:flex-end}.mm-related-track{grid-auto-columns:100%}}

.mm-favorites-hero { position:relative; overflow:hidden; color:#fff; background:#114f77 url("images/metres-bg5.webp") center 46%/cover no-repeat; }
.mm-favorites-hero::before { position:absolute; inset:0; content:""; background:linear-gradient(90deg,rgba(7,37,72,.97) 0%,rgba(17,79,119,.92) 52%,rgba(17,79,119,.54) 100%); }
.mm-favorites-hero .container { position:relative; z-index:1; min-height:230px; padding-top:30px; padding-bottom:38px; }
.mm-favorites-hero nav { display:flex; gap:8px; align-items:center; margin-bottom:30px; color:rgba(255,255,255,.74); font-size:12px; }
.mm-favorites-hero nav a { color:#fff; text-decoration:none; }
.mm-favorites-hero h1 { max-width:850px; margin:0 0 10px; color:#fff; font-size:38px; line-height:1.15; font-weight:800; }
.mm-favorites-hero h1 span { color:#c89a5b; }
.mm-favorites-hero p { max-width:720px; margin:0; color:rgba(255,255,255,.9); font-size:15px; }
.mm-favorites-hero .container>i { position:absolute; right:60px; bottom:38px; display:grid; width:82px; height:82px; place-items:center; border:1px solid rgba(255,255,255,.48); border-radius:50%; color:#c89a5b; background:rgba(7,37,72,.42); font-size:38px; }
.mm-public-favorites { min-height:60vh; padding:38px 0 72px; color:#114f77; background:#f7f9fb; }
.mm-public-favorites .mm-favorites-heading h1 { display:none; }
.mm-public-favorites .mm-favorites-heading { padding-bottom:18px; border-bottom:1px solid #dbe5ed; }
.mm-public-favorites .mm-account-offer-grid { grid-template-columns:repeat(4,minmax(0,1fr)); }
@media(max-width:1300px){.mm-public-favorites .mm-account-offer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:1000px){.mm-public-favorites .mm-account-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.mm-favorites-hero .container{min-height:210px}.mm-favorites-hero h1{max-width:75%;font-size:30px}.mm-favorites-hero p{max-width:78%;font-size:14px}.mm-favorites-hero .container>i{right:20px;bottom:34px;width:62px;height:62px;font-size:28px}}
@media(max-width:600px){.mm-public-favorites .mm-account-offer-grid{grid-template-columns:1fr}.mm-favorites-hero .container>i{display:none}.mm-favorites-hero h1,.mm-favorites-hero p{max-width:100%}.mm-public-favorites .mm-favorites-heading{align-items:stretch}.mm-public-favorites .mm-favorites-heading>a{justify-content:center}}

/* Pricing page */
.mm-pricing-page { color:#114f77; background:#fff; }
.mm-pricing-hero { position:relative; padding:58px 0; color:#fff; background:#07345b url("images/metres-bg5.webp") center 45%/cover no-repeat; }
.mm-pricing-hero::before { position:absolute; inset:0; content:""; background:rgba(7,37,72,.88); }
.mm-pricing-hero .container { position:relative; z-index:1; }
.mm-pricing-hero h1 { margin:0 0 12px; color:#fff; font-size:40px; font-weight:800; }
.mm-pricing-hero h1 span,.mm-pricing-how h2 span,.mm-pricing-faq h2 span { color:#c89a5b; }
.mm-pricing-hero p { max-width:680px; margin:0; font-size:17px; line-height:1.6; }
.mm-pricing-main { padding:60px 0 34px; }
.mm-pricing-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px; align-items:stretch; }
.mm-pricing-card { position:relative; display:flex; align-items:center; flex-direction:column; min-height:520px; padding:32px 24px 24px; border:1px solid #ccdae6; border-radius:7px; background:#fff; text-align:center; }
.mm-pricing-card.is-popular { color:#fff; border-color:#114f77; background:#114f77; box-shadow:0 14px 35px rgba(17,79,119,.22); }
.mm-pricing-popular { position:absolute; top:-16px; left:50%; padding:8px 18px; border-radius:18px; color:#fff; background:#c89a5b; font-size:11px; font-weight:800; text-transform:uppercase; transform:translateX(-50%); white-space:nowrap; }
.mm-pricing-card > i { margin:10px 0 18px; color:#114f77; font-size:49px; }
.mm-pricing-card.is-popular > i { color:#c89a5b; }
.mm-pricing-card h2 { margin:0 0 22px; color:inherit; font-size:21px; font-weight:800; text-transform:uppercase; }
.mm-pricing-card > strong { color:inherit; font-size:40px; line-height:1; }
.mm-pricing-card > strong small { font-size:14px; }
.mm-pricing-card > b { margin-top:18px; padding:6px 11px; border:1px solid #c89a5b; border-radius:5px; color:#c89a5b; font-size:12px; }
.mm-pricing-card > p { margin:17px 0 22px; color:inherit; font-size:13px; font-weight:700; }
.mm-pricing-card ul { display:grid; gap:14px; width:100%; margin:0 0 24px; padding:0; list-style:none; text-align:left; }
.mm-pricing-card li { display:flex; gap:9px; align-items:flex-start; font-size:14px; line-height:1.45; }
.mm-pricing-card li i { margin-top:2px; color:#114f77; }
.mm-pricing-card.is-popular li i { color:#fff; }
.mm-pricing-card > a { display:flex; align-items:center; justify-content:center; gap:9px; width:100%; min-height:48px; margin-top:auto; border-radius:5px; color:#fff; background:#c89a5b; text-decoration:none; font-size:13px; font-weight:800; }
.mm-pricing-tax-note { margin:22px 0 28px; color:#64778e; text-align:center; font-size:14px; }
.mm-pricing-payment { display:grid; grid-template-columns:auto auto 1fr minmax(220px,.8fr); gap:18px; align-items:center; padding:18px 24px; border:1px solid #ceddea; border-radius:7px; background:#f5f9fc; }
.mm-pricing-payment > i { justify-self:center; font-size:38px; }
.mm-pricing-payment > strong { text-align:center; font-size:15px; }
.mm-pricing-payment > div { display:flex; align-items:center; gap:12px; }
.mm-pricing-payment img { width:auto; max-width:86px; height:30px; object-fit:contain; }
.mm-pricing-payment > div > span { color:#3a8b55; font-size:13px; font-weight:800; line-height:1; }
.mm-pricing-payment small { font-size:8px; }
.mm-pricing-payment p { margin:0; color:#506980; text-align:center; font-size:14px; line-height:1.45; }
.mm-pricing-how { padding:56px 0; }
.mm-pricing-how h2,.mm-pricing-faq h2 { margin:0 0 38px; color:#114f77; text-align:center; font-size:31px; font-weight:800; }
.mm-pricing-how .container > div { display:grid; grid-template-columns:repeat(3,1fr); gap:70px; }
.mm-pricing-how article { position:relative; text-align:center; }
.mm-pricing-how article:not(:last-child)::after { position:absolute; top:44px; right:-48px; content:"\2192"; color:#114f77; font-size:37px; font-weight:400; }
.mm-pricing-how article > span { display:grid; width:94px; height:94px; margin:0 auto 20px; place-items:center; border:1px solid #bed0df; border-radius:50%; font-size:40px; }
.mm-pricing-how article > b { position:absolute; top:84px; left:calc(50% - 58px); display:grid; width:24px; height:24px; place-items:center; border-radius:50%; color:#fff; background:#114f77; font-size:11px; }
.mm-pricing-how h3 { font-size:17px; font-weight:800; }
.mm-pricing-how p { margin:0 auto; max-width:320px; color:#5c7186; font-size:14px; line-height:1.65; }
.mm-pricing-benefits { padding:0 0 56px; }
.mm-pricing-benefits .container { display:grid; grid-template-columns:repeat(4,1fr); border:1px solid #ceddea; border-radius:7px; background:#f5f9fc; }
.mm-pricing-benefits .container > div { display:grid; min-height:145px; padding:25px; place-items:center; border-right:1px solid #ceddea; text-align:center; }
.mm-pricing-benefits .container > div:last-child { border-right:0; }
.mm-pricing-benefits i { font-size:45px; }
.mm-pricing-benefits strong { max-width:230px; font-size:15px; line-height:1.45; }
.mm-pricing-faq { padding:0 0 60px; }
.mm-pricing-faq .container { max-width:1100px; }
.mm-pricing-faq details { margin-bottom:10px; border:1px solid #d4dfe8; border-radius:6px; }
.mm-pricing-faq summary { display:flex; justify-content:space-between; padding:17px 20px; cursor:pointer; font-size:14px; font-weight:700; list-style:none; }
.mm-pricing-faq details[open] summary i { transform:rotate(180deg); }
.mm-pricing-faq details > div { padding:0 20px 18px; color:#5b7084; font-size:13px; line-height:1.65; }
.mm-pricing-cta { position:relative; padding:38px 0; color:#fff; background:#07345b url("images/metres-bg5.webp") center/cover no-repeat; }
.mm-pricing-cta::before { position:absolute; inset:0; content:""; background:rgba(7,37,72,.9); }
.mm-pricing-cta .container { position:relative; z-index:1; display:flex; justify-content:space-between; gap:30px; align-items:center; }
.mm-pricing-cta h2 { margin:0 0 7px; color:#fff; font-size:27px; font-weight:800; }
.mm-pricing-cta p { margin:0; }
.mm-pricing-cta a { display:flex; gap:9px; align-items:center; padding:14px 24px; border-radius:5px; color:#fff; background:#c89a5b; text-decoration:none; font-weight:800; }
@media(max-width:1100px){.mm-pricing-grid{grid-template-columns:repeat(2,1fr);gap:30px 22px}.mm-pricing-payment{grid-template-columns:auto 1fr}.mm-pricing-payment>p{grid-column:1/-1}.mm-pricing-how .container>div{gap:30px}.mm-pricing-how article:not(:last-child)::after{display:none}}
@media(max-width:700px){.mm-pricing-hero{padding:42px 0}.mm-pricing-hero h1{font-size:31px}.mm-pricing-grid{grid-template-columns:1fr}.mm-pricing-card{min-height:480px}.mm-pricing-payment{grid-template-columns:1fr;text-align:center}.mm-pricing-payment>div{justify-content:center;flex-wrap:wrap}.mm-pricing-how .container>div,.mm-pricing-benefits .container{grid-template-columns:1fr}.mm-pricing-how article{padding-bottom:30px}.mm-pricing-benefits .container>div{border-right:0;border-bottom:1px solid #ceddea}.mm-pricing-benefits .container>div:last-child{border-bottom:0}.mm-pricing-cta .container{align-items:flex-start;flex-direction:column}.mm-pricing-cta a{width:100%;justify-content:center}}

/* About page */
.mm-about-page { color:#114f77; background:#fff; }
.mm-about-hero { position:relative; min-height:360px; color:#fff; background:#114f77; overflow:hidden; }
.mm-about-hero::after { position:absolute; inset:0 0 0 38%; content:""; background:linear-gradient(90deg,#114f77 0%,rgba(17,79,119,.82) 20%,rgba(17,79,119,.2) 55%),var(--about-hero) center 65%/cover no-repeat; }
.mm-about-hero .container { position:relative; z-index:1; display:flex; align-items:center; min-height:360px; }
.mm-about-hero .container>div { max-width:670px; }
.mm-about-hero h1 { margin:0 0 22px; color:#fff; font-size:44px; line-height:1.22; font-weight:800; }
.mm-about-hero h1 span { color:#c89a5b; }
.mm-about-hero p { max-width:600px; margin:0; font-size:18px; line-height:1.65; }
.mm-about-story { padding:62px 0; }
.mm-about-story .container { display:grid; grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr); gap:70px; align-items:center; }
.mm-about-story h2,.mm-about-method h2,.mm-about-trust h2,.mm-about-test h2 { margin:0 0 22px; color:#072548; font-size:31px; font-weight:800; }
.mm-about-story .container>div>div { color:#435d73; font-size:15px; line-height:1.75; }
.mm-about-story img { width:100%; height:360px; border-radius:6px; object-fit:cover; }
.mm-about-mission { padding:45px 0 50px; color:#fff; background:#114f77; }
.mm-about-mission header { margin-bottom:32px; text-align:center; }
.mm-about-mission header strong { display:block; margin-bottom:5px; color:#c89a5b; font-size:27px; font-weight:800; }
.mm-about-mission h2 { margin:0; color:#fff; font-size:25px; font-weight:800; }
.mm-about-mission .container>div { display:grid; grid-template-columns:repeat(4,1fr); }
.mm-about-mission article { display:grid; min-height:150px; padding:18px 30px; place-items:center; border-right:1px solid rgba(255,255,255,.45); text-align:center; }
.mm-about-mission article:last-child { border-right:0; }
.mm-about-mission article i { display:grid; width:66px; height:66px; place-items:center; color:#c89a5b; font-size:56px; line-height:1; }
.mm-about-mission article img { width:66px; height:66px; object-fit:contain; }
.mm-about-mission h3 { max-width:210px; margin:13px 0 0; color:#fff; font-size:16px; line-height:1.4; font-weight:700; }
.mm-about-method { padding:58px 0; }
.mm-about-method h2 { margin-bottom:38px; text-align:center; }
.mm-about-method .container>div { display:grid; grid-template-columns:repeat(4,1fr); gap:45px; }
.mm-about-method article { position:relative; text-align:center; }
.mm-about-method article:not(:last-child)::after { position:absolute; top:52px; right:-36px; width:72px; height:1px; content:""; background:#c89a5b; }
.mm-about-method article>span { display:grid; width:106px; height:106px; margin:auto; place-items:center; border:2px solid #114f77; border-radius:50%; color:#114f77; font-size:46px; line-height:1; }
.mm-about-method article>span img { width:62px; height:62px; object-fit:contain; }
.mm-about-method article>b { display:grid; width:24px; height:24px; margin:-8px auto 9px; place-items:center; border-radius:50%; color:#fff; background:#c89a5b; font-size:11px; }
.mm-about-method h3 { max-width:230px; margin:auto; color:#304e67; font-size:16px; line-height:1.5; }
.mm-about-trust { padding:45px 0; border-top:1px solid #dce5ed; background:#fbfcfd; }
.mm-about-trust>.container { display:grid; grid-template-columns:.9fr 1.1fr; gap:55px; align-items:center; }
.mm-about-trust ul { display:grid; gap:10px; margin:0; padding:0; list-style:none; }
.mm-about-trust li { display:flex; gap:11px; color:#405d73; font-size:16px; line-height:1.5; }
.mm-about-trust li i { margin-top:3px; color:#114f77; font-size:18px; }
.mm-about-stats { display:grid; grid-template-columns:repeat(2,1fr); border-left:1px solid #d2dde6; }
.mm-about-stats article { display:flex; gap:18px; align-items:center; min-height:100px; padding:20px 28px; border-right:1px solid #d2dde6; border-bottom:1px solid #d2dde6; }
.mm-about-stats article:nth-child(n+3) { border-bottom:0; }
.mm-about-stats i { display:grid; flex:0 0 58px; width:58px; height:58px; place-items:center; color:#c89a5b; font-size:52px; line-height:1; }
.mm-about-stats img { width:58px; height:58px; object-fit:contain; }
.mm-about-stats strong,.mm-about-stats span { display:block; }
.mm-about-stats strong { color:#072548; font-size:29px; line-height:1; }
.mm-about-stats span { margin-top:6px; color:#506a7f; font-size:15px; line-height:1.4; }
.mm-about-test { padding:42px 0; background:#edf4f9; }
.mm-about-test>.container { display:grid; grid-template-columns:.85fr 1.15fr; gap:60px; align-items:center; }
.mm-about-test h2 { margin-bottom:10px; }
.mm-about-test p { color:#506a7f; font-size:14px; line-height:1.6; }
.mm-about-test .container>div:first-child>a { display:inline-block; margin-top:14px; padding:13px 20px; border-radius:5px; color:#fff; background:#c89a5b; text-decoration:none; font-size:13px; font-weight:800; }
.mm-about-test-steps { display:grid; grid-template-columns:1fr 1fr; gap:70px; }
.mm-about-test-steps article { position:relative; text-align:center; }
.mm-about-test-steps article:first-child::after { position:absolute; top:48px; right:-52px; content:"→"; color:#c89a5b; font-size:36px; }
.mm-about-test-steps span { display:grid; width:94px; height:94px; margin:auto; place-items:center; border:2px solid #114f77; border-radius:50%; font-size:38px; }
.mm-about-test-steps span img { width:52px; height:52px; object-fit:contain; }
.mm-about-test-steps b { display:grid; width:24px; height:24px; margin:-8px auto 5px; place-items:center; border-radius:50%; color:#fff; background:#c89a5b; }
.mm-about-test-steps p { max-width:190px; margin:auto; color:#304e67; }
.mm-about-quote { padding:28px 0; }
.mm-about-quote .container { display:flex; justify-content:center; gap:24px; align-items:flex-start; }
.mm-about-quote .container>i { color:#c89a5b; font-size:55px; }
.mm-about-quote blockquote { max-width:780px; margin:0; padding-left:26px; border-left:2px solid #c89a5b; color:#072548; font-family:Georgia,serif; font-size:21px; font-style:italic; line-height:1.45; }
.mm-about-quote cite { display:block; margin-top:7px; color:#506a7f; font-family:Montserrat,sans-serif; font-size:12px; font-style:normal; }
@media(max-width:1000px){.mm-about-story .container{grid-template-columns:1fr;gap:35px}.mm-about-mission .container>div{grid-template-columns:repeat(2,1fr)}.mm-about-mission article:nth-child(2){border-right:0}.mm-about-method .container>div{grid-template-columns:repeat(2,1fr)}.mm-about-method article::after{display:none}.mm-about-trust>.container,.mm-about-test>.container{grid-template-columns:1fr}}
@media(max-width:700px){.mm-about-hero,.mm-about-hero .container{min-height:430px}.mm-about-hero::after{inset:0;background:linear-gradient(90deg,rgba(17,79,119,.98),rgba(17,79,119,.72)),var(--about-hero) center/cover no-repeat}.mm-about-hero h1{font-size:32px}.mm-about-hero p{font-size:15px}.mm-about-story{padding:42px 0}.mm-about-story img{height:260px}.mm-about-mission .container>div,.mm-about-method .container>div,.mm-about-stats{grid-template-columns:1fr}.mm-about-mission article{border-right:0;border-bottom:1px solid rgba(255,255,255,.3)}.mm-about-stats{border-left:0}.mm-about-stats article{border-right:0}.mm-about-stats article:nth-child(3){border-bottom:1px solid #d2dde6}.mm-about-test-steps{gap:25px}.mm-about-test-steps article:first-child::after{display:none}.mm-about-test-steps span{width:76px;height:76px;font-size:30px}.mm-about-quote blockquote{font-size:17px}}

/* Contact page */
.mm-contact-page{color:#114f77;background:#fff}.mm-contact-hero{position:relative;min-height:330px;overflow:hidden;color:#fff;background:#114f77}.mm-contact-hero::after{position:absolute;inset:0 0 0 37%;content:"";background:linear-gradient(90deg,#114f77 0%,rgba(17,79,119,.88) 24%,rgba(17,79,119,.28) 60%),var(--contact-hero) center/cover no-repeat}.mm-contact-hero .container{position:relative;z-index:1;display:flex;align-items:center;min-height:330px}.mm-contact-hero .container>div{max-width:650px}.mm-contact-hero h1{margin:0 0 20px;color:#fff;font-size:44px;line-height:1.15;font-weight:800}.mm-contact-hero h1 span,.mm-contact-faq h2 span{color:#c89a5b}.mm-contact-hero p{max-width:610px;margin:0;font-size:18px;line-height:1.65}.mm-contact-main{padding:58px 0 62px}.mm-contact-main h2,.mm-contact-faq h2{margin:0 0 28px;color:#072548;font-size:31px;font-weight:800}.mm-contact-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.8fr);gap:30px;align-items:start}.mm-contact-form{position:relative;padding:30px;border:1px solid #cedce7;border-radius:7px;background:#fff}.mm-contact-honeypot{position:absolute!important;left:-10000px!important;width:1px;height:1px;overflow:hidden}.mm-contact-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.mm-contact-field-grid label{display:grid;gap:8px}.mm-contact-field-grid label.is-wide{grid-column:1/-1}.mm-contact-field-grid label>span{font-size:13px;font-weight:700}.mm-contact-field-grid input,.mm-contact-field-grid select,.mm-contact-field-grid textarea{width:100%;min-height:48px;padding:12px 14px;border:1px solid #cbd7e1;border-radius:5px;color:#173b57;background:#fff;font-family:Montserrat,sans-serif;font-size:14px;outline:0;transition:border-color .2s,box-shadow .2s}.mm-contact-field-grid textarea{min-height:155px;resize:vertical}.mm-contact-field-grid input:focus,.mm-contact-field-grid select:focus,.mm-contact-field-grid textarea:focus{border-color:#114f77;box-shadow:0 0 0 3px rgba(17,79,119,.1)}.mm-contact-consent{display:flex;gap:10px;align-items:flex-start;margin:20px 0;color:#536c80;font-size:12px;line-height:1.5}.mm-contact-consent input{width:16px;height:16px;margin-top:2px;accent-color:#114f77}.mm-contact-consent a{color:#114f77}.mm-contact-form>button{display:inline-flex;gap:9px;align-items:center;min-height:48px;padding:0 22px;border:0;border-radius:5px;color:#fff;background:#c89a5b;font-family:Montserrat,sans-serif;font-size:13px;font-weight:800}.mm-contact-form>small{display:block;margin-top:16px;color:#6c7e8e;font-size:11px}.mm-contact-aside{display:grid;gap:18px}.mm-contact-aside>section{display:grid;grid-template-columns:54px 1fr;gap:17px;padding:25px;border:1px solid #cedce7;border-radius:7px;background:#fff}.mm-contact-aside>section>i{display:grid;width:54px;height:54px;place-items:center;border-radius:50%;color:#fff;background:#114f77;font-size:25px}.mm-contact-aside h3{margin:3px 0 12px;color:#072548;font-size:18px;font-weight:800}.mm-contact-aside p{margin:0 0 10px;color:#587085;font-size:13px;line-height:1.55}.mm-contact-aside section div>a:not(.mm-contact-outline-button){color:#114f77;font-size:13px;font-weight:700}.mm-contact-outline-button{display:inline-flex;justify-content:center;margin-top:5px;padding:11px 16px;border:1px solid #114f77;border-radius:5px;color:#114f77;text-decoration:none;font-size:13px;font-weight:800}.mm-contact-aside nav{display:grid}.mm-contact-aside nav a{display:flex!important;justify-content:space-between;gap:15px;padding:11px 0;border-bottom:1px solid #e1e8ed;text-decoration:none}.mm-contact-aside nav a:last-child{border-bottom:0}.mm-contact-notice{display:flex;gap:10px;align-items:center;margin:-10px 0 25px;padding:15px 18px;border-radius:5px;font-size:13px;font-weight:700}.mm-contact-notice.is-success{color:#176c43;background:#e9f7f0}.mm-contact-notice.is-error{color:#a42c34;background:#fff0f1}.mm-contact-reassurance{padding:28px 0;background:#edf4f9}.mm-contact-reassurance .container{display:grid;grid-template-columns:repeat(3,1fr)}.mm-contact-reassurance article{display:flex;justify-content:center;gap:18px;align-items:center;min-height:80px;padding:10px 28px;border-right:1px solid #cbd9e4}.mm-contact-reassurance article:last-child{border-right:0}.mm-contact-reassurance i{font-size:43px}.mm-contact-reassurance strong{max-width:190px;color:#114f77;font-size:15px;line-height:1.4}.mm-contact-faq{padding:55px 0 62px}.mm-contact-faq .container{max-width:1100px}.mm-contact-faq h2{text-align:center}.mm-contact-faq details{margin-bottom:10px;border:1px solid #d4dfe8;border-radius:5px}.mm-contact-faq summary{display:flex;justify-content:space-between;gap:20px;padding:17px 20px;cursor:pointer;color:#173b57;font-size:14px;font-weight:700;list-style:none}.mm-contact-faq details[open] summary i{transform:rotate(180deg)}.mm-contact-faq details>div{padding:0 20px 18px;color:#587085;font-size:13px;line-height:1.65}.mm-contact-faq-button{display:table;margin:22px auto 0;padding:12px 22px;border:1px solid #114f77;border-radius:5px;color:#114f77;text-decoration:none;font-size:13px;font-weight:800}
@media(max-width:1000px){.mm-contact-layout{grid-template-columns:1fr}.mm-contact-aside{grid-template-columns:repeat(2,1fr)}.mm-contact-aside>section:last-child{grid-column:1/-1}}
@media(max-width:700px){.mm-contact-hero,.mm-contact-hero .container{min-height:390px}.mm-contact-hero::after{inset:0;background:linear-gradient(90deg,rgba(17,79,119,.97),rgba(17,79,119,.7)),var(--contact-hero) center/cover no-repeat}.mm-contact-hero h1{font-size:32px}.mm-contact-hero p{font-size:15px}.mm-contact-main{padding:40px 0}.mm-contact-main h2,.mm-contact-faq h2{font-size:26px}.mm-contact-form{padding:20px}.mm-contact-field-grid{grid-template-columns:1fr}.mm-contact-field-grid label.is-wide{grid-column:auto}.mm-contact-form>button{width:100%;justify-content:center}.mm-contact-aside{grid-template-columns:1fr}.mm-contact-aside>section:last-child{grid-column:auto}.mm-contact-reassurance .container{grid-template-columns:1fr}.mm-contact-reassurance article{justify-content:flex-start;border-right:0;border-bottom:1px solid #cbd9e4}.mm-contact-reassurance article:last-child{border-bottom:0}}

.mm-contact-consent{font-size:14px}
.mm-contact-form>small{font-size:13px}
.mm-contact-aside p{font-size:14px}
.mm-contact-reassurance strong{max-width:210px;font-size:16px}
.mm-contact-faq details>div{font-size:14px}

/* FAQ page */
.mm-faq-page{color:#114f77;background:#fff}.mm-faq-hero{position:relative;min-height:285px;overflow:hidden;color:#fff;background:#114f77}.mm-faq-hero::after{position:absolute;inset:0 0 0 43%;content:"";background:linear-gradient(90deg,#114f77 0%,rgba(17,79,119,.84) 30%,rgba(17,79,119,.38) 100%),var(--faq-hero) center/cover no-repeat}.mm-faq-hero .container{position:relative;z-index:1;display:flex;align-items:center;min-height:285px}.mm-faq-hero .container>div{width:min(680px,100%)}.mm-faq-hero h1{margin:0 0 13px;color:#fff;font-size:39px;line-height:1.2;font-weight:800}.mm-faq-hero h1 span,.mm-faq-main>div>h2 span{color:#c89a5b}.mm-faq-hero p{max-width:650px;margin:0 0 22px;font-size:16px;line-height:1.55}.mm-faq-search{display:flex;align-items:center;width:min(500px,100%);height:52px;padding:0 16px;border-radius:5px;color:#114f77;background:#fff;box-shadow:0 7px 20px rgba(7,37,72,.15)}.mm-faq-search i{font-size:21px}.mm-faq-search input{flex:1;height:100%;padding:0 13px;border:0;outline:0;color:#173b57;background:transparent;font-family:Montserrat,sans-serif;font-size:14px}.mm-faq-main{padding:40px 0 58px}.mm-faq-main>div>h2{margin:0 0 24px;color:#072548;text-align:center;font-size:31px;font-weight:800}.mm-faq-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1020px;margin:0 auto 32px}.mm-faq-tabs button{display:flex;justify-content:center;gap:11px;align-items:center;min-height:54px;padding:10px;border:0;border-bottom:2px solid #d7e1e9;color:#4e6477;background:transparent;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500}.mm-faq-tabs button i{font-size:23px}.mm-faq-tabs button.is-active{border-color:#114f77;color:#114f77;font-weight:700}.mm-faq-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:55px;align-items:start}.mm-faq-sidebar{position:sticky;top:115px}.mm-faq-sidebar>h3{margin:0 0 14px;color:#072548;font-size:14px;font-weight:800}.mm-faq-sidebar>nav{display:grid;margin-bottom:24px}.mm-faq-sidebar>nav button{display:flex;gap:12px;align-items:center;min-height:43px;padding:6px 12px;border:0;border-left:3px solid transparent;color:#50697e;background:transparent;text-align:left;font-family:Montserrat,sans-serif;font-size:13px}.mm-faq-sidebar>nav button i{font-size:18px}.mm-faq-sidebar>nav button.is-active{border-color:#114f77;color:#114f77;background:#f0f6fa;font-weight:700}.mm-faq-sidebar>div{display:grid;grid-template-columns:44px 1fr;gap:12px;padding:19px;border:1px solid #cedce7;border-radius:7px;background:#f4f8fb}.mm-faq-sidebar>div>i{display:grid;width:44px;height:44px;place-items:center;border:1px solid #114f77;border-radius:50%;font-size:25px}.mm-faq-sidebar>div strong{align-self:center;color:#072548;font-size:13px;line-height:1.35}.mm-faq-sidebar>div a{grid-column:1/-1;display:flex;justify-content:center;gap:8px;align-items:center;min-height:42px;border-radius:5px;color:#fff;background:#c89a5b;text-decoration:none;font-size:12px;font-weight:800}.mm-faq-content>header{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:10px}.mm-faq-content>header h3{margin:0;color:#072548;font-size:22px;font-weight:800}.mm-faq-content>header>div{display:flex;gap:12px;align-items:center}.mm-faq-content>header button{padding:0;border:0;color:#114f77;background:transparent;font-family:Montserrat,sans-serif;font-size:12px}.mm-faq-content>header span{width:1px;height:15px;background:#c8d4de}.mm-faq-item{border:1px solid #ced9e3;border-bottom:0;background:#fff}.mm-faq-group .mm-faq-item:first-child{border-radius:5px 5px 0 0}.mm-faq-group .mm-faq-item:last-child{border-bottom:1px solid #ced9e3;border-radius:0 0 5px 5px}.mm-faq-item summary{display:grid;grid-template-columns:24px 1fr 20px;gap:12px;align-items:center;min-height:54px;padding:12px 17px;cursor:pointer;color:#153c5c;font-size:14px;font-weight:700;list-style:none}.mm-faq-item summary::-webkit-details-marker{display:none}.mm-faq-item summary>i:first-child{font-size:18px}.mm-faq-item summary>i:last-child{justify-self:end;transition:transform .2s}.mm-faq-item[open] summary>i:last-child{transform:rotate(180deg)}.mm-faq-item>div{padding:5px 53px 18px;color:#506980;background:#f4f8fb;font-size:14px;line-height:1.65}.mm-faq-item>div p:last-child{margin-bottom:0}.mm-faq-content>[data-faq-empty]{padding:30px;border:1px solid #ced9e3;border-radius:5px;color:#506980;text-align:center;font-size:14px}.mm-faq-shortcuts{padding:25px 0 30px;background:#eaf4fa}.mm-faq-shortcuts h2{margin:0 0 19px;color:#072548;text-align:center;font-size:22px;font-weight:800}.mm-faq-shortcuts .container>div{display:grid;grid-template-columns:repeat(3,1fr)}.mm-faq-shortcuts article{display:flex;justify-content:center;gap:20px;align-items:center;min-height:92px;padding:10px 30px;border-right:1px solid #b9cad7}.mm-faq-shortcuts article:last-child{border-right:0}.mm-faq-shortcuts article>i{font-size:53px}.mm-faq-shortcuts h3{margin:0 0 8px;color:#114f77;font-size:15px;font-weight:800}.mm-faq-shortcuts a{display:inline-flex;gap:10px;align-items:center;padding:8px 12px;border:1px solid #114f77;border-radius:4px;color:#114f77;text-decoration:none;font-size:12px}.mm-faq-contact{padding:22px 0;color:#fff;background:#114f77}.mm-faq-contact .container{display:flex;justify-content:space-between;gap:30px;align-items:center}.mm-faq-contact .container>div{display:flex;gap:18px;align-items:center}.mm-faq-contact .container>div>i{display:grid;width:50px;height:50px;place-items:center;border:1px solid rgba(255,255,255,.8);border-radius:50%;font-size:23px}.mm-faq-contact h2{margin:0 0 4px;color:#fff;font-size:20px;font-weight:800}.mm-faq-contact p{margin:0;font-size:13px}.mm-faq-contact .container>a{display:flex;gap:9px;align-items:center;padding:13px 22px;border-radius:5px;color:#fff;background:#c89a5b;text-decoration:none;font-size:13px;font-weight:800}
@media(max-width:1000px){.mm-faq-layout{grid-template-columns:210px minmax(0,1fr);gap:30px}.mm-faq-tabs{gap:8px}.mm-faq-shortcuts article{padding:10px 15px}.mm-faq-shortcuts article>i{font-size:40px}}
@media(max-width:760px){.mm-faq-hero,.mm-faq-hero .container{min-height:340px}.mm-faq-hero::after{inset:0;background:linear-gradient(90deg,rgba(17,79,119,.97),rgba(17,79,119,.78)),var(--faq-hero) center/cover no-repeat}.mm-faq-hero h1{font-size:31px}.mm-faq-hero p{font-size:14px}.mm-faq-main{padding:36px 0}.mm-faq-main>div>h2{font-size:26px}.mm-faq-tabs{grid-template-columns:repeat(2,1fr)}.mm-faq-tabs button{justify-content:flex-start;font-size:12px}.mm-faq-layout{grid-template-columns:1fr}.mm-faq-sidebar{position:static}.mm-faq-sidebar>h3,.mm-faq-sidebar>nav{display:none}.mm-faq-content>header{align-items:flex-start;flex-direction:column}.mm-faq-item summary{grid-template-columns:22px 1fr 18px;font-size:13px}.mm-faq-item>div{padding:5px 18px 18px;font-size:14px}.mm-faq-shortcuts .container>div{grid-template-columns:1fr}.mm-faq-shortcuts article{justify-content:flex-start;border-right:0;border-bottom:1px solid #b9cad7}.mm-faq-shortcuts article:last-child{border-bottom:0}.mm-faq-contact .container{align-items:flex-start;flex-direction:column}.mm-faq-contact .container>a{justify-content:center;width:100%}}

/* Project submission page */
.mm-project-page{color:#114f77;background:#fff}.mm-project-hero{position:relative;min-height:410px;overflow:hidden;color:#fff;background:#114f77}.mm-project-hero::after{position:absolute;inset:0 0 0 44%;content:"";background:linear-gradient(90deg,#114f77 0%,rgba(17,79,119,.87) 22%,rgba(17,79,119,.24) 72%),var(--project-hero) center 38%/cover no-repeat}.mm-project-hero .container{position:relative;z-index:1;display:flex;align-items:center;min-height:410px}.mm-project-hero .container>div{width:min(760px,57%)}.mm-project-hero h1{margin:0 0 20px;color:#fff;font-size:43px;line-height:1.18;font-weight:800}.mm-project-hero h1 span,.mm-project-process h2 span,.mm-project-deposit h2 span,.mm-project-payment h2 span,.mm-project-trust h2 span,.mm-project-faq h2 span{color:#c89a5b}.mm-project-hero p{max-width:690px;margin:0 0 25px;font-size:17px;line-height:1.6}.mm-project-hero-actions{display:flex;gap:14px;flex-wrap:wrap}.mm-project-hero-actions a{display:flex;gap:10px;align-items:center;min-height:50px;padding:0 20px;border:1px solid #fff;border-radius:5px;color:#fff;text-decoration:none;font-size:13px;font-weight:800}.mm-project-hero-actions a:first-child{border-color:#c89a5b;background:#c89a5b}.mm-project-hero-points{display:flex;gap:24px;margin-top:28px}.mm-project-hero-points span{display:flex;gap:8px;align-items:flex-start;font-size:12px;line-height:1.4}.mm-project-hero-points i{color:#c89a5b;font-size:16px}.mm-project-process{padding:52px 0 58px}.mm-project-process header{text-align:center}.mm-project-process h2,.mm-project-deposit h2,.mm-project-payment h2,.mm-project-trust h2,.mm-project-faq h2{margin:0;color:#072548;font-size:31px;font-weight:800}.mm-project-process header p{margin:10px 0 38px;color:#5c7185;font-size:14px}.mm-project-process .container>div{display:grid;grid-template-columns:repeat(4,1fr);gap:46px}.mm-project-process article{position:relative;text-align:center}.mm-project-process article:not(:last-child)::after{position:absolute;top:48px;right:-42px;width:72px;height:1px;content:"";background:#c89a5b}.mm-project-process article>span{display:grid;width:96px;height:96px;margin:auto;place-items:center;color:#114f77;font-size:51px}.mm-project-process article>span img{width:78px;height:78px;object-fit:contain}.mm-project-process article>b{display:grid;width:25px;height:25px;margin:-3px auto 8px;place-items:center;border-radius:50%;color:#fff;background:#c89a5b;font-size:12px}.mm-project-process h3{margin:0 0 8px;color:#114f77;font-size:16px;font-weight:800}.mm-project-process article p{max-width:260px;margin:auto;color:#5b7084;font-size:13px;line-height:1.6}.mm-project-deposit{padding:58px 0;background:#f3f8fb}.mm-project-deposit>.container{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(310px,.65fr);gap:55px}.mm-project-upload>p{margin:10px 0 28px;color:#587085;font-size:15px}.mm-project-upload>div{display:flex;align-items:center;flex-direction:column;padding:50px 30px;border:2px dashed #8baec8;border-radius:7px;background:#fff;text-align:center}.mm-project-upload>div>i{color:#114f77;font-size:62px}.mm-project-upload h3{margin:14px 0 8px;color:#072548;font-size:22px;font-weight:800}.mm-project-upload>div p{max-width:560px;margin:0 0 22px;color:#587085;font-size:14px;line-height:1.6}.mm-project-upload>div a{display:flex;gap:10px;align-items:center;min-height:50px;padding:0 22px;border-radius:5px;color:#fff;background:#c89a5b;text-decoration:none;font-size:13px;font-weight:800}.mm-project-upload>div small{margin-top:12px;color:#6a7c8c;font-size:11px}.mm-project-guidance{display:grid;gap:22px;padding-left:42px;border-left:1px solid #cddae4}.mm-project-guidance section>h2{margin:0 0 17px;color:#072548;font-size:19px;font-weight:800}.mm-project-guidance ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.mm-project-guidance li{display:flex;gap:10px;align-items:center;color:#4e687c;font-size:14px}.mm-project-guidance li i{color:#114f77}.mm-project-guidance .is-secure{display:grid;grid-template-columns:35px 1fr;gap:13px;padding:20px;border:1px solid #c89a5b;border-radius:6px;background:#fff}.mm-project-guidance .is-secure>i{font-size:27px}.mm-project-guidance h3{margin:0 0 8px;color:#072548;font-size:15px;font-weight:800}.mm-project-guidance p{margin:0;color:#587085;font-size:13px;line-height:1.55}.mm-project-guidance .is-help a{display:flex;gap:9px;align-items:center;margin-top:12px;color:#114f77;font-size:13px;font-weight:700}.mm-project-payment{padding:38px 0;background:#fff}.mm-project-payment .container{display:grid;grid-template-columns:65px 1fr auto;gap:22px;align-items:center;padding-top:28px;padding-bottom:28px;border:1px solid #cbd9e3;border-radius:7px}.mm-project-payment .container>i{display:grid;width:60px;height:60px;place-items:center;border:1px solid #c89a5b;border-radius:50%;color:#c89a5b;font-size:29px}.mm-project-payment h2{font-size:25px}.mm-project-payment p{margin:8px 0 0;color:#587085;font-size:14px;line-height:1.55}.mm-project-payment a{display:flex;gap:9px;align-items:center;padding:14px 22px;border-radius:5px;color:#fff;background:#c89a5b;text-decoration:none;font-size:13px;font-weight:800;white-space:nowrap}.mm-project-trust{padding:45px 0;background:#edf4f9}.mm-project-trust h2{margin-bottom:30px;text-align:center}.mm-project-trust .container>div{display:grid;grid-template-columns:repeat(4,1fr)}.mm-project-trust article{display:flex;gap:17px;padding:15px 28px;border-right:1px solid #bdcdd9}.mm-project-trust article:last-child{border-right:0}.mm-project-trust article>i{flex:0 0 auto;color:#114f77;font-size:42px}.mm-project-trust article>img{flex:0 0 auto;width:48px;height:48px;object-fit:contain}.mm-project-trust h3{margin:0 0 7px;color:#072548;font-size:15px;font-weight:800}.mm-project-trust p{margin:0;color:#587085;font-size:12px;line-height:1.5}.mm-project-faq{padding:52px 0 60px}.mm-project-faq .container{max-width:1100px}.mm-project-faq h2{margin-bottom:26px;text-align:center}.mm-project-faq details{margin-bottom:9px;border:1px solid #d2dde6;border-radius:5px}.mm-project-faq summary{display:flex;justify-content:space-between;gap:20px;padding:16px 19px;cursor:pointer;color:#173c5a;font-size:14px;font-weight:700;list-style:none}.mm-project-faq details[open] summary i{transform:rotate(180deg)}.mm-project-faq details>div{padding:0 19px 17px;color:#587085;font-size:14px;line-height:1.65}.mm-project-faq>.container>a{display:table;margin:22px auto 0;padding:11px 20px;border:1px solid #114f77;border-radius:5px;color:#114f77;text-decoration:none;font-size:13px;font-weight:800}
@media(max-width:1050px){.mm-project-hero .container>div{width:65%}.mm-project-process .container>div{gap:25px}.mm-project-process article::after{display:none}.mm-project-deposit>.container{gap:30px}.mm-project-guidance{padding-left:25px}.mm-project-trust .container>div{grid-template-columns:repeat(2,1fr)}.mm-project-trust article:nth-child(2){border-right:0}.mm-project-trust article:nth-child(-n+2){border-bottom:1px solid #bdcdd9}}
@media(max-width:760px){.mm-project-hero,.mm-project-hero .container{min-height:560px}.mm-project-hero::after{inset:0;background:linear-gradient(90deg,rgba(17,79,119,.97),rgba(17,79,119,.74)),var(--project-hero) center/cover no-repeat}.mm-project-hero .container>div{width:100%}.mm-project-hero h1{font-size:31px}.mm-project-hero p{font-size:15px}.mm-project-hero-actions{align-items:stretch;flex-direction:column}.mm-project-hero-actions a{justify-content:center}.mm-project-hero-points{align-items:flex-start;flex-direction:column;gap:10px}.mm-project-process .container>div{grid-template-columns:1fr}.mm-project-process article{padding-bottom:22px}.mm-project-process h2,.mm-project-deposit h2,.mm-project-trust h2,.mm-project-faq h2{font-size:26px}.mm-project-deposit>.container{grid-template-columns:1fr}.mm-project-upload>div{padding:35px 20px}.mm-project-guidance{padding:28px 0 0;border-top:1px solid #cddae4;border-left:0}.mm-project-payment .container{grid-template-columns:1fr;padding:25px}.mm-project-payment h2{font-size:23px}.mm-project-payment a{justify-content:center}.mm-project-trust .container>div{grid-template-columns:1fr}.mm-project-trust article,.mm-project-trust article:nth-child(2){border-right:0;border-bottom:1px solid #bdcdd9}.mm-project-trust article:last-child{border-bottom:0}}

.mm-project-hero::after{inset:0;background:linear-gradient(90deg,#114f77 0%,rgba(17,79,119,.94) 28%,rgba(17,79,119,.62) 48%,rgba(17,79,119,.12) 78%),var(--project-hero) center 55%/cover no-repeat}
.mm-project-hero-actions a>i{font-size:22px}
.mm-project-hero-points span{font-size:14px}
.mm-project-process header p{font-size:15px}
.mm-project-process h3{font-size:17px}
.mm-project-process article p{font-size:14px}
.mm-project-guidance li{font-size:15px}
.mm-project-guidance p{font-size:14px}
.mm-project-payment{padding:45px 0;background:#f3f8fb}
.mm-project-payment .container{padding-top:32px;padding-bottom:32px;border-color:#c89a5b;background:#fff;box-shadow:0 10px 28px rgba(17,79,119,.1)}
.mm-project-payment .container>i{width:66px;height:66px;font-size:32px}
.mm-project-payment h2{font-size:27px}
.mm-project-payment p{font-size:15px}
.mm-project-trust p{font-size:14px}
@media(max-width:760px){.mm-project-hero::after{inset:0;background:linear-gradient(90deg,rgba(17,79,119,.97),rgba(17,79,119,.74)),var(--project-hero) center/cover no-repeat}.mm-project-payment h2{font-size:23px}}
.mm-project-hero .container>div{width:min(860px,62%)}
.mm-project-hero::after{background-position:center top}
@media(max-width:760px){.mm-project-hero .container>div{width:100%}}

/* Offers archive final layout overrides. */
.page-template-page-appels-offres .mm-offers-map,
.page-template-page-appels-d-offre .mm-offers-map { height:550px; }
@media(max-width:600px){.page-template-page-appels-offres .mm-offers-map,.page-template-page-appels-d-offre .mm-offers-map{height:440px}}

.mm-offers-filter-toggle {
    display: none;
}

@media (max-width: 768px) {
    .page-template-page-appels-offres .mm-offers-filter-toggle,
    .page-template-page-appels-d-offre .mm-offers-filter-toggle {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        align-items: center;
        width: 100%;
        min-height: 54px;
        margin-top: 18px;
        padding: 0 18px;
        border: 1px solid rgba(255,255,255,.45);
        border-radius: 12px;
        color: #114f77;
        background: #fff;
        box-shadow: 0 12px 30px rgba(7,37,72,.18);
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 800;
    }

    .page-template-page-appels-offres .mm-offers-filter-toggle i:first-child,
    .page-template-page-appels-d-offre .mm-offers-filter-toggle i:first-child {
        color: #c89a5b;
        font-size: 19px;
    }

    .page-template-page-appels-offres .mm-offers-filter-toggle i:last-child,
    .page-template-page-appels-d-offre .mm-offers-filter-toggle i:last-child {
        color: #114f77;
        transition: transform .2s ease;
    }

    .page-template-page-appels-offres .mm-offers-filter-toggle[aria-expanded="true"] i:last-child,
    .page-template-page-appels-d-offre .mm-offers-filter-toggle[aria-expanded="true"] i:last-child {
        transform: rotate(180deg);
    }

    .page-template-page-appels-offres .mm-offers-filter-bar,
    .page-template-page-appels-d-offre .mm-offers-filter-bar {
        display: none;
        margin-top: 12px;
    }

    .page-template-page-appels-offres .mm-offers-filter-bar.is-open,
    .page-template-page-appels-d-offre .mm-offers-filter-bar.is-open {
        display: grid;
        animation: mmSlideDown .18s ease both;
    }
}

@keyframes mmSlideDown {
    from { opacity: 0; transform: translateY(-6px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Taxonomy archives reuse the offers page template but do not get page-template body classes. */
.tax-lot .mm-offers-hero,
.tax-departement .mm-offers-hero {
    position: relative;
    min-height: 270px;
    padding: 34px 0 32px;
    overflow: hidden;
    background: #114f77 url("images/metres-bg5.webp") center 45% / cover no-repeat;
}

.tax-lot .mm-offers-hero .container,
.tax-departement .mm-offers-hero .container {
    position: relative;
    z-index: 1;
}

.tax-lot .mm-offers-filter-bar,
.tax-departement .mm-offers-filter-bar {
    grid-template-columns: 1.1fr 1.1fr 2fr .7fr auto;
    color: #114f77;
}

.tax-lot .mm-offers-filter-bar .mm-offers-submit,
.tax-departement .mm-offers-filter-bar .mm-offers-submit {
    background: #c89a5b;
}

.tax-lot .mm-offers-grid,
.tax-departement .mm-offers-grid {
    grid-template-columns: minmax(0, 1fr) 280px;
}

.tax-lot .mm-offers-main,
.tax-departement .mm-offers-main {
    grid-column: 1;
    grid-row: 1;
}

.tax-lot .mm-offers-sidebar,
.tax-departement .mm-offers-sidebar {
    display: grid;
    grid-column: 2;
    grid-row: 1;
}

.tax-lot .mm-offer-card-grid,
.tax-departement .mm-offer-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.tax-lot .mm-offer-card-grid.is-list,
.tax-departement .mm-offer-card-grid.is-list {
    grid-template-columns: 1fr;
}

.tax-lot .mm-offers-hero h1,
.tax-departement .mm-offers-hero h1 {
    font-size: 32px;
}

.tax-lot .mm-offers-hero > .container > p,
.tax-departement .mm-offers-hero > .container > p {
    margin-bottom: 20px;
    font-size: 14px;
}

.tax-lot .mm-offers-map,
.tax-departement .mm-offers-map {
    height: 480px;
}

.tax-lot .mm-offers-stats i,
.tax-departement .mm-offers-stats i {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
}

@media (max-width: 1180px) {
    .tax-lot .mm-offers-filter-bar,
    .tax-departement .mm-offers-filter-bar {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tax-lot .mm-location-field,
    .tax-departement .mm-location-field {
        grid-column: 1 / 3;
    }

    .tax-lot .mm-offer-card-grid,
    .tax-departement .mm-offer-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .tax-lot .mm-offers-grid,
    .tax-departement .mm-offers-grid {
        grid-template-columns: 1fr;
    }

    .tax-lot .mm-offers-sidebar,
    .tax-departement .mm-offers-sidebar {
        grid-column: 1;
        grid-row: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .tax-lot .mm-offers-filter-toggle,
    .tax-departement .mm-offers-filter-toggle {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        align-items: center;
        width: 100%;
        min-height: 54px;
        margin-top: 18px;
        padding: 0 18px;
        border: 1px solid rgba(255,255,255,.45);
        border-radius: 12px;
        color: #114f77;
        background: #fff;
        box-shadow: 0 12px 30px rgba(7,37,72,.18);
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 800;
    }

    .tax-lot .mm-offers-filter-toggle i:first-child,
    .tax-departement .mm-offers-filter-toggle i:first-child {
        color: #c89a5b;
        font-size: 19px;
    }

    .tax-lot .mm-offers-filter-toggle i:last-child,
    .tax-departement .mm-offers-filter-toggle i:last-child {
        color: #114f77;
        transition: transform .2s ease;
    }

    .tax-lot .mm-offers-filter-toggle[aria-expanded="true"] i:last-child,
    .tax-departement .mm-offers-filter-toggle[aria-expanded="true"] i:last-child {
        transform: rotate(180deg);
    }

    .tax-lot .mm-offers-filter-bar,
    .tax-departement .mm-offers-filter-bar {
        display: none;
        margin-top: 12px;
    }

    .tax-lot .mm-offers-filter-bar.is-open,
    .tax-departement .mm-offers-filter-bar.is-open {
        display: grid;
        animation: mmSlideDown .18s ease both;
    }
}

@media (max-width: 600px) {
    .tax-lot .mm-offers-filter-bar,
    .tax-departement .mm-offers-filter-bar,
    .tax-lot .mm-offer-card-grid,
    .tax-departement .mm-offer-card-grid,
    .tax-lot .mm-offers-sidebar,
    .tax-departement .mm-offers-sidebar {
        grid-template-columns: 1fr;
    }

    .tax-lot .mm-location-field,
    .tax-departement .mm-location-field {
        grid-column: auto;
    }

    .tax-lot .mm-offers-map,
    .tax-departement .mm-offers-map {
        height: 410px;
    }

    .tax-lot .mm-offers-stats i,
    .tax-departement .mm-offers-stats i {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }
}

/* Generic pages and 404. */
.mm-page-breadcrumb{display:flex;gap:8px;align-items:center;margin:0 0 22px;color:#6b7f91;font-size:13px;font-weight:600}.mm-page-breadcrumb a{color:#114f77;text-decoration:none}.mm-page-breadcrumb a:hover{color:#c89a5b}.mm-page-breadcrumb i{font-size:12px;color:#c89a5b}.mm-page-breadcrumb span{color:inherit}.mm-page-breadcrumb.is-light{color:rgba(255,255,255,.78)}.mm-page-breadcrumb.is-light a{color:#fff}.mm-page-breadcrumb.is-light a:hover{color:#c89a5b}.mm-page-breadcrumb.is-light i{color:#c89a5b}.mm-generic-hero{position:relative;overflow:hidden;color:#fff;background:#114f77 var(--generic-hero-image) center 48%/cover no-repeat}.mm-generic-hero::before{position:absolute;inset:0;content:"";background:linear-gradient(90deg,rgba(7,37,72,.98) 0%,rgba(17,79,119,.92) 52%,rgba(17,79,119,.5) 100%)}.mm-generic-hero .container{position:relative;z-index:1;min-height:230px;padding-top:30px;padding-bottom:38px}.mm-generic-hero nav{display:flex;gap:8px;align-items:center;margin-bottom:30px;color:rgba(255,255,255,.72);font-size:12px}.mm-generic-hero nav a{color:#fff;text-decoration:none}.mm-generic-hero-copy{max-width:980px}.mm-generic-hero h1{margin:0 0 11px;color:#fff;font-size:38px;line-height:1.15;font-weight:800}.mm-generic-hero h1 span{color:#c89a5b}.mm-generic-hero p{max-width:780px;margin:0;color:rgba(255,255,255,.9);font-size:15px;line-height:1.6}.mm-generic-hero .container>i{position:absolute;right:60px;bottom:38px;display:grid;width:82px;height:82px;place-items:center;border:1px solid rgba(255,255,255,.46);border-radius:50%;color:#c89a5b;background:rgba(7,37,72,.4);font-size:36px}.mm-generic-page{padding:52px 0 76px;color:#314b62;background:#fff}.mm-generic-content{width:100%;max-width:none;font-size:15px;line-height:1.75}.mm-generic-content h2,.mm-generic-content h3,.mm-generic-content h4{margin:1.5em 0 .65em;color:#072548;font-weight:800}.mm-generic-content h2{font-size:27px}.mm-generic-content h3{font-size:21px}.mm-generic-content a{color:#114f77;font-weight:700}.mm-generic-content ul,.mm-generic-content ol{padding-left:22px}.mm-generic-content table{width:100%;margin:24px 0;border-collapse:collapse}.mm-generic-content th,.mm-generic-content td{padding:12px;border:1px solid #d8e2ea;text-align:left}.mm-error-content{padding:64px 0 86px;text-align:center;background:#f5f8fa}.mm-error-content strong{display:block;color:#c89a5b;font-size:72px;line-height:1;font-weight:900}.mm-error-content h2{margin:12px 0 9px;color:#072548;font-size:30px;font-weight:800}.mm-error-content p{margin:0 auto 26px;color:#5a7084;font-size:15px}.mm-error-content>div>div{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.mm-error-content a{display:inline-flex;gap:8px;align-items:center;min-height:48px;padding:0 20px;border:1px solid #114f77;border-radius:6px;color:#114f77;background:#fff;text-decoration:none;font-weight:800}.mm-error-content a:last-child{color:#fff;background:#114f77}
@media(max-width:700px){.mm-generic-hero .container{min-height:210px}.mm-generic-hero h1{max-width:82%;font-size:30px}.mm-generic-hero p{max-width:80%;font-size:14px}.mm-generic-hero .container>i{right:20px;bottom:35px;width:60px;height:60px;font-size:27px}.mm-generic-page{padding:38px 0 58px}.mm-generic-content{font-size:14px}.mm-error-content strong{font-size:58px}.mm-error-content h2{font-size:25px}}
@media(max-width:480px){.mm-generic-hero .container>i{display:none}.mm-generic-hero h1,.mm-generic-hero p{max-width:100%}}

/* Legal notices content. */
.mm-legal-lead{margin:0 0 34px;padding:22px 25px;border-left:4px solid #c89a5b;border-radius:0 6px 6px 0;color:#173f5e;background:#f1f6f9;font-size:16px;line-height:1.7}.mm-legal-contact-grid{gap:24px;margin:24px 0 38px}.mm-legal-contact-grid>.wp-block-column{padding:24px 26px;border:1px solid #d4e0e8;border-radius:6px;background:#fff;box-shadow:0 8px 24px rgba(17,79,119,.06)}.mm-legal-contact-grid h3{display:flex;gap:9px;align-items:center;margin:0 0 13px!important;color:#114f77!important;font-size:18px!important}.mm-legal-contact-grid h3::before{content:"";width:9px;height:9px;border-radius:50%;background:#c89a5b}.mm-legal-contact-grid p{margin:0}.mm-generic-content>h2,.mm-generic-content>.wp-block-heading{margin-top:44px;padding:0 0 12px;border-bottom:1px solid #d9e3ea}.mm-legal-browser-list{display:grid;gap:10px;margin:20px 0;padding:20px 24px 20px 44px!important;border-radius:6px;background:#f5f8fa}.mm-legal-browser-list li::marker{color:#c89a5b}
@media(max-width:781px){.mm-legal-contact-grid{gap:15px}.mm-legal-lead{padding:18px;font-size:15px}.mm-generic-content>h2,.mm-generic-content>.wp-block-heading{margin-top:34px;font-size:23px}}

/* Terms and conditions content. */
.mm-cgv-lead{margin:0 0 34px;padding:22px 25px;border-left:4px solid #c89a5b;border-radius:0 6px 6px 0;color:#173f5e;background:#f1f6f9;font-size:16px;line-height:1.7}.mm-cgv-lead strong{color:#072548}.mm-generic-content.mm-cgv-content{text-align:left}.mm-cgv-content h2{margin-top:46px;padding:0 0 13px;border-bottom:1px solid #d9e3ea;font-size:25px;line-height:1.35}.mm-cgv-content h2:first-of-type{margin-top:0}.mm-cgv-content p{margin:0 0 15px;text-align:left}.mm-cgv-content ul{display:grid;gap:8px;margin:12px 0 20px;padding:18px 24px 18px 46px;border-radius:6px;background:#f5f8fa}.mm-cgv-content li::marker{color:#c89a5b}.mm-cgv-content .mm-cgv-jurisdiction{padding:20px 22px;border:1px solid #c89a5b;border-radius:6px;color:#072548;background:#fffaf3;font-weight:700}
.mm-privacy-lead{margin:0 0 32px;padding:22px 25px;border-left:4px solid #c89a5b;border-radius:0 6px 6px 0;color:#173f5e;background:#f1f6f9;font-size:16px;line-height:1.7}.mm-privacy-lead strong{color:#072548}.mm-privacy-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:0 0 34px}.mm-privacy-summary section{padding:24px;border:1px solid #d4e0e8;border-radius:8px;background:#fff;box-shadow:0 10px 28px rgba(17,79,119,.06)}.mm-privacy-summary i{display:grid;width:44px;height:44px;margin:0 0 15px;place-items:center;border-radius:50%;color:#c89a5b;background:#eef5f9;font-size:21px}.mm-privacy-summary h2{margin:0 0 8px!important;padding:0!important;border:0!important;color:#114f77!important;font-size:18px!important}.mm-privacy-summary p{margin:0;color:#4d667b;font-size:14px;line-height:1.65}.mm-privacy-table th{color:#072548;background:#f1f6f9}.mm-privacy-table td:first-child{font-weight:700;color:#114f77}.mm-privacy-contact{margin:42px 0 0;padding:26px 30px;border:1px solid #c89a5b;border-radius:8px;background:#fffaf3}.mm-privacy-contact h2{margin:0 0 8px!important;padding:0!important;border:0!important;color:#072548!important}.mm-privacy-contact p{margin:0}
@media(max-width:900px){.mm-privacy-summary{grid-template-columns:1fr}.mm-privacy-table{display:block;overflow-x:auto}.mm-privacy-contact{padding:22px}}
@media(max-width:700px){.mm-cgv-lead{padding:18px;font-size:15px}.mm-cgv-content h2{margin-top:35px;font-size:22px}.mm-cgv-content p{font-size:14px}}

/* Direct payment page */
.mm-direct-page{color:#114f77;background:#fff}.mm-direct-hero{padding:52px 0;color:#fff;background:#114f77}.mm-direct-hero .container{display:flex;gap:25px;align-items:center}.mm-direct-hero .container>i{display:grid;flex:0 0 72px;width:72px;height:72px;place-items:center;border:1px solid rgba(255,255,255,.75);border-radius:50%;font-size:34px}.mm-direct-hero h1{margin:0 0 10px;color:#fff;font-size:39px;font-weight:800}.mm-direct-hero h1 span,.mm-direct-main>div>header h2 span,.mm-direct-help h2 span{color:#c89a5b}.mm-direct-hero p{max-width:800px;margin:0;font-size:16px;line-height:1.6}.mm-direct-main{padding:58px 0;background:#f4f8fb}.mm-direct-main>div>header{margin-bottom:27px}.mm-direct-main>div>header h2{margin:0 0 9px;color:#072548;font-size:31px;font-weight:800}.mm-direct-main>div>header p{margin:0;color:#587085;font-size:15px}.mm-direct-panel{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(380px,.8fr);border:1px solid #bfcfdb;border-radius:7px;background:#fff;box-shadow:0 12px 32px rgba(17,79,119,.1);overflow:hidden}.mm-direct-panel>form{padding:34px}.mm-direct-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.mm-direct-fields label{display:grid;gap:8px}.mm-direct-fields label.is-wide{grid-column:1/-1}.mm-direct-fields label>span:first-child{color:#173d5b;font-size:13px;font-weight:700}.mm-direct-fields input{width:100%;height:49px;padding:0 14px;border:1px solid #c8d5df;border-radius:5px;color:#173d5b;background:#fff;font-family:Montserrat,sans-serif;font-size:14px;outline:0}.mm-direct-fields input:focus{border-color:#114f77;box-shadow:0 0 0 3px rgba(17,79,119,.1)}.mm-direct-amount{display:grid!important;grid-template-columns:1fr 48px;border:1px solid #c8d5df;border-radius:5px;overflow:hidden}.mm-direct-amount:focus-within{border-color:#114f77;box-shadow:0 0 0 3px rgba(17,79,119,.1)}.mm-direct-amount input{border:0;border-radius:0;box-shadow:none!important}.mm-direct-amount b{display:grid;place-items:center;border-left:1px solid #c8d5df;background:#f3f7fa}.mm-direct-form-note{display:flex;gap:9px;align-items:flex-start;margin:21px 0 0;color:#607587;font-size:12px;line-height:1.5}.mm-direct-summary{padding:34px;border-left:1px solid #c8d5df;background:#eef5fa}.mm-direct-summary h2{margin:0 0 22px;color:#072548;font-size:21px;font-weight:800}.mm-direct-summary dl{margin:0}.mm-direct-summary dl>div{display:flex;justify-content:space-between;gap:20px;padding:10px 0;color:#4f687b;font-size:14px}.mm-direct-summary dd{max-width:60%;margin:0;text-align:right;font-weight:600}.mm-direct-summary .is-total{margin-top:8px;padding:18px 0;border-top:1px solid #aec0ce;color:#072548;font-size:20px;font-weight:800}.mm-direct-summary>p{margin:20px 0 12px;color:#536c80;font-size:13px}.mm-direct-methods{display:flex;gap:18px;align-items:center;flex-wrap:wrap;margin-bottom:20px}.mm-direct-methods span{display:flex;gap:7px;align-items:center;font-size:12px}.mm-direct-methods img{width:auto;height:25px;object-fit:contain}.mm-direct-summary>button{display:flex;justify-content:center;gap:10px;align-items:center;width:100%;min-height:50px;border:0;border-radius:5px;color:#fff;background:#c89a5b;font-family:Montserrat,sans-serif;font-size:14px;font-weight:800}.mm-direct-summary>small{display:flex;justify-content:center;gap:7px;margin-top:13px;color:#607587;text-align:center;font-size:11px;line-height:1.4}.mm-direct-error{display:flex;gap:10px;align-items:center;margin:0 0 20px;padding:14px 18px;border-radius:5px;color:#a42c34;background:#fff0f1;font-size:13px;font-weight:700}.mm-direct-reassurance{padding:30px 0;background:#fff}.mm-direct-reassurance .container{display:grid;grid-template-columns:repeat(3,1fr)}.mm-direct-reassurance article{display:flex;justify-content:center;gap:16px;align-items:center;min-height:75px;padding:10px 30px;border-right:1px solid #c8d5df}.mm-direct-reassurance article:last-child{border-right:0}.mm-direct-reassurance i{font-size:37px}.mm-direct-reassurance strong{max-width:250px;font-size:14px;line-height:1.45}.mm-direct-help{padding:38px 0;background:#114f77;color:#fff}.mm-direct-help .container{display:flex;justify-content:space-between;gap:30px;align-items:center}.mm-direct-help h2{margin:0 0 7px;color:#fff;font-size:26px;font-weight:800}.mm-direct-help p{margin:0;font-size:14px}.mm-direct-help a{display:flex;gap:10px;align-items:center;padding:14px 22px;border-radius:5px;color:#fff;background:#c89a5b;text-decoration:none;font-size:13px;font-weight:800}
@media(max-width:900px){.mm-direct-panel{grid-template-columns:1fr}.mm-direct-summary{border-top:1px solid #c8d5df;border-left:0}}
@media(max-width:650px){.mm-direct-hero .container{align-items:flex-start}.mm-direct-hero .container>i{flex-basis:52px;width:52px;height:52px;font-size:24px}.mm-direct-hero h1{font-size:29px}.mm-direct-hero p{font-size:14px}.mm-direct-main{padding:40px 0}.mm-direct-main>div>header h2{font-size:26px}.mm-direct-panel>form,.mm-direct-summary{padding:22px}.mm-direct-fields{grid-template-columns:1fr}.mm-direct-fields label.is-wide{grid-column:auto}.mm-direct-reassurance .container{grid-template-columns:1fr}.mm-direct-reassurance article{justify-content:flex-start;border-right:0;border-bottom:1px solid #c8d5df}.mm-direct-reassurance article:last-child{border-bottom:0}.mm-direct-help .container{align-items:flex-start;flex-direction:column}.mm-direct-help a{justify-content:center;width:100%}}
.mm-direct-methods span{font-size:14px}
.mm-direct-summary>small{font-size:13px}
.mm-direct-form-note{font-size:14px}

/* Checkout full-width safeguard for WooCommerce's client-rendered wrappers. */
@media (min-width:901px) {
    body.woocommerce-checkout .mm-commerce-content > *,
    body.woocommerce-checkout .wp-block-woocommerce-checkout,
    body.woocommerce-checkout .wc-block-checkout,
    body.woocommerce-checkout .wc-block-components-sidebar-layout.wc-block-checkout {
        width:min(1640px,calc(100vw - 120px))!important;
        max-width:min(1640px,calc(100vw - 120px))!important;
        box-sizing:border-box!important;
        margin-right:0!important;
        margin-left:0!important;
    }
    body.woocommerce-checkout .wc-block-components-sidebar-layout,
    body.woocommerce-checkout .wc-block-checkout {
        grid-template-columns:minmax(0,1fr) 520px!important;
    }
}

.woocommerce-checkout .wc-block-components-totals-coupon,
.woocommerce-checkout .wc-block-components-totals-coupon button,
.woocommerce-checkout .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-item__value {
    font-size:14px;
}

.woocommerce-checkout .wc-block-checkout__terms,
.woocommerce-checkout .wc-block-checkout__terms p,
.woocommerce-checkout .wc-block-checkout__terms a {
    font-size:14px;
    line-height:1.65;
}

/* Empty cart: latest active calls for tenders. */
.woocommerce-cart .mm-commerce-content.container{position:relative!important;right:auto!important;left:auto!important;box-sizing:border-box!important;width:min(1640px,calc(100vw - 120px))!important;max-width:min(1640px,calc(100vw - 120px))!important;margin-right:auto!important;margin-left:auto!important;padding-right:30px!important;padding-left:30px!important;transform:none!important}.woocommerce-cart .mm-commerce-content .wp-block-woocommerce-cart,.woocommerce-cart .mm-commerce-content .wc-block-cart{position:relative!important;right:auto!important;left:auto!important;width:100%!important;max-width:100%!important;margin-right:0!important;margin-left:0!important;transform:none!important}.mm-empty-cart{box-sizing:border-box;width:100%;padding:38px 0 68px}.mm-empty-cart-message{display:grid;max-width:760px;justify-items:center;gap:11px;margin:0 auto 52px;text-align:center}.mm-empty-cart-message>i{display:grid;width:72px;height:72px;place-items:center;border-radius:50%;color:#114f77;background:#edf4f8;font-size:34px}.mm-empty-cart-message h2{margin:4px 0 0;color:#072548;font-size:28px;font-weight:800}.mm-empty-cart-message p{max-width:610px;margin:0;color:#62788b;font-size:14px;line-height:1.6}.mm-empty-cart-message>a{display:inline-flex;gap:9px;align-items:center;margin-top:8px;padding:12px 20px;border-radius:5px;color:#fff;background:#114f77;text-decoration:none;font-size:13px;font-weight:800}.mm-empty-cart-offers{width:100%}.mm-empty-cart-offers>header{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:22px}.mm-empty-cart-offers>header span{color:#c89a5b;font-size:12px;font-weight:800;text-transform:uppercase}.mm-empty-cart-offers>header h2{margin:3px 0 0;color:#072548;font-size:29px;font-weight:800}.mm-empty-cart-offers>header>a{color:#114f77;font-size:13px;font-weight:800}.mm-empty-cart-offers .mm-account-offer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.mm-empty-cart-offers .mm-account-offer-card{transition:transform .25s ease,box-shadow .25s ease}.mm-empty-cart-offers .mm-account-offer-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(11,45,85,.13)}.mm-empty-offer-badges{position:absolute;top:12px;left:12px;display:flex;gap:6px;align-items:center;max-width:calc(100% - 24px)}.mm-empty-offer-badges b,.mm-empty-offer-badges em{overflow:hidden;padding:5px 8px;border-radius:4px;color:#fff;background:#114f77;font-size:10px;font-style:normal;font-weight:800;line-height:1.2;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.mm-empty-offer-badges em{color:#114f77;background:rgba(255,255,255,.94)}
@media(max-width:1200px){.mm-empty-cart-offers .mm-account-offer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.woocommerce-cart .mm-commerce-content.container{width:calc(100vw - 36px)!important;max-width:calc(100vw - 36px)!important;padding-right:0!important;padding-left:0!important}}
@media(max-width:650px){.mm-empty-cart{padding:25px 0 45px}.mm-empty-cart-message{margin-bottom:38px}.mm-empty-cart-message h2{font-size:24px}.mm-empty-cart-offers>header{align-items:flex-start;flex-direction:column}.mm-empty-cart-offers>header h2{font-size:25px}.mm-empty-cart-offers .mm-account-offer-grid{grid-template-columns:1fr}}

/* The Checkout block is a wrapper; only its sidebar-layout child is a grid. */
@media (min-width:901px) {
    body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout {
        display:block!important;
        grid-template-columns:none!important;
        gap:0!important;
        width:min(1640px,calc(100vw - 120px))!important;
        max-width:min(1640px,calc(100vw - 120px))!important;
    }

    body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout > .wc-block-components-sidebar-layout {
        display:grid!important;
        grid-template-columns:minmax(0,1fr) 520px!important;
        gap:52px!important;
        align-items:start;
        width:100%!important;
        max-width:none!important;
        margin:0!important;
    }
}

@media (max-width:900px) {
    body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout {
        display:block!important;
        grid-template-columns:none!important;
        gap:0!important;
    }

    body.woocommerce-checkout .wp-block-woocommerce-checkout.wc-block-checkout > .wc-block-components-sidebar-layout {
        display:grid!important;
        grid-template-columns:minmax(0,1fr)!important;
        gap:28px!important;
        width:100%!important;
    }
}

/* Final Cart Block alignment and hydrated empty-state safeguard. */
body.woocommerce-cart .mm-commerce-content.container{position:relative!important;right:auto!important;left:50%!important;box-sizing:border-box!important;width:calc(100vw - 120px)!important;max-width:1640px!important;margin-right:0!important;margin-left:0!important;padding-right:30px!important;padding-left:30px!important;transform:translateX(-50%)!important}
body.woocommerce-cart .mm-commerce-content .wp-block-woocommerce-cart,body.woocommerce-cart .mm-commerce-content .wc-block-cart{position:relative!important;right:auto!important;left:auto!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-right:0!important;margin-left:0!important;transform:none!important}
body.woocommerce-cart [data-mm-empty-cart][hidden]{display:none!important}
@media(max-width:780px){body.woocommerce-cart .mm-commerce-content.container{width:calc(100vw - 36px)!important;max-width:calc(100vw - 36px)!important;padding-right:0!important;padding-left:0!important}}

/* Final Checkout Block alignment: keep the Woo block centered in the viewport. */
body.woocommerce-checkout .mm-commerce-content.container{position:relative!important;right:auto!important;left:50%!important;box-sizing:border-box!important;width:calc(100vw - 120px)!important;max-width:1640px!important;margin-right:0!important;margin-left:0!important;padding-right:30px!important;padding-left:30px!important;transform:translateX(-50%)!important}
body.woocommerce-checkout .mm-commerce-content > *,body.woocommerce-checkout .mm-commerce-content .wp-block-woocommerce-checkout,body.woocommerce-checkout .mm-commerce-content .wc-block-checkout{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-right:0!important;margin-left:0!important}
@media(max-width:780px){body.woocommerce-checkout .mm-commerce-content.container{width:calc(100vw - 36px)!important;max-width:calc(100vw - 36px)!important;padding-right:0!important;padding-left:0!important}}

/* My account public login/register layout. */
body:not(.logged-in).woocommerce-account .mm-commerce-content.container{width:100%;max-width:1700px;margin-right:auto;margin-left:auto}

body.woocommerce-order-received .mm-commerce-content.container{position:relative!important;right:auto!important;left:50%!important;box-sizing:border-box!important;width:calc(100vw - 120px)!important;max-width:1640px!important;margin-right:0!important;margin-left:0!important;padding:46px 30px 70px!important;transform:translateX(-50%)!important}
body.woocommerce-order-received .woocommerce{display:grid;gap:28px;color:#114f77;font-family:'Montserrat',sans-serif}
body.woocommerce-order-received .woocommerce-notice--success,body.woocommerce-order-received .woocommerce-thankyou-order-received{display:flex;align-items:center;gap:16px;margin:0;padding:24px 28px;border:1px solid #cfe0eb;border-left:5px solid #24a35a;border-radius:8px;background:#f7fbf8;color:#072548;box-shadow:0 16px 36px rgba(11,45,85,.08);font-size:18px;font-weight:800}
body.woocommerce-order-received .woocommerce-thankyou-order-received::before{content:'\F26B';display:grid;width:46px;height:46px;place-items:center;flex:0 0 auto;border-radius:50%;color:#fff;background:#24a35a;font-family:'bootstrap-icons';font-size:23px}
body.woocommerce-order-received .woocommerce-order-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:0;padding:0;overflow:hidden;border:1px solid #d8e4ed;border-radius:8px;background:#fff;list-style:none;box-shadow:0 16px 36px rgba(11,45,85,.06)}
body.woocommerce-order-received .woocommerce-order-overview li{display:grid!important;float:none!important;clear:none!important;min-width:0!important;align-content:start;gap:5px;margin:0!important;padding:22px 24px!important;border-right:1px solid #d8e4ed!important;color:#66798e;font-size:12px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}
body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details{display:grid!important;float:none!important;clear:both!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;align-items:stretch!important;margin:0!important;padding:0!important}
body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details li{display:grid!important;float:none!important;clear:none!important;width:auto!important;min-width:0!important;max-width:none!important;align-content:start!important;margin:0!important;padding:22px 24px!important;border-top:0!important;border-bottom:0!important;border-left:0!important}
body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details .woocommerce-order-overview__order{order:1}
body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details .woocommerce-order-overview__date{order:2}
body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details .woocommerce-order-overview__email{order:3}
body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details .woocommerce-order-overview__total{order:4}
body.woocommerce-order-received .woocommerce-order-overview li:last-child{border-right:0!important}
body.woocommerce-order-received .woocommerce-order-overview strong{color:#072548;font-size:18px;letter-spacing:0;text-transform:none}
body.woocommerce-order-received .woocommerce-order-details,body.woocommerce-order-received .woocommerce-customer-details{margin:0!important;padding:28px;border:1px solid #d8e4ed;border-radius:8px;background:#fff;box-shadow:0 16px 36px rgba(11,45,85,.06)}
body.woocommerce-order-received .woocommerce-order-details__title,body.woocommerce-order-received .woocommerce-column__title{margin:0 0 20px;color:#072548;font-size:26px;font-weight:800}
body.woocommerce-order-received .woocommerce-table{margin:0!important;border:0!important;border-collapse:collapse!important;color:#114f77;font-size:15px}
body.woocommerce-order-received .woocommerce-table th,body.woocommerce-order-received .woocommerce-table td{padding:16px 0!important;border:0!important;border-bottom:1px solid #d8e4ed!important;background:transparent!important;vertical-align:top}
body.woocommerce-order-received .woocommerce-table thead th{color:#072548;font-size:13px;font-weight:800;text-transform:uppercase}
body.woocommerce-order-received .woocommerce-table tfoot th,body.woocommerce-order-received .woocommerce-table tfoot td{color:#072548;font-weight:800}
body.woocommerce-order-received .woocommerce-table tfoot tr:last-child th,body.woocommerce-order-received .woocommerce-table tfoot tr:last-child td{border-bottom:0!important;font-size:18px}
body.woocommerce-order-received .woocommerce-table__product-name a{color:#114f77;font-weight:700}
body.woocommerce-order-received .wc-item-meta,body.woocommerce-order-received .wc-item-meta li{margin-top:8px;color:#66798e;font-size:13px}
body.woocommerce-order-received address{padding:0!important;border:0!important;color:#114f77;font-size:15px;line-height:1.8}
body.woocommerce-order-received .woocommerce-customer-details--phone,body.woocommerce-order-received .woocommerce-customer-details--email{margin:8px 0 0}
@media(max-width:900px){body.woocommerce-order-received .woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr))}body.woocommerce-order-received .woocommerce-order-overview li:nth-child(2n){border-right:0!important}}
@media(max-width:780px){body.woocommerce-order-received .mm-commerce-content.container{width:calc(100vw - 36px)!important;max-width:calc(100vw - 36px)!important;padding-right:0!important;padding-left:0!important}body.woocommerce-order-received .woocommerce-order-overview{grid-template-columns:1fr}body.woocommerce-order-received .woocommerce-order-overview li{border-right:0!important;border-bottom:1px solid #d8e4ed!important}body.woocommerce-order-received .woocommerce-order-overview li:last-child{border-bottom:0!important}body.woocommerce-order-received .woocommerce-order-details,body.woocommerce-order-received .woocommerce-customer-details{padding:20px}}
body:not(.logged-in).woocommerce-account .woocommerce{display:block!important;max-width:960px!important;margin:0 auto!important;padding:0 0 72px!important}
body:not(.logged-in).woocommerce-account .woocommerce-notices-wrapper{display:grid;gap:12px;margin:0 0 24px}
body:not(.logged-in).woocommerce-account .woocommerce-message,body:not(.logged-in).woocommerce-account .woocommerce-info,body:not(.logged-in).woocommerce-account .woocommerce-error{box-sizing:border-box;width:100%;margin:0;padding:16px 18px;border-radius:6px;background:#fff;box-shadow:0 8px 22px rgba(11,45,85,.06)}
body:not(.logged-in).woocommerce-account .woocommerce .u-columns{display:grid!important;grid-template-columns:1fr!important;gap:22px!important;width:100%;max-width:100%;margin:0 auto}
body:not(.logged-in).woocommerce-account .woocommerce .u-column1,body:not(.logged-in).woocommerce-account .woocommerce .u-column2{float:none!important;width:100%!important;max-width:100%!important}
body:not(.logged-in).woocommerce-account .woocommerce h2{margin:0 0 20px;color:#114f77;font-size:31px;font-weight:500}
body:not(.logged-in).woocommerce-account .woocommerce form.login,body:not(.logged-in).woocommerce-account .woocommerce form.register{box-sizing:border-box;width:100%;min-height:0;margin:0;padding:24px;border:1px solid #dbe5ed;border-radius:8px;background:#fff;box-shadow:0 10px 28px rgba(11,45,85,.06)}
body:not(.logged-in).woocommerce-account .woocommerce form.register .form-row{margin-bottom:16px}
body:not(.logged-in).woocommerce-account .woocommerce form.register input,body:not(.logged-in).woocommerce-account .woocommerce form.register select,body:not(.logged-in).woocommerce-account .woocommerce form.login input{min-height:42px;border-color:#cbd7e1;border-radius:5px;color:#173b57;font-family:Montserrat,sans-serif;font-size:14px}
.mm-account-register-panel{padding:18px 22px;border:1px solid #d4e0e9;border-left:4px solid #114f77;border-radius:6px;background:#fff;box-shadow:0 10px 26px rgba(11,45,85,.05);color:#071f42;font-size:16px}
.mm-account-register-panel button{padding:0;border:0;color:#071f42;background:transparent;font:inherit;font-weight:800;text-decoration:underline;cursor:pointer}
.mm-account-register-panel.is-open{border-color:#c89a5b;border-left-color:#c89a5b}
body:not(.logged-in).woocommerce-account .woocommerce .u-column2[hidden]{display:none!important}
@media(max-width:780px){body:not(.logged-in).woocommerce-account .woocommerce{max-width:100%!important;padding-bottom:55px!important}.mm-account-register-panel{font-size:15px}}

/* Home offers search and list refinements. */
.mm-home-search-toggle {
    display: none;
}

.mm-home-results-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.mm-home-results-heading h2 {
    margin: 0;
    color: var(--mm-blue-dark);
    font-size: 25px;
    font-weight: 700;
}

.mm-home-results-heading .mm-home-all-results {
    flex: 0 0 auto;
    min-height: 34px;
    margin: 0;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
}

.mm-home-result-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 7px;
}

.mm-home-result-badges span {
    display: inline-block;
    max-width: 100%;
    padding: 5px 8px;
    overflow: hidden;
    border-radius: 5px;
    color: #fff;
    background: var(--mm-blue);
    font-size: 10px;
    font-weight: 800;
    line-height: 1.1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.mm-home-result-badges span + span {
    color: var(--mm-blue-dark);
    border: 1px solid #d4e1ed;
    background: #f4f8fb;
    text-transform: none;
}

.mm-home-result-copy h3 {
    font-size: 15px;
}

@media (max-width: 900px) {
    .mm-home-search-toggle {
        position: relative;
        z-index: 3;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        width: 100%;
        min-height: 54px;
        margin-top: -34px;
        padding: 0 18px;
        border: 1px solid rgba(17, 79, 119, 0.18);
        border-radius: 14px;
        color: var(--mm-blue-dark);
        background: #fff;
        box-shadow: 0 14px 34px rgba(0, 38, 80, 0.13);
        font-weight: 800;
    }

    .mm-home-search-toggle i:first-child {
        color: var(--mm-orange);
    }

    .mm-home-search-toggle i:last-child {
        transition: transform 0.2s ease;
    }

    .mm-home-search-toggle[aria-expanded="true"] i:last-child {
        transform: rotate(180deg);
    }

    .mm-home-search-form {
        display: none !important;
        margin-top: 12px !important;
    }

    .mm-home-search-form.is-open {
        display: block !important;
        animation: mmSlideDown 0.22s ease;
    }

    .mm-home-results-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .mm-home-results-heading .mm-home-all-results {
        width: 100%;
        justify-content: center;
    }
}

/* Final order confirmation overrides. */
body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details,
body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    float: none !important;
    clear: both !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details::before,
body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details::after,
body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details::before,
body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details::after {
    content: none !important;
    display: none !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li {
    display: grid !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: auto !important;
    float: none !important;
    clear: none !important;
    grid-row: 1 !important;
    align-content: start !important;
    align-self: stretch !important;
    box-sizing: border-box !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__order {
    grid-column: 1 !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__date {
    grid-column: 2 !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__email {
    grid-column: 3 !important;
}

body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__total {
    grid-column: 4 !important;
}

.mm-main-nav .woo-wallet-menu-contents,
.main-navigation .woo-wallet-menu-contents,
.site-header .woo-wallet-menu-contents,
.mm-site-header .woo-wallet-menu-contents {
    display: none !important;
}

@media (max-width: 900px) {
    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details,
    body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__order {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__date {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }

    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__email {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }

    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li.woocommerce-order-overview__total {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }
}

@media (max-width: 560px) {
    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details,
    body.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details {
        grid-template-columns: 1fr !important;
    }

    body.woocommerce-order-received ul.woocommerce-thankyou-order-details.order_details > li {
        grid-column: 1 !important;
        grid-row: auto !important;
    }
}
