/* 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;
}

/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/open-sans-v26-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/open-sans-v26-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/open-sans-v26-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/open-sans-v26-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('fonts/open-sans-v26-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/open-sans-v26-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: bold;
	src: url('fonts/open-sans-v26-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/open-sans-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/open-sans-v26-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/open-sans-v26-latin-700.woff') format('woff'), /* Modern Browsers */
	url('fonts/open-sans-v26-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/open-sans-v26-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* eb-garamond-regular - latin */
@font-face {
	font-family: 'EB Garamond';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/eb-garamond-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/eb-garamond-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/eb-garamond-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/eb-garamond-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('fonts/eb-garamond-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/eb-garamond-v15-latin-regular.svg#EBGaramond') format('svg'); /* Legacy iOS */
}

/* eb-garamond-700 - latin */
@font-face {
	font-family: 'EB Garamond';
	font-style: normal;
	font-weight: bold;
	src: url('fonts/eb-garamond-v15-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/eb-garamond-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/eb-garamond-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/eb-garamond-v15-latin-700.woff') format('woff'), /* Modern Browsers */
	url('fonts/eb-garamond-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/eb-garamond-v15-latin-700.svg#EBGaramond') format('svg'); /* Legacy iOS */
}






*, html{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* reset tailles typos */
html, body {
	font-size: 62.5%;
	height:100%;
}
body {
	font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
	line-height: 1.3;
	font-weight: 400;
	font-family: "Open Sans", "Arial", 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;
}

a{
	color:inherit;
}


h1, h2, h3, h4, h5, h6 {
	font-family: "EB Garamond", "Arial", Arial, sans-serif;
  /*font-weight: 300;*/ font-weight:bold;}
h1 { font-size: 2.5rem; line-height: 1.2;  margin-bottom:0.5em; /*letter-spacing: -.1rem;*/}
h2 { font-size: 2rem; line-height: 1.25; margin-bottom:0.3em; /* letter-spacing: -.1rem; */}
h3 { font-size: 1.5rem; line-height: 1.3;  /*letter-spacing: -.1rem;*/ }



/* Larger than tablet */
@media (min-width: 1000px) {
  h1 { font-size: 3rem; }
  h2 { font-size: 2.5rem; }
  h3 { font-size: 1.8rem; }
}

/* Larger  */
@media (min-width: 1440px) {
	h1 { font-size: 3.5rem; }
	h2 { font-size: 2.8rem; }
	h3 { font-size: 1.8rem; }
}
