html, body, .container{ height: 100%; margin: 0; padding: 0; }
body{
	width:100%;
	min-width: 320px;
	overflow: hidden;
}
body{
	font-family: 'Chivo', Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 14px;
	text-transform: uppercase;
	color: #ccc;
}
a{
	color: #888;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.container{
	width: 100%;
	box-shadow: 0px -5px 0 0px #567aa6 inset, 0px 5px 0 0px #567aa6 inset;
	height:90%;
	overflow:auto;
	padding-bottom:30px;
}
.logo{
	width: 320px;
	height: 78px;
	padding: 0px 30px;
	position: absolute;
	top: 25%;
	left: 50%;
	margin: -39px 0 0 -190px;
	background: #fff url(sofimediat.png) no-repeat center center;
	text-indent: -9999px;
}
.logo:before{
	content: '';
	position: fixed;
	left: 30px;
	right: 30px;
	height: 1px;
	background: rgba(207,207,207,0.3);
	top: 25%;
	z-index: -1;
}
.texte {
	position: absolute;
	top: 35%;
	left: 50%;
}
.ref {
	position:relative;
	top:50%;
	margin:auto;
	padding-left:20px;
	max-width:900px;
	width:100%;
}
.ref .encart {
	width:200px;
	display:block;
	float:left;
	margin-top:20px;
	margin-right:20px;
}
.ref .encart h3 {
	font-family: 'Chivo', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 14px;
	text-transform: uppercase;
	display:block;
color:#567aa6;

}
.ref img {
	display:block;
	-moz-border-radius: 0 4px;
	-webkit-border-radius: 0 4px;
	border-radius: 0 4px;
	-moz-box-shadow: 0 3px 6px #000;
	-webkit-box-shadow: 0 3px 6px #000;
	box-shadow: 0 3px 6px #000;
}
.contact {
	font-family: 'Chivo', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 200;
	letter-spacing: 2px;
	line-height: 14px;	display:block;
color:#567aa6;
padding-top:50px;
display:block;
float:left;
}
.copyright{
	position: absolute;
	width: 100%;
	bottom: 5px;
	text-align: center;
}
@media screen and (max-width: 400px){
.container{ padding-bottom:10px;
}
	.logo{
		float:left;
		display:block;
		position:relative;
		-webkit-transform: scale(0.6);
		-moz-transform: scale(0.6);
		-o-transform: scale(0.6);
		-ms-transform: scale(0.6);
		-webkit-transform: scale(0.6);
		width:90%;
	}
	.texte {
		position:relative;
	float:left;
	left:0;
	display:block;
	width:90%;
}
.ref {
	position:relative;
	float:left;
	padding-left:20px;
	width:90%;
	display:block;
}
.ref .encart {
	width:200px;
	display:block;
	float:left;
	margin-top:20px;
	margin-right:20px;
}
}