/* Naturopharma v229 — plan du site visiteur. */
body.page-template-page-sitemap-premium {
    background: #f7f6f1;
}

body.page-template-page-sitemap-premium .np-footer-v115 {
    margin-top: 0 !important;
}

.np-sitemap-v229 {
    width: min(1360px, calc(100% - 64px));
    margin: 38px auto 96px;
    color: #172019;
}

.np-sitemap-v229-hero {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 60px;
    align-items: end;
    overflow: hidden;
    padding: clamp(44px, 6vw, 82px);
    border-radius: 36px;
    background:
        radial-gradient(circle at 88% 16%, rgba(133, 194, 110, .24), transparent 30%),
        linear-gradient(135deg, #12351f 0%, #225b35 100%);
    box-shadow: 0 30px 90px rgba(17, 53, 31, .16);
}

.np-sitemap-v229-hero::before,
.np-sitemap-v229-hero::after {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 70% 30% 68% 32%;
    content: "";
}

.np-sitemap-v229-hero::before {
    width: 390px;
    height: 210px;
    top: -90px;
    right: 3%;
    transform: rotate(-24deg);
}

.np-sitemap-v229-hero::after {
    width: 260px;
    height: 140px;
    right: 29%;
    bottom: -78px;
    transform: rotate(32deg);
}

.np-sitemap-v229-kicker {
    display: block;
    margin-bottom: 18px;
    color: #bfe0b5;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.np-sitemap-v229 h1 {
    max-width: 760px;
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(42px, 5vw, 70px) !important;
    font-weight: 650 !important;
    letter-spacing: -.045em !important;
    line-height: .98 !important;
}

.np-sitemap-v229-hero-copy p {
    max-width: 720px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 18px;
    line-height: 1.65;
}

.np-sitemap-v229-summary {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 24px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
}

.np-sitemap-v229-summary div {
    min-width: 0;
    padding: 24px 16px;
    border-right: 1px solid rgba(255, 255, 255, .13);
    text-align: center;
}

.np-sitemap-v229-summary div:last-child {
    border-right: 0;
}

.np-sitemap-v229-summary strong,
.np-sitemap-v229-summary span {
    display: block;
}

.np-sitemap-v229-summary strong {
    color: #fff;
    font-size: 32px;
    line-height: 1;
}

.np-sitemap-v229-summary span {
    margin-top: 8px;
    color: #cfe4d4;
    font-size: 11px;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.np-sitemap-v229-tools {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) auto;
    gap: 18px 28px;
    align-items: center;
    margin: 30px 0 74px;
    padding: 18px;
    border: 1px solid #e0ddd4;
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 14px 42px rgba(29, 57, 38, .055);
}

.np-sitemap-v229-search {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    min-height: 52px;
    padding: 0 16px;
    border: 1px solid #d9ddd8;
    border-radius: 14px;
    background: #fbfcfa;
}

.np-sitemap-v229-search svg {
    width: 22px;
    height: 22px;
    stroke: #2f8045;
    stroke-width: 1.8;
    stroke-linecap: round;
}

.np-sitemap-v229-search input {
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #1e2821;
    font-size: 15px;
}

.np-sitemap-v229-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.np-sitemap-v229-filters button {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid #d8ded9;
    border-radius: 999px;
    background: #fff;
    color: #465248;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
}

.np-sitemap-v229-filters button.is-active {
    border-color: #2f8045;
    background: #2f8045;
    color: #fff;
}

.np-sitemap-v229-result {
    grid-column: 1 / -1;
    min-height: 18px;
    margin: -5px 4px 0;
    color: #758078;
    font-size: 12px;
}

.np-sitemap-v229-section {
    margin-top: 86px;
}

.np-sitemap-v229-section:first-child {
    margin-top: 0;
}

.np-sitemap-v229-section[hidden],
[data-sitemap-item][hidden] {
    display: none !important;
}

.np-sitemap-v229-section-head {
    display: flex;
    gap: 30px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcd8cf;
}

.np-sitemap-v229-section-head > div {
    display: flex;
    gap: 15px;
    align-items: center;
}

.np-sitemap-v229-section-head > div > span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e7f3e3;
    color: #2f8045;
    font-size: 12px;
    font-weight: 900;
}

.np-sitemap-v229-section h2 {
    margin: 0 !important;
    color: #172019 !important;
    font-size: clamp(29px, 3vw, 42px) !important;
    font-weight: 650 !important;
    letter-spacing: -.025em !important;
}

.np-sitemap-v229-section-head > p {
    max-width: 480px;
    margin: 0;
    color: #6d786f;
    font-size: 14px;
    text-align: right;
}

.np-sitemap-v229-featured-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.np-sitemap-v229-featured-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 245px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid #e1ddd3;
    border-radius: 22px;
    background: #fff;
    color: #172019;
    text-decoration: none;
    box-shadow: 0 12px 36px rgba(29, 57, 38, .045);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.np-sitemap-v229-featured-card:hover {
    border-color: rgba(47, 128, 69, .42);
    box-shadow: 0 20px 48px rgba(29, 57, 38, .09);
    transform: translateY(-3px);
}

.np-sitemap-v229-card-number {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    margin-bottom: 34px;
    border: 1px solid #dbe7d9;
    border-radius: 13px;
    background: #f5faf3;
    color: #397e45;
    font-size: 11px;
    font-weight: 850;
}

.np-sitemap-v229-featured-card small {
    color: #4c8c55;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.np-sitemap-v229-featured-card > strong {
    display: block;
    margin-top: 8px;
    color: #172019;
    font-size: 20px;
    line-height: 1.18;
}

.np-sitemap-v229-featured-card p {
    margin: 10px 0 0;
    color: #6a756d;
    font-size: 13px;
    line-height: 1.55;
}

.np-sitemap-v229-arrow {
    position: absolute;
    top: 22px;
    right: 22px;
    color: #2f8045;
    font-size: 20px;
}

.np-sitemap-v229-secondary {
    margin-top: 34px;
    padding: 28px;
    border: 1px solid #e0ddd4;
    border-radius: 22px;
    background: #f0efe9;
}

.np-sitemap-v229-secondary h3,
.np-sitemap-v229-subhead h3 {
    margin: 0 !important;
    color: #243028 !important;
    font-size: 16px !important;
    font-weight: 750 !important;
}

.np-sitemap-v229-secondary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
}

.np-sitemap-v229-secondary-grid a {
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 0 15px;
    border: 1px solid #e2ded5;
    border-radius: 13px;
    background: #fff;
    color: #344139;
    font-size: 13px;
    text-decoration: none;
}

.np-sitemap-v229-secondary-grid a span {
    color: #3c8749;
}

.np-sitemap-v229-subhead {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 16px;
}

.np-sitemap-v229-subhead:first-of-type {
    margin-top: 0;
}

.np-sitemap-v229-subhead > span,
.np-sitemap-v229-subhead > a {
    color: #748078;
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.np-sitemap-v229-blog-subhead {
    margin-top: 36px;
}

.np-sitemap-v229-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.np-sitemap-v229-category-grid a {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 62px;
    padding: 0 16px;
    border: 1px solid #e1ddd3;
    border-radius: 16px;
    background: #fff;
    color: #27322b;
    text-decoration: none;
}

.np-sitemap-v229-category-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #6ba55d;
    box-shadow: 0 0 0 5px #edf5ea;
}

.np-sitemap-v229-category-dot.is-blog {
    background: #6596a9;
    box-shadow: 0 0 0 5px #edf5f7;
}

.np-sitemap-v229-category-grid strong {
    min-width: 0;
    font-size: 13px;
    overflow-wrap: anywhere;
}

.np-sitemap-v229-category-grid small {
    color: #7a847d;
    font-size: 10px;
    white-space: nowrap;
}

.np-sitemap-v229-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.np-sitemap-v229-product {
    position: relative;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto 22px;
    gap: 15px;
    align-items: center;
    min-height: 84px;
    padding: 13px 17px;
    border: 1px solid #e1ddd3;
    border-radius: 18px;
    background: #fff;
    color: #172019;
    text-decoration: none;
}

.np-sitemap-v229-product .np-sitemap-v229-arrow {
    position: static;
    font-size: 17px;
}

.np-sitemap-v229-product-mark {
    width: 40px;
    height: 40px;
    border-radius: 14px 6px 14px 6px;
    background: linear-gradient(135deg, #e4f2df, #f7fbf5);
    transform: rotate(-8deg);
}

.np-sitemap-v229-product-copy,
.np-sitemap-v229-product-copy small,
.np-sitemap-v229-product-copy strong {
    display: block;
    min-width: 0;
}

.np-sitemap-v229-product-copy small {
    margin-bottom: 4px;
    color: #54885a;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.np-sitemap-v229-product-copy strong {
    font-size: 14px;
    line-height: 1.3;
}

.np-sitemap-v229-price {
    color: #2f8045;
    font-size: 13px;
    font-weight: 850;
    white-space: nowrap;
}

.np-sitemap-v229-price del {
    display: none;
}

.np-sitemap-v229-blog-entry {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
    padding: 22px 24px;
    border-radius: 18px;
    background: #193c27;
    color: #fff;
    text-decoration: none;
}

.np-sitemap-v229-blog-entry > span:first-child {
    color: #bfe0b5;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.np-sitemap-v229-blog-entry strong {
    font-size: 16px;
}

.np-sitemap-v229-article-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.np-sitemap-v229-article-grid > a {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 23px;
    border: 1px solid #e1ddd3;
    border-radius: 20px;
    background: #fff;
    color: #172019;
    text-decoration: none;
}

.np-sitemap-v229-article-grid small {
    color: #4f8b58;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.np-sitemap-v229-article-grid strong {
    display: block;
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.25;
}

.np-sitemap-v229-article-grid p {
    margin: 12px 0 20px;
    color: #6d776f;
    font-size: 13px;
    line-height: 1.55;
}

.np-sitemap-v229-article-grid a > span {
    margin-top: auto;
    color: #2f8045;
    font-size: 12px;
    font-weight: 800;
}

.np-sitemap-v229-empty {
    margin-top: 50px;
    padding: 54px 24px;
    border: 1px solid #dfdcd3;
    border-radius: 24px;
    background: #fff;
    text-align: center;
}

.np-sitemap-v229-empty strong {
    font-size: 22px;
}

.np-sitemap-v229-empty p {
    margin: 8px 0 0;
}

@media (max-width: 1120px) {
    .np-sitemap-v229-hero {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .np-sitemap-v229-summary {
        max-width: 520px;
    }

    .np-sitemap-v229-tools {
        grid-template-columns: 1fr;
    }

    .np-sitemap-v229-filters {
        justify-content: flex-start;
    }

    .np-sitemap-v229-featured-grid,
    .np-sitemap-v229-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .np-sitemap-v229-secondary-grid,
    .np-sitemap-v229-article-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .np-sitemap-v229 {
        width: min(100% - 24px, 1360px);
        margin-top: 14px;
        margin-bottom: 70px;
    }

    .np-sitemap-v229-hero {
        padding: 34px 24px;
        border-radius: 26px;
    }

    .np-sitemap-v229 h1 {
        font-size: 43px !important;
    }

    .np-sitemap-v229-hero-copy p {
        font-size: 15px;
    }

    .np-sitemap-v229-summary strong {
        font-size: 26px;
    }

    .np-sitemap-v229-summary span {
        font-size: 9px;
    }

    .np-sitemap-v229-tools {
        margin-bottom: 58px;
        padding: 13px;
    }

    .np-sitemap-v229-filters {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .np-sitemap-v229-filters button {
        width: 100%;
    }

    .np-sitemap-v229-section {
        margin-top: 70px;
    }

    .np-sitemap-v229-section-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .np-sitemap-v229-section-head > p {
        text-align: left;
    }

    .np-sitemap-v229-featured-grid,
    .np-sitemap-v229-secondary-grid,
    .np-sitemap-v229-category-grid,
    .np-sitemap-v229-product-grid,
    .np-sitemap-v229-article-grid {
        grid-template-columns: 1fr;
    }

    .np-sitemap-v229-featured-card {
        min-height: 220px;
    }

    .np-sitemap-v229-product {
        grid-template-columns: 40px minmax(0, 1fr) 20px;
    }

    .np-sitemap-v229-product .np-sitemap-v229-price {
        display: none;
    }

    .np-sitemap-v229-blog-entry {
        grid-template-columns: 1fr auto;
    }

    .np-sitemap-v229-blog-entry > span:first-child {
        grid-column: 1 / -1;
    }
}
