div#contact {
	background-color: #024370;
	color: white;
	padding: 85px 146px 102px 88px;
}

div#contact div.titre {
	font-weight: 700;
	font-style: Bold;
	font-size: 70px;
	line-height: 110%;
	letter-spacing: -1%;
	font-variant: small-caps;
}

div#contact div.form {
	font-weight: 400;
	font-size: 17px;
	line-height: 100%;
	letter-spacing: 0%;
}

div#contact div.form input {
	border-radius: 10px;
	height: 55px;
	padding: 15px;
	width: 100%;
}

div#contact div.form textarea {
	border-radius: 10px;
	height: 200px;
	padding: 15px;
	width: 100%;
}

div#contact div.form div.nom {
	margin-top: 40px;
}

div#contact div.form div.email {
	margin-top: 19px;
}

div#contact div.form div.message {
	margin-top: 19px;
}

div#contact div.form div.button {
	margin-top: 56px;
}

div#lieu {
	padding: 55px 34px 70px 48px;
}

img#carteLarge {
	height: 380px;
	margin-right: 15px;
	width: 293px;
}

img#carteProche {
	height: 380px;
	margin: auto;
	width: 351px;
}

div#lieu div.detail {
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin: auto;
	margin-top: 68px;
	width: 367px;
}

div#lieu div.detail div.texte {
	vertical-align: middle;
}

div#lieu div.detail div.lieu div.icon, div#lieu div.detail div.lieu div.texte
	{
	height: 69px;
	margin: auto;
}

div#lieu div.detail div.lieu div.icon {
	padding-top: 15px;
}

div#lieu div.detail div.telephone, div#lieu div.detail div.email {
	margin-top: 24px;
}

div#info {
	margin-top: 0 !important;
}