/* =========================================================
   Pages d'information, 404, panier, commande, compte
   ========================================================= */
.adp-info-page .page-header, .adp-shop-flow .page-header .entry-title { display: none; }
.adp-info-page .site-main, .adp-shop-flow .site-main, .adp-404 { font-family: "Jost", "Helvetica Neue", Arial, sans-serif; color: #3b3a37; }
.adp-info-page .site-main { max-width: 1120px; margin: 0 auto; padding: 0 24px 80px; }
.adp-ip { font-size: 15.5px; line-height: 1.7; }
.adp-ip *, .adp-ip *::before, .adp-ip *::after { box-sizing: border-box; }
.adp-ip a { color: #1c1b19; }

/* Sous-header : bandeau avec fond, fil d'Ariane, kicker, titre et chapô. */
.adp-ip__banner { background: linear-gradient(180deg, #faf7f1, #f3efe4); border-bottom: 1px solid #ece6db; width: 100vw; margin: 0 calc(50% - 50vw) 40px; padding: 34px 24px 30px; box-sizing: border-box; }
.adp-ip__banner-in { max-width: 1120px; margin: 0 auto; }
.adp-ip__crumb { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin: 0 0 18px; font-size: 12px; letter-spacing: .02em; color: #7a766f; }
.adp-ip__crumb a { color: #7a766f; text-decoration: none; }
.adp-ip__crumb a:hover { color: #967a48; }
.adp-ip__crumb-sep { color: #cfc7b6; }
.adp-ip__crumb [aria-current] { color: #1c1b19; font-weight: 500; }
.adp-ip__head { max-width: 760px; }
.adp-ip__kicker { display: inline-block; font-size: 11.5px; letter-spacing: .26em; text-transform: uppercase; color: #967a48; font-weight: 500; margin-bottom: 8px; }
.adp-ip__title, .adp-404 h1 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; font-size: clamp(38px, 5vw, 56px); line-height: 1.05; color: #1c1b19; margin: 0; }
.adp-ip__lead { margin: 14px 0 0; font-size: 17px; color: #5b574f; font-weight: 300; }
.adp-ip h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; font-size: 25px; color: #1c1b19; margin: 0 0 8px; }

/* Contenu éditorial ajouté dans l'éditeur (intro, sections en savoir plus) : même rythme que le reste. */
.adp-ip--doc > p, .adp-ip--doc > h2 { max-width: 760px; }
.adp-ip--doc > p { margin: 0 0 22px; }
.adp-ip--doc > h2 { margin: 30px 0 10px; }
.adp-ip--doc > p a { color: #967a48; text-decoration: underline; text-underline-offset: 3px; }
.adp-ip__facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1px; background: #e6e0d6; border: 1px solid #e6e0d6; margin: 0 0 34px; }
.adp-ip__facts div { background: #fff; padding: 20px 22px; }
.adp-ip__facts dt { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #7a766f; margin-bottom: 4px; }
.adp-ip__facts dd { margin: 0; font-size: 16px; color: #1c1b19; }
.adp-ip__text ul { padding-left: 18px; margin: 0 0 30px; }
.adp-ip__text li { margin-bottom: 6px; }
.adp-ip__cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-bottom: 34px; }
.adp-ip__cols section { background: #fff; border: 1px solid #e6e0d6; padding: 24px; }
.adp-ip__cols p { margin: 0; }
.adp-ip__center { text-align: center; margin: 10px 0 34px; }
.adp-ip__btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; background: #1c1b19; color: #fff !important; border: 0; border-radius: 0; font-family: inherit; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.adp-ip__btn:hover { background: #967a48; }
.adp-ip__btn.is-ghost { background: transparent; color: #1c1b19 !important; box-shadow: inset 0 0 0 1px #1c1b19; text-transform: none; letter-spacing: .02em; font-size: 14px; }
.adp-ip__btn.is-ghost:hover { background: #1c1b19; color: #fff !important; }
.adp-ip__help { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; background: #15130f; color: #efe8dc; padding: 22px 26px; }
.adp-ip__help p { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; }
.adp-ip__help div { display: flex; flex-wrap: wrap; gap: 10px; }
.adp-ip__help .adp-ip__btn { background: #b0925b; }
.adp-ip__help .adp-ip__btn.is-ghost { background: transparent; color: #efe8dc !important; box-shadow: inset 0 0 0 1px rgba(239, 232, 220, .4); }
.adp-ip__admin { background: #fff7e6; border: 1px dashed #c9a86a; padding: 14px 16px; font-size: 14px; }

/* Contact */
.adp-ip__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: 28px; align-items: start; margin-bottom: 30px; }
.adp-ip__cards { display: grid; gap: 12px; }
.adp-ip__card { display: flex; flex-direction: column; gap: 2px; background: #fff; border: 1px solid #e6e0d6; padding: 18px 20px; text-decoration: none; color: #3b3a37 !important; transition: border-color .2s; }
a.adp-ip__card:hover { border-color: #b0925b; }
.adp-ip__card small { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #967a48; }
.adp-ip__card strong { font-size: 18px; font-weight: 500; color: #1c1b19; }
.adp-ip__card span { font-size: 13.5px; color: #7a766f; }
.adp-ip__card a { font-size: 13.5px; margin-top: 6px; }
.adp-ip__form { background: #fff; border: 1px solid #e6e0d6; padding: 26px; display: grid; gap: 14px; }
.adp-ip__form label { display: grid; gap: 6px; font-size: 13px; color: #5b574f; }
.adp-ip__form input, .adp-ip__form select, .adp-ip__form textarea { width: 100%; border: 1px solid #d9d2c6; border-radius: 0; padding: 12px 14px; font: inherit; font-size: 15px; color: #1c1b19; background: #fff; }
.adp-ip__form input:focus, .adp-ip__form select:focus, .adp-ip__form textarea:focus { outline: 0; border-color: #1c1b19; }
.adp-ip__2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.adp-ip__hp { position: absolute; left: -9999px; }
.adp-ip__ok { background: #eef7f0; color: #2f6b45; padding: 10px 14px; margin: 0; }
.adp-ip__err { background: #fbeeee; color: #7d1f24; padding: 10px 14px; margin: 0; }
.adp-ip__map iframe { width: 100%; height: 360px; border: 0; filter: grayscale(.4); }

/* FAQ */
.adp-ip__faq { display: grid; gap: 8px; margin-bottom: 34px; }
.adp-ip__faq details { background: #fff; border: 1px solid #e6e0d6; }
.adp-ip__faq summary { cursor: pointer; list-style: none; padding: 18px 50px 18px 20px; position: relative; font-size: 16.5px; color: #1c1b19; }
.adp-ip__faq summary::-webkit-details-marker { display: none; }
.adp-ip__faq summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 22px; color: #967a48; }
.adp-ip__faq details[open] summary::after { content: "\2212"; }
.adp-ip__faq p { margin: 0; padding: 0 20px 18px; }

/* 404 */
.adp-404 { background: #fbfaf8; padding: 60px 24px 80px; }
.adp-404__in { max-width: 720px; margin: 0 auto; text-align: center; }
.adp-404 p { font-size: 16px; margin: 14px 0 22px; }
.adp-404__search { display: flex; max-width: 560px; margin: 0 auto; }
.adp-404__search input { flex: 1; min-width: 0; height: 52px; border: 1px solid #1c1b19; border-right: 0; border-radius: 0; padding: 0 16px; font: inherit; }
.adp-404__search button { height: 52px; padding: 0 22px; background: #1c1b19; color: #fff; border: 0; border-radius: 0; font: inherit; font-size: 12.5px; letter-spacing: .14em; text-transform: uppercase; }
.adp-404__links { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 22px; list-style: none; padding: 0; margin: 22px 0 0; }
.adp-404__links a { color: #1c1b19; text-decoration: underline; text-underline-offset: 3px; }
.adp-404__prods { max-width: 1320px; margin: 56px auto 0; }
.adp-404__prods h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; font-size: 30px; color: #1c1b19; margin: 0 0 18px; }
.adp-404__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }

/* Panier et commande */
.adp-shop-flow .site-main { max-width: 1240px; margin: 0 auto; padding: 36px 24px 80px; }
.adp-shop-flow .woocommerce { font-size: 15px; }
.adp-shop-flow .woocommerce a { color: #1c1b19; }
.adp-shop-flow table.shop_table { border: 1px solid #e6e0d6; border-radius: 0; background: #fff; }
.adp-shop-flow table.shop_table th { font-size: 11.5px; letter-spacing: .16em; text-transform: uppercase; color: #7a766f; font-weight: 500; }
.adp-shop-flow table.cart img { width: 76px; height: 76px; object-fit: contain; background: #f6f3ee; padding: 4px; mix-blend-mode: multiply; }
.adp-shop-flow .product-name > a { font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; }
.adp-shop-flow dl.variation { font-size: 12.5px; color: #7a766f; margin: 4px 0 0; }
.adp-shop-flow dl.variation dt { font-weight: 500; }
.adp-shop-flow .button, .adp-shop-flow button.button, .adp-shop-flow #place_order, .adp-shop-flow .checkout-button {
	background: #1c1b19 !important; color: #fff !important; border-radius: 0 !important; font-family: inherit; font-size: 12.5px !important; letter-spacing: .14em; text-transform: uppercase; padding: 15px 22px !important; font-weight: 500 !important;
}
.adp-shop-flow .button:hover, .adp-shop-flow #place_order:hover, .adp-shop-flow .checkout-button:hover { background: #967a48 !important; }
.adp-shop-flow .checkout-button, .adp-shop-flow #place_order { width: 100%; min-height: 54px; }
.adp-shop-flow .cart_totals h2, .adp-shop-flow #order_review_heading, .adp-shop-flow .woocommerce-billing-fields h3, .adp-shop-flow .woocommerce-additional-fields h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; font-size: 26px; color: #1c1b19; }
.adp-shop-flow .form-row label { font-size: 13px; color: #5b574f; }
.adp-shop-flow .form-row input.input-text, .adp-shop-flow .form-row textarea, .adp-shop-flow .form-row select, .adp-shop-flow .select2-selection { border: 1px solid #d9d2c6 !important; border-radius: 0 !important; padding: 12px 14px !important; font-size: 15px; min-height: 48px; background: #fff; }
.adp-shop-flow .form-row input.input-text:focus, .adp-shop-flow .form-row textarea:focus { border-color: #1c1b19 !important; outline: 0; }
.adp-shop-flow .adp-hidden-field { display: none !important; }
.adp-shop-flow #payment { background: #fbf8f2 !important; border-radius: 0 !important; border: 1px solid #e6e0d6; }
.adp-shop-flow #payment div.payment_box { background: #fff !important; }
.adp-shop-flow #payment div.payment_box::before { border-bottom-color: #fff !important; }
.adp-shop-flow .woocommerce-info, .adp-shop-flow .woocommerce-message { border-top-color: #b0925b; background: #fbf8f2; }
.adp-shop-flow .woocommerce-info::before, .adp-shop-flow .woocommerce-message::before { color: #b0925b; }
.adp-shop-flow .adp-freeship { margin: 0 0 22px; border: 1px solid #ece6db; }
.adp-flow-eta { background: #fbf8f2; border: 1px solid #ece6db; padding: 12px 16px; margin: 14px 0; font-size: 14px; }
.adp-flow-eta p { margin: 0; }
.adp-flow-trust { list-style: none; margin: 16px 0 0; padding: 0; display: grid; gap: 8px; }
.adp-flow-trust li { display: flex; align-items: center; gap: 10px; font-size: 13px; color: #5b574f; }
.adp-flow-trust svg { width: 22px; height: 22px; color: #967a48; flex: 0 0 22px; }
.adp-flow-trust strong { color: #1c1b19; font-weight: 500; }
/* Mon compte */
.adp-shop-flow .woocommerce-MyAccount-navigation ul { list-style: none; padding: 0; margin: 0; border: 1px solid #e6e0d6; background: #fff; }
.adp-shop-flow .woocommerce-MyAccount-navigation li a { display: block; padding: 12px 16px; border-bottom: 1px solid #efe9df; text-decoration: none; }
.adp-shop-flow .woocommerce-MyAccount-navigation li.is-active a { background: #1c1b19; color: #fff; }

@media (max-width: 860px) {
	.adp-ip__grid { grid-template-columns: 1fr; }
	.adp-404__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}
@media (max-width: 640px) {
	.adp-info-page .site-main { padding: 0 16px 60px; }
	.adp-ip__banner { padding: 26px 16px 22px; margin-bottom: 28px; }
	.adp-ip__2 { grid-template-columns: 1fr; }
	.adp-ip__help { padding: 18px; }
	.adp-shop-flow .site-main { padding: 20px 16px 60px; }
}

/* Nos marques */
.adp-br__az { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 28px; position: sticky; top: 0; }
.adp-br__az a { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #e6e0d6; background: #fff; font-size: 14px; text-decoration: none; }
.adp-br__az a:hover { border-color: #b0925b; color: #967a48; }
.adp-br__grp { margin-bottom: 34px; scroll-margin-top: 140px; }
.adp-br__grp h2 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 34px; font-weight: 500; color: #b0925b; margin: 0 0 12px; padding-bottom: 8px; border-bottom: 1px solid #e6e0d6; }
.adp-br__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; }
.adp-br__card { display: flex; align-items: center; gap: 14px; background: #fff; border: 1px solid #e6e0d6; padding: 10px 14px 10px 10px; text-decoration: none; color: #1c1b19 !important; transition: border-color .2s, box-shadow .2s, transform .2s; }
.adp-br__card:hover { border-color: #b0925b; box-shadow: 0 10px 24px rgba(40, 30, 15, .08); transform: translateY(-2px); }
.adp-br__img { width: 64px; height: 64px; flex: 0 0 64px; background: #f6f3ee; display: flex; align-items: center; justify-content: center; }
.adp-br__img img { width: 88%; height: 88%; object-fit: contain; mix-blend-mode: multiply; }
.adp-br__txt strong { display: block; font-family: "Cormorant Garamond", Georgia, serif; font-size: 20px; font-weight: 500; line-height: 1.2; }
.adp-br__txt small { color: #7a766f; font-size: 12.5px; }
.adp-ip a.adp-br__card, .adp-ip a.adp-br__card * { text-decoration: none !important; }

/* =========================================================
   Programme de fidélité : widget panier + onglet Mon compte
   ========================================================= */
.adp-loy { font-family: "Jost", "Helvetica Neue", Arial, sans-serif; font-size: 14px; color: #1c1b19; }
.adp-loy--cart { margin: 0 0 20px; padding: 16px 18px; background: #faf7f1; border: 1px solid #e6e0d6; }
.adp-loy__bal { margin: 0 0 8px; font-weight: 500; }
.adp-loy__bal strong { color: #967a48; }
.adp-loy__msg { margin: 0; color: #5b574f; font-size: 13.5px; }
.adp-loy__msg a { color: #967a48; }
.adp-loy__applied { margin: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; color: #967a48; font-weight: 500; }
.adp-loy__inline { display: inline; }
.adp-loy__link { background: none; border: 0; padding: 0; color: #7a766f; text-decoration: underline; font: inherit; font-size: 12.5px; cursor: pointer; }
.adp-loy__link:hover { color: #1c1b19; }
.adp-loy__form { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.adp-loy__form label { font-size: 12.5px; color: #7a766f; }
.adp-loy__form select { padding: 8px 10px; border: 1px solid #cfc7b6; background: #fff; font: inherit; font-size: 13px; }
.adp-loy__btn { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 0 18px; background: #1c1b19; color: #fff; border: 0; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
.adp-loy__btn:hover { background: #967a48; }

.adp-loy--account .adp-loy__card { background: #15130f; color: #efe8dc; padding: 26px 28px; margin-bottom: 30px; }
.adp-loy__kicker { margin: 0 0 4px; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #c9a86a; }
.adp-loy__big { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 44px; font-weight: 500; line-height: 1.05; }
.adp-loy__sub { margin: 4px 0 16px; color: rgba(239, 232, 220, .75); }
.adp-loy__rules { margin: 0; padding-left: 18px; font-size: 13px; color: rgba(239, 232, 220, .85); }
.adp-loy__rules li { margin-bottom: 4px; }
.adp-loy--account h2 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; font-size: 22px; margin: 0 0 12px; }
.adp-loy__table { width: 100%; border-collapse: collapse; font-size: 13.5px; }
.adp-loy__table th, .adp-loy__table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #e6e0d6; }
.adp-loy__table th { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: #7a766f; font-weight: 500; }
.adp-loy__table td.is-pos { color: #4a7a4f; font-weight: 500; }
.adp-loy__table td.is-neg { color: #7d1f24; font-weight: 500; }

.adp-top__points { color: #b0925b !important; font-weight: 500; }


/* ---------- Bandes alternées, valeurs, chiffres clés (page À propos et au-delà) ---------- */
.adp-ip__band { width: 100vw; margin: 0 calc(50% - 50vw); padding: 48px 24px; box-sizing: border-box; }
.adp-ip__band-in { max-width: 1120px; margin: 0 auto; }
.adp-ip__band--cream { background: linear-gradient(180deg, #faf7f1, #f3efe4); }
.adp-ip__band h2 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 30px; color: #1c1b19; margin: 0 0 26px; max-width: 640px; }
.adp-ip__band .adp-ip__cols { margin-bottom: 0; }
.adp-ip__band .adp-ip__cols section h2 { font-size: 19px; margin: 0 0 8px; }
.adp-ip__band .adp-ip__facts { margin-bottom: 0; }
.adp-ip__value-num { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: 50%; background: #967a48; color: #fff; font-family: "Cormorant Garamond", Georgia, serif; font-size: 15px; margin-bottom: 12px; }

/* CTA pleine largeur (Aide, Contact, À propos) */
.adp-ip__help { display: block; width: 100vw; margin: 40px calc(50% - 50vw) 40px; padding: 0; box-sizing: border-box; }
.adp-ip__help-in { max-width: 1120px; margin: 0 auto; padding: 26px 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; box-sizing: border-box; }
.adp-ip__help-in p { margin: 0; font-family: "Cormorant Garamond", Georgia, serif; font-size: 24px; }
.adp-ip__help-in div { display: flex; flex-wrap: wrap; gap: 10px; }
.adp-ip__help-in .adp-ip__btn { background: #b0925b; }
.adp-ip__help-in .adp-ip__btn.is-ghost { background: transparent; color: #efe8dc !important; box-shadow: inset 0 0 0 1px rgba(239, 232, 220, .4); }

/* Spacing fix: gap between shortcode CTA block and the following Gutenberg content (e.g. decorative icon) */
.adp-ip--doc > .adp-ip + div { margin-top: 40px !important; }
