/****** Landing page ******/
body .tab-header.elementor-element.actif a.elementor-button{
	background-color: var(--e-global-color-primary);
}
.details-offres {
	display: none;
}

.details-offres.actif {   
	display: flex;
}

.elementor-editor-active .details-offres {
	display: flex;
}
.elementor-editor-active .details-offres.actif {
	display: flex;
}

.go-offre {
	/* height: fit-content; */
}

/* ce code est à améliorer car temporaire, ajouter une class dans le conteneur du bloc rij */
.elementor-page-1045 .fa-times {
	color: #e00000 !important;
}

/* landing page form */
#landing-form input, 
#landing-form textarea {
	background: #D9D9D9;
}

#landing-form input::placeholder,
#landing-form textarea::placeholder {
	color: #000000;
	font-weight: 500;
}

#landing-form .wpforms-submit {
	background-color: #fe721d;
	color: #ffffff;
	padding: 8px 15px;
	border: 1px solid #fe721d;
	border-radius: 15px;
}

#landing-form .wpforms-submit:hover {
	background-color: #000000;
	border: 1px solid #000000;
}

#landing-form .wpforms-submit-container {
	text-align: right;
}

/*alignement ul*/

/*e-commerce*/

.category-e-commerce {
	min-height: 72px;
}

.type-de-page-e-commerce ul {
	min-height: 218px;
}

.design-e-commerce ul {
	min-height: 48px;
}
.seo-e-commerce ul {
	min-height: 72px;
}

/*site vitrine*/
.type-de-page-vitrine ul {
	min-height: 192px;
}

.design-vitrine ul {
	min-height: 48px;
}

/*contact*/
/* #wpforms-form-429 {
	position: relative;
}

.page-template-contact .container-wrapper .wrapper .area-right .wpforms-container [id*=wpforms-form-] .wpforms-submit-container {
	position: absolute;
	top: 79%;
	right: 30px;
} */

.page-template-contact .container-wrapper .wrapper .area-right .wpforms-container [id*=wpforms-form-] .wpforms-submit-container {
	margin-bottom: 0;
	margin-top: 20px;
}

.textarea-contact textarea {
	height: 150px !important;

}


