.obtenirEssaiForm {
	position: relative;
	overflow: hidden;
	margin: 3em 0;
	padding-bottom: 200px;
}
.obtenirEssaiForm .site_container {
	display: flex;
	position: relative;
	z-index: 1;
	align-items: start;
}
.obtenirEssaiForm .site_container > * {
	flex: 1;
	margin: 0 1em;
}
.absoBulle {
	position: absolute;
	top: 0;
	left: -5%;
	bottom: 0;
	height: 100%;
	z-index: -1;
}
.formulaireDemo > p {
	color: #ffffff;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.2em;
	padding-top: 80px;
	text-shadow: 1px 1px rgb(0 0 0 / 5%);
}
.obtenirEssaiForm .formulaire {
	background: white;
	padding: 3.5em;
	padding-bottom: 1em;
	margin: 1em 3em 1em 0;
	box-shadow: 5px 15px 20px 0 rgb(206 206 235 / 40%);
	border-radius: 8px;
	max-width: 750px;
	border: 1px #1daaf8 solid;
	padding-bottom: 0;
}
.lateral_social {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-100%, -50%);
	font-size: 2em;
	display: flex;
	flex-direction: column;
	padding: 1em 0.5em;
	background: white;
	border-radius: 20px;
	box-shadow: 0 0 20px 0 rgb(122 132 141 / 60%);
}
.lateral_social a {
	margin: 0.5em 0;
}

.formBloc {
	position: relative
}
.formBloc .rfv {
	color: red;
    font-weight: 600;
    position: absolute;
    right: 7px;
    top: 35px;
    display: inline-block;
    font-size: .8rem;
    z-index: 8;
}

.recaptchaCss{
	position: absolute;
    bottom: 150px;
    left: 73px;
    width: 37%;
}

.btnLoggin{
	margin-top: 50px;
}

@media (max-width: 1500px) {
	.obtenirEssaiForm .site_container .formulaireDemo {
		flex: 2;
	}
	.obtenirEssaiForm {
		padding: 7em 0 200px;
	}
	.lateral_social {
		left: 37%;
		top: 0;
		transform: unset;
		flex-direction: revert;
		padding: 0.25em 1em;
	}
	.lateral_social a {
		margin: 0 0.5em;
	}
}
@media (max-width: 1400px) {
	.recaptchaCss{
		width: 50%;
	}
}
@media (max-width: 1200px) {
	.recaptchaCss{
		width: 76%;
	}
	.pcBox {
		display: none;
	}
}

@media (max-width: 1000px) {
	.obtenirEssaiForm .site_container {
		flex-direction: column-reverse;
	}
	.obtenirEssaiForm {
		padding: 0;
	}
	.obtenirEssaiForm .site_container .formulaireDemo {
		flex: unset;
		width: 100%;
		position: relative;
	}
	.lateral_social {
		left: unset;
		top: 75px;
		right: 30px;
	}
	.obtenirEssaiForm .formulaire {
		width: 70%;
		margin: auto;
	}
	.formulaireDemo > p {
		background: url(/images/icones/phylactere.svg) no-repeat;
		background-size: contain;
		width: 197px;
		height: 234px;
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		font-size: 1em;
		padding: 0;
	}
	.absoBulle {
		display: none;
	}
}
@media (max-width: 768px) {
	.obtenirEssaiForm .site_container > * {
		margin: 0;
	}
}

@media (max-width: 500px) {
	.lateral_social {
		right: 1em;
		left: unset;
		top: 125px;
		transform: translateY(-50%);
		flex-direction: column;
		padding: 8px;
	}
	.lateral_social a {
		margin: 8px 0;
	}
	.obtenirEssaiForm .formulaire {
		width: 90%;
		padding: 0;
		border: 0;
		box-shadow: unset;
	}
	.recaptchaCss{
		width: 54%;
	}
}
