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


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

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

body {
	-webkit-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;
}

::selection {
 color: #fff;
 background: #758234;
 }
 ::-moz-selection {
 color: #fff;
 background: #758234;
 }

 .center {
	text-align: center;
 }

 .margT30 {
	margin-top: 30px !important;
 }

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

		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 {
		color: #000;
		font-family: 'Open Sans', sans-serif;
		font-size: 11px;
		letter-spacing: 0.1px;
		line-height: 1.8em;
		font-weight: 100;
	}

	@media screen and (min-width: 736px) {
		body, input, select, textarea {
			font-size: 12px;
			letter-spacing: 0.2px;
		}
	}

	@media screen and (min-width: 1280px) {
		body, input, select, textarea {
			font-size: 13px;
			letter-spacing: 0.1px;
		}
	}


	a {
		color: #ff9c00;
		text-decoration: none;
		font-size: 1.2em;
		text-transform: uppercase;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 500;
	}

	em, i {
		font-style: italic;
	}

	.bold {
		font-weight: 500;
	}

	p {
		margin: 0 0 2em 0;
		font-size: 1.3em;
		text-align: left;
		line-height: 1.6;
	}
	h1, h2, h3, h4 {
		font-family: 'Montserrat', sans-serif;
		color: #005b04;
		font-weight: 500;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

	h2 {
		font-size: 2.6em;
		line-height: 1.4;
	}

	h3 {
		font-size: 1.4em;
		line-height: 1.6;
	}

	h4 {
		font-size: 1.3em;
		line-height: 1.6;
	}

	h5 {
		font-size: 1.2em;
		line-height: 1.4;
		text-transform: uppercase;
	}

	h6 {
		font-size: 1.1em;
		line-height: 1.3;
	}

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

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

	hr {
		border: 0;
		border-bottom: solid 2px #fff;
		margin: 2em 0;
	}

		hr.major {
			margin: 4.5em 0;
		}

	blockquote {
		border-left: solid 4px #fff;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		background: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		letter-spacing: 0;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75em;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	.nomarg {
		margin: 0 !important;
	}

	.red {
		color: #EF6931;
	}
	.Cap {
		text-transform: uppercase;
	}

/* Row */

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

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

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .col-4-mob {
			width: 100%;
		}
		@media screen and (min-width: 736px) {
			.row > .col-4-mob {
					width: 33.33333%;
			}
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

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

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.375em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.375em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.375em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.375em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -0.75em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 0.75em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -0.75em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 0.75em;
				}

		.row {
			margin-top: 0;
			margin-left: -1.5em;
		}

			.row > * {
				padding: 0 0 0 1.5em;
			}

			.row.gtr-uniform {
				margin-top: -1.5em;
			}

				.row.gtr-uniform > * {
					padding-top: 1.5em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -2.25em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 2.25em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -2.25em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 2.25em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -3em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 3em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -3em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 3em;
				}

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

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

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

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.33333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.33333%;
				}

				.row > .col-2-xlarge {
					width: 16.66667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.66667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.33333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.33333%;
				}

				.row > .col-5-xlarge {
					width: 41.66667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.66667%;
				}

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

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.33333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.33333%;
				}

				.row > .col-8-xlarge {
					width: 66.66667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.66667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.33333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.33333%;
				}

				.row > .col-11-xlarge {
					width: 91.66667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.66667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

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

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

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

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-1-large {
					width: 8.33333%;
				}

				.row > .off-1-large {
					margin-left: 8.33333%;
				}

				.row > .col-2-large {
					width: 16.66667%;
				}

				.row > .off-2-large {
					margin-left: 16.66667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.33333%;
				}

				.row > .off-4-large {
					margin-left: 33.33333%;
				}

				.row > .col-5-large {
					width: 41.66667%;
				}

				.row > .off-5-large {
					margin-left: 41.66667%;
				}

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

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.33333%;
				}

				.row > .off-7-large {
					margin-left: 58.33333%;
				}

				.row > .col-8-large {
					width: 66.66667%;
				}

				.row > .off-8-large {
					margin-left: 66.66667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.33333%;
				}

				.row > .off-10-large {
					margin-left: 83.33333%;
				}

				.row > .col-11-large {
					width: 91.66667%;
				}

				.row > .off-11-large {
					margin-left: 91.66667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

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

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

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

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.33333%;
				}

				.row > .off-1-medium {
					margin-left: 8.33333%;
				}

				.row > .col-2-medium {
					width: 16.66667%;
				}

				.row > .off-2-medium {
					margin-left: 16.66667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.33333%;
				}

				.row > .off-4-medium {
					margin-left: 33.33333%;
				}

				.row > .col-5-medium {
					width: 41.66667%;
				}

				.row > .off-5-medium {
					margin-left: 41.66667%;
				}

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

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.33333%;
				}

				.row > .off-7-medium {
					margin-left: 58.33333%;
				}

				.row > .col-8-medium {
					width: 66.66667%;
				}

				.row > .off-8-medium {
					margin-left: 66.66667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.33333%;
				}

				.row > .off-10-medium {
					margin-left: 83.33333%;
				}

				.row > .col-11-medium {
					width: 91.66667%;
				}

				.row > .off-11-medium {
					margin-left: 91.66667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

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

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

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

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.33333%;
				}

				.row > .off-1-small {
					margin-left: 8.33333%;
				}

				.row > .col-2-small {
					width: 16.66667%;
				}

				.row > .off-2-small {
					margin-left: 16.66667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.33333%;
				}

				.row > .off-4-small {
					margin-left: 33.33333%;
				}

				.row > .col-5-small {
					width: 41.66667%;
				}

				.row > .off-5-small {
					margin-left: 41.66667%;
				}

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

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.33333%;
				}

				.row > .off-7-small {
					margin-left: 58.33333%;
				}

				.row > .col-8-small {
					width: 66.66667%;
				}

				.row > .off-8-small {
					margin-left: 66.66667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.33333%;
				}

				.row > .off-10-small {
					margin-left: 83.33333%;
				}

				.row > .col-11-small {
					width: 91.66667%;
				}

				.row > .off-11-small {
					margin-left: 91.66667%;
				}

				 .row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

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

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

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

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.33333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.33333%;
				}

				.row > .col-2-xsmall {
					width: 16.66667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.66667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.33333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.33333%;
				}

				.row > .col-5-xsmall {
					width: 41.66667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.66667%;
				}

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

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.33333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.33333%;
				}

				.row > .col-8-xsmall {
					width: 66.66667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.66667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.33333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.33333%;
				}

				.row > .col-11-xsmall {
					width: 91.66667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.66667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.75em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.75em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.75em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.75em;
						}

				.row {
					margin-top: 0;
					margin-left: -1.5em;
				}

					.row > * {
						padding: 0 0 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

/* Section/Article */

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

	header p {
		color: rgba(255, 255, 255, 0.5);
		position: relative;
		top: -0.25em;
	}

	header h3 + p {
		font-size: 1.1em;
	}
	header h2 {
		text-transform: uppercase;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
	}

	header.major {
		margin: 0 0 3.5em 0;
	}

		header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
			border-bottom: solid 2px #fff;
			display: inline-block;
			padding-bottom: .5em;
			position: relative;
		}

			header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
				content: '';
				display: block;
				height: 1px;
			}

		header.major p {
			color: #fff;
			top: 0;
		}

		@media screen and (max-width: 736px) {
			header.major {
				margin: 0 0 2em 0;
			}
		}

article h3 {
	text-transform: uppercase;
	margin-bottom: 6px;
}

/* Form */

	form {
		margin: 3em 0 4em 0;
	}

	label {
		color: #fff;
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		border: none;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

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

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			box-shadow: 0 0 0 2px #21b2a6;
		}

	select {
		background-size: 1.25em;
		background-repeat: no-repeat;
		background-position: calc(100% - 1em) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 4em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #fff;
			cursor: pointer;
			display: inline-block;
			font-size: 1.2em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			margin: 0 0 1.4em 0;
			position: relative;
			width: 100%;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label: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;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.25);
				border-radius: 3px;
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #273837;
			color: #fff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #21b2a6;
		}

	input[type="checkbox"] + label:before {
		border-radius: 3px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 3px;
		border: solid 2px #fff;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon: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: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
			font-size: 30px;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
			font-size: 25px;
		}

		.icon.major {
			-moz-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			border-radius: 3px;
			border: solid 2px #fff;
			display: inline-block;
			font-size: 1.35em;
			height: calc(3em + 2px);
			line-height: 3em;
			text-align: center;
			width: calc(3em + 2px);
		}

			.icon.major:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				display: inline-block;
				font-size: 1.5em;
			}

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

				.icon.major {
					font-size: 1em;
				}

			}

		.icon.style1 {
			color: #00ffcc;
		}

		.icon.style2 {
			color: #00f0ff;
		}

		.icon.style3 {
			color: #76ddff;
		}

		.fa-telegram:before {
    		font-size: 30px;
		}
		.fa-instagram:before {
			font-size: 30px;
		}
		.fa-linkedin:before {
			font-size: 30px;
		}

/* Image */

	.image {
		border-radius: 3px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 3px;
			display: block;
		}

		.image.left {
			float: left;
			margin: 0 1.5em 0 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 2em 2em;
			top: 0.25em;
		}

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

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
				border: 1px solid #ccc;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

	ol li {
		padding-left: 0.25em;
	}

	ul {
		list-style: disc;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #fff;
				padding: 0.5em 0;
			}

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

	dl {
		margin: 0 0 2em 0;
	}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin: 1em 0 2em -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

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

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
					text-align: center;
				}
				ul.actions.stacked li:first-child em {
					font-size: .9em;
					color: #EF6931;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

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

			ul.actions.fit.stacked {
				width: 100%;
			}

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

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		display: flex;
    	justify-content: space-around;
    	margin: 0 0 3em 0;
	}

		ul.icons li {
			align-self: self-end;
			padding: 0;
		}

			ul.icons li:last-child {
				padding-right: 0 !important;
			}

		ul.icons.major {
			padding: 1em 0;
		}

			ul.icons.major li {
				padding-right: 3.5em;
			}

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

					ul.icons.major li {
						padding: 0 1em !important;
					}

				}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #fff;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.25);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #fff;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #fff;
		}

		table tfoot {
			border-top: solid 2px #fff;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #fff;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color .5s ease-in-out, color 1s ease-in-out;
		-webkit-transition: background-color .5s ease-in-out, color 1s ease-in-out;
		-ms-transition: background-color .5s ease-in-out, color 1s ease-in-out;
		transition: background-color .5s ease-in-out, color 1s ease-in-out;
		background-color: transparent;
		border-radius: 3px;
		border: 0;
		box-shadow: inset 0 0 0 2px #fff;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 1em;
		font-weight: 600;
		height: 4em;
		letter-spacing: 0.225em;
		line-height: 4em;
		padding: 0 2.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(144, 144, 144, 0.25);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(144, 144, 144, 0.5);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1.35em;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #eb693b;
			box-shadow: none !important;
			color: #ffffff !important;
		}

		.button.primary.off {
			background-color: #999;
			box-shadow: none !important;
			color: #ffffff !important;
			cursor: not-allowed;
			transition: initial;
		}
		.actions.bis .button.primary {
			background-color: #323f25;
			height: 4em;
			line-height: 4em;
			font-size: 1em;
		}
		.actions.bis .button.primary:hover {
			background-color: #5f7122 !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #955440 !important;
			}
			.button.primary.off:hover {
				background-color: #999 !important;
			}
			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #eb341c !important;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

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

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				height: 3.75em;
				line-height: 3.75em;
			}

		}

/* Features */

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		list-style: none;
		padding: 0;
		width: 100%;
	}

		.features li {
			padding: 4em 4em 2em 6em ;
			display: block;
			position: relative;
			text-align: left;
			width: 50%;
		}

			.features li:nth-child(1) {
				background-color: rgba(0, 0, 0, 0.035);
			}

			.features li:nth-child(2) {
				background-color: rgba(0, 0, 0, 0.07);
			}

			.features li:nth-child(3) {
				background-color: rgba(0, 0, 0, 0.105);
			}

			.features li:nth-child(4) {
				background-color: rgba(0, 0, 0, 0.14);
			}

			.features li:nth-child(5) {
				background-color: rgba(0, 0, 0, 0.175);
			}

			.features li:nth-child(6) {
				background-color: rgba(0, 0, 0, 0.21);
			}

			.features li:nth-child(7) {
				background-color: rgba(0, 0, 0, 0.245);
			}

			.features li:nth-child(8) {
				background-color: rgba(0, 0, 0, 0.28);
			}

			.features li:nth-child(9) {
				background-color: rgba(0, 0, 0, 0.315);
			}

			.features li:nth-child(10) {
				background-color: rgba(0, 0, 0, 0.35);
			}

			.features li:before {
				display: block;
				color: #00ffcc;
				position: absolute;
				left: 1.75em;
				top: 2.75em;
				font-size: 1.5em;
			}

			.features li:nth-child(1) {
				border-top-left-radius: 3px;
			}

			.features li:nth-child(2) {
				border-top-right-radius: 3px;
			}

			.features li:nth-last-child(1) {
				border-bottom-right-radius: 3px;
			}

			.features li:nth-last-child(2) {
				border-bottom-left-radius: 3px;
			}

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

				.features li {
					padding: 3em 2em 1em 2em ;
					text-align: center;
				}

					.features li:before {
						left: 0;
						margin: 0 0 1em 0;
						position: relative;
						top: 0;
					}

			}

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

				.features li {
					padding: 3em 0 1em 0 ;
					background-color: transparent !important;
					border-top: solid 2px #fff;
					width: 100%;
				}

					.features li:first-child {
						border-top: 0;
					}

			}



/* Rubriques Accueil */

#one,
#three {
	background: #f0efdf;
	padding-bottom: 40px;
}
#two {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	background: #f0efdf;
}

#two h3 {
	font-size: 1.8em;
	text-transform: uppercase;
}
@media screen and (max-width: 600px) {
#two h3 {
	margin-top: 40px;
}
}

/* .rub {
	padding: 40px 0 0 0;
} */
.rub .p1 {
	padding: 20px !important;
}
#three .rub {
	padding: 0;
}
.rub .content {
	display: flex;
}
.rub .content div {
	padding: 0 30px;
}
.rub .content img {
	width: 100%;
	height: 100%;
}
.rub h2 {
	font-size: 1.8em;
}
.rub p {
	line-height: 1.5;
	margin: 15px 20px 20px 0;
  width: 90%;
}
.rub.col p {
	margin: 20px 0;
}
.rub.col a {
	font-size: 1.2em;
}
.rub.col .offre a {
	font-size: 1.6em;
}

.rub a {
	font-size: 1.5em;
	color: #ff9c00;
	font-weight: 500;
	display: inline-block;
}
.rub a:hover {
	color: #3f2700;
}

.rub.col .content {
	flex-direction: column;
	align-items: center;
}
.rub.col h2 {
	color: #ff9c00;
}
.rub.col h2 span {
	color: #2d7800;
	font-size: .9em;
}
.rub.col .content div {
    margin-top: 30px;
	width: 770px;
}
.rub.col .content ul li {
	text-align: left;
    font-size: 1.3em;
    list-style: auto;
    line-height: 1.4;
}
.rub.col .content ul li strong {
    font-size: 1.1em;
}

.rub.col .content div p {
    font-size: 1.4em;
    display: inline-block;
}
.rub.col div p span {
    color: #ff9c00;
}

.rub h3 {
	margin: 20px 0;
	font-size: 1.6em;
	line-height: 1.4;
}
.rub h3 span {
	font-size: 1.1em;
  color: #ff9c00;
	line-height: 1.4;
    margin: 10px 0;
    display: inline-block;
}

.rub.col .content div .link-h {
	text-align: right;
	font-size: 1.4em;
}

@media screen and (max-width: 768px) {
	.rub.col .content div {
		margin-top: 20px;
		width: 100%;
	}
}

/***************** BLOC OFFRES GÉNÉRALISTES & SPÉCIFIQUES *********************/
.blc-offres {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 25px 40px 0 40px;
}
.blc-offres > .offre:nth-child(2) {
	margin: 30px;
	width: 57%;
}
.blc-offres + h3 {
	text-align: center;
	margin: 25px 0;
	font-size: 1.6em;
}
.sstit-offres {
	text-align: center;
  font-size: 1.8em;
  margin: 12px 0 30px 0;
}
.offre {
	background: #fff;
	padding: 20px 37px;
	text-align: center;
	position:relative;
}
.offre h3 {
	text-transform: uppercase;
}
.consult .offre {
	background: #f0efdf;
}
.offre .enc {
	background: #ff9c00;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	padding: 8px 12px;
	text-transform: uppercase;
	text-align: center;
	position:absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.offre a {
	display: inline-block;
    margin-top: 10px;
}
.offre a:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0);
}
.offre li {
	list-style: none;
    background: url(../../images/puce.png) no-repeat 0 0;
    padding: 0 0 15px 30px;
	font-size: 1.2em;
	text-align: left;
}
.wrapper.style5 .offre li {
	padding: 0 0 0 30px;
	line-height: 1.6;
}
.wrapper.style5 .offre h3 {
	margin: 10px 0;
}
.wrapper.style5 .offre a,
.spotlight.avis.int + a {
	font-size: 1.6em;
	color: #ff9c00;
  font-weight: 500;
}
.wrapper.style5 .offre a:hover,
.spotlight.avis + a:hover {
	color: #3f2700;
}
.offre h3 {
	font-size: 1.4em;
	line-height: 1.3;
  color: #000;
}
.offre h3 span {
	font-size: .8em;
    color: #ffae00;
    display: inline-block;
    line-height: 1.6;
	margin-top: 8px;
}
.offre ul {
	margin-top: 20px;
}
.offre em {
	font-style: normal;
	color: #005b04;
	display: inline-block;
	font-size: 1.1em;
	text-transform: uppercase;
	width: 100%;
}
.consult .tit-avis {
	margin: 40px 0 20px 0;
}

@media screen and (max-width: 1024px) {
	.rub {
		padding: 0;
	}
	.rub p {
		font-size: 1.3em;
		width: 100%;
	}
	.rub .content {
		flex-direction: column;
	}
	.rub .content div {
		padding: 20px;
	}
	.rub.col .content div {
		margin-top: 0;
	}
	.blc-offres {
		flex-direction: column;
		padding-bottom: 30px;
	}
	.blc-offres > .offre:nth-child(2) {
		margin: 20px 0;
		width: 100%;
	}
	.rub.col .content div p {
		width: 100%;
	}
	.rub.col .offre a {
		font-size: 1.5em;
	}
	.rub h2 {
		font-size: 1.8em;
	}
	.offre li {
		font-size: 1.3em;
	}
}
@media screen and (max-width: 767px) {
	.blc-offres {
		padding: 0;
	}
	.offre {
		width: 100%;
		padding: 20px;
	}
}

/* Spotlight */

	.spotlight {
		-moz-align-items: flex-end;
		-webkit-align-items: flex-end;
		-ms-align-items: flex-end;
		align-items: flex-end;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	}

	.spotlight.initial {
    display: initial;
}

		.spotlight .image {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			border-radius: 0;
			width: 360px;
			height: 360px;
		}

		.spotlight .image > div {
		    position: absolute;
		    top: 44%;
		    background: #000;
		    padding: 20px 0;
		    width: 100%;
		    text-align: center;
		    background: rgba(65,70,43,.7);
		}
		.spotlight .image h3 {
		    font-size: 1.4em;
		    margin: 0;
		}
		.spotlight .image p {
		    margin: 0;
		}


		.spotlight .image img {
			border-radius: 0;
			width: 100%;
		}

		.spotlight .content {
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			background-color: #e9e9da;
		}
		.spotlight.avis {
			height: auto;
			background: #fff;
			margin: 25px auto;
		}
		.spotlight.avis .desk-avis {
			width: auto;
			max-width: 1200px;
			display: none;
		}
		.spotlight.avis .desk-avis img {
			width: 100%;
		}
		@media screen and (min-width: 480px) {
			.spotlight.avis .desk-avis {
				display: inline-block
			}
			.spotlight.avis .mob-avis {
				display: none;
			}
		}
		.spotlight.avis + a {
			margin-bottom: 40px;
			text-align: center;
		}
		.spotlight.avis.int {
    	margin: 20px auto 0 auto;
		}
		.spotlight.avis.int + a {
			padding: 30px 0 0 0;
			text-align: center;
		}
		h3.tit-avis {
			text-align: center;
			font-size: 1.7em;
	}
		.spotlight.avis .content {
			text-align: center;
			max-width: inherit;
			background-color: transparent;
		}
		.spotlight.avis .content .blc-avis {
			display: flex;
    		justify-content: space-around;
			align-items: center;
    		margin: 30px 0;
		}
		.spotlight.avis .content .blc-avis div {
			height: auto;
			margin-left: 8px;
		}
		
		.spotlight.avis .content a {
			display: block;
			text-align: right;
		}


		.spotlight h4 {
			font-size: 1.2em;
			margin: 0;
			padding: 0 10px;
			line-height: 1.5;
		}
		.review-widget_net {
			padding-bottom: 40px;;
		}
		
		@media screen and (max-width: 980px) {
				.spotlight .image {
					width: 100%;
				}

				.spotlight .content {
					max-width: none;
					width: 100%;
				}
				.spotlight.avis .content .blc-avis {
    				display: block;
				}
				.spotlight.avis .content a {
			    	text-align: center;
					}
		}

		.spotlight {
			height: 710px;
    	background-size: contain;
			margin: 30px;
		}
		.spotlight.cons {
			background: url(../images/consultation-naturo.jpg) no-repeat top right;
			width: 60%;
			background-size: contain;
		}
		.spotlight.tests {
			background: url(../images/test-terrain.jpg) no-repeat top right;
			width: 40%;
			background-size: contain;
		}
		@media screen and (max-width: 1260px) {
			.spotlight {
				height: 820px;
			}
			.spotlight.cons,
			.spotlight.tests {
				width: 80%;
				background-size: inherit;
			}
		}
		@media screen and (max-width: 770px) {
			.spotlight {
				height: 880px;
			}
			.spotlight.cons,
			.spotlight.tests {
				width: 100%;
				margin: 0;
			}
			.spotlight .content {
				text-align: left;
			}
		}
		@media screen and (max-width: 600px) {
			#two {
				display: contents;
			}
		}

/* Wrapper */

	.wrapper {
		padding: 2em 0 ;
		background: #fff;
	}

	.wrapper > .inner {
		width: 57em;
		margin: 0 auto;
	}

@media screen and (max-width: 980px) {
	.wrapper > .inner {
		width: 100%;
	}
}

		.wrapper img {
			width: 100%;
			height: 100%;
		}

		.wrapper.alt {
			padding: 0;
		}

		.wrapper.style1 {
			background-color: #778241;
			color: #c8ece9;
		}
		.wrapper.style1 a {
			color: #ffc600;
		}


			.wrapper.style1 strong, .wrapper.style1 b {
				color: #ffffff;
			}

			.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
				color: #ffffff;
			}

			.wrapper.style1 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 blockquote {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 code {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style1 header p {
				color: #fff;
			}

			.wrapper.style1 header.major h2, .wrapper.style1 header.major h3, .wrapper.style1 header.major h4, .wrapper.style1 header.major h5, .wrapper.style1 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 label {
				color: #ffffff;
			}

			.wrapper.style1 input[type="text"],
			.wrapper.style1 input[type="password"],
			.wrapper.style1 input[type="email"],
			.wrapper.style1 select,
			.wrapper.style1 textarea {
				background-color: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style1 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
			}

				.wrapper.style1 select option {
					color: #ffffff;
					background: #21b2a6;
				}

			.wrapper.style1 input[type="checkbox"] + label,
			.wrapper.style1 input[type="radio"] + label {
				color: #c8ece9;
			}

				.wrapper.style1 input[type="checkbox"] + label:before,
				.wrapper.style1 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 input[type="checkbox"]:checked + label:before,
			.wrapper.style1 input[type="radio"]:checked + label:before {
				background: #ffffff;
				color: #21b2a6;
			}

			.wrapper.style1 ::-webkit-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 ::-moz-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 :-ms-input-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .formerize-placeholder {
				color: #a6e0db !important;
			}

			.wrapper.style1 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}

				.wrapper.style1 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 table th {
				color: #ffffff;
			}

			.wrapper.style1 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style1 input[type="submit"],
			.wrapper.style1 input[type="reset"],
			.wrapper.style1 input[type="button"],
			.wrapper.style1 button,
			.wrapper.style1 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}

				.wrapper.style1 input[type="submit"]:hover,
				.wrapper.style1 input[type="reset"]:hover,
				.wrapper.style1 input[type="button"]:hover,
				.wrapper.style1 button:hover,
				.wrapper.style1 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style1 input[type="submit"]:active,
				.wrapper.style1 input[type="reset"]:active,
				.wrapper.style1 input[type="button"]:active,
				.wrapper.style1 button:active,
				.wrapper.style1 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

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

				.wrapper.style1 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}

		.wrapper.style3 {
			background-color: #505393;
			color: #d3d4e4;
		}

			.wrapper.style3 strong, .wrapper.style3 b {
				color: #ffffff;
			}

			.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
				color: #ffffff;
			}

			.wrapper.style3 hr {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 blockquote {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 code {
				background: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style3 header p {
				color: #b9bad4;
			}

			.wrapper.style3 header.major h2, .wrapper.style3 header.major h3, .wrapper.style3 header.major h4, .wrapper.style3 header.major h5, .wrapper.style3 header.major h6 {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 header.major p {
				color: #d3d4e4;
			}

			.wrapper.style3 label {
				color: #ffffff;
			}

			.wrapper.style3 input[type="text"],
			.wrapper.style3 input[type="password"],
			.wrapper.style3 input[type="email"],
			.wrapper.style3 select,
			.wrapper.style3 textarea {
				background-color: rgba(255, 255, 255, 0.075);
			}

			.wrapper.style3 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.125)' /%3E%3C/svg%3E");
			}

				.wrapper.style3 select option {
					color: #ffffff;
					background: #505393;
				}

			.wrapper.style3 input[type="checkbox"] + label,
			.wrapper.style3 input[type="radio"] + label {
				color: #d3d4e4;
			}

				.wrapper.style3 input[type="checkbox"] + label:before,
				.wrapper.style3 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style3 input[type="checkbox"]:checked + label:before,
			.wrapper.style3 input[type="radio"]:checked + label:before {
				background: #ffffff;
				color: #505393;
			}

			.wrapper.style3 ::-webkit-input-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 :-moz-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 ::-moz-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 :-ms-input-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 .formerize-placeholder {
				color: #b9bad4 !important;
			}

			.wrapper.style3 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}

				.wrapper.style3 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style3 table th {
				color: #ffffff;
			}

			.wrapper.style3 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 input[type="submit"],
			.wrapper.style3 input[type="reset"],
			.wrapper.style3 input[type="button"],
			.wrapper.style3 button,
			.wrapper.style3 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}

				.wrapper.style3 input[type="submit"]:hover,
				.wrapper.style3 input[type="reset"]:hover,
				.wrapper.style3 input[type="button"]:hover,
				.wrapper.style3 button:hover,
				.wrapper.style3 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style3 input[type="submit"]:active,
				.wrapper.style3 input[type="reset"]:active,
				.wrapper.style3 input[type="button"]:active,
				.wrapper.style3 button:active,
				.wrapper.style3 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

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

				.wrapper.style3 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}

			}

		.wrapper.style4 {
			background-color: transparent;
			padding: 5em 0;
			text-align: center;
		}
		.wrapper.style4 .inner {
			width: 100%;
		}
		@media screen and (min-width: 736px) {
			.wrapper.style4 .inner {
					width: 70em;
				}
		}

		.wrapper.style4 h2 {
			font-size: 1.7em;
			line-height: 2em;
		}
		.wrapper.style4 p,
		.wrapper.style4 ul {
			margin: 0;
			text-align: left;
		}
		.wrapper.style5 li {
			font-size: 1.2em;
			list-style: none;
			background: url(../../images/puce.png) no-repeat 0 0;
			padding-left: 30px;
			margin: .8em 0;
			line-height: 1.8;
		}
		.wrapper.style5 .regles li strong {
			color: #003302;
			font-size: 1.1em;
		}
		.wrapper.style5 .actions.bis li {
			background: none;
			margin: 0;
		}

		@media screen and (min-width: 1024px) {
			.wrapper.style5 > .inner.small {
				width: 54em;
			}
		}

		.naturo .wrapper.style5 ul.actions li {
			font-size: 1.4em;
		}

/********************* PARCOURS ********************/
		.wrapper.style5 .cv {
			display: inline-block;
			width: 100%;
		}

		.wrapper.style5 .cv img {
			width: 100%;
		}
		.wrapper.style5 .cv .suite {
			width: 100%;
			display: inline-block;
		}
		.wrapper.style5 .cv h4 {
		    display: inline-block;
		}
		.wrapper.style5 .cv h4.top {
		    margin: 1em 0 0 0;
		}

		.wrapper.style5 .cv .suite h4 {
		    margin: 1.4em 0 0 0;
		}
		.wrapper.style5 .cv p {
			line-height: 1.6em;
			margin: 0;
		}
		.wrapper.style5 .cv p span {
			color: #99aa00;
		}
		.wrapper.style5 .stages {
			 font-size: 1.2em;
		}
		.wrapper.style5 .stages li {
			display: block;
			padding: 1.5em 0 1.5em 100px;
		}
		.wrapper.style5 .stages li.lpefb {
			background: url(../../images/LPEFB.jpg) no-repeat 18px center;
		}
		.wrapper.style5 .stages li.oreka3 {
			background: url(../../images/oreka3.jpg) no-repeat 18px center;
		}
		.wrapper.style5 .stages li.oreka2 {
			background: url(../../images/oreka2.jpg) no-repeat 18px center;
		}
		.wrapper.style5 .stages li.oreka1 {
			background: url(../../images/oreka1.jpg) no-repeat 18px center;
		}
		.wrapper.style5 .stages li.roche {
			background: url(../../images/roche-mere.png) no-repeat 18px center;
		}
		.wrapper.style5 .stages li.eden {
			background: url(../../images/eden.png) no-repeat 10px center;
		}
		.wrapper.style5 .stages li.life {
			background: url(../../images/lifeforce.png) no-repeat 0 center;
		}
		.wrapper.style5 .stages li.irene {
			background: url(../../images/irene.png) no-repeat 14px center;
		}
		.wrapper.style5 .stages li.lopvet {
			background: url(../../images/lopvet.png) no-repeat 14px center;
		}
		.wrapper.style5 .stages li span {
			color: #999;
		}
		.wrapper.style5 .chrono ul {
			padding: 0;
		}
		.wrapper.style5 .chrono li {
			background: url(../../images/logo-IFSH.png) no-repeat;
			display: block;
			margin: 36px 0;
			padding-left: 80px;
			font-size: 1.4em;
    		line-height: 1.4em;
		}
		.wrapper.style5 .chrono li span {
			font-size: .9em;
			color: #333;
		}
		.parcours h4 {
			text-transform: uppercase;
		}

		@media screen and (min-width: 736px) {
			.wrapper.style5 .cv img {
				width: 22vh;
			}
			.wrapper.style5 .cv > div {
				padding-left: 20px;
			}
			.wrapper.style5 .cv h4 {
	    		display: inherit;
	    		margin: 0;
			}
		}

			.wrapper.style5 hr {
				border-color: #dfdfdf;
			}

			.wrapper.style5 blockquote {
				border-color: #dfdfdf;
			}

			.wrapper.style5 code {
				background: rgba(0, 0, 0, 0.0375);
			}

			.wrapper.style5 header p {
				color: #8E8892;
			}

			.wrapper.style5 header.major h2, .wrapper.style5 header.major h3, .wrapper.style5 header.major h4, .wrapper.style5 header.major h5, .wrapper.style5 header.major h6 {
				border-color: #dfdfdf;
			}

			.wrapper.style5 h3.whatsapp:before,
			.wrapper.style5 h3.skype:before,
			.wrapper.style5 h3.email:before  {
				content: "";
				display: inline-block;
				vertical-align: middle;
				width: 38px;
				height: 38px;
				margin: -7px 10px 0 0;
			}
			.wrapper.style5 h3.email:before {
				background: url("../../images/email.png") no-repeat;
			}
			.wrapper.style5 h3.skype + p a {
				text-transform: inherit;
				color: #008dc7;
			}
			.wrapper.style5 h3.skype + p a:hover {
				color: #005477;
			}
			.wrapper.style5 h3.skype:before  {
				background: url("../../images/skype.png") no-repeat;
			}

			.wrapper.style5 header.major p {
				color: #4E4852;
			}

			.wrapper.style5 label {
				color: #273837;
				cursor: default;
			}

			.wrapper.style5 input[type="text"],
			.wrapper.style5 input[type="password"],
			.wrapper.style5 input[type="email"],
			.wrapper.style5 select,
			.wrapper.style5 textarea {
				background-color: rgba(0, 0, 0, 0.0375);
			}

			.wrapper.style5 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dfdfdf' /%3E%3C/svg%3E");
			}

				.wrapper.style5 select option {
					color: #273837;
					background: #ffffff;
				}

			.wrapper.style5 input[type="checkbox"] + label,
			.wrapper.style5 input[type="radio"] + label {
				color: #4E4852;
			}

				.wrapper.style5 input[type="checkbox"] + label:before,
				.wrapper.style5 input[type="radio"] + label:before {
					background: rgba(0, 0, 0, 0.0375);
				}

			.wrapper.style5 input[type="checkbox"]:checked + label:before,
			.wrapper.style5 input[type="radio"]:checked + label:before {
				background: #273837;
				color: #ffffff;
			}

			.wrapper.style5 ::-webkit-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 ::-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-ms-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .formerize-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .icon.major {
				border-color: #dfdfdf;
			}

			.wrapper.style5 ul.alt li {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tbody tr {
				border-color: #dfdfdf;
			}

				.wrapper.style5 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(0, 0, 0, 0.0375);
				}

			.wrapper.style5 table th {
				color: #273837;
			}

			.wrapper.style5 table thead {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tfoot {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table.alt tbody tr td {
				border-color: #dfdfdf;
			}

			.wrapper.style5 input[type="submit"],
			.wrapper.style5 input[type="reset"],
			.wrapper.style5 input[type="button"],
			.wrapper.style5 button,
			.wrapper.style5 .button {
				box-shadow: inset 0 0 0 2px #dfdfdf;
				color: #273837;
			}

				.wrapper.style5 input[type="submit"]:hover,
				.wrapper.style5 input[type="reset"]:hover,
				.wrapper.style5 input[type="button"]:hover,
				.wrapper.style5 button:hover,
				.wrapper.style5 .button:hover {
					background-color: #eb693b;
					color: #fff;
				}

				.wrapper.style5 input[type="submit"]:active,
				.wrapper.style5 input[type="reset"]:active,
				.wrapper.style5 input[type="button"]:active,
				.wrapper.style5 button:active,
				.wrapper.style5 .button:active {
					background-color: rgba(0, 0, 0, 0.1);
				}

		@media screen and (max-width: 980px) {
			.wrapper {
				padding: 2em;
			}
		}

/* Page Wrapper + Menu */

	#page-wrapper {
		-moz-transition: opacity .5s ease;
		-webkit-transition: opacity .5s ease;
		-ms-transition: opacity .5s ease;
		transition: opacity .5s ease;
		opacity: 1;
		padding-top: 110px;
	}

		#page-wrapper:before {
			background: rgba(0, 0, 0, 0);
			content: '';
			display: block;
			display: none;
			height: 100%;
			left: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 10001;
		}

	#menu {
		-moz-transform: translateX(24em);
		-webkit-transform: translateX(24em);
		-ms-transform: translateX(24em);
		transform: translateX(24em);
		-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;
		-webkit-overflow-scrolling: touch;
		background: #5f7122;
		color: #ffffff;
		height: 100%;
		max-width: 80%;
		overflow-y: auto;
		padding: 3em 2em;
		position: fixed;
		right: 0;
		top: 0;
		width: 24em;
		z-index: 10002;
	}

		#menu ul {
			list-style: none;
			padding: 0;
		}

			#menu ul > li {
				border-top: solid 1px rgba(0, 0, 0, 0.125);
				margin: 1em 0 0 0;
				padding: 1em 0 0 0;
			}

				#menu ul > li:first-child {
					border-top: 0 !important;
					margin-top: 0 !important;
					padding-top: 0 !important;
				}

				#menu ul > li > a {
					border: 0;
					color: inherit;
					display: block;
					letter-spacing: 0.225em;
					outline: 0;
					text-decoration: none;
					text-transform: uppercase;
				}

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

						#menu ul > li > a {
							line-height: 2em;
						}

					}

		#menu .close {
			background-image: url("images/close.svg");
			background-position: 4.85em 1em;
			background-repeat: no-repeat;
			border: 0;
			cursor: pointer;
			display: block;
			height: 3em;
			position: absolute;
			right: 0;
			top: 0;
			width: 7em;
		}

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

			#menu {
				padding: 3em 1.5em;
			}

		}

	body.is-menu-visible #page-wrapper {
		opacity: 0.35;
	}

		body.is-menu-visible #page-wrapper:before {
			display: block;
		}

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

/* Header */

	#header {
		-moz-transition: background-color 0.2s ease;
		-webkit-transition: background-color 0.2s ease;
		-ms-transition: background-color 0.2s ease;
		transition: background-color 0.2s ease;
		background: #fff;
		height: 110px;
		left: 0;
		line-height: 4em;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10000;
		-webkit-box-shadow: 0 2px 22px -8px rgba(0,0,0,.4);
		-moz-box-shadow: 0 2px 22px -8px rgba(0,0,0,.4);
		box-shadow: 0 2px 22px -8px rgba(0,0,0,.4);
	}

		#header div {
			-moz-transition: opacity 0.2s ease;
			-webkit-transition: opacity 0.2s ease;
			-ms-transition: opacity 0.2s ease;
			transition: opacity 0.2s ease;
			height: inherit;
			left: 25px;
			line-height: inherit;
			position: absolute;
			top: 12px;
		}

			#header div a {
				border: 0;
				display: block;
				height: inherit;
				line-height: inherit;
				cursor: pointer;
			}

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

					#header div a {
						font-size: 0.8em;
					}

				}

		#header nav {
			height: inherit;
			line-height: inherit;
			position: absolute;
			right: 10px;
			top: 28px;
		}

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

				#header nav > ul > li {
					display: inline-block;
					padding: 0;
				}

					#header nav > ul > li > a {
						border: 0;
						color: #000;
						display: block;
						letter-spacing: 0.225em;
						padding: 0 1.5em;
						text-transform: uppercase;
					}
					#header.alt nav > ul > li > a {
						color: #fff;
					}

						#header nav > ul > li > a.menuToggle {
							outline: 0;
							position: relative;
							cursor: pointer;
						}

							#header nav > ul > li > a.menuToggle:after {
								background-image: url("images/bars-head.svg");
								background-position: right center;
								background-repeat: no-repeat;
								content: '';
								display: inline-block;
								height: 3.7em;
								vertical-align: middle;
								width: 1.8em;
							}
							#header.alt nav > ul > li > a.menuToggle:after {
								width: 2.6em;
							}
							#header.alt nav > ul > li > a.menuToggle:after {
								background-image: url("images/bars.svg");
							}

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

								#header nav > ul > li > a.menuToggle {
									padding: 0 1.5em;
								}

									#header nav > ul > li > a.menuToggle span {
										display: none;
									}

							}

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

							#header nav > ul > li > a {
								padding: 0 0 0 1.5em;
							}

						}

					#header nav > ul > li:first-child {
						margin-left: 0;
					}

		#header.alt {
			background: transparent;
			box-shadow: none;
		}

			#header.alt div {
				pointer-events: none;
				opacity: 0;
			}

/* Banner */

	#banner {
		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: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		height: 100vh;
		min-height: 35em;
		overflow: hidden;
		position: relative;
		text-align: center;
	}

	#banner h1 {
		color: #fff3d7;
		font-weight: 500;
		font-size: 4em;
		margin-top: 25px;
		line-height: 1.3;
		padding: 0 20px;
	} 
	@media screen and (max-width: 736px) {
		#banner h3 {
			font-size: 1.2em;
			margin: 8px 5px 0 5px;
		}
	}
	@media screen and (max-width: 375px) {
		#banner h3 {
			font-size: .9em;
			margin-top: 5px;
		}
	}
	@media screen and (max-width: 768px) {
		#banner h1 {
			margin: 10px 10px 0 10px;
		}
	}
	



		#banner img { 
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			display: inline-block;
			opacity: 1;
			padding: 0 10em;
			position: relative;
			z-index: 1;
			width: 100%;
		}
		@media screen and (min-width: 480px) {
			#banner img {
				padding: 0 14em;
			}
		}
		@media screen and (min-width: 736px) {
			#banner img {
				width: auto;
				padding: 1em;
			}
		}

			#banner img:before, #banner img:after {
				-moz-transition: width 0.85s ease;
				-webkit-transition: width 0.85s ease;
				-ms-transition: width 0.85s ease;
				transition: width 0.85s ease;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				background: #fff;
				content: '';
				display: block;
				height: 2px;
				position: absolute;
				width: 100%;
			}

			#banner img:before {
				top: 0;
				left: 0;
			}

			#banner img:after {
				bottom: 0;
				right: 0;
			}

		#banner p {
			letter-spacing: 0.225em;
			text-transform: uppercase;
		}

		#banner .more {
			-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
			-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
			transition: transform 0.75s ease, opacity 0.75s ease;
			-moz-transition-delay: 3.5s;
			-webkit-transition-delay: 3.5s;
			-ms-transition-delay: 3.5s;
			transition-delay: 3.5s;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			border: none;
			bottom: 0;
			color: #fff;
			height: 5.5em;
			left: 50%;
			letter-spacing: 0.225em;
			margin-left: -8.5em;
			opacity: 1;
			outline: 0;
			padding-left: 0.225em;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			width: 16em;
			font-size: 1.6em;
    	font-weight: 400;
			z-index: 1;
		}
		#banner .more:hover {
			color: #f6bb2a;
		}

			#banner .more:after {
				background-image: url("images/arrow.svg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				bottom: 2em;
				content: '';
				display: block;
				height: 1.6em;
				left: 50%;
				margin: 0 0 0 -0.75em;
				position: absolute;
				width: 1.6em;
			}

		#banner:after {
			pointer-events: none;
			-moz-transition: opacity 1s ease-in-out;
			-webkit-transition: opacity 1s ease-in-out;
			-ms-transition: opacity 1s ease-in-out;
			transition: opacity 1s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			content: '';
			background: #323f25;
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}

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

			#banner {
				padding: 2em 0;
				height: auto;
				min-height: 0;
			}
			#banner h1 {
				font-size: 2.2em;
			}
			#banner br {
				display: none;
			}
			#banner .more {
				display: none;
			}

			#cta .inner .actions {
				max-width: none;
			}
		}

	body.is-preload #banner h1 {
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}

		body.is-preload #banner h1:before, body.is-preload #banner h1:after {
			width: 0;
		}

	body.is-preload #banner .more {
		-moz-transform: translateY(8.5em);
		-webkit-transform: translateY(8.5em);
		-ms-transform: translateY(8.5em);
		transform: translateY(8.5em);
		opacity: 0;
	}

	body.is-preload #banner:after {
		opacity: 1;
	}

/* CTA */

	#cta .inner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		padding: 0 20px;
	}

		#cta .inner header {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			padding-right: 3em;
			width: 60%;
		}

			#cta .inner header p {
				color: inherit;
			}

		#cta .inner .actions {
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			align-self: center;
			width: 100%;
		}

		#cta .inner .actions a {
			font-size: 1.7em;
		}

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

			#cta .inner {
				display: block;
				text-align: center;
			}

				#cta .inner header {
					padding-right: 0;
					width: 100%;
				}

				#cta .inner .actions {
					margin-left: auto;
					margin-right: auto;
					/*max-width: 20em;*/
					width: 100%;
				}

		}

/* Main */

	#main > header {
		padding: 12em 0 10em 0 ;
		background-image: url("../../images/banner1.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		text-align: center;
	}

	#main.parcours > header {
		background-image: url("../../images/banner1.jpg");
	}
	#main.naturo > header {
		background-image: url("../../images/banner10.jpg");
	}
	#main.reflexo > header {
		background-image: url("../../images/banner3.jpg");
	}
	#main.consult > header {
		background-image: url("../../images/banner7.jpg");
	}
	#main.contact > header {
		background-image: url("../../images/banner5.jpg");
	}
	#main.mentions > header {
		background-image: url("../../images/banner6.jpg");
	}

		#main > header p {
			color: inherit;
			letter-spacing: 0.225em;
			text-transform: uppercase;
			top: 0;
		}

		#main > header p a {
			color: inherit;
		}
		#main > header h1 {
			font-size: 2.8em;
			text-transform: uppercase;
			color: #fff;
			text-shadow: 0px 2px 6px rgb(0 0 0 / 80%);
		}

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

			#main > header {
				padding: 7em 0 8em 0 ;
			}

		}

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

			#main > header {
				padding: 8em 3em 6em 3em ;
			}

		}

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

			#main > header {
				padding: 10em 3em 8em 3em ;
			}

		}

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

			#main > header {
				padding: 5em 3em 3em 3em ;
			}

			#main > header h2 {
				font-size: 2em;
				margin: 0 0 1em 0;
				line-height: 1.6;
			}
			#main > header h1 {
				font-size: 1.8em;
			}

		}

	body.is-mobile #main > header {
		background-attachment: scroll;
	}

/* Carousel */
	  
	  .carousel_items {
		display: flex;
		flex-wrap: nowrap;
		overflow: hidden;
		width: auto;
		height: 450px;
	  }
	  .carousel_item {
		position: relative;
		min-width: 100%;
		transition: all .7s linear;
		background-repeat: no-repeat;
		background-size: contain;
	  }
	  .item1 {
			background-image: url("../../images/avis01-mob.png");
			}
		.item2 {
				background-image: url("../../images/avis02-mob.png");
			}
		.item3 {
					background-image: url("../../images/avis03-mob.png");
					}
		.item4 {
						background-image: url("../../images/avis04-mob.png");
			}
		.item5 {
							background-image: url("../../images/avis05-mob.png");
			}
	  .item6 {
			background-image: url("../../images/avis06-mob.png");
			height: 716px;
			}

	  @media screen and (min-width: 480px) {
		.carousel_items {
			width: 800px;
			margin: 20px auto;
			}
			.item1 {
				background-image: url("../../images/avis01.png");
				}
				.item2 {
				background-image: url("../../images/avis02.png");
				}
				.item3 {
				background-image: url("../../images/avis03.png");
				}
				.item4 {
				background-image: url("../../images/avis04.png");
				}
				.item5 {
				background-image: url("../../images/avis05.png");
				}
			.item6 {
				background-image: url("../../images/avis06.png");
				}
		}

/* Footer */

	#footer {
		padding: 6em 0 4em 0 ;
		background-color: #323f25;
		text-align: center;
	}

		#footer .icons {
			font-size: 1.25em;
		}

			#footer .icons a {
				color: rgba(255, 255, 255, 0.5);
			}

				#footer .icons a:hover {
					color: #fff;
				}

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
			text-transform: uppercase;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(255, 255, 255, 0.5);
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				padding-left: 1em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: inherit;
				}

					#footer .copyright li a:hover {
						color: #fff;
					}

				@media screen and (min-width: 485px) {
				ul.icons li {
					padding: 0 2em 0 0;
				}
			}

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

					#footer .copyright li {
						border: 0;
						display: block;
						line-height: 1.65em;
						margin: 0;
						padding: 0.5em 0;
					}

				}

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

			#footer {
				padding: 4em 3em 2em 3em ;
			}

		}

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

			#footer {
				padding: 3em 2em 1em 2em ;
			}

		}

/* Landing */

	body.landing #page-wrapper {
		background-image: url("../../images/accueil.jpg");
		background-attachment: fixed;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-top: 0;
	}

	body.landing #footer {
		background-color: #1d2a17;
	}

/*	body.is-mobile.landing #page-wrapper {
		background: none;
	}*/

	body.is-mobile.landing #banner,
	body.is-mobile.landing .wrapper.style4 {
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../../images/banner.jpg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}

/* LOGOS */
.spn:before {
    content: "";
    background: url(../../images/logo-spn.png) no-repeat 0 0;
    width: 57px;
    height: 31px;
    display: inline-block;
}
.apnf:before {
    content: "";
    background: url(../../images/logo-apnf.png) no-repeat 0 0;
    width: 31px;
    height: 31px;
    display: inline-block;
}

/**************** HOME *******************/
.wrapper.home .spotlight p {
	line-height: 1.6;
    font-size: 15px;
	margin: 6px 0 1em;
}
.wrapper.home h2 {
	font-size: 20px;
    line-height: 1.4;
	background-color: #eb693b;
	padding: 15px 20px;
	color: #fff;
}
.wrapper.home h2 span {
	font-size: 15px;
	display: block;
}

.wrapper.home a {
    font-size: 1.3em;
}
@media screen and (max-width: 980px) {
	.wrapper.home .spotlight p {
		line-height: 1.6;
		font-size: 16px;
		margin: 8px 0 1.4em;
	}
	.wrapper.home a {
		font-size: 20px;
	}
}

/**************** NATURO ******************/
.image p {
	text-align: center;
}

.naturo h3 {
	padding: 0 0 0 50px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
.naturo h3.hygie {
	background: url("../../images/hygienisme.png") no-repeat;
}
.naturo h3.natur {
	background: url("../../images/naturo.png") no-repeat;
}
.naturo h3::first-letter {
	font-size: 2.2em;
	font-weight: 100;
}
.naturo ul.indic {
	padding-left: 10px;
}
@media screen and (min-width: 737px) {
	.naturo ul.indic {
	padding-left: 20px;
	}
	.naturo h3.natur {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 600px) {
	.naturo h3.natur {
		font-size: 1.2em;
	}
}
p.esp {
    color: #005b04;
    margin: 0 0 2em 0;
    font-size: 1.3em;
    line-height: 1.3;
}
p.esp span {
    font-size: 1.4em;
}
p.esp .cp {
    font-size: 1em;
}

.spotlight .content a {
	color: #f17100;
	font-weight: 400;
}

/*************************** Page Consultations ******************************/
.consult {
	background: #f0efdf;
}
.consult h2 {
	color: #eb693b;
	font-size: 1.8em;
	margin: 20px 0 10px 0;
}
.consult .wrapper h4 span {
	text-transform: uppercase;
}
.consult .wrapper h3.bis {
	font-size: 1.3em;
	color: #637543;
	margin-top: 30px;
}
.consult .wrapper p.mb {
	margin-bottom: 0;
}
.consult .wrapper h3.bis.mt {
	margin-top: 10px;
}
.consult .wrapper h3 em {
	text-transform: uppercase;
	font-style: normal;
}
.consult .wrapper p {
	font-size: 1.3em;
	margin: 0 0 20px 0;
}
@media screen and (min-width: 1024px) {
.spotlight h4 {
	padding: 0;
	line-height: 1;
}
}

/**************** PAGE DE VENTE : ACCOMPAGNEMENT NATURO ******************/

.mb0 {
	margin-bottom: 0;
}
.m20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}

.acc-nat {
	background: #fff;
	text-align: center;
}
.banner-acc {
	background: url(../../images/banner-acc.jpg) no-repeat center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: default;
	height: 100vh;
	min-height: 35em;
	overflow: hidden;
	text-align: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 120px;
}
.banner-acc .button,
.descriptif .button,
.temoignages .button {
	background: #ffc013;
	border: none;
	font-size: 1.6em;
	padding: 30px 60px;
  margin: 50px auto 20px auto;
	box-shadow: none;
	height: auto;
	line-height: 1;
	letter-spacing: 1.14px;
	width: 90%;
}
.descriptif.full .button,
.temoignages .button {
	margin: 10px auto 0 auto;
	font-size: 1.4em;
}
.temoignages em {
	font-size: 1.3em;
}
.descriptif.full em,
.temoignages em {
	font-size: 1.2em;
	margin-top: 10px;
	display: inline-block;
	color: #ee8c00;
}
.acc-nat .button:hover {
	background: #fff !important;
	color: #ffc013 !important;
	border: 1px solid #ffc013;
}
.banner-acc em,
.descriptif em,
.temoignages em {
	text-transform: uppercase;
	font-size: 1.6em;
  font-style: inherit;
}
.banner-acc em {
  color: #ffc013;
}
.temoignages em {
	text-transform: uppercase;
	font-size: 1.2em;
  font-style: inherit;
}
.acc-nat .mev {
	font-size: 1.1em;
	line-height: 1.1;
}

video {
	width: 100%;
	height: 100%;
	background: #000;
	margin: 0 auto;
	max-width: 545px;
}
.temg {
	text-align: center;
	margin: 20px;
}

.acc-nat .descriptif .mev2 {
	margin: 2em 0;
}
.acc-nat .descriptif.full .wtxt .mev2 li {
		background: #ffc013;
    color: #fff;
    font-size: 1.3em;
    margin: 0;
    font-weight: 400;
    padding: 10px 15px;
    line-height: 1.4;
    text-align: center;
		height: auto;
}
.acc-nat .descriptif .mev2 li span {
	font-size: 1.4em;
	font-weight: 600;
}
.acc-nat .descriptif .mev2 li {
	margin-top: 30px;
}
.acc-nat .descriptif .mev2 li em {
	color: #fff;
	margin: 0;
}
.acc-nat .descriptif .mev2 li em + p {
	font-size: .9em;
	text-align: center;
	margin: 0;
	line-height: 1.3;
}

.head-det,
.det-acc {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	width: 100%;
}
.consult .wrapper .head-det p {
	text-transform: uppercase;
	font-size: 1.1em;
}
.consult .wrapper .det-acc p {
	color: #005b04;
	font-size: 1.6em;
	font-weight: 500;
  line-height: 1;
	margin: 12px 0 0 0;
}
.consult .wrapper .det-acc p:first-child {
	font-size: 1.4em;
}
.consult .wrapper .det-acc p:first-child span {
	font-size: .9em;
	font-weight: 100;
}
.consult .wrapper .det-acc p:last-child {
	text-align: right;
	font-size: 1.7em;
}
.consult .wrapper .det-acc p em {
	font-style: italic;
	font-size: .7em;
	font-weight: 100;
}

.head-det.opt {
	display: inline-block;
	width: auto;
}
.head-det.opt em {
	font-size: 1.2em;
}

/******** ANIM TEXTE *********/
@keyframes fadeIn {
	0% {opacity:0;}
	100% {opacity:1;}
}
.banner-acc a,
.banner-acc em {
	animation: fadeIn 8s;
}

.banner-acc h1 {
	animation: fadeIn 4s;
	font-family: 'Montserrat', sans-serif;
	font-size: 3.6rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
}
.banner-acc h2 {
	animation: fadeIn 6s;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;
	font-weight: 600;
	color: #ffc013;
	line-height: 1.3;
	margin-top: 20px;
}
.banner-acc h3 {
	animation: fadeIn 8s;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	line-height: 1.2;
	margin-top: 20px;
}
.acc-nat .descriptif {
	width: 740px;
	padding: 40px;
	display: inline-block;
	text-align: left;
}
.descriptif.fd {
	background: #f9efdf;
}
.descriptif.full {
	text-align: center;
	width: 100%;
}
.descriptif.full .wtxt {
	display: inline-block;
	width: 780px;
	padding: 0 40px;
}
.descriptif.full .wtxt li.full {
	width: 95%;
	height: auto;
}
.descriptif.full .wtxt li {
	background: #053607;
	color: #fff;
	font-size: 1.3em;
	padding: 22px 28px 22px 28px;
	width: 45%;
	height: 167px;
	font-weight: 100;
	line-height: 1.3;
}
.descriptif.full .wtxt li.light {
	background: #0d6511;
}
@media screen and (max-width: 670px) {
	.descriptif.full .wtxt li {
		width: 100%;
		height: auto;
	}
}
.descriptif.full .wtxt li span {
	font-size: 1.2em;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 4px;
}
.descriptif.full div h3 {
	text-align: left;
}
.acc-nat .descriptif h3 {
	font-size: 1.7em;
	margin-bottom: 22px;
	line-height: 1.4;
}
.acc-nat .descriptif ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
		margin: 0 0 40px 0;
}
.acc-nat .descriptif li {
	list-style: none;
	background: url(../../images/puce.png) no-repeat 0 0;
	padding-left: 30px;
	font-size: 1.3em;
  font-family: 'Open Sans';
  margin-top: 25px;
	text-align: left;
	font-weight: 400;
}
.acc-nat .profil {
	display: flex;
	justify-content: center;
  align-items: center;
	background: #f0efdf;
	padding: 40px 0;
}
.acc-nat .profil > div {
	width: 50%;
	padding: 0 50px;
}
.acc-nat .profil h3 {
	font-size: 1.6rem;
	text-align: left;
}

.temoignages {
	padding: 40px;
	display: inline-block;
}
.temoignages h3 {
	font-size: 1.8em;
}
.temoignages .slider {
	padding: 0 0 20px 0;
}
.link-txt {
	text-transform: uppercase;
	font-size: 1.8em;
	display: inline-block;
	width: 100%;
	font-weight: 400;
}
.link-txt:hover {
	color: #005b04;
}

@media screen and (max-width: 1024px) {
	.acc-nat .profil {
		flex-direction: column;
	}
	.acc-nat .profil > div {
		width: 740px;
		padding: 10px 0 0 0;
	}
	.banner-acc h1 {
		font-size: 3.4rem;
	}
	.banner-acc h2 {
		font-size: 2.4rem;
    line-height: 1.2;
	}
	}
	@media screen and (max-width: 768px) {
		.banner-acc {
			padding: 20px;
		}
		.banner-acc .button,
		.descriptif .button {
			padding: 15px 10px;
			white-space: break-spaces;
			font-size: 1.4em;
			line-height: 1.2;
			margin: 25px auto 15px auto;
		}
		.banner-acc em,
		.descriptif em {
			font-size: 1.3em;
		}
		.banner-acc h1 {
			font-size: 2rem;
		}
		.banner-acc h2 {
			font-size: 1.6rem;
    	line-height: 1.2;
		}
		.banner-acc h3 {
			font-size: 1.2rem;
    	line-height: 1;
		}
		.acc-nat .profil,
		.acc-nat .profil p {
			margin: 0;
		}
		.acc-nat .profil > div,
		.acc-nat .descriptif {
			width: 100%;
			padding: 20px;
		}
		.descriptif.full .wtxt {
			width: 100%;
			padding: 0;
		}
		.temoignages .slider {
			padding: 0;
		}
		.temoignages {
				padding: 15px;
		}
		.link-txt {
			text-transform: uppercase;
			font-size: 1.6em;
		}
	}


/**************** PAGE DE DÉTAIL : ACCOMPAGNEMENT 12 SEMAINES ******************/

.slide2 {
	width: 100%;
	display: flex;
	align-items: center;
}
.prog {
	background: #f7f7f7;
	text-align: left;
	letter-spacing: 0;
	width: 70%;
	padding: 20px 80px;
}
.prog h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 2.5em;
	line-height: 1.2;
	color: #049b34;
	margin-top: 10px;
}
.prog h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.6em;
	color: #333;
}
.prog h3 {
	font-family: 'Open Sans', sans-serif;
	margin: 25px 0 10px 0;
	color: #fff;
	background: #049b34;
  padding: 5px 10px;
  width: max-content;
}
.slidefull section h3 {
	font-family: 'Open Sans', sans-serif;
	margin-top: 25px;
	color: #323f25;
}

.prog li {
	background: url(../../images/coche.png) no-repeat 0 7px;
	font-size: 1.4em;
	padding: 10px 52px;
	line-height: 1;
	list-style: none;
	line-height: 1.5;
}
.prog li.red {
	background: url(../../images/coche-red.png) no-repeat 0 7px;
	font-size: 1.5em;
}
.plan {
	padding: 0 40px;
}

.plan .barre {
	text-decoration: line-through;
	font-size: .9em;
}
.plan .price {
	color: #eb693b;
	font-weight: 500;
	font-size: 1.1em;
}

.plan p {
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
	margin: 10px 0;
}
.plan a {
	font-size: 1.2em;
}
.plan h3 {
	font-size: 1.6em;
	color: #049b34;
	font-family: 'Open Sans', sans-serif;
}
.plan .fleche {
	background: url(../../images/fleche.png) no-repeat 0 center;
	display: inline-block;
    width: 50px;
    height: 26px;
    margin-top: 15px;
}
.remise p {
	font-size: 1.3em;
	color: #707070;
	line-height: 1.3;
}
.remise span.rem {
	font-size: 1.2em;
	color: #eb693b;
	font-weight: 600;
}
.remise span {
	color: #049b34;
	font-size: 1.1em;
	font-weight: 600;
}

@media screen and (max-width: 960px) {
	.slide2 {
		flex-direction: column;
	}
	.prog {
		width: 100%;
		padding: 7px 30px;
	}
	.prog li {
		padding: 10px 47px;
	}
	.prog h3 {
		margin: 25px 0 4px 0;
	}
	.plan {
		width: 100%;
		padding: 20px 40px;
	}
	.plan a {
    height: 4em;
    line-height: 4em;
    font-size: 1.3em;
	}
	.prog img {
		width: 50%;
	}
	.plan h3 {
		font-size: 1.5em;
	}
}

/*************************** CAROUSEL ******************************/
	@keyframes scroll {
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(calc(-400px * 2));
		}
	}
	.slider {
		height: 470px;
		margin: auto;
		overflow: hidden;
		position: relative;
	}
	.slider::before, .slider::after {
		background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
		content: "";
		height: 450px;
		position: absolute;
		width: 200px;
		z-index: 2;
	}
	.slider::after {
		right: 0;
		top: 0;
		transform: rotateZ(180deg);
	}
	.slider::before {
		left: 0;
		top: 0;
	}
	.slider .slide-track {
		animation: scroll 20s linear infinite;
		display: flex;
		width: calc(400px * 4);
	}
	.slider .slide {
		height: 450px;
		width: 400px;
	}	

@media screen and (max-width: 768px) {
	.slider::before,
		.slider::after {
			width: 15px;
		}
		.slider .slide-track {
			animation: scroll 40s linear infinite;
		}
}

/*************************** CTA ******************************/
.zoneCTA {
    display: flex;
	justify-content:space-between;
	width: 90%;
    margin: 30px auto 10px auto;
	align-items: center;
}
.cta {
    background: #fff;
    box-shadow: 0px 2px 15px 1px rgba(180, 180, 180, 0.3);
    -moz-box-shadow: 0px 2px 15px 1px rgba(180, 180, 180, 0.3);
    -webkit-box-shadow: 0px 2px 15px 1px rgba(180, 180, 180, 0.3);
	height: 100%;
	position: relative;
}
.cta.mid {
    margin: 0 25px;
}
.head {
	background: #eb693b;
    color: #fff;
	padding: 20px 20px 10px 20px;
}
.btn-cta {
    text-align: center;
	margin-bottom: 25px;
}

.wrapper.style5 .cta ul {
	padding: 15px 20px;
}
.wrapper.style5 .cta li {
    font-size: 1rem;
	margin: 15px 0;
}
.cta h4 {
	font-size: 1.4em;
    line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
}
.cta h4 span {
    font-size: .9rem;
    font-weight: 400;
	color: #a4de7a;
}
.cta em {
    text-transform: uppercase;
	font-style: normal;
	font-size: .8rem;
}
.ent {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 37px 0;
	background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.3);
}
.ent .prix {
	color:#005b04;
	font-size: 1.6rem;
    font-weight: 600;
	text-align: right;
}
.ent .prix span {
	font-size: .9rem;
	font-weight: 200;
	font-style: italic;
}
@media screen and (max-width: 768px) {
	.ent .prix {
		font-size: 1.3rem;
		width: 160px;
		letter-spacing: 0;
	}
}
.ent.cpl {
	display: inline-block;
	margin: 37px 0;
	background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 12px -4px rgba(0,0,0,0.3);
		width: 100%;
}

/*************************** ACCORDEONS ******************************/
.accordions {
	margin: 20px 0;
}
.accordions h3 {
	font-size: 2em;
	margin: 0 0 10px 0;
}
.accordion-item {
	margin-bottom: 12px;
  border-radius: 4px;
	color: #fff;
	}
	
	.accordion-item .accordion-title {
	cursor: pointer;
	padding: 12px;
	transition: transform 0.4s ease-in-out;
	}
	
	.accordion-item .accordion-title h4 {
	font-weight: 500;
	margin: 0;
	font-size: 1.2em;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	color: #000;
	}
	.accordion-item .accordion-title h4:hover {
		color: #005b04;
		}

	.accordion-item .accordion-title i {
		color: #005b04;
	}
	
	.accordion-item .accordion-title i.fa-chevron-down {
	transform: rotate(0);
	transition: 0.4s;
	}
	
	.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
	transform: rotate(-180deg);
	color: #005b04;
	}
	
	.accordion-item .accordion-content {
	display: none;
	line-height: 1.7;
	padding: 0 12px;
	color: #000;
	}
	
	.accordion-item .accordion-content.active {
	display: block;
	}
	
	.accordion-item .accordion-content p {
	margin: 0;
	font-family: "Nunito Sans", sans-serif;
	font-size: 16px;
	}

	.questions a.ment {
		text-transform: lowercase;
		font-size: 1em;
		font-style: italic;
		color: #000;
	}
	.questions a:hover {
		color: #005b04;
	}

.questions {
    margin: 10px 0 0 0;
}
.questions p.bold {
    margin: 0;
}
.questions p.bold + p {
    margin: 0 0 15px 0;
}
.questions em.prx {
    font-size: .6em;
    text-transform: initial;
    font-style: italic;
	line-height: .2;
    font-weight: 400;
}
.actions a {
	height: 3.6em;
	line-height: 3.6em;
}
.questions .ssent {
	margin: 30px 0;
  background: #eef2ec;
}

.questions .ssent h4 {
    background: #437a12;
    color: #fff;
    padding: 15px;
    font-size: 1.2em;
		text-transform: uppercase;
}
.questions .ssent p {
    padding: 15px 20px 22px 20px;
		line-height: 1.8;
}
.questions .mv {
	font-size: 1.1em;
    line-height: 1;
}
.questions .ssent h4 i {
	font-size: 1.4em;
	margin: 0 8px 0 0;
}

.questions .intro {
	margin: 25px 0 !important;
}
.questions .patho {
	margin: 15px 0 37px 25px;
}

.questions .top {
  color: #215700;
	font-size: 1.1em;
}
.consult .wrapper .questions p.bold {
	font-size: 1.3em;
}

.inner .btn-rignt {
	text-align: right;
}

@media screen and (max-width: 1024px) {
	.zoneCTA {
		flex-direction: column;
		width: 60%;
	}
	.cta {
		width: 100%;
	}
	.head {
		height: auto;
	}
	.cta.mid {
		margin: 20px;
	}
}
@media screen and (max-width: 768px) {
	.zoneCTA {
		width: 100%;
	}
}

.consult .wrapper p em {
	color: #005b04;
}


.consult .wrapper p.tarifs {
	text-transform: uppercase;
    line-height: 2;
    color: #999;
    margin: 2.6em 0 25px 0;
}
.consult .wrapper p.tarifs strong {
    color: #999;
}

.consult .wrapper.style5 h3.ref + p {
	margin: 0 0 1.2em 0;
}
x
.consult .wrapper.style5 h5 {
	font-size: 1.1em;
	font-weight: 600;
	margin: 1em 0;
}
.consult .wrapper.style5 h5.tit2 {
	margin: 2em 0;
}
.consult .wrapper.style5 h5.blk {
	color: #000;
}
.consult .wrapper.style5 h6 {
	font-size: 1.1em;
	font-weight: 600;
	margin-top: 20px;
}
.consult .wrapper.style5 h5 span {
	color: #cc0000;
	font-size: 1.2em;
}
.consult p.esp {
	margin: 0 0 2em 0;
}
.consult p em {
	margin: 2em 0;
}
.consult ul {
	margin: 0;
}
.consult ul.actions li {
	list-style-image: none;
}
.wrapper.style5 .imp li {
	background: transparent;
	list-style: disc;
    padding: 0;
    margin: .2em 0 0 2em;
}

.consult .imp + h6 + p {
	margin: 0 0 1em 0;
}
.car {
	color: #999;
    font-size: 1em;
    margin-top: 10px;
}

.consult .wrapper .paiement-visio {
    margin: 2.6em 0 20px 0;
}
.consult .wrapper .paiement-visio p {
    margin: 0 0 10px 0;
}
.consult .wrapper .legal {
    width: 80%;
	margin: 0 auto;
}
.consult .wrapper .legal p {
    margin: 25px 0 0 0;
    font-size: 1.1em;
	text-align: center;
}

/* BANDO INFOS NATURO */
.bloc-infos {
	display: flex;
	justify-content: space-around;
	font-family: 'Montserrat', sans-serif;
	flex-direction: column;
}
.bloc-infos span {
	padding: 10px 20px;
	font-size: 1.3em;
	line-height: .8;
	font-weight: 400;
	color: #ffb400;
	margin: 0 20px;
}
.descriptif.full .bloc-infos span em {
	font-size: 24px;
	font-weight: 600;
	font-style: normal;
	font-weight: 800;
	text-transform: lowercase;
	margin-bottom: 10px;
	color: #ff9c00;
}
.descriptif.full .bloc-infos span p {
	text-align: center;
	font-size: 1em;
	line-height: 1.2;
	margin: 0;
}

@media screen and (min-width: 620px) {
	.bloc-infos {
		flex-direction: row;
	}
	.descriptif.full .bloc-infos span em {
		font-size: 34px;
	}
	.descriptif.full .bloc-infos span p {
		font-size: 1.2em;
	}
}


/* DETAIL CONSULTATION */
.questions p:nth-child(1) {
	margin: 8px 0 0 0;

}

/* CONTACT */
.contact .button.primary,
.consult .button.primary {
	font-size: 1.2em;
	max-width: 100%;
}
.contact .wrapper.style5 ul.actions li {
	background: none;
	padding: 0 0 0 1em;
	margin: 0;
}
.contact .wrapper.style5 ul.actions.bis li {
	padding: 0;
}
.contact .wrapper.style5 ul.actions.stacked li:first-child {
    padding: 0;
}
.contact .alert,
 .wrapper.style5 h5.alert {
	color: #d70000;
}
.wrapper.style5 h5.alert.blc {
	background: #d70000;
	color: #fff;
	padding: 10px;
	font-weight: 400;
	display: inline-block;
	font-size: .8rem;
}
.contact .invalid {
	margin: 5px 0 0 5px;
}
.contact.merci .button.fit {
    width: auto;
}
.contact .wrapper.style5 ul.actions .reset {
    margin: 1.2em 0 0 0;
}
.contact h3.email {
	color: #d93f00;
	margin-bottom: 6px;
}
.contact h3.skype {
	color: #0093d0;
	margin-bottom: 6px;
}
.contact h3.skype + p {
	margin: 0;
	line-height: 1.4;
}
.contact .paiement-visio {
	margin-top: 10px;
}

@media screen and (min-width: 480px) {
	.contact .wrapper.style5 ul.actions .reset {
	    margin: 0;
	}
}

.recaptcha {
    color: #fff;
    padding: 12px 20px;
    font-size: .8rem;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100000;
    transform: translate(-50%,0);
    font-weight: 400;
    text-transform: uppercase;
}
.recaptcha.ok {
	background-color: green;
}
.recaptcha.ko {
	background-color: red;
}

/* MENTIONS */
.mentions a {
	text-transform: inherit;
	color: #828d22;
	font-size: 1em;
}
.mentions a:hover{
	color: #a8ba0a;
}
.mentions p {
	margin: 0 0 1em 0;
}
.mentions h3 {
	margin: 2em 0 .8em 0;
}

/* BANDO COOKIES */
#cookieChoiceInfo {
	padding: 10px !important;
}
#cookieChoiceInfo a {
	font-size: 1em;
	background: #222;
    width: 100%;
    padding: 8px 14px;
	border-bottom: 1px solid #fff;
    margin: 0 !important;
	display: inline-block;
	width: 100%;
}
#cookieChoiceInfo span {
    line-height: 2;
    text-align: left;
    display: inline-block;
	margin-bottom: 10px;
}

@media screen and (min-width: 480px) {
	#cookieChoiceInfo a {
		display: inline-block;
		width: auto;
		border-bottom: none;
		margin: 0 0 0 15px !important;
	}
}