/* Reset */
	html, body, div, span, object, iframe, h1, h2, h3, p, a, em, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, ul, li, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, details, footer, header, menu, nav, section, summary, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		vertical-align: baseline;
	}

		/***  general selectors  ***/
body {
 	font-family: Helvetica, sans-serif;
  	font-size: 1.1em;
  	font-weight: 200;
 	color:#061f37;
  	background-color: #fefefe;
  	background-image: url(bkg.png);
  	width: 100%;
}

h1 {
    font-size: 1.8em;
	font-weight: normal;
	text-align: center;
	color: #214264;
	text-shadow: #c6d9e6 1px 1px 1px;
}

h2 { /* sous titre dans liens */
    font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	color: #214264;
	padding-bottom: 10px;
}

h3 { /* titre dans contact */
    font-size: 1.1em;
	font-weight: normal;
	color: #214264;
	padding-bottom: 10px;
}

h4 { /* ultra fin */
	font-family: Helvetica, sans-serif;
	font-weight: 200;
	text-align: center;
	font-size: 1.6em;
	color: #214264;
}

h5 { /* fin */
	font-family: Helvetica, sans-serif;
	font-weight: 200;
	text-align: center;
	font-size: 1.3em;
	color: #214264;
}

p {
	line-height: 1.6em;
}

a {
	color:#286899;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color:#c4554f;
	text-decoration:underline;
}

a.blue {
	color:#3399fd;
}
a.blue:hover {
	color:#0269ce;
}

legend {
	text-align: center;
	font-size: 0.9em;
	color:#286899;
	margin-top: 8px;
}

italic {
  	font-size: 0.9em;
  	font-style: italic;
  	color: #707070;
}

.nb {  /* Nota Bene */
	cursor: auto;
  	font-size: 0.9em;
  	font-style: italic;
  	line-height: 1.8em;
  	color: #286899;
}

.dot-line {
  	color: #286899;
	border-top: thin dotted #B3C7E5;
  	margin:  0.8em 0px 0.8em 0px;
}

section {
	padding: 2px 3% 10px 4%;
}

details {
	cursor:pointer;
	line-height: 1.8em;
	margin:  0 0 1em 0px;
	}
	details[open] summary {
   				color:#e1860c;
   				background:white;
	}
	details table {
		cursor: auto;
		}
	details p {
		cursor: auto;
		padding: 1em;
		background-color: #feffff;
		border-radius: 0px 8px 40px 8px;
		box-shadow: 0px 2px 4px #ccc;
		}
	details div.wrapper {
		cursor: auto;
		margin-left: 24px;
		margin-top: 10px;
		padding: 1em;
		background-color: #feffff;
		border-radius: 0px 8px 40px 8px;
		box-shadow: 0px 2px 4px #ccc;
		}
		details div.wrapper details summary {
			color: #00588b;
		}
		details div.wrapper details summary:hover {
			color: #75a2c5;
			border: none;
		}
		details div.wrapper details[open] summary {
   			color:#e1860c;
   			background:white;
				}
			details div.wrapper details[open] details summary {
				color: #00588b;
			}
			details div.wrapper details[open] details summary:hover {
				color: #75a2c5;
				border: none;
			}
			details div.wrapper details[open] details[open] summary {
   				color:#e1860c;
   				background:white;
   			}
	details img {
		clear: both;
		display: inline;
		margin: 0 0 -4px 0;
		background: transparent;
		}
		details img .icon {
			margin: 0 0 4px 0;
		}
		details img .icon* {
			margin: 0 0 4px 0;
		}

summary {
	color: #00588b;
	font-size: 1.3em;
	}
summary:hover {
	color: #75a2c5;
	border: none;
}


		/***  header  ***/
#nav-wrapper {
	position: relative;
	width: 100%;
	height: 100px;
	background: transparent url("nav_bkg.png") repeat-x;
}

#nav-onglet {
    margin: 0 auto;
	height: 100px;
	width:380px;
	text-align: center;
	font-size: 2em;
	color: #00446b;
	text-shadow: #c6d9e6 1px 1px 1px;
	background: transparent url("onglet_bkg.png") center no-repeat;
}
span.onglet,
img.onglet {
	vertical-align: middle;
	line-height: 100px;
	font-weight: 200;
}

#nav-onglet a {
	color: #00446b;
	text-shadow: #c6d9e6 1px 1px 1px;
	text-decoration: none;
}
#nav-onglet a:hover {
	color:#0269ce;
	text-decoration:none;
}

#nav-inline-buttons {
	margin-top: -52px;
}

#nav-logo {
	position: absolute;
	margin-left: 20px;
}

#nav-logo:hover {
    background: url('but_back*.png') no-repeat;
}

#nav-contact {
	position: absolute;
	right: 20px;
}

		/*** popup for logo ***/
		
a.logo-popup {
	text-decoration:none;
	position:relative;
	cursor:pointer;
	color: #286899;
	font-family: Helvetica, sans-serif;
	font-weight: 200;
}

a.logo-popup span {
  	display:none;
  	font-size: 18px;
}

a.logo-popup:hover span {
  	display:block;
  	position:absolute;
  	z-index: 1000;
	left: 50%;
  	transform: translateX(-50%);
  	overflow: scroll;
  	-moz-border-radius:6px;
	-webkit-border-radius:6px;	
	border-radius:6px;
	color: #286899;
	background: white;
	box-shadow: 0px 3px 4px #808080;
  	padding: 10px;
  	min-width: 320px;
  	max-width: 80%;
}

		/***  chapter  ***/
.chapter-wrapper {
  	margin-left: 2%;
  	margin-right: 2%;
  	margin-top: 40px;
  	margin-bottom: 0px;
  	padding-bottom: 20px;
  	border-radius: 8px;
	box-shadow: 0px 3px 4px #808080;
	overflow: auto;
	background: white;
}

.chapter-title {
	font-size: 1.6em;
  	text-align: center;
  	color: #00446b;
  	text-shadow: #fff 0px 2px 2px;
  	padding-top: 10px;
  	padding-bottom: 8px;
  	margin-bottom: 20px;
  	border-radius: 8px 8px 0px 0px;
	background: #f1f2f5;
    background: -webkit-linear-gradient(#fafdff, #c3ced2);
    background: -o-linear-gradient(#fafdff, #c3ced2);
    background: -moz-linear-gradient(#fafdff, #c3ced2);
    background: linear-gradient(#fafdff, #c3ced2);
}

.subtitle {
  	font-size: 1.1em;
  	color: #286899;
}

.subtitle-dot {
  	font-size: 1.1em;
  	color: #286899;
	border-top: thin dotted #B3C7E5;
  	padding-top: 1em;
  	margin-top: 1.6em;
}

.subtitle-border {
  	font-size: 1.1em;
  	color: #286899;
	border-top: thin dotted #B3C7E5;
  	padding-top: 1em;
  	margin-top: 1.6em;
}

.exergue {
	font-size: 1.1em;
	position: relative;
	color: #00588b;
	text-shadow: #fff 1px 1px 1px;
	padding: 3%;
  	border-radius: 8px 8px 40px 8px;
  	box-shadow: 0px 3px 4px #808080;
	background: #f1f2f5;
    background: -webkit-linear-gradient(#fafdff, #d5dee1);
    background: -o-linear-gradient(#fafdff, #d5dee1);
    background: -moz-linear-gradient(#fafdff, #d5dee1);
    background: linear-gradient(#fafdff, #d5dee1);
}

a:hover img {
	border: none !important;
}

.icon {
	margin-bottom: -4px;
	background: transparent;
}
.icon* {
	margin-bottom: 10px;
	background: transparent;
}
.icon-gap {
	margin: 0 0 -4px 20px;
	background: transparent;
}

img.centered {
		clear: both;
		display: block;
    	margin: auto;
		max-width: 80%;
		padding: 1em;
}

img.overlay {
	position: absolute;
	bottom: 0;
	right: 0;
	border: 0;
}

		/***  box shadow  ***/	
div.shadow150 {
	clear: both;
	position: relative;
	width: 150px;
	height: 100px;
	display: block;
    margin: auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: #666 2px 3px 4px;
	-moz-box-shadow: #666 2px 3px 4px;
	box-shadow: #666 2px 3px 4px;
	background: transparent;
}

div.shadow300 {
	clear: both;
	position: relative;
	width: 300px;
	height: 200px;
	display: block;
    margin: auto;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: #666 2px 3px 5px;
	-moz-box-shadow: #666 2px 3px 5px;
	box-shadow: #666 2px 3px 5px;
	background: transparent;
}

img.shadow {
	clear: both;
    -moz-border-radius:12px;
	-webkit-border-radius:12px;	
	border-radius:12px;
    width: 100%;
    border: 1px solid #ddd;
}
	img.shadow:hover {
		border: 1px solid #0069a9;
	}


		/***  buttons  ***/	
.but_blue
{
   	border: 1px solid #007cc8;
    border-radius: 5px 5px 20px 5px;
    padding: 10px;
    text-decoration: none;
    color: white;
	background: #40a0d9;
    background: -webkit-linear-gradient(#50aee6, #1d83bf);
    background: -o-linear-gradient(#50aee6, #1d83bf);
    background: -moz-linear-gradient(#50aee6, #1d83bf);
    background: linear-gradient(#50aee6, #1d83bf);
}

a.but_blue:hover {
	border: 2px solid #0069a9;
	color: white;
	text-decoration: none;
	background: #3c7fcc;
}

.but_green {
   	border: 1px solid #a0d215;
    border-radius: 5px 5px 20px 5px;
    padding: 10px;
    text-decoration: none;
    color: #334405;
	background: #c9ed1f;
    background: -webkit-linear-gradient(#c9ed1f, #92df16);
    background: -o-linear-gradient(#c9ed1f, #92df16);
    background: -moz-linear-gradient(#c9ed1f, #92df16);
    background: linear-gradient(#c9ed1f, #acdf16);
}

a.but_green:hover {
	border: 2px solid #a1d115;
	text-decoration: none;
	color: #334405;
	background: #acdf16;
}

		/***  Contact chapter  ***/
 #contact {
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}

.separator {
	position: relative;
	display: block;
	text-align: center;
	margin: 0px; /*margin: 10px 0px 10px 0px;*/
	padding: 0px;
	line-height: 1.8em;
	}
	.separator .line {
		position: absolute;
		width: 100%;
		height: 1px;
		top: 14px;
		color: #286899;
		border-top: thin dotted #B3C7E5;
		}
	.separator span {
		color: #186899;
		font-size: 1.8em;
	}

		/***  Footer  ***/
#footer-wrapper {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #fefefe;
	background: -webkit-linear-gradient(rgba(254,254,254,1), rgba(206,216,221,1));
  	background: -o-linear-gradient(rgba(254,254,254,1), rgba(206,216,221,1));
  	background: -moz-linear-gradient(rgba(254,254,254,1), rgba(206,216,221,1));
  	background: linear-gradient(rgba(254,254,254,1), rgba(206,216,221,1));
}

.footer {
	display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: space-between;
    justify-content: space-between;
    margin: 0px 16px 0px 16px;
    padding: 10px 20px 8px 20px;
	font-size: 1em;
	color: #70879a;
	border-top:1px solid #d1d6eb;
}
	.footer a {
  		text-decoration: none;
  		color: #286899;
	}
		.footer a:hover {
  		text-decoration: underline;
  		color: #5b6899;
		}

.element {
    margin: 0;
}

		/***  Return button  ***/
.return-to-top {
text-align: right;
padding: 0px 20px 8px 0px;
}

.return-to-top a {
color: #a1b5c5;
text-decoration: none;
}

.return-to-top a:hover {
  color: #286899;
}

		/***  phone size  ***/
@media only screen and (max-device-width:480px) {
	#nav-onglet {
    	margin: 0 auto;
		height: 80px;
		width:304px;
		text-align: center;
		font-size: 1.5em;
		color: #00446b;
		text-shadow: #c6d9e6 1px 1px 1px;
		background: transparent url("onglet_bkg*.png") center no-repeat;
	}
	span.onglet,
	img.onglet {
		vertical-align: middle;
		line-height: 80px;
	}
	.footer {
    	margin: 0;
    	padding: 0px 10px 0px 10px;
		font-size: 0.9em;
	}
}