#contact_form_wrapper {
	background-size: cover;
	background-repeat: no-repeat
}
#contact_fond_arrondi {
	background-color: rgba(0, 120, 139, 0.80)
}
#contact_contenu {
	margin-top: 20px;
	width: 95%;
	margin: auto
}
#contact_contenu #contact_email_success {
	height: 20px;
	padding: 10px;
	font-size: 1em;
	background-color: #47c78a;
	color: white;
	text-align: center
}
#contact_email_error, #contact_contenu .error {
	padding: 2px;
	font-size: 0.9em;
	background-color: #b50029;
	color: white;
	text-align: center
}
#contact_contenu form { font-size: 1em }
#contact_contenu ::placeholder {
	color: #7f7f7f;
	opacity: 1
}
#contact_contenu :-ms-input-placeholder { color: #7f7f7f }
#contact_contenu ::-ms-input-placeholder { color: #7f7f7f }
#contact_contenu input[type=text], #contact_contenu input[type=email], #contact_contenu input[type=tel] {
	font-family: var(--font_1);
	font-weight: 400;
	font-size: 1em;
	width: 95%;
	border: none;
	background-color: white;
	color: black;
	padding: 10px;
	margin: 10px auto 10px auto
}
#contact_contenu textarea {
	font-family: var(--font_1);
	font-weight: 400;
	font-size: 1em;
	width: 95%;
	height: 150px;
	margin: auto;
	border: none;
	background-color: white;
	color: black;
	padding: 10px;
	margin: 10px auto 10px auto
}
#contact_contenu input[type=text]:focus, #contact_contenu input[type=email]:focus, #contact_contenu input[type=tel]:focus, #contact_contenu textarea:focus {
	background-color: rgba(255,250,246,0.7);
	-webkit-box-shadow : 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow : 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2)
}
#contact_contenu input:focus-visible, #contact_contenu textarea:focus-visible {
	outline: none
}
#contact_contenu input[type=submit] {
	display: block;
	font-family: var(--font_1);
	font-weight: 600;
	background-color: var(--color_3);
	color: white;
	height: 40px;
	line-height: 40px;
	font-size: 1.1em;
	font-weight: 700;
	margin: 20px auto 0 auto;
	padding: 0px 30px 0px 30px;
	text-decoration: none;
	text-align: center;
	border: 0;
	-moz-border-radius: var(--border-radius_30px);
	-webkit-border-radius: var(--border-radius_30px);
    border-radius: var(--border-radius_30px);
	-webkit-transition: all .6s ease-in;
	-moz-transition: all .6s ease-in;
	-o-transition: all .6s ease-in;
	transition: all .6s ease-in;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161))
}
#contact_contenu input[type=submit]:hover { opacity: 0.8 }
#contact_contenu input[type=submit]:hover, #rgpd_info label:hover { 
	cursor: pointer
}
#rgpd_info { color: var(--color_5) }
#contact_form p { margin: 0 }
#contact_rgpd_submit {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	margin: 0 10px;
}
@media all and (min-width:750px) {
	#contact_contenu input[type="text"], #contact_contenu input[type="email"], #contact_contenu input[type="tel"] { width: 45% }
	#contact_lastname, #contact_contenu input[type="email"] { float: left }
	#contact_contenu input[type="tel"], #contact_firstname { float: right }
	#contact_secteur_activite { width: 98%!important }
	#contact_contenu textarea { width: 98% }
}
@media all and (min-width:980px) {
	#contact_fond_arrondi {
		padding: 10px 70px;
		box-sizing: border-box;
		-moz-border-radius: var(--border-radius_50px);
		-webkit-border-radius: var(--border-radius_50px);
		border-radius: var(--border-radius_50px)
	}
}