.formulaire_section_global {
	width: 100%;
	box-shadow: 0px 3px 25px rgba(46, 58, 78, 0.07);
	border-radius: 10px;
	font-family: "Poppins", Sans-serif;
	text-align: center;
	padding: 40px 50px;
	background: white;
}
.formulaire_section_un {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.formulaire_colone1{
	width: 30%;
}
.formulaire_colone2{
	width: 100%;
}
.formulaire_colone3{
	display: none;
}
.photo_responsable {
	width: 103px;
	height: 103px;
	margin-top: -30px;
	border-radius: 50px !important;
}
.nom_responsable {
	font-size: 27px;
	font-weight: bold;
	color: #030D26;
	width: 100%;
	line-height: 47px;
	white-space: normal;
	line-height: 32px;
}
.poste_responsable {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #1DB5BB;
	width: 100%;
}

.formulaire_accroche {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 20px;
}

/*formulaire*/
.nf-form-fields-required {
	display: none;
}
.nf-after-form-content {
	display: none;
}

.nf-after-field {
	display: none;
}
.demi-field {
	display: inline-block;
	width: 49.5%;
}
.nf-form-content textarea.ninja-forms-field {
	height:140px !important;
}
.nf-form-content .listselect-wrap .nf-field-element div,
.nf-form-content input.ninja-forms-field,
.nf-form-content select.ninja-forms-field:not([multiple]) {
	height:45px !important;
}
.nf-field-container {
	margin-bottom:5px !important;
}

.nf-form-content label {
	font-weight: 300 !important;
	font-size: 16px !important;
	line-height: 16px !important;
}

.nf-form-content .label-above .nf-field-label, .nf-form-content .label-below .nf-field-label, .nf-form-content .label-hidden .nf-field-label {
	margin-bottom: 2px !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type="button"]), .nf-form-content textarea {
	background: white !important;
}

#nf-field-4 {
	width: 100% ;
	background: #1DB5BB !important;
	color: white ;
	text-transform: uppercase ;
	font-weight: bold ;
	margin-top: 15px ;
}

/*RESPONSIVE*/
/*Téléphone*/
@media (min-width: 200px) and (max-width: 767px) {
	.demi-field {
		display: inline-block;
		width: 100%;
	}
}
/*Responsive Mobile*/
@media (min-width: 200px) and (max-width: 767px) {
	.formulaire_section_global {
		width: 100%;
		position: fixed;
		z-index: 99;
		bottom: 0px;
		left: 0px;
		padding: 10px;
		border-radius: 10px 10px 0px 0px;
		box-shadow: 0px -12px 25px 5px rgba(0,0,0,0.15);
	}
	.formulaire_section_un {
		padding: 0px;
	}
	.formulaire_colone2{
		width: 90%;
		padding: 00px;
	}
	.formulaire_colone3{
		display: block;
		width: 10%;
		color: #1DB5BB;
	}
	.declencheur {
		font-size: 25px;
	}
	.fa-chevron-up {
		display: none;
	}
	.photo_responsable {
		width: 90px;
		margin-top: unset;
	}
	.formulaire_section_deux {
		display: none;
	}
	#ninja_forms_required_items, .nf-field-container {
		margin-bottom:2px !important;
	}
	.nom_responsable {
		white-space: normal;
		line-height: 33px;
	}
	.poste_responsable {
		display: none;
	}

}

/*petit écran*/
@media (min-width:  1088px) and (max-width:  1600px){
	.div_form_sitcky {
		inset-inline-start: initial !important;
	}
}
