@charset "utf-8";


/* Mobile Layout: 480px and below. */
#pied {
	margin-top: 4%;
	background-color: #464348;
	padding-top: 2%;
	padding-bottom: 2%;
	color: #F7F7F7;
	font-size: 12px;
}
#pied a {
	color: #F7F7F7;
	text-decoration: none;
}
#pied a:hover {
	font-style: italic;
	line-height: normal;
	text-decoration: none;
}
#societe {
	font-size: 14px;
	display: none;
}
#liens {
	font-size: 14px;
	margin-top: 3%;
}
#omline {
	margin-top: 3%;
}
#societe2 {
}
#img_soc {

}
#icon_soc {
	clear: none;
	border-bottom: 1px dashed #E8E8E8;
	text-align: center;
}
#icon_soc img {
	margin-top: 20%;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 4%;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#pied {
}
#societe {
}
#societe img {
	float: left;
	width: 30%;
	margin-right: 2%;
}
#liens {
	width: 48%;
	display: block;
	border-right: 1px dashed #F5F5F5;
	padding-right: 1%;
}
#omline {
	width: 49%;
	clear: none;
	padding-left: 1%;
}
#societe2 {
	display: block;
}
#img_soc {
	width: 50%;
}
#icon_soc {
	width: 48%;
	margin-left: 2%;
	text-align: right;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#pied {
}
#societe {
	
}
#liens {
	
	
}
#omline {
	
}
#societe2 {
	
}
#img_soc {
}
#icon_soc {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

@media only screen and (min-width: 900px) {
#pied {
	padding-top: 0.5%;
	padding-bottom: 0.5%;

}
#societe {
	width: 50%;
	display: block;
}
#liens {
	width: 27%;
	clear: none;
	border-right: 1px dashed #F5F5F5;
	border-left: 1px dashed #F5F5F5;
	padding-left: 1%;
	padding-right: 1%;
	margin-top: 1px;
}
#omline {
	width: 19%;
	clear: none;
	padding-left: 1%;
	margin-top: 1px;
}
#societe2 {
	width: 50%;
	display: none;
}
#img_soc {
}
#icon_soc {
}

}
