/* 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;
}

/* END RESET */

body { background-color:rgb(240, 241, 242); }

#main { margin:0 auto; }

#header { 
 	background-color:#ffffff;
}

#lang { float:right;margin:0.7rem 0.7rem 0 0;font-family:arial;font-size:0.8rem; }
#lang * { font-family:arial;font-size:0.8rem; }

#info { background-color:#ffffff;padding:0.5em;margin:0;text-align:center; }
#info p { font-size:1.2em;font-family:arial;color: #333; }

@media only screen and (max-width: 799px){
/*style smartphones et petites tablettes en portrait*/
	#info { margin:1em auto; }
    #info p { font-size:1em; }
}

#container { 
	background-color:#ffffff;
	width:100%;
	padding:0em;
	height:78vh;
	margin:0;
	border-radius:5px;
	box-shadow: inset 0 0 1px 1px #ddd;
 }

@media only screen and (max-width: 799px){
/*style smartphones et petites tablettes en portrait*/
	#container { height:700px }
}


#footer {  }
#logo { padding:0 0 10px 10px;float:left;width:100px;height:43px; }
#footerLink { text-align:center;padding-top:1em }
#footerLink a:first-child {
	margin-right:1em;
}
#footerLink a {
	font-size:1.1em;
	font-family:arial;
	color:#555555;
	text-decoration:none;
}
#footerLink a:hover { color:#000000; }

@media only screen and (max-width: 799px){
/*style smartphones et petites tablettes en portrait*/
	#logo { padding:0 0 10px 10px;float:left;width:80px;height:34.5px }
    #footerLink a { font-size:0.8em; }
}

/* ############################################################ */
/* BURGER  */
/* ############################################################ */

#header #mySidenav { display:inherit; }

.sidenav {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: -250px;
	background-color: #ffffff;
	border-right:1px solid #000000;
	padding-top: 60px;
	transition: left 0.5s ease;
}

/* Sidenav menu links */
.sidenav a {
	padding: 8px 8px 8px 20px;
	text-decoration: none;
	font-size: 1.2em;
	color: #000000;
	display: block;
	transition: 0.3s;
	font-family:arial;
}

#openBtn {
	display:block;
	width:35px;
	padding: 0.5rem;
	margin:0;
}

.sidenav a:hover {
	color: #111;
}

.sidenav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* Active class */
.sidenav.active {
	left: 0;
}

/* Close btn */
.sidenav .close {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
}

/* Icone burger */
.burger-icon span {
	display: block;
	width: 24px;
	height: 2px;
	background-color: black;
	margin: 4px 0;
}

/* ############################################################ */
/* infos légales  */
/* ############################################################ */

#container_legal {
	background-color:#ffffff;
	width:80%;
	padding:2rem 3rem;
	margin:2rem auto;
	border-radius:5px;
	box-shadow: inset 0 0 1px 1px #ddd;
}

#container_legal h1 { 
	font-size:2rem;
	font-family:verdana;
	color: #555555;
	font-weight:800;
	margin-bottom:2rem;
	text-align:center;
 }
#container_legal h2 { 
	font-size:1.8rem;
	font-family:verdana;
	color: #555555;
	font-weight:800;
	margin:1rem 0 1rem 2rem;
 }
#container_legal p { 
	font-size:1.2rem;
	font-family:verdana;
	color: #555555;
	text-align: justify;
	margin:1rem 0;
 }
#container_legal h3 { 
	font-size:1.6rem;
	xlist-style-type: decimal;
	font-family:verdana;
	color: #555555;
	font-weight:800;
	text-align: justify;
	margin:1rem 0 1rem 2rem;
 }
#container_legal h4 { 
	font-size:1.4rem;
	font-family:verdana;
	color: #555555;
	font-weight:800;
	text-align: justify;
	margin:1rem 0 1rem 2rem;
 }

