/* Reset **********************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* For older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: outside none none; }

body{
	background: url("./bck.jpg") no-repeat 0 0 transparent;
	background-size: cover;
}
#block-link{
	text-align: center;
	position: relative;
	margin-top: 15px;
}
#block-link .button-apps{
	display: block;
	width: 135px;
	height: 135px;
	margin: 0 auto;
}
#block-link .button-apps:first-child{
	margin-bottom: 80px;
}
#block-link #label-download{
	display: block;
    position: absolute;
    top: 125px;
    left: calc(50% - 109px);
    height: 116px;
    width: 218px;
    text-align: center;
    background: url(./telechargez.png) no-repeat 0 0 transparent;
    background-size: 218px 116px;
}

footer{
	position: absolute;
	bottom: 0;
	text-align: center;
	background-color: #fff;
	width: 100%;
	padding: 10px 0;
}
footer img{
	display: inline-block;
}
@media (orientation:portrait) and (max-height: 500px) {
	footer{
		position: initial;
		margin-top: 15px;
	}
}

@media (orientation:landscape) {
	footer{
		position: initial;
		margin-top: 15px;
	}
	#block-link {
		margin-top: 0;
		padding-top: 80px;
	}
	#block-link #label-download {
		top: 25px;
		left: calc(50% - 109px);
		height: 41px;
		text-align: center;
		background: url(./telechargez-landscape.png) no-repeat 0 0 transparent;
		background-size: 218px 41px;
	}
	#block-link .button-apps{
		display: inline-block;
	}
	#block-link .button-apps:first-child {
		margin-bottom: 0;
		margin-right: 50px;
	}
}























