#form {
	padding-top: 0;
}

#form .title {
	text-align: center;
}

#form h2 {
	margin-bottom: 0;
}

.contact-form {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

input:focus,textarea:focus {
	background-color: #ffffe7;
}

.contact-form input {
	padding: 10px !important;
	border-color: #323232;
}

.contact-form select {
	padding: 5px;
}



input[name="Public::EmbeddedApplication::Userenquete_D__P__D_name1"]{
	margin-right: 10px;
}


input[name="Public::EmbeddedApplication::Userenquete_D__P__D_company_name"],input[name="Public::EmbeddedApplication::Userenquete_D__P__D_division"],textarea[name="Public::EmbeddedApplication::Userenquete_D__P__D_Enquete.attribute6766"]{
	width: 653px;
}

textarea[name="Public::EmbeddedApplication::Userenquete_D__P__D_Enquete.attribute6766"]{
	height: 180px;
}

.contact-form .ph {
	color: #9e9e9e;
}

.contact-form input[type="button"]{
	width: 400px;
	height: 60px;
	background: #c04841;
    color: #fff;
    font-size: 1.5rem;
	border: none;
	cursor: pointer !important;
}
.contact-form input[type="button"]:hover {
	opacity: 1;
    background: #740600;
    color: #fff;
}

@media screen and (min-width: 767px) and (max-width: 850px){
	input[name="Public::EmbeddedApplication::Userenquete_D__P__D_company_name"],input[name="Public::EmbeddedApplication::Userenquete_D__P__D_division"],textarea[name="Public::EmbeddedApplication::Userenquete_D__P__D_Enquete.attribute6766"]{
		max-width: 600px !important;
	}
}


@media screen and (max-width:700px) {
	#form {
		padding-left: 0;
		padding-right: 0;
	}
	textarea[name="Public::EmbeddedApplication::Userenquete_D__P__D_Enquete.attribute6766"] {
		width: 100%;
	}
	.contact-form input[type="button"]{
		width: 100%;
	}
	input[name="Public::EmbeddedApplication::Userenquete_D__P__D_name1"]{
		margin-bottom: 10px;
	}
}