/* =====================================================
   Header
   ===================================================== */

.feature-header {
	padding: 5rem 0;
	text-align: center;
	background-image: url(/asset/ouvretaferme/main/image/svg/background-landing-header.svg);
  background-size: cover;
  background-position: center center;
  width: 24rem;
  height: 21rem;
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
	position: relative;
}

.feature-header-icon {
	width: 4rem;
	position: absolute;

	@media (max-width: 575px) {
		right: 0;
		bottom: 0;
	}
	@media (min-width: 576px) {
		top: 25%;
		right: -50%;
	}
}

/* =====================================================
   Fonctionnalités (blocs alternés)
   ===================================================== */

.feature-blocks {
	padding: 4rem 0;
	background-color: var(--color-bg-blanc-menthe);
	position: relative;

}

.feature-blocks .separator-top,
.feature-blocks .separator-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	color: var(--color-bg-blanc-menthe);
	z-index: 1;
}
.feature-blocks .separator-top {
	top: 0;
}
.feature-blocks .separator-bottom {
	bottom: 0;
}

.feature-blocks .separator-top svg,
.feature-blocks .separator-bottom svg {
	width: 100% !important;
	display: block;
}

.feature-block {
	display: grid;
	gap: 2rem;
	font-size: 1.2rem;
}

.feature-block:not(:last-child) {
	padding-bottom: 5rem;
}

.feature-block-screenshot {
	padding-top: 3rem;
	border-radius: 0.5rem;
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 612 / 461; /* largeur / hauteur de l'image */
}
.feature-block-screenshot-left {
	padding-left: 3rem;
	box-shadow: 0 1rem 2.1rem rgba(0, 0, 0, 0.16);
}
.feature-block-screenshot-left-1 {
	background-image: url(/asset/ouvretaferme/main/image/svg/background-feature-left-1.svg);
}
.feature-block-screenshot-left-2 {
	background-image: url(/asset/ouvretaferme/main/image/svg/background-feature-left-2.svg);
}
.feature-block-screenshot-left-3 {
	background-image: url(/asset/ouvretaferme/main/image/svg/background-feature-left-3.svg);
}
.feature-block-screenshot-left-4 {
	background-image: url(/asset/ouvretaferme/main/image/svg/background-feature-left-4.svg);
}
.feature-block-screenshot-left-5 {
	background-image: url(/asset/ouvretaferme/main/image/svg/background-feature-left-5.svg);
}
.feature-block-screenshot-right {
	padding-right: 3rem;
	box-shadow: 0 1rem 2.1rem rgba(0, 0, 0, 0.16);
}
.feature-block-screenshot-right-1 {
	background-image: url(/asset/ouvretaferme/main/image/svg/background-feature-right-1.svg);
}
.feature-block-screenshot-right-2 {
	background-image: url(/asset/ouvretaferme/main/image/svg/background-feature-right-2.svg);
}
.feature-block-screenshot-right-3 {
	background-image: url(/asset/ouvretaferme/main/image/svg/background-feature-right-3.svg);
}
.feature-block-screenshot-right-4 {
	background-image: url(/asset/ouvretaferme/main/image/svg/background-feature-right-4.svg);
}
.feature-block-screenshot-right-5 {
	background-image: url(/asset/ouvretaferme/main/image/svg/background-feature-right-5.svg);
}
.feature-block-text h2,
.feature-block-text p {
	text-align: center;
}

@media (min-width: 768px) {

	.feature-block {
		grid-template:
			"text screenshot" 1fr / 1fr 1fr;
		column-gap: 4rem;
		align-items: center;
	}
	.feature-block-text {
		grid-area: text;
		text-align: left;
	}
	.feature-block-text svg {
		display: none;
	}
	.feature-block-screenshot {
		grid-area: screenshot;
	}

	.feature-block:nth-child(even) {
		grid-template:
			"screenshot text" 1fr / 1fr 1fr;
	}


	.feature-block-text h2 {
		text-align: left;
		margin: 0;
	}

	.feature-block-text p {
		text-align: left;
	}

}

.feature-block-text h2 {
	font-family: var(--font-title), sans-serif;
	font-size: 2.4rem !important;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.feature-block-subtitle {
	font-family: var(--font-text), serif;
	line-height: 1.5;
	margin-bottom: 1.5rem;
}

.feature-block-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem 2rem;
	@media (min-width: 768px) {
		margin: 0 0 1.5rem 0;
	}
}

@media (max-width: 767px) {

	.feature-block-buttons {
		text-align: center;
		margin-bottom: 1rem;
	}

}

.feature-block-list li {
	gap: 0.75rem;
	margin-bottom: 0.4rem;
}

.feature-block-list li::before {
	content: '';
	display: inline-block;
	flex-shrink: 0;
	width: 0.7rem;
	height: 0.7rem;
	margin-top: 0.35rem;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDBDOS4zMTM3MSAwIDEyIDIuNjg2MjkgMTIgNkMxMiA5LjMxMzcxIDkuMzEzNzEgMTIgNiAxMkMyLjY4NjI5IDEyIDAgOS4zMTM3MSAwIDZDMCAyLjY4NjI5IDIuNjg2MjkgMCA2IDBaTTkuNzA3MDMgMy41NDI5N0M5LjMxNjUxIDMuMTUyNDQgOC42ODM0OSAzLjE1MjQ0IDguMjkyOTcgMy41NDI5N0w0Ljg3NSA2Ljk2MDk0TDMuNzA3MDMgNS43OTI5N0MzLjMxNjUxIDUuNDAyNDQgMi42ODM0OSA1LjQwMjQ0IDIuMjkyOTcgNS43OTI5N0MxLjkwMjQ0IDYuMTgzNDkgMS45MDI0NCA2LjgxNjUxIDIuMjkyOTcgNy4yMDcwM0w0LjE2Nzk3IDkuMDgyMDNDNC41NTg0OSA5LjQ3MjU2IDUuMTkxNTEgOS40NzI1NiA1LjU4MjAzIDkuMDgyMDNMOS43MDcwMyA0Ljk1NzAzQzEwLjA5NzYgNC41NjY1MSAxMC4wOTc2IDMuOTMzNDkgOS43MDcwMyAzLjU0Mjk3WiIgZmlsbD0iIzgyOTBGRCIvPgo8L3N2Zz4K");
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.5rem;
}

.feature-block-img {
	position: absolute;
	border: 4px solid var(--border);
}

.feature-block-screenshot-left .feature-block-img {
	right: -4px;
	bottom: -4px;
	border-top-left-radius: 1.5rem;
	width: calc(100% - 3rem);
}
.feature-block-screenshot-right .feature-block-img {
	left: -4px;
	bottom: -4px;
	border-top-right-radius: 1.5rem;
	width: calc(100% - 3rem);
}
/* =====================================================
   Discover
   ===================================================== */

.feature-discover {
	position: relative;
	overflow: hidden;
	padding: 5rem 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.feature-discover .landing-grid-item.active {
	border-color: var(--color-brand);
	background-color: var(--color-bg-vert-menthe);
}

.feature-discover .landing-grid:has(.landing-grid-item:not(.active):hover) .landing-grid-item.active {
	border-color: var(--color-neutral-variant);
	background-color: var(--color-white);
}

.feature-discover-bg {
	position: relative;
	overflow: hidden;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50rem;
	max-width: calc(100vw - 3rem);
	padding: 5rem 0;
}

.feature-discover-bg::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url(/asset/ouvretaferme/main/image/svg/background-landing-header.svg) center/cover no-repeat;
	opacity: 50%;
	transform: scaleY(-1);
}

.feature-discover-bg svg {
	width: 100%;
	display: block;
}

.feature-discover-grid .landing-grid-item {
	font-size: 1rem;
}

@media (max-width: 575px) {
	.feature-discover-grid {
		margin: 0 2rem;
	}
}
@media (min-width: 768px) {

	.feature-discover-grid {
	position: relative;
		z-index: 1;
		min-width: 0;
		max-width: 30rem;
	}
}

/* CSS reboot */
*, *::before, *::after {
	box-sizing: border-box;
}

:root {
	--info: #c9e8fd;
	--careful: #d4aa00;
	--warning: #cb6503;
	--danger: #dc3545;
	--text: #212529;
	--success: #198754;
	--muted: #7a7a80;
	--border: #ddd;
	--radius: .5rem;
	--gradient: linear-gradient(to top, transparent 0, #8882 100%);
	--screen-width: calc(100vw - 15px)
}


html {
	font-size: 13px;
}

@media (min-width: 1600px) and (min-height: 992px) {

	html {
		font-size: 15px;
	}

	@media (min-width: 1800px) {

		html {
			font-size: 16px;
		}

	}

	@media (min-width: 2000px) {

		html {
			font-size: 17px;
		}

	}

	@media (min-width: 2400px) {

		html {
			font-size: 18px;
		}

	}

}

@media (min-width: 1400px) and (max-width: 1599px) and (min-height: 992px) {

	html {
		font-size: 14px;
	}

}

@media (min-width: 1400px) and (max-height: 992px) {

	html {
		font-size: 14px;
	}

}

@media (min-width: 1300px) and (max-width: 1399px) {

	html {
		font-size: 14px;
	}

}

@media (min-width: 1200px) and (max-width: 1299px) {

	html {
		font-size: 13px;
	}

}

@media (max-width: 449px) {

	html {
		font-size: 12px;
	}

}

body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
	color: var(--text);
}

p {
	margin-top: 0;
	margin-bottom: 0.66rem;
}

p:has(+ h1),
p:has(+ h2),
p:has(+ h3),
p:has(+ h4),
p:has(+ h5),
p:has(+ h6) {
	margin-bottom: 1rem;
}

[data-href],
a {
	cursor: pointer;
	color: var(--secondary);
	text-decoration: none;
}

[data-href]:hover,
a:hover {
	text-decoration: underline;
	color: inherit;
}

a.readonly {
	cursor: default;
}

label {
	display: inline-block;
	margin-bottom: 0;
}

pre {
	margin-bottom: 0.35rem;
}

address {
	font-weight: normal;
	font-style: normal;
	line-height: 1.2;
}

img, svg {
	vertical-align: middle;
}

ol, ul {
	margin-top: 0;
	margin-bottom: .75rem;
	padding-left: 2rem;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 1rem 0;
	line-height: 1.2;
}

h5, h6 {
	font-weight: normal;
	margin-bottom: 0.5rem;
}

hr {
	border-top: 1px solid var(--border);
	margin-top: 2rem;
	margin-bottom: 2rem;
}

:root {
	--radius-stick-lg: var(--radius);
	--radius-stick-md: var(--radius);
	--radius-stick-sm: var(--radius);
	--radius-stick-xs: var(--radius);
}

table {
	width: 100%;
	margin-bottom: 1rem;
	border-radius: var(--radius);
	border-collapse: collapse;
}

table th {
	padding: 0.75rem 0.5rem;
	text-align: left;
	vertical-align: bottom;
	background-color: var(--secondary-highlight);
}

table thead > *:first-child > *:first-child {
	border-top-left-radius: var(--radius);
}

table thead > *:first-child > *:last-child {
	border-top-right-radius: var(--radius);
}

.stick-lg {

	table {
		border-collapse: collapse;
		border-radius: var(--radius-stick-lg);
	}

	table thead > *:first-child > *:first-child {
		border-top-left-radius: var(--radius-stick-lg);
	}

	table thead > *:first-child > *:last-child {
		border-top-right-radius: var(--radius-stick-lg);
	}

}

.stick-md {

	table {
		border-radius: var(--radius-stick-md);
	}

	table thead > *:first-child > *:first-child {
		border-top-left-radius: var(--radius-stick-md);
	}

	table thead > *:first-child > *:last-child {
		border-top-right-radius: var(--radius-stick-md);
	}

}

.stick-sm {

	table {
		border-radius: var(--radius-stick-sm);
	}

	table thead > *:first-child > *:first-child {
		border-top-left-radius: var(--radius-stick-sm);
	}

	table thead > *:first-child > *:last-child {
		border-top-right-radius: var(--radius-stick-sm);
	}

}

.stick-xs {

	table {
		border-radius: var(--radius-stick-xs);
	}

	table thead > *:first-child > *:first-child {
		border-top-left-radius: var(--radius-stick-xs);
	}

	table thead > *:first-child > *:last-child {
		border-top-right-radius: var(--radius-stick-xs);
	}

}

table td {
	padding: 0.375rem 0.5rem;
	vertical-align: middle;
}

table tr.td-padding-xs td,
table.td-padding-xs td {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

@media (min-width: 1400px) {

	table td {
		padding: 0.5rem 0.75rem;
	}

	table th {
		padding: 0.75rem 0.75rem;
	}

}

table tr {
	transition: background-color 0.25s;
}

table.tbody-hover tbody:hover tr {
	background-color: rgba(0, 0, 0, 0.03) !important;
}

table.tbody-even tbody:nth-of-type(odd) tr {
	background-color: var(--background-odd);
}

table.tbody-even tbody:nth-of-type(even) tr {
	background-color: var(--background-even);
}

table.tr-hover tbody tr:hover {
	background-color: var(--background-hover) !important;
}

table.tbody-hover tbody:hover tr {
	background-color: var(--background-hover) !important;
}

table.tr-even tbody tr:nth-of-type(even):not(tr.tr-title) {
	background-color: var(--background-even);
}

table.tr-even tbody tr:nth-of-type(odd):not(tr.tr-title) {
	background-color: var(--background-odd);
}

table.tr-bordered tr {
	border-bottom: 1px solid #0002;
}

tr.row-highlight {
	background-color: var(--background-dark) !important;
}

tr.tr-upper,
tr.tr-upper td,
tr.tr-upper th {
	text-transform: uppercase;
}

tr.tr-bold > th,
tr.tr-bold > td {
	font-weight: bold;
}
tr.tr-light > td {
	opacity: 0.5;
}

tr.tr-title {
	font-weight: bold;
	background: repeating-linear-gradient(135deg, var(--background) 0, var(--background) 3px, var(--background-light) 2px, var(--background-light) 6px);
}

tr.tr-title:has(h3, h4) {
	background: repeating-linear-gradient(135deg, var(--info) 0, var(--info) 3px, var(--background) 2px, var(--background) 6px);
}

tr.tr-title h3,
tr.tr-title h4 {
	text-transform: none;
	margin: 0.5rem 0;
}

tr.tr-disabled {
	opacity: 0.5;
}

div.div-even > *:nth-of-type(even) {
	background-color: white;
}

div.div-even > *:nth-of-type(odd) {
	background-color: var(--background-odd);
}

td.t-highlight {
	background-color: var(--secondary-highlight);
}

@media (max-width: 1399px) {

	.stick-xl {
		width: var(--screen-width);
		transform: translate3d(calc(-1 * var(--container-xl-padding)), 0, 0);
		border-radius: 0 !important;
	}

}

@media (max-width: 1199px) {

	.stick-lg {
		width: var(--screen-width);
		transform: translate3d(calc(-1 * var(--container-lg-padding)), 0, 0);
		border-radius: 0 !important;
	}

	:root {
		--radius-stick-lg: 0;
	}

}

@media (max-width: 991px) {

	.stick-lg,
	.stick-md {
		width: var(--screen-width);
		transform: translate3d(calc(-1 * var(--container-md-padding)), 0, 0);
		border-radius: 0 !important;
	}

	:root {
		--radius-stick-lg: 0;
		--radius-stick-md: 0;
	}

}

@media (max-width: 767px) {

	.stick-lg,
	.stick-md,
	.stick-sm {
		width: var(--screen-width);
		transform: translate3d(calc(-1 * var(--container-sm-padding)), 0, 0);
		border-radius: 0 !important;
	}

	.stick-lg table,
	.stick-md table,
	.stick-sm table {
		border-radius: 0 !important;
	}

	:root {
		--radius-stick-lg: 0;
		--radius-stick-md: 0;
		--radius-stick-sm: 0;
	}

}

@media (max-width: 575px) {

	.stick-lg,
	.stick-md,
	.stick-xs,
	.stick-sm {
		width: var(--screen-width);
		transform: translate3d(calc(-1 * var(--container-xs-padding)), 0, 0);
		border-radius: 0 !important;
	}

	:root {
		--radius-stick-lg: 0;
		--radius-stick-md: 0;
		--radius-stick-sm: 0;
		--radius-stick-xs: 0;
	}

}

ul.list-inline {
	margin-bottom: 0px;
}

/* Forms */
input, button, select, optgroup, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button, select {
	text-transform: none;
}

button {
	cursor: pointer;
}

.click-waiting {
	opacity: 0.5;
	pointer-events: none;
}

.opacity-100 {
	opacity: 1;
}

.opacity-75 {
	opacity: .75;
}

.opacity-50 {
	opacity: .5;
}

.opacity-25 {
	opacity: .25;
}

.fs-2 {
	font-size: 2rem;
}

.fs-3 {
	font-size: 3rem;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 1rem !important;
}

.mt-2 {
	margin-top: 2rem !important;
}

.mt-3 {
	margin-top: 3rem !important;
}

.mt-4 {
	margin-top: 4rem !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}

.mb-2 {
	margin-bottom: 2rem !important;
}

.mb-3 {
	margin-bottom: 3rem !important;
}

.mb-4 {
	margin-bottom: 4rem !important;
}

.ml-0 {
	margin-left: 0 !important;
}

.ml-1 {
	margin-left: 1rem !important;
}

.ml-2 {
	margin-left: 2rem !important;
}

.ml-3 {
	margin-left: 3rem !important;
}

.ml-4 {
	margin-left: 4rem !important;
}

.ml-5 {
	margin-left: 5rem !important;
}

.mr-0 {
	margin-right: 0 !important;
}

.mr-1 {
	margin-right: 1rem !important;
}

.mr-2 {
	margin-right: 2rem !important;
}

.mr-3 {
	margin-right: 3rem !important;
}

.mr-4 {
	margin-right: 4rem !important;
}

.mr-5 {
	margin-right: 5rem !important;
}

.font-xl {
	font-size: 120%;
}

.font-lg {
	font-size: 110%;
}

.font-md {
	font-size: 100%;
}

.font-sm {
	font-size: 90%;
}

.font-xs {
	font-size: 80%;
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0;
	vertical-align: middle;
}

.form-calculation {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: var(--text);
	background-color: var(--background);
	background-clip: padding-box;
	border: 1px solid #0002;
	appearance: none;
	vertical-align: middle;
	transition: border-color 0.25s, box-shadow 0.25s;
}

.form-control,
.form-control-block {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: var(--text);
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #0002;
	appearance: none;
	vertical-align: middle;
	border-radius: var(--radius);
	transition: border-color 0.25s, box-shadow 0.25s;
}

.form-control-xl {
	line-height: 2.5;
}

.form-control-lg {
	line-height: 2;
}

.form-control-block {
	padding: 1rem;
}

.form-control:focus {
	color: var(--text);
	background-color: #fff;
	border-color: #0005;
	outline: 0;
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}

.form-control.disabled,
.form-control[disabled],
.form-control:disabled {
	pointer-events: none;
	background-color: #CCC2;
}

.form-control.disabled:not(select),
.form-control[disabled]:not(select),
.form-control:disabled:not(select) {
	color: #000B;
}

select.form-control {
	padding-right: 1.75rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 16px 12px;
}

textarea.form-control {
	height: 10em;
}

.form-control[type="color"] {
	padding: 0.25rem;
}

div.input-group {
	/*position: relative; inutile ?*/
	display: inline-flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

div.input-group-sm .form-control,
div.input-group-sm .input-group-addon {
	line-height: 1.2 !important;
}

div.input-group-lg .form-control,
div.input-group-lg .input-group-addon {
	line-height: 2 !important;
}

div.form-control-field div.input-group {
	width: 100%;
}

div.form-control-field h3 {
	margin-bottom: .5rem;
}

div.input-group > * {
	border-radius: 0;
}

div.input-group > *:first-child {
	border-top-left-radius: var(--radius) !important;
	border-bottom-left-radius: var(--radius) !important;
}

div.input-group > *:last-child {
	border-top-right-radius: var(--radius) !important;
	border-bottom-right-radius: var(--radius) !important;
}

div.input-group > *:not(:first-child) {
	margin-left: -1px;
}

div.input-group > .form-control {
	flex: 1;
	min-width: 0;
}

div.input-group > .btn:hover {
	z-index: 1;
}

div.input-group > .form-control:focus {
	z-index: 2;
}

div.input-group > .input-group-element,
div.input-group > .input-group-addon,
div.input-group > .field-checkbox {
	display: flex;
	align-items: center;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
}

div.input-group > .input-group-addon,
div.input-group > .field-checkbox {
	color: var(--text);
	text-align: center;
	white-space: nowrap;
	background-color: var(--background);
	border: 1px solid #0002;
}

div.input-group > .input-group-addon.input-group-addon-for-input {
	background-color: white;
	border-left: 0;
}

@media (max-width: 575px) {

	div.input-group > .input-group-addon,
	div.input-group > .field-checkbox {
		padding: 0.375rem 0.5rem;
		font-size: 0.9rem;
	}

}

/* Text */
.text-sm {
	font-size: 0.9rem;
}

/* Icon */

.asset-icon {
	display: inline-block;
	width: calc(1em + 1px);
	min-width: calc(1em + 1px);
	margin-top: -0.125rem;
	height: 1em;
	pointer-events: none;
}

.asset-icon-lg {
	font-size: 1.2em;
}

.asset-icon-rotate-90 {
	transform: rotate(90deg);
}

.asset-icon-rotate--90 {
	transform: rotate(-90deg);
}

.asset-icon-flip-h {
	transform: scaleX(-1);
}

.asset-icon-flip-v {
	transform: scaleY(-1);
}

/* Containers */
:root {

	--container-xs-padding: 0.5rem;
	--container-sm-padding: 1rem;
	--container-md-padding: 1.5rem;
	--container-lg-padding: 1.5rem;
	--container-xl-padding: 1.5rem;
	--container-xxl-padding: 2rem;

	--container-width: calc(var(--screen-width) - 2 * var(--container-padding) - var(--nav-width));

}

@media (max-width: 575px) {

	:root {
		--container-padding: var(--container-xs-padding);
	}

}

@media (min-width: 576px) and (max-width: 767px) {

	:root {
		--container-padding: var(--container-sm-padding);
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	:root {
		--container-padding: var(--container-md-padding);
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

	:root {
		--container-padding: var(--container-lg-padding);
	}

}

@media (min-width: 1200px) and (max-width: 1599px) {

	:root {
		--container-padding: var(--container-xl-padding);
	}

}

@media (min-width: 1600px) {

	:root {
		--container-padding: var(--container-xxl-padding);
	}

}

@media (max-width: 575px) {

	:root {
		--responsive-padding: var(--container-xs-padding);
	}

}

@media (min-width: 576px) {

	:root {
		--responsive-padding: 1rem;
	}

}

.container {
	width: var(--screen-width);
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
}

@media (max-width: 449px) {

	.hide-xxs-down {
		display: none !important;
	}

}

@media (max-width: 575px) {

	.hide-xs-down {
		display: none !important;
	}

}

@media (min-width: 450px) {

	.hide-xs-up {
		display: none !important;
	}

}

@media (min-width: 576px) {

	.hide-sm-up {
		display: none !important;
	}

}

@media (max-width: 767px) {

	.hide-sm-down {
		display: none !important;
	}

}

@media (min-width: 768px) {

	.hide-md-up {
		display: none !important;
	}

}

@media (max-width: 991px) {

	.hide-md-down {
		display: none !important;
	}

}

@media (min-width: 992px) {

	.hide-lg-up {
		display: none !important;
	}

}

@media (max-width: 1199px) {

	.hide-lg-down {
		display: none !important;
	}

}

@media (max-width: 1599px) {

	.hide-xl-down {
		display: none !important;
	}

}

@media (max-width: 1099px), (max-height: 599px) {

	.hide-lateral-down {
		display: none !important;
	}

}

@media (min-width: 1200px) {

	.hide-xl-up {
		display: none !important;
	}

}
@media (min-width: 1600px) {

	.hide-xxl-up {
		display: none !important;
	}

}

@media (min-width: 1100px) and (min-height: 600px) {

	.hide-lateral-up {
		display: none !important;
	}

}

.hide {
	display: none !important;
}

.panel-dialog .hide-panel-in {
	display: none !important;
}

:not(.panel-dialog) .hide-panel-out {
	display: none !important;
}

.not-visible {
	visibility: hidden;
}

body:not([data-touch="no"]) .hide-touch {
	display: none !important;
}

body:not([data-touch="yes"]) .hide-notouch {
	display: none !important;
}

/* Utilities */
@media (min-width: 576px) {

	.util-section {
		border-left: 2px solid var(--secondary);
		padding-left: 1rem;
	}

}

.util-quick {
	display: inline-block;
	border-bottom: 2px dotted transparent;
	margin-bottom: -2px;
}

a.util-quick {
	color: inherit;
}

.util-quick:hover:not(:has(.btn)) {
	text-decoration: none;
	border-color: var(--primary);
	cursor: pointer;
}

.util-quick-dropdown {
	padding: 1rem;
	background-color: var(--primary);
	color: white;
	max-width: 30rem;
}

.util-quick-form {
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 0.5rem;
	justify-items: stretch;
}

.util-quick-form h4 {
	margin-bottom: 0;
}

table th,
.util-grid-header {
	font-size: 0.85rem;
	text-transform: uppercase;
	align-self: end;
	padding-top: 0.75rem;
	padding-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.3;
}

.td-min-content {
	width: 1%;
	white-space: nowrap;
}


td.td-vertical-align-middle,
.td-vertical-align-middle td,
th.td-vertical-align-middle,
.td-vertical-align-middle th {
	vertical-align: middle;
}

td.td-vertical-align-top,
.td-vertical-align-top td,
th.td-vertical-align-top,
.td-vertical-align-top th {
	vertical-align: top;
}

tr:not(:last-child):has(> .td-border) .td-border {
	border-bottom: 1px dashed var(--border);
}

.td-checkbox {
	background-color: #0001;
	text-align: center;
	padding: 0;
	width: 3rem;
}

.td-checkbox > label {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}

thead .td-checkbox > label {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

tbody .td-checkbox > label {
	min-height: 2.75rem;
}

.util-grid-icon {
	font-size: 1.1rem;
}

.util-info,
.util-warning,
.util-warning-outline,
.util-danger-outline,
.util-danger {
	margin-bottom: 1.5rem;
	padding: 0.5rem 1rem 0.5rem;
	line-height: 1.6;
}

@media print {

	.util-info,
	.util-warning,
	.util-warning-outline,
	.util-danger-outline,
	.util-danger {
		display: none;
	}

}

.util-info p:last-child,
.util-warning p:last-child,
.util-warning-outline p:last-child,
.util-danger-outline p:last-child,
.util-danger p:last-child {
	margin-bottom: 0;
}

.util-info {
	border-left: 4px solid var(--secondary);
	color: var(--secondary);
}

.util-info a:not(.btn) {
	text-decoration: underline;
}

.util-warning {
	border-radius: var(--radius);
	background-color: var(--warning);
	color: white;
}

.util-warning a:not(.btn) {
	color: white;
	text-decoration: underline;
}

.util-warning-outline {
	border: 1px solid var(--warning);
	border-radius: var(--radius);
	color: var(--warning);
}

.util-warning-outline a:not(.btn) {
	color: var(--warning);
	text-decoration: underline;
}


.util-danger-outline {
	border: 1px solid var(--danger);
	border-radius: var(--radius);
	color: var(--danger);
}

.util-danger-outline a:not(.btn) {
	color: var(--danger);
	text-decoration: underline;
}

.util-danger {
	border-radius: var(--radius);
	background-color: var(--danger);
	color: white;
}

.util-danger a:not(.btn) {
	color: white;
	text-decoration: underline;
}

@media (max-width: 449px) {

	.util-overflow-xs {
		overflow-x: auto;
	}

	.util-overflow-xs > * {
		min-width: calc(449px - 2 * var(--container-xs-padding));
	}

}

@media (max-width: 575px) {

	.util-overflow-sm {
		overflow-x: auto;
	}

	.util-overflow-sm > * {
		min-width: calc(575px - 2 * var(--container-sm-padding));
	}

}

@media (max-width: 767px) {

	.util-overflow-md {
		overflow-x: auto;
	}

	.util-overflow-md > * {
		min-width: calc(767px - 2 * var(--container-md-padding));
	}

}

@media (max-width: 991px) {

	.util-overflow-lg {
		overflow-x: auto;
	}

	.util-overflow-lg > * {
		min-width: calc(991px - 2 * var(--container-md-padding));
	}

}

@media (max-width: 1199px) {

	.util-overflow-xl {
		overflow-x: auto;
	}

	.util-overflow-xl > * {
		min-width: calc(1199px - 2 * var(--container-md-padding));
	}

}

.util-overflow {
	overflow-x: auto;
}

.util-overflow > * {
}

.util-checkbox {
	display: flex;
	align-items: center;
	justify-content: center;
}


.util-buttons {
	display: grid;
	grid-gap: 1rem;
	grid-template-columns: 1fr 1fr 1fr;
}

.util-title,
.util-action {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.25rem;
}

.util-title {
	margin-bottom: 1rem;
}

.util-action > *,
.util-title > * {
	margin-bottom: 0;
}

.util-action > * {
	margin-bottom: 0;
}

[data-touch="yes"] .util-action h1 {
	user-select: none;
}

a.util-action-navigation > svg {
	font-size: 1.3rem;
	vertical-align: baseline;
}

a.util-action-navigation:hover > svg:nth-of-type(1),
a.util-action-navigation[data-dropdown-display] > svg:nth-of-type(1) {
	display: none;
}

a.util-action-navigation:not(:hover):not([data-dropdown-display]) > svg:nth-of-type(2) {
	display: none;
}

.util-action-navigation-list  .dropdown-item > .util-badge:first-child {
	margin-left: 1rem;
}

div.util-subtitle {
	margin-top: 0.5rem;
	font-size: 1.15rem;
}

@media (max-width: 575px) {

	div.util-subtitle {
		font-size: 1rem;
	}

}

.util-helper {
	font-size: 0.9rem;
	color: var(--secondary);
}

.util-annotation {
	font-size: 90%;
	font-weight: normal;
	line-height: 1.2;
	color: var(--muted);
}

.util-annotation:empty {
	display: none;
}

.util-annotation a {
	color: var(--muted);
	text-decoration: underline;
}

.util-counter {
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 1.2;
	display: inline-block;
	vertical-align: middle;
	padding: calc(0.375rem / 2) 0.375rem;
	border-radius: calc(var(--radius) / 2);
	border: 1px solid var(--muted);
}

h1 .util-counter {
	font-size: 1.3rem;
}

.util-badge,
.util-badge-bordered {
	font-size: 90%;
	line-height: 1;
	display: inline-block;
	padding: calc(0.375rem / 2) 0.375rem;
	border-radius: calc(var(--radius) / 2);
}

.util-badge-bordered {
	border-width: 1px;
	border-style: solid;
}

a.util-badge,
a.util-badge-bordered {
	text-decoration: none;
}

.util-badge {
	color: white !important;
}

a.util-badge {
	color: white;
}

.util-empty {
	color: var(--muted);
	margin-bottom: 1rem;
}

.util-circle {
	width: 2rem;
	height: 2rem;
	font-size: 1.1rem;
	border-radius: 50%;
	color: white;
	background-color: var(--primary);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.util-circle.util-circle-lg {
	width: 2.5rem;
	height: 2.5rem;
	font-size: 1.25rem;
}

@keyframes util-animation-turn {
	from {
		transform: rotate(0turn);
	}

	to {
		transform: rotate(1turn);
	}
}

.util-animate-turn {
	animation: util-animation-turn 1s ease infinite;
}

.util-start {
	background: linear-gradient(-45deg, #f5f5f5 0, white 100%);
	border-radius: 1.5rem;
	box-shadow: 0 0 2rem #0002;
	padding: 2.5rem;
	margin: 0 1rem 2rem 1rem;
	border: 1px solid #0003;
}

@media (max-width: 767px) {

	.util-start {
		padding: 1.75rem;
	}

}

.util-start-icon {
	font-size: 1.5rem;
	width: 3rem;
	height: 3rem;
	background-color: var(--secondary);
	margin-bottom: 0rem;
	color: white;
	border-radius: 1.5rem .25rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
}

.util-start-title {
	position: relative;
	font-size: 2rem;
	font-weight: bold;
}

.util-start-content {
	position: relative;
	font-size: 1.1rem;
}

.util-start-content a {
	text-decoration: underline;
}

.util-start-content *:last-child {
	margin-bottom: 0;
}

.util-start-image {
	margin-top: 1.5rem;
}

.util-start-image img {
	width: 100%;
	max-width: 50rem;
}

.util-start-button {
	margin-top: 2rem;
	position: relative;
}

.util-block,
.util-block-secondary,
.util-block-help,
.util-block-info {
	border-radius: var(--radius);
	margin-bottom: 1rem;
	padding: 1rem;
}

.util-block > *:last-child,
.util-block-secondary > *:last-child,
.util-block-help > *:last-child,
.util-block-info > *:last-child {
	margin-bottom: 0;
}

table.util-block tbody:last-child tr:last-child td:first-child {
	border-bottom-left-radius: var(--radius);
}

table.util-block tbody:last-child tr:last-child td:last-child {
	border-bottom-right-radius: var(--radius);
}

.util-block {
	background: white;
	box-shadow: var(--box);
}

.panel-dialog .util-block {
	background: var(--background-light);
	box-shadow: none;
}

.util-block-secondary {
	background: var(--secondary);
	color: white;
}

.util-block-secondary a {
	color: white;
	text-decoration: underline;
}

.util-block-separator {
	margin: 0.5rem -1rem;
	border-bottom: 1px solid var(--border);
}

.util-block-optional {
	padding: 1rem;
	border: 3px dashed var(--border);
	margin-bottom: 1rem;
	border-radius: var(--radius);
}

.util-block-help,
.util-block-info {
	padding: 1rem;
	line-height: 1.5;
	position: relative;
	min-height: 4rem;
}

.util-block-help:has(h3),
.util-block-info:has(h3) {
	padding-top: 1.5rem;
}

.util-block-help {
	background-color: var(--info);
}

.util-block-info {
	background-color: var(--secondary);
	color: white;
}

.util-block-help,
.util-block-info {
	padding-left: 4.5rem;
}

.util-block-help h4,
.util-block-info h4 {
	font-weight: bold;
	height: 2.5rem;
	margin-bottom: 0.5rem;
	display: flex;
	align-items: center;
}

.util-block-help h4:first-child,
.util-block-info h4:first-child {
	margin-top: -0.5rem;
}

.util-block-help a:not(.btn) {
	text-decoration: underline;
	color: var(--text);
}

.util-block-info a:not(.btn) {
	text-decoration: underline;
}

.util-block-help:before,
.util-block-info:before,
.util-block-icon {
	position: absolute;
	font-style: italic;
	float: left;
	color: white;
	top: 1.25rem;
	left: 1rem;
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	line-height: 1;
	font-family: Serif;
}

.util-block-help:before,
.util-block-info:before {
	border-radius: 50%;
}

.util-block-help:not(:has(.util-block-icon)):before {
	background-color: var(--secondary);
	content: 'i';
}

.util-block-info:not(:has(.util-block-icon)):before {
	background-color: white;
	color: var(--secondary);
	content: '!';
}

.util-block-info a {
	color: white;
}

.util-block-info .form-info {
	color: #fff8;
}

.util-block-dark {
	color: white;
}

.util-block-search {
	margin-bottom: 2rem;
	position: relative;
}

.util-block-search h4 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1rem;
	filter: brightness(0.8);
}

.util-block-gradient {
	background: var(--gradient);
	padding: var(--container-sm-padding);
	border-top-left-radius: var(--radius);
	border-top-right-radius: var(--radius);
	margin-bottom: 1rem;
}

@media (max-width: 575px) {

	.util-block-gradient {
		padding: var(--container-xs-padding);
	}

}

.util-block-title {
	font-size: 0.9rem;
	text-transform: uppercase;
	color: var(--muted);
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
}

.util-block-danger,
.util-block-warning,
.util-block-success {
	padding: 1rem;
	border-radius: var(--radius);
	margin-bottom: 1rem;
}

a.util-block-close {
	color: white;
	position: absolute;
	top: 0;
	right: 0;
	padding: 1rem;
}

.util-block-danger {
	background-color: var(--danger);
	color: white;
}

.util-block-success {
	background-color: var(--success);
	color: white;
}

.util-block-warning {
	background-color: var(--warning);
	color: white;
}

.util-block-danger a,
.util-block-success a,
.util-block-warning a {
	color: white;
	text-decoration: underline;
}

.util-block-sticked {
	margin-bottom: 0;
	left: 1rem;
	bottom: 1rem;
	right: 1rem;
	position: fixed;
	box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.1);
	font-size: 1.1rem;
	transition: all 0.25s;
	z-index: 100000;
}

.util-block-remove {
	opacity: 0;
}

.field-toggle-wrapper:has([data-type="yesNo"] input[value="1"]:not(:checked)) .field-toggle {
	display: none !important;
}

ul.util-summarize {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.util-summarize-overflow {
	overflow-x: auto;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
}

ul.util-summarize:not(:last-child) {
	margin-bottom: 1rem;
}

ul.util-summarize li {
	font-size: 1.5rem;
	font-weight: lighter;
	line-height: 1.2;
	text-align: center;
	border-radius: var(--radius);
}

ul.util-summarize li > a:not(.btn) {
	display: block;
	padding: 1rem;
	border-radius: var(--radius);
	background: white;
	transition: all 0.25s;
	box-shadow: var(--box);
	text-decoration: none;
}

.panel-dialog ul.util-summarize li > a:not(.btn) {
	border: 1px solid var(--border);
	box-shadow: none;
}

ul.util-summarize li > a:not(.btn):hover {
	box-shadow: var(--box-hover);
}

.panel-dialog ul.util-summarize li > a:not(.btn):hover {
	box-shadow: none;
	border-color: var(--muted);
}

ul.util-summarize li.selected > a:not(.btn) {
	box-shadow: var(--box-selected);
}

.panel-dialog ul.util-summarize li.selected > a:not(.btn) {
	box-shadow: none;
	border-color: var(--secondary);
}

ul.util-summarize li h5 {
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	font-weight: normal;
	font-size: 1rem;
	border-bottom: 1px solid var(--border);
}

ul.util-summarize li > div:not(:last-child) {
	margin-bottom: 0.25rem;
}

ul.util-summarize li .util-summarize-muted {
	font-size: 0.9rem;
	color: var(--muted);
	margin-top: 0.5rem;
}

@media (max-width: 575px) {

	ul.util-summarize li {
		font-size: 1.4rem;
		padding: 0.5rem;
	}

	ul.util-summarize li h5 {
		font-size: 1rem;
	}

	ul.util-summarize li > a:not(.btn) {
		padding: 0.75rem;
		margin: -0.5rem;
	}

}

a.util-summarize-primary {
	background-color: var(--primary) !important;
	color: white;
}

.util-search {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.util-search-submit {
	display: flex;
	gap: 0.5rem;
	align-items: end;
}

.util-search.util-search-1,
.util-search.util-search-2,
.util-search.util-search-3 {
	display: grid;
	grid-template-columns: 1fr;
}

dl.util-presentation {
	display: grid;
	margin: 0;
	padding: 0;
	grid-column-gap: 1rem;
	grid-row-gap: 0.5rem;
	grid-auto-rows: min-content;
	align-items: baseline;
}

dl.util-presentation-max-content {
	display: grid;
	margin: 0;
	padding: 0;
	grid-column-gap: 1rem;
	grid-row-gap: 0.25rem;
	grid-auto-rows: min-content;
	align-items: baseline;
}

@media (max-width: 575px) {

	dl.util-presentation {
		grid-template-columns: auto 1fr;
	}

}

@media (min-width: 576px) {

	dl.util-presentation-1 {
		grid-template-columns: auto 1fr;
	}

	dl.util-presentation-auto.util-presentation-1 {
		grid-template-columns: auto auto;
	}

	dl.util-presentation-2,
	dl.util-presentation-3 {
		grid-template-columns: auto 1fr auto 1fr;
	}

	dl.util-presentation-max-content.util-presentation-2,
	dl.util-presentation-max-content.util-presentation-3 {
		grid-template-columns: auto minmax(max-content, 1fr) auto minmax(max-content, 1fr);
	}

	dl.util-presentation-2 dd.util-presentation-fill,
	dl.util-presentation-3 dd.util-presentation-fill {
		grid-column: span 3;
	}

	.util-search.util-search-2 {
		grid-template-columns: 1fr;
	}

	.util-search.util-search-3 {
		grid-template-columns: 1fr 1fr;
	}

	.util-search.util-search-3 .util-search-fill,
	.util-search.util-search-3 .util-search-submit {
		grid-column: span 2;
	}

}

@media (min-width: 992px) {

	dl.util-presentation-3 {
		grid-template-columns: auto 1fr auto 1fr auto 1fr;
	}

	dl.util-presentation-3 dd.util-presentation-fill {
		grid-column: span 5;
	}

	.util-search.util-search-2 {
		grid-template-columns: 1fr 1fr;
	}

	.util-search.util-search-2 .util-search-fill,
	.util-search.util-search-2 .util-search-submit {
		grid-column: span 2;
	}

	.util-search.util-search-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.util-search.util-search-3 .util-search-fill,
	.util-search.util-search-3 .util-search-submit {
		grid-column: span 3;
	}

}

dl.util-presentation dt {
	color: var(--muted);
	padding: 0;
	margin: 0;
}

dl.util-presentation dd {
	font-weight: bold;
	padding: 0;
	margin: 0;
}
dl.util-presentation dd a:not(.btn) {
	color: inherit;
}

dl.util-presentation dt:not(:empty) + dd:empty:before {
	content: '/';
	font-weight: normal;
	color: var(--muted);
}


.pagination-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1rem;
	gap: 1rem;
}

ul.pagination {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	grid-auto-flow: column;
	gap: 0.5rem;
	margin: 0;
	padding: 0;
}

div.util-alert {
	position: fixed;
	bottom: 40px;
	z-index: 100;
}

td.util-manage-vignette {
	width: 3rem;
}

/* Flex */
.flex-wrap {
	flex-wrap: wrap;
}

.flex-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.flex-align-center {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.flex-justify-space-between {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

/* Text */
.text-start {
	text-align: left;
}
.text-end {
	text-align: right;
}
.text-center {
	text-align: center;
}

.text-upper {
	text-transform: uppercase;
}
.text-lower {
	text-transform: lowercase;
}
.text-ucfirst::first-letter {
	text-transform: capitalize;
}
/* Colors */
.color-text {
	color: var(--text) !important;
}
.color-primary {
	color: var(--primary) !important;
}
.color-secondary {
	color: var(--secondary) !important;
}
.color-info {
	color: var(--info) !important;
}
.color-success {
	color: var(--success) !important;
}
.color-success a {
	color: var(--success) !important;
	text-decoration: underline;
}
.color-danger {
	color: var(--danger) !important;
}
.color-danger a {
	color: var(--danger) !important;
	text-decoration: underline;
}
.color-careful {
	color: var(--careful) !important;
}
.color-careful a {
	color: var(--careful) !important;
	text-decoration: underline;
}
.color-warning {
	color: var(--warning) !important;
}
.color-warning a {
	color: var(--warning) !important;
	text-decoration: underline;
}
.color-muted {
	color: var(--muted) !important;
}
.color-muted-light {
	color: var(--muted-light) !important;
}
.color-white {
	color: white !important;
}

/* Background */
.bg-primary {
	background-color: var(--primary) !important;
}
.bg-secondary {
	background-color: var(--secondary) !important;
}
.bg-info {
	background-color: var(--info) !important;
}
.bg-success {
	background-color: var(--success) !important;
}
.bg-danger {
	background-color: var(--danger) !important;
}
.bg-warning {
	background-color: var(--warning) !important;
}
.bg-muted {
	background-color: var(--muted) !important;
}
.bg-background {
	background-color: var(--background) !important;
}
.bg-background-light {
	background-color: var(--background-light) !important;
}
.bg-background-body {
	background-color: var(--background-body) !important;
}
.bg-white {
	background-color: white !important;
}

/* Annotation */

.annotation {
	font-size: 0.9rem;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.annotation-lg {
	font-size: 1rem;
}

/* Button */

.btn-group-addon,
.btn {
	display: inline-block;
	font-weight: normal;
	line-height: 1;
	color: var(--text);
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.5rem 0.75rem;
	white-space: nowrap;
	font-size: 1rem;
	transition: color 0.25s, background-color 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.btn:has(.util-badge) {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.btn-group-addon {
	pointer-events: none;
}

.btn-group {
	display: inline-block;
}

.btn-group .btn:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group .btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group .btn:not(:first-child) {
	margin-left: -1px;
}

@media print {

	.btn-group,
	.btn {
		display: none;
	}

}

.btn:not(.btn-rectangle) {
	border-radius: var(--radius);
}

.btn:not(.btn-readonly) {
	cursor: pointer;
}

.btn-readonly .btn,
.btn.btn-readonly {
	cursor: default;
}

.btn.disabled {
	pointer-events: none;
	opacity: 0.33;
}

.input-group .btn,
.input-group .btn.btn-sm,
.input-group .btn.btn-xs,
.input-group .btn.btn-xxs {
	border-radius: 0;
}

@media (max-width: 575px) {

	.btn.btn-panel {
		height: 3rem;
		width: 3rem;
		border-radius: 1.5rem;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.3rem;
	}

}

.btn.btn-xxs {
	padding: 0.15rem 0.25rem;
	font-size: 0.8rem;
	border-radius: var(--radius);
}

.btn.btn-xxs:has(.util-badge) {
	padding-top: 0.08rem;
	padding-bottom: 0.08rem;
}

.btn.btn-xs {
	padding: 0.3rem 0.5rem;
	font-size: 0.85rem;
	border-radius: var(--radius);
}

.btn.btn-xs:has(.util-badge) {
	padding-top: 0.175rem;
	padding-bottom: 0.175rem;
}

.btn.btn-sm {
	padding: 0.45rem 0.625rem;
	font-size: 0.9rem;
	border-radius: var(--radius);
}

.btn.btn-sm:has(.util-badge) {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.btn.btn-lg {
	padding: 0.875rem 1rem;
	font-size: 1.1rem;
}

.btn.btn-lg:has(.util-badge) {
	padding-top: 0.675rem;
	padding-bottom: 0.675rem;
}

.btn.btn-xl {
	padding: 1.25rem 1.5rem;
	font-size: 1.1rem;
}

.btn.btn-xl:has(.util-badge) {
	padding-top: 1.05rem;
	padding-bottom: 1.05rem;
}

.btn:has(.btn-status),
.btn:has(.btn-status-fill) {

	position: relative;

}

.btn-status,
.btn-status-fill {
	line-height: 1;
	text-transform: uppercase;
	position: absolute;
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.9rem;
	right: -0.375rem;
	top: -0.5rem;
}

.btn-status {
	border: 1px solid var(--border);
	color: var(--text);
	background-color: white;
}

.btn-status-fill {
	color: white;
	background-color: var(--primary);
}

.btn.btn-sm .btn-status,
.btn.btn-sm .btn-status-fill,
.btn.btn-xs .btn-status,
.btn.btn-xs .btn-status-fill {
	right: -0.75rem;
	top: -0.625rem;
	font-size: 0.75rem;
}

.btn.btn-selected {
	font-weight: bold;
	background-color: var(--background-light);
	position: relative;
	z-index: 100;
}

.btn.dropdown-toggle:after {
	font-size: inherit;
}

a.btn {
	text-decoration: none;
}

label.btn input {
	display: none;
}

label.btn input:checked + * {
	font-weight: bold;
}

.btn-icon {
	font-size: 150%;
	margin-bottom: 0.5rem;
}

.btn.btn-form {
	color: var(--text);
	background-color: white;
	border: 1px solid var(--border);
}

.btn-primary,
.btn-outline-primary:not(.btn-readonly):hover {
	background-color: var(--primary);
	border-color: var(--primary);
}

.btn-primary:not(.btn-readonly):hover {
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-primary {
	color: var(--primary);
	border-color: var(--primary);
}

.btn-color-primary {
	background: rgba(255, 255, 255, 0.8);
	color: var(--primary);
}

.btn-color-primary:not(.btn-readonly):hover {
	background: var(--primary);
}

.btn-primary,
.btn-primary:hover,
.btn-color-primary:not(.btn-readonly):hover,
.btn-outline-primary:not(.btn-readonly):hover {
	color: white;
}

.btn-secondary,
.btn-outline-secondary:not(.btn-readonly):hover {
	background-color: var(--secondary);
	border-color: var(--secondary);
}

.btn-secondary:not(.btn-readonly):hover {
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-secondary {
	color: var(--secondary);
	border-color: var(--secondary);
}

.btn-secondary,
.btn-secondary:hover,
.btn-outline-secondary:not(.btn-readonly):hover {
	color: white;
}

.btn-order,
.btn-outline-order:not(.btn-readonly):hover {
	background-color: var(--order);
	border-color: var(--order);
}

.btn-order:not(.btn-readonly):hover {
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-order,
.btn-order:hover,
.btn-outline-order:hover {
	color: white;
}

.btn-success,
.btn-outline-success:not(.btn-readonly):hover {
	background-color: var(--success);
	border-color: var(--success);
}

.btn-success:not(.btn-readonly):hover {
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-success {
	color: var(--success);
	border-color: var(--success);
}

.btn-success,
.btn-success:hover,
.btn-outline-success:not(.btn-readonly):hover {
	color: white;
}

.btn-danger,
.btn-outline-danger:not(.btn-readonly):hover {
	background-color: var(--danger);
	border-color: var(--danger);
}

.btn-danger:not(.btn-readonly):hover {
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-danger {
	color: var(--danger);
	border-color: var(--danger);
}

.btn-danger,
.btn-danger:hover,
.btn-outline-danger:not(.btn-readonly):hover {
	color: white;
}


.btn-warning,
.btn-outline-warning:not(.btn-readonly):hover {
	background-color: var(--warning);
	border-color: var(--warning);
}

.btn-warning:not(.btn-readonly):hover {
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-warning {
	color: var(--warning);
	border-color: var(--warning);
}

.btn-warning,
.btn-warning:hover,
.btn-outline-warning:not(.btn-readonly):hover {
	color: white;
}


.btn-muted {
	background-color: #bbb;
}

.btn-muted:not(.btn-readonly):hover {
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-muted {
	color: var(--text);
	border-color: var(--border);
}

.btn-outline-muted:not(.btn-readonly):hover {
	border-color: var(--text);
}

.btn-white,
.btn-outline-white:not(.btn-readonly):hover {
	background-color: white;
	border-color: white;
}

.btn-white:not(.btn-readonly):hover {
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-white {
	color: white;
	border-color: white;
}

.btn-white,
.btn-white:hover,
.btn-outline-white:not(.btn-readonly):hover {
	color: var(--text);
}

.btn-transparent {
	background: #0003;
}

.btn-transparent:not(.btn-readonly):hover {
	background: #0005;
}

.btn-outline-transparent {
	border: 1px solid white;
	background: #0003;
}

.btn-outline-transparent:not(.btn-readonly):hover {
	background: #0005;
}

.btn-transparent,
.btn-transparent:hover,
.btn-outline-transparent,
.btn-outline-transparent:hover {
	color: white;
}

/* Waiter */
@keyframes waiterRotate {
	 0% { transform: rotate(0deg); }
	 100% { transform: rotate(360deg); }
}

.waiter {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #fffc;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4rem;
	color: var(--secondary);
}

.waiter .asset-icon {
	animation: waiterRotate 2s linear infinite;
}

/* Panel */
@media screen {

	body.panel-open {
		overflow: hidden;
		width: var(--screen-width);
	}

	.panel {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}

@media print {

	body.panel-open {
		width: 100vw;
	}

	body.panel-open nav,
	body.panel-open header,
	body.panel-open main,
	body.panel-open footer {
		display: none;
	}

	.panel {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
	}

}

.panel {
	display: none;
	background-color: white;
}

body[data-touch="no"] .panel {
	transition: opacity 0.25s;
}

body[data-touch="no"] .panel.closing {
	opacity: 0;
}

body[data-touch="yes"] .panel {
	transition: left 0.33s;
}

body[data-touch="yes"] .panel.closing {
	left: -100%;
	overflow: hidden;
}

.panel.open {
	display: block;
}

@media screen {

	.panel.open {
		overflow-y: scroll;
	}

}

.panel.open.closing-last {
	overflow-y: hidden;
}

.panel-dialog {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1400px;
	min-height: 100vh;
	outline: 0;
	pointer-events: none;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
}

.panel-dialog > * {
	pointer-events: auto;
}

.panel-back-wrapper {
	display: grid;
	grid-template-columns: min-content 1fr;
	grid-column-gap: 1rem;
	align-items: center;
}

a.panel-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 2.3rem;
	background-color: var(--secondary);
	color: white;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	line-height: 1;
	transition: background-color 0.5s;
}

a.panel-back:hover {
	color: white;
	background-color: var(--primary);
}

.panel-title {
	margin: 0;
	font-size: 1.75rem;
}

@media (max-width: 575px) {

	.panel-title {
		font-size: 1.5rem;
	}
}

@media (min-width: 576px) {

	.panel-title {
		padding-right: 1rem;
	}
}


.panel-subtitle {
	margin: 0;
	font-size: 1.25rem;
	color: var(--muted);
}


.panel-title + .panel-subtitle {
	margin-top: 0.5rem;
}

.panel-body {
	position: relative;
	z-index: 1;
	flex: 1;
}

@media (max-width: 575px) {

	.panel-body {
		padding: var(--container-xs-padding) 0;
	}

}

@media (min-width: 576px) {

	.panel-body {
		padding: 1rem 0;
	}

}

.panel-footer:not(:empty) {
	position: sticky;
	bottom: 0;
	z-index: 1;
	background-color: white;
	border-top: 1px solid var(--border);
}

@media (max-width: 575px) {

	.panel-footer:not(:empty) {
		margin-left: calc(-1 * var(--container-xs-padding));
		margin-right: calc(-1 * var(--container-xs-padding));
		padding: var(--container-xs-padding);
	}

}

.panel-footer:empty {
	height: 4rem;
}

@media (min-width: 576px) {

	.panel-footer {
		padding: 1rem 0;
	}

}

.panel-header {
	position: sticky;
	top: 0;
	width: 100%;
	display: grid;
	align-items: center;
	justify-content: space-between;
	z-index: 2;
	background-color: white;
	border-bottom: 1px solid var(--border);
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

@media (max-width: 575px) {

	.panel-header {
		margin-left: calc(-1 * var(--container-xs-padding));
		margin-right: calc(-1 * var(--container-xs-padding));
		padding: var(--container-xs-padding);
	}

}

body[data-touch="yes"] .panel-header {
	grid-template: "mobile content" auto / auto 1fr;
}

body[data-touch="no"] .panel-header {
	grid-template: "content desktop" auto / 1fr auto;
}

@media (min-width: 576px) {

	.panel-header {
		padding: 1rem 0;
	}

}

.panel-header:empty {
	display: none;
}

.panel-header-subtitle {
	font-size: 1.2rem;
	margin-top: 0.25rem;
}

.panel-header-content {
	grid-area: content;
}

.panel-backdrop {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: calc(100% - 15px);
	height: 100%;
}

.panel-close {
	font-weight: lighter;
	line-height: 1;
	padding: 1rem;
	font-size: 2.5rem;
	grid-area: close;
	margin: -1rem 0 -1rem -1rem;
}

.panel-close-desktop,
.panel-close-mobile {
	font-weight: lighter;
	line-height: 1;
	padding: 1rem;
	user-select: none;
}

.panel-close-desktop {
	font-size: 3rem;
}

.panel-close-mobile {
	font-size: 2.5rem;
}

.panel-close-desktop {
	grid-area: desktop;
	margin: -1rem -1rem -1rem 0;
}

.panel-close-mobile {
	grid-area: mobile;
	margin: -1rem 0 -1rem -1rem;
}

body[data-touch="no"] .panel-close-mobile {
	display: none;
}

body[data-touch="yes"] .panel-close-desktop {
	display: none;
}

/* Tabs */
.nav {
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.5rem;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav.nav-background {
	background-color: #fafafa;
	border: 1px solid #eee;
	border-radius: 3px;
	margin-top: 1rem;
	padding: 0.75rem;
}

.nav-link {
	display: block;
	cursor: pointer;
	padding: 0.5rem 1rem;
	transition: color 0.25s;
	border-radius: var(--radius);

	@media (max-width: 575px) {
		padding: 0.5rem 0.75rem;
	}

}

.nav-link.active,
.nav-link:hover {
	color: #fff;
	background-color: var(--secondary);
	text-decoration: none;
}

.emoji {
	height: 1.52em;
	width: 1.52em;
	margin: 0 .05em 0 .1em;
	vertical-align: -0.5em;
}

/* Dropdowns */
body.dropdown-fullscreen-open {

	overflow: hidden;

	nav,
	header,
	main,
	footer {
		filter: blur(2rem);
	}

}


body[data-touch="yes"] {

	nav,
	header,
	footer {
		user-select: none;
	}

}

body.dropdown-fullscreen-open[data-touch="no"] {
	padding-right: 15px;
	width: 100vw;
}

.dropdown-placeholder {
	display: none;
}

.dropdown-list {
	display: none;
	grid-template-columns: 1fr;
}

.dropdown-list:not(.dropdown-list-unstyled) {
	border-radius: var(--radius);
}

.dropdown-list:not(.dropdown-list-unstyled):not(.dropdown-list-minimalist) {
	background-color: var(--primary);
	padding: 0.5rem 0;
}

.dropdown-list.fullscreen-closing {
	opacity: 0;
}

.dropdown-list.dropdown-list-open {
	display: grid;
	max-height: calc(100vh - 3rem);
	overflow: auto;
}

.dropdown-list.dropdown-list-open.dropdown-list-minimalist {
	overflow: visible;
}

.dropdown-list.dropdown-list-2 {
	grid-template-columns: 1fr 1fr;
}

.dropdown-list.dropdown-list-3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-list.dropdown-list-4 {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 767px) {

	.dropdown-list.dropdown-list-3 {
		grid-template-columns: 1fr 1fr;
	}

	.dropdown-list.dropdown-list-4 {
		grid-template-columns: 1fr 1fr 1fr;
	}

}

body[data-touch="no"] .dropdown-list.dropdown-list-open:not(.dropdown-list-unstyled) {
	box-shadow: 0 0 1rem rgb(0 0 0 / 20%);
	border: 1px solid var(--border);
}

body[data-touch="yes"] .dropdown-list.dropdown-list-open {
	font-size: 1.1rem;
	max-width: calc(100vw - 1.5rem);
}

@media (max-width: 449px) {

	body[data-touch="yes"] .dropdown-list.dropdown-list-open {
		font-size: 1rem;
		max-width: calc(100vw - 1rem);
	}

}

body[data-touch="yes"] .dropdown-list:not(.dropdown-list-minimalist).dropdown-list-open {
	min-width: 66vw;
}

.dropdown-toggle:after {
	display: inline-block;
	content: "";
	margin-left: 0.5em;
	vertical-align: middle;
}

.h-menu,
.h-back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--primary);
	color: white;
	border-radius: 50%;
	font-size: 75%;
	width: 3rem;
	height: 3rem;
	line-height: 1;
	margin-right: .5em;
	transition: background-color 0.5s;
}

@media print {

	.h-menu,
	.h-back {
		display: none;
	}

}

.h-menu-wrapper {
	font-size: 2.25rem;
	height: 3rem;
	display: inline-block;
}

@media (max-width: 575px) {

	.h-menu,
	.h-back {
		width: 2.5rem;
		height: 2.5rem;
	}

	.h-menu-wrapper {
		height: 2.5rem;
	}

}

@media (min-width: 449px) and (max-width: 575px) {

	.h-menu-wrapper {
		font-size: 2rem;
	}

}

@media (max-width: 449px) {

	.h-menu-wrapper {
		font-size: 1.75rem;
	}

}

a.h-back {
	text-decoration: none;
}

@media (max-width: 767px) {

	.h-back {
		display: none;
	}

}

.h-menu:hover,
.h-back:hover {
	color: white;
	background-color: var(--primary);
}

h1 .dropdown-toggle:after {
	font-size: 1.25rem;
}

h2 .dropdown-toggle:after {
	font-size: 1.15rem;
}

h3 .dropdown-toggle:after {
	font-size: 1.05rem;
}

h4 .dropdown-toggle:after,
h5 .dropdown-toggle:after,
h6 .dropdown-toggle:after {
	font-size: 1rem;
}

.dropdown-toggle[data-dropdown^="bottom"]:after {
	border-top: 0.4em solid;
	border-right: 0.32em solid transparent;
	border-bottom: 0;
	border-left: 0.32em solid transparent !important;
}

.dropdown-toggle[data-dropdown^="top"]:after {
	border-bottom: 0.4em solid;
	border-right: 0.32em solid transparent;
	border-top: 0;
	border-left: 0.32em solid transparent !important;
}

.dropdown-items-2 {
	display: grid;
	grid-template-columns: repeat(2, auto);
}

.dropdown-text,
.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.625rem 1rem;
	line-height: 1.2;
	background-color: transparent;
	border: 0;
	text-align: left;
	font-weight: normal;
	color: white;
}

.dropdown-item {
	cursor: pointer;
}

body[data-touch="yes"] .dropdown-item {
	padding: 0.75rem 1rem;
}

@media (max-width: 449px) {

	body[data-touch="yes"] .dropdown-item {
		padding: 0.75rem .75rem;
	}

}

.dropdown-item.selected,
.dropdown-item:hover {
	color: white;
	text-decoration: none;
	background-color: #fff2;
}

.dropdown-item.disabled {
	pointer-events: none;
	opacity: 0.5;
}

.dropdown-item-icon {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 1rem;
	align-items: center;
}

.dropdown-item-status {
	font-size: 1.2rem;
	margin-left: 1.5rem;
	line-height: 1;
}

.dropdown-title {
	font-weight: bold;
	padding: 0.25rem 1rem 0.5rem 1rem;
	border-bottom: 1px solid var(--border);
	color: white;
}

.dropdown-list-2 .dropdown-title,
.dropdown-list-2 .dropdown-divider,
.dropdown-list-2 .dropdown-subtitle,
.dropdown-list-2 .dropdown-item-full {
	grid-column: span 2;
}

.dropdown-list-3 .dropdown-title,
.dropdown-list-3 .dropdown-divider,
.dropdown-list-3 .dropdown-subtitle,
.dropdown-list-3 .dropdown-item-full {
	grid-column: span 3;
}

.dropdown-list-4 .dropdown-title,
.dropdown-list-4 .dropdown-divider,
.dropdown-list-4 .dropdown-subtitle,
.dropdown-list-4 .dropdown-item-full {
	grid-column: span 4;
}

@media (max-width: 767px) {

	.dropdown-list-3 .dropdown-title,
	.dropdown-list-3 .dropdown-divider,
	.dropdown-list-3 .dropdown-subtitle,
	.dropdown-list-3 .dropdown-item-full {
		grid-column: span 2;
	}

	.dropdown-list-4 .dropdown-title,
	.dropdown-list-4 .dropdown-divider,
	.dropdown-list-4 .dropdown-subtitle,
	.dropdown-list-4 .dropdown-item-full {
		grid-column: span 3;
	}

}

.dropdown-title:not(:first-child) {
	padding-top: 0.5rem;
}

.dropdown-subtitle {
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: .9rem;
	padding: 0.75rem 1rem;
	white-space: nowrap;
	line-height: 1.2;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.dropdown-title:has(+ .dropdown-subtitle),
.dropdown-title:has(+ .dropdown-item) {
	margin-bottom: 0.5rem;
}

.dropdown-info {
	font-size: .8rem;
	max-width: 20rem;
	color: #fff8;
}

.dropdown-divider {
	height: 0;
	margin: 0.5rem 0;
	border-top: 1px solid var(--border);
}

.dropdown-backdrop {
	position: fixed;
	top: -100px;
	left: -100px;
	width: calc(100vw + 200px);
	height: calc(100vh + 200px);
	background-color: rgba(0, 0, 0, 0.5);
	transition: opacity 0.25s;
}

.dropdown-backdrop.fullscreen-closing {
	opacity: 0;
}

/* Tabs */
div.tabs-v {
	display: grid;
	grid-template: "tabs panel" 1fr / max-content 1fr;
	grid-column-gap: 1rem;
}

div.tabs-b .tab-panel:not(.selected),
div.tabs-h .tab-panel:not(.selected),
div.tabs-v .tab-panel:not(.selected) {
	display: none;
}

div.tabs-item-wrapper {
	display: grid;
	grid-template:
		"tabs label" auto / 1fr max-content;
}

@media (max-width: 768px) {

	div.tabs-item-wrapper {
		grid-template:
			"label" auto
			"tabs" auto / 1fr;
		grid-row-gap: 1rem;
	}


}

.tabs-item-label {
	text-align: right;
	align-self: center;
	color: var(--muted);
	line-height: 1;
	padding-right: 0.5rem;
	grid-area: label;
}

div.tabs-item {
	grid-area: tabs;
}

@media print {

	div.tabs-item {
		display: none !important;
	}

}

div.tabs-panel {
	grid-area: panel;
}

div.tabs-item + div.tabs-panel.util-block {
	margin-top: -1.5rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

:not(div.tabs-v) > div.tabs-item {
	display: flex;
	column-gap: 0.5rem;
	align-items: stretch;
	margin-bottom: 1.5rem;
	max-width: var(--container-width);
	overflow: auto;
}

div.tabs-b > div.tabs-item {
	margin-bottom: 1rem;
}

:not(div.tabs-b):not(div.tabs-v) > div.tabs-item {
	border-bottom: 1px solid var(--secondary);
}

div.tabs-v > div.tabs-item {
	border-right: 1px solid var(--secondary);
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 0.5rem;
}

.tab-item {
	display: flex;
	align-items: center;
	line-height: 1;
	padding: 1rem 1rem;
	border-bottom: 0.25rem solid transparent;
	color: var(--text);
	font-weight: bold;
	cursor: pointer;
	white-space: nowrap;
}

div.tabs-b > div.tabs-item .tab-item {
	border-radius: var(--radius);
}

div.tabs-b > div.tabs-item .tab-item:not(.selected):not(:hover) {
	background-color: #00000008;
}

:not(div.tabs-b):not(div.tabs-v) > div.tabs-item .tab-item {
	border-top-left-radius: var(--radius);
	border-top-right-radius: var(--radius);
	justify-content: center;
}

div.tabs-v > div.tabs-item .tab-item {
	border-bottom-left-radius: var(--radius);
	border-top-left-radius: var(--radius);
	padding-right: 2rem;
}

label.tab-item input {
	display: none;
}

.dropdown-item-count,
.tab-item-count {
	margin-left: 0.5rem;
	font-size: 0.9rem;
	background-color: #000B;
	border-radius: calc(var(--radius) / 2);
	padding: 0.2rem 0.4rem;
	color: white;
	line-height: 1;
}

.dropdown-item-count:empty,
.tab-item-count:empty {
	display: none;
}

a.tab-item {
	color: var(--text);
	text-decoration: none;
}

.tab-item:hover,
.tab-item.selected {
	color: white;
	background-color: var(--secondary);
}

.tab-item-accounting:hover,
.tab-item-accounting.selected {
	color: white;
	background-color: var(--accounting) !important;
}

a.tab-item:hover,
a.tab-item.selected {
	color: white;
}

.tab-item:first-child {
	margin-left: 0;
}

.tab-item:last-child {
	margin-right: 0;
}

@media (max-width: 575px) {

	.tab-item {
		padding: 1rem 0.75rem;
	}

}

@media (max-width: 449px) {

	.tab-item {
		padding: 1rem 0.5rem;
	}

}

/* User settings  */

div.util-buttons {
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: 1fr 1fr 1fr;
}

div.util-buttons:not(:last-child) {
	margin-bottom: 2rem;
}

@media (max-width: 575px) {

	div.util-buttons {
		grid-gap: 1rem;
		grid-template-columns: 1fr;
	}

}

@media (min-width: 575px) and (max-width: 991px) {

	div.util-buttons {
		grid-template-columns: 1fr 1fr;
	}

}

div.util-buttons > .util-button {
	padding: 1rem;
	border-radius: var(--radius);
	display: grid;
	grid-template-columns: 1fr auto;
	grid-column-gap: 1rem;
	grid-template-rows: 1fr auto;
	transition: color 0.25s, background-color 0.25s, border-color 0.25s, box-shadow 0.25s;
	text-decoration: none;
}

div.util-buttons:not(.util-buttons-dark) > .util-button {
	background-color: white;
	box-shadow: var(--box);
}

.panel-dialog div.util-buttons:not(.util-buttons-dark) > .util-button {
	background-color: var(--background-odd);
}

div.util-buttons.util-buttons-dark > .util-button {
	color: white;
	background-color: var(--primary);
	transition: opacity 0.5s;
}

div.util-buttons > .util-button.util-button-danger {
	border-color: var(--danger);
	color: var(--danger);
}

div.util-buttons:not(.util-buttons-dark) > .util-button:hover {
	border-color: var(--text);
	color: var(--text);
	box-shadow: var(--box-hover);
}

div.util-buttons.util-buttons-dark > .util-button:hover {
	opacity: 0.9;
}

div.util-buttons > .util-button.disabled {
	pointer-events: none;
	opacity: 0.3;
}

div.util-buttons > .util-button > svg {
	font-size: 5rem;
}

div.util-buttons > .util-button div.util-button-text {
	word-wrap: break-word;
	line-height: 1.4;
	font-size: 0.9rem;
	grid-column: span 2;
	grid-column-start: 1;
}

div.util-buttons.util-buttons-dark > .util-button div.util-button-text {
	opacity: 0.7;
}

div.util-buttons > .util-button h4 {
	margin-bottom: 0.5rem;
	line-height: 1.3;
}

@media print {

	nav,
	header,
	footer,
	.btn,
	.dropdown-list-open {
		display: none !important;
	}

	.util-print-invisible {
		visibility: hidden !important;
	}

	.util-print-hide {
		display: none !important;
	}

	.util-print-block {
		display: block !important;
	}

	.util-print-break-after {
		page-break-after: always;
	}

	.util-print-break-inside-avoid {
		break-inside: avoid;
	}

}

.util-strikethrough {
	position: relative;
}

.util-strikethrough:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: inherit;
	transform:rotate(-5deg);
}

@font-face {
	font-family: 'Open Sans';
	src: url(/asset/framework/util/fonts/OpenSans-Light.woff) format('woff');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url(/asset/framework/util/fonts/OpenSans-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url(/asset/framework/util/fonts/OpenSans-Bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
}

.font-open-sans {
	font-family: 'Open Sans', sans-serif;
}
:root {
	--soil: #48372f;
	--harvest: #2e71b5;
	--order: #7e1661;
	--todo: slategray;
	--done: teal;
	--muted-light: #d5d5d5;
	--selling: #722583;
	--basket: #b17e2f;
	--background-body: #eeeef1;
	--background: #ececef;
	--background-dark: #e9e9eb;
	--background-light: #fafafc;
	--background-odd: #fcfcfe;
	--background-even: #f5f5f7;
	--background-game: #f7ecda;
	--background-hover: var(--secondary-highlight);
	--info: #e1eaff;
	--primary: #373737;
	--secondary: #44446a;
	--secondary-highlight: #44446a07;
	--highlight: #fffd71;
	--shop: #006d6b;
	--dark: #212529;
	--pro: #008874;
	--private: #527a00;
	--production: #035e42;
	--commercialisation: #44446a;
	--accounting: #205160;
	--settings: #5c3d70;
	--game: #7a1b1b;
	--account-group: #FDE9D9;
	--system: linear-gradient(to right, var(--commercialisation) 0, var(--production) 50%, var(--accounting) 100%);
	--superpdp: blue;
	--facturation-electronique: #002EBD;

	--draft: var(--todo);
	--confirmed: var(--order);
	--prepared: var(--done);
	--delivered: var(--success);

	--unprocessed-plant: var(--success);
	--unprocessed-animal: #ada779;
	--processed-food: #b17e2f;
	--processed-product: var(--prepared);
	--composition: var(--order);
	--shipping: black;
	--service: #5a720e;
	--other: black;

	--ach: var(--todo);
	--ven: var(--order);
	--ban: var(--done);
	--ks: var(--success);
	--od: var(--harvest);
}

:root:has(body[data-template~="farm-production"]) {
	--secondary: var(--production);
	--secondary-highlight: #035e4207;
	--info: #e1ffe4;
}

:root:has(body[data-template~="farm-commercialisation"]) {
}

:root:has(body[data-template~="farm-accounting"]) {
	--secondary: var(--accounting);
	--secondary-highlight: #20516007;
	--info: #e1fbff;
}

:root:has(body[data-template~="farm-settings"]) {
	--secondary: var(--settings);
	--secondary-highlight: #5c3d7007;
	--info: #f2e1ff;
}

::selection {
  color: var(--primary);
  background: #e5e5f3;
}

@media (min-width: 576px) {

	:root {
		--box: 0.375rem 0.375rem 0.25rem #5551;
		--box-hover: 0.5rem 0.5rem 0 #4441;
		--box-selected: 0.5rem 0.5rem 0 #0002;
	}

}

@media (max-width: 575px) {

	:root {
		--box: 0.25rem 0.25rem 0.175rem #5551;
		--box-hover: 0.375rem 0.375rem 0 #4441;
		--box-selected: 0.375rem 0.375rem 0 #0002;
	}

}

@media (min-width: 1100px) and (min-height: 600px) {

	:root {
		--nav-main: 3.5rem;
		--nav-main-sticked: 3.5rem;
		--nav-farm: 0;
		--mainSticky: 0rem;
	}

}

@media (max-width: 1099px), (max-height: 599px) {

	:root {
		--farmSections: 3.5rem;
		--nav-farm: 3.25rem;
		--mainSticky: 6.75rem;
		--nav-main-sticked: 0;
	}

	@media (max-width: 767px) {

		:root {
			--nav-main: 3rem;
		}

	}

	@media (min-width: 768px) {

		:root {
			--nav-main: 3rem;
		}

	}

}

.color-selling {
	color: var(--selling);
}

.color-accounting {
	color: var(--accounting);
}

.color-commercialisation {
	color: var(--commercialisation);
}

.color-production {
	color: var(--production);
}

.color-todo {
	color: var(--todo);
}

.color-pro {
	color: var(--pro);
}

.color-private {
	color: var(--private);
}

.color-game {
	color: var(--game);
}
.color-facturation-electronique {
	color: var(--facturation-electronique);
}

.bg-harvest {
	background-color: var(--harvest) !important;
}
.bg-todo {
	background-color: var(--todo) !important;
}
.bg-done {
	background-color: var(--done) !important;
}
.bg-order {
	background-color: var(--order) !important;
}
.bg-selling {
	background-color: var(--selling) !important;
}
.bg-production {
	background-color: var(--production) !important;
}
.bg-commercialisation {
	background-color: var(--commercialisation) !important;
}
.bg-accounting {
	background-color: var(--accounting) !important;
}
.border-accounting {
	border-color: var(--accounting) !important;
}
.border-danger {
	border: 1px solid var(--danger);
}
.border-warning {
	border: 1px solid var(--warning);
}
.border-success {
	border: 1px solid var(--success);
}

.bg-pro {
	background-color: var(--pro);
}

.bg-private {
	background-color: var(--private);
}

.bg-shop {
	background-color: var(--shop) !important;
}

.bg-game {
	background-color: var(--game) !important;
}

.bg-confirmed {
	background-color: var(--confirmed) !important;
}

.bg-prepared {
	background-color: var(--prepared) !important;
}

.bg-delivered {
	background-color: var(--delivered) !important;
}


h1 {
	font-weight: lighter;
	font-size: 2.5rem;
}

@media (min-width: 450px) and (max-width: 575px) {

	h1 {
		font-size: 2rem;
	}

}

@media (max-width: 449px) {

	h1 {
		font-size: 1.75rem;
	}

}

h1 a {
	color: inherit;
	transition: color 0.5s;
}

h1 a:hover {
	text-decoration: none;
	color: var(--primary);
}

h2 {
	font-weight: lighter;
	font-size: 2rem;
}

@media (min-width: 450px) and (max-width: 575px) {

	h2 {
		font-size: 1.75rem;
	}

}

@media (max-width: 449px) {

	h2 {
		font-size: 1.5rem;
	}

}

h3 {
	font-weight: bold;
	font-size: 1.3rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-weight: bold;
	font-size: 1rem;
}

@media screen {

	body {
		display: grid;
		grid-template-rows: max-content max-content 1fr max-content;
		background-color: var(--background-body);
		/*
		background: linear-gradient(135deg, var(--secondary-highlight) 0, #eceaf6 75vw, var(--background-body));
		*/
	}

	body[data-touch="yes"] {
		grid-template-columns: var(--screen-width);
	}

	@media (max-width: 1099px), (max-height: 599px) {

		body {
			min-height: 150vh;
		}

	}

	@media (min-width: 1100px) and (min-height: 600px) {

		body {
			min-height: 100vh;
		}

	}

}

@media print {

	body {
		background-color: white;
	}

}

.color-harvest {
	color: var(--harvest) !important;
}
.color-order {
	color: var(--order) !important;
}

body[data-template~="panel"] header,
body[data-template~="panel"] main,
body[data-template~="panel"] footer,
body[data-template~="panel"] nav {
	display: none;
}

/* Header */
body[data-template~="default"] header {
	padding: 1.5rem 0 2.5rem;
}

@media (min-width: 1100px) and (min-height: 600px) {

	body[data-template~="farm"] > header {
		top: var(--nav-main);
	}

	body > nav {
		position: sticky;
		top: 0;
	}

}

body[data-template~="farm"] > main > div.container:not(:first-child) {
	margin-top: 0;
}

header h1:only-child {
	margin: 0;
}

@media (min-width: 768px) {

	.util-stick-main {
		position: sticky;
		top: calc(var(--mainSticky) - 1px);
		z-index: 1;
	}

}

body {
	overflow-y: scroll;
}

body > nav {
	z-index: 501;
	font-weight: normal;
	color: white;
	background-color: var(--primary);
}

body > nav a {
	color: white;
}

body div.nav-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	height: var(--nav-main);
	min-height: var(--nav-main);
	column-gap: 0.5rem;
	padding: 0 var(--container-padding);
}

body > nav ul > li > form > button {
	color: black;
}

body > nav .nav-actions {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body > nav .nav-actions,
body[data-template*="design-v2"] > nav .nav-actions.nav-logged {
	display: flex;
	justify-content: space-between;
}

body > nav .nav-actions > * {
	display: flex;
	align-items: center;
	padding: 0;
}

body > nav .nav-item {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 1rem;
	transition: background-color 0.5s;
}

@media (max-width: 575px) {

	body > nav .nav-item {
		padding: 0 0.5rem;
	}

}

body > nav .nav-actions a.nav-item:hover {
	background-color: #ffffff20;
}

body > nav .nav-actions > * > a.nav-icon {
	font-weight: bold;
}

@media (max-width: 575px) {

	body > nav .nav-actions > * > a.nav-icon {
		font-size: 0.9rem;
	}

}


@media (min-width: 576px) and (max-width: 767px) {

	body > nav .nav-actions > * > a.nav-icon {
		font-size: 0.9rem;
	}

}

.nav-deleted {
	background-color: var(--danger);
	line-height: 1.2;
}

.nav-deleted,
.nav-deleted a,
.nav-deleted a:hover {
	font-weight: bold;
	font-size: 0.8rem;
}

body > nav a:active:not(.dropdown-item),
body > nav a:hover:not(.dropdown-item) {
	text-decoration: none;
}

body .nav-title {
	display: flex;
	align-items: center;
	line-height: 1.2;
	z-index: 1;
}

body > nav .nav-user {
	line-height: 1.2;
}

body > nav .nav-user > *:not(:first-child) {
	margin-left: .5rem;
}

/* Footer */
footer:empty {
	display: none;
}

footer:not(:empty) {
	padding: 4rem 0 1rem;
}

footer a {
	color: var(--muted);
}

div.footer-content {
	font-size: 0.9rem;
	padding: 2rem 0;
}

div.footer-content-text {
	padding: 1rem 2rem;
	color: var(--secondary);
	text-align: center;
}

div.footer-content-legal {
	padding: 1rem 2rem;
	display: flex;
	column-gap: 3rem;
	justify-content: center;
}

@media (max-width: 575px) {

	div.footer-content-legal {
		padding: 1rem;
		column-gap: 1rem;
	}

}

thead.thead-sticky {
	position: sticky;
	background-color: var(--background-body);
	top: var(--mainSticky);
	z-index: 99; /* Doit passer sous la nav */
}

[data-admin] thead.thead-sticky {
	top: var(--mainNav)
}

@media (max-width: 449px) {

	.util-overflow-xs thead.thead-sticky {
		position: relative;
		top: 0;
	}

}

@media (max-width: 575px) {

	.util-overflow-sm thead.thead-sticky {
		position: relative;
		top: 0;
	}

}

@media (max-width: 767px) {

	.util-overflow-md thead.thead-sticky {
		position: relative;
		top: 0;
	}

}

@media (max-width: 991px) {

	.util-overflow-lg thead.thead-sticky {
		position: relative;
		top: 0;
	}

}

@media (max-width: 1199px) {

	.util-overflow-xl thead.thead-sticky {
		position: relative;
		top: 0;
	}

}

.text-secondary a {
	color: inherit;
	text-decoration: underline;
}

.util-unit {
	white-space: nowrap;
}

.util-block-side {
	border: 2px dashed var(--primary);
	padding: 1.5rem;
	border-radius: var(--radius);
	margin-bottom: 2rem;
}

.plant-start {
	font-weight: bold;
	display: inline-block;
	white-space: nowrap;
	font-size: 0.9em;
	margin-left: 0.25em;
	background-color: #8881;
	border-radius: 0.5em;
	line-height: 1;
}

.plant-start-background {
	padding: 0.25em 0.375em;
}

.plant-start-border {
	border: 1px solid #8888;
	padding: 0.25em;
}

div.soil-icon {
	display: inline-block;
	vertical-align: middle;
	background-image: url(/asset/ouvretaferme/sequence/image/soil.jpg);
	background-size: cover;
	border-radius: 50%;
}

div.util-vignette {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.5rem;
	align-items: center;
}

div.util-vignette > *:first-child {
	align-self: start;
}

@media (max-width: 575px) {

	div.util-vignette {
		gap: 1rem;
	}

}

div.logout-external {
	position: fixed;
	bottom: 10px;
	right: 10px;
	max-width: 300px;
	z-index: 100000;
	font-size: 0.875rem;
	padding: 1rem;
	border-radius: var(--radius);
	color: white;
	background-color: var(--warning);
}

div.logout-external a {
	color: white;
	text-decoration: underline;
}

code {
	background: rgba(0, 0, 0, 0.05);
	border-radius: var(--radius);
	padding: 1rem;
	display: block;
}


address {
	margin: 0.5rem 0 0.5rem 1rem;
	border-left: 2px solid var(--border);
	padding-left: 1rem;
}

.btn-production,
.btn-outline-production:not(.btn-readonly):hover {
	color: white;
	background-color: var(--production);
	border-color: var(--production);
}

.btn-production:not(.btn-readonly):hover {
	color: white;
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-production {
	color: var(--production);
	border-color: var(--production);
}

.btn-commercialisation,
.btn-outline-commercialisation:not(.btn-readonly):hover {
	color: white;
	background-color: var(--commercialisation);
	border-color: var(--commercialisation);
}

.btn-commercialisation:not(.btn-readonly):hover {
	color: white;
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-commercialisation {
	color: var(--commercialisation);
	border-color: var(--commercialisation);
}

.btn-accounting,
.btn-outline-accounting:not(.btn-readonly):hover {
	color: white;
	background-color: var(--accounting);
	border-color: var(--accounting);
}

.btn-accounting:not(.btn-readonly):hover {
	color: white;
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-accounting {
	color: var(--accounting);
	border-color: var(--accounting);
}

.btn-game,
.btn-outline-game:not(.btn-readonly):hover {
	color: white;
	background-color: var(--game);
	border-color: var(--game);
}

.btn-game:not(.btn-readonly):hover {
	color: white;
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-game {
	color: var(--game);
	border-color: var(--game);
}

.btn-selling,
.btn-outline-selling:not(.btn-readonly):hover {
	color: white;
	background-color: var(--selling);
	border-color: var(--selling);
}

.btn-selling:not(.btn-readonly):hover {
	color: white;
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-selling {
	color: var(--selling);
	border-color: var(--selling);
}

.btn-confirmed,
.btn-outline-confirmed:not(.btn-readonly):hover {
	color: white;
	background-color: var(--confirmed);
	border-color: var(--confirmed);
}

.btn-confirmed:not(.btn-readonly):hover {
	color: white;
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-confirmed {
	color: var(--confirmed);
	border-color: var(--confirmed);
}

.btn-done,
.btn-outline-done:not(.btn-readonly):hover {
	color: white;
	background-color: var(--done);
	border-color: var(--done);
}

.btn-done:not(.btn-readonly):hover {
	color: white;
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-done {
	color: var(--done);
	border-color: var(--done);
}

.btn-todo,
.btn-outline-todo:not(.btn-readonly):hover {
	color: white;
	background-color: var(--todo);
	border-color: var(--todo);
}

.btn-todo:not(.btn-readonly):hover {
	color: white;
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-todo {
	color: var(--todo);
	border-color: var(--todo);
}

.btn-harvest {
	background: var(--harvest);
	color: white;
}

.btn-harvest:hover {
	color: white;
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

.btn-outline-private {
	color: var(--private);
	border-color: var(--private);
}

.btn-private,
.btn-outline-private:not(.btn-readonly):hover {
	background: var(--private);
	color: white;
}

.btn-outline-pro {
	color: var(--pro);
	border-color: var(--pro);
}

.btn-pro,
.btn-outline-pro:not(.btn-readonly):hover {
	background: var(--pro);
	color: white;
}

:root {

	--color-brand: #1D4B53;
	--color-brand-25: color-mix(in srgb, var(--color-brand) 25%, transparent);
	--color-brand-50: color-mix(in srgb, var(--color-brand) 50%, transparent);
	--color-brand-75: color-mix(in srgb, var(--color-brand) 75%, transparent);

	--color-lavande: #8290FD;
	--color-neon: #00D8A8;
	--color-terracota: #FF6A58;
	--color-terracota-40: #B6231A;
	--color-white: #FAFAFA;
	--color-neutral-variant: #CCE2D1;
	--color-neutral: #5C5F5F;
	--color-gris-charbon-fonce: #5D5D5D;
	--color-gris-charbon-clair: #676767;
	--color-vert-sauvage: #A8B9AB;

	--color-vert-emeraude: #2FBB75;
	--color-bg-otf: var(--color-brand);
	--color-bg-vert-amande: #EBF7E1;
	--color-bg-vert-menthe: #E1F7E8;
	--color-bg-vert-menthe-50: color-mix(in srgb, var(--color-bg-vert-menthe) 50%, transparent);
	--color-bg-vert-bleu: #E6FBF7;
	--color-bg-vert-bleu-50: color-mix(in srgb, var(--color-bg-vert-bleu) 50%, transparent);
	--color-bg-vert-sauge: #B0CCC3;
	--color-bg-blanc-menthe: #F3FDFB;
	--color-bg-blanc-gris: #F5F8F9;
	--color-bg-bleu-carnard-fonce: #25606A;

	--color-text-main:var(--color-brand);
	--color-text-vert-accent: var(--color-vert-emeraude);

	--primary: #373737; /* Utilisé dans le dropdown utilisateur */
	--selling: #722583;
	--accounting: #205160;
	--commercialisation: #44446a;
	--production: #035e42;
	--private: #527a00;

	--font-title: 'Bricolage Grotesque';
	--font-lead-text: 'Bitter';
	--font-text: 'DM Sans';

	--shadow-v2: 0 4px 20px 0 rgba(0, 0, 0, 0.06);

}

/* surcharges de classes génériques de lime / design.css (avec !important) */
body[data-template*="design-v2"] .util-block {
	box-shadow: var(--shadow-v2)! important;
}
body[data-template*="design-v2"] > nav .nav-account a {
	color: var(--color-brand);
}
/* Fin des surcharges */
body[data-template*="design-v2"] {
	background-color: var(--color-white);
	font-family: var(--font-text), sans-serif;
	line-height: 1.4;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body[data-template*="design-v2"] .container {
	max-width: 84rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: var(--container-padding);
	padding-right: var(--container-padding);
	position: relative;
}

body[data-template*="design-v2"] .btn:not(.btn-readonly):hover {
	opacity: 0.92;
}

body[data-template*="design-v2"] .btn.btn-outline-primary {
	background-color: transparent;
	color: var(--color-brand);
}

body[data-template*="design-v2"] .btn.btn-landing-primary,
body[data-template*="design-v2"] .btn.btn-landing-primary:hover {
	background-color: var(--color-brand);
	color: var(--color-white);
}

body[data-template*="design-v2"] .btn.btn-primary,
body[data-template*="design-v2"] .btn.btn-primary:hover,
body[data-template*="design-v2"] .btn.btn-landing-cta,
body[data-template*="design-v2"] .btn.btn-landing-cta:hover {
	background-color: var(--color-terracota-40);
	box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.16);
	color: white;
}
body[data-template*="design-v2"] .btn.btn-primary,
body[data-template*="design-v2"] .btn.btn-landing-cta {
	border-color: var(--color-terracota-40);
}

body[data-template*="design-v2"] .btn-secondary {
	background-color: var(--color-brand);
	border-color: var(--color-brand);
}

body[data-template*="design-v2"] .btn-secondary:not(.btn-readonly):hover {
	box-shadow: inset 0px 0px 0 100px rgba(0, 0, 0, .1);
}

body[data-template*="design-v2"] .btn-secondary,
body[data-template*="design-v2"] .btn-secondary:hover {
	color: white;
}


body[data-template*="design-v2"] .text-accent {
	color: var(--color-text-vert-accent);
}

@keyframes slideIn {
	from {
		clip-path: inset(0 0 100% 0);
		opacity: 0;
	}
	to {
		clip-path: inset(0 0 0% 0);
		opacity: 1;
	}
}


body[data-template*="design-v2"] #main-nav {
	position: relative;
	z-index: 10;
	background-color: white;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}

body[data-template*="design-v2"] #main-nav a:not(.btn):hover {
	text-decoration: none;
	color: var(--color-brand);
}

body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper {
	color: var(--color-brand);
	justify-content: start;
	height: 4rem;
}
body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper > .container {
	display: flex;
	align-items: center;
	height: 100%;
}

body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper .nav-item {
	padding:0;
	display: block;
}

body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper .nav-title {

	@media (max-width: 767px) {
		margin-left: .5rem;
	}

	@media (min-width: 576px) {
		margin-right: 1rem;
	}

	@media (min-width: 768px) {
		margin-right: 2rem;
	}

}

body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper .nav-actions {
	display: flex;
	flex-grow: 1;
	align-items: center;
}

body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper .nav-actions:has(.nav-account) {
	justify-content: end;
}

body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper .nav-actions:has(.nav-account) .nav-item:not(.nav-user) {
	display: none;
}

body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper .nav-item:has(.nav-link-margin-sign-up) {
	margin-left: auto;
	margin-right: 0.5rem;
}

body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper .nav-link:not(.btn) {
	color: var(--color-brand);
}

body[data-template*="design-v2"] .nav-link:not(.btn).active,
body[data-template*="design-v2"] .nav-link:not(.btn):hover {
	color: var(--color-brand);
	background-color: var(--color-bg-blanc-gris);
	text-decoration: none;
}

body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper .nav-title a {
	display: flex;
	align-items: center;
	font-family: var(--font-title), 'sans-serif';
	font-size:1.5rem;
	font-weight: 600;
	letter-spacing: 4%;
	color: var(--color-brand);

	@media (max-width: 767px) {
		font-size: 1.2rem;
	}

	@media (max-width: 575px) {
		font-size: 1.1rem;
	}

}

body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper .nav-title svg {
	width: 1.154rem;
	margin-right: .5rem;
}

body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper .nav-item span:not(.hide-sm-up) svg {
	margin-left: 0.5rem;
	transition: transform 0.2s ease;
}

/* SubMenu */

body[data-template*="design-v2"] .main-menu-submenu-link-title br {
	display: none;
}

body[data-template*="design-v2"] .main-menu {

	display:none;
	border-bottom: 1px solid #BCBCBC;
	padding: 2rem 0;
	position: absolute;
	width: 100%;
	z-index: 450;

	@media (max-width: 575px) {
		padding: 1rem;
	}

}
body[data-template*="design-v2"] .main-menu .container {
	width: 100%;
}

body[data-template*="design-v2"] .main-menu h3,
body[data-template*="design-v2"] .main-menu a {
	color: var(--color-brand);
}

body[data-template*="design-v2"] .main-menu-submenu {

	display:grid;

	gap: 2rem;
	grid-template-columns: 1fr 1fr 1fr;

	@media (max-width: 767px) {
		gap: 1rem;
		grid-template-columns: 1fr;
	}

}

body[data-template*="design-v2"] .main-menu-submenu-link {
	display: grid;
	grid-template-columns: 3rem 1fr;
	border-radius: var(--radius);
	gap: 0.5rem;
	padding: 0.75rem;
}

body[data-template*="design-v2"] .main-menu-submenu-link:hover {
	background-color: var(--color-bg-vert-menthe);
}

body[data-template*="design-v2"] .main-menu-submenu-link-title {
	font-size: 1.2rem;
	font-weight: 500;
}

body[data-template*="design-v2"] .main-menu-submenu-link p {
	font-size: 0.9rem;
	margin-bottom: 0;
}

body[data-template*="design-v2"] .main-menu-submenu-link svg {
	width: 2.25rem;
}


@media (max-width: 767px) {


	body[data-template*="design-v2"] a.main-menu-submenu-link > div {
		display: flex;
		flex-direction: column;
	}
}


/* Nav : ouverture du dropdown au hover sur desktop */
body[data-template*="design-v2"] #menu-toggler-checkbox {
	display:none;
}


body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper label.nav-link {
	position: relative;
}

body[data-template*="design-v2"] .nav-wrapper.nav-main-wrapper label.nav-link::after {
	/* Pour la transition entre le menu et le lien */
	content: '';
	position: absolute;
	bottom: -1.5rem;
	left: 0;
	right: 0;
	height: 1.5rem;
}

body[data-touch="yes"][data-template*="design-v2"] #menu-toggler-checkbox:checked ~ .main-menu,
body[data-touch="no"][data-template*="design-v2"] #main-nav:has(label[for="menu-toggler-checkbox"]:hover) .main-menu,
body[data-touch="no"][data-template*="design-v2"] #main-nav:has(.main-menu:hover) .main-menu {
	display: block;
	background-color: var(--color-white);
	border-top: 1px solid #BCBCBC;
}


body[data-template*="design-v2"] main {
	margin-bottom: 5rem;
	flex: 1;
}

body[data-template*="design-v2"] header:not(:empty) {
	margin-top: 1rem;
	margin-bottom: 1rem;
	min-height: 6rem;
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
}

/* Titles */

body[data-template*="design-v2"] h1 {
	font-family: var(--font-title), sans-serif;
	font-weight:700;
	letter-spacing: 2%;
	font-size: 3rem;
}

body[data-template*="design-v2"] h2 {
	font-family: var(--font-title), sans-serif;
	font-size: 2.5rem;
}

body[data-template*="design-v2"] h3 {
	font-family: var(--font-title), sans-serif;
	font-size: 2rem;
	font-weight: 500;
}

@media (max-width: 767px) {

	body[data-template*="design-v2"] h1 {
		font-size: 2rem;
	}

	body[data-template*="design-v2"] h2 {
		font-size: 1.75rem;
	}

	body[data-template*="design-v2"] h3 {
		font-size: 1.5rem;
	}

}

/* Separator */
body[data-template*="design-v2"] .separator-top {
	@media (max-width: 1165px) {
		transform: translateY(-0.5rem) rotate(180deg);
	}
	@media (min-width: 1166px) {
		transform: translateY(-2rem) rotate(180deg);
	}
}
body[data-template*="design-v2"] .separator-bottom {
	@media (max-width: 1165px) {
		transform: translateY(0.5rem);
	}

	@media (min-width: 1166px) {
		transform: translateY(2rem);
	}
}

/* Footer */

body[data-template*="design-v2"] footer:has(.footer-content) {
	background-color: var(--color-brand);
	color: var(--color-white);
}

body[data-template*="design-v2"] footer .separator-top {
	transform: translateY(-5rem) rotate(180deg); /* footer padding + brush size*/
}

body[data-template*="design-v2"] footer:not(:empty) .footer-content {
	padding: 0 1rem 2rem 1rem;
}

body[data-template*="design-v2"] footer:not(:empty) .separator-top {
	color: var(--color-brand);
}

body[data-template*="design-v2"] footer:not(:empty) .link-logo-otf {
	color: var(--color-white);
	font-family: var(--font-title), sans-serif;
	font-size: 2.3rem;
	display: flex;
	gap: 0.75rem;
	align-items: center;
}

body[data-template*="design-v2"] footer:not(:empty) .link-logo-otf svg {
	height: 24px;
}

body[data-template*="design-v2"] footer:not(:empty) .footer-content {

	display: grid;
	grid-template-columns: auto 45rem;

	@media (max-width: 991px) {

		grid-template-columns: 1fr;
		row-gap: 1rem;

	}
}


body[data-template*="design-v2"] footer:not(:empty) .footer-content-text p {
	font-size: 0.875rem;
	padding: 1rem 0;
}

body[data-template*="design-v2"] footer:not(:empty) .footer-content-links {

	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem;

	@media (max-width: 575px) {

		grid-template-columns: 1fr;
		gap: 0;

	}
}


body[data-template*="design-v2"] footer:not(:empty) .footer-bloc-links h3 {

	font-size: 1.5rem;
	margin: 0.75rem 0;
	color: var(--color-white);
	font-weight: 600;
	font-family: var(--font-text);
}

body[data-template*="design-v2"] footer:not(:empty) .footer-bloc-links ul {
	list-style: none;
	padding: 0;
}

body[data-template*="design-v2"] footer:not(:empty) .footer-bloc-links ul li {
	margin: 1rem 0;
	line-height: 1.25rem;
}

body[data-template*="design-v2"] footer:not(:empty) .footer-bloc-links a {
	font-size: 1rem;
	color: var(--color-white);
}

@font-face {
	font-family: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url(/asset/ouvretaferme/main/fonts/BricolageGrotesque-ExtraLight.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: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(/asset/ouvretaferme/main/fonts/BricolageGrotesque-Light.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: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(/asset/ouvretaferme/main/fonts/BricolageGrotesque-Regular.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: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(/asset/ouvretaferme/main/fonts/BricolageGrotesque-Medium.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: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(/asset/ouvretaferme/main/fonts/BricolageGrotesque-SemiBold.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: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(/asset/ouvretaferme/main/fonts/BricolageGrotesque-Bold.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: 'Bricolage Grotesque';
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	src: url(/asset/ouvretaferme/main/fonts/BricolageGrotesque-ExtraBold.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-bricolage-grotesque-alt {
	font-family: 'Bricolage Grotesque', sans-serif;
}

@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/asset/ouvretaferme/main/fonts/Bitter-Regular.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-bitter {
	font-family: 'Bitter', serif;
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/asset/ouvretaferme/main/fonts/DMSans-Regular.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: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/asset/ouvretaferme/main/fonts/DMSans-Medium.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-dm-sans {
	font-family: 'DM Sans', sans-serif;
}

body[data-template^="v2-home"][data-template*="design-v2"] > *:not(.panel) {

	font-size: 1.2rem;

	@media (max-width: 767px) {
		font-size: 1.1rem;
	}

	@media (max-width: 575px) {
		font-size: 1rem;
	}
}

body[data-template^="v2-home"][data-template*="design-v2"] header h1,
body[data-template^="v2-home"][data-template*="design-v2"] main h1 {
	color: var(--color-brand);
	text-align: center;
}

body[data-template^="v2-home"][data-template*="design-v2"] .subtitle {
	color: var(--color-neutral);
}
body[data-template^="v2-home"][data-template*="design-v2"] .block-emphase {
	background-color: var(--color-bg-vert-menthe);
	padding: 0.5rem;
	margin-bottom: 1rem;
}
body[data-template^="v2-home"][data-template*="design-v2"] div.nav-actions {
	width: 100%;
}
body[data-template^="v2-home"][data-template*="design-v2"] div.nav-actions > div.nav-account {
	margin-left: auto;
	align-self: center;
}


body[data-template*="design-v2"] div.home-start-bee {
	width: 4rem;
  position: absolute;
  top: -3rem;
  left: 75%;
}
/* Importé de home.css */

div.home-highlight {
	padding: 1.5rem 2rem;
	background: var(--color-bg-vert-menthe);
	border: 2px solid var(--radius);
	box-shadow: 0 0 2rem white;
	border-radius: var(--radius);
	margin-bottom: 2rem;
	display: flex;
	gap: 1rem;
	align-items: center;
}

.home-points {
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 2rem;
}

@media (max-width: 767px) {

	.home-points {
		display: grid;
		grid-gap: 1rem;
		grid-template-columns: 1fr 1fr;
	}


}

.home-point {
	background-color: white;
	border-radius: var(--radius);
	padding: 1rem;
	text-align: center;
	color: var(--primary);
	border: 2px solid var(--primary);
}

.home-point svg {
	font-size: 3rem;
	margin: 1rem 0;
}

.home-point h4 {
	margin-bottom: 0rem;
}

.home-why {
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 2rem;
}

@media (max-width: 767px) {

	.home-why {
		display: grid;
		grid-gap: 1rem;
		grid-template-columns: 1fr;
	}


}

.home-why-item {
	background-color: var(--secondary);
	border-radius: var(--radius);
	padding: 1rem;
	text-align: center;
	color: white;
}

.home-why-item svg {
	font-size: 3rem;
	margin: 1rem 0;
}

.home-why-item h4 {
	margin-bottom: 0rem;
}



div.home-features {
	display: grid;
	grid-gap: 2rem;
	margin-bottom: 3rem;
	border-radius: var(--radius);
}

.home-feature-title {
	font-size: 1.5rem;
	text-align: center;
	max-width: 60rem;
	margin: auto;
}

.home-feature-subtitle {
	font-weight: bold;
	font-size: 1.75rem;
	text-align: center;
	font-family: 'PT Serif', serif;
	line-height: 1.4;
	align-self: center;
}

div.home-feature {
	box-shadow: 0 0 2rem #0002;
	border-radius: var(--radius);
	background-color: white;
	padding: 1.25rem;
	position: relative;
	margin-bottom: 0;
	border: 2px solid var(--color-neutral-variant);
	display: grid;
	grid-template-rows: auto 1fr auto;
	grid-row-gap: 1rem;
}

div.home-feature h2 {
	font-size: 2rem;
}

div.home-feature ul {
	padding-left: 1.5rem;
}

div.home-feature-icon {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 5rem;
	pointer-events: none;
	color: #0001;
}

body[data-template^="home-start"] div.home-feature {
	border-radius: var(--radius);
}


@media (min-width: 992px) {

	div.home-features.home-features-3 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	div.home-features.home-features-2 {
		grid-template-columns: 1fr 1fr;
	}

	div.home-features.home-features-3 .home-feature-fill {
		grid-column: span 3;
	}

	div.home-features.home-features-2 .home-feature-fill {
		grid-column: span 2;
	}

}

@media (min-width: 768px) and (max-width: 991px) {


	div.home-features {
		grid-template-columns: 1fr 1fr;
	}

	div.home-features .home-feature-fill {
		grid-column: span 2;
	}

}

@media (max-width: 767px) {

	body[data-template^="home-main"] div.home-feature:not(:last-child) {
		padding-bottom: 2rem;
	}

	div.home-feature ul {
		padding-left: 0;
	}

	div.home-feature ul li {
		list-style: none;
	}

}

.pdp-super-pdp {
	color: var(--superpdp);
	white-space: nowrap;
}
a:hover .pdp-super-pdp {
	color: white;
}
.pdp-super-pdp::before{
	content: '';
	display: inline-block;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: var(--superpdp);
	vertical-align: middle;
	margin-right: 0.5rem;
}
a:hover .pdp-super-pdp::before {
	background-color: white;
}

.pdp-start-introduction {
	display: flex;
	gap: 1rem;
}
.pdp-start-introduction > div {
	width: 50%;
}

/* =====================================================
   Variables
   ===================================================== */

/* =====================================================
   Container
   ===================================================== */

.landing-container {

	max-width: 84rem;
	margin: 0rem auto 0;
	padding-left: 1.5rem;
	padding-right: 1.5rem;

	@media (max-width: 575px) {
		margin-top: 2rem;
	}

}

/* =====================================================
   Accent
   ===================================================== */

.landing-accent {
	color: var(--color-text-vert-accent);
}

/* =====================================================
   Page
   ===================================================== */

.landing-page {
	color: var(--color-brand);
}

/* =====================================================
   Header (titre du hero)
   ===================================================== */

/* Mobile : titre centré par-dessus le SVG décoratif */

.landing-header {
	position: relative;
	margin-bottom: 1.5rem;
}
.landing-header > * {
	max-width: 30rem;
	margin: auto;
}

.landing-header-background svg {
	display: block;
	width: 100%;
	height: auto;
}

.landing-header-text {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 2rem;
}

.landing-header h1 {
	font-family: var(--font-title), sans-serif;
	font-size: 1.85rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: var(--color-brand);
}

/* Desktop */

@media (min-width: 768px) {

	.landing-header {
		margin-bottom: 2rem;
	}

	.landing-header-text {
		position: static;
		display: block;
		padding: 0;
		max-width: 35rem;
	}

	.landing-header h1 {
		margin: 5rem 0 3rem;
	}

}
/* =====================================================
   Hero
   ===================================================== */

/* Bloc hero centré, plus étroit que 85rem.
   Le titre s'aligne avec les bords extérieurs des motifs. */

.landing-hero-block {
	margin: 0 auto;
	max-width: 60rem;
}

/* Row avec les décorations gauche/droite de la grille */

.landing-grid-row {
	display: flex;
	align-items: center;
}

.landing-grid-bg {
	display: none;
	flex-shrink: 0;
}

.landing-grid-bg svg {
	display: block;
	width: 100%;
	height: auto;
}

@media (min-width: 768px) {

	.landing-grid-bg {
		display: block;
		flex: 0 0 20%;
	}

}

/* La grille prend l'espace restant */

.landing-grid-wrapper {
	flex: 1;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 767px) {

	.landing-grid-wrapper {
		max-width: 38rem;
	}

}

/* Grille carrée : aspect-ratio sur le conteneur */

.landing-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
	aspect-ratio: 1;
	gap: 0.8rem;
	position: relative;
}

.landing-grid-item {
	border: 2px solid var(--color-neutral-variant);
	border-radius: 0.6rem;
	background-color: white;
	padding: 0.5rem;
	text-align: center;
	font-size: 1.2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.3rem;
	font-weight: 500;
	color: var(--color-brand);
	box-shadow: 0 0.9rem 1.85rem rgba(47, 187, 158, 0.08);
	transition: border-color 0.15s ease, background-color 0.15s ease;
	line-height: 1.2;
	overflow: hidden;
	@media (max-width: 575px) {
		font-size: 1rem;
	}
}

.landing-grid-item:hover {
	text-decoration: none;
	border-color: var(--color-brand);
	background-color: var(--color-bg-vert-menthe);
}

.landing-grid-item svg {
	width: 5rem;
	flex-shrink: 0;
	color: var(--color-brand);
}

@media (min-width: 450px) and (max-width: 575px) {

	.landing-grid-item svg {
		max-width: 4rem;
	}

}

@media (max-width: 449px) {

	.landing-grid-item svg {
		max-width: 3rem;
	}

}


.landing-grid-item span {
	color: var(--color-gris-charbon-clair);
	width: 100%;
}

@media (max-width: 449px) {

	.landing-grid-item span {
		font-size: .9rem;
	}

}

/* =====================================================
   Articles
   ===================================================== */

.landing-articles {
	padding: 3rem 0;
}

.landing-articles-icon {
	text-align: right;
	margin-right: 10rem;
}

.landing-articles-icon svg {
	width: 4rem;
}

.landing-article {
	display: grid;
	grid-template-columns: 20rem 1fr auto;
	column-gap: 2rem;
	row-gap: 1rem;
	border-top: 1px solid var(--color-brand-25);
	color: var(--color-brand);
}

.landing-article:hover {
	text-decoration: none;
	color: var(--color-brand);
}

@media (min-width: 576px) and (max-width: 767px) {

	.landing-article {
		grid-template-columns: 25vw 1fr auto;
	}

}

@media (max-width: 575px) {

	.landing-article {
		padding: 1.5rem 0;
		grid-template-columns: 1fr;
	}

}

@media (min-width: 576px) {

	.landing-article {
		padding: 2.5rem 0;
		align-items: center;
	}

}

.landing-article-image img {
	border-radius: 0.5rem;
	width: 100%;
	height: auto;
	box-shadow: 0 0.447rem 0.895rem rgba(0, 0, 0, 0.08);
}

@media (max-width: 575px) {

	.landing-article-image img {
		width: 10rem;
	}

}

.landing-article-body h3 {
	font-weight: 600;
	margin-bottom: 1.5rem;
	font-size: 1.4rem;
}

.landing-article-body p {
	color: var(--color-brand);
	font-size: 1.4rem;
}

.landing-article-arrow {
	flex-shrink: 0;
	margin-left: auto;
	align-self: flex-end;
}

.landing-article-arrow svg {
	width: 3rem;
}

@media (max-width: 575px) {

	.landing-article-arrow svg {
		width: 2rem;
	}

}

/* =====================================================
   Producteurs
   ===================================================== */

.landing-producers {
	padding: 3rem 0;
	background-color: var(--color-bg-vert-amande);
	position: relative;
}

.landing-producers .separator-top,
.landing-producers .separator-bottom {
	position: absolute;
	left: 0;
	width: 100%;
	color: var(--color-bg-vert-amande);
	z-index: 1;
}

.landing-producers .separator-top svg,
.landing-producers .separator-bottom svg {
	width: 100% !important;
	display: block;
}

.landing-producers .separator-top {
	top: 0;
}

.landing-producers .separator-bottom {
	bottom: 0;
}

.landing-producers-content {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 2rem;
}

@media (min-width: 768px) {

	.landing-producers-content {
		flex-direction: row;
		gap: 4rem;
		align-items: center;
	}

	.landing-producers-image {
		flex: 0 0 auto;
		width: 40%;
	}

	.landing-producers-text {
		flex: 1;
	}

}

.landing-producers-img {
	max-width: 100%;
	height: auto;
}

.landing-producers-text {

	font-size: 2.75rem;
	font-weight: 500;
	line-height: 1.3;

	@media (max-width: 991px) {
		text-align: center;
		font-size: 2rem;
	}

}

/* =====================================================
   Mission
   ===================================================== */

.landing-mission {
	padding: 6rem 0 4rem;
	overflow: hidden;
}

.landing-mission .landing-container {
	position: relative;
}

.landing-mission-bee,
.landing-mission-bird {
	position: relative;
	text-align: center;
	pointer-events: none;
}

/* Mobile : abeille en haut au centre, oiseau en bas à droite */

.landing-mission-bee svg {
	width: 4rem;
	display: block;
	margin: auto;
}

.landing-mission-bird svg {
	width: 5rem;
	display: block;
	margin: auto;
}

/* Desktop : abeille en haut à droite, oiseau à gauche au milieu */
@media (min-width: 768px) {

	.landing-mission-bee,
	.landing-mission-bird {
		position: absolute;
		pointer-events: none;
	}

	.landing-mission {
		padding: 4rem 0 2rem;
	}

	.landing-mission-bee {
		top: 0;
		right: 4rem;
		left: auto;
		transform: none;
	}

	.landing-mission-bird {
		bottom: 8rem;
		left: 1rem;
		transform: translateY(-70%);
	}

	.landing-mission-bird svg {
		width: 9rem;
	}

}

.landing-mission-intro {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.35;
	max-width: 45rem;
	margin: 2rem auto 4rem;
}

@media (max-width: 575px) {

	.landing-mission-intro {
		font-size: 2rem;
	}

}

.landing-mission-list {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

@media (min-width: 768px) {

	.landing-mission-list {
		flex-direction: row;
		gap: 2rem;
	}

}

.landing-mission-item {
	font-size: 1.6rem;
	line-height: 1.45;
}

@media (max-width: 991px) {

	.landing-mission-item {
		font-size: 1.5rem;
	}

}


/* =====================================================
   Témoignages
   ===================================================== */

.landing-testimonials {
	padding: 4rem 0;
}

.landing-testimonials-title {
	font-family: var(--font-text), sans-serif;
	font-size: 2rem;
	margin-bottom: 2.5rem;
}

.landing-testimonials-grid {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

@media (min-width: 768px) {

	.landing-testimonials-grid {
		flex-direction: row;
		gap: 2rem;
	}

}

.landing-testimony {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.landing-testimony-photo {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 1rem;
}

.landing-testimony-name {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 0.2rem;
}

.landing-testimony-subtitle {
	color: var(--color-text-vert-accent);
	font-family: var(--font-lead-text), serif;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}

.landing-testimony-text {
	font-size: 1.05rem;
	line-height: 1.5;
}

/* =====================================================
   Newsletter
   ===================================================== */

.landing-newsletter {
	padding: 4rem 0;
	background-color: var(--color-bg-vert-bleu);
}

.landing-newsletter-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.landing-newsletter-icon svg {
	width: 2rem;
	margin-right: 3rem;
}
.landing-newsletter button {
	margin-top: 0.5rem;
}

@media (min-width: 768px) {

	.landing-newsletter-content {
		flex-direction: row;
		align-items: center;
		gap: 4rem;
	}

	.landing-newsletter-text {
		flex: 1;
	}

	.landing-newsletter-form {
		flex: 1;
	}

}

.landing-newsletter-text h2 {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-family: var(--font-text), sans-serif;
	font-size: 1.7rem;
	margin-bottom: 1rem;
}

.landing-newsletter-text h2 svg {
	height: 2.5rem;
	flex-shrink: 0;
}

.landing-newsletter-text p {
	line-height: 1.5;
	font-family: var(--font-lead-text), serif;
	font-size: 1.2rem;
}

/* =====================================================
   CTA bas de page
   ===================================================== */

.landing-cta {
	padding: 5rem 0;
	margin-bottom: -5rem;
	background-color: var(--color-bg-vert-amande);
	position: relative;
}

.landing-cta .separator-top {
	color: var(--color-bg-vert-amande);
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 1;
	top: 0;
}

.landing-cta .separator-top svg {
	width: 100% !important;
	display: block;
}


.landing-cta-content {
	gap: 2rem;
	align-items: center;
}

.landing-cta-screenshot {
	padding-top: 3rem;
	border-radius: 0.5rem;
	position: relative;
	width: 100%;
	aspect-ratio: 612 / 461; /* largeur / hauteur de l'image */
	background-image: url(/asset/ouvretaferme/main/image/svg/background-feature-cta-mobile.svg);
	text-align: center;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.landing-cta-screenshot .feature-block-img-desktop {
	position: relative;
	background-image: url(/asset/ouvretaferme/main/image/screenshot/market.jpg);
	border: 2px solid var(--color-gris-charbon-fonce);
	border-radius: 1rem;
	height: 60%;
	width: 70%;
	margin: auto;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.landing-cta-screenshot .feature-block-img-mobile {
	position: absolute;
	background-image: url(/asset/ouvretaferme/main/image/screenshot/market-mobile.jpg);
	bottom: 15%;
	left: 5%;
	width: 20%;
	height: 50%;
	border: 2px solid var(--color-gris-charbon-fonce);
	border-radius: 1rem;
	background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {

	.landing-cta-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-areas:
			"text    screenshot"
			"button screenshot";
		align-items: center;
		gap: 4rem;
	}

	.landing-cta-text {
		grid-area: text;
	}
	.landing-cta-screenshot {
		grid-area: screenshot;
		background-image: url(/asset/ouvretaferme/main/image/svg/background-feature-cta.svg);
	}
	.landing-cta-button {
		grid-area: button;
	}

	.landing-cta-screenshot .feature-block-img-desktop {
		position: absolute;
		top: 0;
		right: 0;
		width: 65%;
		height: 55%;
	}

	.landing-cta-screenshot .feature-block-img-mobile {
		left: 30%;
	}

}

.landing-cta-text h2 {
	font-family: var(--font-title), sans-serif;
	font-size: 3rem!important;
	font-weight: 600;
	line-height: 1.15;
	margin-bottom: 1rem;
	text-align: left;
}

.landing-cta-text p {
	font-family: var(--font-lead-text), serif;
	font-size: 2rem;
	margin-bottom: 1.5rem;
}


