/*
--------------------------------------
Slider
--------------------------------------
*/

.homeSlider {
	overflow : hidden;
}

/*
--------------------------------------
Main title
--------------------------------------
*/

.main-title__container {
	display         : flex;
	justify-content : center;
	padding-top     : 3em;
}

.main-title__container .main-title {
	line-height : 1.25em;
}

body[data-elementor-device-mode="mobile"] .main-title__container .main-title {
	text-align : center;
	margin     : 1em;
}

/*
--------------------------------------
Featured products
--------------------------------------
*/

.featuredProducts__container {
	padding : 5vh 0;
}

/*
--------------------------------------
Les univers
--------------------------------------
*/

.univers-securenzia .elementor-cta .elementor-content-item:not(:last-child) {
	margin : 0;
}

.univers-securenzia .elementor-cta-content {
	padding : 45px 35px;
}

.univers-securenzia .elementor-cta-description {
	padding-bottom : 1em;
}

@keyframes slide-in {
	from {
		bottom : -50px;
	}
	to {
		bottom : 0.5rem;
	}
}

@keyframes slide-in-uni-secu {
	from {
		bottom : -50px;
	}
	to {
		bottom : 25px;
	}
}

@keyframes mini-boutique-slide {
	from {
		width : 80px;
	}
	to {
		width : 0px;
	}
}

.elementor-cta {
	position : relative;
	overflow : hidden;
}

.elementor-cta img {
	max-width  : 100%;
	display    : block;
	object-fit : cover;
	transform  : scale(1);
	transition : all .35s ease-in-out;
}

.elementor-cta:hover img {
	transform : scale(1.035);
}

/*
--------------------------------------
SEO text
--------------------------------------
*/
.seo-text__container {
	padding : 5vh 0;
}

.seo-text__container p {
	margin-bottom : 1em;
	font-weight   : 200;
}
