
/* SMARTPHONES */
@media only screen and (min-width: 320px) {

/*------------------ footer ------------------*/

.footer_coord {
	/*float: left;
	width: 100%;*/
	height: auto;
	position: relative;
	color:#666666
}
.footer_coord a{color:#666666}
.footer_coord #info {
	/*float: left;*/
	font-size:0.9rem;
	width: 100%;
	/*padding-top:1em;*/
    line-height:1.2em;
}
.footer_coord #raison,
	.footer_coord #rue,	
	.footer_coord #region,
	.footer_coord #pays {
		display: block;
	}
   .footer_coord #codePostal,
	.footer_coord #ville{ display:inline-block}

/* .footer_coord .address i,
.footer_coord .telephone i{
	font-size: 40px
} */

/*------------------ page contact ------------------*/

.contact_coord, .contact_coord  #info div{
	text-align: center;
	margin: 10px 0;
}
.contact_coord a{ color:#999999}

.contact_coord #raison{
	margin:6px 0 20px 0;
	color:#777777;
	font-size:1.2em;	
}
.contact_coord #pays {
	display: block;
}
.contact_coord #region {
	display: block;
}
.contact_coord .link_coord{
	text-align: center;
	margin: 20px auto;
	width: 200px;
}
.contact_coord a.url {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 2px;
	/*float: left;*/
}

.contact_coord a#fb {background: url(img/picto-fb.png);}
.contact_coord a#twt {background: url(img/picto-twitter.jpg);}
.contact_coord a#pint {background: url(img/picto-pint.png);}
.contact_coord a#inst {background: url(img/picto-inst.png);}
.contact_coord a#glp {background: url(img/picto-glp.jpg);}
.contact_coord a#blog {background: url(img/picto-blog.png);}
.contact_coord a#maps {background: url(img/picto-maps.png);}

#gmaps{ 
	margin: 30px auto; 
	text-align: center;
}

}
/* TABLETTES */
@media only screen and (min-width: 768px) {
	.footer_coord {
		/*width: 40%;*/
	}

	.footer_coord a#mail, .footer_coord #tel a, .footer_coord #mob a, .footer_coord #fax, .footer_coord a#maps,
	.footer_coord a#fb, .footer_coord a#twt, .footer_coord a#pint, .footer_coord a#inst, .footer_coord a#glp, .footer_coord a#blog{
		right: auto;
		left: auto;
		top: auto;
		bottom: auto;
		background: transparent;
		display: inherit;
		width: auto;
		height: auto;
		overflow: auto;
		text-indent: inherit;
		position: relative;
		border-radius: 0;
		padding: 0;
	}
    /*.footer_coord a#mail {display:none}
	.footer_coord #tel a, .footer_coord .spantel{ font-size:15px; font-weight:bold}*/
	.footer_coord .spantel, .footer_coord .spanmob, .footer_coord .spanfax, .footer_coord #fax, .footer_coord br{ display: inline; }
	.footer_coord a#maps.url, .footer_coord a#fb, .footer_coord a#twt, .footer_coord a#pint, .footer_coord a#inst, .footer_coord a#glp, .footer_coord a#blog{
		display: inline-block;
		width: 20px;
		height: 20px;
		margin: 2px;	
	}
	.footer_coord a#maps.url { background: url(img/picto-maps.png); }
	.footer_coord a#fb{ background: url(img/picto-fb.png); }
	.footer_coord a#glp{ background: url(img/picto-glp.jpg); }
	.footer_coord a#twt{ background: url(img/picto-twitter.jpg); }
	.footer_coord a#pint{ background: url(img/picto-pint.png); }
	.footer_coord a#inst{ background: url(img/picto-inst.png); }
	.footer_coord a#blog{ background: url(img/picto-blog.png); }
	.contact_coord{
		/*float: left;*/
		width: 100%;
	}
	 #gmaps{
		
		width: 55%;
	}
}
/* ORDINATEURS */
@media only screen and (min-width: 992px) {
	.footer_coord {
	/*	width: 160px;
		margin: 68px 0 0 0px;*/
	}
	
	
	.footer_coord #info {
	font-size:14px;
	line-height:1.8em;
}
	
}

