:root {
	--btn-actif: #990000;
	--lien-menu: #fff;
	--lien-compte: #fff;
	--badge-panier: #db021f;
	--picto-panier: #fff;
	--fond-header: #5c6a6e;
	--fond-menu: #5c6a6e;
	--hamburger: #fff;
	--lien-bold: bold;
	--chevron: #fff;
	--border-menu: #fff;
	--fond-footer: #1a1a1a;
	--color-footer: #fff;
	--hover-footer: var(--lien-menu, #990000);
	--actif-footer: var(--lien-menu, #990000);
	--border-card: #ccc;
	--fond-badge: #000;
	--color-badge: #fff;
	--titre-color: #4d4d4d;
	--titre-size: 13px;
	--color-ht: #990000;
	--size-ht: 28px;
	--color-ttc: #ccc;
	--size-ttc: 13px;
	--size-texte: 14px;
	--color-texte: #000;
	--fond-btn: #990000;
	--text-bnt: #fff;
	--color-check: #990000;
	--stepper: #990000;
	--picto-header: #444;
	--picto-header-actif: var(--btn-actif);
	--picto-header-cellule: 72px;
	--picto-barre: rgba(255,255,255,0.6);
	--picto-barre-actif: var(--btn-actif);
}

.site-topbar {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--fond-header);
}

.header {
	width: 100%;
	background: var(--fond-header);
}

.header-inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 15px 0;
	display: flex;
	align-items: center;
	gap: 16px;
}

.header-inner-center {
	position: relative;
	justify-content: center;
}

.header-inner-center .header-actions {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.logo-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.logo-wrap a {
	display: flex;
	min-width: 0;
}

.logo-wrap img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

.header-nav {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0 0 0 auto;
	padding: 0;
	background: none;
	border: none;
	height: auto;
	width: auto;
	flex-shrink: 0;
}

.header-nav span {
	color: var(--lien-compte);
}

.header-nav a,
.header-nav a:link,
.header-nav a:visited {
	font-size: 13px;
	color: var(--lien-compte);
	padding: 5px 0;
}

.header-nav a:hover {
	text-decoration: underline;
	color: var(--lien-compte);
}

.header-cta-mobile {
	display: none;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-shrink: 0;
}

.header-actions .picto-btn,
.header-actions .picto-btn:link,
.header-actions .picto-btn:visited,
.header-cta-mobile .picto-btn,
.header-cta-mobile .picto-btn:link,
.header-cta-mobile .picto-btn:visited {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--lien-menu);
	padding: 5px 8px;
	cursor: pointer;
}

.hamburger {
	display: none;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 36px;
	height: 36px;
	padding: 4px;
	background: none;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
}

.hamburger span {
	display: block;
	height: 2px;
	background: var(--hamburger);
	border-radius: 2px;
	transition: transform .2s, opacity .2s;
}

.hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.is-open span:nth-child(2) { opacity: 0; }
.hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.picto-wrap {
	position: relative;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.picto-wrap > svg {
	width: 22px;
	height: 22px;
}

.picto-badge {
	position: absolute;
	top: -5px;
	right: -7px;
	min-width: 15px;
	height: 15px;
	color: var(--picto-panier);
	border-radius: 20px;
	font-size: 11px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 3px;
	line-height: 1;
}

.picto-badge-panier {
	background: var(--badge-panier);
}

.navbar {
	background: var(--fond-menu);
	width: 100%;
	height: 34px;
	margin: 0 0 15px 0;
	padding: 2px 0 0 0;
	border-top: 1px solid var(--border-menu);
	border-bottom: 1px solid var(--border-menu);
}

.navbar-inner {
	max-width: 1100px;
	height: 34px;
	margin: 0 auto;
	padding: 0;
}

.nav-level1 {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

.nav-level1 li.trait {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	width: auto;
	height: 34px;
	line-height: 30px;
	color: var(--lien-menu);
	font-weight: var(--lien-bold);
	padding: 0;
}

.nav-item-wrap {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	height: 34px;
	margin: 0;
	padding: 0;
}

.nav-item,
.nav-item:link,
.nav-item:visited {
	display: block;
	float: left;
	margin: 0;
	color: var(--lien-menu);
	list-style: none;
	height: 20px;
	line-height: 18px;
	padding: 7px 14px;
}

.nav-item:hover {
	text-decoration: underline;
	color: var(--lien-menu);
}

.nav-level2 {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	border: 1px solid var(--border-menu);
	z-index: 10;
}

.nav-item-wrap:hover > .nav-level2 {
	display: block;
}

.nav-level2 > li {
	display: block;
	float: none;
	clear: both;
	background: var(--fond-menu);
	border-bottom: 1px solid var(--border-menu);
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.nav-level2 > li:last-child {
	border-bottom: none;
}

.nav-level2-item,
.nav-level2-item:link,
.nav-level2-item:visited {
	display: block;
	float: none;
	margin: 0;
	padding: 8px 12px;
	color: var(--lien-menu);
	text-align: left;
	text-decoration: none;
	height: auto;
}

.nav-level2-item:hover {
	text-decoration: underline;
	color: var(--lien-menu);
}

.nav-toggle {
	display: none;
}

.navbar-mobile {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	flex-direction: column;
	background: var(--fond-menu);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	max-height: calc(100vh - 60px);
	overflow-y: auto;
	z-index: 50;
}

.nav-mobile-item,
.nav-mobile-item:link,
.nav-mobile-item:visited {
	display: block;
	padding: 12px 16px;
	color: var(--lien-menu);
	text-decoration: none;
	border-bottom: 1px solid var(--border-menu);
}

.nav-mobile-item:hover {
	text-decoration: underline;
	color: var(--lien-menu);
}

.navbar-mobile > .nav-mobile-item:last-child,
.navbar-mobile > .mobile-acc:last-child .nav-mobile-item:last-child {
	border-bottom: none;
}

.nav-mobile-parent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.nav-mobile-link,
.nav-mobile-link:link,
.nav-mobile-link:visited {
	flex: 1;
	padding: 12px 16px;
	color: var(--lien-menu);
	text-decoration: none;
}

.nav-mobile-link:hover {
	text-decoration: underline;
	color: var(--lien-menu);
}

.header-nav a,
.nav-item,
.nav-level2-item,
.nav-mobile-item,
.nav-mobile-link {
	font-weight: var(--lien-bold);
}

.mobile-acc-toggle-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 16px;
	cursor: pointer;
}

.mobile-acc-arrow {
	width: 17px;
	height: 17px;
	color: var(--chevron);
	transform: translateY(1px);
	transition: transform .2s;
}

.mobile-acc-toggle {
	display: none;
}

.mobile-acc-panel {
	display: none;
	background: var(--fond-menu);
}

.nav-mobile-item-lvl2 {
	padding-left: 32px;
	font-size: 13px;
}

.nav-mobile-item-lvl3 {
	padding-left: 48px;
	font-size: 13px;
}

.btn-neutre {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px 8px 0;
	padding: 10px 17px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.3px;
	background: #fff;
	color: #1a1a2d;
	border: 1px solid #e2e0dc;
	cursor: pointer;
	text-decoration: none;
	transition: background .2s, color .2s, border-color .2s;
	line-height: 1;
	vertical-align: middle;
	box-sizing: border-box;
}

.btn-neutre:hover {
	background: #1a1a2d;
	border-color: #1a1a2d;
	color: #fff;
}

.btn-picto {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px 8px 0;
	padding: 10px;
	border-radius: 6px;
	background: #fff;
	color: #1a1a2d;
	border: 1px solid #e2e0dc;
	cursor: pointer;
	text-decoration: none;
	transition: color .15s, background .15s, border-color .15s;
	line-height: 1;
	vertical-align: middle;
	box-sizing: border-box;
}

.btn-picto:hover {
	background: #1a1a2d;
	border-color: #1a1a2d;
	color: #fff;
}

.btn-panier {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0 8px 8px 0;
	padding: 10px 17px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.3px;
	background: #fff;
	color: #1a1a2d;
	border: 1px solid #e2e0dc;
	cursor: pointer;
	text-decoration: none;
	transition: background .2s, color .2s, border-color .2s;
	line-height: 1;
	vertical-align: middle;
	box-sizing: border-box;
}

.btn-panier:hover {
	background: #1a1a2d;
	border-color: #1a1a2d;
	color: #fff;
}


.pricing-section {
	margin-bottom: 16px;
}

.pricing-grid {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
	padding-top: 12px;
}

.pricing-card {
	box-sizing: border-box;
	width: 80%;
	padding: 32px 10px 10px;
	border: 1px solid var(--border-card);
	border-radius: 8px;
	overflow: visible;
	display: flex;
	flex-direction: column;
	position: relative;
}

.pricing-card-banner {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 16px;
	border-radius: 12px;
	background: var(--fond-badge);
	color: var(--color-badge);
	white-space: nowrap;
}

.pricing-card-body {
	box-sizing: border-box;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.pricing-card-label {
	font-size: var(--titre-size);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--titre-color);
	margin-bottom: 8px;
	text-align: center;
}

.pricing-card-price {
	font-size: var(--size-ht);
	font-weight: 700;
	color: var(--color-ht);
	line-height: 1;
	text-align: center;
}

.pricing-card-price-unit {
	font-size: 14px;
	font-weight: 400;
	color: var(--color-ht);
}

.pricing-card-reduc {
	font-size: 12px;
	font-weight: 600;
	color: var(--color-ht);
	text-align: center;
	margin-bottom: 16px;
}

.pricing-card-price-ttc {
	font-size: var(--size-ttc);
	color: var(--color-ttc);
	margin-top: 4px;
	margin-bottom: 8px;
	text-align: center;
}

.pricing-card-features {
	font-size: var(--size-texte);
	color: var(--color-texte);
	line-height: 1.4;
	margin-bottom: 24px;
}

.pricing-card-features ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pricing-card-features li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.pricing-card-features li::before {
	content: "\2713";
	flex-shrink: 0;
	color: var(--color-check);
}

.pricing-card-footer {
	box-sizing: border-box;
	margin-top: auto;
	text-align: center;
}

.btn-card {
	flex: 1;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: 0.375rem;
	font-size: 1.2rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	margin-bottom: 1rem;
	background-color: var(--fond-btn);
	color: var(--text-bnt);
	text-align: center;
}

.btn-card:hover {
	background-color: #222222;
}


/* Correction bug header saut de 1px en responsive (à supprimer lors de la refonte totale des annonces) */
.annonce {background: #fff; margin: 0; padding: 8px; width: 100%; box-sizing: border-box; height: auto; overflow: auto}
.annonce2 {background: #f1f1f1; margin: 0; padding: 8px; width: 100%; box-sizing: border-box; height: auto; overflow: auto}

/* Même correction, même motif (% + padding px fixe) repéré ailleurs dans style.css */
h2.compte {font-size: 16px; width: 100%; margin: 10px 0 10px 0; background: #222222; padding: 6px 8px; box-sizing: border-box; color: #fff}
.compte {background: #fff; margin: 0; padding: 8px; width: 100%; box-sizing: border-box; height: auto; overflow: auto}
.compte2 {background: #f1f1f1; margin: 0; padding: 8px; width: 100%; box-sizing: border-box; height: auto; overflow: auto}
.select-form {min-width: 100%; width: 100%; margin: 6px 0; height: 38px; padding: 5px 5px; box-sizing: border-box; display: block}
.redac {width: 93%; height: auto; margin-bottom: 16px; background: #f1f1f1; padding: 3% 20px; box-sizing: border-box}


.barre-bas {
	display: none;
}

.compte-lien-break {
	display: none;
}


.panier-card {
	background: #fff;
	border: 1px solid var(--border-card);
	border-radius: 8px;
	padding: 20px 24px;
	margin-bottom: 20px;
}

.panier-card-title {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .3px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--border-card);
}

.panier-pay-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin: 8px 0 20px;
}

.panier-pay-option {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border: 1px solid var(--border-card);
	border-radius: 6px;
	cursor: pointer;
	transition: border-color .15s, background .15s;
}

.panier-pay-option:hover {
	border-color: #990000;
	background: #fdf6f6;
}

.panier-pay-option input[type=radio] {
	accent-color: #990000;
	width: 16px;
	height: 16px;
}

.panier-cgv {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	border: 1px solid var(--border-card);
	border-radius: 6px;
	margin: 8px 0 20px;
}

.panier-cgv input[type=checkbox] {
	accent-color: #990000;
	width: 16px;
	height: 16px;
}


.panier-pay-option:has(input:checked),
.panier-cgv:has(input:checked) {
	border-color: var(--btn-actif);
	background: #fdf6f6;
}


.panier-stepper {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.panier-stepper-items {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
	position: relative;
}

.panier-stepper-item {
	flex: 1;
	text-align: center;
	position: relative;
}

.panier-stepper-circle {
	width: 3rem;
	height: 3rem;
	background-color: #e5e7eb;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0.5rem;
	color: #6b7280;
	font-weight: 500;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}

.panier-stepper-label {
	font-size: 0.875rem;
	color: #6b7280;
	display: block;
}

.panier-stepper-item.active .panier-stepper-circle {
	background-color: #1a1a2d;
	color: #fff;
}

.panier-stepper-item.completed .panier-stepper-circle {
	background-color: var(--fond-footer);
	color: #fff;
}

.panier-stepper-bar {
	height: 0.25rem;
	background-color: #e5e7eb;
	border-radius: 0.375rem;
	margin-top: 0.35rem;
	position: relative;
	z-index: 1;
}

.panier-stepper-bar-fill {
	height: 100%;
	background-color: #1a1a2d;
	border-radius: 0.375rem;
	transition: width 0.3s ease;
}


.champ-icone-wrap {
	position: relative;
}

.champ-icone-wrap .champ-icone {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	display: flex;
	pointer-events: none;
}

.champ-icone-wrap .input-obli, .champ-icone-wrap .input-form {
	padding-left: 34px;
}

.champ-icone-wrap .select-form {
	padding-left: 30px;
}

.champ-mdp-wrap {
	position: relative;
}

.champ-mdp-wrap .input-obli, .champ-mdp-wrap .input-form {
	padding-left: 34px;
	padding-right: 34px;
}

.champ-mdp-eye {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	padding: 4px;
	cursor: pointer;
	color: #999;
}

.champ-mdp-eye:hover {
	color: #1a1a2d;
}

.pw-suggestion {
	font-family: monospace;
	color: #1a1a2d;
	cursor: pointer;
}

.pw-suggestion:hover {
	border-color: #1a1a2d !important;
	background: rgba(0,0,0,.03) !important;
}

.pw-suggestion.compteur-flash {
	background: rgba(0,0,0,.06);
}

.pw-suggestion-note {
	font-size: 13px;
	color: #999;
	margin-top: 4px;
	display: block;
}

.pw-strength-wrap {
	margin-top: 8px;
}

.pw-strength-track {
	height: 5px;
	border-radius: 3px;
	background: #e5e7eb;
	overflow: hidden;
}

.pw-strength-bar {
	height: 100%;
	width: 0;
	border-radius: 3px;
	transition: width .3s, background .3s;
}

.pw-strength-bar--1, .pw-strength-bar--2 {
	background: #EF4444;
}

.pw-strength-bar--3 {
	background: #F59E0B;
}

.pw-strength-bar--4, .pw-strength-bar--5 {
	background: #22c55e;
}

.pw-criteria {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.pw-cr {
	font-size: 12px;
	color: #999;
	display: flex;
	align-items: center;
	gap: 6px;
}

.pw-cr-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #ccc;
	display: inline-block;
	flex-shrink: 0;
}

.pw-cr.pw-cr-ok {
	color: #22c55e;
}

.pw-cr.pw-cr-ok .pw-cr-dot {
	border-color: #22c55e;
	background: #22c55e;
}

.pw-match {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	margin-top: 8px;
	color: #22c55e;
}

.is-hidden {
	display: none;
}


#form-coordonnees button:disabled {
	opacity: .45;
	cursor: not-allowed;
}


.champ-icone-wrap, .champ-mdp-wrap {
	position: relative;
	display: flex;
	align-items: stretch;
	width: 100%;
}

.champ-icone-wrap .champ-icone, .champ-mdp-wrap .champ-icone {
	position: static;
	transform: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	flex-shrink: 0;
	background: #1a1a2d;
	color: #fff;
	border: 1px solid #1a1a2d;
	border-right: none;
	border-radius: 3px 0 0 3px;
	pointer-events: none;
}

.champ-icone-wrap .input-new,
.champ-mdp-wrap .input-new {
	border-left: none;
	border-radius: 0 3px 3px 0;
	flex: 1;
	min-width: 0;
}

.champ-mdp-wrap .input-new {
	padding-right: 40px;
}

.champ-mdp-eye {
	position: absolute;
	right: 0;
	top: 6px;
	height: 38px;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-left: none;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	color: #999;
	transition: color .2s, background .2s;
}

.champ-mdp-eye:hover {
	color: #1a1a2d;
	background: #e5e5e5;
}


.panier-stepper-items {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
}

.panier-stepper-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
	min-width: 100px;
}

.panier-stepper-circle {
	width: 36px;
	height: 36px;
	background-color: #fff;
	border: 2px solid #e5e7eb;
	color: #9ca3af;
	margin: 0;
	font-size: 14px;
}

.panier-stepper-circle svg {
	width: 16px;
	height: 16px;
}

.panier-stepper-item.active .panier-stepper-circle {
	background-color: var(--stepper);
	border-color: var(--stepper);
	color: #fff;
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--stepper) 12%, transparent);
}

.panier-stepper-item.active .panier-stepper-label {
	color: #1a1a2d;
}

.panier-stepper-item.completed .panier-stepper-circle {
	background-color: var(--stepper);
	border-color: var(--stepper);
	color: #fff;
}

.panier-stepper-item.completed .panier-stepper-label {
	color: #1a1a2d;
}

.panier-stepper-line {
	flex: 1;
	height: 1px;
	background: #e5e7eb;
	max-width: 100px;
	margin: 0 4px;
	transform: translateY(-13px);
	transition: background .25s ease;
}

.panier-stepper-line.completed {
	background: var(--stepper);
}

.panier-stepper-bar {
	display: none;
}


a.panier-stepper-lien {
	text-decoration: none;
	cursor: pointer;
}

a.panier-stepper-lien:hover .panier-stepper-circle {
	box-shadow: 0 0 0 4px color-mix(in srgb, var(--stepper) 20%, transparent);
}

a.panier-stepper-lien:hover .panier-stepper-label {
	text-decoration: underline;
}


.panier-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	color: #222;
}

.panier-table th {
	padding: 12px 14px;
	background: #222;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .4px;
	text-align: left;
	white-space: nowrap;
}

.panier-table tbody td {
	padding: 14px;
	vertical-align: middle;
}

.panier-table tbody tr:not(:last-child) td {
	padding-bottom: 6px;
}

.panier-table .panier-ligne-actions td {
	padding-top: 6px;
}

.panier-table tbody tr:last-child td {
	border-bottom: 1px solid #eee;
}

.panier-table td.panier-col-libelle {
	font-weight: bold;
}

.panier-table .panier-ligne-titre {
	display: none;
}

.panier-table .panier-sup-mobile {
	display: none;
	margin: 0;
}

.panier-table .panier-col-montant {
	text-align: right;
	white-space: nowrap;
}

.panier-table .panier-col-mois,
.panier-table .panier-col-qte {
	text-align: center;
	white-space: nowrap;
}

.panier-table .panier-col-sup {
	white-space: nowrap;
}

.panier-table .panier-col-sup .btn-picto {
	margin: 0;
}

.panier-table .panier-col-actions {
	text-align: right;
}

.panier-table tfoot td {
	padding: 12px 14px;
	text-align: right;
	white-space: nowrap;
}

.panier-table tfoot tr:first-child td {
	font-weight: bold;
}

.panier-table tfoot tr + tr td {
	border-top: 1px solid #eee;
}

.panier-table .panier-tfoot-ttc td {
	font-weight: bold;
}

.panier-table .panier-tfoot-ttc .panier-col-montant {
	color: var(--color-ht);
}

.panier-table tfoot .panier-tva-note {
	text-align: left;
	white-space: normal;
	font-size: 13px;
	font-weight: normal;
	color: #666;
}

.panier-table.is-busy {
	opacity: .6;
	pointer-events: none;
}

.panier-qte {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px;
	background: #f4f4f4;
	border-radius: 999px;
}

.panier-qte-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	padding: 0;
	background: #fff;
	border: none;
	border-radius: 50%;
	color: var(--btn-actif);
	cursor: pointer;
	transition: opacity .15s;
}

.panier-qte-btn[data-panier-action="plus"] {
	background: var(--btn-actif);
	color: #fff;
}

.panier-qte-btn:hover {
	opacity: .85;
}

.panier-qte-btn:disabled,
.panier-qte-btn[data-panier-action="plus"]:disabled {
	background: #e9e9e9;
	color: #aaa;
	opacity: 1;
	cursor: default;
}

.panier-qte-val {
	min-width: 26px;
	font-weight: bold;
	text-align: center;
	color: #222;
}

.panier-ident {
	margin-bottom: 0;
	padding-bottom: 0;
}

.panier-ident .panier-ident-col:last-child {
	margin-bottom: 0;
}

.panier-ident .panier-adresse {
	margin: 0;
	line-height: 1.7;
	font-size: 14px;
	color: #222;
}

.panier-ident .label-form {
	display: block;
	margin: 12px 0 6px;
	font-size: 13px;
	color: #444;
}

.panier-ident .champ-icone-wrap,
.panier-ident .champ-mdp-wrap {
	height: 42px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 6px;
	overflow: hidden;
}

.panier-ident .champ-icone-wrap:focus-within,
.panier-ident .champ-mdp-wrap:focus-within {
	border-color: #222;
}

.panier-ident .champ-icone-wrap .champ-icone,
.panier-ident .champ-mdp-wrap .champ-icone {
	width: 42px;
	background: #222;
	border: none;
	border-radius: 0;
}

.panier-ident .champ-icone-wrap .input-new,
.panier-ident .champ-mdp-wrap .input-new {
	flex: 1;
	min-width: 0;
	height: auto;
	margin: 0;
	padding: 0 12px;
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	font-size: 14px;
}

.panier-ident .champ-icone-wrap .select-form {
	flex: 1;
	min-width: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 12px;
	background: #fff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	font-size: 14px;
	color: #222;
}

.panier-ident .champ-icone-wrap .input-new:disabled {
	background: #f4f4f4;
	color: #888;
}

.panier-ident .champ-mdp-eye {
	position: static;
	transform: none;
	flex-shrink: 0;
	width: 42px;
	height: auto;
	background: #222;
	border: none;
	border-radius: 0;
	color: #fff;
}

.panier-ident .champ-mdp-eye:hover {
	background: #222;
	color: #ccc;
}

.panier-ident .pw-suggestion-wrap {
	display: flex;
	align-items: center;
	height: 42px;
	background: #fafafa;
	border: 1px dashed #bbb;
	border-radius: 6px;
	overflow: hidden;
}

.panier-ident .pw-suggestion-wrap .input-new {
	flex: 1;
	min-width: 0;
	height: auto;
	margin: 0;
	padding: 0 12px;
	background: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	font-family: monospace;
	font-size: 15px;
	cursor: pointer;
}

.panier-ident .pw-suggestion-action {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 0 12px;
	font-size: 12px;
	white-space: nowrap;
	color: var(--btn-actif);
	cursor: pointer;
}

.panier-ident .pw-criteria {
	margin: 10px 0 0;
	padding: 0 0 0 4px;
	list-style: none;
}

.panier-ident .pw-cr {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 4px;
	padding: 0;
	font-size: 13px;
	color: #999;
}

.panier-ident .pw-cr .pw-cr-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #ddd;
	border: none;
	border-radius: 50%;
}

.panier-ident .pw-cr.pw-cr-ok {
	color: #22c55e;
}

.panier-ident .pw-cr.pw-cr-ok .pw-cr-dot {
	background: #22c55e;
}

.panier-ident .form-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	margin: 18px 0 0;
	padding: 0;
}

.panier-ident .form-navigation .btn {
	flex: 0 0 auto;
	width: auto;
	margin: 0;
}

.panier-ident .form-new2,
.panier-ident .input-group,
.panier-ident form {
	margin-bottom: 0;
	padding-bottom: 0;
}

.panier-ident .panier-ident-perdu {
	margin-right: auto;
	font-size: 13px;
	color: var(--btn-actif);
	text-decoration: none;
}

.panier-ident .panier-ident-perdu:hover {
	text-decoration: underline;
}

.panier-cgv {
	cursor: pointer;
	transition: border-color .15s, background .15s;
}

.panier-cgv:hover {
	border-color: var(--btn-actif);
	background: #fdf6f6;
}

.panier-disclaimer {
	border-color: var(--btn-actif);
	background: #fdf6f6;
}

.panier-table tbody.panier-ligne-bloquee td {
	background: #fdf6f6;
}

.panier-table tbody.panier-ligne-bloquee .panier-ligne-titre td,
.panier-table tbody.panier-ligne-bloquee td.panier-col-libelle {
	color: var(--btn-actif);
}

.header-nav {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: var(--picto-header-cellule);
	align-items: center;
	gap: 0;
}

.header-nav .header-picto,
.header-nav .header-picto:link,
.header-nav .header-picto:visited,
.header-nav .header-picto:hover,
.header-nav .header-picto:active {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	font-size: 11px;
	font-weight: var(--lien-bold);
	line-height: 1;
	padding: 0;
	color: var(--picto-header);
	text-decoration: none;
}

.header-nav .header-picto svg {
	width: 22px;
	height: 22px;
}

.header-nav .header-picto .picto-wrap {
	height: 22px;
}

.header-nav .header-picto > span {
	color: inherit;
}

.header-nav .header-picto .picto-badge {
	color: var(--picto-panier);
}

.header-nav .header-picto.is-active,
.header-nav .header-picto.is-active:link,
.header-nav .header-picto.is-active:visited,
.header-nav .header-picto.is-active:hover {
	color: var(--picto-header-actif);
}

.header-actions .header-picto,
.header-actions .header-picto:link,
.header-actions .header-picto:visited,
.header-actions .header-picto:hover,
.header-actions .header-picto:active {
	display: none;
}

.pricing-grid.abo-cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: stretch;
}

.abo-cards .pricing-card {
	width: auto;
	gap: 16px;
}

.pricing-grid.abo-cards.pricing-grid-seule {
	grid-template-columns: minmax(0, 50%);
	justify-content: center;
}

.box-cat + .box-cat > :first-child {
	margin-top: 0;
}

.panier-ident .form-navigation .btn-prev {
	order: -1;
	margin-right: auto;
}

.leaflet-container {
	z-index: 0;
}
