/* WAIPreset v1.1 | contact@waipdesign.fr | WAIPdesign */

/*
 * Based on normalize.css v3.0.0 | MIT License | git.io/normalize
 * and reset.css v2.0 | License: none (public domain) | meyerweb.com/eric/tools/css/reset
 */

/* HTML5 display definitions */
address,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

/* Base */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection,
::selection {
	background: #B3D4FC;
	text-shadow: none;
}

html, body {
	height: 100%;
	width: 100%;
}

/* Root element */
html {
	font-family: sans-serif;
	font-size: 100%; /* default: 16px */
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

/* Sections */
body {
	border: 0;
	font-size: 0.625em; /* 10px */
    line-height: 1;
	vertical-align: baseline;
}

/*h1 {
	font-size: 4.2em;  42px
    line-height: 1.1429em;  48px
    margin-bottom: 1.1429em;  48px
}

h2 {
	font-size: 3.4em;  34px
    line-height: 1.412em;  48px
    margin-bottom: 0.706em;  24px
}

h3 {
	font-size: 2.6em;  26px
    line-height: 1.8462em;  48px
    margin-bottom: 0.9231em;  24px
}

h4 {
	font-size: 2.1em;  21px
    line-height: 1.1429em;  24px
    margin-bottom: 1.1429em;  24px
}

h5,
h6 {
	font-size: 1.6em;  16px
    line-height: 1.5em;  24px
    margin-bottom: 1.5em;  24px
}*/


/* Text-level semantics */
a {
	background: transparent;
	color: #428BCA;
    outline: none;
	text-decoration: none;
}
a:active,
a:focus,
a:hover {
	color: #2A6496;
	text-decoration: underline;
}
a:active,
a:hover {
	outline: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

i,
em,
dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 0.8em;
}

sub,
sup {
	font-size: 0.65em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content */
img {
	border: 0;
    vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content */
p {
	font-size: 1.6em; /* 16px */
	line-height: 1.2em; /* 24px */
    margin-bottom: 1.5em; /* 24px */
}
	blockquote p {
		margin-bottom: 0;
	}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
}

ol, ul {
	font-size: 1.6em; /* 16px */
	line-height: 1.5em; /* 24px */
	margin-bottom: 1.5em; /* 24px */
	margin-left: 3em; /* 48px */
}
	ol ol, ol ul,
	ul ul, ul ol {
		font-size: 1em; /* 16px */
		margin-bottom: 0;
	}

blockquote,
q {
	border-left: 3px solid #000;
	padding-left: 0.3em; /* 3px */
	quotes: none;
}
blockquote {
	margin-left: 4.8em; /* 48px */
	margin-bottom: 2.4em; /* 24px */
	padding-left: 2.4em; /* 24px */
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote footer,
q footer {
    font-size: 1.3em; /* 13px */
    line-height: 1.8462em; /* 24px */
}
blockquote footer:before,
q footer:before {
    content: '— ';
}

pre {
	font-size: 1.6em; /* 16px */
	line-height: 1.5em; /* 24px */
	overflow: auto;
}

code,
kbd,
samp {
	font-family: monospace, sans-serif;
	font-size: 1em;
}

/* Forms */
[readonly] {
	cursor: not-allowed;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
}

input {
	line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

legend {
	border: 0;
}

textarea {
	overflow: auto;
    resize: vertical;
}

optgroup {
	font-weight: bold;
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

/* Tables */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
