/* Base required imports
--------------------------------------------- */
/* Bootstrap
--------------------------------------------- */
/* Import variables and mixins
--------------------------------------------- */
/* Bootsrap required imports & components
--------------------------------------------- */
.block-solutions {
	background: #f5f5f5;
}

.block-solutions .block-solutions-heading {
	margin-bottom: 3rem;
}

.block-solutions .block-solutions-heading-line {
	display: block;
	width: 3.2rem;
	height: 1px;
	margin: 0 auto 1.3rem;
	background-color: #d49a66;
}

.block-solutions .block-solutions-title {
	margin: 0;
	color: #111111;
	font-size: 42px;
	line-height: 1.2;
	font-family: "unbounded-400", "unbounded-fallback", Arial, sans-serif;
	font-weight: 400;
}

.block-solutions .block-solutions-title span,
.block-solutions .block-solutions-title strong,
.block-solutions .block-solutions-title em,
.block-solutions .block-solutions-title b {
	color: #d49a66;
	font-style: normal;
	font-weight: inherit;
}

.block-solutions .block-solutions-card {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
	min-height: 500px;
	background: #ece8e3;
	padding: 1.6rem 1.1rem 1.5rem;
}

@media (max-width: 991.98px) {
	.block-solutions .block-solutions-card {
		min-height: 480px;
		background: linear-gradient(180deg, rgba(191, 214, 235, 0.78) 0%, rgba(224, 162, 102, 0.74) 100%);
	}
	.block-solutions .block-solutions-card .block-solutions-card-bg::after {
		background: linear-gradient(180deg, rgba(191, 214, 235, 0.78) 0%, rgba(224, 162, 102, 0.74) 100%);
	}
}

.block-solutions .block-solutions-card:hover .block-solutions-card-bg::after {
	background: linear-gradient(180deg, rgba(191, 214, 235, 0.78) 0%, rgba(224, 162, 102, 0.74) 100%);
}

.block-solutions .block-solutions-card:hover .block-solutions-card-description {
	display: block;
	max-height: 100%;
	opacity: 1;
	visibility: visible;
	margin-top: 0.85rem;
}

.block-solutions .block-solutions-card-bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.block-solutions .block-solutions-card-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(242, 238, 232, 0.9) 0%, rgba(242, 238, 232, 0.74) 52%, rgba(242, 238, 232, 0.26) 100%);
}

.block-solutions .block-solutions-card-bg img,
.block-solutions .block-solutions-card-bg svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.block-solutions .block-solutions-card-content {
	position: relative;
	z-index: 1;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.block-solutions .block-solutions-picto {
	margin-top: 2.4rem;
	margin-bottom: 1.7rem;
}

.block-solutions .block-solutions-picto img,
.block-solutions .block-solutions-picto svg {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	margin: 0 auto;
}

.block-solutions .block-solutions-card-title {
	margin: 0 0 0.6rem;
	color: #202020;
	font-size: 24px;
	line-height: 1.06;
	font-family: "unbounded-400", "unbounded-fallback", Arial, sans-serif;
	font-weight: 400;
}

.block-solutions .block-solutions-card-text {
	margin: 0;
	color: #202020;
	font-size: 16px;
	line-height: 1.08;
	font-family: "unbounded-300", "unbounded-fallback", Arial, sans-serif;
	font-weight: 300;
	max-width: 220px;
}

.block-solutions .block-solutions-card-description {
	display: none;
	margin: 0;
	max-width: 100%;
	color: #202020;
	font-size: 13px;
	line-height: 1.35;
	font-family: "unbounded-300", "unbounded-fallback", Arial, sans-serif;
	font-weight: 300;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	transition: max-height 0.28s ease, opacity 0.24s ease, margin-top 0.28s ease;
}

.block-solutions .block-solutions-button {
	margin-top: auto;
	margin-bottom: 1rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	background: #ffffff;
	padding: 15px 20px 15px 0;
	gap: 0.5rem;
	font-size: 15px;
	line-height: 1;
	color: #21201e;
	font-family: "unbounded-600", "unbounded-fallback", Arial, sans-serif;
}

.block-solutions .block-solutions-button:hover, .block-solutions .block-solutions-button:focus {
	color: white;
	background-color: #df9f69;
}

.block-solutions .block-solutions-button:hover svg path, .block-solutions .block-solutions-button:focus svg path {
	fill: white;
}

@media (max-width: 991.98px) {
	.block-solutions .block-solutions-heading {
		margin-bottom: 1.75rem;
	}
	.block-solutions .block-solutions-title {
		font-size: 26px;
	}
	.block-solutions .block-solutions-heading-line {
		margin-bottom: 1rem;
	}
	.block-solutions .block-solutions-picto {
		margin-top: 2rem;
		margin-bottom: 1.5rem;
	}
	.block-solutions .block-solutions-card-text {
		font-size: 18px;
		max-width: 240px;
	}
	.block-solutions .block-solutions-card-description {
		display: block;
		max-height: 100%;
		opacity: 1;
		visibility: visible;
		margin-top: 0.85rem;
	}
	.block-solutions .block-solutions-mobile .splide__track {
		overflow: visible;
	}
	.block-solutions .block-solutions-mobile .splide__slide {
		height: auto;
	}
}

/*# sourceMappingURL=solutions.css.map */