/*Greenmantle 2020*/
	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: auto;
    	padding-top: 0;
    	padding-right: 0;
    	padding-left: 0;
    	padding-bottom: 0;
    	border: 0;
    	font-size: 100%;
    	font-family: 'Raleway', sans-serif;
    	vertical-align: baseline;
		position: relative;
	}

	body {
		margin: auto;
		box-sizing: border-box;
		background: #fff;
		line-height:1;
		-webkit-text-size-adjust:none;
		width: 100%;
		overflow: auto;
	}

	body, input, select, textarea {
		font-family: 'Raleway', sans-serif;
		font-size: 13pt;
    	font-weight: 300;
    	line-height: 1.75em;
		border: 0px;
	}

	p {
		max-width: 1200px;
		margin-bottom: 20px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	a {
    color: #3ac984;
    text-decoration: underline;
	}

		a:hover {
	color: darkorange;
    text-decoration: none;
    text-align: center;
}

	strong, b {
    color: #555555;
    font-weight: 700;
    text-align: left;
	}

	em, i {
	color: #555555;
    font-style: italic;
    text-align: left;
	}

	p, ul, ol, dl, table, blockquote {
    color: #555555;
    text-align: justify;
    padding-bottom: 0px;
	}

	ol,ul{
    list-style: none;
	}

	c {
    color: #fff;
    font-size: 20px;
	font-weight: 400;
    text-align: center;
	}

	h1, h2, h3, h4, h5, h6 {
	color: #555555;
	font-weight: 700;
	line-height: 1.75em;
	margin-bottom: 1em;
	}

	h2 {
    font-size: 1.5em;
    margin-bottom: 0px;
	}

	h3 {
	font-size: 1.25em;
	}

	sub {
	font-size: 0.8em;
	top: 0.5em;
	}

	sup {
	font-size: 0.8em;
	top: -0.5em;
	}

	hr {
    border-top: solid 1px #888888;
    border: 0;
    margin-bottom: 1em;
	}

	blockquote {
	border-left: solid 0.5em #888888;
	font-style: italic;
	padding: 1em 0 1em 2em;
	}

	section.special, article.special {
	text-align: center;
	}

	header.major {
    padding-bottom: 2em;
    text-align: center;
	}

	header h2 {
    font-size: 3em;
    font-weight: 600;
    text-align: center;
	}

	header .byline {
    font-size: 1.6em;
    padding-left: 0px;
    text-align: left;
	color: #555555;
	}

	footer > :last-child {
	margin-bottom: 0;
	}

	footer.major {
    padding-top: 3em;
    padding-bottom: 3em;
	}
	
	id {
    margin-right: 0;
    margin-left: 0;
    text-align: justify;
    font-size: 12px;
    font-weight: 300;
    display: block;
    line-height: 16px;
    padding-top: 3px;
	}

	article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
		display:block;
	}

	blockquote,q{
		quotes:none;
	}

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

/* Header */

	

		#header:before {
			content: '';
			position: absolute;
			height: 100%;
		}

		#header > * {
			position: relative;
			z-index: 2;
		}

	.homepage #header {
	margin: auto;
	width: 100%;
    padding-right: 0;
    padding-left: 0;
    background-position: top center;
    padding-bottom: 0em;
	position: relative;
	}

	#logo {
		font-size: 2em;
	}

	centrage {
  		margin: 0 auto;
  		max-width: 600px;
		width: 100%;
	}

/* Banner */

	#banner {
		text-align: center;
		padding-top: 4em;
		padding-bottom: 3.7em;
		position: relative;
		z-index: 0;
		width: 100%;
	}

		#banner .major h2 {
    		font-size: 3.5em;
    		color: #fff;
		}

		#banner .major .byline {
    		display: block;
    		margin: 0em 2em;
    		line-height: 1.6em;
    		font-size: 1.5em;
    		text-align: center;
    		color: #fff;
		}
		
		#banner a {
			color: #fff;
		}

/* Box Model */

	*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	}

/* Container */

	.container {
    	margin: auto;
		max-width: 1200px;
		width: 100%;
		position: relative;
	}

/* Footer */

	

	#footer .major h2 {
    	font-size: 2em;
    	color: #fff;
    	text-align: center;
	}

	#footer .major .byline {
    	font-size: 1.2em;
    	text-align: center;
    	text-color: #fff;
    	color: #FFFFFF;
	}

	#footer .copyright {
    	padding-top: 1em;
    	border-top: 1px solid;
    	border-color: rgba(192, 192, 192, 0.15);
    	text-align: center;
    	color: inherit;
	}

	#footer a {
    	color: inherit;
    	text-align: center;
	}

	#content p .aright {
	}

/* Menu */

#menu a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
	width: 100%;
	max-width: 1200px;
}

ul {
    background: rgb(103, 180, 128, 0.85);
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	position: relative;
	z-index: 3;
}

li {
    color: #fff;    background: rgb(103, 180, 128, 0.8);    display: block;    float: left;	margin: auto;    padding-top: 1rem;    padding-bottom: 1rem;    text-decoration: none;
    transition-duration: 0.5s;    text-align: center;	width: 100%;	position: relative;	z-index: 3;}

li:hover, li:focus-within {    background: darkorange;	opacity: 0.9;    cursor: pointer;}


div.container ul > li {float:none !important;}
div.container ul {display:block !important;}

.real100vw ul > li {float:none !important;}
.real100vw ul {display:block !important;}


li:focus-within a {
  outline: none;
}

ul li ul {
    visibility: hidden;
    opacity: 0;
    min-width: 1rem;
	position: absolute;
	z-index: 10;
    margin-top: 1rem;
    left: 0;
    display: none;
    width: 100%;
}

ul li:hover > ul,
ul li:focus-within > ul,
ul li ul:hover,
ul li ul:focus {
	visibility: visible;
	opacity: 1;
	display: block;
	position: absolute;
	z-index: 10;
}

ul li ul li {
    clear: both;
    width: 100%;
    text-align: center;
	z-index: 10;
}

/* Rows */

	.row > * {
		margin: auto;
		width: 100%;
		position: relative;
	}

	.row:after {
		content: '';
		display: block;
		clear: both;	
		height: 0;
	}

	.row:first-child > * {
   		padding-top: 0 !important;
    	padding-bottom: 0;
   		font-weight: 300;
	}

		/* Normal */

			.row > * {
			}

			.row + .row > * {
				/* padding: (gutters) 0 0 (gutters) */
				padding: 40px 0 0 40px;
			}

			.row {
				margin: 0 auto;
			}

		/* Flush */

			.row.flush > * {
				padding-left: 0;
			}

			.row + .row.flush > * {
				padding: 0;
			}

			.row.flush {
				margin-left: 0;
			}

		/* Quarter */

			.row.quarter > * {
				/* padding-left: (gutters * 0.25) */
				padding-left: 10px;
			}

			.row + .row.quarter > * {
				/* padding: (gutters * 0.25) 0 0 (gutters * 0.25) */
				padding: 10px 0 0 10px;
			}

			.row.quarter {
				/* margin-left: -(gutters * 0.25) */
				margin-left: -10px;
			}

		/* Half */

			.row.half > * {
				/* padding-left: (gutters * 0.5) */
				padding-left: 20px;
			}

			.row + .row.half > * {
				/* padding: (gutters * 0.5) 0 0 (gutters * 0.5) */
				padding: 20px 0 0 20px;
			}

			.row.half {
				/* margin-left: -(gutters * 0.5) */
				margin-left: -20px;
			}

		/* One and (a) Half */

			.row.oneandhalf > * {
				/* padding-left: (gutters * 1.5) */
				padding-left: 60px;
			}

			.row + .row.oneandhalf > * {
				/* padding: (gutters * 1.5) 0 0 (gutters * 1.5) */
				padding: 60px 0 0 60px;
			}

			.row.oneandhalf {
				/* margin-left: -(gutters * 1.5) */
				margin-left: -60px;
			}

		/* Double */

			.row.dbl {
				position: center;
				float: left;
			}

			.row.double > * {
				/* padding-left: (gutters * 2) */
				padding-left: 80px;
			}

			.row + .row.double > * {
				/* padding: (gutters * 2) 0 0 (gutters * 2) */
				padding: 80px 0 0 80px;
			}

			.row.double {
				/* margin-left: -(gutters * 2) */
				margin-left: -80px;
			}

/* Image */

	img{
	width: 100%;
	max-width: 1200px;
	min-height: 200px;
	}

	.image {
		border: 0;
		width: 100%;
	}

		.image.fit {
			display: block;
		}

			.image.fit img {
				display: block;
				width: 100%;
			}

		.image.feature {
    		display: block;
    		margin-top: 0;
    		margin-right: 0;
    		margin-left: 0;
    		margin-bottom: 5px;
		}

			.image.feature img {
				display: block;
				width: 100%;

			}

		.image.suite {
    			border: 0;
    			position: relative;
			}

/* Tables */

	table {
		width: 100%;
		border-collapse:collapse;
		border-spacing:0;
		text-align: center;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
			}

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				font-weight: 700;
				padding: 0.5em 1em 0.5em 1em;
				text-align: left;
			}

			table.default thead {
				background: #555555;
				color: #fff;
			}

/* Create two unequal columns that floats next to each other */
	.colomn {
		padding: 10px;
		width: 100%;
	}

	/* Left column */
		.colomn.side {
			float: left;
			width: 25%;
		}

		.colomn.side.image {
    		float: left;
    		width: 25%;
			margin-top: -10px;
    		margin-left: -10px;
		}

		.colomn.side.imageright {
    		float: right;
    		width: 25%;
    		margin-top: -10px;
			margin-right: 10px;
		}


	/* Middle column */
		.colomn.middle {
			float: right;
			width: 70%;
			margin-top: -15px;
		}

	/* Middle column */
		.colomn.middleleft {
  			float: left;
 			 width: 75%;
  			margin-top: -15px;
  			margin-left: -10px;
		}
	
		.colomn.middleright {
 			float: right;
  			width: 75%;
  			margin-top: -15px;
  			margin-left: -10px;
  			text-align: right;
		}

	/* Clear floats after the columns */
		.row:after {
			content: "";
			display: table;
			clear: both;
		}

/* Personalized */

	.columnb {
		float: left;
    	position: relative;
		max-width: 33.3%;
		max-height: 200px;
		overflow: hidden;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.columna {
		float: left;
    	position: relative;
		padding: 5px;
		width: 33.3%;
    	height: 200px;
    	overflow: hidden;
	}

	.columnpic {
	 	float: right;
	 	margin: 5px;
	 	width: 300px;
	 	height: 300px;
	 	overflow: hidden;
	}

	/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

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

	.column.side, .column.middle {
    	width: 100%;
  		}
	}

	.myImg {
		float: left;
    	position: relative;
    	padding-left: 5px;
		padding-right: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 5px;
		margin-top: 5px;
    	width: 230px;
    	height: 230px;
    	overflow: hidden;
	}

	/* The Modal (background) */

	.modal {
		display: none;
		position: fixed;
		margin: auto;
		top: 0;
		left: 0;
		padding-bottom: 1em;
		width: 100%;
		height: 100%;
		background-color: white;
		z-index: 15;
		overflow: auto;
		max-width:100vw !important;
}
html.gallery-modal-open, body.gallery-modal-open {  overflow: hidden; }
	/* Modal Content */

	.modal-content {
		position: relative;
		z-index: 15;
		background-color: #fefefe;
		margin: auto;
		width: 100%;
		max-width: 1110px;
	}

	/* The Close Button */

	.close {
  		color: #3ac984;
		font-size: 100px;
		left: 0;
		position: absolute;
		z-index: 20;
	}

	.close:hover,
	.close:focus {
		color: darkorange;
		text-decoration: none;
		cursor: pointer;
	}

	.mySlides {
		display: none;
		overflow: hidden;
		padding-left: 5px;
		padding-right: 1px;
		text-align: center;
	}

	.cursor {
	  cursor: pointer;
	}

	/* Next & previous buttons */

	.prev,
	.next {
		position: absolute;
		top: 0.2em;
		left: 33.8%;
		cursor: pointer;
 		color: #3ac984;
		font-weight: bold;
		font-size: 40px;
		user-select: none;
		-webkit-user-select: none;
		z-index: 20;
	}

	/* Position the "next button" to the right */

	.next {
	left: 64.1%;
	}

	/* Number text (1/3 etc) */

	.numbertext {
 		color: #3ac984;
		top: 0;
	/*	left: 46.6%;*/
		margin-top: 0.35em;
		margin-bottom: 0.3em;
		font-size: 30px;
		padding: 0;
	}

	.caption-container {
	  text-align: center;
	  background-color: white;
	  padding: 2px 16px;
	  color: white;
	}

	.demo {
	  opacity: 0.6;
	}

	.active,
	.demo:hover {
	  opacity: 1;
	}

	img.hover-shadow {
	  transition: 0.3s;
	}

	.hover-shadow:hover {
	  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}

/* Wrapper */

	.wrapper.style1 {
	margin: auto;
    background: #fff;
	padding-left: 1em;
	padding-right: 1em;
    padding-top: 3em;
    padding-bottom: 0px;
    text-align: center;
	position: relative;
	z-index: 0;
	width: 100%;
	}

/* Form */

form {
	position: relative;
	z-index: 10
}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: none;
		border: solid 1px #3ac984;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0.75em;
		text-decoration: none;
		margin: auto;
		width:50%;
		min-width: 600px;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		textarea:focus {
			border-color: darkorange;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"] {
		line-height: 1em;
	}

	::-webkit-input-placeholder {
		color: inherit;
		opacity: 0.5;
		position: relative;
		top: 3px;
	}

	:-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	::-moz-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	:-ms-input-placeholder {
		color: inherit;
		opacity: 0.5;
	}

	.formerize-placeholder {
		color: rgba(85, 85, 85, 0.5) !important;
	}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	height: 38px;
	padding: 0 30px;
	color: #fff;
	text-align: center;
    font-family: 'Raleway', sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border-radius: 4px;
	border: 1px solid #bbb;
	cursor: pointer;
	box-sizing: border-box;
	margin-top: 10px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
	color: #333;
	border-color: #888;
	outline: 0;
}

.button.button_primary,
button.button_primary,
input[type="submit"].button_primary,
input[type="reset"].button_primary,
input[type="button"].button_primary {
	color: #fff;
	background-color: #3ac984;
	border-color: #3ac984;
}

.button.button_primary:hover,
button.button_primary:hover,
input[type="submit"].button_primary:hover,
input[type="reset"].button_primary:hover,
input[type="button"].button_primary:hover,
.button.button_primary:focus,
button.button_primary:focus,
input[type="submit"].button_primary:focus,
input[type="reset"].button_primary:focus,
input[type="button"].button_primary:focus {
	color: #fff;
	background-color: darkorange;
	border-color: darkorange;
}
