﻿@import url(reset.css);

html, body {
	color: #37424a;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
}
/* = Tablette - Portrait */
@media only screen and (min-width: 600px) and (max-width: 939px),only screen and (max-device-width : 1024px) and (orientation : portrait) {
	html, body {
		font-size: 15px;
	}
}
/* = Mobile - Peu importe l'orientation */
@media only screen and (max-width:599px), only screen and (max-device-width : 480px) {
	html, body {
		font-size: 14px;
	}
}

body[data-version]:not(.accueil) {
	background-color: #f0f0f0;
}

	body[data-version]:not(.accueil) > div > header + div {
		height: calc(100vh - 150px);
	}

		body[data-version]:not(.accueil) > div > header + div > .contenu {
			background-color: #f0f0f0;
		}

body[data-version] > div > header + div > .contenu {
	min-height: 100%;
}

body > div {
	position: relative;
}

	body > div + div, body > script + div {
		min-height: 0;
	}

body[data-version] #contenu {
	padding-top: 15px;
	padding-bottom: 15px;
}

body:not([data-version]) #contenu {
	margin-top: 15px;
}

#contenu, #app {
	position: relative;
}

.contenu {
	margin: 0 auto;
	width: 940px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

/* = Mobile - Peu importe l'orientation */
@media only screen and (max-width:599px), only screen and (max-device-width : 480px) {
	h1, .h1 {
		font-size: 1.5em;
	}

	h2, .h2 {
		font-size: 1.4em;
	}

	h3, .h3 {
		font-size: 1.3em;
	}

	h4, .h4 {
		font-size: 1.1em;
	}

	h5, .h5 {
		font-size: 1em;
	}

	h4, .h4, h5, .h5 {
		font-weight: 600;
	}
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 15px;
}

li {
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

	em.isoler {
		padding: 0 3px;
	}

/* Lien */
a {
	color: #0073cf;
}

ul {
	list-style: none;
}

pre {
	white-space: pre-wrap;
}
