.soho-header-outils {
	position: relative;
	display: flex;
	align-items: center;
	gap: 14.4px;
	font-family: "Hanken Grotesk", sans-serif;
}

.soho-langue {
	display: flex;
	align-items: center;
	gap: 2.4px;
	color: #fff;
	font-size: 11.68px;
	letter-spacing: .06em;
}

.soho-langue .soho-language-button {
	min-width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: none;
	box-shadow: none;
	color: inherit;
	font: inherit;
	line-height: 1;
	opacity: .6;
	cursor: pointer;
}

.soho-langue .soho-language-button:hover,
.soho-langue .soho-language-button:focus,
.soho-langue .soho-language-button.on {
	border: 0;
	background: none;
	color: inherit;
	box-shadow: none;
	opacity: 1;
}

.soho-langue .soho-language-button.on {
	font-weight: 700;
}

.soho-langue-dot {
	margin: 0 2px;
}

.soho-panier-lien {
	display: flex;
	align-items: center;
	gap: 7.2px;
	color: #fff;
	font-size: 13.28px;
	line-height: 1;
	text-decoration: none !important;
	transition: opacity .2s ease;
}

.soho-panier-lien:hover,
.soho-panier-lien:focus {
	color: #fff;
	text-decoration: none !important;
	opacity: .8;
}

.soho-pastille {
	display: grid;
	place-items: center;
	height: 20px;
	min-width: 20px;
	padding: 0 5px;
	border-radius: 999px;
	background: rgb(42, 143, 212);
	color: #fff;
	font-size: 10.56px;
	font-weight: 700;
	line-height: 1;
}

.soho-pill-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13.6px 27.2px;
	border: 0;
	border-radius: 999px;
	background: #fff;
	color: #06192a;
	font-size: 13.44px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	transition: transform .2s ease;
}

.soho-pill-btn:hover,
.soho-pill-btn:focus {
	background: #fff;
	color: #06192a;
	text-decoration: none !important;
	transform: scale(1.02);
}

.soho-gtranslate-engine {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
}

@media (max-width: 1024px) {
	.soho-header-outils .soho-pill-btn,
	html body.elementor-editor-active.e-preview--show-hidden-elements .soho-header-outils .soho-pill-btn {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.soho-header-outils {
		gap: 10px;
	}
}
