/* ==========================================================================
   AGRI PÉI — DESIGN SYSTEM BOUTIQUE PUBLIQUE
   Version 1.0 — 27/07/2026

   Reprend les jetons de 03_agripei-design-system.css (couleurs, typographies,
   rayons, ombres) mais vise les classes RÉELLEMENT présentes dans le HTML
   produit par views/commerce.js + middleware/themeCommerce.js +
   middleware/catalogueAccueilAgriPei.js + views/cataloguePublicAgriPei.js.

   Chargée en DERNIER. Les sélecteurs sont volontairement plus spécifiques que
   ceux de boutique-terroir.css (body.commerce-public + 2 classes), et !important
   n'est employé que là où les feuilles précédentes en utilisent déjà.

   Retirer les deux <link> suffit à revenir à l'apparence précédente.
   ========================================================================== */

body.commerce-public{
  --ap-green-950:#123b29;
  --ap-green-900:#164b32;
  --ap-green-800:#1f5a3b;
  --ap-green-700:#28603b;
  --ap-green-600:#3c7650;
  --ap-green-200:#dfe9dc;
  --ap-green-100:#eef4eb;

  --ap-gold-700:#b97a0f;
  --ap-gold-600:#cc8c16;
  --ap-gold-500:#d99b21;
  --ap-gold-100:#f8e8bf;

  --ap-cream-50:#fffdf8;
  --ap-cream-100:#faf6ed;
  --ap-cream-200:#f3ecdd;

  --ap-ink:#1f2a23;
  --ap-muted:#667169;
  --ap-line:rgba(22,75,50,.12);
  --ap-white:#fff;

  --ap-serif:Georgia,"Palatino Linotype","Book Antiqua",Palatino,"Times New Roman",serif;
  --ap-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;

  --ap-r-sm:10px;
  --ap-r-md:16px;
  --ap-r-lg:24px;
  --ap-r-pill:999px;

  --ap-sh-sm:0 4px 14px rgba(18,59,41,.08);
  --ap-sh-md:0 10px 30px rgba(18,59,41,.12);
  --ap-sh-lg:0 20px 50px rgba(18,59,41,.16);

  /* Photo de bannière : remplacer par url("/assets/agripei/producteur/hero.jpg")
     le jour où le producteur fournit une vraie photo. Rien d'autre à modifier. */
  --ap-hero-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480' preserveAspectRatio='xMidYMid slice'%3E %3Cdefs%3E %3ClinearGradient id='ciel' x1='0' y1='0' x2='0' y2='1'%3E %3Cstop offset='0' stop-color='%23FBEFD2'/%3E%3Cstop offset='.42' stop-color='%23F1D79B'/%3E%3Cstop offset='1' stop-color='%23CFC189'/%3E %3C/linearGradient%3E %3ClinearGradient id='pre' x1='0' y1='0' x2='0' y2='1'%3E %3Cstop offset='0' stop-color='%233C7650'/%3E%3Cstop offset='1' stop-color='%231F5A3B'/%3E %3C/linearGradient%3E %3C/defs%3E %3Crect width='640' height='480' fill='url(%23ciel)'/%3E %3Ccircle cx='452' cy='138' r='66' fill='%23F6DC9C' opacity='.9'/%3E %3Ccircle cx='452' cy='138' r='96' fill='%23F6DC9C' opacity='.25'/%3E %3Cpath d='M0 268 L104 176 L176 240 L252 152 L332 244 L398 196 L488 276 L560 232 L640 288 L640 330 L0 330Z' fill='%234A7A5C' opacity='.45'/%3E %3Cpath d='M0 312 L86 226 L164 292 L256 190 L338 282 L412 232 L512 318 L588 268 L640 306 L640 372 L0 372Z' fill='%2328603B' opacity='.8'/%3E %3Cpath d='M0 368 C132 336 258 378 392 350 C494 328 566 360 640 342 L640 480 L0 480Z' fill='url(%23pre)'/%3E %3Cpath d='M0 424 C148 402 286 436 420 414 C520 398 574 420 640 408 L640 480 L0 480Z' fill='%23164B32'/%3E %3Cg stroke='%237FA867' stroke-width='4' stroke-linecap='round' fill='none' opacity='.85'%3E %3Cpath d='M556 480 V318 M556 366 l26 -22 M556 396 l-25 -20 M556 336 l24 -24 M556 424 l-24 -19'/%3E %3Cpath d='M602 480 V336 M602 380 l24 -20 M602 410 l-22 -18 M602 352 l22 -22'/%3E %3Cpath d='M518 480 V356 M518 396 l22 -19 M518 424 l-21 -17'/%3E %3C/g%3E %3Cpath d='M0 480 C58 452 88 396 78 334 c46 34 62 92 44 146 z' fill='%233C7650' opacity='.55'/%3E %3Cpath d='M78 334 C82 388 68 440 22 470' stroke='%23164B32' stroke-width='3' fill='none' opacity='.45'/%3E %3Cpath d='M96 480 c44 -26 66 -74 60 -124 c36 28 46 76 30 124 z' fill='%2328603B' opacity='.6'/%3E %3C/svg%3E");
}

/* ---------- Fond de page et rythme général ------------------------------- */

body.commerce-public{
  background:
    radial-gradient(circle at 12% -4%,rgba(217,155,33,.10),transparent 30rem),
    linear-gradient(180deg,var(--ap-cream-50),var(--ap-cream-100) 60%)!important;
  color:var(--ap-ink);
  font-family:var(--ap-sans);
  font-size:15.5px;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
}
body.commerce-public .wrap{max-width:1200px;padding:0 24px 48px}

body.commerce-public h1,
body.commerce-public h2,
body.commerce-public h3{font-family:var(--ap-serif);letter-spacing:-.012em}

/* ---------- En-tête : bandeau vert, présent sur toutes les pages ----------
   Même bandeau partout. Sur /boutique il se fond dans la bannière (plus bas,
   règle :has) ; ailleurs il en reprend exactement les couleurs, de sorte que
   le visiteur ne change jamais d'univers en changeant de page. */

body.commerce-public .commerce-header{
  position:relative;z-index:5;
  display:flex;flex-wrap:wrap;align-items:center;gap:24px;
  min-height:0;margin:22px 0 0;padding:12px 28px;
  border-radius:var(--ap-r-lg);
  background:linear-gradient(104deg,var(--ap-green-950) 0%,var(--ap-green-900) 62%,var(--ap-green-800) 100%);
  box-shadow:var(--ap-sh-md);
  border-bottom:0;backdrop-filter:none;clip-path:none;
}
body.commerce-public .commerce-header .commerce-brand{
  display:flex;align-items:center;gap:11px;margin-right:auto;text-decoration:none;
}
body.commerce-public .commerce-header .commerce-brand img{
  width:96px;height:96px;object-fit:contain;flex:none;
}
body.commerce-public .commerce-wordmark{display:flex;flex-direction:column;line-height:1.05;white-space:nowrap}
body.commerce-public .commerce-wordmark strong{
  font-family:var(--ap-serif);font-size:1.5rem;font-weight:700;
  letter-spacing:.03em;color:var(--ap-cream-50);
}
body.commerce-public .commerce-wordmark small{
  font-size:.64rem;font-weight:700;letter-spacing:.24em;text-transform:uppercase;
  color:var(--ap-gold-500);margin-top:4px;
}

body.commerce-public .commerce-header .commerce-nav{display:flex;align-items:center;gap:22px}
body.commerce-public .commerce-header .commerce-nav a,
body.commerce-public .commerce-header .commerce-actions .account-link{
  padding:0;border:0;background:none;box-shadow:none;
  font-family:var(--ap-serif);font-style:italic;font-weight:400;font-size:.96rem;
  color:rgba(255,253,248,.86);white-space:nowrap;
  transition:color 180ms ease;
}
body.commerce-public .commerce-header .commerce-nav a:hover,
body.commerce-public .commerce-header .commerce-actions .account-link:hover{
  color:var(--ap-cream-50);text-decoration:none;
}
body.commerce-public .commerce-header .commerce-nav a.active{
  color:var(--ap-cream-50);border-bottom:2px solid var(--ap-gold-500);padding-bottom:3px;
}
body.commerce-public .commerce-header .commerce-actions{display:flex;align-items:center;gap:18px}
body.commerce-public .commerce-header .account-login{color:var(--ap-gold-500)}
body.commerce-public .commerce-header .account-login:hover{color:var(--ap-gold-100)}

/* Barre du panier : posée sous le bandeau, sur le fond de la page. */
body.commerce-public .wrap > .agri-home-panierbar{
  margin:16px 0 0;
}

/* Le panier doit rester lisible sur le vert. */
body.commerce-public .commerce-header .agri-panier-lien{
  padding:5px 12px!important;border-radius:var(--ap-r-pill)!important;
  background:rgba(255,253,248,.13)!important;color:var(--ap-cream-50)!important;
  border:1px solid rgba(255,253,248,.3)!important;
  font-family:var(--ap-sans);font-style:normal;font-size:.78rem;font-weight:600;
  line-height:1.3;box-shadow:none!important;gap:6px;white-space:nowrap;
}
body.commerce-public .commerce-header .agri-panier-lien:hover{
  background:rgba(255,253,248,.22);border-color:rgba(255,253,248,.5);
}
body.commerce-public .commerce-header .agri-panier-lien .agri-panier-compte{
  min-width:18px!important;height:18px!important;font-size:.7rem!important;
  background:var(--ap-gold-500)!important;color:var(--ap-green-950)!important;
}

/* ---------- Bannière producteur : la signature de la page ---------------- */

/* !important assumé : commerce-theme.css impose trois hauteurs de bannière
   (460, 400 et 315 px) réparties dans des blocs conditionnels, et
   boutique-terroir.css en ajoute une quatrième. Impossible de garantir
   l'emportement par la seule spécificité sans réécrire ces feuilles. */
body.commerce-public section.commerce-hero{
  position:relative;overflow:hidden;
  display:grid;grid-template-columns:minmax(0,1.18fr) minmax(0,.82fr);
  align-items:stretch;
  min-height:235px!important;height:auto!important;
  margin:22px 0 0;padding:0!important;
  border-radius:var(--ap-r-lg);
  background:linear-gradient(104deg,var(--ap-green-950) 0%,var(--ap-green-900) 54%,var(--ap-green-800) 100%);
  box-shadow:var(--ap-sh-md);
}
body.commerce-public section.commerce-hero:after{content:none!important;display:none!important}

/* Logo à gauche, tout le texte à droite, l'ensemble centré verticalement.
   Le titre seul sur une ligne avec le logo laissait un vide au milieu de la
   bannière : le sous-titre et l'accroche tombaient tout en bas. */
body.commerce-public .commerce-hero .commerce-hero-content{
  position:relative;z-index:2;align-self:center;
  display:flex;align-items:center;gap:20px;
  max-width:none!important;padding:8px 22px 8px 24px;
}
body.commerce-public .commerce-hero .hero-texte{
  min-width:0;display:flex;flex-direction:column;justify-content:center;
}
body.commerce-public .commerce-hero .hero-logo{
  display:block;height:168px;width:168px;flex:none;
  object-fit:contain;margin:0;
  /* Décalage optique : centré au pixel près, le disque paraît trop haut
     face à un bloc de texte plus bas et plus léger. */
  position:relative;top:34px;
}
body.commerce-public .commerce-hero .eyebrow{
  display:block;margin-bottom:16px;
  font-size:.7rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;
  color:var(--ap-gold-500);
}
body.commerce-public .commerce-hero .hero-texte h1{
  margin:0 0 7px;min-width:0;
  font-family:var(--ap-serif);font-weight:400;
  font-size:clamp(1.45rem,2.2vw,2.06rem);line-height:1.08;letter-spacing:-.024em;
  color:var(--ap-cream-50);
}
body.commerce-public .commerce-hero .hero-copy{
  margin:0;max-width:34ch;
  font-size:.92rem;line-height:1.5;color:rgba(255,253,248,.9);
}
body.commerce-public .commerce-hero .hero-cta{
  display:inline-flex;align-items:center;gap:12px;
  padding:15px 26px;border-radius:var(--ap-r-sm);
  background:var(--ap-gold-500);color:var(--ap-green-950);
  font-weight:700;font-size:1rem;box-shadow:0 10px 26px rgba(18,59,41,.28);
  transition:background 180ms ease,transform 180ms ease;
}
body.commerce-public .commerce-hero .hero-cta:after{content:"→";font-size:1.1em;line-height:1}
body.commerce-public .commerce-hero .hero-cta:hover{
  background:var(--ap-gold-600);transform:translateY(-1px);
}

body.commerce-public .commerce-hero .commerce-hero-visual{
  display:block!important;position:relative;min-height:150px;
  background:var(--ap-hero-image) center/cover no-repeat;
}
/* fondu du paysage vers le vert, comme sur la maquette */
body.commerce-public .commerce-hero .commerce-hero-visual:before{
  content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,
    var(--ap-green-950) 0%,
    rgba(18,59,41,.82) 16%,
    rgba(18,59,41,.28) 44%,
    rgba(18,59,41,0) 70%);
}

/* ---------- Bande d'engagements ------------------------------------------ */

body.commerce-public .trust-strip{
  display:grid;grid-template-columns:repeat(4,1fr);gap:18px;
  margin:22px 0 0;padding:0;background:none;box-shadow:none;border-radius:0;overflow:visible;
}
body.commerce-public .trust-strip article{
  display:flex;flex-direction:row;align-items:center;gap:14px;
  padding:18px 20px;
  background:var(--ap-white);border:1px solid var(--ap-line);
  border-radius:var(--ap-r-md);box-shadow:var(--ap-sh-sm);
}
body.commerce-public .trust-strip article>div{display:flex;flex-direction:column;gap:3px}
body.commerce-public .trust-strip .trust-icon,
body.commerce-public .trust-strip .trust-icon svg{width:44px;height:44px;flex:none;display:block}
body.commerce-public .trust-strip strong{
  font-size:.95rem;font-weight:700;color:var(--ap-green-950);line-height:1.25;
}
body.commerce-public .trust-strip span{font-size:.86rem;color:var(--ap-muted);line-height:1.4}

/* ---------- Catalogue : bandeau de titre et barre du panier -------------- */

body.commerce-public .agri-home-catalogue{max-width:1200px;padding:0 24px;margin:14px auto 0}
body.commerce-public .agri-home-panierbar{position:relative;z-index:5;display:flex;justify-content:flex-end;margin:8px 0 10px}
/* Dans l'en-tête, le panier voisine des liens discrets : il doit rester
   compact. La grosse pastille est réservée à la barre flottante de /boutique. */
body.commerce-public .commerce-header .agri-panier-lien{
  padding:7px 14px;border-radius:var(--ap-r-pill);
  background:var(--ap-green-100);color:var(--ap-green-900);
  border:1px solid var(--ap-green-200);
  font-size:.86rem;font-weight:600;box-shadow:none;gap:7px;
}
body.commerce-public .commerce-header .agri-panier-lien:hover{
  background:var(--ap-green-200);border-color:var(--ap-green-600);
}
body.commerce-public .commerce-header .agri-panier-lien .agri-panier-compte{
  min-width:18px!important;height:18px!important;font-size:.7rem!important;
  background:var(--ap-gold-500)!important;color:var(--ap-green-950)!important;
}
body.commerce-public .commerce-header .agri-panier-lien.actif{
  background:var(--ap-green-900);color:var(--ap-cream-50);border-color:var(--ap-green-900);
}

body.commerce-public .agri-home-panierbar .agri-panier-lien,
body.commerce-public .agri-simple-header .agri-panier-lien{
  display:inline-flex;align-items:center;gap:10px;
  padding:12px 20px;border-radius:var(--ap-r-pill);
  background:var(--ap-green-900);color:var(--ap-cream-50);border:1px solid var(--ap-green-900);
  font-weight:600;font-size:.95rem;box-shadow:var(--ap-sh-md);
}
body.commerce-public .agri-panier-lien:hover{background:var(--ap-green-950)}
body.commerce-public .agri-panier-lien .agri-panier-compte{
  min-width:26px;height:26px;border-radius:var(--ap-r-pill);
  background:var(--ap-gold-500)!important;color:var(--ap-green-950)!important;
  font-size:.82rem;font-weight:800;
}

body.commerce-public .agri-catalogue-title{text-align:center;margin:0;padding:0}
body.commerce-public .agri-catalogue-title>span{
  display:block;font-size:.72rem;font-weight:800;letter-spacing:.19em;text-transform:uppercase;
  color:var(--ap-green-600);
}
body.commerce-public .agri-catalogue-heading h1{
  margin:10px 0 8px;font-family:var(--ap-serif);font-weight:400;
  font-size:clamp(1.85rem,2.7vw,2.35rem);line-height:1.15;color:var(--ap-green-950);
}
/* Titre du catalogue réduit de moitié : il annonce une section, il n'a pas à
   rivaliser avec le nom de la boutique dans la bannière. Le titre des pages
   catégorie, lui, reste un vrai titre de page et garde sa taille. */
body.commerce-public .agri-catalogue-title h2{
  margin:6px 0 5px;font-family:var(--ap-serif);font-weight:400;
  font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.2;color:var(--ap-green-950);
}
body.commerce-public .agri-catalogue-title p{margin:0;color:var(--ap-muted);font-size:.95rem}

/* ---------- Pastilles de catégories -------------------------------------- */

body.commerce-public .agri-category-nav{
  display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:16px 0 20px;
}
body.commerce-public .agri-category-nav a{
  display:inline-flex;align-items:center;gap:8px;
  padding:9px 17px;border-radius:var(--ap-r-pill);
  background:var(--ap-white);border:1px solid var(--ap-green-200);
  color:var(--ap-green-900);font-size:.9rem;font-weight:600;
  transition:background 180ms ease,color 180ms ease,border-color 180ms ease;
}
body.commerce-public .agri-category-nav a span{
  min-width:22px;height:22px;border-radius:var(--ap-r-pill);
  background:var(--ap-green-100);color:var(--ap-green-800);font-size:.76rem;font-weight:700;
}
body.commerce-public .agri-category-nav a:hover{
  border-color:var(--ap-green-600);background:var(--ap-green-100);
}
body.commerce-public .agri-category-nav a.active{
  background:var(--ap-green-900);border-color:var(--ap-green-900);color:var(--ap-cream-50);
}
body.commerce-public .agri-category-nav a.active span{
  background:rgba(255,255,255,.18);color:var(--ap-cream-50);
}

/* ---------- Barre de sous-catégories (second niveau, 02/08/2026) --------- */
/* Volontairement plus discrète que le premier niveau : pas de pastille verte,
   texte plus petit, séparée par un filet. Elle n'est produite par la vue que
   lorsqu'au moins une sous-catégorie contient un produit publié — un
   producteur qui n'en crée aucune ne voit jamais cette barre. */

body.commerce-public .agri-subcategory-nav{
  display:flex;flex-wrap:wrap;justify-content:center;gap:8px;
  margin:-8px 0 22px;padding-top:14px;
  border-top:1px solid var(--ap-green-200);
}
body.commerce-public .agri-subcategory-nav a{
  display:inline-flex;align-items:center;gap:6px;
  padding:5px 13px;border-radius:var(--ap-r-pill);
  background:transparent;border:1px solid transparent;
  color:var(--ap-green-800);font-size:.82rem;font-weight:500;
  transition:background 180ms ease,color 180ms ease,border-color 180ms ease;
}
body.commerce-public .agri-subcategory-nav a span{
  min-width:19px;height:19px;display:inline-grid;place-items:center;
  border-radius:var(--ap-r-pill);
  background:var(--ap-green-100);color:var(--ap-green-800);
  font-size:.7rem;font-weight:700;
}
body.commerce-public .agri-subcategory-nav a:hover{
  background:var(--ap-green-100);border-color:var(--ap-green-200);
}
body.commerce-public .agri-subcategory-nav a.active{
  background:var(--ap-green-100);border-color:var(--ap-green-600);
  color:var(--ap-green-900);font-weight:600;
}
body.commerce-public .agri-subcategory-badge{
  opacity:.75;margin-left:8px;
}
body.commerce-public .agri-catalogue-heading > span a{
  color:var(--ap-green-600);text-decoration:none;
}
body.commerce-public .agri-catalogue-heading > span a:hover{text-decoration:underline}
body.commerce-public .agri-catalogue-vide{
  text-align:center;color:var(--ap-green-800);opacity:.75;margin:34px 0 44px;
}

/* ---------- Cartes produits : photo à gauche, contenu à droite ----------- */

body.commerce-public .agri-catalogue-grid,
body.commerce-public .catalogue-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(232px,272px));
  justify-content:center;
  column-gap:22px;row-gap:26px;
  margin:0 0 44px;
}
body.commerce-public .agri-catalogue-grid .agri-catalogue-card{
  display:flex;flex-direction:column;
  padding:0;overflow:hidden;
  background:var(--ap-white);
  border:1px solid var(--ap-line);border-radius:var(--ap-r-md);
  box-shadow:var(--ap-sh-sm);
  transition:transform 180ms ease,box-shadow 180ms ease;
}
body.commerce-public .agri-catalogue-grid .agri-catalogue-card:hover{
  transform:translateY(-2px);box-shadow:var(--ap-sh-md);
}
body.commerce-public .agri-catalogue-card .agri-card-image{
  width:100%;height:auto;min-height:0;aspect-ratio:4/3;
  margin:0;padding:0;display:block;position:relative;overflow:hidden;
  background:var(--ap-cream-200);
}
body.commerce-public .agri-catalogue-card .agri-card-image>.agri-image-button{
  display:block!important;width:100%!important;height:100%!important;
  padding:0!important;border:0!important;background:transparent!important;cursor:zoom-in;
}
body.commerce-public .agri-catalogue-card .agri-card-image .agri-thumb,
body.commerce-public .agri-catalogue-card .agri-card-image img{
  width:100%!important;height:100%!important;
  max-width:none!important;max-height:none!important;
  object-fit:cover!important;border-radius:0!important;display:block;
}
body.commerce-public .agri-catalogue-card .agri-image-placeholder{
  width:100%!important;height:100%!important;min-height:0;
  display:grid;place-items:center;border-radius:0;
  background:var(--ap-cream-200);color:#c9bda4;font-size:2rem;
}

body.commerce-public .agri-catalogue-card .agri-card-content{
  display:flex;flex-direction:column;gap:5px;flex:1;
  padding:14px 16px 16px;min-width:0;
}
body.commerce-public .agri-catalogue-card .agri-category-badge{
  align-self:flex-start;
  font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:var(--ap-green-600);
}
body.commerce-public .agri-catalogue-grid .agri-catalogue-card h3{
  margin:2px 0 0;font-family:var(--ap-serif);font-weight:400;
  font-size:1.06rem;line-height:1.22;letter-spacing:-.012em;
}
body.commerce-public .agri-catalogue-grid .agri-catalogue-card h3 a{color:var(--ap-green-950)}
body.commerce-public .agri-catalogue-grid .agri-catalogue-card h3 a:hover{
  text-decoration:underline;text-decoration-color:var(--ap-gold-500);text-underline-offset:3px;
}
body.commerce-public .agri-catalogue-grid .agri-catalogue-card p{
  margin:0;font-size:.84rem;line-height:1.4;color:var(--ap-muted);
}

/* prix : pastille or, lisible sur fond clair */
body.commerce-public .agri-catalogue-card .agri-card-price{
  align-self:flex-start;margin:9px 0 11px;
  padding:5px 13px;border-radius:var(--ap-r-pill);
  clip-path:none;
  background:var(--ap-gold-500);color:var(--ap-green-950)!important;
  font-size:1rem;font-weight:700;white-space:nowrap;
}
body.commerce-public .agri-catalogue-card .agri-card-price small,
body.commerce-public .agri-catalogue-card .agri-card-price span{
  color:var(--ap-green-950)!important;font-size:.76rem;font-weight:500;opacity:.78;background:none;
}

/* ---------- Boutons d'action de la carte --------------------------------- */

body.commerce-public .agri-catalogue-card .agri-card-actions{
  display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-top:auto;
}
body.commerce-public .agri-catalogue-card .agri-card-actions form{flex:1 1 auto;margin:0;min-width:0}
body.commerce-public .agri-catalogue-card .agri-card-link,
body.commerce-public .agri-catalogue-card .agri-add-cart{
  display:inline-flex;align-items:center;justify-content:center;gap:7px;
  padding:10px 15px;border-radius:var(--ap-r-sm);
  font-size:.88rem;font-weight:600;line-height:1.2;box-shadow:none;
  transition:background 180ms ease,border-color 180ms ease;
}
body.commerce-public .agri-catalogue-card .agri-card-link{
  width:100%;margin-top:0;
  background:var(--ap-white);color:var(--ap-green-900);
  border:1px solid var(--ap-green-200);
}
body.commerce-public .agri-catalogue-card .agri-card-link:hover{
  background:var(--ap-green-100);border-color:var(--ap-green-600);
}
body.commerce-public .agri-catalogue-card .agri-add-cart{
  width:100%!important;margin-top:0;
  background:var(--ap-green-900);color:var(--ap-cream-50);border:1px solid var(--ap-green-900);
  cursor:pointer;
}
body.commerce-public .agri-catalogue-card .agri-add-cart:before{content:"🛒";font-size:.92em}
body.commerce-public .agri-catalogue-card .agri-add-cart:hover{
  background:var(--ap-green-950);border-color:var(--ap-green-950);
}

/* Bouton principal des pages fiche produit / panier */
body.commerce-public .agri-primary-button{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:13px 24px;border-radius:var(--ap-r-sm);border:1px solid var(--ap-green-900);
  background:var(--ap-green-900);color:var(--ap-cream-50);
  font-size:.98rem;font-weight:700;cursor:pointer;
}
body.commerce-public .agri-primary-button:hover{background:var(--ap-green-950)}

/* ---------- Pages publiques secondaires (catégorie, produit, panier) ----- */

body.commerce-public .agri-public-page{max-width:1200px;padding:0 24px}
body.commerce-public .agri-simple-header{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:22px 0;border-bottom:1px solid var(--ap-line);margin-bottom:26px;
}
body.commerce-public .agri-simple-header>a:first-child{
  color:var(--ap-green-900);font-weight:600;font-size:.95rem;
}
body.commerce-public .agri-catalogue-heading{
  text-align:center;padding:22px 0 12px;border-bottom:1px solid var(--ap-line);margin-bottom:22px;
}
body.commerce-public .agri-catalogue-heading>span{
  font-size:.72rem;font-weight:800;letter-spacing:.19em;text-transform:uppercase;
  color:var(--ap-green-600);
}
body.commerce-public .agri-product-detail,
body.commerce-public .agri-detail-section,
body.commerce-public .agri-related{
  background:var(--ap-white);border:1px solid var(--ap-line);
  border-radius:var(--ap-r-lg);box-shadow:var(--ap-sh-sm);
}
body.commerce-public .agri-product-info h1{
  font-family:var(--ap-serif);font-weight:400;color:var(--ap-green-950);
  font-size:clamp(1.8rem,3vw,2.4rem);line-height:1.1;
}
body.commerce-public .agri-product-info .agri-detail-price{
  color:var(--ap-green-900)!important;font-family:var(--ap-serif);font-weight:700;
}

/* ---------- Visionneuse : 500 × 500 maximum ------------------------------ */

body.commerce-public .agri-zoom-modal{background:rgba(18,59,41,.78)}
body.commerce-public .agri-zoom-modal img{
  max-width:500px!important;max-height:500px!important;
  border-radius:var(--ap-r-md);box-shadow:var(--ap-sh-lg);
}
body.commerce-public .agri-zoom-close{
  background:var(--ap-cream-50)!important;color:var(--ap-green-950)!important;
}

/* ---------- Pied de page -------------------------------------------------- */

body.commerce-public .commerce-footer{
  position:relative;overflow:hidden;
  display:block;
  max-width:1200px;margin:40px auto 0;padding:18px 34px 12px;
  border-radius:var(--ap-r-lg) var(--ap-r-lg) 0 0;
  background:linear-gradient(150deg,var(--ap-green-900),var(--ap-green-950));
}
body.commerce-public .commerce-footer:after{
  content:"";position:absolute;right:14px;bottom:0;width:150px;height:92px;
  background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 180' fill='none'%3E %3Cg stroke='%23F8E8BF' stroke-width='2' stroke-linecap='round' opacity='.55'%3E %3Cpath d='M186 176 C182 138 180 108 186 78'/%3E %3Cpath d='M186 78 C160 62 132 62 112 78 C138 74 164 80 186 92'/%3E %3Cpath d='M186 78 C212 60 240 62 254 80 C232 72 206 80 186 92'/%3E %3Cpath d='M186 78 C176 50 150 32 124 32 C152 42 172 60 186 84'/%3E %3Cpath d='M186 78 C202 50 230 38 252 44 C226 50 202 64 188 86'/%3E %3Cpath d='M4 176 C48 152 92 158 128 176'/%3E %3Cpath d='M34 176 C58 148 92 134 128 138'/%3E %3C/g%3E %3C/svg%3E") right bottom/contain no-repeat;
  pointer-events:none;opacity:.5;
}
body.commerce-public .commerce-footer-cols{
  position:relative;z-index:1;
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;
  text-align:center;
}
body.commerce-public .commerce-footer p.commerce-footer-signature{
  position:relative;z-index:1;
  display:block;width:100%;max-width:none;
  margin:12px 0 0;padding-top:9px;
  border-top:1px solid rgba(255,253,248,.13);
  font-size:.82rem;color:rgba(255,253,248,.66);
  text-align:center;
}
body.commerce-public .commerce-footer p.commerce-footer-signature a{
  display:inline;padding:0;color:var(--ap-gold-100);
}
body.commerce-public .commerce-footer .footer-brand img{width:60px;height:60px;object-fit:contain}
body.commerce-public .commerce-footer strong{
  display:block;margin-bottom:7px;
  font-family:var(--ap-sans);font-size:.76rem;font-weight:800;
  letter-spacing:.18em;text-transform:uppercase;color:var(--ap-gold-100);
}
body.commerce-public .commerce-footer .footer-brand strong{
  font-family:var(--ap-serif);font-size:1.1rem;letter-spacing:.02em;text-transform:none;
}
body.commerce-public .commerce-footer a,
body.commerce-public .commerce-footer span{
  display:block;padding:1px 0;font-size:.85rem;line-height:1.5;
  color:rgba(255,253,248,.76);
}
body.commerce-public .commerce-footer a:hover{color:var(--ap-cream-50)}
body.commerce-public .commerce-footer p{
  margin:0;max-width:30ch;font-size:.87rem;line-height:1.55;
  color:rgba(255,253,248,.7);
}

/* ---------- Pages légales et contact -------------------------------------- */

/* Les pages publiques secondaires sont désormais dans .wrap, comme /boutique.
   Sans cette remise à zéro, leur propre remplissage s'ajouterait à celui du
   conteneur et décalerait tout le contenu vers la droite. */
body.commerce-public .wrap .agri-public-page{
  max-width:none;margin:26px 0 0;padding:0;
}
body.commerce-public .wrap .agri-home-catalogue{padding:0}

body.commerce-public .agri-legal{
  max-width:820px;margin:0 auto 48px;display:flex;flex-direction:column;gap:18px;
}
body.commerce-public .agri-legal>section{
  background:var(--ap-white);border:1px solid var(--ap-line);
  border-radius:var(--ap-r-md);box-shadow:var(--ap-sh-sm);
  padding:26px 30px;
}
body.commerce-public .agri-legal h2{
  margin:0 0 14px;font-family:var(--ap-serif);font-weight:400;
  font-size:1.35rem;color:var(--ap-green-950);
}
body.commerce-public .agri-legal p{margin:0 0 12px;line-height:1.68;color:var(--ap-ink)}
body.commerce-public .agri-legal p:last-child{margin-bottom:0}
body.commerce-public .agri-legal a{
  color:var(--ap-green-800);text-decoration:underline;
  text-decoration-color:var(--ap-gold-500);text-underline-offset:3px;
}
body.commerce-public .agri-legal a:hover{color:var(--ap-green-950)}
body.commerce-public .agri-legal ul{margin:0 0 12px;padding-left:20px}
body.commerce-public .agri-legal li{margin-bottom:8px;line-height:1.6}

body.commerce-public .agri-legal-liste{margin:0;display:flex;flex-direction:column}
body.commerce-public .agri-legal-ligne{
  display:grid;grid-template-columns:230px minmax(0,1fr);gap:16px;
  padding:11px 0;border-bottom:1px solid var(--ap-cream-200);
}
body.commerce-public .agri-legal-ligne:last-child{border-bottom:0}
body.commerce-public .agri-legal-ligne dt{
  margin:0;font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;
  color:var(--ap-muted);padding-top:2px;
}
body.commerce-public .agri-legal-ligne dd{margin:0;color:var(--ap-ink);line-height:1.6}

body.commerce-public .agri-legal-alerte{
  max-width:820px;margin:0 auto 18px;padding:18px 22px;
  background:var(--ap-gold-100);border:1px solid var(--ap-gold-500);
  border-left-width:5px;border-radius:var(--ap-r-sm);
}
body.commerce-public .agri-legal-alerte strong{
  display:block;margin-bottom:6px;color:var(--ap-gold-700);
  font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;
}
body.commerce-public .agri-legal-alerte p{margin:0 0 8px;color:var(--ap-ink);font-size:.93rem}
body.commerce-public .agri-legal-alerte ul{margin:0;padding-left:20px}
body.commerce-public .agri-legal-alerte li{font-size:.93rem;margin-bottom:4px}

body.commerce-public .agri-contact-moyens{
  display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;
}
body.commerce-public .agri-contact-moyen{
  display:flex;align-items:center;gap:14px;
  padding:20px 22px;text-decoration:none;
  background:var(--ap-white);border:1px solid var(--ap-line);
  border-radius:var(--ap-r-md);box-shadow:var(--ap-sh-sm);
  transition:border-color 180ms ease,transform 180ms ease;
}
body.commerce-public a.agri-contact-moyen:hover{
  border-color:var(--ap-green-600);transform:translateY(-2px);
}
body.commerce-public .agri-contact-pictogramme{
  flex:none;width:44px;height:44px;display:grid;place-items:center;
  border-radius:var(--ap-r-pill);background:var(--ap-green-100);
  color:var(--ap-green-800);font-size:1.25rem;
}
body.commerce-public .agri-contact-moyen>span:last-child{
  display:flex;flex-direction:column;gap:3px;min-width:0;
}
body.commerce-public .agri-contact-moyen strong{
  font-size:.95rem;font-weight:700;color:var(--ap-green-950);
}
body.commerce-public .agri-contact-moyen small{
  font-size:.86rem;color:var(--ap-muted);overflow-wrap:anywhere;
}

/* ---------- Connexion producteur ----------------------------------------- */

body.commerce-public .agri-auth{
  display:flex;justify-content:center;align-items:flex-start;
  max-width:none;margin:0;padding:44px 0 64px;
}
body.commerce-public .agri-auth .agri-auth-carte{
  width:min(100%,430px);margin:0;
  padding:34px 34px 30px;
  background:var(--ap-white);border:1px solid var(--ap-line);
  border-radius:var(--ap-r-lg);box-shadow:var(--ap-sh-md);
}
body.commerce-public .agri-auth-kicker{
  display:block;margin-bottom:10px;
  font-size:.7rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase;
  color:var(--ap-gold-700);
}
body.commerce-public .agri-auth .agri-auth-carte h2{
  margin:0 0 6px;font-family:var(--ap-serif);font-weight:400;
  font-size:1.7rem;line-height:1.15;color:var(--ap-green-950);
}
body.commerce-public .agri-auth-chapeau{
  margin:0 0 22px;font-size:.93rem;line-height:1.55;color:var(--ap-muted);
}
body.commerce-public .agri-auth .agri-auth-carte label{
  display:block;margin-bottom:16px;
  font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  color:var(--ap-muted);
}
body.commerce-public .agri-auth .agri-auth-carte input{
  display:block;width:100%;margin-top:7px;padding:12px 14px;
  font-size:1rem;font-weight:400;letter-spacing:normal;text-transform:none;
  color:var(--ap-ink);background:var(--ap-cream-50);
  border:1px solid var(--ap-green-200);border-radius:var(--ap-r-sm);
  transition:border-color 180ms ease,background 180ms ease;
}
body.commerce-public .agri-auth .agri-auth-carte input:focus{
  outline:none;background:var(--ap-white);border-color:var(--ap-green-600);
  box-shadow:0 0 0 3px rgba(60,118,80,.14);
}
body.commerce-public .agri-auth .agri-primary-button{width:100%;margin-top:4px}
body.commerce-public .agri-auth-aide{
  margin:20px 0 0;padding-top:18px;border-top:1px solid var(--ap-cream-200);
  font-size:.88rem;color:var(--ap-muted);
}
body.commerce-public .agri-auth-aide a{
  color:var(--ap-green-800);font-weight:600;
  text-decoration:underline;text-decoration-color:var(--ap-gold-500);text-underline-offset:3px;
}

body.commerce-public .agri-flash{
  margin:0 0 18px;padding:12px 15px;border-radius:var(--ap-r-sm);
  font-size:.92rem;line-height:1.5;border:1px solid;
}
body.commerce-public .agri-flash-success{
  background:var(--ap-green-100);border-color:var(--ap-green-200);color:var(--ap-green-950);
}
body.commerce-public .agri-flash-error{
  background:#fdeeee;border-color:#e3b7b7;color:#8f2f2f;
}

/* ---------- En-tête posé DANS la bannière (page /boutique seulement) --------
   Là où une bannière existe, l'en-tête devient transparent et se pose dessus.
   Le sélecteur :has repère la bannière tout seul : aucune modification de HTML,
   et les quinze pages sans bannière gardent leur barre pleine — sans quoi elles
   perdraient à nouveau toute navigation. */

body.commerce-public .wrap:has(> .commerce-hero){
  display:flex;flex-direction:column;
}
/* En colonne flexible, un enfant qui porte margin-left/right:auto cesse de
   s'étirer et se réduit à la largeur de son contenu — c'est ce qui écrasait le
   catalogue sur une seule colonne. On rétablit l'étirement explicitement. */
body.commerce-public .wrap:has(> .commerce-hero) > *{
  order:3;width:100%;min-width:0;margin-left:0;margin-right:0;
}
body.commerce-public .wrap:has(> .commerce-hero) > section.commerce-hero{order:1}
body.commerce-public .wrap:has(> .commerce-hero) > .commerce-header{order:2}

body.commerce-public .wrap:has(> .commerce-hero) .commerce-header{
  position:relative;z-index:5;
  min-height:0;margin:-34px 0 0;padding:0 34px 12px;
  background:none;border-bottom:0;box-shadow:none;backdrop-filter:none;
  clip-path:none;justify-content:flex-end;gap:36px;
}
/* Le nom de la marque est déjà écrit en surtitre dans la bannière : le répéter
   au-dessus ferait doublon. « Accueil » assure le retour à la page d'accueil. */
body.commerce-public .wrap:has(> .commerce-hero) .commerce-brand{display:none}

body.commerce-public .wrap:has(> .commerce-hero) .commerce-nav{gap:30px}
body.commerce-public .wrap:has(> .commerce-hero) .commerce-nav a,
body.commerce-public .wrap:has(> .commerce-hero) .commerce-actions .account-link{
  padding:0;border-bottom:0;
  font-family:var(--ap-serif);font-style:italic;font-weight:400;font-size:1.04rem;
  color:rgba(255,253,248,.88);
  text-shadow:0 1px 10px rgba(18,59,41,.55);
}
body.commerce-public .wrap:has(> .commerce-hero) .commerce-nav a:hover,
body.commerce-public .wrap:has(> .commerce-hero) .commerce-actions .account-link:hover{
  color:var(--ap-cream-50);text-decoration:none;
}
body.commerce-public .wrap:has(> .commerce-hero) .commerce-nav a.active{
  color:var(--ap-cream-50);
  border-bottom:2px solid var(--ap-gold-500);padding-bottom:3px;
}
body.commerce-public .wrap:has(> .commerce-hero) .commerce-actions{gap:26px}
body.commerce-public .wrap:has(> .commerce-hero) .account-login{
  color:var(--ap-gold-500);
}

/* La bannière remonte sous l'en-tête et se protège du texte clair par un voile. */
body.commerce-public .wrap:has(> .commerce-hero) section.commerce-hero{
  margin-top:0;min-height:420px;
}
body.commerce-public .wrap:has(> .commerce-hero) .commerce-hero-content{
  padding-top:4px!important;padding-bottom:34px!important;
}
body.commerce-public section.commerce-hero:before{
  content:""!important;position:absolute!important;
  top:auto!important;bottom:0!important;left:0!important;right:0!important;
  width:auto!important;height:92px!important;border-radius:0!important;
  z-index:1;
  background:linear-gradient(0deg,rgba(18,59,41,.72),rgba(18,59,41,0))!important;
  pointer-events:none;
}
/* Les cartes d'engagement mordent légèrement sur le bas de la bannière. */
body.commerce-public .wrap:has(> .commerce-hero) .trust-strip{
  position:relative;z-index:4;margin-top:18px;
}

/* Sous 960 px la bannière s'empile : l'en-tête reprend sa forme pleine. */
@media(max-width:960px){
  /* La bannière s'empile : l'en-tête reprend sa forme de bandeau autonome,
     au-dessus d'elle, plutôt que de flotter par-dessus une image tronquée. */
  body.commerce-public .wrap:has(> .commerce-hero) > .commerce-header{order:1}
  body.commerce-public .wrap:has(> .commerce-hero) > section.commerce-hero{order:2}
  body.commerce-public .wrap:has(> .commerce-hero) .commerce-header{
    position:relative;margin:20px 0 16px;padding:18px 22px;
    justify-content:flex-start;flex-wrap:wrap;gap:16px;
    border-radius:var(--ap-r-md);
    background:linear-gradient(104deg,var(--ap-green-950),var(--ap-green-800));
    box-shadow:var(--ap-sh-sm);
  }
  body.commerce-public .wrap:has(> .commerce-hero) .commerce-brand{display:flex}
  body.commerce-public .wrap:has(> .commerce-hero) .commerce-nav a,
  body.commerce-public .wrap:has(> .commerce-hero) .commerce-actions .account-link{
    text-shadow:none;
  }
  body.commerce-public .wrap:has(> .commerce-hero) .commerce-hero-content{padding-top:38px;padding-bottom:38px}
  body.commerce-public .commerce-hero .hero-logo{height:130px;width:130px;top:16px}
  body.commerce-public .wrap:has(> .commerce-hero) .trust-strip{margin-top:16px}
}

/* ---------- Accessibilité et confort ------------------------------------- */

body.commerce-public a:focus-visible,
body.commerce-public button:focus-visible{
  outline:3px solid var(--ap-gold-500);outline-offset:2px;border-radius:4px;
}
@media (prefers-reduced-motion:reduce){
  body.commerce-public *{transition:none!important;animation:none!important}
  body.commerce-public .agri-catalogue-card:hover{transform:none}
}

/* ---------- Adaptations : 1200 / 960 / 768 / 390 -------------------------- */

@media(max-width:1200px){
  body.commerce-public .commerce-header .commerce-nav{gap:24px}
  body.commerce-public .commerce-hero .commerce-hero-content{padding:42px 16px 42px 40px}
}

@media(max-width:960px){
  body.commerce-public .commerce-header{flex-wrap:wrap;gap:16px;padding:14px 22px;margin-top:20px}
  body.commerce-public .commerce-header .commerce-brand img{width:74px;height:74px}
  body.commerce-public .commerce-wordmark strong{font-size:1.25rem}
  body.commerce-public .commerce-header .commerce-nav{order:3;width:100%;gap:20px;overflow-x:auto}
  body.commerce-public .commerce-header .commerce-nav a{padding:0 0 4px;white-space:nowrap}
  body.commerce-public section.commerce-hero{grid-template-columns:1fr;min-height:0}
  body.commerce-public .commerce-hero .commerce-hero-content{padding:34px 28px;order:2;gap:18px}
  body.commerce-public .commerce-hero .commerce-hero-visual{order:1;min-height:210px}
  body.commerce-public .commerce-hero .commerce-hero-visual:before{
    background:linear-gradient(180deg,rgba(18,59,41,.15) 0%,rgba(18,59,41,.55) 72%,var(--ap-green-950) 100%);
  }
  body.commerce-public .trust-strip{grid-template-columns:1fr 1fr}
  body.commerce-public .commerce-footer{padding:18px 22px 12px}
  body.commerce-public .commerce-footer-cols{grid-template-columns:1fr 1fr}
  body.commerce-public .commerce-footer:after{opacity:.3}
  body.commerce-public .agri-home-panierbar{justify-content:center}
}

@media(max-width:768px){
  body.commerce-public .agri-catalogue-grid,
  body.commerce-public .catalogue-grid{grid-template-columns:repeat(auto-fit,minmax(200px,272px))}
}

@media(max-width:560px){
  body.commerce-public .wrap{padding:0 14px 32px}
  body.commerce-public .commerce-wordmark strong{font-size:1.15rem}
  body.commerce-public .commerce-header{padding:16px 18px}
  body.commerce-public .commerce-header .commerce-brand img{width:60px;height:60px}
  body.commerce-public .commerce-wordmark strong{font-size:1.12rem}
  body.commerce-public .commerce-header .account-link{font-size:.94rem}
  body.commerce-public .commerce-header .commerce-actions{gap:16px}
  body.commerce-public .commerce-hero .commerce-hero-content{padding:30px 22px;gap:16px}
  body.commerce-public .commerce-hero .hero-logo{height:88px;width:88px;top:0}

  body.commerce-public .trust-strip{grid-template-columns:1fr}
  body.commerce-public .agri-home-catalogue,
  body.commerce-public .agri-public-page{padding:0 14px}
  body.commerce-public .agri-catalogue-grid,
  body.commerce-public .catalogue-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));column-gap:14px}
  body.commerce-public .commerce-footer{border-radius:0;padding:18px}
  body.commerce-public .commerce-footer-cols{grid-template-columns:1fr;gap:14px}
  body.commerce-public .commerce-footer:after{display:none}
  body.commerce-public .agri-legal>section{padding:20px 18px}
  body.commerce-public .agri-legal-ligne{grid-template-columns:1fr;gap:4px;padding:10px 0}
}

body.commerce-public .agri-auth .agri-auth-carte{width:min(100%,600px)}
body.commerce-public .agri-auth .agri-auth-carte form{
  display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:end;
}
body.commerce-public .agri-auth .agri-auth-carte form label{margin-bottom:0}
body.commerce-public .agri-auth .agri-auth-carte form:has(label:only-of-type) label{grid-column:1/-1}
body.commerce-public .agri-auth .agri-auth-carte input{height:44px;padding:0 14px;border-radius:8px}
body.commerce-public .agri-auth .agri-auth-carte form button,
body.commerce-public .agri-auth .agri-auth-carte form .agri-btn{
  grid-column:1/-1;justify-self:start;width:auto;margin-top:4px;
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  height:44px;padding:0 26px;border-radius:8px;
  border:1px solid var(--ap-green-900);background:var(--ap-green-900);color:var(--ap-cream-50);
  font-family:inherit;font-size:.98rem;font-weight:700;letter-spacing:normal;text-transform:none;
  cursor:pointer;transition:background 180ms ease;
}
body.commerce-public .agri-auth .agri-auth-carte form button:hover,
body.commerce-public .agri-auth .agri-auth-carte form .agri-btn:hover{background:var(--ap-green-950)}
body.commerce-public .agri-auth .agri-auth-carte a.agri-btn{
  display:inline-flex;align-items:center;height:44px;padding:0 26px;border-radius:8px;
  background:var(--ap-green-900);color:var(--ap-cream-50);text-decoration:none;font-weight:700;
}
@media(max-width:700px){
  body.commerce-public .agri-auth .agri-auth-carte form{grid-template-columns:1fr}
  body.commerce-public .agri-auth .agri-auth-carte form button,
  body.commerce-public .agri-auth .agri-auth-carte form .agri-btn{width:100%;justify-self:stretch}
}
