/*
--------------------------------------
Container
--------------------------------------
*/

.contact-widget {
	width: 100%;
	padding: calc(40px + (80 - 40) * ((100vw - 320px) / (1920 - 320))) 0;
}

.contact-widget__container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: calc(20px + (80 - 20) * ((100vw - 320px) / (1920 - 320)));
}

/*
--------------------------------------
Colonne de gauche
--------------------------------------
*/

.contact-widget__content {
	padding-right: 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-widget__title {
	font-family: var(--e-global-typography-primary-font-family) !important;
	font-size: 48px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	color: var(--e-global-color-primary);
	margin: 0;
}

.contact-widget__title--highlight {
	color: var(--e-global-color-secondary);
}

/*
--------------------------------------
Colonne de droite
--------------------------------------
*/

.contact-widget__form-wrapper {
	width: 100%;
}

/*
--------------------------------------
Form
--------------------------------------
*/

.contact-form {
	background: #fff;
	border-radius: 20px;
	padding: 30px 25px;
	box-shadow: 161px 335px 104px 0 rgba(0, 0, 0, 0),
	103px 214px 95px 0 rgba(0, 0, 0, 0.01),
	58px 120px 80px 0 rgba(0, 0, 0, 0.05),
	26px 54px 59px 0 rgba(0, 0, 0, 0.09),
	6px 13px 33px 0 rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(30px);
}

.forminator-edit-module {
	display: none;
}

/*
--------------------------------------
Contact Form - En-tête
--------------------------------------
*/

.contact-form__header {
	text-align: center;
	margin-bottom: 30px;
}

.contact-form__subtitle {
	display: block;
	color: #04081E;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.contact-form__title {
	font-family: var(--e-global-typography-primary-font-family) !important;
	font-size: 40px !important;
	font-weight: 700 !important;
	line-height: 1.25 !important;
	color: var(--e-global-color-primary);
	margin: 0;
}

/*
--------------------------------------
Contact Form - Champs
--------------------------------------
*/

.contact-form__content {
	margin-bottom: 15px;
}

/* Lignes et colonnes */

.contact-form__content .forminator-row {
	display: flex;
	gap: 15px;
	margin-bottom: 0;
}

.contact-form__content .forminator-col {
	flex: 1;
}

.contact-form__content .forminator-field {
	margin-bottom: 15px;
}

/* Labels */

.contact-form__content label {
	display: block;
	color: #04081E;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 12px;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom: 8px;
}

/* Champs de saisie */

.contact-form__content input[type="text"],
.contact-form__content input[type="email"],
.contact-form__content input[type="tel"],
.contact-form__content textarea {
	width: 100% !important;
	padding: 15px 20px !important;
	border-radius: 10px !important;
	border: 1px solid #E5E7EB;
	background: #F9FAFB;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 16px !important;
	font-weight: 400;
	line-height: normal;
	transition: all 0.3s ease;
}

.contact-form__content input::placeholder,
.contact-form__content textarea::placeholder {
	color: rgba(85, 91, 113, 0.5);
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 16px;
	font-weight: 400;
}

.contact-form__content input:focus,
.contact-form__content textarea:focus {
	outline: none;
	border-color: #6A25F9;
	background: #fff;
}

.contact-form__content textarea {
	min-height: 70px !important;
	height: 70px !important;
	resize: vertical;
}

/* Bouton de soumission */

.contact-form__content button[type="submit"],
.contact-form__content .forminator-button-submit,
.contact-form .forminator-button-submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-family: var(--e-global-typography-primary-font-family) !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	background: var(--e-global-color-primary) !important;
	border-radius: 500px !important;
	color: #fff !important;
	border: none !important;
	line-height: 30px !important;
	letter-spacing: 0.32px;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
	width: 100% !important;
	padding: 12px 30px !important;
}

/* Reset marges Forminator */

.contact-form .forminator-ui.forminator-custom-form[data-grid=open] .forminator-col:not(:last-child),
.contact-form .forminator-row-last .forminator-field {
	margin: 0 !important;
}

/*
--------------------------------------
Contact Form - Séparateuer
--------------------------------------
*/

.contact-form__divider {
	position: relative;
	text-align: center;
	margin: 8px 0;
}

.contact-form__divider::before,
.contact-form__divider::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 40%;
	height: 1px;
	background: rgba(0, 0, 0, 0.1);
}

.contact-form__divider::before {
	left: 0;
}

.contact-form__divider::after {
	right: 0;
}

.contact-form__divider-text {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	color: #000;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 13px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.26px;
	text-transform: uppercase;
	opacity: 0.25;
}

/*
--------------------------------------
Contact Form - Btns
--------------------------------------
*/

.contact-form__actions {
	display: flex;
	gap: 15px;
}

.contact-form__btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	border-radius: 500px;
	border: 2px solid #000;
	background: #fff;
	color: #000;
	font-family: var(--e-global-typography-primary-font-family);
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 0.32px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.contact-form__btn:hover {
	background: #000;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


