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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #e9e9e9;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#info {
	text-align: center;
    position: absolute;
    top: 30%;
    width: 100%;
}

#container {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	width: 360px;
	margin: 0 auto;
	padding: 20px 20px 0px 20px;
	background: grey;
	border-radius: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13;
	border: 3px solid white;
}

#container p {
	width: 100%;
    height: 100%;
	color: white;
	font-weight: 600;
	display: flex; /* contexte sur le parent */
	flex-direction: column; /* direction d'affichage verticale */
	justify-content: center;
}

#container a p {
	height: 25px;
}

#imgcontainer {
    width: 100%;
    line-height: normal;
    padding: 0;
    display: flex;
    justify-content: center;
}

#imgcontainer a {
	text-decoration: none;
	height: 85px;
    display: block;
    float: left;
	display: flex; /* contexte sur le parent */
	flex-direction: column; /* direction d'affichage verticale */
	justify-content: center; /* alignement vertical */
}

#imgcontainer img {
	height: 50px;
    padding: 0 15px;
}

#youtube img {
	height: 35px;
}

#applestore img {
	height: 38px;
}

#chrome img {
	height: 106px;
}

#firefox img {
	height: 131px;
	margin-top: -20px;
}