#contact_form_container{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
}
#contact_form_gauche iframe {
	width: 100%;
	height: 400px;
}
#contact_form_content {
	width: 91%;
	margin: auto
}
#contact_form_titre {
	margin-top: 30px;
}
#contact_contenu {
	margin-top: 20px;
}
#contact_contenu #contact_email_success {
	height: 20px;
	padding: 10px;
	font-size: 1em;
	background-color: #47c78a;
	color: white;
	text-align: center
}
#contact_contenu .error {
	padding: 2px;
	font-size: 0.9em;
	background-color: #b50029;
	color: white;
	text-align: center
}
#contact_contenu form {
	font-size: 1em;
	color: black
}
#contact_contenu ::placeholder {
	color: black;
	opacity: 1
}
#contact_contenu :-ms-input-placeholder { color: black }
#contact_contenu ::-ms-input-placeholder { color: black }
#contact_contenu input[type=text], #contact_contenu input[type=email], #contact_contenu input[type=tel] {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	width: 92%;
	border: none;
	border-bottom: 1px solid black; 
	color: black;
	padding: 10px;
	margin: 10px auto 10px auto
}
#contact_contenu textarea {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 0.8em;
	width: 92%;
	height:150px;
	margin: auto;
	border: none;
	border-bottom: 1px solid black; 
	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: #f4f4f4;
	-webkit-box-shadow : 1px 1px 3px #666969;
	-moz-box-shadow : 1px 1px 3px #666969;
	box-shadow: 1px 1px 3px #666969
}
#contact_contenu input:focus-visible, #contact_contenu textarea:focus-visible {
	outline: none
}
#contact_contenu input[type=submit] {
	font-family: 'Roboto', sans-serif;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	padding: 0px 25px;
	width : auto;
	margin-left: 20px;
	border: 0;
	background-color: #73d2de;
	font-weight : 600;
	color: white;
	font-size: 1.4em;
	text-align : center;
	-webkit-box-shadow : 3px 3px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow : 3px 3px 5px rgba(0, 0, 0, 0.3);
	box-shadow : 3px 3px 5px rgba(0, 0, 0, 0.3);
	text-shadow : 2px 2px 2px rgba(0, 0, 0, 0.3)
}
#contact_contenu input[type=submit]:hover { opacity: 0.8; }
#contact_contenu input[type=submit]:hover, #rgpd_info label:hover { cursor:pointer }
#contact_form p { margin:0 }
#contact_rgpd_submit {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	margin: 0 10px;
}
#rgpd_info { max-width: 75% }

@media all and (min-width:750px) {
	#contact_contenu input[type="text"], #contact_contenu input[type="email"], #contact_contenu input[type="tel"] { width: 45% }
	#contact_contenu select { width: 47.5% }
	#contact_lastname, #contact_contenu input[type="email"] { float: left }
	#contact_contenu input[type="tel"], #contact_firstname { float: right }
	#contact_contenu textarea { width: 97% }
}

@media all and (min-width:980px) {
	#contact_form_wrapper {
		background-size: 20%;
		background-position-x: 95%;
	}
	#contact_contenu textarea {
		width: 98%;
		height: 150px
	}
	#contact_form_container{
		flex-direction: row;
		-webkit-flex-direction: row;
	}
	#contact_form_gauche, #contact_form_droite { width: 50% }
	#contact_form_gauche, #contact_form_gauche iframe { height: 500px }
}