/* 
Theme Name: Hello Elementor Child
Description: Hello Elementor Child
Author: Elementor
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
/**
* Général
*/
.lc-color-blue {
	color: #007EFF;
}

.lc-text-bg-blue {
    position: relative;
	z-index: 1;
}

.lc-text-bg-blue:after {
	content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    top: 55%;
    left: 0;
    background-color: #D9ECFF;
    z-index: -1;
	transform: translateY(-50%);
}

.lc-text-bg {
    position: relative;
	z-index: 1;
}

.lc-text-bg:after {
	content: "";
    width: 100%;
    height: 60%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1;
}

.lc-text-bg.white:after {
	background-color: #FFFFFF;
}

.lc-box-img img {
	width: auto;
	max-height: 219px;
}

.force-bold {
	font-weight: bold;
}

.container-price {
	max-width: 454px;
}

.container-price-large {
	max-width: 696px;
}

.price-after-small p {
	display: flex;
	align-items: center;
}

.price-after-small span {
	margin-left: 10px;
	font-size: 20px;
    font-weight: 500;
}

.text-blue {
	color: #007EFF;
}

.text-20 {
	font-size: 20px;
}

form.elementor-form {
	max-width: 550px !important;
}

form.elementor-form ::placeholder {
	opacity: 1 !important;
}

/**
* Select2 - field_services
*/
.elementor-field-group-field_services {
	cursor: pointer;
}

.select2-container--default .select2-selection--multiple {
    background-color: #FFFFFF !important;
    border: 1px solid #DBDBDB !important;
    border-radius: 3px !important;
	padding: 5px 26px 10px 11px !important;
	cursor: pointer;
}

.select2-container--default .select2-search--inline .select2-search__field {
    font-family: "Montserrat", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #878787 !important;
	line-height: 18px;
    border: none;
    outline: none;
	cursor: pointer;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #878787 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 3px !important;
    color: #878787 !important;
    font-family: "Montserrat", Sans-serif !important;
}

.select2-container--open .select2-dropdown {
	border: 1px solid #DBDBDB;
}

/**
* Gallery carrousel
*/
.lc-gallery-container .lc-gallery-image img {
	border-radius: 25px;
}

/**
* Timeline
*/
.timeline {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 80px;
}

.timeline-line {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	background: #007EFF;
	z-index: 1;
}

.timeline-step {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.timeline-step:last-child {
	margin-bottom: 0;
}

.timeline-step .step-content.text {
	text-align: left;
}

.timeline-step .step-content.image {
	text-align: center;
}

.timeline-step .step-content:first-child {
	margin-right: 180px;
}

.timeline-step .step-content:last-child {

}

.timeline-step .step-content h3 {
	margin-bottom: 20px;
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	letter-spacing: 0.53px;
	color: #007EFF;
}

.timeline-step .step-content p {
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 22px;
	color: #09090B;
}

.step-content {
	width: 40%;
	max-width: 454px;
}

.step-number {
	position: absolute;
	left: 50%;
	width: 50px; /* ajustez selon la taille désirée */
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.72px;
	background: #007EFF;
	color: #fff;
	transform: translateX(-50%);
	z-index: 3;
}

.timeline-conclusion {
	width: 100%;
	padding: 70px;
	background-color: #007EFF;
	border-radius: 50px;
}

.timeline-conclusion h3 {
	margin: 0 0 20px 0;
	font-size: 22px;
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	letter-spacing: 0.53px;
	text-align: center;
	color: #FFFFFF;
}

.timeline-conclusion p {
	max-width: 938px;
	margin: 0 auto;
	font-size: 15px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
}

/**
* FAQ
*/
.lc-faq .elementor-accordion .elementor-accordion-item {
	margin-bottom: 30px;
	border-radius: 25px;
    overflow: hidden;
}

.lc-faq .elementor-accordion .elementor-accordion-item .elementor-tab-title {
	border-radius: 25px;
}

.lc-faq .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
	border-radius: 25px 25px 0 0;
	background: #FFF;
	border-left: 1px solid;
	border-right: 1px solid;
	border-top: 1px solid;
	border-color: #007EFF;
}

.lc-faq .elementor-accordion .elementor-accordion-item .elementor-tab-content {
	display: none;
	border-radius: 25px;
}

.lc-faq .elementor-accordion .elementor-accordion-item .elementor-tab-content.elementor-active {
	display: block;
	border-radius: 0 0 25px 25px;
	margin-top: -2px;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
	border-color: #007EFF;
}

/**
* Footer
*/
.lc-footer .elementor-social-icon {
	background: transparent;
}

.lc-footer .footer-title {
	margin-top: 8px;
}

.lc-footer .footer-title:after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    width: 32px;
    height: 1px;
    background-color: #007EFF
}

/**
* Menu hamburger
*/
/* edit the hamburger and close icon colors here */
.lb-wp-menu .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	left: unset !important;
	right: 0;
	max-width: 280px;
}

.lytbox-button {
	--hamburger-color: #09090B;
	--close-x-color: #09090B;
	display: flex;
    justify-content: flex-end;
	height: 18px;
	cursor: pointer;
	position: relative;
	z-index: 101;
}

.elementor-622 {
	width: 280px;
}

.lytbox-navigation {
	display: none;
	position: absolute;
    top: calc(100% + 10px);
    right: 0;
	z-index: 99;
}

.lytbox-button .hamburguer {
	position: relative;
}

.lytbox-button .hamburguer span {
	display: block;
	height: 2px;
	width: 20px;
	margin-bottom: -2px;
	background: var(--hamburger-color);
	transform-origin: 50% 50%;
	transition: all 0.1s 0.2s ease, transform 0.2s ease;
    border-radius: 10px;
}

.lytbox-button .hamburguer span:nth-child(2) {
	transform: translate(0, 6px);
}

.lytbox-button .hamburguer span:nth-child(3) {
	transform: translate(0, 12px);
		
}

.lytbox-button.active .hamburguer span {
	margin-bottom: 0;
	background: var(--close-x-color);
	transition: all 0.1s ease, transform 0.1s 0.2s ease;
}

.lytbox-button.active .hamburguer span:first-child {
	opacity: 0;
}

.lytbox-button.active .hamburguer span:nth-child(2) {
	transform: translate(0, 6px) rotate(45deg);
}

.lytbox-button.active .hamburguer span:nth-child(3) {
	transform: translate(0, 4px) rotate(-45deg);

}

/**
* Boutons latéraux
*/
.lc-container-side-button {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 18px;
	z-index: 999;
}

.lc-container-side-button .lc-side-button {
	cursor: pointer;
}

.lc-container-side-button .lc-side-button-group {
	display: flex;
	align-items: center;
}

.lc-container-side-button .lc-side-button-hover {
	display: none;
	width: 145px;
	height: 30px;
	font-family: "Poppins", sans-serif;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	border-radius: 5px;
	background-color: #2C94FF;
	color: #FFFFFF;
	margin-right: 19px;
}

.lc-container-side-button .lc-side-button-hover.zinc {
	background-color: #09090B;
}

.lc-container-side-button .lc-side-button-round {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #2C94FF;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lc-container-side-button .lc-side-button-round.zinc {
	background-color: #09090B;
}

.lc-container-side-button-mobile {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

.lc-container-side-button-mobile .lc-side-button-text {
	width: 145px;
	height: 30px;
	font-family: "Poppins", sans-serif;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	border-radius: 5px;
	background-color: #09090B;
	color: #FFFFFF;
}

@media screen and (max-width: 768px) {
	.lc-container-side-button {
		display: none;
	}
	
	.lc-container-side-button-mobile {
		display: block;
	}
	
	.select2-container--default .select2-search--inline .select2-search__field {
		font-size: 14px !important;
	}
}

@media (max-width: 700px) {
	.timeline-line {
		left: 20px;
		transform: translateX(0);
	}

	.timeline-step {
		flex-direction: column;
		align-items: flex-start;
	}

	.timeline-step:nth-child(even) {
		flex-direction: column-reverse;
	}

	.timeline-step .step-content {
		text-align: left;
		padding-left: 50px; 
		padding-right: 10px;
		width: 100%;
	}

	.timeline-step .step-number {
		position: static;
		transform: none;
		margin-bottom: 10px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}

	.timeline-conclusion {
		padding: 50px 30px;
	}
}