.gutenberg.tarifs {
	/* background: #eef4f3; */
	background: transparent;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	overflow: hidden;
	container: tarifs/inline-size;
}

.gutenberg.tarifs > .container {
	position: relative;
	z-index: 0;
	padding: 120px 0;
}
.gutenberg.tarifs:only-child > .container {
	position: relative;
	z-index: 0;
	padding: 0;
	width: min(85%,1300px);
}

.gutenberg.tarifs .blur {
	filter: blur(175px);
	position: absolute;
	left: 0%;
	bottom: 0;
	z-index: -1;
	translate: -5% 30%;
	color: var(--secondary-color);
	display: none;
}

.gutenberg.tarifs .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.gutenberg.tarifs .tarifs-switcher {
	border-radius: 30px;
	background: var(--white-color);
	margin: 30px auto;
	display: inline-flex;
	padding: 4px;
}

.gutenberg.tarifs:only-child .tarifs-switcher {
	margin-top: 0;
}

.gutenberg.tarifs .tarifs-switcher button {
	border-radius: inherit;
	padding: 14px 24px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.gutenberg.tarifs
	.tarifs-switcher[data-active-type="annual"]
	button[data-type="annual"] {
	background: var(--secondary-color);
}
.gutenberg.tarifs
	.tarifs-switcher[data-active-type="monthly"]
	button[data-type="monthly"] {
	background: var(--secondary-color);
}

.gutenberg.tarifs .tarifs {
	display: flex;
	width: 100%;
	gap: 30px;
}

.gutenberg.tarifs .tarif {
	flex: 1 1 1%;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	background: var(--white-color);
	overflow: hidden;
	min-height: 590px;
	display: none;
	outline: 1px solid var(--tarif-color);
	outline-offset: -1px;
}

.gutenberg.tarifs .tarifs[data-active-type="annual"] .tarif.annual {
	display: flex;
}
.gutenberg.tarifs .tarifs[data-active-type="monthly"] .tarif.monthly {
	display: flex;
}

.gutenberg.tarifs .tarif header {
	background: var(--tarif-color);
	text-align: center;
	/* height: 98px; */
	/* height: 123px; */
	height: 109px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-block: 15px;
}
.gutenberg.tarifs .tarif header h2 {
	color: var(--white-color);
}
.gutenberg.tarifs .tarif header p {
	color: var(--white-color);
	text-align: center;
	/* font-family: Onest; */
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 !important;
}
.gutenberg.tarifs .tarif section {
	/* padding: 50px; */
	/* padding-bottom: 33px; */
	padding: 20px 40px 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.gutenberg.tarifs .tarif section:has(.tarif-text) {
	padding-top: 24px;
}

.gutenberg.tarifs .tarif-text {
	text-align: center;
	color: var(--tarif-color);
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 24px;
}

.gutenberg.tarifs .tarif-price {
	display: flex;
	align-items: center;
	gap: 19px;
}
.gutenberg.tarifs .tarif-price span {
	color: var(--tarif-color);
	font-size: 46px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	white-space: nowrap;
}
.gutenberg.tarifs .tarif-price i {
	font-style: normal;
}
.gutenberg.tarifs .tarif-features {
	/* margin-bottom: 40px; */
	margin-bottom: 20px;
}
.gutenberg.tarifs .tarif-features ul {
	padding-left: 0;
	/* margin-top: 30px; */
	margin-top: 15px;
}
.gutenberg.tarifs .tarif-features li {
	display: flex;
	gap: 16px;
	align-items: center;
	/* margin-top: 16px; */
	margin-top: 10px;
	font-weight: 500;
	font-size: 14px;
	line-height: normal;
}
.gutenberg.tarifs .tarif-features li .marker {
	color: var(--tarif-color);
	/* width: 24px; */
	/* height: 24px; */
	width: 20px;
	height: 20px;
	align-self: flex-start;
	margin-top: 2px;
}

.gutenberg.tarifs .tarif-features + :is(.button, .tarif-not-available) {
	margin-top: auto;
	margin-inline: auto;
}

.gutenberg.tarifs .tarif-features + .button {
	width: 100%;
	justify-content: space-between;
	background: var(--tarif-color);
	color: var(--white-color);
}

.gutenberg.tarifs .tarif-features + .button .icon svg {
	color: var(--white-color);
}

.gutenberg.tarifs .tarif-not-available {
	display: inline-flex;
	gap: 10px;
	align-items: center;
}
.gutenberg.tarifs .tarif-not-available svg {
	color: var(--tarif-color);
}

.gutenberg.tarifs .text-bottom {
	margin: 115px 0 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	display: none;
}
.gutenberg.tarifs .text-bottom h2 {
	display: flex;
	gap: 10px;
	align-items: baseline;
}

.gutenberg.tarifs .text-bottom h2 svg {
	height: 1.1em;
	width: auto;
	display: inline-flex;
}

@container tarifs (width <= 1024px) {
	.gutenberg.tarifs .tarifs {
		flex-direction: column;
	}
}
@container tarifs (width <= 767px) {
	.gutenberg.tarifs .tarif {
		min-height: 0px;
	}

	.gutenberg.tarifs > .container {
		padding: 40px 0;
	}

	.gutenberg.tarifs .tarif section {
		padding: 20px;
	}
	.gutenberg.tarifs .tarif header {
		padding: 1rem;
		height: auto;
	}
	.gutenberg.tarifs .text-bottom {
		margin-top: 40px;
	}
	.gutenberg.tarifs .text-bottom h2 {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.gutenberg.tarifs .tarif-price {
		display: flex;
		align-items: center;
		gap: 19px;
	}
	.gutenberg.tarifs .tarif-price {
		flex-wrap: wrap;
	}
	.gutenberg.tarifs .tarif-price i {
		width: 100%;
	}
}
