html,
body {
    height: auto !important;
    min-height: 100% !important;
    max-height: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

body {
    padding-bottom: 0 !important;
}

body > main,
main {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

.site-footer,
.site-footer * {
    box-sizing: border-box;
}

.site-footer {
    display: block !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    inset: auto !important;
    transform: none !important;
    clear: both !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 56px 0 28px !important;
    overflow: visible !important;
    z-index: 1 !important;
    background: linear-gradient(180deg, #160f0a 0%, #0a0705 100%) !important;
    color: rgba(255,255,255,.76) !important;
}

.site-footer .container,
.site-footer > .container {
    width: min(100% - 40px, var(--container, 1180px)) !important;
    max-width: var(--container, 1180px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
}

.site-footer .footer-grid,
.site-footer > .container.footer-grid {
    display: grid !important;
    grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(0, 1fr)) !important;
    gap: 34px !important;
    align-items: start !important;
    width: min(100% - 40px, var(--container, 1180px)) !important;
    max-width: var(--container, 1180px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
}

.site-footer .footer-grid > * {
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.site-footer .footer-logo,
.site-footer .logo.footer-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    width: 100% !important;
    margin: 0 0 14px !important;
    color: #fff !important;
    text-decoration: none !important;
}

.site-footer .footer-logo-img,
.site-footer .logo-mark-img {
    display: block !important;
    width: 58px !important;
    height: 58px !important;
    flex: 0 0 58px !important;
    object-fit: contain !important;
}

.site-footer .logo-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(197,154,74,.55) !important;
    color: #c59a4a !important;
    font-weight: 900 !important;
}

.site-footer .logo-text-wrap {
    display: flex !important;
    min-width: 0 !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.site-footer .logo-title,
.site-footer .logo-text {
    color: #fff !important;
    font-size: 1.38rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.site-footer .logo-title .fr,
.site-footer .fr,
.site-footer .logo-tagline {
    color: #c59a4a !important;
}

.site-footer .logo-tagline {
    margin-top: 5px !important;
    font-size: .60rem !important;
    line-height: 1.15 !important;
    letter-spacing: 1.4px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

.site-footer .logo-subtagline {
    display: block !important;
    margin-top: 5px !important;
    color: rgba(255,255,255,.78) !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: .76rem !important;
    font-style: italic !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
}

.site-footer p,
.site-footer a:not(.logo),
.site-footer .footer-bottom {
    color: rgba(255,255,255,.70) !important;
    font-size: .92rem !important;
    line-height: 1.45 !important;
}

.site-footer p {
    margin: 0 !important;
}

.site-footer h4 {
    margin: 0 0 12px !important;
    color: #fff !important;
    font-size: .98rem !important;
    line-height: 1.15 !important;
    font-weight: 900 !important;
}

.site-footer a:not(.logo) {
    display: block !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 0 7px !important;
    text-decoration: none !important;
    overflow-wrap: anywhere !important;
}

.site-footer a:not(.logo):hover {
    color: #fff !important;
}

.site-footer .footer-bottom,
.site-footer > .container.footer-bottom {
    margin-top: 34px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(255,255,255,.12) !important;
    color: rgba(255,255,255,.50) !important;
}

@media (max-width: 768px) {
html,
    body {
    height: auto !important;
    min-height: 100% !important;
    max-height: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior-y: auto !important;
}

body {
    padding-bottom: 0 !important;
}

body > main,
    main {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

.site-footer {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    inset: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 28px 0 calc(64px + env(safe-area-inset-bottom, 0px)) !important;
    overflow: visible !important;
}

.site-footer .container,
    .site-footer > .container,
    .site-footer .footer-grid,
    .site-footer > .container.footer-grid {
    width: min(100% - 24px, 430px) !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: visible !important;
}

.site-footer .footer-grid,
    .site-footer > .container.footer-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px 12px !important;
    align-items: start !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.site-footer .footer-grid > div:first-child {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin-bottom: 2px !important;
}

.site-footer .footer-grid > * {
    min-width: 0 !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
}

.site-footer .footer-logo,
    .site-footer .logo.footer-logo {
    gap: 10px !important;
    margin-bottom: 8px !important;
}

.site-footer .footer-logo-img,
    .site-footer .logo-mark-img {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
}

.site-footer .logo-mark {
    width: 34px !important;
    height: 34px !important;
    flex-basis: 34px !important;
}

.site-footer .logo-title,
    .site-footer .logo-text {
    font-size: 1.05rem !important;
}

.site-footer .logo-tagline {
    font-size: .52rem !important;
    letter-spacing: 1px !important;
}

.site-footer .logo-subtagline {
    display: block !important;
    max-width: 230px !important;
    font-size: .68rem !important;
    line-height: 1.15 !important;
    white-space: normal !important;
}

.site-footer p {
    font-size: .78rem !important;
    line-height: 1.35 !important;
}

.site-footer h4 {
    margin-bottom: 6px !important;
    font-size: .76rem !important;
    line-height: 1.15 !important;
}

.site-footer a:not(.logo) {
    margin-bottom: 4px !important;
    font-size: .68rem !important;
    line-height: 1.18 !important;
    width: auto !important;
}

.site-footer .footer-bottom,
    .site-footer > .container.footer-bottom {
    width: min(100% - 24px, 430px) !important;
    max-width: 430px !important;
    margin-top: 18px !important;
    padding-top: 12px !important;
    font-size: .68rem !important;
    line-height: 1.3 !important;
    overflow: visible !important;
}
}

@media (max-width: 360px) {
.site-footer .footer-grid,
    .site-footer > .container.footer-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
}
}

@media (max-width: 768px) {
html,
    body {
    height: auto !important;
    min-height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.site-footer {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    padding: 26px 0 18px !important;
    margin: 0 0 360px 0 !important;
}

.site-footer::after {
    content: "";
    display: block;
    height: 1px;
    clear: both;
}

.site-footer .footer-grid,
    .site-footer > .container.footer-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 12px !important;
    align-items: start !important;
}

.site-footer .footer-grid > div:first-child {
    grid-column: 1 / -1 !important;
}

.site-footer h4 {
    font-size: .72rem !important;
    margin: 0 0 6px !important;
}

.site-footer a:not(.logo) {
    font-size: .66rem !important;
    line-height: 1.18 !important;
    margin-bottom: 4px !important;
}

.site-footer p,
    .site-footer .footer-bottom {
    font-size: .70rem !important;
    line-height: 1.32 !important;
}
}

:root {
    --tpc-space-section-desktop: 46px;
    --tpc-space-section-mobile: 34px;
    --tpc-space-title-gap: 22px;
}

.section,
.category-description-section,
.products-section,
.product-main-buy-section,
.product-buy-section,
.product-editorial-blocks-section,
.product-recipes-section,
.product-story-section,
.product-reception-section,
.product-conservation-section,
.trust-block,
.home-recipes-section,
.professionals-home-section,
.cta-section,
.forest-categories-section,
.forest-ecosystems-section,
.concept-manifesto,
.concept-network-section,
.concept-journey-section,
.concept-freshness-section,
.concept-difference-section,
.concept-cta {
    padding-top: var(--tpc-space-section-desktop) !important;
    padding-bottom: var(--tpc-space-section-desktop) !important;
}

.hero + .trust-block,
.tf-hero-slider + .forest-categories-section,
.concept-hero + .concept-manifesto,
.category-hero + .category-description-section {
    padding-top: 34px !important;
}

.section-header,
.section-header.centered,
.section-title,
.product-editorial-header,
.product-recipes-header,
.product-story-header,
.product-reception-header,
.product-conservation-header,
.concept-section-title {
    margin-top: 0 !important;
    margin-bottom: var(--tpc-space-title-gap) !important;
}

.section-header > *:last-child,
.section-title > *:last-child,
.concept-section-title > *:last-child {
    margin-bottom: 0 !important;
}

.product-editorial-blocks-section,
.product-recipes-section,
.product-story-section,
.product-reception-section,
.product-conservation-section {
    padding-top: 36px !important;
    padding-bottom: 40px !important;
}

.product-editorial-blocks-section + .product-recipes-section,
.product-recipes-section + .product-story-section,
.product-story-section + .product-reception-section,
.product-reception-section + .product-conservation-section {
    margin-top: 0 !important;
}

#editorial-gallery.section-gallery,
#origin-gallery.section-gallery,
#tasting-gallery.section-gallery,
.section-gallery,
.origin-gallery {
    margin-top: 22px !important;
    margin-bottom: 0 !important;
}

.section-gallery + .section-header,
.origin-gallery + .section-header {
    margin-top: 0 !important;
}

.product-reception-note,
.product-conservation-note {
    margin-top: 24px !important;
    margin-bottom: 0 !important;
}

.product-recipes-grid,
.product-reception-grid,
.product-conservation-grid,
.product-editorial-blocks {
    margin-top: 24px !important;
}

.forest-categories-section {
    padding-top: 34px !important;
    padding-bottom: 38px !important;
}

.forest-ecosystems-section {
    padding-top: 36px !important;
    padding-bottom: 44px !important;
}

.forest-categories-grid,
.forest-ecosystems-grid,
.forest-univers-grid,
.tf-ecosystems-list {
    margin-top: 24px !important;
}

.trust-block,
.home-recipes-section,
.professionals-home-section,
.cta-section {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
}

.home-recipes-grid,
.professionals-home-grid {
    margin-top: 24px !important;
}

.concept-manifesto,
.concept-network-section,
.concept-journey-section,
.concept-freshness-section,
.concept-difference-section,
.concept-cta {
    padding-top: 42px !important;
    padding-bottom: 42px !important;
}

@media (max-width: 768px) {
.section,
    .category-description-section,
    .products-section,
    .product-main-buy-section,
    .product-buy-section,
    .product-editorial-blocks-section,
    .product-recipes-section,
    .product-story-section,
    .product-reception-section,
    .product-conservation-section,
    .trust-block,
    .home-recipes-section,
    .professionals-home-section,
    .cta-section,
    .forest-categories-section,
    .forest-ecosystems-section,
    .concept-manifesto,
    .concept-network-section,
    .concept-journey-section,
    .concept-freshness-section,
    .concept-difference-section,
    .concept-cta {
    padding-top: var(--tpc-space-section-mobile) !important;
    padding-bottom: var(--tpc-space-section-mobile) !important;
}

.hero + .trust-block,
    .tf-hero-slider + .forest-categories-section,
    .concept-hero + .concept-manifesto,
    .category-hero + .category-description-section {
    padding-top: 26px !important;
}

.section-header,
    .section-header.centered,
    .section-title,
    .product-editorial-header,
    .product-recipes-header,
    .product-story-header,
    .product-reception-header,
    .product-conservation-header,
    .concept-section-title {
    margin-bottom: 18px !important;
}

.product-editorial-blocks-section,
    .product-recipes-section,
    .product-story-section,
    .product-reception-section,
    .product-conservation-section {
    padding-top: 28px !important;
    padding-bottom: 32px !important;
}

#editorial-gallery.section-gallery,
    #origin-gallery.section-gallery,
    #tasting-gallery.section-gallery,
    .section-gallery,
    .origin-gallery {
    margin-top: 18px !important;
}

.product-recipes-grid,
    .product-reception-grid,
    .product-conservation-grid,
    .product-editorial-blocks,
    .forest-categories-grid,
    .forest-ecosystems-grid,
    .forest-univers-grid,
    .tf-ecosystems-list,
    .home-recipes-grid,
    .professionals-home-grid {
    margin-top: 18px !important;
}
}
