/* Eric Meyer's Reset Reloaded */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

/* lists */
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Background */
body {
	background: #4f604a url(data:image/png);
	color: #222;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
}

/* liens */
a, a:visited {
	color: #e51e56;
	text-decoration: none;
}

a:hover, a:focus {
	color: #e51e56;
}

/* Container responsive */
.container {
	background: #fff;
	max-width: 360px;   /* corrige la responsivité */
	width: 90%;         /* s'adapte au mobile */
	margin: 4em auto;
	box-shadow: 0px 0px 7px #1f2a1c;
	padding: 0 0 2em 0;
	overflow: hidden;
	text-align: center;
}

/* Header */
.masthead .profil-pix {
	width: 100%;
	height: auto;
	margin-top: -25px;
}

.masthead .logo {
	max-width: 50%; /* rendre responsive */
	height: auto;
	position: relative;
	margin: -50px auto 0 auto;
	border: solid 5px #fff;
	border-radius: 20px;
	background-color: white;
}

/* Typography */
.masthead {
	font-size: 1.1em;
}

h1 {
	font-size: 3em;
	line-height: 1em;
	margin-top: 20px;
}

h2 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 1px;
	word-break: break-word; /* sécurité mobile */
}

/* Article */
article {
	text-align: center;
	margin-top: 2em;
	color: #666;
	font-size: 1.3em;
	line-height: 1.3em;
}

article a {
	color: #e51e56;
}

/* Footer */
footer {
	width: 140px;
	display: block;
	margin: 4em auto 0 auto;
	text-align: center;
	color: #666;
	font-size: 1em;
	line-height: 1.2em;
}

/* Petites améliorations mobile */
@media (max-width: 480px) {
	body {
		font-size: 12px;
	}
	h1 {
		font-size: 2.4em;
	}
	h2 {
