
/* #wrapper {width:1001px;}  */

/***********************************/
/* Mobile Layout: 480px and below. */
/***********************************/
.contactContent {
	  	clear: both;
		width: 100%;
		padding: 0px;
	  	margin: 0px;
	  	display: block;
		float: left;
	}	

.contactContent ul.contacts {margin:10px 0 0 0;}
.contactContent ul.contacts * {color:#E75294;font-weight:bold;font-size:14px;}
.contactContent ul.contacts li {padding-left:85px;}
.contactContent ul.contacts li a {font-size:14px;}
.contactContent ul.contacts li.icon-tel {
	background:url(../img/icon-tel-big.png) no-repeat 0 0;
	padding-top:5px;
 	padding-bottom:20px; 
	/*
	font-size:24px;
	line-height:18px;
 	padding-bottom:25px; 
	height:58px;
	*/
}
.contactContent ul.contacts li.icon-tel small {
	font-size:12px;
}
.contactContent ul.contacts li.icon-mail {
	background:url(../img/icon-mail-big.png) no-repeat 0 0;
	padding-top:4px;
}
.contactContent ul.contacts li.icon-pts {
	background:url(../img/icon-ptsaccueil-big.png) no-repeat 0 0;
	/*line-height:50px;*/
}
.contactContent ul.contacts li.icon-email {
	background:url(../img/icon-email-big.png) no-repeat 0 0;
	line-height:18px;
}
.contactContent ul.contacts li.icon-accueil {
	background:url(../img/icon-acc-big.png) no-repeat 0 0;
	line-height:18px;
}
.contactContent ul.contacts li {
	list-style:none;
}
.contactContent_inner_left {
	clear: none;
	display: block;
	float: left;
	width: 100%;
	margin: 1% 0 1% 1.6%;
	text-align: left;
/* 	background-color: blue; */
/* border: 1px solid black; */

}
.contactContent_inner_right {
	clear: none;
	display: block;
	float: left;
	width: 100%;
	margin: 1% 0 1% 1.6%;
	text-align: left;
/* 	background-color: blue; */
/* border: 1px solid black; */
}

#googleMap {
	display: inline-flex;
	width: 100%;
}
/***********************************************************************/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/***********************************************************************/
@media only screen and (min-width: 481px) {
/* .contactContent_inner { */
/* 	clear: none; */
/* 	display: block; */
/* 	float: left; */
/* 	width: 100%; */
/* 	margin: 1% 0 1% 1.6%; */
/* 	text-align: left; */
/* /* 		background-color: green; */ */
	
/* } */
}

/*****************************************************************************************************/
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/*****************************************************************************************************/
@media only screen and (min-width: 769px) {
	.contactContent_inner_left {
		clear: none;
		display: block;
		float: left;
		width: 44%;
/* 		margin: 1% 0 1% 1.6%; */
		text-align: left;
/* 			background-color: red; */
	}
	.contactContent_inner_right {
		clear: none;
		display: block;
		float: left;
		width: 52%;
/* 		margin: 1% 0 1% 1.6%; */
		text-align: left;
/* 			background-color: red; */
	}
}