/* ------------------ */
/*		  LAYOUT      */
/* ------------------ */
#footer_block {
	background-color: #3273aa;
	border-bottom: 6px solid #216aa8;
}

#search_btn {
	background: url(../images/theme/loupe.png) center center no-repeat #3273aa;
}

#search_btn.active {
	background: url(../images/theme/croix.png) center center no-repeat #3273aa;
}

/* Footer */
#footer .title {
	color: #173855;
}

#footer .form_btn {
	border: 2px solid #a3cff4;
	background-color: #a3cff4;
	color: #3273aa;
	cursor: pointer;
}

#footer .form_btn:hover {
	color: #a3cff4;
	background-color: #3273aa;
}

#footer #vertical_separator {
	background-color: #4f91c8;
}

#map_canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 635px;
	overflow: hidden;
	z-index: 2;
}

/* Content */
.content_type2 {
	margin-top: 0;
}

.content_type2 #content_column2 {
	margin-top: -400px;
}

#page_content {
	z-index: 3;
	padding-top: 0;
	min-height: 0;
	height: auto;
	/* padding-top: 250px; */
}

#content_bottom_contact {
	position: relative;
	width: 105%;
	background-color: #FFFFFF;
	margin-left: -25px;
	margin-top: 30px;
	padding: 130px 0;
}

#contact {
	height: auto;
	padding-top: 635px;
}

#contact_infos {
	margin-top: 25px;
}

#contact_infos a {
	text-decoration: none;
	color: #313539;
}

#contact_infos a:hover {
	color: #4c5358;
}

.contact_transport {
	float: left;
	width: 30%;
}

.contact_transport:first-child {
	margin-left: 10%;
}

.contact_transport h2 {
	font-size: 48px;
	color: #dedede;
	font-family: 'Nunito', sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact_transport_img {
	display: block;
	height: 50px;
	margin-bottom: 5px;
}

/* ---------------- */
/*		Tablet		*/
/* ---------------- */
@media screen and (max-width: 1024px) {
	#map_canvas {
		height: 368px;
	}

	/* Content */
	#content_bottom_contact {
		width: 106%;
		margin-left: -3%;
		margin-top: 20px;
		padding: 70px 0;
	}
	
	.contact_transport h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.contact_transport_img {
		height: 25px;
	}

	#contact {
		padding-top: 368px;
	}

	.content_type2 #content_column2 {
		margin-top: -240px;
	}

}

/* ---------------- */
/*		Tablet		*/
/* ---------------- */
@media screen and (max-width: 768px) {
	/* Content */
	#content_bottom_contact {
		width: 100%;
		margin-left: 0px;
		margin-top: 30px;
		padding: 70px 0;
	}

	.contact_transport {
		float: none;
		width: 70%;
		text-align: center;
		margin: 0 auto;
		margin-top: 40px;
	}

	.contact_transport:first-child {
		margin-left: 0;
		margin: 0 auto;
	}

	.contact_transport .text_mobile {
		font-size: 12px;
		color: #313539;
		line-height: 14px;
		font-family: 'Nunito', sans-serif;
		text-align: left;
	}

	.contact_transport h2 {
		font-size: 24px;
		margin-bottom: 10px;
		text-align: left;
	}

	.content_type2 #content_column2 {
		margin-top: -110px;
	}
}