@import url("fontawesome-all.min.css");

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, i, em, 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;}

header, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
	padding-left: 0;
	margin: 1em;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

body {
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */
	html {
		box-sizing: border-box;
		background: url("images/fond_foret.jpg") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		}

	body {
	/*	background-image: url("images/fond_foret.jpg");
		width: 100%;
		height: 100%; 
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: rgb(109, 180, 87);*/
		color: rgb(0, 0, 0);
		font-family: sans-serif;
		font-size: 16pt;
		font-weight: 500;
		line-height: 1.75em;
	}
	
		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		font-size: 16pt;
		font-weight: 500;
		line-height: 1.75em;
		font-family: sans-serif;
		color: rgb(0, 0, 0);
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
		border-bottom: solid 1px #e4e4e4;
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
			color: rgb(146, 199, 97);
		}

	i {
		font-style: italic;
		margin-bottom: 1.5em;
	}

	p {
		margin-bottom: 1.5em;
	}

	strong {
		font-weight: 500;
	}

	h1 {
		color: rgb(0, 0, 0);
		font-weight: 500;
		line-height: 1em;
		margin: 0 0 0 0;
	}

		h1 a {
			border: 0;
			color: inherit;
			text-decoration: none;
		}

			h1 a:hover {
				border-bottom-color: transparent;
				color: rgb(146, 199, 97);
			}

/* Image */
	.image {
		border-radius: 5px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image.avatar {
			overflow: hidden;
		}

			.image.avatar img {
				display: block;
				width: 75%;
			}

	.image.left {
		float: left;
		margin: 0 2.5em 2em 0;
		top: 0.25em;
		padding: 1em;
	}

		.image.left img {
			clear: none;
		}	

/* Header */
	#header {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		background: rgb(255, 255, 255);
		height: 100%;
		overflow-y: auto;
		position: fixed;
		text-align: center;
		top: 0;
		width: 23em;
		right: 0;
		border-left:solid;
		border-left-color:  rgb(5, 5, 5);
		border-left-width: 4px;
	}

			#header h1 {
				color: rgb(0, 0, 0);
			}

				#header h1 a {
					color:rgb(0, 0, 0);
				}

			#header h2 {
				text-decoration: underline;
				text-decoration-color: rgb(135, 185, 87);
				text-decoration-line: underline;
				text-decoration-thickness: 4px;
				font-style: normal;
			}	

		#header a {
			color:rgb(0, 0, 0);
		}

			#header a:hover {
				color: rgb(13, 55, 119);
			}

		#header > header {
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			padding: 3em;
		}

			#header > header .avatar {
				display: block;
				margin: 0 auto 2.25em auto;
				width: 8em;
			}

			#header > header h1 {
				font-size: 1.75em;
				margin: 0;
			}

			#header > header p {
				color: rgb(0, 0, 0);
				font-weight: 500;
				margin: 0 0 0 0;
			}

		#header > nav {
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-ms-flex-positive: 1;
		}

			#header > nav ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

				#header > nav ul li {
					border-top: solid 2px rgb(0, 0, 0);
					display: block;
					padding: 0;
				}

					#header > nav ul li a {
						-moz-transition: none;
						-webkit-transition: none;
						-ms-transition: none;
						transition: none;
						border: 0;
						color: rgb(0, 0, 0);
						display: block;
						padding: 1em 0;
						text-decoration: none;
					}

						#header > nav ul li a.active {
							background: rgb(109, 180, 87);
							color: rgb(255, 255, 255) !important;
						}

					#header > nav ul li:first-child {
						border-top: 0;
					}

/* Wrapper */
	#wrapper {
		background: transparent;
		padding-right: 23em;
	}

/* Container */

.container {
	margin: 0 auto;
	margin-bottom: 2em;
	margin-top: 4em;
	max-width: calc(100% - 4.5em);
	width: 45em;
	background-color: rgb(255, 255, 255);
	padding-top: 2em;
}

	.container.xsmall {
		width: 11.25em;
	}

	.container.small {
		width: 22.5em;
	}

	.container.medium {
		width: 33.75em;
	}

	.container.large {
		width: 56.25em;
	}

	.container.xlarge {
		width: 67.5em;
	}

	.container.max {
		width: 100%;
	}

		.container h1 {
			text-align: center;
			font-size: 2em;
			padding-bottom: 0.25em;
		}

	@media screen and (max-width: 979px) {

		.container {
			width: 100% !important;
		}

	}

	@media screen and (max-width: 480px) {

		.container {
			max-width: calc(100% - 3.375em);
		}

	}

/* Banner */
#banner {
	min-height: 100%;
	margin-bottom: 18%;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

	#banner .content {
		background-clip: content-box;
		display: inline-block;
		margin-right: 1%;
		max-width: 95%;
		text-align: right;
		background-color: rgb(255, 255, 255);
	}

		#banner .content header {
			display: inline-block;
			padding: 1em;
		}

			#banner .content header h2 {
				font-size: 2.5em;
				line-height: 1em;
				margin: 0;
				margin-left: 0.5em;
			}

			#banner .content header h3 {
				font-size: 1.25em;
				text-decoration-line: underline;
				text-decoration-color:rgb(109, 180, 87) ;
				text-decoration-thickness: 0.25em;
				line-height: 1.25em;
				padding-bottom: 2em;
				margin: 0;
				margin-left: 0.5em;
			}

			#banner .content header p {
				margin-bottom: 0em;
			}

		#banner .content .image {
			border-radius: 100%;
			display: inline-block;
			height: 11em;
			margin-left: 3em;
			width: 11em;
		}

			#banner .content .image img {
				border-radius: 45% 10%;
				display: block;
				width: 100%;
				margin: 0.5em 0 0 0;
			}

/* inner */
	.inner 		{
		padding: 1em;
		border-top:solid 3px rgb(109, 180, 87);
		padding-top: 2em;
		}

		.inner p {
			font-size: 1em;
			line-height: 1.5em;
	    }
		
			.inner p strong {
			    font-size: 1.15em;
			    font-weight: bold;
			}


		.inner a {
			color: royalblue;
			text-decoration-line: underline;
			text-decoration-color: royalblue;
		   }	

/* Button */
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: rgb(109, 180, 87) ;
		border: 0;
		color: rgb(0, 0, 0);
		cursor: pointer;
		display: inline-block;
		font-weight: 700;
		height: 2.75em;
		line-height: 2.75em;
		padding: 0 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}
	
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		.button:hover {
			background-color: #0f35dd;
			color: rgb(109, 180, 87) 
		}
	
		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		.button:active {
			background-color: #bbec09;
		}

		/* Row */
	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .col-12 {
			width: 100%;
			margin-top: 1em;
			text-align: center;
			color: black;
		}


/* Form */
	form {
		margin: 0 0 2.25em 0;
	}

	label {
		color: rgb(0, 0, 0);
		display: block;
		font-size: 0.9em;
		font-weight: 700;
		margin: 0 0 1.125em 2em;
	}

	input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	input[type="text"],
	input[type="email"],
	input[type="tel"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border: solid 2px rgb(109, 180, 87);
		color: inherit;
		display: block;
		outline: 0;
		padding: 0;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		select:focus,
		textarea:focus {
			border-color: rgb(139, 214, 18);
		}

/*MEDIA QUERIES*/

/* XXLarge */
@media screen and (max-width: 1680px) {

	/* Basic */
		body, input, select, textarea {
			font-size: 13pt;
		}

	/* Header */
		#header {
			width: 21em;
		}

			#header > header {
				padding: 2em;
			}

	/* Wrapper */
		#wrapper {
			padding-right: 21em;
		}

	/* Main */
		#main > section > .container {
			padding: 4em 0 2em 0;
		}
	
}

/* XLarge */
@media screen and (max-width: 1280px) {
	
	/* Basic */
		body, input, select, textarea {
			font-size: 11pt;
		}

	/* Row */
		.row > * {
			padding: 0 0 0 0.375em;
		}
	
}

/* Large */
@media screen and (max-width: 1024px) {

	/* Basic */
		body, input, select, textarea {
			font-size: 12pt;
		}

	/* Header */
		#header {
			width: 20em;
		}

	/* Wrapper */
		#wrapper {
			padding-right: 20em;
		}
}

/* Medium */
	#titleBar {
		display: none;
	}

@media screen and (max-width: 979px) {

	/* Basic */
		html, body {
			overflow-x: hidden;
		}

		body, input, select, textarea {
			font-size: 12pt;
		}

	/* Header */
		#header {
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			display: block;
			height: 100%;
			overflow-y: auto;
			position: fixed;
			top: 0;
			width: 23em;
			z-index: 10002;
			-moz-transform: translateX(23em);
			-webkit-transform: translateX(23em);
			-ms-transform: translateX(23em);
			transform: translateX(23em);
			right: 0;
		}

	/* Wrapper */
		#wrapper {
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			padding: 44px 0 1px 0;
		}

	/* Header Panel */
		#titleBar {
			-moz-backface-visibility: hidden;
			-webkit-backface-visibility: hidden;
			-ms-backface-visibility: hidden;
			backface-visibility: hidden;
			-moz-transition: -moz-transform 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease;
			transition: transform 0.5s ease;
			display: block;
			height: 44px;
			left: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 10001;
			background: #222;
			color: #fff;
			min-width: 320px;
		}

			#titleBar .title {
				color: rgb(255, 255, 255);
				display: block;
				font-weight: 700;
				height: 44px;
				line-height: 44px;
				padding: 0 1em;
				width: 100%;
				text-align: left;
			}

				#titleBar .title a {
					border: 0;
					text-decoration: none;
				}

				#titleBar .toggle {
					text-decoration: none;
					height: 4em;
					position: absolute;
					top: 0;
					width: 6em;
					border: 0;
					outline: 0;
					right: 0;
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						display: inline-block;
						font-style: normal;
						font-variant: normal;
						text-rendering: auto;
						line-height: 1;
						text-transform: none !important;
						font-family: 'Font Awesome 5 Free';
						font-weight: 900;
					}

					#titleBar .toggle:before {
						background: rgb(109, 180, 87);
						color: #ffffff;
						content: '\f0c9';
						display: block;
						font-size: 18px;
						height: 44px;
						line-height: 44px;
						position: absolute;
						text-align: center;
						top: 0;
						width: 64px;
						right: 0;
					}

			body.header-visible #wrapper, body.header-visible #titleBar {
				-moz-transform: translateX(-23em);
				-webkit-transform: translateX(-23em);
				-ms-transform: translateX(-23em);
				transform: translateX(-23em);
			}

			body.header-visible #header {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	/* Banner */
		#banner {
			background-attachment: scroll;
			}

			#banner .content {
				padding: 2em 0;
				text-align: center;
			}

				#banner .content header {
					display: block;
					margin:0.25em;
				}

					#banner .content header h2{
						margin: 0;
						text-align: center;
					}

				#banner .content .image {
					margin: 1em;
				}

	/* Image */
		.image.left, .image.right {
				max-width: 40%;
			}

			.image.left img, .image.right img {
				width: 100%;
			}
}

/* Small */
@media screen and (max-width: 736px) {

	/* Basic */
		body, input, select, textarea {
			font-size: 12pt;
		}

			h1 br {
				display: none;
			}

		/* Image */

			.image.avatar{
				width: 40%;
				margin-bottom: 1em;
			}

	/* Header */
	#header {
		width: 17em;
		-moz-transform: translateX(17em);
		-webkit-transform: translateX(17em);
		-ms-transform: translateX(17em);
		transform: translateX(17em);
		right: 0;
	}

		#header > header {
			padding: 2em;
		}

			#header > header .avatar {
				margin: 0 auto 1.6875em auto;
				width: 6em;
			}

			#header > header h1 {
				font-size: 1.5em;
			}

			#header > header p {
				margin: 1em 0 0 0;
			}

	/* Header Panel */
	#titleBar .toggle {
		height: 4em;
		width: 6em;
	}

		#titleBar .toggle:before {
			font-size: 14px;
			width: 44px;
		}

	body.header-visible #wrapper, body.header-visible #titleBar {
		-moz-transform: translateX(-17em);
		-webkit-transform: translateX(-17em);
		-ms-transform: translateX(-17em);
		transform: translateX(-17em);
	}

	/* Row */
	.row > * {
		padding: 0 0 0 0.3125em;
	}
}

/* XSmall */
@media screen and (max-width: 480px) {

	/* Basic */
		html, body {
			min-width: 320px;
		}

		body {
			font-size: 12pt;
		}

	/* Image */
		.image{
			margin-bottom: 1em;
		}	
		
			.image.avatar{
				width: 50%;
			}

		.image.left{
			margin: 0;
		}


	/* Image */
		.inner {
			padding: 0.5em;
			clear:none;
		}

			.inner p {
				font-size: 0.9em;
			}


	/* List */
		ul.actions {
				margin: 0 0 2.25em 0;
			}

			ul.actions li {
				display: block;
				padding: 1.125em 0 0 0;
				text-align: center;
				width: 100%;
			}

				ul.actions li:first-child {
					padding-top: 0;
				}

				ul.actions li > * {
					width: 100%;
					margin: 0;
				}

					ul.actions li > *.icon:before {
						margin-left: -2em;
					}

				ul.actions.small li {
					padding: 0.5625em 0 0 0;
				}

					ul.actions.small li:first-child {
						padding-top: 0;
					}
}