/** Expert IT 370 - panier de demande de devis 1.0.0. */

.eitq-shell,
.eitq-inline {
	--eitq-bg: #edf2fa;
	--eitq-surface: #ffffff;
	--eitq-ink: #173f76;
	--eitq-action: #0965b5;
	--eitq-action-hover: #254d90;
	--eitq-text: #5b7190;
	--eitq-line: #d8e4f2;
	--eitq-soft: #f7fafe;
	--eitq-focus: #42bfd5;
}

.eitq-shell {
	position: relative;
	z-index: 999990;
}

.eitq-shell *,
.eitq-shell *::before,
.eitq-shell *::after,
.eitq-inline *,
.eitq-inline *::before,
.eitq-inline *::after {
	box-sizing: border-box;
}

.eitq-shell [hidden],
.eitq-inline [hidden],
.eitq-header-count[hidden] {
	display: none !important;
}

.eitq-header-trigger {
	position: relative !important;
	cursor: pointer;
}

.eitq-header-count {
	position: absolute;
	top: -10px;
	right: -12px;
	display: grid;
	place-items: center;
	min-width: 20px;
	height: 20px;
	padding: 0 5px;
	border: 2px solid #ffffff;
	border-radius: 999px;
	background: #0965b5;
	box-shadow: 0 3px 10px rgba(23, 63, 118, 0.18);
	color: #ffffff;
	font: 700 11px/1 Roboto, sans-serif;
}

.eitq-header-trigger:focus-visible,
.eitq-dialog button:focus-visible,
.eitq-dialog a:focus-visible,
.eitq-inline button:focus-visible,
.eitq-inline a:focus-visible,
.eitq-inline input:focus-visible {
	outline: 3px solid var(--eitq-focus) !important;
	outline-offset: 3px;
}

.eitq-dialog {
	width: min(440px, 100%);
	max-width: none;
	height: 100dvh;
	max-height: none;
	margin: 0 0 0 auto;
	padding: 0;
	border: 0;
	background: var(--eitq-surface) !important;
	box-shadow: -18px 0 55px rgba(23, 63, 118, 0.2);
	color: var(--eitq-text);
	font-family: Roboto, sans-serif;
	animation: eitq-enter 180ms cubic-bezier(0.16, 1, 0.3, 1);
}

.eitq-dialog:not([open]) {
	display: none !important;
}

.eitq-dialog::backdrop {
	background: rgba(15, 35, 62, 0.52);
}

.eitq-dialog__inner {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 28px;
	background: var(--eitq-surface);
}

body.eitq-open {
	overflow: hidden;
}

body.page-id-16307 {
	overflow-x: hidden;
}

/* The theme header uses Bootstrap's negative row gutters without a padded
 * parent, which adds 15px of page-level horizontal scroll on desktop. */
.ct-header-content > .row {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

body.eitq-open .wa__btn_popup,
body.eitq-open .joinchat {
	visibility: hidden !important;
}

.eitq-dialog__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid var(--eitq-line);
}

.eitq-dialog__header p,
.eitq-inline__heading p {
	margin: 0 0 5px;
	color: var(--eitq-action);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.eitq-dialog__header h2,
.eitq-inline__heading h3 {
	margin: 0;
	color: var(--eitq-ink);
	font-family: Roboto, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.15;
}

.eitq-close {
	display: grid !important;
	place-items: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--eitq-line) !important;
	border-radius: 50% !important;
	background: transparent !important;
	color: var(--eitq-ink) !important;
	font: 400 28px/1 Roboto, sans-serif !important;
	cursor: pointer;
}

.eitq-dialog__intro {
	max-width: 60ch;
	margin: 18px 0 8px;
	color: var(--eitq-text);
	font-size: 14px;
	line-height: 1.5;
}

.eitq-empty {
	margin: 22px 0;
	padding: 20px;
	border: 1px solid var(--eitq-line);
	border-radius: 12px;
	background: var(--eitq-soft);
	color: var(--eitq-text);
	font-size: 14px;
	line-height: 1.5;
}

.eitq-items {
	display: grid;
	gap: 0;
	margin: 8px 0 24px !important;
	padding: 0 !important;
	list-style: none !important;
}

.eitq-item {
	display: grid;
	grid-template-columns: 68px minmax(0, 1fr);
	gap: 14px;
	padding: 16px 0;
	border-bottom: 1px solid var(--eitq-line);
}

.eitq-item__media {
	display: grid;
	place-items: center;
	width: 68px;
	height: 68px;
	overflow: hidden;
	border-radius: 10px;
	background: var(--eitq-soft);
	color: var(--eitq-action);
	font-size: 22px;
	font-weight: 700;
	text-decoration: none;
}

.eitq-item__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.eitq-item__main {
	display: grid;
	align-content: start;
	gap: 4px;
	min-width: 0;
}

.eitq-item__name {
	color: var(--eitq-ink) !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none !important;
}

.eitq-item__sku {
	color: var(--eitq-text);
	font-size: 12px;
}

.eitq-item__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: 8px;
}

.eitq-quantity {
	display: grid;
	grid-template-columns: 40px 50px 40px;
	align-items: center;
	overflow: hidden;
	border: 1px solid var(--eitq-line);
	border-radius: 8px;
}

.eitq-quantity button,
.eitq-quantity input {
	width: 100%;
	height: 42px;
	min-height: 42px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--eitq-ink) !important;
	font: 700 15px/1 Roboto, sans-serif !important;
	text-align: center;
}

.eitq-quantity input {
	border-inline: 1px solid var(--eitq-line) !important;
	appearance: textfield;
}

.eitq-quantity input::-webkit-inner-spin-button {
	appearance: none;
}

.eitq-remove,
.eitq-clear,
.eitq-inline__heading > a {
	min-height: 42px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: var(--eitq-action) !important;
	font: 700 13px/1.25 Roboto, sans-serif !important;
	text-decoration: underline !important;
	text-underline-offset: 3px;
	cursor: pointer;
}

.eitq-dialog__footer {
	display: grid;
	gap: 10px;
	margin-top: auto;
	padding-top: 20px;
	border-top: 1px solid var(--eitq-line);
}

.eitq-finalize {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 20px;
	border-radius: 8px;
	background: var(--eitq-action) !important;
	color: #ffffff !important;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-decoration: none !important;
}

.eitq-finalize:hover {
	background: var(--eitq-action-hover) !important;
	color: #ffffff !important;
}

.eitq-status {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.eitq-ready .yith-ywraq-add-item-browse-list,
.eitq-ready [class*="yith_ywraq_add_item_browse-list-"] {
	display: none !important;
}

[data-eitq-add].is-selected {
	border-color: #0965b5 !important;
	background: #edf2fa !important;
	color: #0965b5 !important;
}

.eitq-inline--summary {
	margin: 6px 0 24px;
	padding: 20px;
	border: 1px solid var(--eitq-line);
	border-radius: 12px;
	background: var(--eitq-soft);
	color: var(--eitq-text);
}

.eitq-inline__heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 10px;
}

.eitq-inline__heading h3 {
	font-size: 20px;
}

.eitq-inline__heading h3 span {
	color: var(--eitq-text);
	font-size: 13px;
	font-weight: 600;
}

.eitq-inline--summary .eitq-items {
	margin-bottom: 0 !important;
}

.elementor-16307 .elementor-element.elementor-element-3b1a5d8 .e-form__indicators {
	margin-bottom: 26px;
}

.elementor-16307 .elementor-element.elementor-element-3b1a5d8 .e-form__indicators__indicator__number {
	width: 36px;
	height: 36px;
	border: 1px solid #d8e4f2;
	background: #f7fafe;
	color: #5b7190;
}

.elementor-16307 .elementor-element.elementor-element-3b1a5d8 .e-form__indicators__indicator--state-active .e-form__indicators__indicator__number,
.elementor-16307 .elementor-element.elementor-element-3b1a5d8 .e-form__indicators__indicator--state-completed .e-form__indicators__indicator__number {
	border-color: #0965b5;
	background: #0965b5;
	color: #ffffff;
}

.elementor-16307 .elementor-element.elementor-element-3b1a5d8 .e-form__buttons__wrapper__button-previous {
	border: 1px solid #d8e4f2;
	background: #ffffff !important;
	color: #173f76 !important;
}

.elementor-16307 .elementor-element.elementor-element-3b1a5d8 #form-field-produit,
.elementor-16307 .elementor-element.elementor-element-3b1a5d8 #form-field-quantite {
	cursor: default;
	background: #edf2fa !important;
}

@keyframes eitq-enter {
	from { transform: translateX(28px); opacity: 0.82; }
	to { transform: translateX(0); opacity: 1; }
}

@media (max-width: 600px) {
	.eitq-dialog {
		width: 100%;
	}

	.eitq-dialog__inner {
		padding: 22px 18px;
	}

	.eitq-dialog__header h2 {
		font-size: 22px;
	}

	.eitq-item {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 12px;
	}

	.eitq-item__media {
		width: 58px;
		height: 58px;
	}

	.eitq-inline__heading {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
	}

	.eitq-inline__heading > a {
		min-height: 34px;
	}

	.elementor-16307 .elementor-element.elementor-element-3b1a5d8 .e-form__indicators__indicator__label {
		font-size: 11px;
		line-height: 1.25;
	}
}

@media (prefers-reduced-motion: reduce) {
	.eitq-shell *,
	.eitq-shell *::before,
	.eitq-shell *::after {
		animation-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
	}
}

/* Boutons devis natifs WooCommerce — indépendants de YITH. */
.eitq-product-button {
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	z-index: 4;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	min-height: 46px;
	padding: 11px 20px;
	border: 1px solid #265091;
	border-radius: 12px;
	background: #265091;
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 8px 22px rgba( 38, 80, 145, 0.16 );
	transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.eitq-product-button::before {
	content: '+';
	display: inline-grid;
	place-items: center;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	border: 1px solid rgba( 255, 255, 255, 0.65 );
	border-radius: 50%;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
}

.eitq-product-button:hover,
.eitq-product-button:focus-visible {
	border-color: #178fc7;
	background: #178fc7;
	color: #fff;
	box-shadow: 0 10px 26px rgba( 23, 143, 199, 0.23 );
	transform: translateY( -1px );
}

.eitq-product-button:focus-visible {
	outline: 3px solid rgba( 53, 184, 236, 0.3 );
	outline-offset: 3px;
}

.eitq-product-button.is-selected {
	border-color: #0f766e;
	background: #0f766e;
}

.eitq-product-button.is-selected::before {
	content: '\2713';
}

li.product .woocommerce-product-meta .eitq-product-button--loop {
	display: none;
}

li.product .woocommerce-product-meta .woocommerce-add-to-cart,
li.product .woocommerce-product-meta .add_to_cart_button {
	display: none !important;
}

.woocommerce ul.products li.product .woocommerce-product-inner,
.woocommerce-page ul.products li.product .woocommerce-product-inner {
	height: 100%;
}

.woocommerce ul.products li.product .woocommerce-product-content,
.woocommerce-page ul.products li.product .woocommerce-product-content {
	display: flex;
	flex-direction: column;
	min-height: 202px;
	padding: 20px 15px 18px;
}

.woocommerce ul.products li.product .woocommerce-product--title,
.woocommerce-page ul.products li.product .woocommerce-product--title {
	min-height: 44px;
	margin: 0 0 9px !important;
}

.woocommerce ul.products li.product .woocommerce-product--title a,
.woocommerce-page ul.products li.product .woocommerce-product--title a {
	display: -webkit-box !important;
	overflow: hidden;
	color: #15233b;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	text-overflow: clip;
	white-space: normal !important;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.woocommerce ul.products li.product .woocommerce-product-content > .pwb-brands-in-loop,
.woocommerce-page ul.products li.product .woocommerce-product-content > .pwb-brands-in-loop {
	width: 100%;
	margin: 0 0 7px;
	padding: 0;
	text-align: left;
}

.woocommerce ul.products li.product .woocommerce-product-content > .pwb-brands-in-loop > a.woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product .woocommerce-product-content > .pwb-brands-in-loop > a.woocommerce-LoopProduct-link {
	display: none !important;
}

.woocommerce ul.products li.product .woocommerce-product-content > .pwb-brands-in-loop > a,
.woocommerce-page ul.products li.product .woocommerce-product-content > .pwb-brands-in-loop > a {
	color: #68778c;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1.25;
}

.eitq-card-reference {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	max-width: 100%;
	width: 100%;
	margin: 0 0 9px !important;
	padding: 5px 9px;
	border: 1px solid #dce6f2;
	border-radius: 999px;
	background: #f4f7fb;
	color: #5b7190;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.eitq-card-reference__sku {
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
}

.eitq-card-reference__id {
	flex: 0 0 auto;
	color: #265091;
	font-weight: 800;
}

.woocommerce ul.products li.product .price.eitq-price-on-request,
.woocommerce-page ul.products li.product .price.eitq-price-on-request {
	margin: 0 0 14px !important;
	color: #265091;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

li.product .woocommerce-product-content > .eitq-product-button--loop {
	width: 100%;
	margin-top: auto;
}

form.cart .eitq-product-button--single {
	min-height: 48px;
	width: 100%;
	min-width: 0;
	margin: 0 !important;
	padding-right: 26px;
	padding-left: 26px;
	border-color: #265091 !important;
	background: #265091 !important;
	color: #fff !important;
	white-space: nowrap;
	text-transform: none !important;
}

.single-product form.cart:has(.eitq-product-button--single) {
	display: grid !important;
	grid-template-columns: minmax(112px, 140px) minmax(140px, 1fr);
	align-items: stretch;
	gap: 12px;
}

.single-product form.cart:has(.eitq-product-button--single) .quantity,
.single-product form.cart:has(.eitq-product-button--single) .single_add_to_cart_button {
	width: 100% !important;
	margin: 0 !important;
}

.single-product form.cart:has(.eitq-product-button--single) .quantity {
	grid-column: 1;
	grid-row: 1;
}

.single-product form.cart:has(.eitq-product-button--single) .single_add_to_cart_button {
	grid-column: 2;
	grid-row: 1;
}

.single-product form.cart:has(.eitq-product-button--single) .eitq-product-button--single {
	grid-column: 1 / -1;
	grid-row: 2;
}

[data-eitq-add].eitq-product-button.is-selected {
	border-color: #0f766e !important;
	background: #0f766e !important;
	color: #fff !important;
}

@media (max-width: 767px) {
	form.cart .eitq-product-button--single {
		margin: 0 !important;
	}
}

@media print {
	.eitq-shell,
	.eitq-inline {
		display: none !important;
	}
}
