/********************* POPUP SMATPHONES *********************/

#popupMob {
	top:8%;
	position:relative;
	z-index:2000;
	padding:.2%;
	width:90%;
	height:auto;
	display:none;
	text-align:center;
	margin:0 auto;
	color:#2e2e2e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	background:#fff;
	border:1px solid #c9c9c9;
	overflow:hidden;
	margin-top:1%;
	-moz-box-shadow:0px 0px 10px #000000;
	-webkit-box-shadow:0px 0px 10px #000000;
	box-shadow:0px 0px 10px #000000;
}
#main {
	padding:3% 3% 5% 3%;
	border:2px solid #fff;
	display:block;
	background-image: linear-gradient(bottom, rgb(128,129,131) 14%, rgb(224,224,226) 96%);
	background-image: -o-linear-gradient(bottom, rgb(128,129,131) 14%, rgb(224,224,226) 96%);
	background-image: -moz-linear-gradient(bottom, rgb(128,129,131) 14%, rgb(224,224,226) 96%);
	background-image: -webkit-linear-gradient(bottom, rgb(128,129,131) 14%, rgb(224,224,226) 96%);
	background-image: -ms-linear-gradient(bottom, rgb(128,129,131) 14%, rgb(224,224,226) 96%);
	background-image: -webkit-gradient( linear, left bottom,  left top, color-stop(0.14, rgb(128,129,131)), color-stop(0.96, rgb(224,224,226)) );
	overflow:hidden
}
#popupMob a:link, #popupMob a:visited {
	color:#fff;
	font-size:1.3em;
}
#popupMob a.distribLogo {
	float:left;
	margin-left:5px
}
#popupMob a.distribLogo img {
	width:100%
}
h2#nomsite {
	font-weight:bold;
	padding:5px 2% 3px 2%;
	margin:0 0 10px 0;
	background:#fff;
	color:#333;
	border-top:1px solid #d1d1d1;
	border-left:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	font-size:2.1em;
	width:96%;
}
#referencement {
	height:auto;
	overflow:hidden;
	font-size:1.3em;
	line-height: normal;
	padding:5px 10px 15px 10px;
	margin:0 0 10px 0;
	border-bottom:1px dotted #fff;
	text-align:left
}
#adresse, #tel, #mail {
	padding:5px 10px 10px 50px;
	font-weight:bold;
	text-align:left;
	overflow:hidden;
	clear:both;
}
#adresse {
	background:url(../smartphones/images/house.png) 10px 0 no-repeat;
	text-align:left;
	line-height:1.3em;
	font-size:1.3em;
}
#tel {
	background:url(../smartphones/images/phone.png) 10px top no-repeat;
	height:25px;
	display:block;
	font-size:1.3em;
}
#mail {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #fff;
	background:url(../smartphones/images/email.png) 10px top no-repeat;
	font-size:1.3em;
}
#popupMob a.button {
	float:right;
	margin-right:10px;
	border-top: 1px solid #7d7d7d;
	background: #424242;
	background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#424242));
	background: -webkit-linear-gradient(top, #1a1a1a, #424242);
	background: -moz-linear-gradient(top, #1a1a1a, #424242);
	background: -ms-linear-gradient(top, #1a1a1a, #424242);
	background: -o-linear-gradient(top, #1a1a1a, #424242);
	padding: 15px 25px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	color: #ffffff;
	font-size:1.4em;
	font-weight:bold;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	text-transform:uppercase;
}
#popupMob a.button:link, #popupMob a.button:visited {
	color:#fff
}
#popupMob a.button:hover {
	border-top-color: #65a9d7;
	background: #65a9d7;
	color: #ffffff;
}
#popupMob a.button:active {
	border-top-color: #4bad3c;
	background: #4bad3c;
}
