@charset "utf-8";

/*
 * @subpackage ChampagneDeneuxPiot v1.0.20260319
 * @copyright (C) Marc Savart
 */

#mod_savamafeatures110 .savama-feature h3,
#mod_savamafeatures110 .savama-feature p {
	display: none;
	visibility: hidden;
}
.savama-features {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 960px;
	margin: 0 auto 100px
}
.savama-features::after {
	position: absolute;
	display: block;
	content: '';
	bottom: -50px;
	width: calc((100% - 30px)/ 2);
	height: 1px;
	background-color: rgba(255, 255, 255, .25)
}
.savama-features-wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center
}
.savama-feature {
	flex-grow: 1;
	width: auto;
	color: transparent;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-animation: .75s ease-in-out forwards scale-expo;
	animation: .75s ease-in-out forwards scale-expo
}
.savama-feature.feature-2 {
	animation-delay: .05s
}
.savama-feature.feature-3 {
	animation-delay: .1s
}
.savama-feature.feature-4 {
	animation-delay: .15s
}
.savama-feature.feature-5 {
	animation-delay: .2s
}
.savama-feature.feature-6 {
	animation-delay: .25s
}
.savama-features-bottom-text {
	width: 80%;
	margin: -50px auto 0;
	padding: 50px 25px;
	text-align: center;
	background-color: rgba(0, 0, 0, .5)
}
@media (min-width:576px) {
	.savama-features-bottom-text {
		margin-top: -75px
	}
}
@media (min-width:768px) {
	.savama-features-bottom-text {
		margin-top: -100px
	}
}
.savama-features-bottom-text h1,
.savama-features-bottom-text h2,
.savama-features-bottom-text h3 {
	margin-bottom: 25px
}
.savama-features-bottom-text :last-child {
	margin-bottom: 0 !important
}