/* --------------------------------------------------------- polices (auto-hebergees)
   Figtree est une variable 400-800 : un seul fichier par sous-ensemble.
   Caveat est reduite aux caracteres des trois notes manuscrites. */

@font-face {
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('../fonts/figtree-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 400 800;
	font-display: swap;
	src: url('../fonts/figtree-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Caveat';
	font-style: normal;
	font-weight: 500 700;
	font-display: swap;
	src: url('../fonts/caveat.woff2') format('woff2');
}

/* ==========================================================================
   Market P'tit Dej - feuille de style
   Direction artistique reprise du visuel fourni par le client.
   ========================================================================== */

:root {
	--orange: #F55A12;
	--orange-2: #F7761F;
	--orange-fonce: #D8490A;
	--orange-pale: #FEF0E4;
	--peche: #FCF2E6;
	--peche-2: #FFF8F1;
	--noir: #2B1C12;
	--gris: #5E5650;
	--gris-2: #8A817B;
	--trait: #EFE7DF;
	--blanc: #FFFFFF;
	--pied: #341807;
	--vert: #3C8A56;
	--vert-fond: #F2F6EC;
	--vert-bord: #D8E5C8;
	--azulejo: #2D5FA0;

	--police: "Figtree", -apple-system, "Segoe UI", sans-serif;
	--police-main: "Caveat", cursive;

	--rayon: 18px;
	--rayon-sm: 12px;
	--ombre: 0 1px 2px rgba(43, 28, 18, .04), 0 10px 26px -14px rgba(43, 28, 18, .22);
	--ombre-lg: 0 2px 6px rgba(43, 28, 18, .05), 0 28px 56px -26px rgba(43, 28, 18, .34);
	--section: clamp(56px, 6.5vw, 96px);
	--gouttiere: clamp(18px, 3.4vw, 36px);
	--entete: 74px;

	--azulejo-sombre: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cg fill='none' stroke='%23331A0A' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M0 36 36 0 72 36 36 72Z'/%3E%3Cpath d='M36 19c4.5 8.5 8 12 17 17-9 5-12.5 8.5-17 17-4.5-8.5-8-12-17-17 9-5 12.5-8.5 17-17Z'/%3E%3Ccircle cx='36' cy='36' r='4.5'/%3E%3Cpath d='M0 0c7 4 11 8 13 13M72 0c-7 4-11 8-13 13M0 72c7-4 11-8 13-13M72 72c-7-4-11-8-13-13'/%3E%3C/g%3E%3C/svg%3E");
	--azulejo-motif: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'%3E%3Cg fill='none' stroke='%232D5FA0' stroke-width='1.6' stroke-linecap='round'%3E%3Cpath d='M0 36 36 0 72 36 36 72Z'/%3E%3Cpath d='M36 19c4.5 8.5 8 12 17 17-9 5-12.5 8.5-17 17-4.5-8.5-8-12-17-17 9-5 12.5-8.5 17-17Z'/%3E%3Ccircle cx='36' cy='36' r='4.5'/%3E%3Cpath d='M0 0c7 4 11 8 13 13M72 0c-7 4-11 8-13 13M0 72c7-4 11-8 13-13M72 72c-7-4-11-8-13-13'/%3E%3C/g%3E%3C/svg%3E");
}

/* --------------------------------------------------------- base */

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* defilement lisse (Lenis) */
html.lenis, html.lenis body { height: auto; }
html.lenis { scroll-behavior: auto; }
.lenis:not(.lenis-autoToggle).lenis-stopped { overflow: clip; }
.lenis.lenis-smooth iframe { pointer-events: none; }
.lenis [data-lenis-prevent] { overscroll-behavior: contain; }

body {
	margin: 0;
	background: var(--blanc);
	color: var(--gris);
	font-family: var(--police);
	font-size: 1rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }
::selection { background: var(--orange); color: #fff; }

:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; border-radius: 4px; }
:focus:not(:focus-visible) { outline: none; }

h1, h2, h3, h4 {
	font-family: var(--police);
	color: var(--noir);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -.025em;
	margin: 0;
	text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 5.4vw, 4rem); letter-spacing: -.035em; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); letter-spacing: -.03em; }
h3 { font-size: clamp(1.1rem, 1.5vw, 1.3rem); }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

.or { color: var(--orange); }
.main { font-family: var(--police-main); font-weight: 600; color: var(--noir); line-height: 1.12; }

.conteneur { width: 100%; max-width: 1240px; margin-inline: auto; padding-inline: var(--gouttiere); }
.conteneur--large { max-width: 1400px; }

.section { padding-block: var(--section); }
.section--peche { background: var(--peche-2); }
.lisible { max-width: 60ch; }

.chapo { font-size: clamp(1rem, 1.2vw, 1.1rem); color: var(--gris); }

/* --------------------------------------------------------- titres de section */

.titre-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 14px 28px;
	margin-bottom: clamp(26px, 3vw, 40px);
}
.titre-section--centre { flex-direction: column; text-align: center; justify-content: center; }

.lien-fleche {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--orange);
	font-weight: 600;
	font-size: .95rem;
	border-bottom: 1.5px solid currentColor;
	padding-bottom: 2px;
}
.lien-fleche svg { transition: transform .3s cubic-bezier(.2, .8, .3, 1); }
.lien-fleche:hover svg { transform: translateX(4px); }

/* --------------------------------------------------------- boutons */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 14px 26px;
	border: 1.5px solid transparent;
	border-radius: 999px;
	font-size: .94rem;
	font-weight: 700;
	cursor: pointer;
	white-space: nowrap;
	transition: transform .3s cubic-bezier(.2, .8, .3, 1), background-color .25s, color .25s, border-color .25s, box-shadow .3s;
}
.btn svg { flex: none; transition: transform .3s cubic-bezier(.2, .8, .3, 1); }
.btn:hover { transform: translateY(-2px); }
.btn:hover svg.fleche { transform: translateX(3px); }

.btn--plein {
	background: var(--orange);
	color: #fff;
	box-shadow: 0 10px 22px -10px rgba(245, 90, 18, .75);
}
.btn--plein:hover { background: var(--orange-fonce); }

.btn--blanc { background: var(--blanc); color: var(--noir); border-color: var(--noir); }
.btn--blanc:hover { background: var(--noir); color: #fff; }

.btn--ligne { background: var(--blanc); color: var(--orange); border-color: var(--orange); }
.btn--ligne:hover { background: var(--orange); color: #fff; }

.btn--sm { padding: 10px 20px; font-size: .85rem; }

/* --------------------------------------------------------- entete */

.entete {
	position: sticky;
	top: 0;
	z-index: 90;
	background: var(--blanc);
	border-bottom: 1px solid var(--trait);
	transition: box-shadow .3s;
}
.entete.est-colle { box-shadow: 0 6px 20px -12px rgba(43, 28, 18, .3); }
.entete .conteneur {
	max-width: 1400px;
	height: var(--entete);
	display: flex;
	align-items: center;
	gap: clamp(12px, 2vw, 26px);
}

.logo { flex: none; }
.logo img { height: 46px; width: auto; }

.nav { display: flex; align-items: center; gap: clamp(4px, 1vw, 14px); margin-inline: auto; }
.nav a {
	position: relative;
	padding: 8px 2px;
	font-size: .875rem;
	font-weight: 500;
	color: var(--gris);
	white-space: nowrap;
	transition: color .25s;
}
.nav a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	border-radius: 2px;
	background: var(--orange);
	transform: scaleX(0);
	transition: transform .3s cubic-bezier(.2, .8, .3, 1);
}
.nav a:hover { color: var(--noir); }
.nav a:hover::after, .nav a.est-actif::after { transform: scaleX(1); }
.nav a.est-actif { color: var(--orange); font-weight: 600; }
.nav .drapeau { margin-left: 5px; vertical-align: -2px; }

.entete__outils { display: flex; align-items: center; gap: 6px; flex: none; }
.outil {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border: 0;
	padding: 0;
	background: transparent;
	border-radius: 50%;
	color: var(--noir);
	position: relative;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: background-color .25s;
}
.outil:hover { background: var(--orange-pale); }
.outil__pastille {
	position: absolute;
	top: 2px;
	right: 1px;
	min-width: 17px;
	height: 17px;
	padding: 0 4px;
	border-radius: 999px;
	background: var(--orange);
	color: #fff;
	font-size: .65rem;
	font-weight: 700;
	display: grid;
	place-items: center;
	line-height: 1;
}
.outil__pastille.bat { animation: bat .45s cubic-bezier(.2, .8, .3, 1); }
@keyframes bat {
	0% { transform: scale(1); }
	45% { transform: scale(1.45); }
	100% { transform: scale(1); }
}
@media (prefers-reduced-motion: reduce) { .outil__pastille.bat { animation: none; } }

.entete .btn { margin-left: 8px; }

.burger {
	display: none;
	width: 40px;
	height: 40px;
	border: 1px solid var(--trait);
	border-radius: 10px;
	background: var(--blanc);
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	flex: none;
}
.burger span { display: block; width: 17px; height: 2px; background: var(--noir); position: relative; transition: background-color .2s; }
.burger span::before, .burger span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 17px;
	height: 2px;
	background: var(--noir);
	transition: transform .3s cubic-bezier(.2, .8, .3, 1);
}
.burger span::before { top: -6px; }
.burger span::after { top: 6px; }
.est-ouvert .burger span { background: transparent; }
.est-ouvert .burger span::before { transform: translateY(6px) rotate(45deg); }
.est-ouvert .burger span::after { transform: translateY(-6px) rotate(-45deg); }

.menu-mobile {
	position: fixed;
	inset: var(--entete) 0 0;
	z-index: 89;
	background: var(--blanc);
	padding: 22px var(--gouttiere) 40px;
	display: flex;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: opacity .28s, transform .35s cubic-bezier(.2, .8, .3, 1), visibility .28s;
	overflow-y: auto;
}
.est-ouvert .menu-mobile { opacity: 1; visibility: visible; transform: none; }
.menu-mobile a {
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--noir);
	padding: 14px 0;
	border-bottom: 1px solid var(--trait);
}
.menu-mobile .btn { border: 1.5px solid transparent; margin-top: 20px; font-size: .98rem; padding: 16px 30px; }
.menu-mobile .btn--ligne { border-color: var(--orange); }
.menu-mobile .drapeau { margin-left: 8px; vertical-align: -1px; }
.menu-mobile .btn + .btn { margin-top: 10px; }

/* --------------------------------------------------------- hero */

.hero { position: relative; background: var(--blanc); overflow: hidden; }
.hero__grille {
	display: grid;
	grid-template-columns: 1fr 1.02fr;
	align-items: center;
	gap: clamp(24px, 3vw, 48px);
	max-width: 1400px;
	margin-inline: auto;
	padding-left: var(--gouttiere);
	min-height: clamp(460px, 56vw, 620px);
}
.hero__texte { padding-block: clamp(36px, 5vw, 64px); }
.hero h1 { margin-bottom: 16px; }
.hero__sous { font-size: clamp(1.02rem, 1.3vw, 1.18rem); color: var(--gris); max-width: 32ch; margin-bottom: 26px; }
.hero__sous .coeur { color: var(--orange); }
.hero .boutons { display: flex; flex-wrap: wrap; gap: 12px; }

.atouts {
	display: flex;
	flex-wrap: wrap;
	gap: 14px clamp(16px, 2.2vw, 32px);
	margin-top: clamp(28px, 3.4vw, 44px);
}
.atout { display: flex; align-items: flex-start; gap: 10px; font-size: .8rem; line-height: 1.35; color: var(--gris); }
.atout svg { color: var(--noir); flex: none; margin-top: 1px; }
.atout b { display: block; font-weight: 500; color: var(--gris); }

/* le collage du hero */
.hero__collage {
	position: relative;
	align-self: stretch;
	min-height: clamp(360px, 46vw, 620px);
	overflow: hidden;
}
.hero__fond {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero__collage::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, var(--blanc) 0%, rgba(255, 255, 255, .72) 13%, rgba(255, 255, 255, 0) 38%),
		linear-gradient(0deg, rgba(255, 255, 255, .88) 0%, rgba(255, 255, 255, .35) 18%, rgba(255, 255, 255, 0) 38%);
}
.hero__plat {
	position: absolute;
	right: clamp(10px, 3.5vw, 58px);
	bottom: clamp(52px, 9vw, 116px);
	width: clamp(240px, 47%, 460px);
	border-radius: var(--rayon);
	box-shadow: var(--ombre-lg);
	border: 6px solid var(--blanc);
	transform: rotate(-1.5deg);
	z-index: 3;
}
.hero__tasse {
	position: absolute;
	left: clamp(64px, 16%, 210px);
	bottom: clamp(50px, 9vw, 110px);
	width: clamp(104px, 21%, 178px);
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 50%;
	border: 6px solid var(--blanc);
	box-shadow: var(--ombre-lg);
	z-index: 4;
}
.hero__carreaux {
	position: absolute;
	left: 0;
	bottom: 0;
	width: clamp(54px, 7.5vw, 100px);
	height: clamp(150px, 26vw, 330px);
	background: var(--azulejo-motif) #EDF3FA;
	background-size: 52px;
	z-index: 2;
	box-shadow: 10px 0 26px -16px rgba(43, 28, 18, .55);
}
.hero__drapeau {
	position: absolute;
	top: clamp(14px, 2.6vw, 30px);
	right: clamp(14px, 2.6vw, 34px);
	z-index: 3;
	width: clamp(44px, 5vw, 62px);
	height: auto;
	filter: drop-shadow(0 6px 14px rgba(43, 28, 18, .35));
}
.hero__note {
	position: absolute;
	z-index: 5;
	font-family: var(--police-main);
	font-weight: 600;
	color: var(--noir);
	font-size: clamp(1.05rem, 1.65vw, 1.5rem);
	line-height: 1.16;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .95), 0 0 14px rgba(255, 255, 255, .9), 0 0 26px rgba(255, 255, 255, .7);
}
.hero__note .coeur { color: var(--orange); }
.hero__note--1 { top: clamp(18px, 5vw, 56px); left: clamp(10px, 8%, 96px); transform: rotate(-5deg); }
.hero__note--2 { bottom: clamp(10px, 2.4vw, 30px); right: clamp(12px, 4vw, 66px); transform: rotate(-4deg); text-align: right; }

/* --------------------------------------------------------- cartes publics */

.grille-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(14px, 1.8vw, 24px); }
.grille-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 1.8vw, 24px); }

.public {
	position: relative;
	border-radius: var(--rayon);
	overflow: hidden;
	background: linear-gradient(100deg, var(--peche) 0%, var(--peche) 42%, rgba(252, 242, 230, 0) 88%);
	min-height: 218px;
	display: flex;
	isolation: isolate;
	transition: transform .4s cubic-bezier(.2, .8, .3, 1), box-shadow .4s;
}
.public:hover { transform: translateY(-4px); box-shadow: var(--ombre); }
.public img {
	position: absolute;
	inset: 0 0 0 auto;
	width: 58%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}
.public::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, var(--peche) 0%, var(--peche) 38%, rgba(252, 242, 230, .72) 56%, rgba(252, 242, 230, 0) 78%);
}
.public__corps { padding: clamp(20px, 2.4vw, 28px); max-width: 74%; display: flex; flex-direction: column; gap: 8px; }
.public__icone { color: var(--orange); margin-bottom: 4px; }
.public h3 { font-size: clamp(1.1rem, 1.5vw, 1.32rem); }
.public p { font-size: .88rem; line-height: 1.5; margin: 0; }
.public .btn { margin-top: auto; align-self: flex-start; }

/* --------------------------------------------------------- cartes produit */

.produit {
	position: relative;
	background: var(--blanc);
	border: 1px solid var(--trait);
	border-radius: var(--rayon);
	padding: 10px 10px 18px;
	display: flex;
	flex-direction: column;
	transition: transform .4s cubic-bezier(.2, .8, .3, 1), box-shadow .4s, border-color .3s;
}
.produit:hover { transform: translateY(-4px); box-shadow: var(--ombre); border-color: #E6DACD; }
.produit__img { border-radius: var(--rayon-sm); overflow: hidden; aspect-ratio: 10 / 7; background: var(--peche); }
.produit__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2, .8, .3, 1); }
.produit:hover .produit__img img { transform: scale(1.05); }
.produit__corps { padding: 14px 8px 0; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.produit h3 { font-size: 1.08rem; }
.produit p { font-size: .86rem; line-height: 1.45; margin: 0; color: var(--gris); }
.produit__pied {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 16px;
	padding: 0 8px;
}
.produit__prix { font-size: 1.4rem; font-weight: 800; color: var(--orange); letter-spacing: -.02em; }
.etiquette {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	background: var(--orange);
	color: #fff;
	font-size: .74rem;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 999px;
	box-shadow: 0 6px 14px -6px rgba(245, 90, 18, .8);
}

/* --------------------------------------------------------- bande portugaise */

.portugal {
	position: relative;
	background: linear-gradient(180deg, var(--peche) 0%, var(--peche-2) 100%);
	overflow: hidden;
	padding-block: clamp(40px, 5vw, 68px);
}
.portugal__carreaux {
	position: absolute;
	inset: 0 auto 0 0;
	width: clamp(34px, 6vw, 92px);
	background: var(--azulejo-motif) #EDF3FA;
	background-size: 54px;
	z-index: 1;
}
.portugal__ville {
	position: absolute;
	inset: 0 0 0 auto;
	width: 16%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
	opacity: 1;
}
.portugal .conteneur { position: relative; z-index: 2; }
.portugal__tete {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 30px;
	text-align: center;
	margin-bottom: clamp(22px, 2.6vw, 34px);
}
.portugal__tete h2 { display: inline-flex; align-items: center; gap: 12px; justify-content: center; }
.portugal__tete p { margin: 6px 0 0; font-size: .98rem; }
.portugal__note { font-family: var(--police-main); font-size: clamp(1.15rem, 1.7vw, 1.5rem); color: var(--noir); line-height: 1.2; transform: rotate(-3deg); }
.portugal__note .coeur { color: var(--orange); }

.grille-8 { display: grid; grid-template-columns: repeat(8, 1fr); gap: clamp(8px, 1vw, 14px); }

.tuile {
	background: var(--blanc);
	border: 1px solid var(--trait);
	border-radius: var(--rayon-sm);
	overflow: hidden;
	text-align: center;
	padding-bottom: 12px;
	display: flex;
	flex-direction: column;
	transition: transform .35s cubic-bezier(.2, .8, .3, 1), box-shadow .35s;
}
.tuile:hover { transform: translateY(-4px); box-shadow: var(--ombre); }
.tuile__img { aspect-ratio: 62 / 54; overflow: hidden; background: var(--peche); }
.tuile__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2, .8, .3, 1); }
.tuile:hover .tuile__img img { transform: scale(1.06); }
.tuile b { display: block; margin: 10px 8px 2px; font-size: .84rem; font-weight: 700; color: var(--noir); line-height: 1.2; }
.tuile span { display: block; font-size: .92rem; font-weight: 800; color: var(--noir); margin-bottom: 10px; }
.tuile .btn { margin: auto 8px 0; }

/* --------------------------------------------------------- services */

.services { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.service {
	display: flex;
	gap: 14px;
	padding: 6px clamp(14px, 2vw, 28px);
	border-left: 1px solid var(--trait);
}
.service:first-child { border-left: 0; padding-left: 0; }
.service__rond {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--orange-pale);
	color: var(--orange);
	display: grid;
	place-items: center;
	flex: none;
}
.service b { display: block; color: var(--noir); font-weight: 700; font-size: .95rem; line-height: 1.25; margin-bottom: 5px; }
.service p { font-size: .83rem; line-height: 1.45; margin: 0; }

/* --------------------------------------------------------- boites horaires */

.boites { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(14px, 2vw, 24px); margin-top: clamp(28px, 3.4vw, 44px); }
.boite {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding: clamp(18px, 2.2vw, 26px);
	border-radius: var(--rayon);
	border: 1.5px solid;
}
.boite svg { flex: none; }
.boite h3 { font-size: clamp(1.05rem, 1.5vw, 1.28rem); line-height: 1.25; }
.boite p { font-size: .88rem; margin: 8px 0 0; }
.boite--matin { background: var(--vert-fond); border-color: var(--vert-bord); }
.boite--matin h3, .boite--matin svg { color: var(--vert); }
.boite--soir { background: var(--orange-pale); border-color: #F8D9BE; }
.boite--soir h3 span { color: var(--orange); }
.boite--soir svg { color: var(--orange); }

/* --------------------------------------------------------- page interne */

.tete-page {
	background: linear-gradient(180deg, var(--peche) 0%, var(--peche-2) 100%);
	border-bottom: 1px solid var(--trait);
	padding-block: clamp(36px, 4.6vw, 62px);
	position: relative;
	overflow: hidden;
}
.tete-page .conteneur { position: relative; }
.fil { font-size: .82rem; color: var(--gris-2); margin-bottom: 12px; }
.fil a:hover { color: var(--orange); }
.tete-page h1 { margin-bottom: 14px; }

/* --------------------------------------------------------- carte produits */

.filtres { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: clamp(24px, 3vw, 38px); }
.filtre {
	padding: 9px 18px;
	border-radius: 999px;
	border: 1.5px solid var(--trait);
	background: var(--blanc);
	color: var(--gris);
	font-size: .86rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color .25s, color .25s, border-color .25s;
}
.filtre:hover { border-color: var(--orange); color: var(--orange); }
.filtre.est-actif { background: var(--orange); border-color: var(--orange); color: #fff; }

.groupe-produits { margin-bottom: clamp(34px, 4vw, 56px); }
.groupe-produits > h2 { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; font-size: clamp(1.4rem, 2.2vw, 1.9rem); }
.groupe-produits > h2::after { content: ""; flex: 1; height: 1px; background: var(--trait); }

.ligne-produit {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: center;
	gap: 16px;
	padding: 13px 0;
	border-bottom: 1px solid var(--trait);
}
.ligne-produit:last-child { border-bottom: 0; }
.ligne-produit b { font-weight: 600; color: var(--noir); font-size: .98rem; }
.ligne-produit small { display: block; font-weight: 400; color: var(--gris-2); font-size: .84rem; }
.ligne-produit__prix { font-weight: 800; color: var(--orange); font-size: 1.05rem; white-space: nowrap; }

/* --------------------------------------------------------- etapes */

.etapes { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(14px, 2vw, 24px); counter-reset: etape; }
.etape {
	position: relative;
	background: var(--blanc);
	border: 1px solid var(--trait);
	border-radius: var(--rayon);
	padding: clamp(22px, 2.4vw, 30px);
}
.etape::before {
	counter-increment: etape;
	content: counter(etape);
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--orange);
	color: #fff;
	font-weight: 800;
	font-size: 1.05rem;
	margin-bottom: 16px;
}
.etape h3 { margin-bottom: 8px; }

.faq {
	background: var(--blanc);
	border: 1px solid var(--trait);
	border-radius: var(--rayon);
	padding: clamp(20px, 2.2vw, 28px);
}
.faq h3 { font-size: 1.05rem; margin-bottom: 8px; }
.faq p { font-size: .9rem; margin: 0; }
.grille-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(14px, 2vw, 24px); }
@media (max-width: 720px) { .grille-2 { grid-template-columns: 1fr; } }
.etape p { font-size: .9rem; margin: 0; }

/* --------------------------------------------------------- avis */

.avis {
	background: var(--blanc);
	border: 1px solid var(--trait);
	border-radius: var(--rayon);
	padding: clamp(20px, 2.4vw, 28px);
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.avis blockquote { margin: 0; font-size: .98rem; color: var(--gris); line-height: 1.55; }
.avis footer { display: flex; align-items: center; gap: 11px; margin-top: auto; }
.avis__pastille {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: var(--orange-pale);
	color: var(--orange);
	display: grid;
	place-items: center;
	font-weight: 800;
	font-size: .88rem;
	flex: none;
}
.avis b { display: block; color: var(--noir); font-size: .9rem; }
.avis span { font-size: .8rem; color: var(--gris-2); }
.etoiles { display: flex; gap: 2px; color: #F5A623; }

/* --------------------------------------------------------- appel */

.appel {
	position: relative;
	border-radius: var(--rayon);
	overflow: hidden;
	background: linear-gradient(120deg, var(--orange) 0%, #F98A2B 100%);
	color: #fff;
	padding: clamp(34px, 4.4vw, 64px) clamp(24px, 4vw, 60px);
	text-align: center;
	isolation: isolate;
}
.appel::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--azulejo-sombre);
	background-size: 70px;
	opacity: .14;
	z-index: -1;
}
.appel h2 { color: #fff; margin-bottom: 12px; }
.appel p { color: rgba(255, 255, 255, .92); max-width: 56ch; margin-inline: auto; }
.appel .boutons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 26px; }
.appel .btn--plein { background: var(--blanc); color: var(--orange); box-shadow: 0 12px 26px -12px rgba(43, 28, 18, .6); }
.appel .btn--plein:hover { background: var(--noir); color: #fff; }
.appel .btn--blanc { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .7); }
.appel .btn--blanc:hover { background: #fff; color: var(--orange); }

/* --------------------------------------------------------- formulaire */

.form { display: grid; gap: 16px; }
.champ { display: grid; gap: 7px; }
.champ label { font-size: .84rem; font-weight: 600; color: var(--noir); }
.champ input, .champ textarea, .champ select {
	font: inherit;
	font-size: .95rem;
	padding: 13px 15px;
	border: 1.5px solid var(--trait);
	border-radius: var(--rayon-sm);
	background: var(--blanc);
	color: var(--noir);
	width: 100%;
	transition: border-color .25s, box-shadow .25s;
}
.champ textarea { min-height: 220px; resize: vertical; overscroll-behavior: contain; }
.champ input:focus, .champ textarea:focus, .champ select:focus {
	outline: none;
	border-color: var(--orange);
	box-shadow: 0 0 0 4px rgba(245, 90, 18, .13);
}
.form__duo { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form__note { font-size: .8rem; color: var(--gris-2); }
.reponse {
	display: inline-flex;
	gap: 8px;
	padding: 11px 18px;
	border-radius: 999px;
	background: var(--vert-fond);
	border: 1.5px solid var(--vert-bord);
	color: var(--vert);
	font-size: .86rem;
	font-weight: 600;
}

.legal h2 { font-size: 1.35rem; margin: 2.2em 0 .6em; }
.legal h2:first-child { margin-top: 0; }
.legal p, .legal li { color: var(--gris); line-height: 1.7; }
.legal a { color: var(--orange); }

.reponse--erreur { background: #FDECEA; border-color: #F2B8B0; color: #B3261E; }
.champ-piege { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.infos { display: grid; gap: 20px; padding: clamp(22px, 2.6vw, 32px); background: var(--peche-2); border: 1px solid var(--trait); border-radius: var(--rayon); align-content: start; }
.info { display: flex; gap: 13px; align-items: flex-start; }
.info svg { color: var(--orange); flex: none; margin-top: 2px; }
.info b { display: block; font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gris-2); margin-bottom: 3px; font-weight: 700; }
.info a, .info p { font-size: 1.02rem; font-weight: 600; color: var(--noir); margin: 0; line-height: 1.4; }
.info a:hover { color: var(--orange); }

/* --------------------------------------------------------- pied */

.pied { background: var(--pied); color: rgba(255, 248, 241, .72); padding-top: clamp(44px, 5vw, 68px); font-size: .9rem; }
.pied__grille {
	display: grid;
	grid-template-columns: 1.25fr .9fr .9fr 1.15fr .9fr;
	gap: clamp(22px, 3vw, 44px);
	padding-bottom: clamp(32px, 4vw, 52px);
}
.pied img.pied__logo { height: 62px; width: auto; margin-bottom: 16px; }
.pied h4 { color: #fff; font-size: .95rem; font-weight: 700; margin-bottom: 14px; }
.pied ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.pied a:hover { color: #fff; }
.pied__contact li { display: flex; gap: 10px; align-items: flex-start; }
.pied__contact svg { color: rgba(255, 248, 241, .6); flex: none; margin-top: 3px; }
.reseaux { display: flex; gap: 10px; }
.reseaux a {
	width: 36px;
	height: 36px;
	border-radius: 9px;
	background: rgba(255, 248, 241, .1);
	display: grid;
	place-items: center;
	color: #fff;
	transition: background-color .25s, transform .25s;
}
.reseaux a:hover { background: var(--orange); transform: translateY(-2px); }
.pied__main { display: block; margin-top: 22px; font-family: var(--police-main); font-size: 1.55rem; color: #F7A75A; line-height: 1.15; }
.pied__main .coeur { color: var(--orange); }
.pied__bas {
	border-top: 1px solid rgba(255, 248, 241, .14);
	padding-block: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	justify-content: space-between;
	font-size: .82rem;
}
.pied__bas span + span { display: flex; gap: 16px; flex-wrap: wrap; }

/* --------------------------------------------------------- reveal */

.reveal { opacity: 0; transform: translateY(18px); }
.reveal.est-vu {
	opacity: 1;
	transform: none;
	transition: opacity .7s cubic-bezier(.2, .8, .3, 1), transform .7s cubic-bezier(.2, .8, .3, 1);
	transition-delay: var(--delai, 0s);
}

/* --------------------------------------------------------- responsive */

@media (max-width: 1180px) {
	.nav { gap: 2px; }
	.nav a { font-size: .82rem; }
	.grille-8 { grid-template-columns: repeat(4, 1fr); }
	.pied__grille { grid-template-columns: 1.3fr 1fr 1fr; }
}

@media (max-width: 1000px) {
	.nav { display: none; }
	.burger { display: flex; }
	.entete .conteneur { justify-content: space-between; }
	.entete__outils { margin-left: auto; }
	.entete .btn { margin-left: 4px; }
	.hero__grille { grid-template-columns: 1fr; padding-right: var(--gouttiere); }
	.hero__collage { order: -1; min-height: clamp(300px, 62vw, 460px); margin-inline: calc(var(--gouttiere) * -1); }
	.hero__collage::after { background: linear-gradient(0deg, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, 0) 32%); }
	.hero__note--1 { top: 14px; left: 14px; }
	.grille-3, .grille-4, .services { grid-template-columns: repeat(2, 1fr); }
	.service { border-left: 0; padding: 6px 0; }
	.etapes { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
	:root { --entete: 66px; }
	.logo img { height: 38px; }
	.entete .btn { padding: 10px 18px; font-size: .84rem; }
	.hero__texte { padding-block: 26px 10px; }
	.hero h1 { font-size: clamp(2.1rem, 10vw, 2.8rem); }
	.grille-3, .grille-4, .grille-8, .services, .etapes, .boites, .form__duo { grid-template-columns: 1fr; }
	.public { min-height: 0; }
	.public__corps { max-width: 100%; }
	.public::after { background: linear-gradient(90deg, var(--peche) 0%, var(--peche) 52%, rgba(252, 242, 230, .86) 74%, rgba(252, 242, 230, .5) 100%); }
	.pied__grille { grid-template-columns: 1fr; }
	.titre-section { flex-direction: column; align-items: flex-start; }
	.ligne-produit { grid-template-columns: 1fr auto; }
	.ligne-produit .btn { grid-column: 1 / -1; justify-self: start; }
	.hero__tasse { display: none; }
}

@media (prefers-reduced-motion: reduce) {
	.reveal { opacity: 1; transform: none; }
	.btn, .produit, .public, .tuile { transition: none; }
}

@media (max-width: 900px) {
	.contact__grille { grid-template-columns: 1fr !important; }
}


/* --------------------------------------------------------- panier */

.panier { position: fixed; inset: 0; z-index: 120; }
.panier[hidden] { display: none; }
.panier__voile {
	position: absolute;
	inset: 0;
	background: rgba(43, 28, 18, .45);
	opacity: 0;
	transition: opacity .3s;
}
.panier__tiroir {
	position: absolute;
	inset: 0 0 0 auto;
	width: min(420px, 100%);
	background: var(--blanc);
	display: flex;
	flex-direction: column;
	box-shadow: -20px 0 60px -30px rgba(43, 28, 18, .5);
	transform: translateX(100%);
	transition: transform .38s cubic-bezier(.2, .8, .3, 1);
}
.panier.est-ouvert .panier__voile { opacity: 1; }
.panier.est-ouvert .panier__tiroir { transform: none; }

.panier__tete {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 20px 22px;
	border-bottom: 1px solid var(--trait);
}
.panier__tete h2 { font-size: 1.25rem; }
.panier__tete span { font-size: .84rem; color: var(--gris-2); font-weight: 600; }
.panier__fermer {
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 50%;
	background: var(--peche);
	color: var(--noir);
	display: grid;
	place-items: center;
	cursor: pointer;
	flex: none;
	transition: background-color .25s;
}
.panier__fermer:hover { background: var(--orange-pale); color: var(--orange); }

.panier__corps { flex: 1; overflow-y: auto; padding: 8px 22px; }
.panier__vide { padding: 40px 22px; text-align: center; color: var(--gris-2); font-size: .92rem; }

.panier-ligne {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 6px 14px;
	padding: 16px 0;
	border-bottom: 1px solid var(--trait);
}
.panier-ligne b { color: var(--noir); font-size: .96rem; font-weight: 600; }
.panier-ligne small { display: block; color: var(--gris-2); font-size: .82rem; }
.panier-ligne__sous { font-weight: 800; color: var(--orange); white-space: nowrap; }
.panier-ligne__pilote { display: flex; align-items: center; gap: 10px; grid-column: 1 / -1; }
.panier-ligne__qte {
	display: inline-flex;
	align-items: center;
	border: 1.5px solid var(--trait);
	border-radius: 999px;
	overflow: hidden;
}
.panier-ligne__qte button {
	width: 30px;
	height: 30px;
	border: 0;
	background: transparent;
	color: var(--noir);
	font-size: 1.05rem;
	line-height: 1;
	cursor: pointer;
	transition: background-color .2s, color .2s;
}
.panier-ligne__qte button:hover { background: var(--orange-pale); color: var(--orange); }
.panier-ligne__qte span { min-width: 26px; text-align: center; font-weight: 700; font-size: .9rem; }
.panier-ligne__retirer {
	margin-left: auto;
	border: 0;
	background: transparent;
	color: var(--gris-2);
	font-size: .82rem;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.panier-ligne__retirer:hover { color: var(--orange); }

.panier__pied { padding: 18px 22px 22px; border-top: 1px solid var(--trait); display: grid; gap: 12px; }
.panier__total { display: flex; align-items: baseline; justify-content: space-between; }
.panier__total span { font-weight: 600; color: var(--noir); }
.panier__total b { font-size: 1.5rem; font-weight: 800; color: var(--orange); }
.panier__pied .btn { width: 100%; }
.panier__vider {
	border: 0;
	background: transparent;
	color: var(--gris-2);
	font-size: .84rem;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.panier__vider:hover { color: var(--orange); }
.panier__note { font-size: .78rem; color: var(--gris-2); text-align: center; margin: 0; }

/* le recapitulatif sur la page contact */
.recap {
	border: 1.5px solid var(--orange);
	border-radius: var(--rayon);
	background: var(--orange-pale);
	padding: clamp(18px, 2.2vw, 26px);
	margin-bottom: 22px;
}
.recap[hidden] { display: none; }
.recap h3 { margin-bottom: 12px; font-size: 1.1rem; }
.recap ul { list-style: none; margin: 0 0 14px; padding: 0; display: grid; gap: 2px; }
.recap__ligne {
	display: grid;
	grid-template-columns: 1fr auto auto auto;
	align-items: center;
	gap: 6px 14px;
	padding: 11px 0;
	border-bottom: 1px solid rgba(245, 90, 18, .18);
	font-size: .92rem;
}
.recap__ligne:last-child { border-bottom: 0; }
.recap__ligne b { display: block; color: var(--noir); font-weight: 600; }
.recap__ligne small { display: block; font-size: .8rem; color: var(--gris); line-height: 1.35; margin-top: 2px; }
.recap__qte {
	display: inline-flex;
	align-items: center;
	border: 1.5px solid rgba(245, 90, 18, .35);
	border-radius: 999px;
	background: var(--blanc);
	overflow: hidden;
}
.recap__qte button {
	width: 28px;
	height: 28px;
	border: 0;
	padding: 0;
	background: transparent;
	color: var(--noir);
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
	transition: background-color .2s, color .2s;
}
.recap__qte button:hover { background: var(--orange); color: #fff; }
.recap__qte span { min-width: 24px; text-align: center; font-weight: 700; font-size: .86rem; }
.recap__prix { font-weight: 700; color: var(--noir); white-space: nowrap; min-width: 66px; text-align: right; }
.recap__retirer {
	width: 28px;
	height: 28px;
	border: 0;
	padding: 0;
	border-radius: 50%;
	background: transparent;
	color: var(--gris-2);
	font-size: 1.15rem;
	line-height: 1;
	cursor: pointer;
	transition: background-color .2s, color .2s;
}
.recap__retirer:hover { background: var(--orange); color: #fff; }

@media (max-width: 560px) {
	.recap__ligne { grid-template-columns: auto 1fr auto; }
	.recap__ligne > span:first-child { grid-column: 1 / -1; }
	.recap__qte { justify-self: start; }
	.recap__prix { text-align: left; }
}
.recap__total { display: flex; justify-content: space-between; border-top: 1.5px solid rgba(245, 90, 18, .3); padding-top: 12px; font-weight: 800; color: var(--noir); }
.recap__total span:last-child { color: var(--orange); font-size: 1.15rem; }

@media (prefers-reduced-motion: reduce) {
	.panier__tiroir, .panier__voile { transition: none; }
}

@media (max-width: 1000px) {
	.menu-mobile .btn { font-family: var(--police); }
}

/* --------------------------------------------------------- composer une formule */

.choix { position: fixed; inset: 0; z-index: 130; display: grid; place-items: center; padding: 20px; }
.choix__voile {
	position: absolute;
	inset: 0;
	background: rgba(43, 28, 18, .5);
	opacity: 0;
	transition: opacity .28s;
}
.choix__boite {
	position: relative;
	width: min(560px, 100%);
	max-height: min(86vh, 760px);
	background: var(--blanc);
	border-radius: var(--rayon);
	box-shadow: var(--ombre-lg);
	display: flex;
	flex-direction: column;
	opacity: 0;
	transform: translateY(14px) scale(.98);
	transition: opacity .28s, transform .32s cubic-bezier(.2, .8, .3, 1);
}
.choix.est-ouvert .choix__voile { opacity: 1; }
.choix.est-ouvert .choix__boite { opacity: 1; transform: none; }

.choix__tete {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 14px;
	padding: 22px 24px 16px;
	border-bottom: 1px solid var(--trait);
}
.choix__sur { font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); font-weight: 700; margin: 0 0 4px; }
.choix__tete h2 { font-size: 1.4rem; }

.choix__corps { padding: 6px 24px 18px; overflow-y: auto; overscroll-behavior: contain; }
.choix__groupe { border: 0; margin: 20px 0 0; padding: 0; min-width: 0; }
.choix__groupe:first-of-type { margin-top: 8px; }
.choix__groupe legend {
	float: left;
	width: 100%;
	padding: 0;
	font-size: .82rem;
	font-weight: 700;
	color: var(--noir);
	margin-bottom: 10px;
}
.choix__pastilles { clear: both; display: flex; flex-wrap: wrap; gap: 8px; }
.choix__pastilles input { position: absolute; opacity: 0; pointer-events: none; }
.choix__pastilles label {
	display: inline-flex;
	align-items: center;
	padding: 9px 17px;
	border: 1.5px solid var(--trait);
	border-radius: 999px;
	font-size: .88rem;
	font-weight: 600;
	color: var(--gris);
	cursor: pointer;
	transition: border-color .2s, background-color .2s, color .2s;
}
.choix__pastilles label:hover { border-color: var(--orange); color: var(--orange); }
.choix__pastilles input:checked + label { background: var(--orange); border-color: var(--orange); color: #fff; }
.choix__pastilles input:focus-visible + label { outline: 2px solid var(--orange); outline-offset: 3px; }

.choix__inclus {
	margin: 22px 0 0;
	padding: 12px 16px;
	background: var(--peche);
	border-radius: var(--rayon-sm);
	font-size: .84rem;
	color: var(--gris);
}

.choix__pied {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding: 16px 24px 20px;
	border-top: 1px solid var(--trait);
}
.choix__prix { font-size: 1.5rem; font-weight: 800; color: var(--orange); }

@media (max-width: 560px) {
	.choix { padding: 0; place-items: end stretch; }
	.choix__boite { width: 100%; max-height: 92vh; border-radius: var(--rayon) var(--rayon) 0 0; }
	.choix__pied { flex-direction: column; align-items: stretch; }
	.choix__pied .btn { width: 100%; }
	.choix__prix { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
	.choix__boite, .choix__voile { transition: none; }
}


/* --------------------------------------------------------- paiement (WooCommerce) */

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }

.paiement form.checkout {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	grid-template-rows: auto 1fr;
	gap: 18px clamp(20px, 3vw, 44px);
	align-items: start;
}
.paiement #customer_details { grid-column: 1; grid-row: 1 / span 2; display: grid; gap: 30px; }
.paiement #order_review_heading { grid-column: 2; grid-row: 1; margin: 0; }
.paiement #order_review { grid-column: 2; grid-row: 2; }
.paiement h3 { margin: 0 0 16px; }

.paiement .woocommerce-billing-fields__field-wrapper,
.paiement .woocommerce-additional-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.paiement .form-row { display: grid; gap: 7px; margin: 0; grid-column: 1 / -1; }
.paiement .form-row-first { grid-column: 1; }
.paiement .form-row-last { grid-column: 2; }
.paiement .form-row label { font-size: .84rem; font-weight: 600; color: var(--noir); }
.paiement .form-row .required { color: var(--orange); text-decoration: none; border: 0; }
.paiement .form-row .optional { color: var(--gris-2); font-weight: 400; }
.paiement .woocommerce-input-wrapper { display: block; }
.paiement .form-row input.input-text,
.paiement .form-row textarea,
.paiement .form-row select {
	font: inherit;
	font-size: .95rem;
	padding: 13px 15px;
	border: 1.5px solid var(--trait);
	border-radius: var(--rayon-sm);
	background: var(--blanc);
	color: var(--noir);
	width: 100%;
	transition: border-color .25s, box-shadow .25s;
}
.paiement .form-row textarea { min-height: 110px; resize: vertical; }
.paiement .form-row input.input-text:focus,
.paiement .form-row textarea:focus {
	outline: none;
	border-color: var(--orange);
	box-shadow: 0 0 0 4px rgba(245, 90, 18, .13);
}
.paiement .woocommerce-invalid input.input-text { border-color: #F2B8B0; }
.paiement #billing_country_field { display: none !important; }

.paiement #order_review {
	border: 1.5px solid var(--orange);
	border-radius: var(--rayon);
	background: var(--orange-pale);
	padding: clamp(18px, 2.2vw, 26px);
}
.paiement .shop_table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.paiement .shop_table th,
.paiement .shop_table td { padding: 11px 0; text-align: left; vertical-align: top; border-bottom: 1px solid rgba(245, 90, 18, .18); }
.paiement .shop_table thead th { font-size: .76rem; letter-spacing: .1em; text-transform: uppercase; color: var(--gris-2); padding-top: 0; }
.paiement .shop_table td:last-child,
.paiement .shop_table th:last-child { text-align: right; white-space: nowrap; padding-left: 14px; }
.paiement .shop_table .product-name { font-weight: 600; color: var(--noir); }
.paiement .shop_table .product-quantity { color: var(--orange); font-weight: 700; }
.paiement .shop_table dl.variation { margin: 3px 0 0; font-size: .8rem; font-weight: 400; color: var(--gris); line-height: 1.35; }
.paiement .shop_table dl.variation dt { display: inline; font-weight: 600; }
.paiement .shop_table dl.variation dd,
.paiement .shop_table dl.variation dd p { display: inline; margin: 0; }
.paiement .shop_table tfoot tr:last-child th,
.paiement .shop_table tfoot tr:last-child td { border-bottom: 0; }
.paiement .shop_table .order-total th,
.paiement .shop_table .order-total td { border-top: 1.5px solid rgba(245, 90, 18, .3); border-bottom: 0; font-weight: 800; color: var(--noir); }
.paiement .shop_table .order-total td { color: var(--orange); font-size: 1.15rem; }

.paiement #payment { margin-top: 16px; }
.paiement .payment_methods { list-style: none; margin: 0 0 16px; padding: 0; display: grid; gap: 10px; }
.paiement .payment_methods > li { padding: 13px 15px; background: var(--blanc); border: 1.5px solid var(--trait); border-radius: var(--rayon-sm); font-size: .92rem; }
.paiement .payment_methods > li > label { font-weight: 600; color: var(--noir); }
.paiement .payment_methods input[type="radio"] { accent-color: var(--orange); margin-right: 6px; }
.paiement .payment_box { margin-top: 10px; font-size: .86rem; color: var(--gris); }
.paiement .payment_box p { margin: 0; }
.paiement .place-order { display: grid; gap: 14px; }
.paiement .woocommerce-privacy-policy-text p { margin: 0; font-size: .8rem; color: var(--gris-2); }
.paiement #place_order {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 14px 26px;
	border: 1.5px solid transparent;
	border-radius: 999px;
	background: var(--orange);
	color: #fff;
	font: inherit;
	font-size: .94rem;
	font-weight: 700;
	cursor: pointer;
	box-shadow: 0 10px 22px -10px rgba(245, 90, 18, .75);
	transition: transform .3s cubic-bezier(.2, .8, .3, 1), background-color .25s;
}
.paiement #place_order:hover { background: var(--orange-fonce); transform: translateY(-2px); }

.paiement .woocommerce-error,
.paiement .woocommerce-message,
.paiement .woocommerce-info,
.paiement .woocommerce-notice--info {
	list-style: none;
	margin: 0 0 18px;
	padding: 12px 18px;
	border-radius: var(--rayon-sm);
	background: var(--vert-fond);
	border: 1.5px solid var(--vert-bord);
	color: var(--vert);
	font-size: .88rem;
	font-weight: 600;
}
.paiement .woocommerce-error { background: #FDECEA; border-color: #F2B8B0; color: #B3261E; }
.paiement .woocommerce-error li + li { margin-top: 4px; }
.paiement .woocommerce-NoticeGroup { grid-column: 1 / -1; }

/* confirmation de commande */
.paiement .woocommerce-order { display: grid; gap: 26px; }
.paiement .woocommerce-thankyou-order-received { display: none; }
.paiement .woocommerce-order-overview {
	list-style: none;
	margin: 0;
	padding: clamp(22px, 2.6vw, 32px);
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
	gap: 18px;
	background: var(--peche-2);
	border: 1px solid var(--trait);
	border-radius: var(--rayon);
	font-size: .76rem;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--gris-2);
	font-weight: 700;
}
.paiement .woocommerce-order-overview strong { display: block; margin-top: 4px; font-size: 1.02rem; letter-spacing: 0; text-transform: none; color: var(--noir); }
.paiement .woocommerce-order-details,
.paiement .woocommerce-customer-details {
	border: 1.5px solid var(--orange);
	border-radius: var(--rayon);
	background: var(--orange-pale);
	padding: clamp(18px, 2.2vw, 26px);
}
.paiement .woocommerce-order-details h2,
.paiement .woocommerce-customer-details h2 { font-size: clamp(1.1rem, 1.5vw, 1.3rem); letter-spacing: 0; margin: 0 0 12px; }
.paiement .woocommerce-customer-details address { font-style: normal; line-height: 1.6; color: var(--gris); }
.paiement .woocommerce-customer-details address p { margin: 0; }
.paiement .woocommerce-columns--addresses .woocommerce-column + .woocommerce-column { display: none; }

@media (max-width: 900px) {
	.paiement form.checkout { grid-template-columns: 1fr; grid-template-rows: none; }
	.paiement #customer_details,
	.paiement #order_review_heading,
	.paiement #order_review { grid-column: 1; grid-row: auto; }
}
@media (max-width: 720px) {
	.paiement .woocommerce-billing-fields__field-wrapper,
	.paiement .woocommerce-additional-fields__field-wrapper { grid-template-columns: 1fr; }
	.paiement .form-row-first,
	.paiement .form-row-last { grid-column: 1; }
}
