@font-face {
    font-family: 'EurostileExt';
    src: url('fonts/eurostileltstd-ex2-webfont.eot');
    src: url('fonts/eurostileltstd-ex2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/eurostileltstd-ex2-webfont.woff') format('woff'),
         url('fonts/eurostileltstd-ex2-webfont.ttf') format('truetype'),
         url('fonts/eurostileltstd-ex2-webfont.svg#EurostileLTStdExtTwoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #111;
	margin:0;
	font-family: 'EurostileExt', sans-serif;
	color: #fff;
}

a, a:link, a:visited, a:active {
	color: #fff;
}

#wrapper {
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:auto;
}

#construction-background {
	width:100%;
	position: relative;
}

#content {
	position: absolute;
	left: 26.5%;
	top: 26%;
	text-align: center;
	width: 65.5%;
	font-size: 1em;
}

#content h1 {
	margin-top: 0;
	font-size: 22px;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 2%;
}

#content p {
	font-size: 13px; 
	line-height: 30px;
}

#content p.manual-redirect {
	font-size: 10px;
	line-height: 20px;
	margin-bottom: 0;
}

#content #logo {
	position: relative;
	float: left;
	width: 50%;
}

#content #logo img {
	width: 80%;
}

#content #socials {
	position: relative;
	float: right;
	width: 50%;
	font-size: 17px; 
	margin-top: 8%;
}

#content #socials div {
	width: 100%;
	clear:left;
	text-align: left;
}

#content #socials img {
	width: 6%;
	vertical-align: middle;
	padding: 5px;
} 

#content #socials a {
	text-decoration: none;
}

@media screen and (max-width: 1300px) {
	#content h1 {
		font-size: 20px;
		line-height: 40px;
	}
	
	#content p {
		font-size: 12px; 
		line-height: 30px;
	}
	
	#content p.manual-redirect {
		font-size: 9px; 
		line-height: 20px;
	}
	
	#content #socials {
		font-size: 15px;
	}
}

@media screen and (max-width: 1200px) {
	#content h1 {
		font-size: 18px;
		line-height: 40px;
	}
	
	#content p {
		font-size: 12px; 
		line-height: 28px;
	}
	
	#content p.manual-redirect {
		font-size: 9px; 
		line-height: 18px;
	}
	
	#content #socials {
		font-size: 14px; 
	}
}

@media screen and (max-width: 1100px) {
	#content h1 {
		font-size: 14px;
		line-height: 35px;
	}
	
	#content p {
		font-size: 10px; 
		line-height: 25px;
	}
	
	#content p.manual-redirect {
		font-size: 9px; 
		line-height: 15px;
	}
	
	#content #socials {
		font-size: 10px;
	}
}

@media screen and (max-width: 1000px) {
	#content h1 {
		font-size: 12px;
		line-height: 20px;
	}
	
	#content p {
		font-size: 10px;
		line-height: 15px;
	}
	
	#content p.manual-redirect {
		font-size: 9px;
		line-height: 12px;
	}
	
	#content #socials {
		font-size: 10px; 
	}
}

@media screen and (max-width: 700px) {
	#content {
		top: 19%;
		width: 72.5%;
	}
	
	#content h1 {
		font-size: 12px;
		line-height: 13px;
	}
	
	#content p {
		font-size: 9px; /* 60% du h1 */
		line-height: 10px;
	}
	
	#content p.manual-redirect {
		font-size: 8px; /* 45% du h1 */
		line-height: 9px;
	}
	
	#content #socials {
		font-size: 8px; /* 75% du h1 */
	}
}

@media screen and (max-width: 600px) {
	#content h1 {
		font-size: 9px;
		line-height: 10px;
	}
	
	#content p.manual-redirect {
		font-size: 6px; /* 45% du h1 */
		line-height: 7px;
	}
	
	#content #socials {
		font-size: 7px; /* 75% du h1 */
	}
	#content p.auto-redirect {
		display: none;
	}
}


@media screen and (max-width: 480px) {
	#content h1 {
		font-size: 8px;
		line-height: 9px;
		margin-bottom: 5px;
	}
	
	#content p {
		display:none;
	}
	
	#content #logo {
                width: 40%;
	}
	
	#content #socials {
                width: 60%;
		font-size: 6px; /* 75% du h1 */
		margin-top: 0;
	}
}