/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
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;
}


*, html{
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	outline: none;
}

/* reset tailles typos */
html, body {
	font-size: 62.5%; 
}
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.3;
  font-weight: 400;
  font-family: "Arial", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align:center;
}


b, strong{
	font-weight:bold;
}

.clear{
	clear:both;
}
.clearer:before,
.clearer:after {
	content: "";
	display: table;
}

.clearer:after{
	clear: both;
}


img {
    max-width: 100%;
    height: auto;
}


@font-face {
	font-family: 'Lab grotesque';
	src: url('fonts/LabGrotesque.eot?#iefix') format('embedded-opentype'),
	url('fonts/LabGrotesque.woff') format('woff'),
	url('fonts/LabGrotesque.woff2') format('woff'),
	url('fonts/LabGrotesque.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Lab Grotesque medium';
	src: local('Lab Grotesque Medium'), local('Lab-Grotesque-Medium'),
	url('fonts/LabGrotesque-Medium.woff2') format('woff2'),
	url('fonts/LabGrotesque-Medium.woff') format('woff'),
	url('fonts/LabGrotesque-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}


@font-face {
	font-family: 'Lab Grotesque bold';
	src: url('fonts/LabGrotesque-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/LabGrotesque-Bold.woff') format('woff'),
	url('fonts/LabGrotesque-Bold.woff2') format('woff'),
	url('fonts/LabGrotesque-Bold.ttf')  format('truetype');
	font-weight: 700;
	font-style: normal;
}




h1, h2, h3, h4, h5, h6 {
  /*font-weight: 300;*/ font-weight:normal;	font-family: 'Lab Grotesque bold';color:#353433;}
h1 { font-size: 1.9rem; line-height: 1.2;  /*letter-spacing: -.1rem;*/}
h2 { font-size: 1.7rem; line-height: 1.25;/* letter-spacing: -.1rem; */}
h3 { font-size: 1.5rem; line-height: 1.3;  /*letter-spacing: -.1rem;*/ }



/* Larger than tablet */
@media (min-width: 1024px) {
  h1 { font-size: 2.6rem; }
  h2 { font-size: 2.3rem; }
  h3 { font-size: 2rem; }

}