/* Ekoboutic Extras — pastel v7 */
:root{--eko-g:#7BC4A4;--eko-gd:#4E9E7E;--eko-ink:#2F5347;--eko-co:#F2A48C;--eko-cod:#E68A6F;--eko-y:#E9C57E;--eko-mint:#EAF6F0;--eko-cream:#FBF6EE;--eko-soft:#6E7C74;--eko-line:#E7EFE9;--eko-fd:"Fraunces",serif;--eko-fh:"Quicksand",sans-serif;--eko-fb:"Jost",sans-serif}
/* --- accordéon (ex-shortcodes tabs) --- */
.eko-acc{margin:18px 0;border:1px solid var(--eko-line);border-radius:16px;overflow:hidden;background:#fff}
.eko-acc__item{border-top:1px solid var(--eko-line)}
.eko-acc__item:first-child{border-top:none}
.eko-acc__item>summary{cursor:pointer;list-style:none;padding:16px 20px;font-family:var(--eko-fh);font-weight:600;font-size:1rem;color:var(--eko-ink);display:flex;align-items:center;justify-content:space-between;transition:.25s}
.eko-acc__item>summary::-webkit-details-marker{display:none}
.eko-acc__item>summary::after{content:"+";font-size:1.3rem;color:var(--eko-gd);font-family:var(--eko-fh);transition:.3s}
.eko-acc__item[open]>summary{background:var(--eko-mint)}
.eko-acc__item[open]>summary::after{transform:rotate(45deg)}
.eko-acc__body{padding:6px 20px 20px;color:var(--eko-soft);font-family:var(--eko-fb);line-height:1.7}
.eko-hr{border:none;border-top:1px solid var(--eko-line);margin:22px 0}
/* --- grille dossiers --- */
.eko-articles{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;font-family:var(--eko-fb)}
.eko-article{background:#fff;border:1px solid var(--eko-line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;transition:.35s cubic-bezier(.16,1,.3,1)}
.eko-article:hover{transform:translateY(-5px);box-shadow:0 28px 55px -34px rgba(47,83,71,.4)}
.eko-article__media{display:block;aspect-ratio:16/10;overflow:hidden;background:var(--eko-mint)}
.eko-article__img{width:100%;height:100%;object-fit:cover}
.eko-article__ph{display:flex;align-items:center;justify-content:center;height:100%;font-size:2.4rem}
.eko-article__body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}
.eko-article__cat{font-family:var(--eko-fh);font-weight:700;font-size:.68rem;letter-spacing:.12em;text-transform:uppercase;color:var(--eko-cod)}
.eko-article h3{font-family:var(--eko-fd);font-size:1.3rem;line-height:1.2;margin:0}
.eko-article h3 a{color:var(--eko-ink);text-decoration:none}
.eko-article p{color:var(--eko-soft);font-size:.92rem;margin:0;flex:1}
.eko-article__more{font-family:var(--eko-fh);font-weight:600;font-size:.86rem;color:var(--eko-gd);text-decoration:none;margin-top:4px}
/* --- avis Google --- */
.eko-avis__head{text-align:center;font-family:var(--eko-fh);color:var(--eko-ink);margin-bottom:24px;font-size:1.05rem}
.eko-avis__g{background:#fff;border:1px solid var(--eko-line);border-radius:100px;padding:4px 12px;font-weight:700}
.eko-avis__head .eko-avis__stars{color:var(--eko-y);letter-spacing:2px}
.eko-avis__count{color:var(--eko-soft);font-size:.9rem}
.eko-avis__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;font-family:var(--eko-fb)}
.eko-avis__card{background:#fff;border:1px solid var(--eko-line);border-radius:20px;padding:26px;box-shadow:0 24px 50px -40px rgba(47,83,71,.35)}
.eko-avis__card .eko-avis__stars{color:var(--eko-y);letter-spacing:2px;margin-bottom:10px}
.eko-avis__card p{color:var(--eko-ink);font-size:.98rem;line-height:1.55;margin:0 0 16px}
.eko-avis__who{display:flex;align-items:center;gap:12px}
.eko-avis__av{width:44px;height:44px;border-radius:50%;background:var(--eko-mint);color:var(--eko-gd);font-family:var(--eko-fh);font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.eko-avis__who b{font-family:var(--eko-fh);color:var(--eko-ink);display:block;font-size:.95rem}
.eko-avis__who span{font-size:.8rem;color:var(--eko-soft)}
.eko-empty{text-align:center;color:var(--eko-soft);font-family:var(--eko-fb);padding:20px}
@media(max-width:900px){.eko-articles,.eko-avis__grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.eko-articles,.eko-avis__grid{grid-template-columns:1fr}}

/* --- Sticky header (HFE / Elementor location header) --- */
.ehf-header,.elementor-location-header,header.ekoh{position:sticky !important;top:0 !important;z-index:9990}
.ehf-header,header.ekoh{box-shadow:0 6px 24px -18px rgba(47,83,71,.5)}
/* le header garde un fond opaque quand il est collé */
header.ekoh{background:#fff}

/* --- Formulaires natifs Ekoboutic --- */
.eko-form-wrap{font-family:var(--eko-fb)}
.eko-hp{position:absolute;left:-9999px;height:0;overflow:hidden}
.eko-form{display:flex;flex-direction:column;gap:14px}
.eko-f-row{display:flex;gap:14px;flex-wrap:wrap}
.eko-f-row .eko-f{flex:1;min-width:180px}
.eko-f{display:flex;flex-direction:column;gap:6px}
.eko-f span{font-family:var(--eko-fh);font-weight:600;font-size:.86rem;color:var(--eko-ink)}
.eko-f input,.eko-f textarea,.eko-f select{width:100%;padding:13px 15px;border:1px solid var(--eko-line);border-radius:12px;font-family:var(--eko-fb);font-size:1rem;color:var(--eko-ink);background:#fff;transition:.2s;box-sizing:border-box}
.eko-f input:focus,.eko-f textarea:focus,.eko-f select:focus{outline:none;border-color:var(--eko-g);box-shadow:0 0 0 3px rgba(123,196,164,.25)}
.eko-btn{align-self:flex-start;background:var(--eko-cod);color:#fff;font-family:var(--eko-fh);font-weight:600;font-size:.95rem;padding:14px 34px;border:none;border-radius:100px;cursor:pointer;transition:.3s cubic-bezier(.16,1,.3,1);white-space:nowrap}
.eko-btn:hover{background:#D6785C;transform:translateY(-2px)}
.eko-form-ok{background:var(--eko-mint);border:1px solid var(--eko-g);color:var(--eko-gd);font-family:var(--eko-fh);font-weight:600;padding:16px 20px;border-radius:14px;margin-bottom:18px}

/* --- Carte Leaflet --- */
.eko-map{height:440px;width:100%;border-radius:20px;overflow:hidden;border:1px solid var(--eko-line);z-index:0}
.eko-map .leaflet-container{font-family:var(--eko-fb)}
.eko-map .leaflet-popup-content b{font-family:var(--eko-fh);color:var(--eko-ink)}
@media(max-width:600px){.eko-map{height:340px}}

/* --- Dropdown Boutique dans le header --- */
.eko-nav__has{position:relative}
.eko-nav__has>a{display:inline-flex;align-items:center;gap:4px}
.eko-nav__has::after{content:"";position:absolute;top:100%;left:0;right:0;height:14px}
.eko-nav__sub{display:none;position:absolute;top:calc(100% + 12px);left:50%;transform:translateX(-50%);min-width:230px;background:#fff;border:1px solid var(--eko-line);border-radius:16px;box-shadow:0 34px 66px -30px rgba(47,83,71,.5);padding:8px;list-style:none;margin:0;z-index:9999}
.eko-nav__has:hover .eko-nav__sub,.eko-nav__has:focus-within .eko-nav__sub{display:block;animation:ekopan .22s ease}
.eko-nav__sub li{list-style:none;margin:0}
.eko-nav__sub a{display:block;padding:10px 14px;border-radius:10px;color:var(--eko-ink);font-family:var(--eko-fh);font-weight:600;font-size:14px;text-decoration:none;white-space:nowrap}
.eko-nav__sub a:hover{background:var(--eko-mint);color:var(--eko-gd)}

/* --- Header fixe : le sous-menu Boutique doit pouvoir déborder (sinon clippé) --- */
.ehf-header,.elementor-location-header,
.ehf-header .elementor-section,.ehf-header .elementor-container,
.ehf-header .elementor-column,.ehf-header .elementor-widget-wrap,
.ehf-header .elementor-widget-html,.ehf-header .elementor-widget-container,
.eko-nav,.eko-nav__menu{overflow:visible !important}
.eko-nav__has{overflow:visible !important}
.eko-nav__sub{z-index:100000}
/* la bannière défilante garde son clipping propre */
.eko-mq{overflow:hidden !important}

/* --- Logo image (shortcode [eko_logo]) --- */
.eko-logo-link{display:inline-block;line-height:0}
.eko-logo-img{height:58px;width:auto;display:block}
@media(max-width:600px){.eko-logo-img{height:46px}}

/* ==================================================================
   EN-TÊTE PREMIUM 4 NIVEAUX  ([eko_header])  — maquette v7
   ================================================================== */
.ekoh,.ekoh *{box-sizing:border-box}
.ekoh a{text-decoration:none}
.ekoh-in{max-width:1240px;margin:0 auto;padding:0 26px;width:100%}
/* 1 · promo */
.ekoh-promo{background:#14372A;color:#DCEAE1;font-family:'Quicksand',sans-serif;font-size:13px;font-weight:600;text-align:center;padding:9px 0;letter-spacing:.01em}
.ekoh-promo b{color:#E9C57E;font-weight:700}
/* 2 · utilitaires */
.ekoh-util{background:#14372A;border-top:1px solid rgba(255,255,255,.08)}
.ekoh-util__in{display:flex;align-items:center;justify-content:space-between;padding:9px 0}
.ekoh-tag{color:#8FB0A2;font-family:'Quicksand',sans-serif;font-size:12.5px;font-weight:600}
.ekoh-util__nav{display:flex;gap:24px}
.ekoh-util__nav a{color:#EAF6F0;font-family:'Quicksand',sans-serif;font-size:13.5px;font-weight:600;transition:.2s}
.ekoh-util__nav a:hover{color:#E9C57E}
.ekoh-util__nav a.is-active{color:#F6D98A;text-decoration:underline;text-underline-offset:5px;text-decoration-thickness:2px}
/* 3 · barre principale */
.ekoh-main{background:#fff}
.ekoh-main__in{display:flex;align-items:center;justify-content:space-between;padding:15px 0}
.ekoh-logo{line-height:0}
/* === Réglage taille logo (modifier la largeur ici) === */
.ekoh-logo img,
.ekof-logo img{width:100px;height:auto;display:block}
.ekoh-logo img{transition:width .28s ease}
.ekoh-tools{display:flex;align-items:center;gap:20px}
.ekoh-ic{display:inline-flex;align-items:center;justify-content:center;color:#2F5347;position:relative;width:26px;height:26px;background:none;border:none;padding:0;cursor:pointer;transition:.2s}
.ekoh-ic svg{width:23px;height:23px}
.ekoh-ic:hover{color:#4E9E7E}
.ekoh-cart__n{position:absolute;top:-8px;right:-10px;background:#E68A6F;color:#fff;font-family:'Quicksand',sans-serif;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1}
/* barre de recherche déroulante */
.ekoh-search{max-height:0;overflow:hidden;background:#fff;border-top:1px solid #EEF3F0;transition:max-height .3s ease}
.ekoh-search.open{max-height:120px}
.ekoh-search form{display:flex;gap:10px;padding:16px 0}
.ekoh-search input[type=search]{flex:1;border:1px solid #DCE7E1;border-radius:100px;padding:12px 18px;font-family:'Jost',sans-serif;font-size:15px;color:#2F5347;outline:none}
.ekoh-search input[type=search]:focus{border-color:#7BC4A4}
.ekoh-search button{background:#4E9E7E;color:#fff;border:none;border-radius:100px;padding:12px 24px;font-family:'Quicksand',sans-serif;font-weight:600;cursor:pointer;white-space:nowrap}
.ekoh-search button:hover{background:#3E856A}
/* 4 · catégories */
.ekoh-cats{background:#EAF6F0}
.ekoh-cats__in{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 0;flex-wrap:wrap}
.ekoh-cats a{color:#2F5347;font-family:'Quicksand',sans-serif;font-size:14.5px;font-weight:600;padding:9px 18px;border-radius:100px;transition:.2s}
.ekoh-cats a:hover{background:#DBEDE3;color:#3E856A}
.ekoh-cats a.is-active{background:#4E9E7E;color:#fff}
/* burger + panneau mobile */
.ekoh-burger{display:none;flex-direction:column;gap:5px;width:44px;height:44px;align-items:center;justify-content:center;background:#F1F7F4;border:1px solid #DCE7E1;border-radius:12px;cursor:pointer;padding:0}
.ekoh-burger span{display:block;width:22px;height:2px;background:#2F5347;border-radius:2px;transition:.3s}
.ekoh-burger[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.ekoh-burger[aria-expanded=true] span:nth-child(2){opacity:0}
.ekoh-burger[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.ekoh-panel{display:none;background:#fff;border-top:1px solid #EEF3F0;padding:10px 26px 18px}
.ekoh-panel.open{display:block}
.ekoh-panel a{display:block;padding:11px 12px;border-radius:10px;color:#2F5347;font-family:'Quicksand',sans-serif;font-weight:600;font-size:15px}
.ekoh-panel a:hover{background:#EAF6F0;color:#4E9E7E}
.ekoh-panel__grp{font-family:'Quicksand',sans-serif;font-weight:700;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:#E68A6F;padding:14px 12px 4px}
@media(max-width:980px){
  .ekoh-util,.ekoh-cats{display:none}
  .ekoh-burger{display:flex}
}
@media(max-width:560px){
  .ekoh-promo{font-size:11.5px;padding:8px 10px}
  .ekoh-logo img{width:82px}
  .ekoh-tools{gap:15px}
}

/* ==================================================================
   PIED DE PAGE PREMIUM  ([eko_footer])  — maquette v7
   ================================================================== */
.ekof,.ekof *{box-sizing:border-box}
.ekof{background:#14372A;color:#B9CFC5;font-family:'Jost',sans-serif}
.ekof a{color:#B9CFC5;text-decoration:none;transition:.2s}
.ekof-in{max-width:1240px;margin:0 auto;padding:64px 26px 30px}
.ekof-cols{display:flex;gap:40px}
.ekof-brand{flex:0 0 30%}
.ekof-col{flex:1}
.ekof-logo{display:inline-block;line-height:0;margin-bottom:18px}
.ekof-logo{display:inline-block}
.ekof-brand p{font-size:15px;line-height:1.65;color:#9FB8AC;margin:0 0 20px}
.ekof-social{display:flex;gap:12px}
.ekof-social a{width:42px;height:42px;border:1px solid rgba(255,255,255,.18);border-radius:12px;display:inline-flex;align-items:center;justify-content:center;color:#EAF6F0}
.ekof-social a svg{width:19px;height:19px}
.ekof-social a:hover{background:rgba(255,255,255,.08);border-color:#7BC4A4;color:#fff}
.ekof-col h4{font-family:'Quicksand',sans-serif;font-weight:700;font-size:16px;color:#fff;margin:0 0 18px}
.ekof-col a{display:block;font-size:15px;line-height:1;padding:8px 0;color:#B9CFC5}
.ekof-col a:hover{color:#E9C57E}
.ekof-contact .ekof-line{display:flex;align-items:flex-start;gap:10px;font-size:15px;line-height:1.5;color:#C7D8CF;margin:0 0 14px}
.ekof-contact .ekof-line a{color:#C7D8CF;display:inline}
.ekof-contact .ekof-line a:hover{color:#E9C57E}
.ekof-ic{color:#E9C57E;flex-shrink:0;display:inline-flex;margin-top:1px}
.ekof-ic svg{width:18px;height:18px}
.ekof-pay{display:flex;flex-direction:column;gap:10px;margin-top:18px}
.ekof-pay__lbl{display:inline-flex;align-items:center;gap:7px;font-family:'Quicksand',sans-serif;font-size:12.5px;font-weight:600;color:#DCEAE1}
.ekof-pay__logos{display:flex;gap:8px;flex-wrap:wrap}
.ekof-pay__b{display:inline-flex;align-items:center;justify-content:center;background:#fff;border-radius:6px;padding:5px 9px;height:27px;box-sizing:border-box;box-shadow:0 6px 14px -10px rgba(0,0,0,.5)}
.ekof-pay__b svg{display:block;height:15px;width:auto}
.ekof-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:44px;padding-top:24px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;font-size:13.5px;color:#8AA79A}
.ekof-bottom a{color:#B9CFC5}.ekof-bottom a:hover{color:#E9C57E}
.ekof-legal em{color:#7C9488;font-style:normal}
@media(max-width:900px){.ekof-cols{flex-wrap:wrap}.ekof-brand{flex:0 0 100%}.ekof-col{flex:1 1 40%}.ekof-bottom{justify-content:center;text-align:center}}
@media(max-width:520px){.ekof-col{flex:1 1 100%}}

/* Header : garantir que panier / compte / recherche sont cliquables (au-dessus) */
.ekoh-main{position:relative;z-index:5}
.ekoh-tools{position:relative;z-index:6}
.ekoh-tools a,.ekoh-tools button{position:relative;z-index:6;pointer-events:auto}

/* ==================================================================
   AUCUN WIDGET — masquage global (hors header .ekoh / footer .ekof)
   ================================================================== */
.widget-area,#secondary,aside.sidebar,aside.widget-area,.wp-block-sidebar,
.site-main .widget,.content-area .widget,.hentry ~ .widget,.page-content ~ .widget,
.wp-block-search,.wp-block-page-list,.wp-block-latest-posts,.wp-block-categories,
.wp-block-archives,.wp-block-tag-cloud,.wp-block-latest-comments,
.widget_search,.widget_pages,.widget_nav_menu,.widget_categories,
.widget_recent_entries,.widget_archive,.widget_meta,.widget_block,
.widget_media_image,.widget_recent_comments,.widget_tag_cloud,
.widget_product_categories,.widget_products,.widget_recent_reviews{display:none !important}
/* on ré-autorise ce qui appartient au header/footer Ekoboutic si besoin */
.ekoh .wp-block-search,.ekof .wp-block-search,.ekoh .widget,.ekof .widget{display:block !important}

/* Conteneur sidebar codé en dur dans le thème (non-widget) : <div id="sidebar" role="complementary"> */
html body #sidebar,
html body #sidebar[role="complementary"],
html body div[role="complementary"]:not(.ekoh):not(.ekof){display:none !important}

/* --- Header compact au scroll (.ekoh--min) --- */
.ekoh-promo,.ekoh-util{max-height:80px;overflow:hidden;transition:max-height .28s ease,opacity .22s ease,padding .28s ease}
.ekoh-main__in{transition:padding .28s ease}
.eko-logo-img{transition:height .28s ease}
.ekoh-logo img{transition:width .28s ease}
.ekoh-cats__in{transition:padding .28s ease}
.ekoh.ekoh--min .ekoh-promo,
.ekoh.ekoh--min .ekoh-util{max-height:0 !important;opacity:0;padding-top:0 !important;padding-bottom:0 !important;border-top:none !important}
.ekoh.ekoh--min .ekoh-main__in{padding:7px 0 !important}
.ekoh.ekoh--min .ekoh-logo img{width:74px !important;height:auto !important}
.ekoh.ekoh--min .ekoh-cats__in{padding-top:6px !important;padding-bottom:6px !important}
.ekoh.ekoh--min{box-shadow:0 10px 28px -18px rgba(47,83,71,.6)}

/* ==================================================================
   Picto Home (barre catégories) + Bouton retour haut de page
   ================================================================== */
.ekoh-cats__home{display:inline-flex;align-items:center;justify-content:center;color:#EAF6F0;opacity:.9;padding:0 4px;transition:opacity .2s,color .2s}
.ekoh-cats__home:hover,.ekoh-cats__home.is-active{opacity:1;color:#F6D98A}
.ekoh-cats__home svg{display:block}

.eko-totop{position:fixed;right:22px;bottom:22px;width:48px;height:48px;border:0;border-radius:50%;
	background:#4E9E7E;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;
	box-shadow:0 14px 30px -10px rgba(20,55,42,.55);opacity:0;visibility:hidden;transform:translateY(14px);
	transition:opacity .28s,transform .28s,visibility .28s,background .2s;z-index:9995}
.eko-totop:hover{background:#3E856A}
.eko-totop.is-on{opacity:1;visibility:visible;transform:translateY(0)}
@media(max-width:600px){.eko-totop{right:16px;bottom:16px;width:44px;height:44px}}
